|
|
|
| 1 | 2026-06-16T22:34:59.585Z | job assigned to worker 01KV9943XFWAPR372E69P8FBWA [factory aws, i-0ff08f8eff5877aea] (queued for 58 s) |
| |
| 2 | 2026-06-16T22:35:06.419Z | starting task 0: "setup" |
| 3 | 2026-06-16T22:35:06.423Z | ++ uname -s |
| 4 | 2026-06-16T22:35:06.426Z | + kern=SunOS |
| 5 | 2026-06-16T22:35:06.426Z | + build_user=build |
| 6 | 2026-06-16T22:35:06.426Z | + build_uid=12345 |
| 7 | 2026-06-16T22:35:06.426Z | + work_dir=/work |
| 8 | 2026-06-16T22:35:06.426Z | + input_dir=/input |
| 9 | 2026-06-16T22:35:06.426Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-16T22:35:06.426Z | + case "$kern" in |
| 11 | 2026-06-16T22:35:06.426Z | + groupadd -g 12345 build |
| 12 | 2026-06-16T22:35:06.429Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-16T22:35:08.437Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-16T22:35:08.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-16T22:35:08.504Z | + home_fs=zfs |
| 16 | 2026-06-16T22:35:08.504Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-16T22:35:08.504Z | + mkdir -p /home/build |
| 18 | 2026-06-16T22:35:08.504Z | + chown build:build /home/build /work |
| 19 | 2026-06-16T22:35:10.505Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-16T22:35:10.509Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-06-16T22:35:10.515Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-16T22:35:10.521Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-16T22:35:10.521Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-06-16T22:35:10.521Z | * rust toolchain profile = "default" |
| 25 | 2026-06-16T22:35:10.521Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-06-16T22:35:10.521Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-16T22:35:10.521Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-16T22:35:10.524Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-16T22:35:10.525Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-16T22:35:10.613Z | info: downloading installer |
| 31 | 2026-06-16T22:35:12.242Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-16T22:35:12.242Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-16T22:35:12.242Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-16T22:35:12.242Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-16T22:35:12.257Z | info: profile set to default |
| 36 | 2026-06-16T22:35:12.257Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-16T22:35:12.260Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-16T22:35:12.409Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-16T22:35:12.412Z | info: downloading 6 components |
| 40 | 2026-06-16T22:35:29.571Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-06-16T22:35:29.571Z | |
| 42 | 2026-06-16T22:35:29.609Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-16T22:35:29.609Z | |
| 44 | 2026-06-16T22:35:29.609Z | |
| 45 | 2026-06-16T22:35:29.623Z | Rust is installed now. Great! |
| 46 | 2026-06-16T22:35:29.623Z | |
| 47 | 2026-06-16T22:35:29.623Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-16T22:35:29.623Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-16T22:35:29.623Z | |
| 50 | 2026-06-16T22:35:29.623Z | To configure your current shell, you need to source |
| 51 | 2026-06-16T22:35:29.623Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-16T22:35:29.623Z | |
| 53 | 2026-06-16T22:35:29.623Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-16T22:35:29.623Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-16T22:35:29.623Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-16T22:35:29.623Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-16T22:35:29.623Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-16T22:35:29.623Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-16T22:35:29.623Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-16T22:35:29.623Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-16T22:35:29.623Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-16T22:35:29.689Z | + rustup --version |
| 63 | 2026-06-16T22:35:29.696Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-16T22:35:29.702Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-16T22:35:29.717Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-16T22:35:29.727Z | + cargo --version |
| 67 | 2026-06-16T22:35:29.730Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-16T22:35:29.730Z | + rustc --version |
| 69 | 2026-06-16T22:35:29.755Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-16T22:35:29.758Z | process exited: duration 19238 ms, exit code 0 |
| |
| 71 | 2026-06-16T22:35:29.770Z | starting task 2: "authentication" |
| 72 | 2026-06-16T22:35:29.798Z | process exited: duration 24 ms, exit code 0 |
| |
| 73 | 2026-06-16T22:35:29.808Z | starting task 3: "clone repository" |
| 74 | 2026-06-16T22:35:29.812Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-16T22:35:29.812Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-16T22:35:29.849Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-16T22:35:39.143Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-16T22:35:39.143Z | + git fetch origin 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 79 | 2026-06-16T22:35:39.410Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-16T22:35:39.410Z | * branch 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 -> FETCH_HEAD |
| 81 | 2026-06-16T22:35:39.423Z | + [[ -n iliana/dering ]] |
| 82 | 2026-06-16T22:35:39.427Z | ++ git branch --show-current |
| 83 | 2026-06-16T22:35:39.430Z | + current=main |
| 84 | 2026-06-16T22:35:39.430Z | + [[ main != iliana/dering ]] |
| 85 | 2026-06-16T22:35:39.430Z | + git branch -f iliana/dering 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 86 | 2026-06-16T22:35:39.433Z | + git checkout -f iliana/dering |
| 87 | 2026-06-16T22:35:39.674Z | Switched to branch 'iliana/dering' |
| 88 | 2026-06-16T22:35:39.678Z | + git reset --hard 1aa34b5f75dec5a80c570bd0b9010b598cec0bf3 |
| 89 | 2026-06-16T22:35:39.694Z | HEAD is now at 1aa34b5f7 [DO NOT MERGE] remove ring |
| 90 | 2026-06-16T22:35:39.697Z | process exited: duration 9890 ms, exit code 0 |
| |
| 91 | 2026-06-16T22:35:39.704Z | starting task 4: "build" |
| 92 | 2026-06-16T22:35:39.710Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-06-16T22:35:39.710Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-06-16T22:35:39.710Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-06-16T22:35:39.710Z | + cargo --version |
| 96 | 2026-06-16T22:35:39.720Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 97 | 2026-06-16T22:35:39.724Z | + rustc --version |
| 98 | 2026-06-16T22:35:39.744Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 99 | 2026-06-16T22:35:39.747Z | + WORK=/work |
| 100 | 2026-06-16T22:35:39.747Z | + pfexec mkdir -p /work |
| 101 | 2026-06-16T22:35:39.751Z | + pfexec chown build /work |
| 102 | 2026-06-16T22:35:39.754Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 103 | 2026-06-16T22:35:41.904Z | Startup: Refreshing catalog 'helios' ... Done |
| 104 | 2026-06-16T22:35:41.993Z | Startup: Caching catalogs ... Done |
| 105 | 2026-06-16T22:35:42.351Z | Planning: Solver setup ... Done (0.308s) |
| 106 | 2026-06-16T22:35:42.373Z | Planning: Running solver ... Done (0.022s) |
| 107 | 2026-06-16T22:35:42.381Z | Planning: Finding local manifests ... Done (0.003s) |
| 108 | 2026-06-16T22:35:42.392Z | Planning: Fetching manifests: 0/2 0% complete |
| 109 | 2026-06-16T22:35:42.414Z | Planning: Fetching manifests: 2/2 100% complete |
| 110 | 2026-06-16T22:35:42.430Z | Planning: Package planning ... Done (0.015s) |
| 111 | 2026-06-16T22:35:42.433Z | Planning: Merging actions ... Done (0.002s) |
| 112 | 2026-06-16T22:35:42.619Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 113 | 2026-06-16T22:35:42.625Z | Planning: Consolidating action changes ... Done (0.001s) |
| 114 | 2026-06-16T22:35:43.476Z | Planning: Evaluating mediators ... Done (0.860s) |
| 115 | 2026-06-16T22:35:43.479Z | Planning: Planning completed in 1.46 seconds |
| 116 | 2026-06-16T22:35:43.488Z | Packages to install: 2 |
| 117 | 2026-06-16T22:35:43.488Z | Estimated space available: 156.07 GB |
| 118 | 2026-06-16T22:35:43.488Z | Estimated space to be consumed: 26.76 MB |
| 119 | 2026-06-16T22:35:43.488Z | Create boot environment: No |
| 120 | 2026-06-16T22:35:43.488Z | Create backup boot environment: No |
| 121 | 2026-06-16T22:35:43.488Z | Rebuild boot archive: No |
| 122 | 2026-06-16T22:35:43.491Z | |
| 123 | 2026-06-16T22:35:43.491Z | Changed packages: |
| 124 | 2026-06-16T22:35:43.491Z | helios |
| 125 | 2026-06-16T22:35:43.491Z | developer/build-essential |
| 126 | 2026-06-16T22:35:43.491Z | None -> 11-3.0 |
| 127 | 2026-06-16T22:35:43.491Z | library/libxmlsec1 |
| 128 | 2026-06-16T22:35:43.491Z | None -> 1.2.35-3.0 |
| 129 | 2026-06-16T22:35:43.514Z | |
| 130 | 2026-06-16T22:35:43.514Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 131 | 2026-06-16T22:35:44.131Z | Download: Completed 1.28 MB in 0.62 seconds (2.1M/s) |
| 132 | 2026-06-16T22:35:44.243Z | Actions: 1/268 actions (Installing new actions) |
| 133 | 2026-06-16T22:35:44.282Z | Actions: Completed 268 actions in 0.04 seconds. |
| 134 | 2026-06-16T22:35:44.293Z | Finalize: Updating package state database ... Done (0.010s) |
| 135 | 2026-06-16T22:35:44.293Z | Finalize: Updating package cache ... Done (0.000s) |
| 136 | 2026-06-16T22:35:44.317Z | Finalize: Updating image state ... Done (0.024s) |
| 137 | 2026-06-16T22:35:46.954Z | Finalize: Creating fast lookup database ... Done (2.613s) |
| 138 | 2026-06-16T22:35:47.028Z | Finalize: Reading search index ... Done (0.014s) |
| 139 | 2026-06-16T22:35:47.044Z | Finalize: Updating search index ... Done (0.000s) |
| 140 | 2026-06-16T22:35:47.146Z | Finalize: Updating package cache ... Done (0.000s) |
| 141 | 2026-06-16T22:35:47.456Z | Planning: Evaluating mediator changes ... Done |
| 142 | 2026-06-16T22:35:47.561Z | Planning: Checking for conflicting actions ... Done |
| 143 | 2026-06-16T22:35:47.565Z | Planning: Consolidating action changes ... Done |
| 144 | 2026-06-16T22:35:47.718Z | Planning: Evaluating mediators ... Done |
| 145 | 2026-06-16T22:35:47.721Z | Planning: Planning completed in 0.26 seconds |
| 146 | 2026-06-16T22:35:47.741Z | Mediators to change: 2 |
| 147 | 2026-06-16T22:35:47.741Z | Create boot environment: No |
| 148 | 2026-06-16T22:35:47.741Z | Create backup boot environment: No |
| 149 | 2026-06-16T22:35:47.792Z | Finalize: Updating package state database ... Done |
| 150 | 2026-06-16T22:35:47.792Z | Finalize: Updating package cache ... Done |
| 151 | 2026-06-16T22:35:47.805Z | Finalize: Updating image state ... Done |
| 152 | 2026-06-16T22:35:49.708Z | Finalize: Creating fast lookup database ... Done |
| 153 | 2026-06-16T22:35:49.769Z | Finalize: Reading search index ... Done |
| 154 | 2026-06-16T22:35:49.772Z | Finalize: Updating search index ... Done |
| 155 | 2026-06-16T22:35:49.838Z | Finalize: Updating package cache ... Done |
| 156 | 2026-06-16T22:35:50.119Z | Planning: Evaluating mediator changes ... Done |
| 157 | 2026-06-16T22:35:50.223Z | Planning: Checking for conflicting actions ... Done |
| 158 | 2026-06-16T22:35:50.226Z | Planning: Consolidating action changes ... Done |
| 159 | 2026-06-16T22:35:50.382Z | Planning: Evaluating mediators ... Done |
| 160 | 2026-06-16T22:35:50.388Z | Planning: Planning completed in 0.26 seconds |
| 161 | 2026-06-16T22:35:50.408Z | Mediators to change: 1 |
| 162 | 2026-06-16T22:35:50.408Z | Create boot environment: No |
| 163 | 2026-06-16T22:35:50.408Z | Create backup boot environment: No |
| 164 | 2026-06-16T22:35:50.451Z | Finalize: Updating package state database ... Done |
| 165 | 2026-06-16T22:35:50.451Z | Finalize: Updating package cache ... Done |
| 166 | 2026-06-16T22:35:50.462Z | Finalize: Updating image state ... Done |
| 167 | 2026-06-16T22:35:52.389Z | Finalize: Creating fast lookup database ... Done |
| 168 | 2026-06-16T22:35:52.451Z | Finalize: Reading search index ... Done |
| 169 | 2026-06-16T22:35:52.454Z | Finalize: Updating search index ... Done |
| 170 | 2026-06-16T22:35:52.551Z | Finalize: Updating package cache ... Done |
| 171 | 2026-06-16T22:35:52.865Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 172 | 2026-06-16T22:35:52.865Z | apache system 2.4 system |
| 173 | 2026-06-16T22:35:52.865Z | clang system 15 system |
| 174 | 2026-06-16T22:35:52.865Z | csh system system illumos |
| 175 | 2026-06-16T22:35:52.865Z | ctags system system illumos |
| 176 | 2026-06-16T22:35:52.865Z | file vendor vendor darwinsys |
| 177 | 2026-06-16T22:35:52.865Z | file system system illumos |
| 178 | 2026-06-16T22:35:52.866Z | gcc vendor 14 vendor |
| 179 | 2026-06-16T22:35:52.866Z | gcc system 13 system |
| 180 | 2026-06-16T22:35:52.866Z | gcc system 10 system |
| 181 | 2026-06-16T22:35:52.866Z | go system 1.25 system |
| 182 | 2026-06-16T22:35:52.866Z | llvm system 15 system |
| 183 | 2026-06-16T22:35:52.866Z | mariadb system 11.4 system |
| 184 | 2026-06-16T22:35:52.866Z | mta vendor vendor dma |
| 185 | 2026-06-16T22:35:52.866Z | openjdk system 17 system |
| 186 | 2026-06-16T22:35:52.866Z | openjdk system 11 system |
| 187 | 2026-06-16T22:35:52.866Z | openssl vendor 3 vendor |
| 188 | 2026-06-16T22:35:52.866Z | perl system 5.40 system |
| 189 | 2026-06-16T22:35:52.866Z | postgresql system 18 system |
| 190 | 2026-06-16T22:35:52.866Z | postgresql system 17 system |
| 191 | 2026-06-16T22:35:52.866Z | python vendor 3 vendor |
| 192 | 2026-06-16T22:35:52.866Z | python system 2 system |
| 193 | 2026-06-16T22:35:52.866Z | python3 vendor 3.13 vendor |
| 194 | 2026-06-16T22:35:52.866Z | ruby system 3.4 system |
| 195 | 2026-06-16T22:35:52.866Z | ruby system 3.0 system |
| 196 | 2026-06-16T22:35:52.866Z | words vendor vendor american-english |
| 197 | 2026-06-16T22:35:52.866Z | words system system australian-english |
| 198 | 2026-06-16T22:35:52.866Z | words system system british-english |
| 199 | 2026-06-16T22:35:52.866Z | words system system canadian-english |
| 200 | 2026-06-16T22:35:52.866Z | words system system french |
| 201 | 2026-06-16T22:35:52.866Z | words system system italian |
| 202 | 2026-06-16T22:35:52.866Z | words system system ngerman |
| 203 | 2026-06-16T22:35:52.866Z | words system system ogerman |
| 204 | 2026-06-16T22:35:52.866Z | words system system spanish |
| 205 | 2026-06-16T22:35:53.118Z | PUBLISHER TYPE STATUS P LOCATION |
| 206 | 2026-06-16T22:35:53.118Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 207 | 2026-06-16T22:35:53.407Z | FMRI IFO |
| 208 | 2026-06-16T22:35:53.407Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 209 | 2026-06-16T22:35:53.407Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 210 | 2026-06-16T22:35:53.407Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 211 | 2026-06-16T22:35:53.407Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 212 | 2026-06-16T22:35:53.407Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 213 | 2026-06-16T22:35:53.407Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 214 | 2026-06-16T22:35:53.407Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 215 | 2026-06-16T22:35:53.407Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 216 | 2026-06-16T22:35:53.407Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 217 | 2026-06-16T22:35:53.657Z | Updating git repository `https://github.com/oxidecomputer/omicron-package` |
| 218 | 2026-06-16T22:35:53.913Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 219 | 2026-06-16T22:35:54.161Z | Updating crates.io index |
| 220 | 2026-06-16T22:35:54.197Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 221 | 2026-06-16T22:35:54.431Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 222 | 2026-06-16T22:35:55.354Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 223 | 2026-06-16T22:35:57.176Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 224 | 2026-06-16T22:35:58.296Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 225 | 2026-06-16T22:35:58.775Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 226 | 2026-06-16T22:36:00.673Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 227 | 2026-06-16T22:36:01.661Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 228 | 2026-06-16T22:36:02.016Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 229 | 2026-06-16T22:36:03.200Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 230 | 2026-06-16T22:36:03.642Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 231 | 2026-06-16T22:36:03.994Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 232 | 2026-06-16T22:36:04.385Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 233 | 2026-06-16T22:36:05.325Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 234 | 2026-06-16T22:36:06.207Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 235 | 2026-06-16T22:36:06.524Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 236 | 2026-06-16T22:36:06.848Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 237 | 2026-06-16T22:36:07.174Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 238 | 2026-06-16T22:36:07.522Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 239 | 2026-06-16T22:36:07.877Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 240 | 2026-06-16T22:36:08.112Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 241 | 2026-06-16T22:36:08.390Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 242 | 2026-06-16T22:36:08.831Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 243 | 2026-06-16T22:36:09.353Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 244 | 2026-06-16T22:36:09.783Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 245 | 2026-06-16T22:36:10.282Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 246 | 2026-06-16T22:36:10.706Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 247 | 2026-06-16T22:36:11.046Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 248 | 2026-06-16T22:36:12.232Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 249 | 2026-06-16T22:36:12.968Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 250 | 2026-06-16T22:36:13.433Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 251 | 2026-06-16T22:36:13.810Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 252 | 2026-06-16T22:36:14.197Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 253 | 2026-06-16T22:36:14.550Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 254 | 2026-06-16T22:36:14.885Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 255 | 2026-06-16T22:36:15.248Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 256 | 2026-06-16T22:36:16.019Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 257 | 2026-06-16T22:36:16.267Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 258 | 2026-06-16T22:36:16.551Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 259 | 2026-06-16T22:36:16.849Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 260 | 2026-06-16T22:36:18.774Z | Downloading crates ... |
| 261 | 2026-06-16T22:36:18.835Z | Downloaded colorchoice v1.0.4 |
| 262 | 2026-06-16T22:36:18.843Z | Downloaded clap_derive v4.6.1 |
| 263 | 2026-06-16T22:36:18.843Z | Downloaded anyhow v1.0.102 |
| 264 | 2026-06-16T22:36:18.843Z | Downloaded anstream v1.0.0 |
| 265 | 2026-06-16T22:36:18.846Z | Downloaded equivalent v1.0.2 |
| 266 | 2026-06-16T22:36:18.846Z | Downloaded pretty-hex v0.4.1 |
| 267 | 2026-06-16T22:36:18.846Z | Downloaded crypto-common v0.1.7 |
| 268 | 2026-06-16T22:36:18.846Z | Downloaded cpufeatures v0.2.17 |
| 269 | 2026-06-16T22:36:18.846Z | Downloaded usdt-impl v0.5.0 |
| 270 | 2026-06-16T22:36:18.847Z | Downloaded digest v0.10.7 |
| 271 | 2026-06-16T22:36:18.851Z | Downloaded clap_lex v1.0.0 |
| 272 | 2026-06-16T22:36:18.851Z | Downloaded anstyle-query v1.1.5 |
| 273 | 2026-06-16T22:36:18.851Z | Downloaded unicode-linebreak v0.1.5 |
| 274 | 2026-06-16T22:36:18.851Z | Downloaded anstyle v1.0.14 |
| 275 | 2026-06-16T22:36:18.856Z | Downloaded thiserror-impl v2.0.18 |
| 276 | 2026-06-16T22:36:18.856Z | Downloaded unicode-xid v0.2.6 |
| 277 | 2026-06-16T22:36:18.856Z | Downloaded fnv v1.0.7 |
| 278 | 2026-06-16T22:36:18.856Z | Downloaded anstyle-parse v1.0.0 |
| 279 | 2026-06-16T22:36:18.856Z | Downloaded autocfg v1.5.0 |
| 280 | 2026-06-16T22:36:18.860Z | Downloaded dof v0.3.0 |
| 281 | 2026-06-16T22:36:18.861Z | Downloaded version_check v0.9.5 |
| 282 | 2026-06-16T22:36:18.861Z | Downloaded toml_datetime v0.6.11 |
| 283 | 2026-06-16T22:36:18.861Z | Downloaded zerovec-derive v0.11.2 |
| 284 | 2026-06-16T22:36:18.861Z | Downloaded usdt-macro v0.5.0 |
| 285 | 2026-06-16T22:36:18.864Z | Downloaded pest_derive v2.8.6 |
| 286 | 2026-06-16T22:36:18.872Z | Downloaded thread-id v4.2.2 |
| 287 | 2026-06-16T22:36:18.872Z | Downloaded proc-macro2 v1.0.106 |
| 288 | 2026-06-16T22:36:18.875Z | Downloaded displaydoc v0.2.5 |
| 289 | 2026-06-16T22:36:18.875Z | Downloaded block-buffer v0.10.4 |
| 290 | 2026-06-16T22:36:18.875Z | Downloaded zerofrom v0.1.6 |
| 291 | 2026-06-16T22:36:18.875Z | Downloaded yoke-derive v0.8.1 |
| 292 | 2026-06-16T22:36:18.875Z | Downloaded utf8_iter v1.0.4 |
| 293 | 2026-06-16T22:36:18.875Z | Downloaded usdt-attr-macro v0.5.0 |
| 294 | 2026-06-16T22:36:18.875Z | Downloaded cargo-platform v0.2.0 |
| 295 | 2026-06-16T22:36:18.881Z | Downloaded scroll v0.12.0 |
| 296 | 2026-06-16T22:36:18.881Z | Downloaded cfg-if v1.0.4 |
| 297 | 2026-06-16T22:36:18.886Z | Downloaded utf8parse v0.2.2 |
| 298 | 2026-06-16T22:36:18.886Z | Downloaded percent-encoding v2.3.2 |
| 299 | 2026-06-16T22:36:18.886Z | Downloaded ordered-float v2.10.1 |
| 300 | 2026-06-16T22:36:18.886Z | Downloaded usdt v0.5.0 |
| 301 | 2026-06-16T22:36:18.886Z | Downloaded typeid v1.0.3 |
| 302 | 2026-06-16T22:36:18.899Z | Downloaded is_terminal_polyfill v1.70.2 |
| 303 | 2026-06-16T22:36:18.899Z | Downloaded errno v0.3.14 |
| 304 | 2026-06-16T22:36:18.899Z | Downloaded swrite v0.1.0 |
| 305 | 2026-06-16T22:36:18.899Z | Downloaded serde_tokenstream v0.2.3 |
| 306 | 2026-06-16T22:36:18.900Z | Downloaded icu_provider v2.1.1 |
| 307 | 2026-06-16T22:36:18.900Z | Downloaded thiserror-impl v1.0.69 |
| 308 | 2026-06-16T22:36:18.905Z | Downloaded heck v0.4.1 |
| 309 | 2026-06-16T22:36:18.905Z | Downloaded fastrand v2.3.0 |
| 310 | 2026-06-16T22:36:18.905Z | Downloaded toml v0.8.23 |
| 311 | 2026-06-16T22:36:18.905Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-06-16T22:36:18.906Z | Downloaded tinystr v0.8.2 |
| 313 | 2026-06-16T22:36:18.911Z | Downloaded yoke v0.8.1 |
| 314 | 2026-06-16T22:36:18.911Z | Downloaded toml_write v0.1.2 |
| 315 | 2026-06-16T22:36:18.911Z | Downloaded serde-value v0.7.0 |
| 316 | 2026-06-16T22:36:18.912Z | Downloaded heck v0.5.0 |
| 317 | 2026-06-16T22:36:18.912Z | Downloaded writeable v0.6.2 |
| 318 | 2026-06-16T22:36:18.912Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-06-16T22:36:18.912Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-06-16T22:36:18.920Z | Downloaded strsim v0.11.1 |
| 321 | 2026-06-16T22:36:18.920Z | Downloaded zmij v1.0.21 |
| 322 | 2026-06-16T22:36:18.920Z | Downloaded thiserror v1.0.69 |
| 323 | 2026-06-16T22:36:18.925Z | Downloaded proc-macro-error-attr v1.0.4 |
| 324 | 2026-06-16T22:36:18.925Z | Downloaded generic-array v0.14.7 |
| 325 | 2026-06-16T22:36:18.925Z | Downloaded thiserror v2.0.18 |
| 326 | 2026-06-16T22:36:18.925Z | Downloaded terminal_size v0.4.3 |
| 327 | 2026-06-16T22:36:18.925Z | Downloaded unicode-ident v1.0.24 |
| 328 | 2026-06-16T22:36:18.929Z | Downloaded serde_spanned v0.6.9 |
| 329 | 2026-06-16T22:36:18.929Z | Downloaded zerocopy-derive v0.7.35 |
| 330 | 2026-06-16T22:36:18.933Z | Downloaded textwrap v0.16.2 |
| 331 | 2026-06-16T22:36:18.941Z | Downloaded pest_generator v2.8.6 |
| 332 | 2026-06-16T22:36:18.941Z | Downloaded icu_normalizer_data v2.1.1 |
| 333 | 2026-06-16T22:36:18.941Z | Downloaded bytecount v0.6.9 |
| 334 | 2026-06-16T22:36:18.941Z | Downloaded zerotrie v0.2.3 |
| 335 | 2026-06-16T22:36:18.941Z | Downloaded typenum v1.19.0 |
| 336 | 2026-06-16T22:36:18.948Z | Downloaded stable_deref_trait v1.2.1 |
| 337 | 2026-06-16T22:36:18.948Z | Downloaded ucd-trie v0.1.7 |
| 338 | 2026-06-16T22:36:18.948Z | Downloaded zerovec v0.11.5 |
| 339 | 2026-06-16T22:36:18.951Z | Downloaded potential_utf v0.1.4 |
| 340 | 2026-06-16T22:36:18.951Z | Downloaded idna_adapter v1.2.1 |
| 341 | 2026-06-16T22:36:18.951Z | Downloaded toml_edit v0.22.27 |
| 342 | 2026-06-16T22:36:18.951Z | Downloaded macaddr v1.0.1 |
| 343 | 2026-06-16T22:36:18.954Z | Downloaded itoa v1.0.17 |
| 344 | 2026-06-16T22:36:18.954Z | Downloaded smawk v0.3.2 |
| 345 | 2026-06-16T22:36:18.954Z | Downloaded url v2.5.8 |
| 346 | 2026-06-16T22:36:18.959Z | Downloaded memmap v0.7.0 |
| 347 | 2026-06-16T22:36:18.961Z | Downloaded tabled_derive v0.7.0 |
| 348 | 2026-06-16T22:36:18.966Z | Downloaded fs-err v3.3.0 |
| 349 | 2026-06-16T22:36:18.970Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-06-16T22:36:18.973Z | Downloaded camino-tempfile v1.4.1 |
| 351 | 2026-06-16T22:36:18.976Z | Downloaded synstructure v0.13.2 |
| 352 | 2026-06-16T22:36:18.976Z | Downloaded zerocopy v0.7.35 |
| 353 | 2026-06-16T22:36:18.983Z | Downloaded winnow v0.7.14 |
| 354 | 2026-06-16T22:36:18.988Z | Downloaded quote v1.0.45 |
| 355 | 2026-06-16T22:36:18.991Z | Downloaded smallvec v1.15.1 |
| 356 | 2026-06-16T22:36:18.991Z | Downloaded plain v0.2.3 |
| 357 | 2026-06-16T22:36:18.994Z | Downloaded cargo_metadata v0.21.0 |
| 358 | 2026-06-16T22:36:18.994Z | Downloaded unicode-width v0.2.0 |
| 359 | 2026-06-16T22:36:18.997Z | Downloaded scroll_derive v0.12.1 |
| 360 | 2026-06-16T22:36:18.997Z | Downloaded unicode-width v0.1.14 |
| 361 | 2026-06-16T22:36:19.001Z | Downloaded proc-macro-error v1.0.4 |
| 362 | 2026-06-16T22:36:19.004Z | Downloaded cargo_toml v0.21.0 |
| 363 | 2026-06-16T22:36:19.008Z | Downloaded num-traits v0.2.19 |
| 364 | 2026-06-16T22:36:19.008Z | Downloaded icu_properties v2.1.2 |
| 365 | 2026-06-16T22:36:19.011Z | Downloaded serde-untagged v0.1.9 |
| 366 | 2026-06-16T22:36:19.011Z | Downloaded cargo-util-schemas v0.8.2 |
| 367 | 2026-06-16T22:36:19.011Z | Downloaded byteorder v1.5.0 |
| 368 | 2026-06-16T22:36:19.011Z | Downloaded once_cell v1.21.3 |
| 369 | 2026-06-16T22:36:19.014Z | Downloaded erased-serde v0.4.9 |
| 370 | 2026-06-16T22:36:19.015Z | Downloaded semver v1.0.28 |
| 371 | 2026-06-16T22:36:19.019Z | Downloaded serde_derive v1.0.228 |
| 372 | 2026-06-16T22:36:19.023Z | Downloaded icu_locale_core v2.1.1 |
| 373 | 2026-06-16T22:36:19.033Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-06-16T22:36:19.037Z | Downloaded litemap v0.8.1 |
| 375 | 2026-06-16T22:36:19.040Z | Downloaded camino v1.2.2 |
| 376 | 2026-06-16T22:36:19.040Z | Downloaded log v0.4.29 |
| 377 | 2026-06-16T22:36:19.044Z | Downloaded papergrid v0.11.0 |
| 378 | 2026-06-16T22:36:19.047Z | Downloaded bitflags v2.11.0 |
| 379 | 2026-06-16T22:36:19.047Z | Downloaded clap_builder v4.6.0 |
| 380 | 2026-06-16T22:36:19.051Z | Downloaded memchr v2.8.0 |
| 381 | 2026-06-16T22:36:19.062Z | Downloaded getrandom v0.4.1 |
| 382 | 2026-06-16T22:36:19.071Z | Downloaded serde_core v1.0.228 |
| 383 | 2026-06-16T22:36:19.074Z | Downloaded pest_meta v2.8.6 |
| 384 | 2026-06-16T22:36:19.080Z | Downloaded clap v4.6.1 |
| 385 | 2026-06-16T22:36:19.082Z | Downloaded serde v1.0.228 |
| 386 | 2026-06-16T22:36:19.082Z | Downloaded icu_normalizer v2.1.1 |
| 387 | 2026-06-16T22:36:19.085Z | Downloaded icu_collections v2.1.1 |
| 388 | 2026-06-16T22:36:19.109Z | Downloaded indexmap v2.14.0 |
| 389 | 2026-06-16T22:36:19.127Z | Downloaded pest v2.8.6 |
| 390 | 2026-06-16T22:36:19.134Z | Downloaded icu_properties_data v2.1.2 |
| 391 | 2026-06-16T22:36:19.139Z | Downloaded idna v1.1.0 |
| 392 | 2026-06-16T22:36:19.143Z | Downloaded hashbrown v0.17.0 |
| 393 | 2026-06-16T22:36:19.146Z | Downloaded serde_json v1.0.150 |
| 394 | 2026-06-16T22:36:19.149Z | Downloaded goblin v0.8.2 |
| 395 | 2026-06-16T22:36:19.166Z | Downloaded tabled v0.15.0 |
| 396 | 2026-06-16T22:36:19.175Z | Downloaded syn v1.0.109 |
| 397 | 2026-06-16T22:36:19.180Z | Downloaded syn v2.0.117 |
| 398 | 2026-06-16T22:36:19.204Z | Downloaded rustix v1.1.3 |
| 399 | 2026-06-16T22:36:19.236Z | Downloaded libc v0.2.185 |
| 400 | 2026-06-16T22:36:19.301Z | Compiling proc-macro2 v1.0.106 |
| 401 | 2026-06-16T22:36:19.301Z | Compiling unicode-ident v1.0.24 |
| 402 | 2026-06-16T22:36:19.301Z | Compiling quote v1.0.45 |
| 403 | 2026-06-16T22:36:19.304Z | Compiling serde_core v1.0.228 |
| 404 | 2026-06-16T22:36:19.304Z | Compiling libc v0.2.185 |
| 405 | 2026-06-16T22:36:19.304Z | Compiling version_check v0.9.5 |
| 406 | 2026-06-16T22:36:19.304Z | Compiling memchr v2.8.0 |
| 407 | 2026-06-16T22:36:19.304Z | Compiling serde v1.0.228 |
| 408 | 2026-06-16T22:36:19.304Z | Compiling stable_deref_trait v1.2.1 |
| 409 | 2026-06-16T22:36:19.304Z | Compiling zmij v1.0.21 |
| 410 | 2026-06-16T22:36:19.304Z | Compiling ucd-trie v0.1.7 |
| 411 | 2026-06-16T22:36:19.304Z | Compiling autocfg v1.5.0 |
| 412 | 2026-06-16T22:36:19.467Z | Compiling thiserror v1.0.69 |
| 413 | 2026-06-16T22:36:19.471Z | Compiling itoa v1.0.17 |
| 414 | 2026-06-16T22:36:19.471Z | Compiling writeable v0.6.2 |
| 415 | 2026-06-16T22:36:19.693Z | Compiling litemap v0.8.1 |
| 416 | 2026-06-16T22:36:19.751Z | Compiling rustix v1.1.3 |
| 417 | 2026-06-16T22:36:19.799Z | Compiling icu_normalizer_data v2.1.1 |
| 418 | 2026-06-16T22:36:19.896Z | Compiling icu_properties_data v2.1.2 |
| 419 | 2026-06-16T22:36:19.963Z | Compiling pest v2.8.6 |
| 420 | 2026-06-16T22:36:20.014Z | Compiling byteorder v1.5.0 |
| 421 | 2026-06-16T22:36:20.018Z | Compiling serde_json v1.0.150 |
| 422 | 2026-06-16T22:36:20.077Z | Compiling bitflags v2.11.0 |
| 423 | 2026-06-16T22:36:20.126Z | Compiling num-traits v0.2.19 |
| 424 | 2026-06-16T22:36:20.274Z | Compiling hashbrown v0.17.0 |
| 425 | 2026-06-16T22:36:20.314Z | Compiling smallvec v1.15.1 |
| 426 | 2026-06-16T22:36:20.380Z | Compiling typeid v1.0.3 |
| 427 | 2026-06-16T22:36:20.380Z | Compiling equivalent v1.0.2 |
| 428 | 2026-06-16T22:36:20.384Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2026-06-16T22:36:20.430Z | Compiling usdt-impl v0.5.0 |
| 430 | 2026-06-16T22:36:20.433Z | Compiling winnow v0.7.14 |
| 431 | 2026-06-16T22:36:20.494Z | Compiling toml_write v0.1.2 |
| 432 | 2026-06-16T22:36:20.506Z | Compiling syn v1.0.109 |
| 433 | 2026-06-16T22:36:20.549Z | Compiling erased-serde v0.4.9 |
| 434 | 2026-06-16T22:36:20.564Z | Compiling proc-macro-error v1.0.4 |
| 435 | 2026-06-16T22:36:20.582Z | Compiling percent-encoding v2.3.2 |
| 436 | 2026-06-16T22:36:20.643Z | Compiling errno v0.3.14 |
| 437 | 2026-06-16T22:36:20.654Z | Compiling thread-id v4.2.2 |
| 438 | 2026-06-16T22:36:20.812Z | Compiling log v0.4.29 |
| 439 | 2026-06-16T22:36:20.834Z | Compiling indexmap v2.14.0 |
| 440 | 2026-06-16T22:36:20.849Z | Compiling utf8_iter v1.0.4 |
| 441 | 2026-06-16T22:36:20.869Z | Compiling plain v0.2.3 |
| 442 | 2026-06-16T22:36:20.906Z | Compiling syn v2.0.117 |
| 443 | 2026-06-16T22:36:20.938Z | Compiling camino v1.2.2 |
| 444 | 2026-06-16T22:36:20.955Z | Compiling thiserror v2.0.18 |
| 445 | 2026-06-16T22:36:20.980Z | Compiling utf8parse v0.2.2 |
| 446 | 2026-06-16T22:36:21.004Z | Compiling getrandom v0.4.1 |
| 447 | 2026-06-16T22:36:21.037Z | Compiling form_urlencoded v1.2.2 |
| 448 | 2026-06-16T22:36:21.201Z | Compiling pest_meta v2.8.6 |
| 449 | 2026-06-16T22:36:21.261Z | Compiling anstyle-parse v1.0.0 |
| 450 | 2026-06-16T22:36:21.337Z | Compiling ordered-float v2.10.1 |
| 451 | 2026-06-16T22:36:21.427Z | Compiling anstyle v1.0.14 |
| 452 | 2026-06-16T22:36:21.441Z | Compiling cfg-if v1.0.4 |
| 453 | 2026-06-16T22:36:21.483Z | Compiling colorchoice v1.0.4 |
| 454 | 2026-06-16T22:36:21.501Z | Compiling anstyle-query v1.1.5 |
| 455 | 2026-06-16T22:36:21.538Z | Compiling pretty-hex v0.4.1 |
| 456 | 2026-06-16T22:36:21.559Z | Compiling is_terminal_polyfill v1.70.2 |
| 457 | 2026-06-16T22:36:21.638Z | Compiling fs-err v3.3.0 |
| 458 | 2026-06-16T22:36:21.672Z | Compiling anstream v1.0.0 |
| 459 | 2026-06-16T22:36:21.675Z | Compiling heck v0.5.0 |
| 460 | 2026-06-16T22:36:21.675Z | Compiling fnv v1.0.7 |
| 461 | 2026-06-16T22:36:21.675Z | Compiling bytecount v0.6.9 |
| 462 | 2026-06-16T22:36:21.796Z | Compiling terminal_size v0.4.3 |
| 463 | 2026-06-16T22:36:21.871Z | Compiling semver v1.0.28 |
| 464 | 2026-06-16T22:36:21.875Z | Compiling unicode-width v0.1.14 |
| 465 | 2026-06-16T22:36:21.939Z | Compiling anyhow v1.0.102 |
| 466 | 2026-06-16T22:36:21.983Z | Compiling heck v0.4.1 |
| 467 | 2026-06-16T22:36:21.986Z | Compiling strsim v0.11.1 |
| 468 | 2026-06-16T22:36:22.040Z | Compiling fastrand v2.3.0 |
| 469 | 2026-06-16T22:36:22.087Z | Compiling unicode-xid v0.2.6 |
| 470 | 2026-06-16T22:36:22.106Z | Compiling clap_lex v1.0.0 |
| 471 | 2026-06-16T22:36:22.196Z | Compiling serde-untagged v0.1.9 |
| 472 | 2026-06-16T22:36:22.244Z | Compiling once_cell v1.21.3 |
| 473 | 2026-06-16T22:36:22.247Z | Compiling papergrid v0.11.0 |
| 474 | 2026-06-16T22:36:22.281Z | Compiling clap_builder v4.6.0 |
| 475 | 2026-06-16T22:36:22.335Z | Compiling memmap v0.7.0 |
| 476 | 2026-06-16T22:36:22.363Z | Compiling smawk v0.3.2 |
| 477 | 2026-06-16T22:36:22.367Z | Compiling unicode-width v0.2.0 |
| 478 | 2026-06-16T22:36:22.419Z | Compiling unicode-linebreak v0.1.5 |
| 479 | 2026-06-16T22:36:22.458Z | Compiling tempfile v3.25.0 |
| 480 | 2026-06-16T22:36:22.556Z | Compiling swrite v0.1.0 |
| 481 | 2026-06-16T22:36:22.572Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 482 | 2026-06-16T22:36:22.676Z | Compiling textwrap v0.16.2 |
| 483 | 2026-06-16T22:36:22.735Z | Compiling camino-tempfile v1.4.1 |
| 484 | 2026-06-16T22:36:22.977Z | Compiling tabled_derive v0.7.0 |
| 485 | 2026-06-16T22:36:23.649Z | Compiling synstructure v0.13.2 |
| 486 | 2026-06-16T22:36:23.649Z | Compiling pest_generator v2.8.6 |
| 487 | 2026-06-16T22:36:23.682Z | Compiling tabled v0.15.0 |
| 488 | 2026-06-16T22:36:24.178Z | Compiling serde_derive v1.0.228 |
| 489 | 2026-06-16T22:36:24.185Z | Compiling zerofrom-derive v0.1.6 |
| 490 | 2026-06-16T22:36:24.185Z | Compiling yoke-derive v0.8.1 |
| 491 | 2026-06-16T22:36:24.185Z | Compiling zerovec-derive v0.11.2 |
| 492 | 2026-06-16T22:36:24.185Z | Compiling displaydoc v0.2.5 |
| 493 | 2026-06-16T22:36:24.185Z | Compiling thiserror-impl v1.0.69 |
| 494 | 2026-06-16T22:36:24.185Z | Compiling zerocopy-derive v0.7.35 |
| 495 | 2026-06-16T22:36:24.241Z | Compiling scroll_derive v0.12.1 |
| 496 | 2026-06-16T22:36:24.257Z | Compiling pest_derive v2.8.6 |
| 497 | 2026-06-16T22:36:24.273Z | Compiling thiserror-impl v2.0.18 |
| 498 | 2026-06-16T22:36:24.290Z | Compiling clap_derive v4.6.1 |
| 499 | 2026-06-16T22:36:24.924Z | Compiling scroll v0.12.0 |
| 500 | 2026-06-16T22:36:24.981Z | Compiling zerocopy v0.7.35 |
| 501 | 2026-06-16T22:36:25.146Z | Compiling goblin v0.8.2 |
| 502 | 2026-06-16T22:36:25.333Z | Compiling zerofrom v0.1.6 |
| 503 | 2026-06-16T22:36:25.350Z | Compiling dtrace-parser v0.2.0 |
| 504 | 2026-06-16T22:36:25.440Z | Compiling yoke v0.8.1 |
| 505 | 2026-06-16T22:36:25.595Z | Compiling zerovec v0.11.5 |
| 506 | 2026-06-16T22:36:25.595Z | Compiling zerotrie v0.2.3 |
| 507 | 2026-06-16T22:36:25.698Z | Compiling clap v4.6.1 |
| 508 | 2026-06-16T22:36:26.024Z | Compiling tinystr v0.8.2 |
| 509 | 2026-06-16T22:36:26.024Z | Compiling potential_utf v0.1.4 |
| 510 | 2026-06-16T22:36:26.156Z | Compiling icu_collections v2.1.1 |
| 511 | 2026-06-16T22:36:26.177Z | Compiling icu_locale_core v2.1.1 |
| 512 | 2026-06-16T22:36:26.652Z | Compiling toml_datetime v0.6.11 |
| 513 | 2026-06-16T22:36:26.652Z | Compiling serde_spanned v0.6.9 |
| 514 | 2026-06-16T22:36:26.655Z | Compiling serde-value v0.7.0 |
| 515 | 2026-06-16T22:36:26.656Z | Compiling cargo-platform v0.2.0 |
| 516 | 2026-06-16T22:36:26.656Z | Compiling macaddr v1.0.1 |
| 517 | 2026-06-16T22:36:26.681Z | Compiling dof v0.3.0 |
| 518 | 2026-06-16T22:36:26.685Z | Compiling serde_tokenstream v0.2.3 |
| 519 | 2026-06-16T22:36:26.744Z | Compiling icu_provider v2.1.1 |
| 520 | 2026-06-16T22:36:26.839Z | Compiling toml_edit v0.22.27 |
| 521 | 2026-06-16T22:36:27.007Z | Compiling icu_properties v2.1.2 |
| 522 | 2026-06-16T22:36:27.008Z | Compiling icu_normalizer v2.1.1 |
| 523 | 2026-06-16T22:36:27.405Z | Compiling usdt-attr-macro v0.5.0 |
| 524 | 2026-06-16T22:36:27.405Z | Compiling usdt-macro v0.5.0 |
| 525 | 2026-06-16T22:36:27.814Z | Compiling idna_adapter v1.2.1 |
| 526 | 2026-06-16T22:36:27.922Z | Compiling idna v1.1.0 |
| 527 | 2026-06-16T22:36:28.007Z | Compiling usdt v0.5.0 |
| 528 | 2026-06-16T22:36:28.146Z | Compiling toml v0.8.23 |
| 529 | 2026-06-16T22:36:28.183Z | Compiling url v2.5.8 |
| 530 | 2026-06-16T22:36:28.483Z | Compiling cargo_toml v0.21.0 |
| 531 | 2026-06-16T22:36:28.590Z | Compiling cargo-util-schemas v0.8.2 |
| 532 | 2026-06-16T22:36:29.369Z | Compiling cargo_metadata v0.21.0 |
| 533 | 2026-06-16T22:36:30.282Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 534 | 2026-06-16T22:36:32.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.87s |
| 535 | 2026-06-16T22:36:32.596Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 536 | 2026-06-16T22:36:33.087Z | Downloading crates ... |
| 537 | 2026-06-16T22:36:33.189Z | Downloaded anstream v0.6.21 |
| 538 | 2026-06-16T22:36:33.192Z | Downloaded ahash v0.8.12 |
| 539 | 2026-06-16T22:36:33.195Z | Downloaded ciborium-io v0.2.2 |
| 540 | 2026-06-16T22:36:33.195Z | Downloaded arrayref v0.3.9 |
| 541 | 2026-06-16T22:36:33.198Z | Downloaded adler2 v2.0.1 |
| 542 | 2026-06-16T22:36:33.198Z | Downloaded cfg_aliases v0.1.1 |
| 543 | 2026-06-16T22:36:33.198Z | Downloaded block-padding v0.3.3 |
| 544 | 2026-06-16T22:36:33.198Z | Downloaded difflib v0.4.0 |
| 545 | 2026-06-16T22:36:33.201Z | Downloaded crc-catalog v2.4.0 |
| 546 | 2026-06-16T22:36:33.205Z | Downloaded bb8 v0.8.6 |
| 547 | 2026-06-16T22:36:33.208Z | Downloaded crc32fast v1.5.0 |
| 548 | 2026-06-16T22:36:33.211Z | Downloaded fixedbitset v0.4.2 |
| 549 | 2026-06-16T22:36:33.214Z | Downloaded darling_core v0.20.11 |
| 550 | 2026-06-16T22:36:33.217Z | Downloaded bit-set v0.8.0 |
| 551 | 2026-06-16T22:36:33.220Z | Downloaded assert_matches v1.5.0 |
| 552 | 2026-06-16T22:36:33.222Z | Downloaded convert_case v0.4.0 |
| 553 | 2026-06-16T22:36:33.222Z | Downloaded async-recursion v1.1.1 |
| 554 | 2026-06-16T22:36:33.225Z | Downloaded const_format_proc_macros v0.2.34 |
| 555 | 2026-06-16T22:36:33.226Z | Downloaded deranged v0.5.8 |
| 556 | 2026-06-16T22:36:33.228Z | Downloaded defmt-macros v1.0.1 |
| 557 | 2026-06-16T22:36:33.234Z | Downloaded enum-as-inner v0.6.1 |
| 558 | 2026-06-16T22:36:33.234Z | Downloaded embedded-io v0.6.1 |
| 559 | 2026-06-16T22:36:33.234Z | Downloaded derive_builder_macro v0.20.2 |
| 560 | 2026-06-16T22:36:33.234Z | Downloaded cassowary v0.3.0 |
| 561 | 2026-06-16T22:36:33.238Z | Downloaded darling_macro v0.23.0 |
| 562 | 2026-06-16T22:36:33.238Z | Downloaded fd-lock v4.0.4 |
| 563 | 2026-06-16T22:36:33.238Z | Downloaded document-features v0.2.12 |
| 564 | 2026-06-16T22:36:33.238Z | Downloaded bitflags v1.3.2 |
| 565 | 2026-06-16T22:36:33.238Z | Downloaded elliptic-curve v0.13.8 |
| 566 | 2026-06-16T22:36:33.241Z | Downloaded defmt v0.3.100 |
| 567 | 2026-06-16T22:36:33.241Z | Downloaded buf-list v1.1.2 |
| 568 | 2026-06-16T22:36:33.244Z | Downloaded digest v0.11.3 |
| 569 | 2026-06-16T22:36:33.244Z | Downloaded bzip2 v0.6.1 |
| 570 | 2026-06-16T22:36:33.247Z | Downloaded embedded-io v0.4.0 |
| 571 | 2026-06-16T22:36:33.247Z | Downloaded compression-codecs v0.4.37 |
| 572 | 2026-06-16T22:36:33.250Z | Downloaded cancel-safe-futures v0.1.5 |
| 573 | 2026-06-16T22:36:33.250Z | Downloaded cstr-argument v0.1.2 |
| 574 | 2026-06-16T22:36:33.253Z | Downloaded cookie_store v0.22.1 |
| 575 | 2026-06-16T22:36:33.253Z | Downloaded derive_builder_core v0.20.2 |
| 576 | 2026-06-16T22:36:33.256Z | Downloaded derive_more v0.99.20 |
| 577 | 2026-06-16T22:36:33.259Z | Downloaded derive-ex v0.1.8 |
| 578 | 2026-06-16T22:36:33.259Z | Downloaded cpufeatures v0.3.0 |
| 579 | 2026-06-16T22:36:33.262Z | Downloaded bitfield-struct v0.6.2 |
| 580 | 2026-06-16T22:36:33.262Z | Downloaded compression-core v0.4.31 |
| 581 | 2026-06-16T22:36:33.262Z | Downloaded clang-sys v1.8.1 |
| 582 | 2026-06-16T22:36:33.265Z | Downloaded console v0.16.2 |
| 583 | 2026-06-16T22:36:33.265Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 584 | 2026-06-16T22:36:33.265Z | Downloaded argon2 v0.5.3 |
| 585 | 2026-06-16T22:36:33.267Z | Downloaded const-oid v0.9.6 |
| 586 | 2026-06-16T22:36:33.268Z | Downloaded dirs-sys-next v0.1.2 |
| 587 | 2026-06-16T22:36:33.270Z | Downloaded bytes v1.11.1 |
| 588 | 2026-06-16T22:36:33.270Z | Downloaded find-msvc-tools v0.1.9 |
| 589 | 2026-06-16T22:36:33.273Z | Downloaded darling_macro v0.21.3 |
| 590 | 2026-06-16T22:36:33.273Z | Downloaded defmt v1.0.1 |
| 591 | 2026-06-16T22:36:33.276Z | Downloaded cargo-platform v0.3.2 |
| 592 | 2026-06-16T22:36:33.276Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 593 | 2026-06-16T22:36:33.279Z | Downloaded env_filter v1.0.0 |
| 594 | 2026-06-16T22:36:33.279Z | Downloaded des v0.8.1 |
| 595 | 2026-06-16T22:36:33.282Z | Downloaded derive-where v1.6.0 |
| 596 | 2026-06-16T22:36:33.285Z | Downloaded ciborium-ll v0.2.2 |
| 597 | 2026-06-16T22:36:33.285Z | Downloaded crossbeam-utils v0.8.21 |
| 598 | 2026-06-16T22:36:33.288Z | Downloaded endian-type v0.1.2 |
| 599 | 2026-06-16T22:36:33.288Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 600 | 2026-06-16T22:36:33.288Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-06-16T22:36:33.291Z | Downloaded darling_macro v0.20.11 |
| 602 | 2026-06-16T22:36:33.291Z | Downloaded crucible-workspace-hack v0.1.0 |
| 603 | 2026-06-16T22:36:33.291Z | Downloaded critical-section v1.2.0 |
| 604 | 2026-06-16T22:36:33.291Z | Downloaded atomic-waker v1.1.2 |
| 605 | 2026-06-16T22:36:33.295Z | Downloaded darling_core v0.21.3 |
| 606 | 2026-06-16T22:36:33.298Z | Downloaded dof v0.4.0 |
| 607 | 2026-06-16T22:36:33.298Z | Downloaded chacha20 v0.10.0 |
| 608 | 2026-06-16T22:36:33.302Z | Downloaded defmt-parser v1.0.0 |
| 609 | 2026-06-16T22:36:33.302Z | Downloaded backoff v0.4.0 |
| 610 | 2026-06-16T22:36:33.302Z | Downloaded dunce v1.0.5 |
| 611 | 2026-06-16T22:36:33.305Z | Downloaded crc v3.4.0 |
| 612 | 2026-06-16T22:36:33.305Z | Downloaded dsl_auto_type v0.2.0 |
| 613 | 2026-06-16T22:36:33.305Z | Downloaded dtrace-parser v0.3.0 |
| 614 | 2026-06-16T22:36:33.305Z | Downloaded debug-ignore v1.0.5 |
| 615 | 2026-06-16T22:36:33.308Z | Downloaded async-stream v0.3.6 |
| 616 | 2026-06-16T22:36:33.308Z | Downloaded block-buffer v0.12.1 |
| 617 | 2026-06-16T22:36:33.312Z | Downloaded bitfield v0.19.4 |
| 618 | 2026-06-16T22:36:33.312Z | Downloaded bitfield-macros v0.19.4 |
| 619 | 2026-06-16T22:36:33.312Z | Downloaded aead v0.5.2 |
| 620 | 2026-06-16T22:36:33.312Z | Downloaded diesel-dtrace v0.5.0 |
| 621 | 2026-06-16T22:36:33.317Z | Downloaded ena v0.14.4 |
| 622 | 2026-06-16T22:36:33.317Z | Downloaded darling v0.21.3 |
| 623 | 2026-06-16T22:36:33.322Z | Downloaded float-cmp v0.10.0 |
| 624 | 2026-06-16T22:36:33.322Z | Downloaded cfg_aliases v0.2.1 |
| 625 | 2026-06-16T22:36:33.322Z | Downloaded colored v2.2.0 |
| 626 | 2026-06-16T22:36:33.322Z | Downloaded corncobs v0.1.4 |
| 627 | 2026-06-16T22:36:33.328Z | Downloaded cexpr v0.6.0 |
| 628 | 2026-06-16T22:36:33.328Z | Downloaded base64ct v1.8.3 |
| 629 | 2026-06-16T22:36:33.328Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 630 | 2026-06-16T22:36:33.328Z | Downloaded bit-set v0.5.3 |
| 631 | 2026-06-16T22:36:33.328Z | Downloaded base16ct v0.2.0 |
| 632 | 2026-06-16T22:36:33.331Z | Downloaded ascii-canvas v3.0.0 |
| 633 | 2026-06-16T22:36:33.331Z | Downloaded crc8 v0.1.1 |
| 634 | 2026-06-16T22:36:33.331Z | Downloaded array-init v0.0.4 |
| 635 | 2026-06-16T22:36:33.331Z | Downloaded crossbeam-deque v0.8.6 |
| 636 | 2026-06-16T22:36:33.331Z | Downloaded cobs v0.3.0 |
| 637 | 2026-06-16T22:36:33.331Z | Downloaded async-stream-impl v0.3.6 |
| 638 | 2026-06-16T22:36:33.331Z | Downloaded der_derive v0.7.3 |
| 639 | 2026-06-16T22:36:33.334Z | Downloaded dyn-clone v1.0.20 |
| 640 | 2026-06-16T22:36:33.337Z | Downloaded atty v0.2.14 |
| 641 | 2026-06-16T22:36:33.337Z | Downloaded futures-core v0.3.32 |
| 642 | 2026-06-16T22:36:33.340Z | Downloaded flagset v0.4.7 |
| 643 | 2026-06-16T22:36:33.340Z | Downloaded funty v2.0.0 |
| 644 | 2026-06-16T22:36:33.340Z | Downloaded display-error-chain v0.2.2 |
| 645 | 2026-06-16T22:36:33.343Z | Downloaded fxhash v0.2.1 |
| 646 | 2026-06-16T22:36:33.343Z | Downloaded foreign-types-shared v0.3.1 |
| 647 | 2026-06-16T22:36:33.343Z | Downloaded darling_macro v0.13.4 |
| 648 | 2026-06-16T22:36:33.343Z | Downloaded crunchy v0.2.4 |
| 649 | 2026-06-16T22:36:33.346Z | Downloaded atomicwrites v0.4.4 |
| 650 | 2026-06-16T22:36:33.346Z | Downloaded foreign-types-macros v0.2.3 |
| 651 | 2026-06-16T22:36:33.346Z | Downloaded gethostname v0.5.0 |
| 652 | 2026-06-16T22:36:33.346Z | Downloaded float-ord v0.3.2 |
| 653 | 2026-06-16T22:36:33.349Z | Downloaded foreign-types-shared v0.1.1 |
| 654 | 2026-06-16T22:36:33.349Z | Downloaded cipher v0.4.4 |
| 655 | 2026-06-16T22:36:33.349Z | Downloaded chacha20 v0.9.1 |
| 656 | 2026-06-16T22:36:33.352Z | Downloaded bit-vec v0.8.0 |
| 657 | 2026-06-16T22:36:33.352Z | Downloaded ed25519-dalek v2.2.0 |
| 658 | 2026-06-16T22:36:33.357Z | Downloaded hash32 v0.3.1 |
| 659 | 2026-06-16T22:36:33.357Z | Downloaded futures-sink v0.3.32 |
| 660 | 2026-06-16T22:36:33.357Z | Downloaded fallible-iterator v0.2.0 |
| 661 | 2026-06-16T22:36:33.357Z | Downloaded globwalk v0.9.1 |
| 662 | 2026-06-16T22:36:33.358Z | Downloaded futures-task v0.3.32 |
| 663 | 2026-06-16T22:36:33.361Z | Downloaded futures-macro v0.3.32 |
| 664 | 2026-06-16T22:36:33.361Z | Downloaded darling v0.13.4 |
| 665 | 2026-06-16T22:36:33.361Z | Downloaded foreign-types v0.5.0 |
| 666 | 2026-06-16T22:36:33.363Z | Downloaded hash32 v0.2.1 |
| 667 | 2026-06-16T22:36:33.364Z | Downloaded hex v0.4.3 |
| 668 | 2026-06-16T22:36:33.367Z | Downloaded hex-literal v0.4.1 |
| 669 | 2026-06-16T22:36:33.367Z | Downloaded git-stub v1.0.0 |
| 670 | 2026-06-16T22:36:33.367Z | Downloaded crypto-common v0.2.2 |
| 671 | 2026-06-16T22:36:33.372Z | Downloaded downcast-rs v2.0.2 |
| 672 | 2026-06-16T22:36:33.372Z | Downloaded cbc v0.1.2 |
| 673 | 2026-06-16T22:36:33.372Z | Downloaded convert_case v0.10.0 |
| 674 | 2026-06-16T22:36:33.375Z | Downloaded headers-core v0.3.0 |
| 675 | 2026-06-16T22:36:33.375Z | Downloaded foreign-types v0.3.2 |
| 676 | 2026-06-16T22:36:33.375Z | Downloaded byte-wrapper v0.1.0 |
| 677 | 2026-06-16T22:36:33.379Z | Downloaded blowfish v0.9.1 |
| 678 | 2026-06-16T22:36:33.379Z | Downloaded foldhash v0.2.0 |
| 679 | 2026-06-16T22:36:33.379Z | Downloaded constant_time_eq v0.4.2 |
| 680 | 2026-06-16T22:36:33.382Z | Downloaded cargo_metadata v0.23.1 |
| 681 | 2026-06-16T22:36:33.385Z | Downloaded ghash v0.5.1 |
| 682 | 2026-06-16T22:36:33.385Z | Downloaded camino-tempfile-ext v0.3.3 |
| 683 | 2026-06-16T22:36:33.385Z | Downloaded hubpack_derive v0.1.1 |
| 684 | 2026-06-16T22:36:33.388Z | Downloaded httpdate v1.0.3 |
| 685 | 2026-06-16T22:36:33.388Z | Downloaded http-body v1.0.1 |
| 686 | 2026-06-16T22:36:33.388Z | Downloaded cmake v0.1.57 |
| 687 | 2026-06-16T22:36:33.388Z | Downloaded either v1.15.0 |
| 688 | 2026-06-16T22:36:33.391Z | Downloaded data-encoding v2.10.0 |
| 689 | 2026-06-16T22:36:33.391Z | Downloaded arrayvec v0.7.6 |
| 690 | 2026-06-16T22:36:33.391Z | Downloaded bcs v0.1.6 |
| 691 | 2026-06-16T22:36:33.394Z | Downloaded hostname v0.4.2 |
| 692 | 2026-06-16T22:36:33.394Z | Downloaded hostname v0.3.1 |
| 693 | 2026-06-16T22:36:33.399Z | Downloaded erased-serde v0.3.31 |
| 694 | 2026-06-16T22:36:33.399Z | Downloaded ecdsa v0.16.9 |
| 695 | 2026-06-16T22:36:33.402Z | Downloaded daft v0.1.7 |
| 696 | 2026-06-16T22:36:33.402Z | Downloaded castaway v0.2.4 |
| 697 | 2026-06-16T22:36:33.402Z | Downloaded bit-vec v0.6.3 |
| 698 | 2026-06-16T22:36:33.402Z | Downloaded base64 v0.21.7 |
| 699 | 2026-06-16T22:36:33.406Z | Downloaded illumos-nvpair v0.3.0 |
| 700 | 2026-06-16T22:36:33.406Z | Downloaded foldhash v0.1.5 |
| 701 | 2026-06-16T22:36:33.406Z | Downloaded filetime v0.2.27 |
| 702 | 2026-06-16T22:36:33.406Z | Downloaded daft-derive v0.1.7 |
| 703 | 2026-06-16T22:36:33.410Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 704 | 2026-06-16T22:36:33.410Z | Downloaded fs_extra v1.3.0 |
| 705 | 2026-06-16T22:36:33.413Z | Downloaded ed25519 v2.2.3 |
| 706 | 2026-06-16T22:36:33.413Z | Downloaded console v0.15.11 |
| 707 | 2026-06-16T22:36:33.417Z | Downloaded bzip2 v0.4.4 |
| 708 | 2026-06-16T22:36:33.417Z | Downloaded async-bb8-diesel v0.2.1 |
| 709 | 2026-06-16T22:36:33.420Z | Downloaded http-range v0.1.5 |
| 710 | 2026-06-16T22:36:33.420Z | Downloaded fs-err v2.11.0 |
| 711 | 2026-06-16T22:36:33.420Z | Downloaded ctr v0.9.2 |
| 712 | 2026-06-16T22:36:33.420Z | Downloaded group v0.13.0 |
| 713 | 2026-06-16T22:36:33.423Z | Downloaded anstyle-parse v0.2.7 |
| 714 | 2026-06-16T22:36:33.423Z | Downloaded futures-executor v0.3.32 |
| 715 | 2026-06-16T22:36:33.426Z | Downloaded darling v0.23.0 |
| 716 | 2026-06-16T22:36:33.430Z | Downloaded internet-checksum v0.2.1 |
| 717 | 2026-06-16T22:36:33.430Z | Downloaded indent_write v2.2.0 |
| 718 | 2026-06-16T22:36:33.430Z | Downloaded ident_case v1.0.1 |
| 719 | 2026-06-16T22:36:33.430Z | Downloaded instant v0.1.13 |
| 720 | 2026-06-16T22:36:33.433Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-06-16T22:36:33.433Z | Downloaded hyper-tls v0.6.0 |
| 722 | 2026-06-16T22:36:33.433Z | Downloaded async-trait v0.1.89 |
| 723 | 2026-06-16T22:36:33.437Z | Downloaded futures-io v0.3.32 |
| 724 | 2026-06-16T22:36:33.437Z | Downloaded ciborium v0.2.2 |
| 725 | 2026-06-16T22:36:33.437Z | Downloaded blake2 v0.10.6 |
| 726 | 2026-06-16T22:36:33.439Z | Downloaded globset v0.4.18 |
| 727 | 2026-06-16T22:36:33.439Z | Downloaded git-stub-vcs v0.1.0 |
| 728 | 2026-06-16T22:36:33.442Z | Downloaded instability v0.3.11 |
| 729 | 2026-06-16T22:36:33.442Z | Downloaded glob v0.3.3 |
| 730 | 2026-06-16T22:36:33.442Z | Downloaded inout v0.1.4 |
| 731 | 2026-06-16T22:36:33.445Z | Downloaded backon v1.6.0 |
| 732 | 2026-06-16T22:36:33.445Z | Downloaded ff v0.13.1 |
| 733 | 2026-06-16T22:36:33.448Z | Downloaded home v0.5.12 |
| 734 | 2026-06-16T22:36:33.448Z | Downloaded csv-core v0.1.13 |
| 735 | 2026-06-16T22:36:33.448Z | Downloaded highway v1.3.0 |
| 736 | 2026-06-16T22:36:33.451Z | Downloaded is_ci v1.2.0 |
| 737 | 2026-06-16T22:36:33.455Z | Downloaded indoc v1.0.9 |
| 738 | 2026-06-16T22:36:33.455Z | Downloaded http-body-util v0.1.3 |
| 739 | 2026-06-16T22:36:33.458Z | Downloaded is-terminal v0.4.17 |
| 740 | 2026-06-16T22:36:33.458Z | Downloaded lazy_static v1.5.0 |
| 741 | 2026-06-16T22:36:33.461Z | Downloaded kstat-rs v0.2.4 |
| 742 | 2026-06-16T22:36:33.464Z | Downloaded futures-channel v0.3.32 |
| 743 | 2026-06-16T22:36:33.467Z | Downloaded env_logger v0.11.9 |
| 744 | 2026-06-16T22:36:33.467Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-06-16T22:36:33.470Z | Downloaded crossbeam-epoch v0.9.18 |
| 746 | 2026-06-16T22:36:33.473Z | Downloaded match_cfg v0.1.0 |
| 747 | 2026-06-16T22:36:33.476Z | Downloaded diff v0.1.13 |
| 748 | 2026-06-16T22:36:33.479Z | Downloaded md-5 v0.10.6 |
| 749 | 2026-06-16T22:36:33.479Z | Downloaded fixedbitset v0.5.7 |
| 750 | 2026-06-16T22:36:33.479Z | Downloaded managed v0.8.0 |
| 751 | 2026-06-16T22:36:33.481Z | Downloaded lru-cache v0.1.2 |
| 752 | 2026-06-16T22:36:33.487Z | Downloaded lalrpop-util v0.19.12 |
| 753 | 2026-06-16T22:36:33.487Z | Downloaded humantime v2.3.0 |
| 754 | 2026-06-16T22:36:33.490Z | Downloaded aes v0.8.4 |
| 755 | 2026-06-16T22:36:33.493Z | Downloaded ingot v0.1.1 |
| 756 | 2026-06-16T22:36:33.494Z | Downloaded fatfs v0.3.6 |
| 757 | 2026-06-16T22:36:33.497Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 758 | 2026-06-16T22:36:33.497Z | Downloaded md5 v0.7.0 |
| 759 | 2026-06-16T22:36:33.497Z | Downloaded lru v0.12.5 |
| 760 | 2026-06-16T22:36:33.500Z | Downloaded keccak v0.1.6 |
| 761 | 2026-06-16T22:36:33.500Z | Downloaded darling v0.20.11 |
| 762 | 2026-06-16T22:36:33.502Z | Downloaded maplit v1.0.2 |
| 763 | 2026-06-16T22:36:33.502Z | Downloaded const-oid v0.10.2 |
| 764 | 2026-06-16T22:36:33.505Z | Downloaded indoc v2.0.7 |
| 765 | 2026-06-16T22:36:33.505Z | Downloaded new_debug_unreachable v1.0.6 |
| 766 | 2026-06-16T22:36:33.508Z | Downloaded ipnetwork v0.21.1 |
| 767 | 2026-06-16T22:36:33.508Z | Downloaded nodrop v0.1.14 |
| 768 | 2026-06-16T22:36:33.508Z | Downloaded newtype-uuid-macros v0.1.0 |
| 769 | 2026-06-16T22:36:33.511Z | Downloaded newline-converter v0.3.0 |
| 770 | 2026-06-16T22:36:33.511Z | Downloaded ingot-types v0.1.2 |
| 771 | 2026-06-16T22:36:33.511Z | Downloaded nonempty v0.12.0 |
| 772 | 2026-06-16T22:36:33.511Z | Downloaded nibble_vec v0.1.0 |
| 773 | 2026-06-16T22:36:33.514Z | Downloaded multimap v0.10.1 |
| 774 | 2026-06-16T22:36:33.514Z | Downloaded num v0.4.3 |
| 775 | 2026-06-16T22:36:33.514Z | Downloaded getrandom v0.2.17 |
| 776 | 2026-06-16T22:36:33.517Z | Downloaded half v1.8.3 |
| 777 | 2026-06-16T22:36:33.520Z | Downloaded allocator-api2 v0.2.21 |
| 778 | 2026-06-16T22:36:33.520Z | Downloaded derive_builder v0.20.2 |
| 779 | 2026-06-16T22:36:33.523Z | Downloaded cookie v0.18.1 |
| 780 | 2026-06-16T22:36:33.526Z | Downloaded colored v3.1.1 |
| 781 | 2026-06-16T22:36:33.526Z | Downloaded mime v0.3.17 |
| 782 | 2026-06-16T22:36:33.528Z | Downloaded memoffset v0.9.1 |
| 783 | 2026-06-16T22:36:33.529Z | Downloaded ipnet v2.11.0 |
| 784 | 2026-06-16T22:36:33.529Z | Downloaded maybe-uninit v2.0.0 |
| 785 | 2026-06-16T22:36:33.529Z | Downloaded lzss v0.8.2 |
| 786 | 2026-06-16T22:36:33.532Z | Downloaded linked-hash-map v0.5.6 |
| 787 | 2026-06-16T22:36:33.532Z | Downloaded num-derive v0.3.3 |
| 788 | 2026-06-16T22:36:33.534Z | Downloaded num-conv v0.2.0 |
| 789 | 2026-06-16T22:36:33.534Z | Downloaded normalize-line-endings v0.3.0 |
| 790 | 2026-06-16T22:36:33.535Z | Downloaded libloading v0.8.9 |
| 791 | 2026-06-16T22:36:33.537Z | Downloaded newtype_derive v0.1.6 |
| 792 | 2026-06-16T22:36:33.537Z | Downloaded num_enum_derive v0.5.11 |
| 793 | 2026-06-16T22:36:33.538Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-06-16T22:36:33.540Z | Downloaded num_threads v0.1.7 |
| 795 | 2026-06-16T22:36:33.540Z | Downloaded num-iter v0.1.45 |
| 796 | 2026-06-16T22:36:33.543Z | Downloaded openssl-macros v0.1.1 |
| 797 | 2026-06-16T22:36:33.546Z | Downloaded drift v0.2.0 |
| 798 | 2026-06-16T22:36:33.550Z | Downloaded httparse v1.10.1 |
| 799 | 2026-06-16T22:36:33.576Z | Downloaded libsw-core v0.3.2 |
| 800 | 2026-06-16T22:36:33.576Z | Downloaded dropshot_endpoint v0.17.1 |
| 801 | 2026-06-16T22:36:33.576Z | Downloaded darling_core v0.13.4 |
| 802 | 2026-06-16T22:36:33.576Z | Downloaded lru-slab v0.1.2 |
| 803 | 2026-06-16T22:36:33.576Z | Downloaded oso-derive v0.27.3 |
| 804 | 2026-06-16T22:36:33.576Z | Downloaded openssl-probe v0.1.6 |
| 805 | 2026-06-16T22:36:33.576Z | Downloaded openssl-probe v0.2.1 |
| 806 | 2026-06-16T22:36:33.576Z | Downloaded hybrid-array v0.4.10 |
| 807 | 2026-06-16T22:36:33.576Z | Downloaded futures v0.3.32 |
| 808 | 2026-06-16T22:36:33.576Z | Downloaded libsw v3.5.0 |
| 809 | 2026-06-16T22:36:33.576Z | Downloaded hyper-rustls v0.27.7 |
| 810 | 2026-06-16T22:36:33.576Z | Downloaded opaque-debug v0.3.1 |
| 811 | 2026-06-16T22:36:33.576Z | Downloaded olpc-cjson v0.1.4 |
| 812 | 2026-06-16T22:36:33.576Z | Downloaded mime_guess v2.0.5 |
| 813 | 2026-06-16T22:36:33.576Z | Downloaded ingot-macros v0.1.1 |
| 814 | 2026-06-16T22:36:33.576Z | Downloaded compact_str v0.8.1 |
| 815 | 2026-06-16T22:36:33.576Z | Downloaded hyper-staticfile v0.10.1 |
| 816 | 2026-06-16T22:36:33.579Z | Downloaded native-tls v0.2.18 |
| 817 | 2026-06-16T22:36:33.579Z | Downloaded crypto-bigint v0.5.5 |
| 818 | 2026-06-16T22:36:33.582Z | Downloaded chacha20poly1305 v0.10.1 |
| 819 | 2026-06-16T22:36:33.582Z | Downloaded linear-map v1.2.0 |
| 820 | 2026-06-16T22:36:33.582Z | Downloaded libefi-sys v0.1.0 |
| 821 | 2026-06-16T22:36:33.585Z | Downloaded jobserver v0.1.34 |
| 822 | 2026-06-16T22:36:33.585Z | Downloaded parse-size v1.1.0 |
| 823 | 2026-06-16T22:36:33.585Z | Downloaded parse-display v0.10.0 |
| 824 | 2026-06-16T22:36:33.586Z | Downloaded packed_struct_codegen v0.10.1 |
| 825 | 2026-06-16T22:36:33.588Z | Downloaded crc-any v2.5.0 |
| 826 | 2026-06-16T22:36:33.588Z | Downloaded pbkdf2 v0.11.0 |
| 827 | 2026-06-16T22:36:33.592Z | Downloaded newtype-uuid v1.3.2 |
| 828 | 2026-06-16T22:36:33.595Z | Downloaded iana-time-zone v0.1.65 |
| 829 | 2026-06-16T22:36:33.595Z | Downloaded getrandom v0.3.4 |
| 830 | 2026-06-16T22:36:33.603Z | Downloaded nanorand v0.7.0 |
| 831 | 2026-06-16T22:36:33.606Z | Downloaded multer v3.1.0 |
| 832 | 2026-06-16T22:36:33.609Z | Downloaded pbkdf2 v0.12.2 |
| 833 | 2026-06-16T22:36:33.609Z | Downloaded path-slash v0.1.5 |
| 834 | 2026-06-16T22:36:33.609Z | Downloaded nu-ansi-term v0.50.3 |
| 835 | 2026-06-16T22:36:33.613Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-06-16T22:36:33.613Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-06-16T22:36:33.616Z | Downloaded phf_shared v0.12.1 |
| 838 | 2026-06-16T22:36:33.616Z | Downloaded num_enum v0.5.11 |
| 839 | 2026-06-16T22:36:33.619Z | Downloaded num_enum_derive v0.7.6 |
| 840 | 2026-06-16T22:36:33.622Z | Downloaded ignore v0.4.25 |
| 841 | 2026-06-16T22:36:33.629Z | Downloaded predicates-core v1.0.10 |
| 842 | 2026-06-16T22:36:33.632Z | Downloaded num_enum v0.7.6 |
| 843 | 2026-06-16T22:36:33.636Z | Downloaded phf_shared v0.13.1 |
| 844 | 2026-06-16T22:36:33.636Z | Downloaded lock_api v0.4.14 |
| 845 | 2026-06-16T22:36:33.639Z | Downloaded flume v0.11.1 |
| 846 | 2026-06-16T22:36:33.642Z | Downloaded oxide-tokio-rt v0.1.4 |
| 847 | 2026-06-16T22:36:33.645Z | Downloaded oxnet v0.1.6 |
| 848 | 2026-06-16T22:36:33.645Z | Downloaded memmap2 v0.9.10 |
| 849 | 2026-06-16T22:36:33.645Z | Downloaded phf_shared v0.11.3 |
| 850 | 2026-06-16T22:36:33.650Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-06-16T22:36:33.653Z | Downloaded proc-macro-crate v3.4.0 |
| 852 | 2026-06-16T22:36:33.653Z | Downloaded precomputed-hash v0.1.1 |
| 853 | 2026-06-16T22:36:33.660Z | Downloaded packed_struct v0.10.1 |
| 854 | 2026-06-16T22:36:33.663Z | Downloaded base64 v0.22.1 |
| 855 | 2026-06-16T22:36:33.675Z | Downloaded progenitor-macro v0.13.0 |
| 856 | 2026-06-16T22:36:33.678Z | Downloaded ar_archive_writer v0.5.1 |
| 857 | 2026-06-16T22:36:33.678Z | Downloaded psl-types v2.0.11 |
| 858 | 2026-06-16T22:36:33.681Z | Downloaded peg v0.8.5 |
| 859 | 2026-06-16T22:36:33.684Z | Downloaded progenitor-client v0.14.0 |
| 860 | 2026-06-16T22:36:33.684Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 861 | 2026-06-16T22:36:33.684Z | Downloaded proc-macro-crate v1.3.1 |
| 862 | 2026-06-16T22:36:33.684Z | Downloaded paste v1.0.15 |
| 863 | 2026-06-16T22:36:33.687Z | Downloaded heapless v0.7.17 |
| 864 | 2026-06-16T22:36:33.689Z | Downloaded progenitor-macro v0.14.0 |
| 865 | 2026-06-16T22:36:33.689Z | Downloaded password-hash v0.5.0 |
| 866 | 2026-06-16T22:36:33.689Z | Downloaded password-hash v0.4.2 |
| 867 | 2026-06-16T22:36:33.692Z | Downloaded rand_chacha v0.3.1 |
| 868 | 2026-06-16T22:36:33.692Z | Downloaded indexmap v1.9.3 |
| 869 | 2026-06-16T22:36:33.695Z | Downloaded quick-error v1.2.3 |
| 870 | 2026-06-16T22:36:33.695Z | Downloaded num-complex v0.4.6 |
| 871 | 2026-06-16T22:36:33.695Z | Downloaded hmac v0.12.1 |
| 872 | 2026-06-16T22:36:33.698Z | Downloaded parse-display-derive v0.10.0 |
| 873 | 2026-06-16T22:36:33.698Z | Downloaded pem v3.0.6 |
| 874 | 2026-06-16T22:36:33.701Z | Downloaded num-integer v0.1.46 |
| 875 | 2026-06-16T22:36:33.701Z | Downloaded parking_lot_core v0.8.6 |
| 876 | 2026-06-16T22:36:33.704Z | Downloaded libbz2-rs-sys v0.2.2 |
| 877 | 2026-06-16T22:36:33.704Z | Downloaded cc v1.2.56 |
| 878 | 2026-06-16T22:36:33.707Z | Downloaded bumpalo v3.20.2 |
| 879 | 2026-06-16T22:36:33.707Z | Downloaded arc-swap v1.8.2 |
| 880 | 2026-06-16T22:36:33.710Z | Downloaded owo-colors v4.3.0 |
| 881 | 2026-06-16T22:36:33.713Z | Downloaded pem-rfc7468 v0.7.0 |
| 882 | 2026-06-16T22:36:33.716Z | Downloaded powerfmt v0.2.0 |
| 883 | 2026-06-16T22:36:33.716Z | Downloaded heapless v0.8.0 |
| 884 | 2026-06-16T22:36:33.719Z | Downloaded phf v0.12.1 |
| 885 | 2026-06-16T22:36:33.722Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 886 | 2026-06-16T22:36:33.722Z | Downloaded half v2.7.1 |
| 887 | 2026-06-16T22:36:33.725Z | Downloaded flate2 v1.1.9 |
| 888 | 2026-06-16T22:36:33.728Z | Downloaded headers v0.4.1 |
| 889 | 2026-06-16T22:36:33.731Z | Downloaded ppv-lite86 v0.2.21 |
| 890 | 2026-06-16T22:36:33.731Z | Downloaded polyval v0.6.2 |
| 891 | 2026-06-16T22:36:33.731Z | Downloaded rand_xorshift v0.4.0 |
| 892 | 2026-06-16T22:36:33.734Z | Downloaded predicates v3.1.4 |
| 893 | 2026-06-16T22:36:33.734Z | Downloaded poly1305 v0.8.0 |
| 894 | 2026-06-16T22:36:33.737Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2026-06-16T22:36:33.737Z | Downloaded ref-cast-impl v1.0.25 |
| 896 | 2026-06-16T22:36:33.740Z | Downloaded const_format v0.2.35 |
| 897 | 2026-06-16T22:36:33.743Z | Downloaded parking_lot v0.11.2 |
| 898 | 2026-06-16T22:36:33.743Z | Downloaded pin-project-lite v0.2.17 |
| 899 | 2026-06-16T22:36:33.746Z | Downloaded expectorate v1.2.0 |
| 900 | 2026-06-16T22:36:33.749Z | Downloaded parking_lot_core v0.9.12 |
| 901 | 2026-06-16T22:36:33.749Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-06-16T22:36:33.749Z | Downloaded progenitor-extras v0.2.0 |
| 903 | 2026-06-16T22:36:33.752Z | Downloaded progenitor-client v0.13.0 |
| 904 | 2026-06-16T22:36:33.752Z | Downloaded progenitor v0.14.0 |
| 905 | 2026-06-16T22:36:33.752Z | Downloaded progenitor v0.13.0 |
| 906 | 2026-06-16T22:36:33.755Z | Downloaded recursive v0.1.1 |
| 907 | 2026-06-16T22:36:33.755Z | Downloaded derive_more v2.1.1 |
| 908 | 2026-06-16T22:36:33.765Z | Downloaded indicatif v0.18.4 |
| 909 | 2026-06-16T22:36:33.768Z | Downloaded psm v0.1.30 |
| 910 | 2026-06-16T22:36:33.771Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-06-16T22:36:33.771Z | Downloaded russh-cryptovec v0.7.3 |
| 912 | 2026-06-16T22:36:33.774Z | Downloaded rand_chacha v0.9.0 |
| 913 | 2026-06-16T22:36:33.774Z | Downloaded radium v0.7.0 |
| 914 | 2026-06-16T22:36:33.774Z | Downloaded r2d2 v0.8.10 |
| 915 | 2026-06-16T22:36:33.774Z | Downloaded peg-macros v0.8.5 |
| 916 | 2026-06-16T22:36:33.777Z | Downloaded rustc-hash v2.1.1 |
| 917 | 2026-06-16T22:36:33.777Z | Downloaded rtoolbox v0.0.3 |
| 918 | 2026-06-16T22:36:33.780Z | Downloaded diesel_derives v2.3.7 |
| 919 | 2026-06-16T22:36:33.785Z | Downloaded litrs v1.0.0 |
| 920 | 2026-06-16T22:36:33.791Z | Downloaded rand_seeder v0.4.0 |
| 921 | 2026-06-16T22:36:33.793Z | Downloaded phf v0.13.1 |
| 922 | 2026-06-16T22:36:33.796Z | Downloaded same-file v1.0.6 |
| 923 | 2026-06-16T22:36:33.800Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-06-16T22:36:33.800Z | Downloaded miniz_oxide v0.8.9 |
| 925 | 2026-06-16T22:36:33.803Z | Downloaded rustc_version v0.4.1 |
| 926 | 2026-06-16T22:36:33.803Z | Downloaded rand_core v0.9.5 |
| 927 | 2026-06-16T22:36:33.806Z | Downloaded rand_core v0.6.4 |
| 928 | 2026-06-16T22:36:33.806Z | Downloaded derive_more-impl v2.1.1 |
| 929 | 2026-06-16T22:36:33.809Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-06-16T22:36:33.809Z | Downloaded pin-project-internal v1.1.11 |
| 931 | 2026-06-16T22:36:33.812Z | Downloaded pkg-config v0.3.32 |
| 932 | 2026-06-16T22:36:33.812Z | Downloaded postgres-protocol v0.6.10 |
| 933 | 2026-06-16T22:36:33.815Z | Downloaded postcard v1.1.3 |
| 934 | 2026-06-16T22:36:33.815Z | Downloaded sapling-renderdag v0.1.0 |
| 935 | 2026-06-16T22:36:33.815Z | Downloaded pkcs1 v0.7.5 |
| 936 | 2026-06-16T22:36:33.818Z | Downloaded p256 v0.13.2 |
| 937 | 2026-06-16T22:36:33.821Z | Downloaded scheduled-thread-pool v0.2.7 |
| 938 | 2026-06-16T22:36:33.821Z | Downloaded salsa20 v0.10.2 |
| 939 | 2026-06-16T22:36:33.821Z | Downloaded async-compression v0.4.41 |
| 940 | 2026-06-16T22:36:33.824Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-06-16T22:36:33.827Z | Downloaded oso v0.27.3 |
| 942 | 2026-06-16T22:36:33.827Z | Downloaded primeorder v0.13.6 |
| 943 | 2026-06-16T22:36:33.830Z | Downloaded semver v0.1.20 |
| 944 | 2026-06-16T22:36:33.830Z | Downloaded secrecy v0.8.0 |
| 945 | 2026-06-16T22:36:33.830Z | Downloaded scrypt v0.11.0 |
| 946 | 2026-06-16T22:36:33.833Z | Downloaded crossterm v0.28.1 |
| 947 | 2026-06-16T22:36:33.836Z | Downloaded secrecy v0.10.3 |
| 948 | 2026-06-16T22:36:33.836Z | Downloaded resolv-conf v0.7.6 |
| 949 | 2026-06-16T22:36:33.839Z | Downloaded proc-macro-error2 v2.0.1 |
| 950 | 2026-06-16T22:36:33.839Z | Downloaded parking_lot v0.12.5 |
| 951 | 2026-06-16T22:36:33.842Z | Downloaded rfc6979 v0.4.0 |
| 952 | 2026-06-16T22:36:33.842Z | Downloaded hickory-resolver v0.24.4 |
| 953 | 2026-06-16T22:36:33.845Z | Downloaded serde_bytes v0.11.19 |
| 954 | 2026-06-16T22:36:33.845Z | Downloaded serde-big-array v0.5.1 |
| 955 | 2026-06-16T22:36:33.848Z | Downloaded pkcs5 v0.7.1 |
| 956 | 2026-06-16T22:36:33.848Z | Downloaded papergrid v0.17.0 |
| 957 | 2026-06-16T22:36:33.851Z | Downloaded serde_urlencoded v0.7.1 |
| 958 | 2026-06-16T22:36:33.855Z | Downloaded seq-macro v0.3.6 |
| 959 | 2026-06-16T22:36:33.855Z | Downloaded jiff-static v0.2.21 |
| 960 | 2026-06-16T22:36:33.858Z | Downloaded hickory-resolver v0.25.2 |
| 961 | 2026-06-16T22:36:33.858Z | Downloaded hashbrown v0.13.2 |
| 962 | 2026-06-16T22:36:33.863Z | Downloaded sha1 v0.11.0 |
| 963 | 2026-06-16T22:36:33.866Z | Downloaded pin-project v1.1.11 |
| 964 | 2026-06-16T22:36:33.871Z | Downloaded sha1 v0.10.6 |
| 965 | 2026-06-16T22:36:33.874Z | Downloaded shell-words v1.1.1 |
| 966 | 2026-06-16T22:36:33.874Z | Downloaded rusty-fork v0.3.1 |
| 967 | 2026-06-16T22:36:33.876Z | Downloaded quinn-udp v0.5.14 |
| 968 | 2026-06-16T22:36:33.876Z | Downloaded minimal-lexical v0.2.1 |
| 969 | 2026-06-16T22:36:33.879Z | Downloaded crossbeam-channel v0.5.15 |
| 970 | 2026-06-16T22:36:33.882Z | Downloaded signal-hook-mio v0.2.5 |
| 971 | 2026-06-16T22:36:33.883Z | Downloaded signature v2.2.0 |
| 972 | 2026-06-16T22:36:33.885Z | Downloaded rustls-pemfile v2.2.0 |
| 973 | 2026-06-16T22:36:33.885Z | Downloaded hashbrown v0.12.3 |
| 974 | 2026-06-16T22:36:33.889Z | Downloaded sigpipe v0.1.3 |
| 975 | 2026-06-16T22:36:33.893Z | Downloaded rustversion v1.0.22 |
| 976 | 2026-06-16T22:36:33.893Z | Downloaded openssl-sys v0.9.115 |
| 977 | 2026-06-16T22:36:33.896Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-06-16T22:36:33.896Z | Downloaded serde_spanned v1.1.1 |
| 979 | 2026-06-16T22:36:33.899Z | Downloaded siphasher v1.0.2 |
| 980 | 2026-06-16T22:36:33.899Z | Downloaded scopeguard v1.2.0 |
| 981 | 2026-06-16T22:36:33.899Z | Downloaded slog-envlogger v2.2.0 |
| 982 | 2026-06-16T22:36:33.902Z | Downloaded scroll v0.13.0 |
| 983 | 2026-06-16T22:36:33.902Z | Downloaded slog-bunyan v2.5.0 |
| 984 | 2026-06-16T22:36:33.902Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-06-16T22:36:33.905Z | Downloaded serde_repr v0.1.20 |
| 986 | 2026-06-16T22:36:33.905Z | Downloaded serde_plain v1.0.2 |
| 987 | 2026-06-16T22:36:33.908Z | Downloaded der v0.7.10 |
| 988 | 2026-06-16T22:36:33.911Z | Downloaded prefix-trie v0.7.0 |
| 989 | 2026-06-16T22:36:33.914Z | Downloaded rustls-native-certs v0.8.3 |
| 990 | 2026-06-16T22:36:33.914Z | Downloaded progenitor-impl v0.14.0 |
| 991 | 2026-06-16T22:36:33.917Z | Downloaded progenitor-impl v0.13.0 |
| 992 | 2026-06-16T22:36:33.923Z | Downloaded serde_path_to_error v0.1.20 |
| 993 | 2026-06-16T22:36:33.931Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-06-16T22:36:33.935Z | Downloaded serde-hex v0.1.0 |
| 995 | 2026-06-16T22:36:33.942Z | Downloaded sqlparser_derive v0.5.0 |
| 996 | 2026-06-16T22:36:33.951Z | Downloaded ssh-encoding v0.2.0 |
| 997 | 2026-06-16T22:36:33.954Z | Downloaded darling_core v0.23.0 |
| 998 | 2026-06-16T22:36:33.961Z | Downloaded http v1.4.2 |
| 999 | 2026-06-16T22:36:33.964Z | Downloaded strum v0.27.2 |
| 1000 | 2026-06-16T22:36:33.967Z | Downloaded structmeta-derive v0.3.0 |
| 1001 | 2026-06-16T22:36:33.967Z | Downloaded structmeta v0.3.0 |
| 1002 | 2026-06-16T22:36:33.967Z | Downloaded strum v0.26.3 |
| 1003 | 2026-06-16T22:36:33.967Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1004 | 2026-06-16T22:36:33.970Z | Downloaded strsim v0.10.0 |
| 1005 | 2026-06-16T22:36:33.970Z | Downloaded subtle v2.6.1 |
| 1006 | 2026-06-16T22:36:33.973Z | Downloaded shlex v1.3.0 |
| 1007 | 2026-06-16T22:36:33.973Z | Downloaded sec1 v0.7.3 |
| 1008 | 2026-06-16T22:36:33.978Z | Downloaded signal-hook-registry v1.4.8 |
| 1009 | 2026-06-16T22:36:33.978Z | Downloaded rcgen v0.12.1 |
| 1010 | 2026-06-16T22:36:33.981Z | Downloaded aes-gcm v0.10.3 |
| 1011 | 2026-06-16T22:36:33.981Z | Downloaded simd-adler32 v0.3.8 |
| 1012 | 2026-06-16T22:36:33.983Z | Downloaded slog-async v2.8.0 |
| 1013 | 2026-06-16T22:36:33.983Z | Downloaded sync-ptr v0.1.4 |
| 1014 | 2026-06-16T22:36:33.986Z | Downloaded tagptr v0.2.0 |
| 1015 | 2026-06-16T22:36:33.986Z | Downloaded supports-color v3.0.2 |
| 1016 | 2026-06-16T22:36:33.986Z | Downloaded tabled_derive v0.11.0 |
| 1017 | 2026-06-16T22:36:33.989Z | Downloaded sync_wrapper v1.0.2 |
| 1018 | 2026-06-16T22:36:33.989Z | Downloaded slab v0.4.12 |
| 1019 | 2026-06-16T22:36:33.989Z | Downloaded slog-scope v4.4.1 |
| 1020 | 2026-06-16T22:36:33.992Z | Downloaded slog-dtrace v0.3.0 |
| 1021 | 2026-06-16T22:36:33.993Z | Downloaded hyper-util v0.1.20 |
| 1022 | 2026-06-16T22:36:33.995Z | Downloaded pretty_assertions v1.4.1 |
| 1023 | 2026-06-16T22:36:33.999Z | Downloaded tabwriter v1.4.1 |
| 1024 | 2026-06-16T22:36:34.003Z | Downloaded slog-json v2.6.1 |
| 1025 | 2026-06-16T22:36:34.006Z | Downloaded serde_cbor v0.11.2 |
| 1026 | 2026-06-16T22:36:34.009Z | Downloaded take_mut v0.2.2 |
| 1027 | 2026-06-16T22:36:34.009Z | Downloaded smf v0.2.3 |
| 1028 | 2026-06-16T22:36:34.009Z | Downloaded itertools v0.10.5 |
| 1029 | 2026-06-16T22:36:34.012Z | Downloaded time-core v0.1.8 |
| 1030 | 2026-06-16T22:36:34.015Z | Downloaded thread-id v5.1.0 |
| 1031 | 2026-06-16T22:36:34.015Z | Downloaded ron v0.8.1 |
| 1032 | 2026-06-16T22:36:34.018Z | Downloaded snafu-derive v0.8.9 |
| 1033 | 2026-06-16T22:36:34.018Z | Downloaded serde_with_macros v3.17.0 |
| 1034 | 2026-06-16T22:36:34.022Z | Downloaded slog-stdlog v4.1.1 |
| 1035 | 2026-06-16T22:36:34.022Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1036 | 2026-06-16T22:36:34.025Z | Downloaded testing_table v0.3.0 |
| 1037 | 2026-06-16T22:36:34.025Z | Downloaded ssh-cipher v0.2.0 |
| 1038 | 2026-06-16T22:36:34.025Z | Downloaded spki v0.7.3 |
| 1039 | 2026-06-16T22:36:34.025Z | Downloaded termtree v0.5.1 |
| 1040 | 2026-06-16T22:36:34.025Z | Downloaded tokio-macros v2.7.0 |
| 1041 | 2026-06-16T22:36:34.028Z | Downloaded smallvec v0.6.14 |
| 1042 | 2026-06-16T22:36:34.031Z | Downloaded num-bigint v0.4.6 |
| 1043 | 2026-06-16T22:36:34.034Z | Downloaded tinyvec_macros v0.1.1 |
| 1044 | 2026-06-16T22:36:34.037Z | Downloaded russh-keys v0.45.0 |
| 1045 | 2026-06-16T22:36:34.040Z | Downloaded crossterm v0.29.0 |
| 1046 | 2026-06-16T22:36:34.044Z | Downloaded serde_with_macros v1.5.2 |
| 1047 | 2026-06-16T22:36:34.046Z | Downloaded rayon-core v1.13.0 |
| 1048 | 2026-06-16T22:36:34.050Z | Downloaded stringprep v0.1.5 |
| 1049 | 2026-06-16T22:36:34.053Z | Downloaded strum_macros v0.26.4 |
| 1050 | 2026-06-16T22:36:34.053Z | Downloaded rustls-pki-types v1.14.0 |
| 1051 | 2026-06-16T22:36:34.053Z | Downloaded mio v1.2.0 |
| 1052 | 2026-06-16T22:36:34.056Z | Downloaded strum_macros v0.24.3 |
| 1053 | 2026-06-16T22:36:34.060Z | Downloaded string_cache v0.8.9 |
| 1054 | 2026-06-16T22:36:34.060Z | Downloaded stacker v0.1.23 |
| 1055 | 2026-06-16T22:36:34.064Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-06-16T22:36:34.064Z | Downloaded strum_macros v0.27.2 |
| 1057 | 2026-06-16T22:36:34.064Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1058 | 2026-06-16T22:36:34.067Z | Downloaded rand v0.8.6 |
| 1059 | 2026-06-16T22:36:34.070Z | Downloaded support-bundle-viewer v0.1.2 |
| 1060 | 2026-06-16T22:36:34.074Z | Downloaded publicsuffix v2.3.0 |
| 1061 | 2026-06-16T22:36:34.077Z | Downloaded termios v0.3.3 |
| 1062 | 2026-06-16T22:36:34.077Z | Downloaded prettyplease v0.2.37 |
| 1063 | 2026-06-16T22:36:34.077Z | Downloaded tap v1.0.1 |
| 1064 | 2026-06-16T22:36:34.080Z | Downloaded tower-layer v0.3.3 |
| 1065 | 2026-06-16T22:36:34.083Z | Downloaded topological-sort v0.2.2 |
| 1066 | 2026-06-16T22:36:34.089Z | Downloaded tower-service v0.3.3 |
| 1067 | 2026-06-16T22:36:34.092Z | Downloaded quinn v0.11.9 |
| 1068 | 2026-06-16T22:36:34.092Z | Downloaded thread_local v1.1.9 |
| 1069 | 2026-06-16T22:36:34.096Z | Downloaded hickory-server v0.25.2 |
| 1070 | 2026-06-16T22:36:34.096Z | Downloaded qorb v0.4.1 |
| 1071 | 2026-06-16T22:36:34.100Z | Downloaded libxml v0.3.3 |
| 1072 | 2026-06-16T22:36:34.103Z | Downloaded hashbrown v0.16.1 |
| 1073 | 2026-06-16T22:36:34.106Z | Downloaded sqlformat v0.3.5 |
| 1074 | 2026-06-16T22:36:34.106Z | Downloaded time-macros v0.2.27 |
| 1075 | 2026-06-16T22:36:34.109Z | Downloaded tls_codec v0.4.2 |
| 1076 | 2026-06-16T22:36:34.109Z | Downloaded try-lock v0.2.5 |
| 1077 | 2026-06-16T22:36:34.109Z | Downloaded unarray v0.1.4 |
| 1078 | 2026-06-16T22:36:34.112Z | Downloaded tiny-keccak v2.0.2 |
| 1079 | 2026-06-16T22:36:34.113Z | Downloaded thiserror-no-std v2.0.2 |
| 1080 | 2026-06-16T22:36:34.115Z | Downloaded spin v0.9.8 |
| 1081 | 2026-06-16T22:36:34.115Z | Downloaded tokio-native-tls v0.3.1 |
| 1082 | 2026-06-16T22:36:34.118Z | Downloaded hashbrown v0.15.5 |
| 1083 | 2026-06-16T22:36:34.121Z | Downloaded dropshot-api-manager v0.7.2 |
| 1084 | 2026-06-16T22:36:34.126Z | Downloaded static_assertions v1.1.0 |
| 1085 | 2026-06-16T22:36:34.129Z | Downloaded typify-macro v0.6.2 |
| 1086 | 2026-06-16T22:36:34.132Z | Downloaded trait-variant v0.1.2 |
| 1087 | 2026-06-16T22:36:34.135Z | Downloaded untrusted v0.7.1 |
| 1088 | 2026-06-16T22:36:34.135Z | Downloaded usdt-attr-macro v0.6.0 |
| 1089 | 2026-06-16T22:36:34.135Z | Downloaded universal-hash v0.5.1 |
| 1090 | 2026-06-16T22:36:34.135Z | Downloaded unicode-truncate v1.1.0 |
| 1091 | 2026-06-16T22:36:34.138Z | Downloaded similar v2.7.0 |
| 1092 | 2026-06-16T22:36:34.141Z | Downloaded schemars v0.8.22 |
| 1093 | 2026-06-16T22:36:34.146Z | Downloaded usdt-macro v0.6.0 |
| 1094 | 2026-06-16T22:36:34.149Z | Downloaded untrusted v0.9.0 |
| 1095 | 2026-06-16T22:36:34.149Z | Downloaded unit-prefix v0.5.2 |
| 1096 | 2026-06-16T22:36:34.149Z | Downloaded usdt v0.6.0 |
| 1097 | 2026-06-16T22:36:34.149Z | Downloaded itertools v0.12.1 |
| 1098 | 2026-06-16T22:36:34.152Z | Downloaded tokio-tungstenite v0.21.0 |
| 1099 | 2026-06-16T22:36:34.156Z | Downloaded blake3 v1.8.3 |
| 1100 | 2026-06-16T22:36:34.159Z | Downloaded term v1.2.1 |
| 1101 | 2026-06-16T22:36:34.164Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1102 | 2026-06-16T22:36:34.164Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1103 | 2026-06-16T22:36:34.167Z | Downloaded term v0.7.0 |
| 1104 | 2026-06-16T22:36:34.167Z | Downloaded schemars v0.9.0 |
| 1105 | 2026-06-16T22:36:34.171Z | Downloaded utf-8 v0.7.6 |
| 1106 | 2026-06-16T22:36:34.174Z | Downloaded socket2 v0.5.10 |
| 1107 | 2026-06-16T22:36:34.174Z | Downloaded slog-term v2.9.2 |
| 1108 | 2026-06-16T22:36:34.177Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1109 | 2026-06-16T22:36:34.177Z | Downloaded slog v2.8.2 |
| 1110 | 2026-06-16T22:36:34.180Z | Downloaded socket2 v0.6.3 |
| 1111 | 2026-06-16T22:36:34.184Z | Downloaded tls_codec_derive v0.4.2 |
| 1112 | 2026-06-16T22:36:34.187Z | Downloaded want v0.3.1 |
| 1113 | 2026-06-16T22:36:34.187Z | Downloaded void v1.0.2 |
| 1114 | 2026-06-16T22:36:34.187Z | Downloaded tokio-dtrace v0.1.1 |
| 1115 | 2026-06-16T22:36:34.190Z | Downloaded waitgroup v0.1.2 |
| 1116 | 2026-06-16T22:36:34.193Z | Downloaded rand v0.10.0 |
| 1117 | 2026-06-16T22:36:34.196Z | Downloaded rand v0.9.2 |
| 1118 | 2026-06-16T22:36:34.199Z | Downloaded tui-tree-widget v0.23.1 |
| 1119 | 2026-06-16T22:36:34.199Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-06-16T22:36:34.202Z | Downloaded signal-hook v0.3.18 |
| 1121 | 2026-06-16T22:36:34.205Z | Downloaded futures-util v0.3.32 |
| 1122 | 2026-06-16T22:36:34.209Z | Downloaded xshell-macros v0.2.7 |
| 1123 | 2026-06-16T22:36:34.212Z | Downloaded aho-corasick v1.1.4 |
| 1124 | 2026-06-16T22:36:34.215Z | Downloaded schemars v1.2.1 |
| 1125 | 2026-06-16T22:36:34.222Z | Downloaded samael v0.0.19 |
| 1126 | 2026-06-16T22:36:34.225Z | Downloaded zeroize_derive v1.4.3 |
| 1127 | 2026-06-16T22:36:34.228Z | Downloaded subprocess v0.2.15 |
| 1128 | 2026-06-16T22:36:34.228Z | Downloaded tokio-tungstenite v0.23.1 |
| 1129 | 2026-06-16T22:36:34.231Z | Downloaded xattr v1.6.1 |
| 1130 | 2026-06-16T22:36:34.231Z | Downloaded itertools v0.14.0 |
| 1131 | 2026-06-16T22:36:34.234Z | Downloaded zone v0.3.1 |
| 1132 | 2026-06-16T22:36:34.234Z | Downloaded hkdf v0.12.4 |
| 1133 | 2026-06-16T22:36:34.237Z | Downloaded nom v7.1.3 |
| 1134 | 2026-06-16T22:36:34.240Z | Downloaded tracing-attributes v0.1.31 |
| 1135 | 2026-06-16T22:36:34.240Z | Downloaded unicase v2.9.0 |
| 1136 | 2026-06-16T22:36:34.243Z | Downloaded vsss-rs v3.3.4 |
| 1137 | 2026-06-16T22:36:34.243Z | Downloaded test-strategy v0.4.5 |
| 1138 | 2026-06-16T22:36:34.246Z | Downloaded zone_cfg_derive v0.3.1 |
| 1139 | 2026-06-16T22:36:34.246Z | Downloaded uzers v0.12.2 |
| 1140 | 2026-06-16T22:36:34.250Z | Downloaded usdt-impl v0.6.0 |
| 1141 | 2026-06-16T22:36:34.250Z | Downloaded vergen-gitcl v1.0.8 |
| 1142 | 2026-06-16T22:36:34.250Z | Downloaded num-bigint-dig v0.8.6 |
| 1143 | 2026-06-16T22:36:34.253Z | Downloaded walkdir v2.5.0 |
| 1144 | 2026-06-16T22:36:34.253Z | Downloaded wait-timeout v0.2.1 |
| 1145 | 2026-06-16T22:36:34.253Z | Downloaded itertools v0.13.0 |
| 1146 | 2026-06-16T22:36:34.256Z | Downloaded tokio-stream v0.1.18 |
| 1147 | 2026-06-16T22:36:34.259Z | Downloaded whoami v1.6.1 |
| 1148 | 2026-06-16T22:36:34.262Z | Downloaded vergen-lib v0.1.6 |
| 1149 | 2026-06-16T22:36:34.262Z | Downloaded vergen-lib v9.1.0 |
| 1150 | 2026-06-16T22:36:34.262Z | Downloaded rsa v0.9.10 |
| 1151 | 2026-06-16T22:36:34.265Z | Downloaded tinyvec v1.10.0 |
| 1152 | 2026-06-16T22:36:34.267Z | Downloaded rustls-webpki v0.103.9 |
| 1153 | 2026-06-16T22:36:34.270Z | Downloaded whoami v2.1.0 |
| 1154 | 2026-06-16T22:36:34.270Z | Downloaded snafu v0.8.9 |
| 1155 | 2026-06-16T22:36:34.273Z | Downloaded iri-string v0.7.10 |
| 1156 | 2026-06-16T22:36:34.280Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1157 | 2026-06-16T22:36:34.283Z | Downloaded unicode-properties v0.1.4 |
| 1158 | 2026-06-16T22:36:34.283Z | Downloaded xshell v0.2.7 |
| 1159 | 2026-06-16T22:36:34.285Z | Downloaded wyz v0.5.1 |
| 1160 | 2026-06-16T22:36:34.286Z | Downloaded tokio-rustls v0.26.4 |
| 1161 | 2026-06-16T22:36:34.289Z | Downloaded bindgen v0.71.1 |
| 1162 | 2026-06-16T22:36:34.297Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1163 | 2026-06-16T22:36:34.300Z | Downloaded vergen v9.1.0 |
| 1164 | 2026-06-16T22:36:34.303Z | Downloaded zeroize v1.8.2 |
| 1165 | 2026-06-16T22:36:34.303Z | Downloaded russh v0.45.0 |
| 1166 | 2026-06-16T22:36:34.306Z | Downloaded zstd v0.13.3 |
| 1167 | 2026-06-16T22:36:34.309Z | Downloaded libm v0.2.16 |
| 1168 | 2026-06-16T22:36:34.315Z | Downloaded p521 v0.13.3 |
| 1169 | 2026-06-16T22:36:34.318Z | Downloaded tracing-core v0.1.36 |
| 1170 | 2026-06-16T22:36:34.321Z | Downloaded typify v0.6.2 |
| 1171 | 2026-06-16T22:36:34.325Z | Downloaded vergen-git2 v9.1.0 |
| 1172 | 2026-06-16T22:36:34.325Z | Downloaded toml v0.7.8 |
| 1173 | 2026-06-16T22:36:34.328Z | Downloaded tungstenite v0.21.0 |
| 1174 | 2026-06-16T22:36:34.328Z | Downloaded hyper v1.10.1 |
| 1175 | 2026-06-16T22:36:34.331Z | Downloaded rustyline v14.0.0 |
| 1176 | 2026-06-16T22:36:34.334Z | Downloaded unicode-bidi v0.3.18 |
| 1177 | 2026-06-16T22:36:34.337Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-06-16T22:36:34.337Z | Downloaded nom v8.0.0 |
| 1179 | 2026-06-16T22:36:34.340Z | Downloaded h2 v0.4.15 |
| 1180 | 2026-06-16T22:36:34.344Z | Downloaded zstd-safe v7.2.4 |
| 1181 | 2026-06-16T22:36:34.347Z | Downloaded zerocopy v0.6.6 |
| 1182 | 2026-06-16T22:36:34.347Z | Downloaded unsafe-libyaml v0.2.11 |
| 1183 | 2026-06-16T22:36:34.350Z | Downloaded tar v0.4.45 |
| 1184 | 2026-06-16T22:36:34.350Z | Downloaded rpassword v7.4.0 |
| 1185 | 2026-06-16T22:36:34.353Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1186 | 2026-06-16T22:36:34.361Z | Downloaded tungstenite v0.23.0 |
| 1187 | 2026-06-16T22:36:34.365Z | Downloaded vte v0.14.1 |
| 1188 | 2026-06-16T22:36:34.379Z | Downloaded zopfli v0.8.3 |
| 1189 | 2026-06-16T22:36:34.395Z | Downloaded aws-lc-rs v1.16.3 |
| 1190 | 2026-06-16T22:36:34.400Z | Downloaded serde_with v1.14.0 |
| 1191 | 2026-06-16T22:36:34.403Z | Downloaded ssh-key v0.6.7 |
| 1192 | 2026-06-16T22:36:34.407Z | Downloaded steno v0.4.1 |
| 1193 | 2026-06-16T22:36:34.410Z | Downloaded yasna v0.5.2 |
| 1194 | 2026-06-16T22:36:34.413Z | Downloaded tokio-postgres v0.7.16 |
| 1195 | 2026-06-16T22:36:34.413Z | Downloaded regex v1.12.3 |
| 1196 | 2026-06-16T22:36:34.416Z | Downloaded yansi v1.0.1 |
| 1197 | 2026-06-16T22:36:34.422Z | Downloaded reedline v0.40.0 |
| 1198 | 2026-06-16T22:36:34.425Z | Downloaded git2 v0.20.4 |
| 1199 | 2026-06-16T22:36:34.428Z | Downloaded iddqd v0.4.2 |
| 1200 | 2026-06-16T22:36:34.431Z | Downloaded bitvec v1.0.1 |
| 1201 | 2026-06-16T22:36:34.441Z | Downloaded uuid v1.23.3 |
| 1202 | 2026-06-16T22:36:34.443Z | Downloaded chrono v0.4.44 |
| 1203 | 2026-06-16T22:36:34.447Z | Downloaded reqwest v0.13.2 |
| 1204 | 2026-06-16T22:36:34.451Z | Downloaded toml_edit v0.19.15 |
| 1205 | 2026-06-16T22:36:34.470Z | Downloaded p384 v0.13.1 |
| 1206 | 2026-06-16T22:36:34.473Z | Downloaded rayon v1.11.0 |
| 1207 | 2026-06-16T22:36:34.476Z | Downloaded zip v0.6.6 |
| 1208 | 2026-06-16T22:36:34.479Z | Downloaded x509-cert v0.2.5 |
| 1209 | 2026-06-16T22:36:34.482Z | Downloaded quick-xml v0.37.5 |
| 1210 | 2026-06-16T22:36:34.485Z | Downloaded unicode_categories v0.1.1 |
| 1211 | 2026-06-16T22:36:34.488Z | Downloaded reqwest v0.12.28 |
| 1212 | 2026-06-16T22:36:34.491Z | Downloaded moka v0.12.13 |
| 1213 | 2026-06-16T22:36:34.498Z | Downloaded typed-path v0.9.3 |
| 1214 | 2026-06-16T22:36:34.502Z | Downloaded unicode-segmentation v1.12.0 |
| 1215 | 2026-06-16T22:36:34.505Z | Downloaded proptest v1.10.0 |
| 1216 | 2026-06-16T22:36:34.509Z | Downloaded tower-http v0.6.8 |
| 1217 | 2026-06-16T22:36:34.514Z | Downloaded tough v0.22.0 |
| 1218 | 2026-06-16T22:36:34.544Z | Downloaded unicode-normalization v0.1.25 |
| 1219 | 2026-06-16T22:36:34.563Z | Downloaded winnow v0.5.40 |
| 1220 | 2026-06-16T22:36:34.568Z | Downloaded zerocopy-derive v0.8.40 |
| 1221 | 2026-06-16T22:36:34.573Z | Downloaded nix v0.27.1 |
| 1222 | 2026-06-16T22:36:34.580Z | Downloaded quinn-proto v0.11.13 |
| 1223 | 2026-06-16T22:36:34.583Z | Downloaded tower v0.5.3 |
| 1224 | 2026-06-16T22:36:34.589Z | Downloaded goblin v0.10.5 |
| 1225 | 2026-06-16T22:36:34.593Z | Downloaded polar-core v0.27.3 |
| 1226 | 2026-06-16T22:36:34.599Z | Downloaded lalrpop v0.19.12 |
| 1227 | 2026-06-16T22:36:34.604Z | Downloaded winnow v0.6.26 |
| 1228 | 2026-06-16T22:36:34.609Z | Downloaded zip v4.6.1 |
| 1229 | 2026-06-16T22:36:34.612Z | Downloaded nix v0.28.0 |
| 1230 | 2026-06-16T22:36:34.617Z | Downloaded tokio-util v0.7.18 |
| 1231 | 2026-06-16T22:36:34.622Z | Downloaded bstr v1.12.1 |
| 1232 | 2026-06-16T22:36:34.626Z | Downloaded serde_with v3.17.0 |
| 1233 | 2026-06-16T22:36:34.633Z | Downloaded salty v0.3.0 |
| 1234 | 2026-06-16T22:36:34.637Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-06-16T22:36:34.645Z | Downloaded petname v2.0.2 |
| 1236 | 2026-06-16T22:36:34.676Z | Downloaded curve25519-dalek v4.1.3 |
| 1237 | 2026-06-16T22:36:34.676Z | Downloaded hickory-proto v0.25.2 |
| 1238 | 2026-06-16T22:36:34.680Z | Downloaded regex-syntax v0.8.10 |
| 1239 | 2026-06-16T22:36:34.680Z | Downloaded object v0.30.4 |
| 1240 | 2026-06-16T22:36:34.690Z | Downloaded radix_trie v0.2.1 |
| 1241 | 2026-06-16T22:36:34.705Z | Downloaded rustls v0.23.40 |
| 1242 | 2026-06-16T22:36:34.718Z | Downloaded regress v0.11.1 |
| 1243 | 2026-06-16T22:36:34.764Z | Downloaded winnow v1.0.3 |
| 1244 | 2026-06-16T22:36:34.786Z | Downloaded time v0.3.47 |
| 1245 | 2026-06-16T22:36:34.793Z | Downloaded tabled v0.20.0 |
| 1246 | 2026-06-16T22:36:34.804Z | Downloaded dropshot v0.17.1 |
| 1247 | 2026-06-16T22:36:34.816Z | Downloaded ratatui v0.29.0 |
| 1248 | 2026-06-16T22:36:34.828Z | Downloaded vcpkg v0.2.15 |
| 1249 | 2026-06-16T22:36:34.851Z | Downloaded zlib-rs v0.6.2 |
| 1250 | 2026-06-16T22:36:34.854Z | Downloaded regex-syntax v0.6.29 |
| 1251 | 2026-06-16T22:36:34.858Z | Downloaded nix v0.31.2 |
| 1252 | 2026-06-16T22:36:34.864Z | Downloaded smoltcp v0.9.1 |
| 1253 | 2026-06-16T22:36:34.871Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1254 | 2026-06-16T22:36:34.878Z | Downloaded hickory-proto v0.24.4 |
| 1255 | 2026-06-16T22:36:34.886Z | Downloaded chrono-tz v0.10.4 |
| 1256 | 2026-06-16T22:36:34.898Z | Downloaded zerocopy v0.8.40 |
| 1257 | 2026-06-16T22:36:34.903Z | Downloaded petgraph v0.6.5 |
| 1258 | 2026-06-16T22:36:34.914Z | Downloaded smoltcp v0.11.0 |
| 1259 | 2026-06-16T22:36:34.920Z | Downloaded regress v0.10.5 |
| 1260 | 2026-06-16T22:36:34.925Z | Downloaded jiff v0.2.21 |
| 1261 | 2026-06-16T22:36:34.936Z | Downloaded object v0.37.3 |
| 1262 | 2026-06-16T22:36:34.942Z | Downloaded rustix v0.38.44 |
| 1263 | 2026-06-16T22:36:34.956Z | Downloaded libz-sys v1.1.24 |
| 1264 | 2026-06-16T22:36:34.968Z | Downloaded diesel v2.3.7 |
| 1265 | 2026-06-16T22:36:34.980Z | Downloaded openapiv3 v2.2.0 |
| 1266 | 2026-06-16T22:36:34.986Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-06-16T22:36:35.015Z | Downloaded tokio v1.52.1 |
| 1268 | 2026-06-16T22:36:35.039Z | Downloaded sqlparser v0.61.0 |
| 1269 | 2026-06-16T22:36:35.069Z | Downloaded tracing v0.1.44 |
| 1270 | 2026-06-16T22:36:35.082Z | Downloaded sled v0.34.7 |
| 1271 | 2026-06-16T22:36:35.087Z | Downloaded typify-impl v0.6.2 |
| 1272 | 2026-06-16T22:36:35.114Z | Downloaded zerocopy-derive v0.6.6 |
| 1273 | 2026-06-16T22:36:35.121Z | Downloaded regex-automata v0.4.14 |
| 1274 | 2026-06-16T22:36:35.151Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1275 | 2026-06-16T22:36:35.206Z | Downloaded petgraph v0.8.3 |
| 1276 | 2026-06-16T22:36:35.220Z | Downloaded csv v1.4.0 |
| 1277 | 2026-06-16T22:36:35.232Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1278 | 2026-06-16T22:36:35.242Z | Downloaded sha3 v0.10.8 |
| 1279 | 2026-06-16T22:36:35.295Z | Downloaded encoding_rs v0.8.35 |
| 1280 | 2026-06-16T22:36:35.304Z | Downloaded ring v0.17.14 |
| 1281 | 2026-06-16T22:36:35.722Z | Downloaded aws-lc-sys v0.40.0 |
| 1282 | 2026-06-16T22:36:35.974Z | Compiling libc v0.2.185 |
| 1283 | 2026-06-16T22:36:35.974Z | Compiling serde v1.0.228 |
| 1284 | 2026-06-16T22:36:35.977Z | Compiling log v0.4.29 |
| 1285 | 2026-06-16T22:36:35.977Z | Compiling smallvec v1.15.1 |
| 1286 | 2026-06-16T22:36:35.977Z | Compiling find-msvc-tools v0.1.9 |
| 1287 | 2026-06-16T22:36:35.977Z | Compiling shlex v1.3.0 |
| 1288 | 2026-06-16T22:36:35.978Z | Compiling typenum v1.19.0 |
| 1289 | 2026-06-16T22:36:35.978Z | Compiling subtle v2.6.1 |
| 1290 | 2026-06-16T22:36:35.978Z | Compiling generic-array v0.14.7 |
| 1291 | 2026-06-16T22:36:35.978Z | Compiling scopeguard v1.2.0 |
| 1292 | 2026-06-16T22:36:35.978Z | Compiling const-oid v0.9.6 |
| 1293 | 2026-06-16T22:36:36.188Z | Compiling serde_json v1.0.150 |
| 1294 | 2026-06-16T22:36:36.228Z | Compiling syn v2.0.117 |
| 1295 | 2026-06-16T22:36:36.232Z | Compiling lock_api v0.4.14 |
| 1296 | 2026-06-16T22:36:36.232Z | Compiling zerocopy v0.8.40 |
| 1297 | 2026-06-16T22:36:36.232Z | Compiling pin-project-lite v0.2.17 |
| 1298 | 2026-06-16T22:36:36.256Z | Compiling parking_lot_core v0.9.12 |
| 1299 | 2026-06-16T22:36:36.304Z | Compiling portable-atomic v1.13.1 |
| 1300 | 2026-06-16T22:36:36.339Z | Compiling pkg-config v0.3.32 |
| 1301 | 2026-06-16T22:36:36.362Z | Compiling bitflags v2.11.0 |
| 1302 | 2026-06-16T22:36:36.378Z | Compiling critical-section v1.2.0 |
| 1303 | 2026-06-16T22:36:36.394Z | Compiling futures-core v0.3.32 |
| 1304 | 2026-06-16T22:36:36.408Z | Compiling libm v0.2.16 |
| 1305 | 2026-06-16T22:36:36.466Z | Compiling num-traits v0.2.19 |
| 1306 | 2026-06-16T22:36:36.483Z | Compiling percent-encoding v2.3.2 |
| 1307 | 2026-06-16T22:36:36.525Z | Compiling futures-sink v0.3.32 |
| 1308 | 2026-06-16T22:36:36.528Z | Compiling getrandom v0.4.1 |
| 1309 | 2026-06-16T22:36:36.581Z | Compiling slab v0.4.12 |
| 1310 | 2026-06-16T22:36:36.609Z | Compiling futures-io v0.3.32 |
| 1311 | 2026-06-16T22:36:36.621Z | Compiling futures-task v0.3.32 |
| 1312 | 2026-06-16T22:36:36.644Z | Compiling futures-channel v0.3.32 |
| 1313 | 2026-06-16T22:36:36.693Z | Compiling cpufeatures v0.2.17 |
| 1314 | 2026-06-16T22:36:36.763Z | Compiling rand_core v0.10.0 |
| 1315 | 2026-06-16T22:36:36.779Z | Compiling indexmap v2.14.0 |
| 1316 | 2026-06-16T22:36:36.779Z | Compiling getrandom v0.3.4 |
| 1317 | 2026-06-16T22:36:36.782Z | Compiling rustversion v1.0.22 |
| 1318 | 2026-06-16T22:36:36.843Z | Compiling form_urlencoded v1.2.2 |
| 1319 | 2026-06-16T22:36:36.859Z | Compiling ident_case v1.0.1 |
| 1320 | 2026-06-16T22:36:36.898Z | Compiling fs_extra v1.3.0 |
| 1321 | 2026-06-16T22:36:36.913Z | Compiling dunce v1.0.5 |
| 1322 | 2026-06-16T22:36:36.940Z | Compiling base64ct v1.8.3 |
| 1323 | 2026-06-16T22:36:36.954Z | Compiling rustix v1.1.3 |
| 1324 | 2026-06-16T22:36:36.969Z | Compiling regex-syntax v0.8.10 |
| 1325 | 2026-06-16T22:36:36.996Z | Compiling iana-time-zone v0.1.65 |
| 1326 | 2026-06-16T22:36:37.020Z | Compiling flagset v0.4.7 |
| 1327 | 2026-06-16T22:36:37.034Z | Compiling vcpkg v0.2.15 |
| 1328 | 2026-06-16T22:36:37.148Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-06-16T22:36:37.161Z | Compiling getrandom v0.2.17 |
| 1330 | 2026-06-16T22:36:37.175Z | Compiling errno v0.3.14 |
| 1331 | 2026-06-16T22:36:37.220Z | Compiling mio v1.2.0 |
| 1332 | 2026-06-16T22:36:37.249Z | Compiling socket2 v0.6.3 |
| 1333 | 2026-06-16T22:36:37.335Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-06-16T22:36:37.349Z | Compiling cc v1.2.56 |
| 1335 | 2026-06-16T22:36:37.352Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-06-16T22:36:37.400Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-06-16T22:36:37.413Z | Compiling once_cell v1.21.3 |
| 1338 | 2026-06-16T22:36:37.573Z | Compiling pem-rfc7468 v0.7.0 |
| 1339 | 2026-06-16T22:36:37.720Z | Compiling uuid v1.23.3 |
| 1340 | 2026-06-16T22:36:37.736Z | Compiling tracing-core v0.1.36 |
| 1341 | 2026-06-16T22:36:37.752Z | Compiling rand_core v0.9.5 |
| 1342 | 2026-06-16T22:36:37.771Z | Compiling rustc_version v0.4.1 |
| 1343 | 2026-06-16T22:36:37.796Z | Compiling base64 v0.22.1 |
| 1344 | 2026-06-16T22:36:37.854Z | Compiling aws-lc-rs v1.16.3 |
| 1345 | 2026-06-16T22:36:37.871Z | Compiling openssl-probe v0.2.1 |
| 1346 | 2026-06-16T22:36:37.891Z | Compiling tinyvec_macros v0.1.1 |
| 1347 | 2026-06-16T22:36:37.912Z | Compiling httparse v1.10.1 |
| 1348 | 2026-06-16T22:36:38.005Z | Compiling tinyvec v1.10.0 |
| 1349 | 2026-06-16T22:36:38.016Z | Compiling aho-corasick v1.1.4 |
| 1350 | 2026-06-16T22:36:38.060Z | Compiling tower-service v0.3.3 |
| 1351 | 2026-06-16T22:36:38.078Z | Compiling atomic-waker v1.1.2 |
| 1352 | 2026-06-16T22:36:38.127Z | Compiling try-lock v0.2.5 |
| 1353 | 2026-06-16T22:36:38.143Z | Compiling dyn-clone v1.0.20 |
| 1354 | 2026-06-16T22:36:38.174Z | Compiling tower-layer v0.3.3 |
| 1355 | 2026-06-16T22:36:38.188Z | Compiling schemars v0.8.22 |
| 1356 | 2026-06-16T22:36:38.226Z | Compiling cmake v0.1.57 |
| 1357 | 2026-06-16T22:36:38.253Z | Compiling untrusted v0.7.1 |
| 1358 | 2026-06-16T22:36:38.302Z | Compiling want v0.3.1 |
| 1359 | 2026-06-16T22:36:38.305Z | Compiling openssl v0.10.79 |
| 1360 | 2026-06-16T22:36:38.333Z | Compiling rustls v0.23.40 |
| 1361 | 2026-06-16T22:36:38.333Z | Compiling httpdate v1.0.3 |
| 1362 | 2026-06-16T22:36:38.377Z | Compiling foreign-types-shared v0.1.1 |
| 1363 | 2026-06-16T22:36:38.380Z | Compiling untrusted v0.9.0 |
| 1364 | 2026-06-16T22:36:38.403Z | Compiling unicode-normalization v0.1.25 |
| 1365 | 2026-06-16T22:36:38.455Z | Compiling foreign-types v0.3.2 |
| 1366 | 2026-06-16T22:36:38.480Z | Compiling spin v0.9.8 |
| 1367 | 2026-06-16T22:36:38.495Z | Compiling time-core v0.1.8 |
| 1368 | 2026-06-16T22:36:38.527Z | Compiling crc32fast v1.5.0 |
| 1369 | 2026-06-16T22:36:38.542Z | Compiling powerfmt v0.2.0 |
| 1370 | 2026-06-16T22:36:38.545Z | Compiling native-tls v0.2.18 |
| 1371 | 2026-06-16T22:36:38.573Z | Compiling num-conv v0.2.0 |
| 1372 | 2026-06-16T22:36:38.590Z | Compiling wait-timeout v0.2.1 |
| 1373 | 2026-06-16T22:36:38.610Z | Compiling sync_wrapper v1.0.2 |
| 1374 | 2026-06-16T22:36:38.674Z | Compiling siphasher v1.0.2 |
| 1375 | 2026-06-16T22:36:38.720Z | Compiling deranged v0.5.8 |
| 1376 | 2026-06-16T22:36:38.739Z | Compiling bit-vec v0.8.0 |
| 1377 | 2026-06-16T22:36:38.744Z | Compiling time-macros v0.2.27 |
| 1378 | 2026-06-16T22:36:38.771Z | Compiling usdt-impl v0.6.0 |
| 1379 | 2026-06-16T22:36:38.788Z | Compiling num_threads v0.1.7 |
| 1380 | 2026-06-16T22:36:38.804Z | Compiling crossbeam-utils v0.8.21 |
| 1381 | 2026-06-16T22:36:38.818Z | Compiling simd-adler32 v0.3.8 |
| 1382 | 2026-06-16T22:36:38.908Z | Compiling regex-automata v0.4.14 |
| 1383 | 2026-06-16T22:36:38.922Z | Compiling syn v1.0.109 |
| 1384 | 2026-06-16T22:36:38.925Z | Compiling quick-error v1.2.3 |
| 1385 | 2026-06-16T22:36:38.960Z | Compiling tempfile v3.25.0 |
| 1386 | 2026-06-16T22:36:39.009Z | Compiling bit-set v0.8.0 |
| 1387 | 2026-06-16T22:36:39.042Z | Compiling slog v2.8.2 |
| 1388 | 2026-06-16T22:36:39.070Z | Compiling heapless v0.7.17 |
| 1389 | 2026-06-16T22:36:39.102Z | Compiling rand_xorshift v0.4.0 |
| 1390 | 2026-06-16T22:36:39.123Z | Compiling aws-lc-sys v0.40.0 |
| 1391 | 2026-06-16T22:36:39.138Z | Compiling openssl-sys v0.9.115 |
| 1392 | 2026-06-16T22:36:39.151Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1393 | 2026-06-16T22:36:39.201Z | Compiling synstructure v0.13.2 |
| 1394 | 2026-06-16T22:36:39.244Z | Compiling pest_generator v2.8.6 |
| 1395 | 2026-06-16T22:36:39.260Z | Compiling serde_derive_internals v0.29.1 |
| 1396 | 2026-06-16T22:36:39.278Z | Compiling darling_core v0.20.11 |
| 1397 | 2026-06-16T22:36:39.340Z | Compiling rusty-fork v0.3.1 |
| 1398 | 2026-06-16T22:36:39.356Z | Compiling darling_core v0.21.3 |
| 1399 | 2026-06-16T22:36:39.396Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1400 | 2026-06-16T22:36:39.560Z | Compiling thread-id v5.1.0 |
| 1401 | 2026-06-16T22:36:39.661Z | Compiling cookie v0.18.1 |
| 1402 | 2026-06-16T22:36:39.693Z | Compiling iri-string v0.7.10 |
| 1403 | 2026-06-16T22:36:39.712Z | Compiling unicode-bidi v0.3.18 |
| 1404 | 2026-06-16T22:36:39.773Z | Compiling ryu v1.0.23 |
| 1405 | 2026-06-16T22:36:39.890Z | Compiling zstd-safe v7.2.4 |
| 1406 | 2026-06-16T22:36:39.905Z | Compiling unicode-properties v0.1.4 |
| 1407 | 2026-06-16T22:36:39.917Z | Compiling signal-hook v0.3.18 |
| 1408 | 2026-06-16T22:36:39.921Z | Compiling time v0.3.47 |
| 1409 | 2026-06-16T22:36:39.988Z | Compiling anyhow v1.0.102 |
| 1410 | 2026-06-16T22:36:40.018Z | Compiling unarray v0.1.4 |
| 1411 | 2026-06-16T22:36:40.114Z | Compiling allocator-api2 v0.2.21 |
| 1412 | 2026-06-16T22:36:40.126Z | Compiling adler2 v2.0.1 |
| 1413 | 2026-06-16T22:36:40.145Z | Compiling paste v1.0.15 |
| 1414 | 2026-06-16T22:36:40.179Z | Compiling stringprep v0.1.5 |
| 1415 | 2026-06-16T22:36:40.247Z | Compiling miniz_oxide v0.8.9 |
| 1416 | 2026-06-16T22:36:40.528Z | Compiling vergen-lib v9.1.0 |
| 1417 | 2026-06-16T22:36:40.545Z | Compiling num-integer v0.1.46 |
| 1418 | 2026-06-16T22:36:40.583Z | Compiling curve25519-dalek v4.1.3 |
| 1419 | 2026-06-16T22:36:40.671Z | Compiling ff v0.13.1 |
| 1420 | 2026-06-16T22:36:40.733Z | Compiling hash32 v0.2.1 |
| 1421 | 2026-06-16T22:36:40.826Z | Compiling memoffset v0.9.1 |
| 1422 | 2026-06-16T22:36:40.845Z | Compiling encoding_rs v0.8.35 |
| 1423 | 2026-06-16T22:36:40.907Z | Compiling base16ct v0.2.0 |
| 1424 | 2026-06-16T22:36:40.911Z | Compiling litrs v1.0.0 |
| 1425 | 2026-06-16T22:36:40.953Z | Compiling mime v0.3.17 |
| 1426 | 2026-06-16T22:36:40.957Z | Compiling ref-cast v1.0.25 |
| 1427 | 2026-06-16T22:36:40.990Z | Compiling serde_derive v1.0.228 |
| 1428 | 2026-06-16T22:36:41.047Z | Compiling zeroize_derive v1.4.3 |
| 1429 | 2026-06-16T22:36:41.075Z | Compiling zerofrom-derive v0.1.6 |
| 1430 | 2026-06-16T22:36:41.112Z | Compiling yoke-derive v0.8.1 |
| 1431 | 2026-06-16T22:36:41.242Z | Compiling zerocopy-derive v0.8.40 |
| 1432 | 2026-06-16T22:36:41.282Z | Compiling zerovec-derive v0.11.2 |
| 1433 | 2026-06-16T22:36:41.307Z | Compiling displaydoc v0.2.5 |
| 1434 | 2026-06-16T22:36:41.450Z | Compiling tokio-macros v2.7.0 |
| 1435 | 2026-06-16T22:36:41.656Z | Compiling futures-macro v0.3.32 |
| 1436 | 2026-06-16T22:36:41.715Z | Compiling der_derive v0.7.3 |
| 1437 | 2026-06-16T22:36:41.750Z | Compiling zeroize v1.8.2 |
| 1438 | 2026-06-16T22:36:42.027Z | Compiling tracing-attributes v0.1.31 |
| 1439 | 2026-06-16T22:36:42.105Z | Compiling thiserror-impl v2.0.18 |
| 1440 | 2026-06-16T22:36:42.250Z | Compiling rustls-pki-types v1.14.0 |
| 1441 | 2026-06-16T22:36:42.368Z | Compiling pest_derive v2.8.6 |
| 1442 | 2026-06-16T22:36:42.469Z | Compiling scroll_derive v0.13.1 |
| 1443 | 2026-06-16T22:36:42.483Z | Compiling crypto-common v0.1.7 |
| 1444 | 2026-06-16T22:36:42.541Z | Compiling block-buffer v0.10.4 |
| 1445 | 2026-06-16T22:36:42.561Z | Compiling zerofrom v0.1.6 |
| 1446 | 2026-06-16T22:36:42.584Z | Compiling futures-util v0.3.32 |
| 1447 | 2026-06-16T22:36:42.700Z | Compiling yoke v0.8.1 |
| 1448 | 2026-06-16T22:36:42.714Z | Compiling digest v0.10.7 |
| 1449 | 2026-06-16T22:36:42.734Z | Compiling block-padding v0.3.3 |
| 1450 | 2026-06-16T22:36:42.790Z | Compiling der v0.7.10 |
| 1451 | 2026-06-16T22:36:42.806Z | Compiling schemars_derive v0.8.22 |
| 1452 | 2026-06-16T22:36:42.881Z | Compiling zerovec v0.11.5 |
| 1453 | 2026-06-16T22:36:42.910Z | Compiling zerotrie v0.2.3 |
| 1454 | 2026-06-16T22:36:42.923Z | Compiling inout v0.1.4 |
| 1455 | 2026-06-16T22:36:42.993Z | Compiling hmac v0.12.1 |
| 1456 | 2026-06-16T22:36:43.115Z | Compiling cipher v0.4.4 |
| 1457 | 2026-06-16T22:36:43.178Z | Compiling sha2 v0.10.9 |
| 1458 | 2026-06-16T22:36:43.217Z | Compiling pbkdf2 v0.12.2 |
| 1459 | 2026-06-16T22:36:43.236Z | Compiling darling_macro v0.20.11 |
| 1460 | 2026-06-16T22:36:43.353Z | Compiling tinystr v0.8.2 |
| 1461 | 2026-06-16T22:36:43.368Z | Compiling potential_utf v0.1.4 |
| 1462 | 2026-06-16T22:36:43.409Z | Compiling salsa20 v0.10.2 |
| 1463 | 2026-06-16T22:36:43.424Z | Compiling aes v0.8.4 |
| 1464 | 2026-06-16T22:36:43.471Z | Compiling tracing v0.1.44 |
| 1465 | 2026-06-16T22:36:43.561Z | Compiling icu_locale_core v2.1.1 |
| 1466 | 2026-06-16T22:36:43.576Z | Compiling icu_collections v2.1.1 |
| 1467 | 2026-06-16T22:36:43.593Z | Compiling thiserror v2.0.18 |
| 1468 | 2026-06-16T22:36:43.593Z | Compiling scrypt v0.11.0 |
| 1469 | 2026-06-16T22:36:43.726Z | Compiling spki v0.7.3 |
| 1470 | 2026-06-16T22:36:43.765Z | Compiling cbc v0.1.2 |
| 1471 | 2026-06-16T22:36:43.778Z | Compiling scroll v0.13.0 |
| 1472 | 2026-06-16T22:36:43.878Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-06-16T22:36:43.934Z | Compiling pkcs5 v0.7.1 |
| 1474 | 2026-06-16T22:36:43.952Z | Compiling darling v0.20.11 |
| 1475 | 2026-06-16T22:36:44.048Z | Compiling goblin v0.10.5 |
| 1476 | 2026-06-16T22:36:44.065Z | Compiling derive_builder_core v0.20.2 |
| 1477 | 2026-06-16T22:36:44.088Z | Compiling dtrace-parser v0.3.0 |
| 1478 | 2026-06-16T22:36:44.117Z | Compiling signature v2.2.0 |
| 1479 | 2026-06-16T22:36:44.159Z | Compiling scroll_derive v0.12.1 |
| 1480 | 2026-06-16T22:36:44.306Z | Compiling icu_provider v2.1.1 |
| 1481 | 2026-06-16T22:36:44.323Z | Compiling pkcs8 v0.10.2 |
| 1482 | 2026-06-16T22:36:44.449Z | Compiling thiserror-impl v1.0.69 |
| 1483 | 2026-06-16T22:36:44.486Z | Compiling md-5 v0.10.6 |
| 1484 | 2026-06-16T22:36:44.539Z | Compiling rustls-native-certs v0.8.3 |
| 1485 | 2026-06-16T22:36:44.619Z | Compiling bytes v1.11.1 |
| 1486 | 2026-06-16T22:36:44.645Z | Compiling icu_properties v2.1.2 |
| 1487 | 2026-06-16T22:36:44.658Z | Compiling icu_normalizer v2.1.1 |
| 1488 | 2026-06-16T22:36:44.672Z | Compiling chrono v0.4.44 |
| 1489 | 2026-06-16T22:36:44.675Z | Compiling ipnet v2.11.0 |
| 1490 | 2026-06-16T22:36:44.856Z | Compiling serde_urlencoded v0.7.1 |
| 1491 | 2026-06-16T22:36:44.875Z | Compiling scroll v0.12.0 |
| 1492 | 2026-06-16T22:36:44.896Z | Compiling serde_spanned v0.6.9 |
| 1493 | 2026-06-16T22:36:44.963Z | Compiling serde_tokenstream v0.2.3 |
| 1494 | 2026-06-16T22:36:44.992Z | Compiling derive_builder_macro v0.20.2 |
| 1495 | 2026-06-16T22:36:45.056Z | Compiling erased-serde v0.3.31 |
| 1496 | 2026-06-16T22:36:45.118Z | Compiling tokio v1.52.1 |
| 1497 | 2026-06-16T22:36:45.170Z | Compiling http v1.4.2 |
| 1498 | 2026-06-16T22:36:45.217Z | Compiling toml_datetime v0.6.11 |
| 1499 | 2026-06-16T22:36:45.242Z | Compiling darling_macro v0.21.3 |
| 1500 | 2026-06-16T22:36:45.269Z | Compiling bstr v1.12.1 |
| 1501 | 2026-06-16T22:36:45.304Z | Compiling async-trait v0.1.89 |
| 1502 | 2026-06-16T22:36:45.498Z | Compiling zerocopy-derive v0.7.35 |
| 1503 | 2026-06-16T22:36:45.511Z | Compiling pin-project-internal v1.1.11 |
| 1504 | 2026-06-16T22:36:45.573Z | Compiling idna_adapter v1.2.1 |
| 1505 | 2026-06-16T22:36:45.795Z | Compiling idna v1.1.0 |
| 1506 | 2026-06-16T22:36:45.829Z | Compiling ppv-lite86 v0.2.21 |
| 1507 | 2026-06-16T22:36:45.861Z | Compiling psl-types v2.0.11 |
| 1508 | 2026-06-16T22:36:45.874Z | Compiling http-body v1.0.1 |
| 1509 | 2026-06-16T22:36:45.974Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-06-16T22:36:46.001Z | Compiling fallible-iterator v0.2.0 |
| 1511 | 2026-06-16T22:36:46.007Z | Compiling http-body-util v0.1.3 |
| 1512 | 2026-06-16T22:36:46.053Z | Compiling cfg_aliases v0.2.1 |
| 1513 | 2026-06-16T22:36:46.095Z | Compiling url v2.5.8 |
| 1514 | 2026-06-16T22:36:46.139Z | Compiling rand_chacha v0.9.0 |
| 1515 | 2026-06-16T22:36:46.176Z | Compiling rand_chacha v0.3.1 |
| 1516 | 2026-06-16T22:36:46.189Z | Compiling smoltcp v0.9.1 |
| 1517 | 2026-06-16T22:36:46.205Z | Compiling num-bigint-dig v0.8.6 |
| 1518 | 2026-06-16T22:36:46.270Z | Compiling rustix v0.38.44 |
| 1519 | 2026-06-16T22:36:46.320Z | Compiling zlib-rs v0.6.2 |
| 1520 | 2026-06-16T22:36:46.421Z | Compiling rand v0.9.2 |
| 1521 | 2026-06-16T22:36:46.470Z | Compiling rand v0.8.6 |
| 1522 | 2026-06-16T22:36:46.487Z | Compiling nix v0.31.2 |
| 1523 | 2026-06-16T22:36:46.491Z | Compiling zerocopy v0.7.35 |
| 1524 | 2026-06-16T22:36:46.580Z | Compiling publicsuffix v2.3.0 |
| 1525 | 2026-06-16T22:36:46.767Z | Compiling pin-project v1.1.11 |
| 1526 | 2026-06-16T22:36:46.860Z | Compiling dof v0.4.0 |
| 1527 | 2026-06-16T22:36:46.900Z | Compiling darling v0.21.3 |
| 1528 | 2026-06-16T22:36:46.931Z | Compiling derive_builder v0.20.2 |
| 1529 | 2026-06-16T22:36:46.995Z | Compiling proptest v1.10.0 |
| 1530 | 2026-06-16T22:36:47.009Z | Compiling postgres-protocol v0.6.10 |
| 1531 | 2026-06-16T22:36:47.066Z | Compiling goblin v0.8.2 |
| 1532 | 2026-06-16T22:36:47.081Z | Compiling futures-executor v0.3.32 |
| 1533 | 2026-06-16T22:36:47.084Z | Compiling hex v0.4.3 |
| 1534 | 2026-06-16T22:36:47.237Z | Compiling sec1 v0.7.3 |
| 1535 | 2026-06-16T22:36:47.339Z | Compiling hubpack_derive v0.1.1 |
| 1536 | 2026-06-16T22:36:47.371Z | Compiling hkdf v0.12.4 |
| 1537 | 2026-06-16T22:36:47.398Z | Compiling crypto-bigint v0.5.5 |
| 1538 | 2026-06-16T22:36:47.429Z | Compiling ipnetwork v0.21.1 |
| 1539 | 2026-06-16T22:36:47.494Z | Compiling document-features v0.2.12 |
| 1540 | 2026-06-16T22:36:47.593Z | Compiling regex v1.12.3 |
| 1541 | 2026-06-16T22:36:47.737Z | Compiling oxnet v0.1.6 |
| 1542 | 2026-06-16T22:36:47.904Z | Compiling snafu-derive v0.8.9 |
| 1543 | 2026-06-16T22:36:47.989Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1544 | 2026-06-16T22:36:48.003Z | Compiling strum_macros v0.27.2 |
| 1545 | 2026-06-16T22:36:48.051Z | Compiling ref-cast-impl v1.0.25 |
| 1546 | 2026-06-16T22:36:48.129Z | Compiling daft-derive v0.1.7 |
| 1547 | 2026-06-16T22:36:48.203Z | Compiling group v0.13.0 |
| 1548 | 2026-06-16T22:36:48.236Z | Compiling num-iter v0.1.45 |
| 1549 | 2026-06-16T22:36:48.418Z | Compiling terminal_size v0.4.3 |
| 1550 | 2026-06-16T22:36:48.577Z | Compiling phf_shared v0.13.1 |
| 1551 | 2026-06-16T22:36:48.624Z | Compiling lazy_static v1.5.0 |
| 1552 | 2026-06-16T22:36:48.675Z | Compiling anstyle-parse v0.2.7 |
| 1553 | 2026-06-16T22:36:48.678Z | Compiling vergen v9.1.0 |
| 1554 | 2026-06-16T22:36:48.701Z | Compiling cargo-platform v0.3.2 |
| 1555 | 2026-06-16T22:36:48.723Z | Compiling fs-err v3.3.0 |
| 1556 | 2026-06-16T22:36:48.737Z | Compiling ahash v0.8.12 |
| 1557 | 2026-06-16T22:36:48.846Z | Compiling winnow v0.5.40 |
| 1558 | 2026-06-16T22:36:48.880Z | Compiling foldhash v0.2.0 |
| 1559 | 2026-06-16T22:36:48.898Z | Compiling same-file v1.0.6 |
| 1560 | 2026-06-16T22:36:48.912Z | Compiling libbz2-rs-sys v0.2.2 |
| 1561 | 2026-06-16T22:36:48.934Z | Compiling foldhash v0.1.5 |
| 1562 | 2026-06-16T22:36:48.950Z | Compiling managed v0.8.0 |
| 1563 | 2026-06-16T22:36:48.972Z | Compiling tokio-util v0.7.18 |
| 1564 | 2026-06-16T22:36:49.005Z | Compiling tower v0.5.3 |
| 1565 | 2026-06-16T22:36:49.082Z | Compiling tokio-native-tls v0.3.1 |
| 1566 | 2026-06-16T22:36:49.126Z | Compiling bumpalo v3.20.2 |
| 1567 | 2026-06-16T22:36:49.139Z | Compiling unicode-segmentation v1.12.0 |
| 1568 | 2026-06-16T22:36:49.188Z | Compiling object v0.37.3 |
| 1569 | 2026-06-16T22:36:49.278Z | Compiling flate2 v1.1.9 |
| 1570 | 2026-06-16T22:36:49.398Z | Compiling newtype-uuid v1.3.2 |
| 1571 | 2026-06-16T22:36:49.484Z | Compiling tower-http v0.6.8 |
| 1572 | 2026-06-16T22:36:49.505Z | Compiling bitflags v1.3.2 |
| 1573 | 2026-06-16T22:36:49.559Z | Compiling clap_builder v4.6.0 |
| 1574 | 2026-06-16T22:36:49.625Z | Compiling daft v0.1.7 |
| 1575 | 2026-06-16T22:36:49.655Z | Compiling dof v0.3.0 |
| 1576 | 2026-06-16T22:36:49.695Z | Compiling h2 v0.4.15 |
| 1577 | 2026-06-16T22:36:49.717Z | Compiling bzip2 v0.6.1 |
| 1578 | 2026-06-16T22:36:49.766Z | Compiling zopfli v0.8.3 |
| 1579 | 2026-06-16T22:36:49.891Z | Compiling snafu v0.8.9 |
| 1580 | 2026-06-16T22:36:49.924Z | Compiling hashbrown v0.15.5 |
| 1581 | 2026-06-16T22:36:49.938Z | Compiling hashbrown v0.16.1 |
| 1582 | 2026-06-16T22:36:49.953Z | Compiling walkdir v2.5.0 |
| 1583 | 2026-06-16T22:36:50.047Z | Compiling strum v0.27.2 |
| 1584 | 2026-06-16T22:36:50.220Z | Compiling toml_edit v0.19.15 |
| 1585 | 2026-06-16T22:36:50.255Z | Compiling cargo_metadata v0.23.1 |
| 1586 | 2026-06-16T22:36:50.271Z | Compiling anstream v0.6.21 |
| 1587 | 2026-06-16T22:36:50.295Z | Compiling phf v0.13.1 |
| 1588 | 2026-06-16T22:36:50.460Z | Compiling signal-hook-mio v0.2.5 |
| 1589 | 2026-06-16T22:36:50.501Z | Compiling elliptic-curve v0.13.8 |
| 1590 | 2026-06-16T22:36:50.554Z | Compiling usdt-macro v0.6.0 |
| 1591 | 2026-06-16T22:36:50.569Z | Compiling usdt-attr-macro v0.6.0 |
| 1592 | 2026-06-16T22:36:50.601Z | Compiling cookie_store v0.22.1 |
| 1593 | 2026-06-16T22:36:50.671Z | Compiling hubpack v0.1.2 |
| 1594 | 2026-06-16T22:36:50.718Z | Compiling bzip2 v0.4.4 |
| 1595 | 2026-06-16T22:36:50.852Z | Compiling zstd v0.13.3 |
| 1596 | 2026-06-16T22:36:50.917Z | Compiling postgres-types v0.2.12 |
| 1597 | 2026-06-16T22:36:50.931Z | Compiling futures v0.3.32 |
| 1598 | 2026-06-16T22:36:51.001Z | Compiling serde_with_macros v3.17.0 |
| 1599 | 2026-06-16T22:36:51.048Z | Compiling dtrace-parser v0.2.0 |
| 1600 | 2026-06-16T22:36:51.137Z | Compiling globset v0.4.18 |
| 1601 | 2026-06-16T22:36:51.285Z | Compiling serde_plain v1.0.2 |
| 1602 | 2026-06-16T22:36:51.364Z | Compiling olpc-cjson v0.1.4 |
| 1603 | 2026-06-16T22:36:51.425Z | Compiling serde-big-array v0.5.1 |
| 1604 | 2026-06-16T22:36:51.500Z | Compiling pkcs1 v0.7.5 |
| 1605 | 2026-06-16T22:36:51.515Z | Compiling ed25519 v2.2.3 |
| 1606 | 2026-06-16T22:36:51.544Z | Compiling rfc6979 v0.4.0 |
| 1607 | 2026-06-16T22:36:51.586Z | Compiling serde_repr v0.1.20 |
| 1608 | 2026-06-16T22:36:51.621Z | Compiling async-recursion v1.1.1 |
| 1609 | 2026-06-16T22:36:51.686Z | Compiling enum-as-inner v0.6.1 |
| 1610 | 2026-06-16T22:36:51.823Z | Compiling strum_macros v0.26.4 |
| 1611 | 2026-06-16T22:36:51.845Z | Compiling clap_derive v4.6.1 |
| 1612 | 2026-06-16T22:36:51.930Z | Compiling phf_shared v0.11.3 |
| 1613 | 2026-06-16T22:36:52.094Z | Compiling float-cmp v0.10.0 |
| 1614 | 2026-06-16T22:36:52.137Z | Compiling pem v3.0.6 |
| 1615 | 2026-06-16T22:36:52.167Z | Compiling thread-id v4.2.2 |
| 1616 | 2026-06-16T22:36:52.198Z | Compiling memmap2 v0.9.10 |
| 1617 | 2026-06-16T22:36:52.239Z | Compiling env_filter v1.0.0 |
| 1618 | 2026-06-16T22:36:52.265Z | Compiling jiff v0.2.21 |
| 1619 | 2026-06-16T22:36:52.279Z | Compiling predicates-core v1.0.10 |
| 1620 | 2026-06-16T22:36:52.317Z | Compiling static_assertions v1.1.0 |
| 1621 | 2026-06-16T22:36:52.405Z | Compiling whoami v2.1.0 |
| 1622 | 2026-06-16T22:36:52.433Z | Compiling data-encoding v2.10.0 |
| 1623 | 2026-06-16T22:36:52.455Z | Compiling difflib v0.4.0 |
| 1624 | 2026-06-16T22:36:52.489Z | Compiling fixedbitset v0.5.7 |
| 1625 | 2026-06-16T22:36:52.518Z | Compiling precomputed-hash v0.1.1 |
| 1626 | 2026-06-16T22:36:52.596Z | Compiling typed-path v0.9.3 |
| 1627 | 2026-06-16T22:36:52.623Z | Compiling keccak v0.1.6 |
| 1628 | 2026-06-16T22:36:52.644Z | Compiling either v1.15.0 |
| 1629 | 2026-06-16T22:36:52.834Z | Compiling hyper v1.10.1 |
| 1630 | 2026-06-16T22:36:52.852Z | Compiling fixedbitset v0.4.2 |
| 1631 | 2026-06-16T22:36:52.879Z | Compiling normalize-line-endings v0.3.0 |
| 1632 | 2026-06-16T22:36:52.902Z | Compiling new_debug_unreachable v1.0.6 |
| 1633 | 2026-06-16T22:36:52.982Z | Compiling winnow v1.0.3 |
| 1634 | 2026-06-16T22:36:52.996Z | Compiling predicates v3.1.4 |
| 1635 | 2026-06-16T22:36:53.093Z | Compiling petgraph v0.6.5 |
| 1636 | 2026-06-16T22:36:53.126Z | Compiling string_cache v0.8.9 |
| 1637 | 2026-06-16T22:36:53.193Z | Compiling itertools v0.13.0 |
| 1638 | 2026-06-16T22:36:53.349Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1639 | 2026-06-16T22:36:53.377Z | Compiling sha3 v0.10.8 |
| 1640 | 2026-06-16T22:36:53.481Z | Compiling hickory-proto v0.25.2 |
| 1641 | 2026-06-16T22:36:53.497Z | Compiling petgraph v0.8.3 |
| 1642 | 2026-06-16T22:36:53.687Z | Compiling tokio-postgres v0.7.16 |
| 1643 | 2026-06-16T22:36:53.717Z | Compiling strum v0.26.3 |
| 1644 | 2026-06-16T22:36:53.777Z | Compiling clap v4.6.1 |
| 1645 | 2026-06-16T22:36:53.877Z | Compiling toml_edit v0.22.27 |
| 1646 | 2026-06-16T22:36:53.881Z | Compiling env_logger v0.11.9 |
| 1647 | 2026-06-16T22:36:53.907Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1648 | 2026-06-16T22:36:53.910Z | Compiling usdt v0.6.0 |
| 1649 | 2026-06-16T22:36:53.942Z | Compiling usdt-impl v0.5.0 |
| 1650 | 2026-06-16T22:36:54.028Z | Compiling hyper-util v0.1.20 |
| 1651 | 2026-06-16T22:36:54.219Z | Compiling serde_with v3.17.0 |
| 1652 | 2026-06-16T22:36:54.274Z | Compiling crossterm v0.28.1 |
| 1653 | 2026-06-16T22:36:54.490Z | Compiling rsa v0.9.10 |
| 1654 | 2026-06-16T22:36:54.515Z | Compiling ed25519-dalek v2.2.0 |
| 1655 | 2026-06-16T22:36:54.576Z | Compiling ecdsa v0.16.9 |
| 1656 | 2026-06-16T22:36:54.629Z | Compiling toml v0.7.8 |
| 1657 | 2026-06-16T22:36:55.021Z | Compiling zip v4.6.1 |
| 1658 | 2026-06-16T22:36:55.500Z | Compiling hyper-tls v0.6.0 |
| 1659 | 2026-06-16T22:36:55.596Z | Compiling zip v0.6.6 |
| 1660 | 2026-06-16T22:36:55.637Z | Compiling iddqd v0.4.2 |
| 1661 | 2026-06-16T22:36:55.752Z | Compiling reqwest v0.12.28 |
| 1662 | 2026-06-16T22:36:55.988Z | Compiling tokio-stream v0.1.18 |
| 1663 | 2026-06-16T22:36:56.031Z | Compiling heck v0.4.1 |
| 1664 | 2026-06-16T22:36:56.205Z | Compiling similar v2.7.0 |
| 1665 | 2026-06-16T22:36:56.237Z | Compiling buf-list v1.1.2 |
| 1666 | 2026-06-16T22:36:56.272Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1667 | 2026-06-16T22:36:56.275Z | Compiling openapiv3 v2.2.0 |
| 1668 | 2026-06-16T22:36:56.498Z | Compiling x509-cert v0.2.5 |
| 1669 | 2026-06-16T22:36:56.546Z | Compiling sha1 v0.10.6 |
| 1670 | 2026-06-16T22:36:56.561Z | Compiling crossbeam-epoch v0.9.18 |
| 1671 | 2026-06-16T22:36:56.605Z | Compiling lalrpop-util v0.19.12 |
| 1672 | 2026-06-16T22:36:56.639Z | Compiling peg-runtime v0.8.5 |
| 1673 | 2026-06-16T22:36:56.786Z | Compiling thread_local v1.1.9 |
| 1674 | 2026-06-16T22:36:56.801Z | Compiling slog-async v2.8.0 |
| 1675 | 2026-06-16T22:36:56.816Z | Compiling crossbeam-channel v0.5.15 |
| 1676 | 2026-06-16T22:36:56.830Z | Compiling filetime v0.2.27 |
| 1677 | 2026-06-16T22:36:56.909Z | Compiling is-terminal v0.4.17 |
| 1678 | 2026-06-16T22:36:56.941Z | Compiling xattr v1.6.1 |
| 1679 | 2026-06-16T22:36:56.955Z | Compiling term v1.2.1 |
| 1680 | 2026-06-16T22:36:57.028Z | Compiling take_mut v0.2.2 |
| 1681 | 2026-06-16T22:36:57.067Z | Compiling tar v0.4.45 |
| 1682 | 2026-06-16T22:36:57.293Z | Compiling slog-term v2.9.2 |
| 1683 | 2026-06-16T22:37:15.159Z | Compiling rustls-webpki v0.103.9 |
| 1684 | 2026-06-16T22:37:17.860Z | Compiling tokio-rustls v0.26.4 |
| 1685 | 2026-06-16T22:37:17.860Z | Compiling rustls-platform-verifier v0.6.2 |
| 1686 | 2026-06-16T22:37:17.860Z | Compiling tough v0.22.0 |
| 1687 | 2026-06-16T22:37:18.063Z | Compiling hyper-rustls v0.27.7 |
| 1688 | 2026-06-16T22:37:18.253Z | Compiling reqwest v0.13.2 |
| 1689 | 2026-06-16T22:37:20.398Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1690 | 2026-06-16T22:37:20.633Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1691 | 2026-06-16T22:37:23.393Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.73s |
| 1692 | 2026-06-16T22:37:23.521Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1693 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: Clickhouse |
| 1694 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: Cockroach |
| 1695 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: Console |
| 1696 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: DendriteStub |
| 1697 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: MaghemiteMgd |
| 1698 | 2026-06-16T22:37:23.573Z | Jun 16 22:37:23.196 INFO Starting download, target: MaghemiteDdmd |
| 1699 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.196 INFO Starting download, target: TransceiverControl |
| 1700 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1701 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1702 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1703 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1704 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1705 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1706 | 2026-06-16T22:37:23.576Z | Jun 16 22:37:23.197 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1707 | 2026-06-16T22:37:23.921Z | Jun 16 22:37:23.542 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1708 | 2026-06-16T22:37:24.155Z | Jun 16 22:37:23.753 INFO Download complete, target: TransceiverControl |
| 1709 | 2026-06-16T22:37:24.545Z | Jun 16 22:37:24.160 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1710 | 2026-06-16T22:37:24.812Z | Jun 16 22:37:24.425 INFO Download complete, target: Console |
| 1711 | 2026-06-16T22:37:25.651Z | Jun 16 22:37:25.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1712 | 2026-06-16T22:37:26.057Z | Jun 16 22:37:25.664 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1713 | 2026-06-16T22:37:26.398Z | Jun 16 22:37:25.996 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1714 | 2026-06-16T22:37:26.827Z | Jun 16 22:37:26.448 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1715 | 2026-06-16T22:37:26.864Z | Jun 16 22:37:26.483 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1716 | 2026-06-16T22:37:26.864Z | Jun 16 22:37:26.483 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1717 | 2026-06-16T22:37:28.200Z | Jun 16 22:37:27.824 INFO Download complete, target: MaghemiteDdmd |
| 1718 | 2026-06-16T22:37:28.290Z | Jun 16 22:37:27.913 INFO Download complete, target: DendriteStub |
| 1719 | 2026-06-16T22:37:29.033Z | Jun 16 22:37:28.656 INFO Download complete, target: MaghemiteMgd |
| 1720 | 2026-06-16T22:37:31.594Z | Jun 16 22:37:31.213 INFO Checking that binary works, target: Cockroach |
| 1721 | 2026-06-16T22:37:31.722Z | Jun 16 22:37:31.341 INFO Download complete, target: Cockroach |
| 1722 | 2026-06-16T22:37:33.581Z | Jun 16 22:37:33.204 INFO Checking that binary works, target: Clickhouse |
| 1723 | 2026-06-16T22:37:33.670Z | Jun 16 22:37:33.292 INFO Download complete, target: Clickhouse |
| 1724 | 2026-06-16T22:37:33.675Z | All prerequisites installed successfully |
| 1725 | 2026-06-16T22:37:33.678Z | |
| 1726 | 2026-06-16T22:37:33.678Z | real 1:53.917758726 |
| 1727 | 2026-06-16T22:37:33.679Z | user 6:49.533868069 |
| 1728 | 2026-06-16T22:37:33.679Z | sys 1:44.707426332 |
| 1729 | 2026-06-16T22:37:33.679Z | trap 0.290429900 |
| 1730 | 2026-06-16T22:37:33.679Z | tflt 1.108798396 |
| 1731 | 2026-06-16T22:37:33.679Z | dflt 1.502606284 |
| 1732 | 2026-06-16T22:37:33.679Z | kflt 0.025657384 |
| 1733 | 2026-06-16T22:37:33.679Z | lock 23:43.954923995 |
| 1734 | 2026-06-16T22:37:33.679Z | slp 18:49.461228794 |
| 1735 | 2026-06-16T22:37:33.679Z | lat 27.602158024 |
| 1736 | 2026-06-16T22:37:33.679Z | stop 2:47.853591272 |
| 1737 | 2026-06-16T22:37:33.679Z | + ptime -m cargo xtask download softnpu |
| 1738 | 2026-06-16T22:37:34.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1739 | 2026-06-16T22:37:34.151Z | Running `target/debug/xtask download softnpu` |
| 1740 | 2026-06-16T22:37:34.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1741 | 2026-06-16T22:37:34.903Z | Running `target/debug/xtask-downloader softnpu` |
| 1742 | 2026-06-16T22:37:34.946Z | Jun 16 22:37:34.565 INFO Starting download, target: Softnpu |
| 1743 | 2026-06-16T22:37:35.008Z | Jun 16 22:37:34.566 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1744 | 2026-06-16T22:37:35.918Z | Jun 16 22:37:35.540 INFO Download complete, target: Softnpu |
| 1745 | 2026-06-16T22:37:35.931Z | |
| 1746 | 2026-06-16T22:37:35.931Z | real 2.238967010 |
| 1747 | 2026-06-16T22:37:35.931Z | user 1.245846450 |
| 1748 | 2026-06-16T22:37:35.932Z | sys 0.589706802 |
| 1749 | 2026-06-16T22:37:35.932Z | trap 0.000736810 |
| 1750 | 2026-06-16T22:37:35.932Z | tflt 0.000205320 |
| 1751 | 2026-06-16T22:37:35.932Z | dflt 0.000340810 |
| 1752 | 2026-06-16T22:37:35.932Z | kflt 0.000000000 |
| 1753 | 2026-06-16T22:37:35.932Z | lock 17.738237459 |
| 1754 | 2026-06-16T22:37:35.932Z | slp 0.839912503 |
| 1755 | 2026-06-16T22:37:35.932Z | lat 0.074254887 |
| 1756 | 2026-06-16T22:37:35.932Z | stop 0.000175920 |
| 1757 | 2026-06-16T22:37:35.932Z | + export CARGO_INCREMENTAL=0 |
| 1758 | 2026-06-16T22:37:35.932Z | + CARGO_INCREMENTAL=0 |
| 1759 | 2026-06-16T22:37:35.932Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1760 | 2026-06-16T22:37:36.765Z | Compiling proc-macro2 v1.0.106 |
| 1761 | 2026-06-16T22:37:36.765Z | Compiling quote v1.0.45 |
| 1762 | 2026-06-16T22:37:36.765Z | Compiling unicode-ident v1.0.24 |
| 1763 | 2026-06-16T22:37:36.765Z | Compiling libc v0.2.185 |
| 1764 | 2026-06-16T22:37:36.765Z | Compiling serde_core v1.0.228 |
| 1765 | 2026-06-16T22:37:36.768Z | Compiling serde v1.0.228 |
| 1766 | 2026-06-16T22:37:36.768Z | Compiling cfg-if v1.0.4 |
| 1767 | 2026-06-16T22:37:36.768Z | Compiling version_check v0.9.5 |
| 1768 | 2026-06-16T22:37:36.768Z | Compiling typenum v1.19.0 |
| 1769 | 2026-06-16T22:37:36.768Z | Compiling shlex v1.3.0 |
| 1770 | 2026-06-16T22:37:36.768Z | Compiling find-msvc-tools v0.1.9 |
| 1771 | 2026-06-16T22:37:36.911Z | Compiling zmij v1.0.21 |
| 1772 | 2026-06-16T22:37:36.915Z | Compiling autocfg v1.5.0 |
| 1773 | 2026-06-16T22:37:36.915Z | Compiling memchr v2.8.0 |
| 1774 | 2026-06-16T22:37:36.915Z | Compiling serde_json v1.0.150 |
| 1775 | 2026-06-16T22:37:37.113Z | Compiling portable-atomic v1.13.1 |
| 1776 | 2026-06-16T22:37:37.288Z | Compiling generic-array v0.14.7 |
| 1777 | 2026-06-16T22:37:37.305Z | Compiling libm v0.2.16 |
| 1778 | 2026-06-16T22:37:37.369Z | Compiling zerocopy v0.8.40 |
| 1779 | 2026-06-16T22:37:37.383Z | Compiling parking_lot_core v0.9.12 |
| 1780 | 2026-06-16T22:37:37.400Z | Compiling smallvec v1.15.1 |
| 1781 | 2026-06-16T22:37:37.506Z | Compiling num-traits v0.2.19 |
| 1782 | 2026-06-16T22:37:37.521Z | Compiling icu_normalizer_data v2.1.1 |
| 1783 | 2026-06-16T22:37:37.537Z | Compiling icu_properties_data v2.1.2 |
| 1784 | 2026-06-16T22:37:37.540Z | Compiling itoa v1.0.17 |
| 1785 | 2026-06-16T22:37:37.585Z | Compiling getrandom v0.4.1 |
| 1786 | 2026-06-16T22:37:37.643Z | Compiling log v0.4.29 |
| 1787 | 2026-06-16T22:37:37.708Z | Compiling stable_deref_trait v1.2.1 |
| 1788 | 2026-06-16T22:37:37.753Z | Compiling pkg-config v0.3.32 |
| 1789 | 2026-06-16T22:37:37.804Z | Compiling subtle v2.6.1 |
| 1790 | 2026-06-16T22:37:37.864Z | Compiling jobserver v0.1.34 |
| 1791 | 2026-06-16T22:37:37.881Z | Compiling getrandom v0.2.17 |
| 1792 | 2026-06-16T22:37:37.922Z | Compiling errno v0.3.14 |
| 1793 | 2026-06-16T22:37:38.022Z | Compiling rand_core v0.6.4 |
| 1794 | 2026-06-16T22:37:38.076Z | Compiling cc v1.2.56 |
| 1795 | 2026-06-16T22:37:38.132Z | Compiling scopeguard v1.2.0 |
| 1796 | 2026-06-16T22:37:38.202Z | Compiling syn v2.0.117 |
| 1797 | 2026-06-16T22:37:38.233Z | Compiling lock_api v0.4.14 |
| 1798 | 2026-06-16T22:37:38.236Z | Compiling fnv v1.0.7 |
| 1799 | 2026-06-16T22:37:38.265Z | Compiling writeable v0.6.2 |
| 1800 | 2026-06-16T22:37:38.281Z | Compiling litemap v0.8.1 |
| 1801 | 2026-06-16T22:37:38.285Z | Compiling percent-encoding v2.3.2 |
| 1802 | 2026-06-16T22:37:38.352Z | Compiling thiserror v2.0.18 |
| 1803 | 2026-06-16T22:37:38.430Z | Compiling getrandom v0.3.4 |
| 1804 | 2026-06-16T22:37:38.447Z | Compiling pin-project-lite v0.2.17 |
| 1805 | 2026-06-16T22:37:38.525Z | Compiling equivalent v1.0.2 |
| 1806 | 2026-06-16T22:37:38.555Z | Compiling rand_core v0.10.0 |
| 1807 | 2026-06-16T22:37:38.596Z | Compiling rustversion v1.0.22 |
| 1808 | 2026-06-16T22:37:38.642Z | Compiling schemars v0.8.22 |
| 1809 | 2026-06-16T22:37:38.658Z | Compiling dunce v1.0.5 |
| 1810 | 2026-06-16T22:37:38.707Z | Compiling rustix v1.1.3 |
| 1811 | 2026-06-16T22:37:38.765Z | Compiling fs_extra v1.3.0 |
| 1812 | 2026-06-16T22:37:38.795Z | Compiling utf8_iter v1.0.4 |
| 1813 | 2026-06-16T22:37:38.798Z | Compiling critical-section v1.2.0 |
| 1814 | 2026-06-16T22:37:38.878Z | Compiling cmake v0.1.57 |
| 1815 | 2026-06-16T22:37:38.928Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-06-16T22:37:38.973Z | Compiling hashbrown v0.17.0 |
| 1817 | 2026-06-16T22:37:39.017Z | Compiling const-oid v0.9.6 |
| 1818 | 2026-06-16T22:37:39.063Z | Compiling semver v1.0.28 |
| 1819 | 2026-06-16T22:37:39.210Z | Compiling bitflags v2.11.0 |
| 1820 | 2026-06-16T22:37:39.243Z | Compiling once_cell v1.21.3 |
| 1821 | 2026-06-16T22:37:39.353Z | Compiling signal-hook-registry v1.4.8 |
| 1822 | 2026-06-16T22:37:39.441Z | Compiling aws-lc-sys v0.40.0 |
| 1823 | 2026-06-16T22:37:39.483Z | Compiling indexmap v2.14.0 |
| 1824 | 2026-06-16T22:37:39.564Z | Compiling heck v0.5.0 |
| 1825 | 2026-06-16T22:37:39.580Z | Compiling parking_lot v0.12.5 |
| 1826 | 2026-06-16T22:37:39.580Z | Compiling socket2 v0.6.3 |
| 1827 | 2026-06-16T22:37:39.584Z | Compiling mio v1.2.0 |
| 1828 | 2026-06-16T22:37:39.651Z | Compiling aws-lc-rs v1.16.3 |
| 1829 | 2026-06-16T22:37:39.752Z | Compiling futures-core v0.3.32 |
| 1830 | 2026-06-16T22:37:39.784Z | Compiling httparse v1.10.1 |
| 1831 | 2026-06-16T22:37:39.787Z | Compiling thiserror v1.0.69 |
| 1832 | 2026-06-16T22:37:39.812Z | Compiling strsim v0.11.1 |
| 1833 | 2026-06-16T22:37:39.957Z | Compiling byteorder v1.5.0 |
| 1834 | 2026-06-16T22:37:40.081Z | Compiling ucd-trie v0.1.7 |
| 1835 | 2026-06-16T22:37:40.097Z | Compiling iana-time-zone v0.1.65 |
| 1836 | 2026-06-16T22:37:40.177Z | Compiling ident_case v1.0.1 |
| 1837 | 2026-06-16T22:37:40.205Z | Compiling regex-syntax v0.8.10 |
| 1838 | 2026-06-16T22:37:40.220Z | Compiling vcpkg v0.2.15 |
| 1839 | 2026-06-16T22:37:40.259Z | Compiling syn v1.0.109 |
| 1840 | 2026-06-16T22:37:40.314Z | Compiling pest v2.8.6 |
| 1841 | 2026-06-16T22:37:40.331Z | Compiling uuid v1.23.3 |
| 1842 | 2026-06-16T22:37:40.577Z | Compiling cpufeatures v0.2.17 |
| 1843 | 2026-06-16T22:37:40.637Z | Compiling rustc_version v0.4.1 |
| 1844 | 2026-06-16T22:37:40.676Z | Compiling futures-sink v0.3.32 |
| 1845 | 2026-06-16T22:37:40.705Z | Compiling rustls v0.23.40 |
| 1846 | 2026-06-16T22:37:40.811Z | Compiling openssl-sys v0.9.115 |
| 1847 | 2026-06-16T22:37:40.826Z | Compiling futures-channel v0.3.32 |
| 1848 | 2026-06-16T22:37:40.916Z | Compiling aho-corasick v1.1.4 |
| 1849 | 2026-06-16T22:37:40.920Z | Compiling futures-io v0.3.32 |
| 1850 | 2026-06-16T22:37:40.950Z | Compiling slab v0.4.12 |
| 1851 | 2026-06-16T22:37:40.980Z | Compiling dyn-clone v1.0.20 |
| 1852 | 2026-06-16T22:37:41.041Z | Compiling synstructure v0.13.2 |
| 1853 | 2026-06-16T22:37:41.081Z | Compiling serde_derive_internals v0.29.1 |
| 1854 | 2026-06-16T22:37:41.122Z | Compiling futures-task v0.3.32 |
| 1855 | 2026-06-16T22:37:41.403Z | Compiling pest_meta v2.8.6 |
| 1856 | 2026-06-16T22:37:41.437Z | Compiling plain v0.2.3 |
| 1857 | 2026-06-16T22:37:41.441Z | Compiling crc32fast v1.5.0 |
| 1858 | 2026-06-16T22:37:41.441Z | Compiling num-conv v0.2.0 |
| 1859 | 2026-06-16T22:37:41.574Z | Compiling time-core v0.1.8 |
| 1860 | 2026-06-16T22:37:41.622Z | Compiling base64 v0.22.1 |
| 1861 | 2026-06-16T22:37:41.626Z | Compiling crossbeam-utils v0.8.21 |
| 1862 | 2026-06-16T22:37:41.755Z | Compiling regex-automata v0.4.14 |
| 1863 | 2026-06-16T22:37:41.768Z | Compiling time-macros v0.2.27 |
| 1864 | 2026-06-16T22:37:41.785Z | Compiling openssl v0.10.79 |
| 1865 | 2026-06-16T22:37:41.789Z | Compiling pretty-hex v0.4.1 |
| 1866 | 2026-06-16T22:37:41.870Z | Compiling anyhow v1.0.102 |
| 1867 | 2026-06-16T22:37:41.935Z | Compiling base64ct v1.8.3 |
| 1868 | 2026-06-16T22:37:41.952Z | Compiling darling_core v0.21.3 |
| 1869 | 2026-06-16T22:37:41.968Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1870 | 2026-06-16T22:37:42.032Z | Compiling pest_generator v2.8.6 |
| 1871 | 2026-06-16T22:37:42.055Z | Compiling flagset v0.4.7 |
| 1872 | 2026-06-16T22:37:42.147Z | Compiling native-tls v0.2.18 |
| 1873 | 2026-06-16T22:37:42.174Z | Compiling rand_core v0.9.5 |
| 1874 | 2026-06-16T22:37:42.194Z | Compiling pem-rfc7468 v0.7.0 |
| 1875 | 2026-06-16T22:37:42.252Z | Compiling slog v2.8.2 |
| 1876 | 2026-06-16T22:37:42.316Z | Compiling serde_derive v1.0.228 |
| 1877 | 2026-06-16T22:37:42.370Z | Compiling zeroize_derive v1.4.3 |
| 1878 | 2026-06-16T22:37:42.370Z | Compiling zerofrom-derive v0.1.6 |
| 1879 | 2026-06-16T22:37:42.401Z | Compiling yoke-derive v0.8.1 |
| 1880 | 2026-06-16T22:37:42.404Z | Compiling zerovec-derive v0.11.2 |
| 1881 | 2026-06-16T22:37:42.432Z | Compiling displaydoc v0.2.5 |
| 1882 | 2026-06-16T22:37:42.480Z | Compiling zerocopy-derive v0.8.40 |
| 1883 | 2026-06-16T22:37:42.495Z | Compiling tokio-macros v2.7.0 |
| 1884 | 2026-06-16T22:37:42.683Z | Compiling futures-macro v0.3.32 |
| 1885 | 2026-06-16T22:37:42.714Z | Compiling thiserror-impl v2.0.18 |
| 1886 | 2026-06-16T22:37:42.749Z | Compiling schemars_derive v0.8.22 |
| 1887 | 2026-06-16T22:37:42.992Z | Compiling zeroize v1.8.2 |
| 1888 | 2026-06-16T22:37:43.256Z | Compiling tracing-attributes v0.1.31 |
| 1889 | 2026-06-16T22:37:43.370Z | Compiling der_derive v0.7.3 |
| 1890 | 2026-06-16T22:37:43.476Z | Compiling thiserror-impl v1.0.69 |
| 1891 | 2026-06-16T22:37:43.492Z | Compiling pest_derive v2.8.6 |
| 1892 | 2026-06-16T22:37:43.513Z | Compiling zerofrom v0.1.6 |
| 1893 | 2026-06-16T22:37:43.658Z | Compiling yoke v0.8.1 |
| 1894 | 2026-06-16T22:37:43.760Z | Compiling crypto-common v0.1.7 |
| 1895 | 2026-06-16T22:37:43.858Z | Compiling zerovec v0.11.5 |
| 1896 | 2026-06-16T22:37:43.885Z | Compiling zerotrie v0.2.3 |
| 1897 | 2026-06-16T22:37:43.949Z | Compiling block-buffer v0.10.4 |
| 1898 | 2026-06-16T22:37:44.076Z | Compiling digest v0.10.7 |
| 1899 | 2026-06-16T22:37:44.094Z | Compiling futures-util v0.3.32 |
| 1900 | 2026-06-16T22:37:44.325Z | Compiling hmac v0.12.1 |
| 1901 | 2026-06-16T22:37:44.428Z | Compiling tinystr v0.8.2 |
| 1902 | 2026-06-16T22:37:44.453Z | Compiling potential_utf v0.1.4 |
| 1903 | 2026-06-16T22:37:44.471Z | Compiling block-padding v0.3.3 |
| 1904 | 2026-06-16T22:37:44.490Z | Compiling sha2 v0.10.9 |
| 1905 | 2026-06-16T22:37:44.581Z | Compiling icu_collections v2.1.1 |
| 1906 | 2026-06-16T22:37:44.608Z | Compiling icu_locale_core v2.1.1 |
| 1907 | 2026-06-16T22:37:44.633Z | Compiling inout v0.1.4 |
| 1908 | 2026-06-16T22:37:44.657Z | Compiling scroll_derive v0.12.1 |
| 1909 | 2026-06-16T22:37:44.671Z | Compiling scroll_derive v0.13.1 |
| 1910 | 2026-06-16T22:37:44.801Z | Compiling cipher v0.4.4 |
| 1911 | 2026-06-16T22:37:45.229Z | Compiling openssl-macros v0.1.1 |
| 1912 | 2026-06-16T22:37:45.341Z | Compiling icu_provider v2.1.1 |
| 1913 | 2026-06-16T22:37:45.364Z | Compiling der v0.7.10 |
| 1914 | 2026-06-16T22:37:45.451Z | Compiling bytes v1.11.1 |
| 1915 | 2026-06-16T22:37:45.532Z | Compiling chrono v0.4.44 |
| 1916 | 2026-06-16T22:37:45.574Z | Compiling serde_tokenstream v0.2.3 |
| 1917 | 2026-06-16T22:37:45.692Z | Compiling icu_normalizer v2.1.1 |
| 1918 | 2026-06-16T22:37:45.771Z | Compiling icu_properties v2.1.2 |
| 1919 | 2026-06-16T22:37:45.805Z | Compiling darling_macro v0.21.3 |
| 1920 | 2026-06-16T22:37:46.116Z | Compiling tokio v1.52.1 |
| 1921 | 2026-06-16T22:37:46.386Z | Compiling http v1.4.2 |
| 1922 | 2026-06-16T22:37:46.402Z | Compiling regex v1.12.3 |
| 1923 | 2026-06-16T22:37:46.646Z | Compiling zerocopy-derive v0.7.35 |
| 1924 | 2026-06-16T22:37:46.766Z | Compiling idna_adapter v1.2.1 |
| 1925 | 2026-06-16T22:37:46.915Z | Compiling idna v1.1.0 |
| 1926 | 2026-06-16T22:37:46.932Z | Compiling ppv-lite86 v0.2.21 |
| 1927 | 2026-06-16T22:37:47.019Z | Compiling tracing-core v0.1.36 |
| 1928 | 2026-06-16T22:37:47.284Z | Compiling url v2.5.8 |
| 1929 | 2026-06-16T22:37:47.329Z | Compiling cookie v0.18.1 |
| 1930 | 2026-06-16T22:37:47.453Z | Compiling tracing v0.1.44 |
| 1931 | 2026-06-16T22:37:47.711Z | Compiling darling v0.21.3 |
| 1932 | 2026-06-16T22:37:47.770Z | Compiling spki v0.7.3 |
| 1933 | 2026-06-16T22:37:47.805Z | Compiling salsa20 v0.10.2 |
| 1934 | 2026-06-16T22:37:47.992Z | Compiling pbkdf2 v0.12.2 |
| 1935 | 2026-06-16T22:37:48.257Z | Compiling camino v1.2.2 |
| 1936 | 2026-06-16T22:37:48.569Z | Compiling scrypt v0.11.0 |
| 1937 | 2026-06-16T22:37:48.582Z | Compiling rand_chacha v0.9.0 |
| 1938 | 2026-06-16T22:37:48.631Z | Compiling http-body v1.0.1 |
| 1939 | 2026-06-16T22:37:48.660Z | Compiling aes v0.8.4 |
| 1940 | 2026-06-16T22:37:48.790Z | Compiling cbc v0.1.2 |
| 1941 | 2026-06-16T22:37:48.809Z | Compiling rustls-pki-types v1.14.0 |
| 1942 | 2026-06-16T22:37:48.949Z | Compiling usdt-impl v0.5.0 |
| 1943 | 2026-06-16T22:37:48.972Z | Compiling openssl-probe v0.2.1 |
| 1944 | 2026-06-16T22:37:49.013Z | Compiling ref-cast v1.0.25 |
| 1945 | 2026-06-16T22:37:49.027Z | Compiling usdt-impl v0.6.0 |
| 1946 | 2026-06-16T22:37:49.102Z | Compiling tinyvec_macros v0.1.1 |
| 1947 | 2026-06-16T22:37:49.155Z | Compiling paste v1.0.15 |
| 1948 | 2026-06-16T22:37:49.171Z | Compiling fastrand v2.3.0 |
| 1949 | 2026-06-16T22:37:49.205Z | Compiling either v1.15.0 |
| 1950 | 2026-06-16T22:37:49.219Z | Compiling tinyvec v1.10.0 |
| 1951 | 2026-06-16T22:37:49.267Z | Compiling pkcs5 v0.7.1 |
| 1952 | 2026-06-16T22:37:49.287Z | Compiling rand v0.9.2 |
| 1953 | 2026-06-16T22:37:49.501Z | Compiling scroll v0.13.0 |
| 1954 | 2026-06-16T22:37:49.528Z | Compiling serde_spanned v0.6.9 |
| 1955 | 2026-06-16T22:37:49.585Z | Compiling toml_datetime v0.6.11 |
| 1956 | 2026-06-16T22:37:49.617Z | Compiling scroll v0.12.0 |
| 1957 | 2026-06-16T22:37:49.631Z | Compiling async-trait v0.1.89 |
| 1958 | 2026-06-16T22:37:49.678Z | Compiling heapless v0.7.17 |
| 1959 | 2026-06-16T22:37:49.754Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1960 | 2026-06-16T22:37:49.769Z | Compiling tower-service v0.3.3 |
| 1961 | 2026-06-16T22:37:49.786Z | Compiling tower-layer v0.3.3 |
| 1962 | 2026-06-16T22:37:49.857Z | Compiling winnow v0.7.14 |
| 1963 | 2026-06-16T22:37:49.883Z | Compiling atomic-waker v1.1.2 |
| 1964 | 2026-06-16T22:37:49.896Z | Compiling zstd-safe v7.2.4 |
| 1965 | 2026-06-16T22:37:49.914Z | Compiling rustix v0.38.44 |
| 1966 | 2026-06-16T22:37:49.958Z | Compiling untrusted v0.7.1 |
| 1967 | 2026-06-16T22:37:49.961Z | Compiling litrs v1.0.0 |
| 1968 | 2026-06-16T22:37:49.991Z | Compiling winnow v1.0.3 |
| 1969 | 2026-06-16T22:37:50.040Z | Compiling tokio-util v0.7.18 |
| 1970 | 2026-06-16T22:37:50.081Z | Compiling signal-hook v0.3.18 |
| 1971 | 2026-06-16T22:37:50.109Z | Compiling try-lock v0.2.5 |
| 1972 | 2026-06-16T22:37:50.255Z | Compiling want v0.3.1 |
| 1973 | 2026-06-16T22:37:50.304Z | Compiling goblin v0.8.2 |
| 1974 | 2026-06-16T22:37:50.378Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1975 | 2026-06-16T22:37:50.501Z | Compiling document-features v0.2.12 |
| 1976 | 2026-06-16T22:37:50.540Z | Compiling goblin v0.10.5 |
| 1977 | 2026-06-16T22:37:50.716Z | Compiling pkcs8 v0.10.2 |
| 1978 | 2026-06-16T22:37:50.977Z | Compiling h2 v0.4.15 |
| 1979 | 2026-06-16T22:37:51.008Z | Compiling zerocopy v0.7.35 |
| 1980 | 2026-06-16T22:37:51.078Z | Compiling ipnet v2.11.0 |
| 1981 | 2026-06-16T22:37:51.094Z | Compiling ref-cast-impl v1.0.25 |
| 1982 | 2026-06-16T22:37:51.433Z | Compiling darling_core v0.20.11 |
| 1983 | 2026-06-16T22:37:51.464Z | Compiling curve25519-dalek v4.1.3 |
| 1984 | 2026-06-16T22:37:51.506Z | Compiling memoffset v0.9.1 |
| 1985 | 2026-06-16T22:37:51.560Z | Compiling winnow v0.5.40 |
| 1986 | 2026-06-16T22:37:51.802Z | Compiling httpdate v1.0.3 |
| 1987 | 2026-06-16T22:37:51.861Z | Compiling utf8parse v0.2.2 |
| 1988 | 2026-06-16T22:37:52.024Z | Compiling untrusted v0.9.0 |
| 1989 | 2026-06-16T22:37:52.039Z | Compiling foreign-types-shared v0.1.1 |
| 1990 | 2026-06-16T22:37:52.115Z | Compiling powerfmt v0.2.0 |
| 1991 | 2026-06-16T22:37:52.156Z | Compiling foreign-types v0.3.2 |
| 1992 | 2026-06-16T22:37:52.189Z | Compiling tempfile v3.25.0 |
| 1993 | 2026-06-16T22:37:52.371Z | Compiling deranged v0.5.8 |
| 1994 | 2026-06-16T22:37:52.519Z | Compiling unicode-normalization v0.1.25 |
| 1995 | 2026-06-16T22:37:52.987Z | Compiling toml_edit v0.19.15 |
| 1996 | 2026-06-16T22:37:53.004Z | Compiling dof v0.3.0 |
| 1997 | 2026-06-16T22:37:53.127Z | Compiling dtrace-parser v0.2.0 |
| 1998 | 2026-06-16T22:37:53.307Z | Compiling dof v0.4.0 |
| 1999 | 2026-06-16T22:37:53.432Z | Compiling darling_macro v0.20.11 |
| 2000 | 2026-06-16T22:37:53.489Z | Compiling dtrace-parser v0.3.0 |
| 2001 | 2026-06-16T22:37:53.700Z | Compiling pin-project-internal v1.1.11 |
| 2002 | 2026-06-16T22:37:53.737Z | Compiling daft-derive v0.1.7 |
| 2003 | 2026-06-16T22:37:53.801Z | Compiling spin v0.9.8 |
| 2004 | 2026-06-16T22:37:53.932Z | Compiling thread-id v4.2.2 |
| 2005 | 2026-06-16T22:37:53.948Z | Compiling thread-id v5.1.0 |
| 2006 | 2026-06-16T22:37:54.027Z | Compiling anstyle v1.0.14 |
| 2007 | 2026-06-16T22:37:54.058Z | Compiling hyper v1.10.1 |
| 2008 | 2026-06-16T22:37:54.117Z | Compiling cfg_aliases v0.2.1 |
| 2009 | 2026-06-16T22:37:54.269Z | Compiling smoltcp v0.9.1 |
| 2010 | 2026-06-16T22:37:54.327Z | Compiling num_threads v0.1.7 |
| 2011 | 2026-06-16T22:37:54.448Z | Compiling num-bigint-dig v0.8.6 |
| 2012 | 2026-06-16T22:37:54.453Z | Compiling time v0.3.47 |
| 2013 | 2026-06-16T22:37:54.454Z | Compiling nix v0.31.2 |
| 2014 | 2026-06-16T22:37:54.613Z | Compiling darling v0.20.11 |
| 2015 | 2026-06-16T22:37:54.839Z | Compiling ipnetwork v0.21.1 |
| 2016 | 2026-06-16T22:37:55.136Z | Compiling strum_macros v0.26.4 |
| 2017 | 2026-06-16T22:37:55.228Z | Compiling hyper-util v0.1.20 |
| 2018 | 2026-06-16T22:37:55.246Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2019 | 2026-06-16T22:37:55.523Z | Compiling sync_wrapper v1.0.2 |
| 2020 | 2026-06-16T22:37:55.563Z | Compiling wait-timeout v0.2.1 |
| 2021 | 2026-06-16T22:37:55.820Z | Compiling bit-vec v0.8.0 |
| 2022 | 2026-06-16T22:37:55.870Z | Compiling is_terminal_polyfill v1.70.2 |
| 2023 | 2026-06-16T22:37:55.891Z | Compiling siphasher v1.0.2 |
| 2024 | 2026-06-16T22:37:55.983Z | Compiling anstyle-query v1.1.5 |
| 2025 | 2026-06-16T22:37:56.036Z | Compiling simd-adler32 v0.3.8 |
| 2026 | 2026-06-16T22:37:56.102Z | Compiling colorchoice v1.0.4 |
| 2027 | 2026-06-16T22:37:56.139Z | Compiling quick-error v1.2.3 |
| 2028 | 2026-06-16T22:37:56.237Z | Compiling rusty-fork v0.3.1 |
| 2029 | 2026-06-16T22:37:56.267Z | Compiling bit-set v0.8.0 |
| 2030 | 2026-06-16T22:37:56.522Z | Compiling tower v0.5.3 |
| 2031 | 2026-06-16T22:37:56.759Z | Compiling derive_builder_core v0.20.2 |
| 2032 | 2026-06-16T22:37:56.762Z | Compiling http-body-util v0.1.3 |
| 2033 | 2026-06-16T22:37:56.935Z | Compiling signature v2.2.0 |
| 2034 | 2026-06-16T22:37:57.042Z | Compiling hubpack_derive v0.1.1 |
| 2035 | 2026-06-16T22:37:57.104Z | Compiling rand_xorshift v0.4.0 |
| 2036 | 2026-06-16T22:37:57.268Z | Compiling strum_macros v0.27.2 |
| 2037 | 2026-06-16T22:37:57.331Z | Compiling snafu-derive v0.8.9 |
| 2038 | 2026-06-16T22:37:57.521Z | Compiling fs-err v3.3.0 |
| 2039 | 2026-06-16T22:37:57.579Z | Compiling ahash v0.8.12 |
| 2040 | 2026-06-16T22:37:57.599Z | Compiling unarray v0.1.4 |
| 2041 | 2026-06-16T22:37:57.618Z | Compiling adler2 v2.0.1 |
| 2042 | 2026-06-16T22:37:57.727Z | Compiling allocator-api2 v0.2.21 |
| 2043 | 2026-06-16T22:37:57.743Z | Compiling object v0.37.3 |
| 2044 | 2026-06-16T22:37:57.964Z | Compiling unicode-segmentation v1.12.0 |
| 2045 | 2026-06-16T22:37:57.980Z | Compiling iri-string v0.7.10 |
| 2046 | 2026-06-16T22:37:58.014Z | Compiling unicode-properties v0.1.4 |
| 2047 | 2026-06-16T22:37:58.079Z | Compiling unicode-bidi v0.3.18 |
| 2048 | 2026-06-16T22:37:58.097Z | Compiling ryu v1.0.23 |
| 2049 | 2026-06-16T22:37:58.248Z | Compiling serde_urlencoded v0.7.1 |
| 2050 | 2026-06-16T22:37:58.363Z | Compiling miniz_oxide v0.8.9 |
| 2051 | 2026-06-16T22:37:58.379Z | Compiling proptest v1.10.0 |
| 2052 | 2026-06-16T22:37:58.541Z | Compiling stringprep v0.1.5 |
| 2053 | 2026-06-16T22:37:58.583Z | Compiling derive_builder_macro v0.20.2 |
| 2054 | 2026-06-16T22:37:58.902Z | Compiling tokio-native-tls v0.3.1 |
| 2055 | 2026-06-16T22:37:58.991Z | Compiling usdt-attr-macro v0.6.0 |
| 2056 | 2026-06-16T22:37:59.044Z | Compiling usdt-macro v0.6.0 |
| 2057 | 2026-06-16T22:37:59.091Z | Compiling anstyle-parse v1.0.0 |
| 2058 | 2026-06-16T22:37:59.106Z | Compiling tower-http v0.6.8 |
| 2059 | 2026-06-16T22:37:59.423Z | Compiling rustls-native-certs v0.8.3 |
| 2060 | 2026-06-16T22:37:59.546Z | Compiling rand_chacha v0.3.1 |
| 2061 | 2026-06-16T22:37:59.561Z | Compiling erased-serde v0.3.31 |
| 2062 | 2026-06-16T22:37:59.684Z | Compiling md-5 v0.10.6 |
| 2063 | 2026-06-16T22:37:59.708Z | Compiling bstr v1.12.1 |
| 2064 | 2026-06-16T22:37:59.832Z | Compiling num-integer v0.1.46 |
| 2065 | 2026-06-16T22:37:59.857Z | Compiling hash32 v0.2.1 |
| 2066 | 2026-06-16T22:38:00.037Z | Compiling vergen-lib v9.1.0 |
| 2067 | 2026-06-16T22:38:00.052Z | Compiling ff v0.13.1 |
| 2068 | 2026-06-16T22:38:00.068Z | Compiling encoding_rs v0.8.35 |
| 2069 | 2026-06-16T22:38:00.213Z | Compiling mime v0.3.17 |
| 2070 | 2026-06-16T22:38:00.239Z | Compiling zlib-rs v0.6.2 |
| 2071 | 2026-06-16T22:38:00.278Z | Compiling fallible-iterator v0.2.0 |
| 2072 | 2026-06-16T22:38:00.334Z | Compiling base16ct v0.2.0 |
| 2073 | 2026-06-16T22:38:00.357Z | Compiling psl-types v2.0.11 |
| 2074 | 2026-06-16T22:38:00.386Z | Compiling newtype-uuid v1.3.2 |
| 2075 | 2026-06-16T22:38:00.488Z | Compiling publicsuffix v2.3.0 |
| 2076 | 2026-06-16T22:38:00.506Z | Compiling sec1 v0.7.3 |
| 2077 | 2026-06-16T22:38:00.575Z | Compiling postgres-protocol v0.6.10 |
| 2078 | 2026-06-16T22:38:00.617Z | Compiling group v0.13.0 |
| 2079 | 2026-06-16T22:38:00.795Z | Compiling num-iter v0.1.45 |
| 2080 | 2026-06-16T22:38:00.939Z | Compiling rand v0.8.6 |
| 2081 | 2026-06-16T22:38:01.430Z | Compiling oxnet v0.1.6 |
| 2082 | 2026-06-16T22:38:01.446Z | Compiling anstream v1.0.0 |
| 2083 | 2026-06-16T22:38:01.471Z | Compiling derive_builder v0.20.2 |
| 2084 | 2026-06-16T22:38:01.489Z | Compiling hyper-tls v0.6.0 |
| 2085 | 2026-06-16T22:38:01.624Z | Compiling heck v0.4.1 |
| 2086 | 2026-06-16T22:38:01.642Z | Compiling phf_shared v0.13.1 |
| 2087 | 2026-06-16T22:38:01.661Z | Compiling pin-project v1.1.11 |
| 2088 | 2026-06-16T22:38:01.751Z | Compiling lazy_static v1.5.0 |
| 2089 | 2026-06-16T22:38:01.762Z | Compiling anstyle-parse v0.2.7 |
| 2090 | 2026-06-16T22:38:01.869Z | Compiling terminal_size v0.4.3 |
| 2091 | 2026-06-16T22:38:01.886Z | Compiling serde_with_macros v3.17.0 |
| 2092 | 2026-06-16T22:38:01.918Z | Compiling futures-executor v0.3.32 |
| 2093 | 2026-06-16T22:38:01.937Z | Compiling hex v0.4.3 |
| 2094 | 2026-06-16T22:38:01.969Z | Compiling hkdf v0.12.4 |
| 2095 | 2026-06-16T22:38:02.013Z | Compiling crypto-bigint v0.5.5 |
| 2096 | 2026-06-16T22:38:02.041Z | Compiling enum-as-inner v0.6.1 |
| 2097 | 2026-06-16T22:38:02.151Z | Compiling clap_derive v4.6.1 |
| 2098 | 2026-06-16T22:38:02.167Z | Compiling serde_repr v0.1.20 |
| 2099 | 2026-06-16T22:38:02.180Z | Compiling async-recursion v1.1.1 |
| 2100 | 2026-06-16T22:38:02.289Z | Compiling vergen v9.1.0 |
| 2101 | 2026-06-16T22:38:02.305Z | Compiling flate2 v1.1.9 |
| 2102 | 2026-06-16T22:38:02.334Z | Compiling cargo-platform v0.3.2 |
| 2103 | 2026-06-16T22:38:02.562Z | Compiling bumpalo v3.20.2 |
| 2104 | 2026-06-16T22:38:02.710Z | Compiling bitflags v1.3.2 |
| 2105 | 2026-06-16T22:38:02.727Z | Compiling foldhash v0.1.5 |
| 2106 | 2026-06-16T22:38:02.744Z | Compiling same-file v1.0.6 |
| 2107 | 2026-06-16T22:38:02.758Z | Compiling managed v0.8.0 |
| 2108 | 2026-06-16T22:38:02.907Z | Compiling foldhash v0.2.0 |
| 2109 | 2026-06-16T22:38:02.939Z | Compiling libbz2-rs-sys v0.2.2 |
| 2110 | 2026-06-16T22:38:02.988Z | Compiling clap_lex v1.0.0 |
| 2111 | 2026-06-16T22:38:03.126Z | Compiling hashbrown v0.16.1 |
| 2112 | 2026-06-16T22:38:03.161Z | Compiling clap_builder v4.6.0 |
| 2113 | 2026-06-16T22:38:03.164Z | Compiling elliptic-curve v0.13.8 |
| 2114 | 2026-06-16T22:38:03.220Z | Compiling walkdir v2.5.0 |
| 2115 | 2026-06-16T22:38:03.359Z | Compiling bzip2 v0.6.1 |
| 2116 | 2026-06-16T22:38:03.524Z | Compiling hashbrown v0.15.5 |
| 2117 | 2026-06-16T22:38:03.540Z | Compiling zopfli v0.8.3 |
| 2118 | 2026-06-16T22:38:03.572Z | Compiling cargo_metadata v0.23.1 |
| 2119 | 2026-06-16T22:38:03.791Z | Compiling futures v0.3.32 |
| 2120 | 2026-06-16T22:38:04.090Z | Compiling anstream v0.6.21 |
| 2121 | 2026-06-16T22:38:04.133Z | Compiling zstd v0.13.3 |
| 2122 | 2026-06-16T22:38:04.222Z | Compiling phf v0.13.1 |
| 2123 | 2026-06-16T22:38:04.420Z | Compiling snafu v0.8.9 |
| 2124 | 2026-06-16T22:38:04.448Z | Compiling daft v0.1.7 |
| 2125 | 2026-06-16T22:38:04.515Z | Compiling reqwest v0.12.28 |
| 2126 | 2026-06-16T22:38:04.793Z | Compiling signal-hook-mio v0.2.5 |
| 2127 | 2026-06-16T22:38:04.811Z | Compiling cookie_store v0.22.1 |
| 2128 | 2026-06-16T22:38:04.955Z | Compiling postgres-types v0.2.12 |
| 2129 | 2026-06-16T22:38:05.074Z | Compiling bzip2 v0.4.4 |
| 2130 | 2026-06-16T22:38:05.091Z | Compiling globset v0.4.18 |
| 2131 | 2026-06-16T22:38:05.300Z | Compiling strum v0.27.2 |
| 2132 | 2026-06-16T22:38:05.511Z | Compiling hubpack v0.1.2 |
| 2133 | 2026-06-16T22:38:05.525Z | Compiling ed25519 v2.2.3 |
| 2134 | 2026-06-16T22:38:05.552Z | Compiling phf_shared v0.11.3 |
| 2135 | 2026-06-16T22:38:05.555Z | Compiling crossbeam-epoch v0.9.18 |
| 2136 | 2026-06-16T22:38:05.615Z | Compiling olpc-cjson v0.1.4 |
| 2137 | 2026-06-16T22:38:05.716Z | Compiling pkcs1 v0.7.5 |
| 2138 | 2026-06-16T22:38:05.773Z | Compiling pem v3.0.6 |
| 2139 | 2026-06-16T22:38:05.860Z | Compiling serde_plain v1.0.2 |
| 2140 | 2026-06-16T22:38:05.961Z | Compiling serde-big-array v0.5.1 |
| 2141 | 2026-06-16T22:38:06.019Z | Compiling rfc6979 v0.4.0 |
| 2142 | 2026-06-16T22:38:06.088Z | Compiling float-cmp v0.10.0 |
| 2143 | 2026-06-16T22:38:06.106Z | Compiling memmap2 v0.9.10 |
| 2144 | 2026-06-16T22:38:06.110Z | Compiling env_filter v1.0.0 |
| 2145 | 2026-06-16T22:38:06.136Z | Compiling typed-path v0.9.3 |
| 2146 | 2026-06-16T22:38:06.139Z | Compiling predicates-core v1.0.10 |
| 2147 | 2026-06-16T22:38:06.167Z | Compiling toml_write v0.1.2 |
| 2148 | 2026-06-16T22:38:06.253Z | Compiling keccak v0.1.6 |
| 2149 | 2026-06-16T22:38:06.315Z | Compiling whoami v2.1.0 |
| 2150 | 2026-06-16T22:38:06.331Z | Compiling fixedbitset v0.5.7 |
| 2151 | 2026-06-16T22:38:06.345Z | Compiling data-encoding v2.10.0 |
| 2152 | 2026-06-16T22:38:06.402Z | Compiling static_assertions v1.1.0 |
| 2153 | 2026-06-16T22:38:06.469Z | Compiling difflib v0.4.0 |
| 2154 | 2026-06-16T22:38:06.500Z | Compiling normalize-line-endings v0.3.0 |
| 2155 | 2026-06-16T22:38:06.629Z | Compiling jiff v0.2.21 |
| 2156 | 2026-06-16T22:38:06.666Z | Compiling precomputed-hash v0.1.1 |
| 2157 | 2026-06-16T22:38:06.743Z | Compiling fixedbitset v0.4.2 |
| 2158 | 2026-06-16T22:38:06.771Z | Compiling new_debug_unreachable v1.0.6 |
| 2159 | 2026-06-16T22:38:06.787Z | Compiling predicates v3.1.4 |
| 2160 | 2026-06-16T22:38:06.859Z | Compiling string_cache v0.8.9 |
| 2161 | 2026-06-16T22:38:06.902Z | Compiling petgraph v0.6.5 |
| 2162 | 2026-06-16T22:38:06.939Z | Compiling hickory-proto v0.25.2 |
| 2163 | 2026-06-16T22:38:06.962Z | Compiling petgraph v0.8.3 |
| 2164 | 2026-06-16T22:38:07.048Z | Compiling tokio-postgres v0.7.16 |
| 2165 | 2026-06-16T22:38:07.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2166 | 2026-06-16T22:38:07.328Z | Compiling sha3 v0.10.8 |
| 2167 | 2026-06-16T22:38:07.387Z | Compiling toml_edit v0.22.27 |
| 2168 | 2026-06-16T22:38:07.533Z | Compiling env_logger v0.11.9 |
| 2169 | 2026-06-16T22:38:07.560Z | Compiling usdt v0.6.0 |
| 2170 | 2026-06-16T22:38:07.867Z | Compiling ecdsa v0.16.9 |
| 2171 | 2026-06-16T22:38:07.995Z | Compiling rsa v0.9.10 |
| 2172 | 2026-06-16T22:38:08.391Z | Compiling ed25519-dalek v2.2.0 |
| 2173 | 2026-06-16T22:38:09.112Z | Compiling zip v0.6.6 |
| 2174 | 2026-06-16T22:38:09.525Z | Compiling zip v4.6.1 |
| 2175 | 2026-06-16T22:38:09.681Z | Compiling crossterm v0.28.1 |
| 2176 | 2026-06-16T22:38:09.697Z | Compiling iddqd v0.4.2 |
| 2177 | 2026-06-16T22:38:09.736Z | Compiling clap v4.6.1 |
| 2178 | 2026-06-16T22:38:09.896Z | Compiling serde_with v3.17.0 |
| 2179 | 2026-06-16T22:38:10.087Z | Compiling similar v2.7.0 |
| 2180 | 2026-06-16T22:38:10.190Z | Compiling strum v0.26.3 |
| 2181 | 2026-06-16T22:38:10.322Z | Compiling toml v0.7.8 |
| 2182 | 2026-06-16T22:38:10.366Z | Compiling tokio-stream v0.1.18 |
| 2183 | 2026-06-16T22:38:10.442Z | Compiling buf-list v1.1.2 |
| 2184 | 2026-06-16T22:38:10.724Z | Compiling itertools v0.13.0 |
| 2185 | 2026-06-16T22:38:10.887Z | Compiling x509-cert v0.2.5 |
| 2186 | 2026-06-16T22:38:10.936Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2187 | 2026-06-16T22:38:11.198Z | Compiling openapiv3 v2.2.0 |
| 2188 | 2026-06-16T22:38:11.261Z | Compiling sha1 v0.10.6 |
| 2189 | 2026-06-16T22:38:11.521Z | Compiling peg-runtime v0.8.5 |
| 2190 | 2026-06-16T22:38:11.736Z | Compiling lalrpop-util v0.19.12 |
| 2191 | 2026-06-16T22:38:28.265Z | Compiling rustls-webpki v0.103.9 |
| 2192 | 2026-06-16T22:38:28.924Z | Compiling macaddr v1.0.1 |
| 2193 | 2026-06-16T22:38:29.025Z | Compiling structmeta-derive v0.3.0 |
| 2194 | 2026-06-16T22:38:29.059Z | Compiling cpufeatures v0.3.0 |
| 2195 | 2026-06-16T22:38:29.062Z | Compiling hybrid-array v0.4.10 |
| 2196 | 2026-06-16T22:38:29.155Z | Compiling rayon-core v1.13.0 |
| 2197 | 2026-06-16T22:38:29.227Z | Compiling crucible-workspace-hack v0.1.0 |
| 2198 | 2026-06-16T22:38:29.392Z | Compiling itertools v0.14.0 |
| 2199 | 2026-06-16T22:38:29.476Z | Compiling secrecy v0.10.3 |
| 2200 | 2026-06-16T22:38:29.493Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2026-06-16T22:38:29.506Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2202 | 2026-06-16T22:38:29.583Z | Compiling heapless v0.8.0 |
| 2203 | 2026-06-16T22:38:29.667Z | Compiling block-buffer v0.12.1 |
| 2204 | 2026-06-16T22:38:29.712Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2205 | 2026-06-16T22:38:29.756Z | Compiling crypto-common v0.2.2 |
| 2206 | 2026-06-16T22:38:29.877Z | Compiling crossbeam-deque v0.8.6 |
| 2207 | 2026-06-16T22:38:29.911Z | Compiling hash32 v0.3.1 |
| 2208 | 2026-06-16T22:38:29.928Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2209 | 2026-06-16T22:38:30.038Z | Compiling structmeta v0.3.0 |
| 2210 | 2026-06-16T22:38:30.086Z | Compiling thread_local v1.1.9 |
| 2211 | 2026-06-16T22:38:30.100Z | Compiling multer v3.1.0 |
| 2212 | 2026-06-16T22:38:30.103Z | Compiling compression-core v0.4.31 |
| 2213 | 2026-06-16T22:38:30.128Z | Compiling match_cfg v0.1.0 |
| 2214 | 2026-06-16T22:38:30.219Z | Compiling slog-async v2.8.0 |
| 2215 | 2026-06-16T22:38:30.290Z | Compiling const-oid v0.10.2 |
| 2216 | 2026-06-16T22:38:30.345Z | Compiling unicode-width v0.2.0 |
| 2217 | 2026-06-16T22:38:30.360Z | Compiling smoltcp v0.11.0 |
| 2218 | 2026-06-16T22:38:30.467Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2219 | 2026-06-16T22:38:30.561Z | Compiling digest v0.11.3 |
| 2220 | 2026-06-16T22:38:30.668Z | Compiling derive-ex v0.1.8 |
| 2221 | 2026-06-16T22:38:30.685Z | Compiling ingot-macros v0.1.1 |
| 2222 | 2026-06-16T22:38:30.701Z | Compiling compression-codecs v0.4.37 |
| 2223 | 2026-06-16T22:38:30.704Z | Compiling proc-macro-crate v3.4.0 |
| 2224 | 2026-06-16T22:38:30.770Z | Compiling hostname v0.3.1 |
| 2225 | 2026-06-16T22:38:30.968Z | Compiling atomicwrites v0.4.4 |
| 2226 | 2026-06-16T22:38:30.990Z | Compiling slog-json v2.6.1 |
| 2227 | 2026-06-16T22:38:31.097Z | Compiling crossbeam-channel v0.5.15 |
| 2228 | 2026-06-16T22:38:31.111Z | Compiling half v2.7.1 |
| 2229 | 2026-06-16T22:38:31.209Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-06-16T22:38:31.265Z | Compiling cobs v0.3.0 |
| 2231 | 2026-06-16T22:38:31.281Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2232 | 2026-06-16T22:38:31.314Z | Compiling universal-hash v0.5.1 |
| 2233 | 2026-06-16T22:38:31.478Z | Compiling async-stream-impl v0.3.6 |
| 2234 | 2026-06-16T22:38:31.492Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2235 | 2026-06-16T22:38:31.567Z | Compiling serde_spanned v1.1.1 |
| 2236 | 2026-06-16T22:38:31.766Z | Compiling tokio-rustls v0.26.4 |
| 2237 | 2026-06-16T22:38:31.806Z | Compiling rustls-platform-verifier v0.6.2 |
| 2238 | 2026-06-16T22:38:31.947Z | Compiling tough v0.22.0 |
| 2239 | 2026-06-16T22:38:31.963Z | Compiling is-terminal v0.4.17 |
| 2240 | 2026-06-16T22:38:32.034Z | Compiling hyper-rustls v0.27.7 |
| 2241 | 2026-06-16T22:38:32.053Z | Compiling dropshot v0.17.1 |
| 2242 | 2026-06-16T22:38:32.070Z | Compiling proc-macro-error-attr v1.0.4 |
| 2243 | 2026-06-16T22:38:32.088Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2244 | 2026-06-16T22:38:32.199Z | Compiling opaque-debug v0.3.1 |
| 2245 | 2026-06-16T22:38:32.291Z | Compiling reqwest v0.13.2 |
| 2246 | 2026-06-16T22:38:32.309Z | Compiling take_mut v0.2.2 |
| 2247 | 2026-06-16T22:38:32.325Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2248 | 2026-06-16T22:38:32.329Z | Compiling term v1.2.1 |
| 2249 | 2026-06-16T22:38:32.329Z | Compiling convert_case v0.4.0 |
| 2250 | 2026-06-16T22:38:32.329Z | Compiling ciborium-io v0.2.2 |
| 2251 | 2026-06-16T22:38:32.387Z | Compiling thiserror-no-std v2.0.2 |
| 2252 | 2026-06-16T22:38:32.449Z | Compiling ciborium-ll v0.2.2 |
| 2253 | 2026-06-16T22:38:32.561Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2254 | 2026-06-16T22:38:32.660Z | Compiling derive_more v0.99.20 |
| 2255 | 2026-06-16T22:38:32.688Z | Compiling slog-term v2.9.2 |
| 2256 | 2026-06-16T22:38:32.715Z | Compiling poly1305 v0.8.0 |
| 2257 | 2026-06-16T22:38:32.733Z | Compiling test-strategy v0.4.5 |
| 2258 | 2026-06-16T22:38:33.313Z | Compiling ingot-types v0.1.2 |
| 2259 | 2026-06-16T22:38:33.332Z | Compiling async-stream v0.3.6 |
| 2260 | 2026-06-16T22:38:33.367Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2026-06-16T22:38:33.545Z | Compiling postcard v1.1.3 |
| 2262 | 2026-06-16T22:38:33.743Z | Compiling ingot v0.1.1 |
| 2263 | 2026-06-16T22:38:33.782Z | Compiling num_enum_derive v0.7.6 |
| 2264 | 2026-06-16T22:38:33.946Z | Compiling slog-bunyan v2.5.0 |
| 2265 | 2026-06-16T22:38:33.962Z | Compiling async-compression v0.4.41 |
| 2266 | 2026-06-16T22:38:34.067Z | Compiling sha1 v0.11.0 |
| 2267 | 2026-06-16T22:38:34.262Z | Compiling parse-display-derive v0.10.0 |
| 2268 | 2026-06-16T22:38:34.492Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2269 | 2026-06-16T22:38:34.562Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2270 | 2026-06-16T22:38:34.756Z | Compiling proc-macro-crate v1.3.1 |
| 2271 | 2026-06-16T22:38:34.780Z | Compiling waitgroup v0.1.2 |
| 2272 | 2026-06-16T22:38:34.818Z | Compiling backon v1.6.0 |
| 2273 | 2026-06-16T22:38:34.866Z | Compiling rustls-pemfile v2.2.0 |
| 2274 | 2026-06-16T22:38:34.959Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2275 | 2026-06-16T22:38:35.102Z | Compiling password-hash v0.5.0 |
| 2276 | 2026-06-16T22:38:35.120Z | Compiling dropshot_endpoint v0.17.1 |
| 2277 | 2026-06-16T22:38:35.136Z | Compiling chacha20 v0.9.1 |
| 2278 | 2026-06-16T22:38:35.164Z | Compiling blake2 v0.10.6 |
| 2279 | 2026-06-16T22:38:35.403Z | Compiling aead v0.5.2 |
| 2280 | 2026-06-16T22:38:35.437Z | Compiling foreign-types-macros v0.2.3 |
| 2281 | 2026-06-16T22:38:35.515Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2282 | 2026-06-16T22:38:35.622Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2283 | 2026-06-16T22:38:35.637Z | Compiling serde_path_to_error v0.1.20 |
| 2284 | 2026-06-16T22:38:35.712Z | Compiling hostname v0.4.2 |
| 2285 | 2026-06-16T22:38:35.774Z | Compiling instant v0.1.13 |
| 2286 | 2026-06-16T22:38:35.914Z | Compiling proc-macro-error v1.0.4 |
| 2287 | 2026-06-16T22:38:35.929Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2288 | 2026-06-16T22:38:35.964Z | Compiling debug-ignore v1.0.5 |
| 2289 | 2026-06-16T22:38:35.996Z | Compiling typeid v1.0.3 |
| 2290 | 2026-06-16T22:38:36.013Z | Compiling foreign-types-shared v0.3.1 |
| 2291 | 2026-06-16T22:38:36.030Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2292 | 2026-06-16T22:38:36.047Z | Compiling backoff v0.4.0 |
| 2293 | 2026-06-16T22:38:36.106Z | Compiling foreign-types v0.5.0 |
| 2294 | 2026-06-16T22:38:36.124Z | Compiling parse-display v0.10.0 |
| 2295 | 2026-06-16T22:38:36.124Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2296 | 2026-06-16T22:38:36.127Z | Compiling chacha20poly1305 v0.10.1 |
| 2297 | 2026-06-16T22:38:36.172Z | Compiling argon2 v0.5.3 |
| 2298 | 2026-06-16T22:38:36.217Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2299 | 2026-06-16T22:38:36.246Z | Compiling num_enum_derive v0.5.11 |
| 2300 | 2026-06-16T22:38:36.305Z | Compiling num_enum v0.7.6 |
| 2301 | 2026-06-16T22:38:36.322Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2302 | 2026-06-16T22:38:36.353Z | Compiling ciborium v0.2.2 |
| 2303 | 2026-06-16T22:38:36.476Z | Compiling vsss-rs v3.3.4 |
| 2304 | 2026-06-16T22:38:36.508Z | Compiling tabwriter v1.4.1 |
| 2305 | 2026-06-16T22:38:36.633Z | Compiling chacha20 v0.10.0 |
| 2306 | 2026-06-16T22:38:36.683Z | Compiling regress v0.10.5 |
| 2307 | 2026-06-16T22:38:36.778Z | Compiling byte-wrapper v0.1.0 |
| 2308 | 2026-06-16T22:38:36.858Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2309 | 2026-06-16T22:38:36.873Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2310 | 2026-06-16T22:38:36.896Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2311 | 2026-06-16T22:38:36.955Z | Compiling cstr-argument v0.1.2 |
| 2312 | 2026-06-16T22:38:37.029Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2313 | 2026-06-16T22:38:37.147Z | Compiling erased-serde v0.4.9 |
| 2314 | 2026-06-16T22:38:37.202Z | Compiling humantime v2.3.0 |
| 2315 | 2026-06-16T22:38:37.218Z | Compiling num_enum v0.5.11 |
| 2316 | 2026-06-16T22:38:37.219Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2317 | 2026-06-16T22:38:37.283Z | Compiling rand v0.10.0 |
| 2318 | 2026-06-16T22:38:37.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2319 | 2026-06-16T22:38:37.482Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-06-16T22:38:37.655Z | Compiling rayon v1.11.0 |
| 2321 | 2026-06-16T22:38:37.673Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2322 | 2026-06-16T22:38:37.676Z | Compiling colored v3.1.1 |
| 2323 | 2026-06-16T22:38:37.676Z | Compiling libefi-sys v0.1.0 |
| 2324 | 2026-06-16T22:38:37.715Z | Compiling indent_write v2.2.0 |
| 2325 | 2026-06-16T22:38:37.733Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2326 | 2026-06-16T22:38:37.835Z | Compiling zone_cfg_derive v0.3.1 |
| 2327 | 2026-06-16T22:38:37.890Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2328 | 2026-06-16T22:38:38.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2329 | 2026-06-16T22:38:38.039Z | Compiling camino-tempfile v1.4.1 |
| 2330 | 2026-06-16T22:38:38.100Z | Compiling itertools v0.12.1 |
| 2331 | 2026-06-16T22:38:38.231Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2332 | 2026-06-16T22:38:38.247Z | Compiling usdt-macro v0.5.0 |
| 2333 | 2026-06-16T22:38:38.251Z | Compiling usdt-attr-macro v0.5.0 |
| 2334 | 2026-06-16T22:38:38.354Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-06-16T22:38:38.388Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-06-16T22:38:38.457Z | Compiling blake3 v1.8.3 |
| 2337 | 2026-06-16T22:38:38.472Z | Compiling ordered-float v2.10.1 |
| 2338 | 2026-06-16T22:38:38.489Z | Compiling sigpipe v0.1.3 |
| 2339 | 2026-06-16T22:38:38.492Z | Compiling memmap v0.7.0 |
| 2340 | 2026-06-16T22:38:38.622Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2341 | 2026-06-16T22:38:38.750Z | Compiling glob v0.3.3 |
| 2342 | 2026-06-16T22:38:38.779Z | Compiling swrite v0.1.0 |
| 2343 | 2026-06-16T22:38:38.876Z | Compiling serde-value v0.7.0 |
| 2344 | 2026-06-16T22:38:38.909Z | Compiling serde-untagged v0.1.9 |
| 2345 | 2026-06-16T22:38:38.961Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2346 | 2026-06-16T22:38:39.033Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2347 | 2026-06-16T22:38:39.048Z | Compiling usdt v0.5.0 |
| 2348 | 2026-06-16T22:38:39.248Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2349 | 2026-06-16T22:38:39.273Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2350 | 2026-06-16T22:38:39.380Z | Compiling toml v0.8.23 |
| 2351 | 2026-06-16T22:38:39.555Z | Compiling zone v0.3.1 |
| 2352 | 2026-06-16T22:38:39.576Z | Compiling smf v0.2.3 |
| 2353 | 2026-06-16T22:38:39.591Z | Compiling filetime v0.2.27 |
| 2354 | 2026-06-16T22:38:39.691Z | Compiling unicode-xid v0.2.6 |
| 2355 | 2026-06-16T22:38:39.705Z | Compiling arrayref v0.3.9 |
| 2356 | 2026-06-16T22:38:39.801Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2357 | 2026-06-16T22:38:39.818Z | Compiling constant_time_eq v0.4.2 |
| 2358 | 2026-06-16T22:38:39.835Z | Compiling whoami v1.6.1 |
| 2359 | 2026-06-16T22:38:39.861Z | Compiling xattr v1.6.1 |
| 2360 | 2026-06-16T22:38:39.875Z | Compiling arrayvec v0.7.6 |
| 2361 | 2026-06-16T22:38:39.896Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2362 | 2026-06-16T22:38:39.914Z | Compiling cargo-util-schemas v0.8.2 |
| 2363 | 2026-06-16T22:38:39.932Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2364 | 2026-06-16T22:38:39.976Z | Compiling tokio-dtrace v0.1.1 |
| 2365 | 2026-06-16T22:38:40.029Z | Compiling tar v0.4.45 |
| 2366 | 2026-06-16T22:38:40.137Z | Compiling console v0.16.2 |
| 2367 | 2026-06-16T22:38:40.192Z | Compiling gethostname v0.5.0 |
| 2368 | 2026-06-16T22:38:40.319Z | Compiling cargo-platform v0.2.0 |
| 2369 | 2026-06-16T22:38:40.340Z | Compiling unit-prefix v0.5.2 |
| 2370 | 2026-06-16T22:38:40.371Z | Compiling topological-sort v0.2.2 |
| 2371 | 2026-06-16T22:38:40.518Z | Compiling oxide-tokio-rt v0.1.4 |
| 2372 | 2026-06-16T22:38:40.570Z | Compiling indicatif v0.18.4 |
| 2373 | 2026-06-16T22:38:40.618Z | Compiling shell-words v1.1.1 |
| 2374 | 2026-06-16T22:38:40.791Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2375 | 2026-06-16T22:38:41.121Z | Compiling cargo_metadata v0.21.0 |
| 2376 | 2026-06-16T22:38:49.572Z | Compiling progenitor-client v0.14.0 |
| 2377 | 2026-06-16T22:38:49.573Z | Compiling omicron-zone-package v0.12.3 (https://github.com/oxidecomputer/omicron-package?rev=6c6abacc64dcf2ad233e3625577a09d26eb65dbc#6c6abacc) |
| 2378 | 2026-06-16T22:38:49.820Z | Compiling progenitor-extras v0.2.0 |
| 2379 | 2026-06-16T22:38:50.170Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2380 | 2026-06-16T22:38:50.261Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2381 | 2026-06-16T22:38:50.282Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2382 | 2026-06-16T22:38:50.373Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2383 | 2026-06-16T22:38:50.386Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2384 | 2026-06-16T22:38:50.423Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2385 | 2026-06-16T22:38:50.484Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2386 | 2026-06-16T22:38:50.597Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2387 | 2026-06-16T22:38:50.965Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2388 | 2026-06-16T22:38:55.306Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2389 | 2026-06-16T22:39:03.001Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2390 | 2026-06-16T22:39:06.081Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2391 | 2026-06-16T22:39:07.051Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2392 | 2026-06-16T22:39:16.632Z | Finished `release` profile [optimized] target(s) in 1m 40s |
| 2393 | 2026-06-16T22:39:16.768Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2394 | 2026-06-16T22:39:16.830Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2395 | 2026-06-16T22:39:16.833Z | Created new build target 'test' and set it as active |
| 2396 | 2026-06-16T22:39:16.836Z | |
| 2397 | 2026-06-16T22:39:16.836Z | real 1:40.908305550 |
| 2398 | 2026-06-16T22:39:16.836Z | user 16:38.038941171 |
| 2399 | 2026-06-16T22:39:16.836Z | sys 2:39.220401222 |
| 2400 | 2026-06-16T22:39:16.837Z | trap 0.473358768 |
| 2401 | 2026-06-16T22:39:16.837Z | tflt 2.859942349 |
| 2402 | 2026-06-16T22:39:16.837Z | dflt 3.894085986 |
| 2403 | 2026-06-16T22:39:16.837Z | kflt 0.035268315 |
| 2404 | 2026-06-16T22:39:16.837Z | lock 52:50.583738959 |
| 2405 | 2026-06-16T22:39:16.837Z | slp 43:00.444800107 |
| 2406 | 2026-06-16T22:39:16.837Z | lat 44.090636651 |
| 2407 | 2026-06-16T22:39:16.837Z | stop 5:11.084509895 |
| 2408 | 2026-06-16T22:39:16.837Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2409 | 2026-06-16T22:39:17.653Z | Finished `release` profile [optimized] target(s) in 0.80s |
| 2410 | 2026-06-16T22:39:17.723Z | Running `target/release/omicron-package -t test package` |
| 2411 | 2026-06-16T22:39:17.777Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2412 | 2026-06-16T22:39:19.122Z | Compiling heck v0.5.0 |
| 2413 | 2026-06-16T22:39:19.122Z | Compiling regress v0.11.1 |
| 2414 | 2026-06-16T22:39:19.125Z | Compiling unsafe-libyaml v0.2.11 |
| 2415 | 2026-06-16T22:39:19.378Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2416 | 2026-06-16T22:39:19.404Z | Compiling unicode-width v0.1.14 |
| 2417 | 2026-06-16T22:39:19.426Z | Compiling atomicwrites v0.4.4 |
| 2418 | 2026-06-16T22:39:19.429Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2419 | 2026-06-16T22:39:19.429Z | Compiling derive-where v1.6.0 |
| 2420 | 2026-06-16T22:39:19.486Z | Compiling bytecount v0.6.9 |
| 2421 | 2026-06-16T22:39:19.489Z | Compiling is-terminal v0.4.17 |
| 2422 | 2026-06-16T22:39:19.489Z | Compiling prettyplease v0.2.37 |
| 2423 | 2026-06-16T22:39:19.490Z | Compiling console v0.15.11 |
| 2424 | 2026-06-16T22:39:19.508Z | Compiling newline-converter v0.3.0 |
| 2425 | 2026-06-16T22:39:19.511Z | Compiling hybrid-array v0.4.10 |
| 2426 | 2026-06-16T22:39:19.593Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-06-16T22:39:19.642Z | Compiling cancel-safe-futures v0.1.5 |
| 2428 | 2026-06-16T22:39:19.667Z | Compiling owo-colors v4.3.0 |
| 2429 | 2026-06-16T22:39:19.670Z | Compiling resolv-conf v0.7.6 |
| 2430 | 2026-06-16T22:39:19.709Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2431 | 2026-06-16T22:39:19.729Z | Compiling num-rational v0.4.2 |
| 2432 | 2026-06-16T22:39:19.749Z | Compiling libsw-core v0.3.2 |
| 2433 | 2026-06-16T22:39:19.844Z | Compiling serde_yaml v0.9.34+deprecated |
| 2434 | 2026-06-16T22:39:19.889Z | Compiling num-complex v0.4.6 |
| 2435 | 2026-06-16T22:39:19.932Z | Compiling expectorate v1.2.0 |
| 2436 | 2026-06-16T22:39:19.970Z | Compiling thread_local v1.1.9 |
| 2437 | 2026-06-16T22:39:20.018Z | Compiling crypto-common v0.2.2 |
| 2438 | 2026-06-16T22:39:20.043Z | Compiling block-buffer v0.12.1 |
| 2439 | 2026-06-16T22:39:20.071Z | Compiling compression-core v0.4.31 |
| 2440 | 2026-06-16T22:39:20.169Z | Compiling const-oid v0.10.2 |
| 2441 | 2026-06-16T22:39:20.227Z | Compiling match_cfg v0.1.0 |
| 2442 | 2026-06-16T22:39:20.227Z | Compiling compression-codecs v0.4.37 |
| 2443 | 2026-06-16T22:39:20.329Z | Compiling hostname v0.3.1 |
| 2444 | 2026-06-16T22:39:20.354Z | Compiling num v0.4.3 |
| 2445 | 2026-06-16T22:39:20.412Z | Compiling libsw v3.5.0 |
| 2446 | 2026-06-16T22:39:20.464Z | Compiling multer v3.1.0 |
| 2447 | 2026-06-16T22:39:20.492Z | Compiling slog-async v2.8.0 |
| 2448 | 2026-06-16T22:39:20.514Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2449 | 2026-06-16T22:39:20.534Z | Compiling crossbeam-channel v0.5.15 |
| 2450 | 2026-06-16T22:39:20.559Z | Compiling slog-json v2.6.1 |
| 2451 | 2026-06-16T22:39:20.627Z | Compiling digest v0.11.3 |
| 2452 | 2026-06-16T22:39:20.700Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2453 | 2026-06-16T22:39:20.722Z | Compiling serde_spanned v1.1.1 |
| 2454 | 2026-06-16T22:39:20.750Z | Compiling linked-hash-map v0.5.6 |
| 2455 | 2026-06-16T22:39:20.772Z | Compiling linear-map v1.2.0 |
| 2456 | 2026-06-16T22:39:20.775Z | Compiling cpufeatures v0.3.0 |
| 2457 | 2026-06-16T22:39:20.816Z | Compiling term v1.2.1 |
| 2458 | 2026-06-16T22:39:20.836Z | Compiling float-ord v0.3.2 |
| 2459 | 2026-06-16T22:39:20.858Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-06-16T22:39:20.862Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2461 | 2026-06-16T22:39:20.902Z | Compiling typify-impl v0.6.2 |
| 2462 | 2026-06-16T22:39:20.908Z | Compiling sha1 v0.11.0 |
| 2463 | 2026-06-16T22:39:20.978Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2464 | 2026-06-16T22:39:21.003Z | Compiling lru-cache v0.1.2 |
| 2465 | 2026-06-16T22:39:21.044Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2466 | 2026-06-16T22:39:21.048Z | Compiling slog-bunyan v2.5.0 |
| 2467 | 2026-06-16T22:39:21.182Z | Compiling slog-term v2.9.2 |
| 2468 | 2026-06-16T22:39:21.185Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2469 | 2026-06-16T22:39:21.226Z | Compiling async-compression v0.4.41 |
| 2470 | 2026-06-16T22:39:21.268Z | Compiling async-stream v0.3.6 |
| 2471 | 2026-06-16T22:39:21.344Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2472 | 2026-06-16T22:39:21.422Z | Compiling dropshot v0.17.1 |
| 2473 | 2026-06-16T22:39:21.444Z | Compiling progenitor-client v0.14.0 |
| 2474 | 2026-06-16T22:39:21.474Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2475 | 2026-06-16T22:39:21.495Z | Compiling waitgroup v0.1.2 |
| 2476 | 2026-06-16T22:39:21.520Z | Compiling rustls-pemfile v2.2.0 |
| 2477 | 2026-06-16T22:39:21.524Z | Compiling backon v1.6.0 |
| 2478 | 2026-06-16T22:39:21.564Z | Compiling hostname v0.4.2 |
| 2479 | 2026-06-16T22:39:21.672Z | Compiling serde_path_to_error v0.1.20 |
| 2480 | 2026-06-16T22:39:21.691Z | Compiling instant v0.1.13 |
| 2481 | 2026-06-16T22:39:21.721Z | Compiling minimal-lexical v0.2.1 |
| 2482 | 2026-06-16T22:39:21.743Z | Compiling debug-ignore v1.0.5 |
| 2483 | 2026-06-16T22:39:21.747Z | Compiling progenitor-extras v0.2.0 |
| 2484 | 2026-06-16T22:39:21.789Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2485 | 2026-06-16T22:39:21.792Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2486 | 2026-06-16T22:39:21.834Z | Compiling backoff v0.4.0 |
| 2487 | 2026-06-16T22:39:21.883Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2488 | 2026-06-16T22:39:22.041Z | Compiling nom v7.1.3 |
| 2489 | 2026-06-16T22:39:22.063Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2490 | 2026-06-16T22:39:22.086Z | Compiling parse-display v0.10.0 |
| 2491 | 2026-06-16T22:39:22.108Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2492 | 2026-06-16T22:39:22.285Z | Compiling hickory-proto v0.24.4 |
| 2493 | 2026-06-16T22:39:22.382Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2494 | 2026-06-16T22:39:22.406Z | Compiling regress v0.10.5 |
| 2495 | 2026-06-16T22:39:22.996Z | Compiling macaddr v1.0.1 |
| 2496 | 2026-06-16T22:39:23.222Z | Compiling unicode-xid v0.2.6 |
| 2497 | 2026-06-16T22:39:23.241Z | Compiling humantime v2.3.0 |
| 2498 | 2026-06-16T22:39:23.382Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2499 | 2026-06-16T22:39:23.495Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2500 | 2026-06-16T22:39:23.536Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2501 | 2026-06-16T22:39:23.557Z | Compiling convert_case v0.10.0 |
| 2502 | 2026-06-16T22:39:23.824Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2503 | 2026-06-16T22:39:23.856Z | Compiling derive_more-impl v2.1.1 |
| 2504 | 2026-06-16T22:39:23.910Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2505 | 2026-06-16T22:39:24.138Z | Compiling toml v0.8.23 |
| 2506 | 2026-06-16T22:39:24.250Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2507 | 2026-06-16T22:39:24.415Z | Compiling papergrid v0.11.0 |
| 2508 | 2026-06-16T22:39:24.476Z | Compiling typify-macro v0.6.2 |
| 2509 | 2026-06-16T22:39:24.506Z | Compiling tabled_derive v0.7.0 |
| 2510 | 2026-06-16T22:39:24.639Z | Compiling derive_more v2.1.1 |
| 2511 | 2026-06-16T22:39:24.733Z | Compiling termtree v0.5.1 |
| 2512 | 2026-06-16T22:39:24.779Z | Compiling hickory-resolver v0.24.4 |
| 2513 | 2026-06-16T22:39:24.893Z | Compiling crossterm v0.29.0 |
| 2514 | 2026-06-16T22:39:24.964Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2515 | 2026-06-16T22:39:25.451Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2516 | 2026-06-16T22:39:25.670Z | Compiling tabled v0.15.0 |
| 2517 | 2026-06-16T22:39:26.085Z | Compiling typify v0.6.2 |
| 2518 | 2026-06-16T22:39:26.226Z | Compiling progenitor-impl v0.14.0 |
| 2519 | 2026-06-16T22:39:26.855Z | Compiling qorb v0.4.1 |
| 2520 | 2026-06-16T22:39:26.906Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2521 | 2026-06-16T22:39:27.947Z | Compiling phf_shared v0.12.1 |
| 2522 | 2026-06-16T22:39:28.194Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2523 | 2026-06-16T22:39:28.390Z | Compiling progenitor-macro v0.14.0 |
| 2524 | 2026-06-16T22:39:28.719Z | Compiling csv-core v0.1.13 |
| 2525 | 2026-06-16T22:39:29.289Z | Compiling vte v0.14.1 |
| 2526 | 2026-06-16T22:39:29.570Z | Compiling highway v1.3.0 |
| 2527 | 2026-06-16T22:39:29.743Z | Compiling chrono-tz v0.10.4 |
| 2528 | 2026-06-16T22:39:29.993Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2529 | 2026-06-16T22:39:30.259Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2530 | 2026-06-16T22:39:30.327Z | Compiling strip-ansi-escapes v0.2.1 |
| 2531 | 2026-06-16T22:39:30.349Z | Compiling csv v1.4.0 |
| 2532 | 2026-06-16T22:39:30.390Z | Compiling phf v0.12.1 |
| 2533 | 2026-06-16T22:39:30.527Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2534 | 2026-06-16T22:39:30.591Z | Compiling const_format_proc_macros v0.2.34 |
| 2535 | 2026-06-16T22:39:30.892Z | Compiling fd-lock v4.0.4 |
| 2536 | 2026-06-16T22:39:31.064Z | Compiling peg-macros v0.8.5 |
| 2537 | 2026-06-16T22:39:31.327Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2538 | 2026-06-16T22:39:31.383Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2539 | 2026-06-16T22:39:32.166Z | Compiling nu-ansi-term v0.50.3 |
| 2540 | 2026-06-16T22:39:32.326Z | Compiling peg v0.8.5 |
| 2541 | 2026-06-16T22:39:32.448Z | Compiling reedline v0.40.0 |
| 2542 | 2026-06-16T22:39:32.532Z | Compiling progenitor v0.14.0 |
| 2543 | 2026-06-16T22:39:32.610Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2544 | 2026-06-16T22:39:32.700Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2545 | 2026-06-16T22:39:32.745Z | Compiling const_format v0.2.35 |
| 2546 | 2026-06-16T22:39:33.027Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2547 | 2026-06-16T22:39:33.256Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2548 | 2026-06-16T22:39:33.634Z | Compiling bcs v0.1.6 |
| 2549 | 2026-06-16T22:39:34.196Z | Compiling nom v8.0.0 |
| 2550 | 2026-06-16T22:39:34.202Z | Compiling semver v0.1.20 |
| 2551 | 2026-06-16T22:39:34.402Z | Compiling rustc_version v0.1.7 |
| 2552 | 2026-06-16T22:39:34.656Z | Compiling newtype_derive v0.1.6 |
| 2553 | 2026-06-16T22:39:34.885Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2554 | 2026-06-16T22:39:35.138Z | Compiling smawk v0.3.2 |
| 2555 | 2026-06-16T22:39:35.216Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2556 | 2026-06-16T22:39:35.362Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2557 | 2026-06-16T22:39:35.386Z | Compiling unicode-linebreak v0.1.5 |
| 2558 | 2026-06-16T22:39:35.523Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2559 | 2026-06-16T22:39:35.646Z | Compiling textwrap v0.16.2 |
| 2560 | 2026-06-16T22:39:35.668Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2561 | 2026-06-16T22:39:35.716Z | Compiling steno v0.4.1 |
| 2562 | 2026-06-16T22:39:36.113Z | Compiling dropshot-api-manager-types v0.7.2 |
| 2563 | 2026-06-16T22:39:36.140Z | Compiling base64 v0.21.7 |
| 2564 | 2026-06-16T22:39:36.339Z | Compiling tagptr v0.2.0 |
| 2565 | 2026-06-16T22:39:36.538Z | Compiling moka v0.12.13 |
| 2566 | 2026-06-16T22:39:36.669Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2567 | 2026-06-16T22:39:36.734Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2568 | 2026-06-16T22:39:36.875Z | Compiling utf-8 v0.7.6 |
| 2569 | 2026-06-16T22:39:36.993Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2570 | 2026-06-16T22:39:37.125Z | Compiling tungstenite v0.21.0 |
| 2571 | 2026-06-16T22:39:37.174Z | Compiling radium v0.7.0 |
| 2572 | 2026-06-16T22:39:37.293Z | Compiling display-error-chain v0.2.2 |
| 2573 | 2026-06-16T22:39:37.527Z | Compiling tap v1.0.1 |
| 2574 | 2026-06-16T22:39:37.668Z | Compiling hickory-resolver v0.25.2 |
| 2575 | 2026-06-16T22:39:37.688Z | Compiling maybe-uninit v2.0.0 |
| 2576 | 2026-06-16T22:39:37.780Z | Compiling wyz v0.5.1 |
| 2577 | 2026-06-16T22:39:37.984Z | Compiling tokio-tungstenite v0.21.0 |
| 2578 | 2026-06-16T22:39:38.311Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2579 | 2026-06-16T22:39:38.341Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2580 | 2026-06-16T22:39:38.391Z | Compiling zerocopy-derive v0.6.6 |
| 2581 | 2026-06-16T22:39:39.145Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2582 | 2026-06-16T22:39:39.179Z | Compiling packed_struct v0.10.1 |
| 2583 | 2026-06-16T22:39:39.317Z | Compiling crc-catalog v2.4.0 |
| 2584 | 2026-06-16T22:39:39.446Z | Compiling funty v2.0.0 |
| 2585 | 2026-06-16T22:39:39.505Z | Compiling crc v3.4.0 |
| 2586 | 2026-06-16T22:39:39.733Z | Compiling zerocopy v0.6.6 |
| 2587 | 2026-06-16T22:39:40.124Z | Compiling bitvec v1.0.1 |
| 2588 | 2026-06-16T22:39:40.524Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2589 | 2026-06-16T22:39:40.766Z | Compiling packed_struct_codegen v0.10.1 |
| 2590 | 2026-06-16T22:39:41.238Z | Compiling bitfield-macros v0.19.4 |
| 2591 | 2026-06-16T22:39:41.515Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2592 | 2026-06-16T22:39:41.803Z | Compiling indexmap v1.9.3 |
| 2593 | 2026-06-16T22:39:41.953Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2594 | 2026-06-16T22:39:41.976Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2595 | 2026-06-16T22:39:42.008Z | Compiling nodrop v0.1.14 |
| 2596 | 2026-06-16T22:39:42.074Z | Compiling bitfield v0.19.4 |
| 2597 | 2026-06-16T22:39:42.096Z | Compiling proc-macro-error2 v2.0.1 |
| 2598 | 2026-06-16T22:39:42.133Z | Compiling array-init v0.0.4 |
| 2599 | 2026-06-16T22:39:42.419Z | Compiling smallvec v0.6.14 |
| 2600 | 2026-06-16T22:39:42.682Z | Compiling num-derive v0.3.3 |
| 2601 | 2026-06-16T22:39:42.705Z | Compiling vergen-lib v0.1.6 |
| 2602 | 2026-06-16T22:39:42.794Z | Compiling dirs-sys-next v0.1.2 |
| 2603 | 2026-06-16T22:39:42.925Z | Compiling crunchy v0.2.4 |
| 2604 | 2026-06-16T22:39:43.071Z | Compiling maplit v1.0.2 |
| 2605 | 2026-06-16T22:39:43.212Z | Compiling glob v0.3.3 |
| 2606 | 2026-06-16T22:39:43.247Z | Compiling hashbrown v0.12.3 |
| 2607 | 2026-06-16T22:39:43.270Z | Compiling diesel_derives v2.3.7 |
| 2608 | 2026-06-16T22:39:43.569Z | Compiling dirs-next v2.0.0 |
| 2609 | 2026-06-16T22:39:43.590Z | Compiling libscf-sys v1.1.0 |
| 2610 | 2026-06-16T22:39:43.594Z | Compiling clang-sys v1.8.1 |
| 2611 | 2026-06-16T22:39:43.749Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2612 | 2026-06-16T22:39:43.854Z | Compiling serde-hex v0.1.0 |
| 2613 | 2026-06-16T22:39:43.874Z | Compiling tabled_derive v0.11.0 |
| 2614 | 2026-06-16T22:39:43.895Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2615 | 2026-06-16T22:39:43.949Z | Compiling ron v0.8.1 |
| 2616 | 2026-06-16T22:39:43.980Z | Compiling papergrid v0.17.0 |
| 2617 | 2026-06-16T22:39:44.150Z | Compiling testing_table v0.3.0 |
| 2618 | 2026-06-16T22:39:44.222Z | Compiling hashbrown v0.13.2 |
| 2619 | 2026-06-16T22:39:44.307Z | Compiling dsl_auto_type v0.2.0 |
| 2620 | 2026-06-16T22:39:44.353Z | Compiling scheduled-thread-pool v0.2.7 |
| 2621 | 2026-06-16T22:39:44.586Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-06-16T22:39:44.826Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2623 | 2026-06-16T22:39:44.846Z | Compiling tiny-keccak v2.0.2 |
| 2624 | 2026-06-16T22:39:44.876Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-06-16T22:39:44.981Z | Compiling object v0.30.4 |
| 2626 | 2026-06-16T22:39:45.009Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2627 | 2026-06-16T22:39:45.109Z | Compiling r2d2 v0.8.10 |
| 2628 | 2026-06-16T22:39:45.308Z | Compiling tabled v0.20.0 |
| 2629 | 2026-06-16T22:39:45.715Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2630 | 2026-06-16T22:39:45.809Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2631 | 2026-06-16T22:39:46.003Z | Compiling term v0.7.0 |
| 2632 | 2026-06-16T22:39:46.506Z | Compiling progenitor-impl v0.13.0 |
| 2633 | 2026-06-16T22:39:46.527Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2634 | 2026-06-16T22:39:46.549Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2635 | 2026-06-16T22:39:46.785Z | Compiling bit-vec v0.6.3 |
| 2636 | 2026-06-16T22:39:47.044Z | Compiling downcast-rs v2.0.2 |
| 2637 | 2026-06-16T22:39:47.083Z | Compiling path-slash v0.1.5 |
| 2638 | 2026-06-16T22:39:47.180Z | Compiling xshell-macros v0.2.7 |
| 2639 | 2026-06-16T22:39:47.292Z | Compiling bit-set v0.5.3 |
| 2640 | 2026-06-16T22:39:47.549Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2641 | 2026-06-16T22:39:47.597Z | Compiling xshell v0.2.7 |
| 2642 | 2026-06-16T22:39:47.911Z | Compiling ascii-canvas v3.0.0 |
| 2643 | 2026-06-16T22:39:48.182Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2644 | 2026-06-16T22:39:48.506Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2645 | 2026-06-16T22:39:48.683Z | Compiling progenitor-macro v0.13.0 |
| 2646 | 2026-06-16T22:39:49.671Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2647 | 2026-06-16T22:39:49.727Z | Compiling diesel v2.3.7 |
| 2648 | 2026-06-16T22:39:49.825Z | Compiling progenitor-client v0.13.0 |
| 2649 | 2026-06-16T22:39:50.150Z | Compiling itertools v0.10.5 |
| 2650 | 2026-06-16T22:39:50.388Z | Compiling ena v0.14.4 |
| 2651 | 2026-06-16T22:39:50.633Z | Compiling libloading v0.8.9 |
| 2652 | 2026-06-16T22:39:50.872Z | Compiling bindgen v0.71.1 |
| 2653 | 2026-06-16T22:39:51.160Z | Compiling unicase v2.9.0 |
| 2654 | 2026-06-16T22:39:51.269Z | Compiling regex-syntax v0.6.29 |
| 2655 | 2026-06-16T22:39:51.473Z | Compiling diff v0.1.13 |
| 2656 | 2026-06-16T22:39:51.744Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2657 | 2026-06-16T22:39:52.288Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2658 | 2026-06-16T22:39:52.786Z | Compiling progenitor v0.13.0 |
| 2659 | 2026-06-16T22:39:52.837Z | Compiling lalrpop v0.19.12 |
| 2660 | 2026-06-16T22:39:52.968Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2661 | 2026-06-16T22:39:52.992Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2662 | 2026-06-16T22:39:53.125Z | Compiling cexpr v0.6.0 |
| 2663 | 2026-06-16T22:39:53.258Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2664 | 2026-06-16T22:39:53.487Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2665 | 2026-06-16T22:39:53.594Z | Compiling crc8 v0.1.1 |
| 2666 | 2026-06-16T22:39:53.680Z | Compiling rustc-hash v2.1.1 |
| 2667 | 2026-06-16T22:39:53.790Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2668 | 2026-06-16T22:39:53.866Z | Compiling headers-core v0.3.0 |
| 2669 | 2026-06-16T22:39:54.033Z | Compiling libxml v0.3.3 |
| 2670 | 2026-06-16T22:39:54.085Z | Compiling headers v0.4.1 |
| 2671 | 2026-06-16T22:39:54.348Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2672 | 2026-06-16T22:39:54.368Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2673 | 2026-06-16T22:39:54.397Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2674 | 2026-06-16T22:39:54.504Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2675 | 2026-06-16T22:39:54.536Z | Compiling strum_macros v0.24.3 |
| 2676 | 2026-06-16T22:39:54.622Z | Compiling git-stub v1.0.0 |
| 2677 | 2026-06-16T22:39:54.670Z | Compiling indoc v1.0.9 |
| 2678 | 2026-06-16T22:39:54.900Z | Compiling git-stub-vcs v0.1.0 |
| 2679 | 2026-06-16T22:39:55.105Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2680 | 2026-06-16T22:39:55.260Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2681 | 2026-06-16T22:39:55.495Z | Compiling derive_builder v0.20.2 |
| 2682 | 2026-06-16T22:39:55.547Z | Compiling quick-xml v0.37.5 |
| 2683 | 2026-06-16T22:39:55.675Z | Compiling oso-derive v0.27.3 |
| 2684 | 2026-06-16T22:39:55.767Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2685 | 2026-06-16T22:39:55.801Z | Compiling openssl-probe v0.1.6 |
| 2686 | 2026-06-16T22:39:56.142Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2687 | 2026-06-16T22:39:56.200Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2688 | 2026-06-16T22:39:56.861Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2689 | 2026-06-16T22:39:56.916Z | Compiling half v1.8.3 |
| 2690 | 2026-06-16T22:39:57.048Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2691 | 2026-06-16T22:39:57.265Z | Compiling serde_cbor v0.11.2 |
| 2692 | 2026-06-16T22:39:57.362Z | Compiling bb8 v0.8.6 |
| 2693 | 2026-06-16T22:39:57.738Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-06-16T22:39:58.107Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2695 | 2026-06-16T22:39:58.293Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2696 | 2026-06-16T22:39:58.337Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2697 | 2026-06-16T22:39:58.362Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2698 | 2026-06-16T22:39:58.492Z | Compiling samael v0.0.19 |
| 2699 | 2026-06-16T22:39:58.694Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2700 | 2026-06-16T22:39:58.868Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2701 | 2026-06-16T22:39:58.951Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2702 | 2026-06-16T22:39:58.980Z | Compiling fxhash v0.2.1 |
| 2703 | 2026-06-16T22:39:59.138Z | Compiling libz-sys v1.1.24 |
| 2704 | 2026-06-16T22:39:59.157Z | Compiling salty v0.3.0 |
| 2705 | 2026-06-16T22:39:59.444Z | Compiling nonempty v0.12.0 |
| 2706 | 2026-06-16T22:39:59.697Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2707 | 2026-06-16T22:39:59.984Z | Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2708 | 2026-06-16T22:40:00.268Z | Compiling polar-core v0.27.3 |
| 2709 | 2026-06-16T22:40:00.411Z | Compiling kstat-rs v0.2.4 |
| 2710 | 2026-06-16T22:40:00.501Z | Compiling arc-swap v1.8.2 |
| 2711 | 2026-06-16T22:40:00.554Z | Compiling fs-err v2.11.0 |
| 2712 | 2026-06-16T22:40:00.916Z | Compiling slog-scope v4.4.1 |
| 2713 | 2026-06-16T22:40:01.033Z | Compiling mime_guess v2.0.5 |
| 2714 | 2026-06-16T22:40:01.056Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-06-16T22:40:01.059Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2716 | 2026-06-16T22:40:01.422Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2717 | 2026-06-16T22:40:01.566Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2718 | 2026-06-16T22:40:01.888Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2719 | 2026-06-16T22:40:02.074Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2720 | 2026-06-16T22:40:02.416Z | Compiling nanorand v0.7.0 |
| 2721 | 2026-06-16T22:40:02.786Z | Compiling darling_core v0.23.0 |
| 2722 | 2026-06-16T22:40:02.873Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2723 | 2026-06-16T22:40:03.184Z | Compiling parking_lot_core v0.8.6 |
| 2724 | 2026-06-16T22:40:03.488Z | Compiling flume v0.11.1 |
| 2725 | 2026-06-16T22:40:03.918Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2726 | 2026-06-16T22:40:04.283Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2727 | 2026-06-16T22:40:04.454Z | Compiling slog-stdlog v4.1.1 |
| 2728 | 2026-06-16T22:40:04.940Z | Compiling darling_macro v0.23.0 |
| 2729 | 2026-06-16T22:40:05.067Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2730 | 2026-06-16T22:40:05.106Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2731 | 2026-06-16T22:40:05.149Z | Compiling primeorder v0.13.6 |
| 2732 | 2026-06-16T22:40:05.392Z | Compiling atty v0.2.14 |
| 2733 | 2026-06-16T22:40:05.481Z | Compiling parse-size v1.1.0 |
| 2734 | 2026-06-16T22:40:05.485Z | Compiling strsim v0.10.0 |
| 2735 | 2026-06-16T22:40:05.555Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2736 | 2026-06-16T22:40:05.714Z | Compiling instability v0.3.11 |
| 2737 | 2026-06-16T22:40:05.795Z | Compiling http-range v0.1.5 |
| 2738 | 2026-06-16T22:40:05.859Z | Compiling darling_core v0.13.4 |
| 2739 | 2026-06-16T22:40:05.981Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2740 | 2026-06-16T22:40:06.147Z | Compiling darling v0.23.0 |
| 2741 | 2026-06-16T22:40:06.263Z | Compiling p384 v0.13.1 |
| 2742 | 2026-06-16T22:40:06.308Z | Compiling slog-envlogger v2.2.0 |
| 2743 | 2026-06-16T22:40:07.539Z | Compiling diesel-dtrace v0.5.0 |
| 2744 | 2026-06-16T22:40:07.900Z | Compiling async-bb8-diesel v0.2.1 |
| 2745 | 2026-06-16T22:40:09.130Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2746 | 2026-06-16T22:40:09.793Z | Compiling oso v0.27.3 |
| 2747 | 2026-06-16T22:40:10.376Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2748 | 2026-06-16T22:40:11.174Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2749 | 2026-06-16T22:40:11.401Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d75dc35f3e5d5c835839c8554b1e54376e895717#d75dc35f) |
| 2750 | 2026-06-16T22:40:12.602Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2751 | 2026-06-16T22:40:13.375Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2752 | 2026-06-16T22:40:13.619Z | Compiling ignore v0.4.25 |
| 2753 | 2026-06-16T22:40:13.692Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-06-16T22:40:14.766Z | Compiling vergen-git2 v9.1.0 |
| 2755 | 2026-06-16T22:40:15.003Z | Compiling castaway v0.2.4 |
| 2756 | 2026-06-16T22:40:15.143Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2757 | 2026-06-16T22:40:15.177Z | Compiling indoc v2.0.7 |
| 2758 | 2026-06-16T22:40:15.258Z | Compiling compact_str v0.8.1 |
| 2759 | 2026-06-16T22:40:15.501Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2760 | 2026-06-16T22:40:16.302Z | Compiling globwalk v0.9.1 |
| 2761 | 2026-06-16T22:40:16.343Z | Compiling parking_lot v0.11.2 |
| 2762 | 2026-06-16T22:40:16.401Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2763 | 2026-06-16T22:40:16.904Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2764 | 2026-06-16T22:40:16.995Z | Compiling hyper-staticfile v0.10.1 |
| 2765 | 2026-06-16T22:40:17.054Z | Compiling darling_macro v0.13.4 |
| 2766 | 2026-06-16T22:40:17.274Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2767 | 2026-06-16T22:40:17.669Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2768 | 2026-06-16T22:40:17.879Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2769 | 2026-06-16T22:40:17.944Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2770 | 2026-06-16T22:40:18.158Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2771 | 2026-06-16T22:40:18.215Z | Compiling predicates-tree v1.0.13 |
| 2772 | 2026-06-16T22:40:18.366Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2773 | 2026-06-16T22:40:18.463Z | Compiling unicode-truncate v1.1.0 |
| 2774 | 2026-06-16T22:40:18.531Z | Compiling lru v0.12.5 |
| 2775 | 2026-06-16T22:40:18.591Z | Compiling prefix-trie v0.7.0 |
| 2776 | 2026-06-16T22:40:18.638Z | Compiling rand_seeder v0.4.0 |
| 2777 | 2026-06-16T22:40:18.668Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2778 | 2026-06-16T22:40:18.689Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=96424dca1286ff7a93511c7869ffa1554b66c569#96424dca) |
| 2779 | 2026-06-16T22:40:18.764Z | Compiling cassowary v0.3.0 |
| 2780 | 2026-06-16T22:40:18.896Z | Compiling corncobs v0.1.4 |
| 2781 | 2026-06-16T22:40:18.937Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2782 | 2026-06-16T22:40:19.077Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2783 | 2026-06-16T22:40:19.132Z | Compiling ratatui v0.29.0 |
| 2784 | 2026-06-16T22:40:19.152Z | Compiling hickory-server v0.25.2 |
| 2785 | 2026-06-16T22:40:19.242Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2786 | 2026-06-16T22:40:19.487Z | Compiling camino-tempfile-ext v0.3.3 |
| 2787 | 2026-06-16T22:40:19.779Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2788 | 2026-06-16T22:40:19.842Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-06-16T22:40:20.078Z | Compiling darling v0.13.4 |
| 2790 | 2026-06-16T22:40:20.194Z | Compiling sled v0.34.7 |
| 2791 | 2026-06-16T22:40:20.345Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2792 | 2026-06-16T22:40:21.178Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2793 | 2026-06-16T22:40:21.662Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2794 | 2026-06-16T22:40:22.404Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2795 | 2026-06-16T22:40:22.693Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2796 | 2026-06-16T22:40:22.942Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2797 | 2026-06-16T22:40:23.171Z | Compiling secrecy v0.8.0 |
| 2798 | 2026-06-16T22:40:23.375Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2799 | 2026-06-16T22:40:23.706Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2800 | 2026-06-16T22:40:24.295Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2026-06-16T22:40:24.624Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2802 | 2026-06-16T22:40:24.913Z | Compiling serde_with_macros v1.5.2 |
| 2803 | 2026-06-16T22:40:25.521Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2804 | 2026-06-16T22:40:25.956Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2805 | 2026-06-16T22:40:26.248Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2806 | 2026-06-16T22:40:27.344Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2807 | 2026-06-16T22:40:27.392Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2808 | 2026-06-16T22:40:27.582Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2809 | 2026-06-16T22:40:27.630Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2810 | 2026-06-16T22:40:27.862Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2811 | 2026-06-16T22:40:28.002Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2812 | 2026-06-16T22:40:28.109Z | Compiling void v1.0.2 |
| 2813 | 2026-06-16T22:40:28.324Z | Compiling lzss v0.8.2 |
| 2814 | 2026-06-16T22:40:28.789Z | Compiling illumos-nvpair v0.3.0 |
| 2815 | 2026-06-16T22:40:28.831Z | Compiling serde_with v1.14.0 |
| 2816 | 2026-06-16T22:40:29.171Z | Compiling git2 v0.20.4 |
| 2817 | 2026-06-16T22:40:29.297Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2818 | 2026-06-16T22:40:29.792Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2819 | 2026-06-16T22:40:29.832Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2820 | 2026-06-16T22:40:30.014Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2821 | 2026-06-16T22:40:32.270Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2822 | 2026-06-16T22:40:32.568Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2823 | 2026-06-16T22:40:32.830Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2824 | 2026-06-16T22:40:33.574Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2825 | 2026-06-16T22:40:33.820Z | Compiling tungstenite v0.23.0 |
| 2826 | 2026-06-16T22:40:33.916Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2827 | 2026-06-16T22:40:35.075Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2828 | 2026-06-16T22:40:35.328Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2829 | 2026-06-16T22:40:35.350Z | Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2830 | 2026-06-16T22:40:35.558Z | Compiling nix v0.27.1 |
| 2831 | 2026-06-16T22:40:36.049Z | Compiling twox-hash v2.1.2 |
| 2832 | 2026-06-16T22:40:36.180Z | Compiling serde_bytes v0.11.19 |
| 2833 | 2026-06-16T22:40:36.484Z | Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2834 | 2026-06-16T22:40:36.508Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2835 | 2026-06-16T22:40:36.613Z | Compiling tokio-tungstenite v0.23.1 |
| 2836 | 2026-06-16T22:40:36.676Z | Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2837 | 2026-06-16T22:40:36.761Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2838 | 2026-06-16T22:40:36.972Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2839 | 2026-06-16T22:40:37.468Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2840 | 2026-06-16T22:40:38.835Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2841 | 2026-06-16T22:40:39.482Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2842 | 2026-06-16T22:40:40.714Z | Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2843 | 2026-06-16T22:40:41.145Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2844 | 2026-06-16T22:40:41.191Z | Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2845 | 2026-06-16T22:40:41.233Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2846 | 2026-06-16T22:40:41.651Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2847 | 2026-06-16T22:40:41.837Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2848 | 2026-06-16T22:40:41.894Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2849 | 2026-06-16T22:40:41.996Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2850 | 2026-06-16T22:40:42.273Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2851 | 2026-06-16T22:40:43.219Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2852 | 2026-06-16T22:40:43.703Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2853 | 2026-06-16T22:40:45.570Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2854 | 2026-06-16T22:40:45.703Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2855 | 2026-06-16T22:40:46.492Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2856 | 2026-06-16T22:40:47.574Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-06-16T22:40:48.455Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2858 | 2026-06-16T22:40:48.936Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a1f21c06f1a8568bef35f399f9603d7ed714f763#a1f21c06) |
| 2859 | 2026-06-16T22:40:49.020Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2860 | 2026-06-16T22:40:49.189Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2861 | 2026-06-16T22:40:49.262Z | Compiling signal-hook-tokio v0.3.1 |
| 2862 | 2026-06-16T22:40:49.463Z | Compiling fatfs v0.3.6 |
| 2863 | 2026-06-16T22:40:49.743Z | Compiling yasna v0.5.2 |
| 2864 | 2026-06-16T22:40:49.977Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2865 | 2026-06-16T22:40:50.119Z | Compiling seq-macro v0.3.6 |
| 2866 | 2026-06-16T22:40:50.692Z | Compiling assert_matches v1.5.0 |
| 2867 | 2026-06-16T22:40:50.713Z | Compiling is_ci v1.2.0 |
| 2868 | 2026-06-16T22:40:50.806Z | Compiling rcgen v0.12.1 |
| 2869 | 2026-06-16T22:40:50.933Z | Compiling supports-color v3.0.2 |
| 2870 | 2026-06-16T22:40:51.231Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2871 | 2026-06-16T22:40:51.384Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2872 | 2026-06-16T22:40:52.330Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-06-16T22:40:53.870Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2874 | 2026-06-16T22:40:54.143Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2875 | 2026-06-16T22:40:54.216Z | Compiling subprocess v0.2.15 |
| 2876 | 2026-06-16T22:40:54.392Z | Compiling rtoolbox v0.0.3 |
| 2877 | 2026-06-16T22:40:54.476Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2878 | 2026-06-16T22:40:54.668Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2879 | 2026-06-16T22:40:55.332Z | Compiling rpassword v7.4.0 |
| 2880 | 2026-06-16T22:40:56.198Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2881 | 2026-06-16T22:40:56.491Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2882 | 2026-06-16T22:40:56.632Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2883 | 2026-06-16T22:40:57.585Z | Compiling tui-tree-widget v0.23.1 |
| 2884 | 2026-06-16T22:40:57.820Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2885 | 2026-06-16T22:40:57.881Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2886 | 2026-06-16T22:40:58.730Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2887 | 2026-06-16T22:40:58.753Z | Compiling uzers v0.12.2 |
| 2888 | 2026-06-16T22:40:58.958Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2889 | 2026-06-16T22:41:00.007Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2890 | 2026-06-16T22:41:00.225Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2891 | 2026-06-16T22:41:01.947Z | error[E0308]: mismatched types |
| 2892 | 2026-06-16T22:41:01.947Z | --> sled-agent/src/sim/storage.rs:2093:21 |
| 2893 | 2026-06-16T22:41:01.947Z | | |
| 2894 | 2026-06-16T22:41:01.947Z | 2093 | / crucible_client_types::CrucibleOpts { |
| 2895 | 2026-06-16T22:41:01.947Z | 2094 | | id, |
| 2896 | 2026-06-16T22:41:01.947Z | 2095 | | target, |
| 2897 | 2026-06-16T22:41:01.947Z | 2096 | | lossy: _, |
| 2898 | 2026-06-16T22:41:01.947Z | ... | |
| 2899 | 2026-06-16T22:41:01.947Z | 2103 | | read_only, |
| 2900 | 2026-06-16T22:41:01.947Z | 2104 | | }, |
| 2901 | 2026-06-16T22:41:01.947Z | | |_____________________^ expected `propolis_client::CrucibleOpts`, found `crucible_client_types::CrucibleOpts` |
| 2902 | 2026-06-16T22:41:01.947Z | | |
| 2903 | 2026-06-16T22:41:01.947Z | note: there are multiple different versions of crate `crucible_client_types` in the dependency graph |
| 2904 | 2026-06-16T22:41:01.947Z | --> /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/bd9a0e2/crucible-client-types/src/lib.rs:60:1 |
| 2905 | 2026-06-16T22:41:01.948Z | | |
| 2906 | 2026-06-16T22:41:01.948Z | 60 | pub struct CrucibleOpts { |
| 2907 | 2026-06-16T22:41:01.948Z | | ^^^^^^^^^^^^^^^^^^^^^^^ this is the expected type |
| 2908 | 2026-06-16T22:41:01.948Z | | |
| 2909 | 2026-06-16T22:41:01.948Z | ::: /home/build/.cargo/git/checkouts/crucible-0a48bd218bc2bbbc/a1f21c0/crucible-client-types/src/lib.rs:60:1 |
| 2910 | 2026-06-16T22:41:01.948Z | | |
| 2911 | 2026-06-16T22:41:01.948Z | 60 | pub struct CrucibleOpts { |
| 2912 | 2026-06-16T22:41:01.948Z | | ----------------------- this is the found type |
| 2913 | 2026-06-16T22:41:01.948Z | = help: you can use `cargo tree` to explore your dependency tree |
| 2914 | 2026-06-16T22:41:01.948Z | |
| 2915 | 2026-06-16T22:41:02.380Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2916 | 2026-06-16T22:41:04.323Z | Compiling support-bundle-viewer v0.1.2 |
| 2917 | 2026-06-16T22:41:04.705Z | For more information about this error, try `rustc --explain E0308`. |
| 2918 | 2026-06-16T22:41:04.927Z | error: could not compile `omicron-sled-agent` (lib) due to 1 previous error |
| 2919 | 2026-06-16T22:41:04.927Z | warning: build failed, waiting for other jobs to finish... |
| 2920 | 2026-06-16T22:41:31.531Z | Error: Failed to build packages |
| 2921 | 2026-06-16T22:41:31.534Z | |
| 2922 | 2026-06-16T22:41:31.534Z | real 2:14.694139204 |
| 2923 | 2026-06-16T22:41:31.534Z | user 31:40.942823280 |
| 2924 | 2026-06-16T22:41:31.534Z | sys 2:05.592113322 |
| 2925 | 2026-06-16T22:41:31.534Z | trap 1.040944183 |
| 2926 | 2026-06-16T22:41:31.534Z | tflt 2.130903957 |
| 2927 | 2026-06-16T22:41:31.534Z | dflt 1.976304769 |
| 2928 | 2026-06-16T22:41:31.535Z | kflt 0.010016906 |
| 2929 | 2026-06-16T22:41:31.535Z | lock 2:43:49.293866856 |
| 2930 | 2026-06-16T22:41:31.535Z | slp 1:23:34.780160418 |
| 2931 | 2026-06-16T22:41:31.535Z | lat 1:43.183177041 |
| 2932 | 2026-06-16T22:41:31.535Z | stop 4:31.971117317 |
| 2933 | 2026-06-16T22:41:31.537Z | process exited: duration 351830 ms, exit code 1 |
| |
| 2934 | 2026-06-16T22:41:31.545Z | found 0 output files |
| 2935 | 2026-06-16T22:41:31.546Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |