|
|
|
| 1 | 2026-06-11T21:43:26.233Z | job assigned to worker 01KTWA6DDT0H7YST1E8HCCFKZC [factory aws, i-03779bf23e627c843] (queued for 48 s) |
| |
| 2 | 2026-06-11T21:43:33.466Z | starting task 0: "setup" |
| 3 | 2026-06-11T21:43:33.471Z | ++ uname -s |
| 4 | 2026-06-11T21:43:33.475Z | + kern=SunOS |
| 5 | 2026-06-11T21:43:33.475Z | + build_user=build |
| 6 | 2026-06-11T21:43:33.475Z | + build_uid=12345 |
| 7 | 2026-06-11T21:43:33.475Z | + work_dir=/work |
| 8 | 2026-06-11T21:43:33.475Z | + input_dir=/input |
| 9 | 2026-06-11T21:43:33.475Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-11T21:43:33.475Z | + case "$kern" in |
| 11 | 2026-06-11T21:43:33.475Z | + groupadd -g 12345 build |
| 12 | 2026-06-11T21:43:33.478Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-11T21:43:35.480Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-11T21:43:35.629Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-11T21:43:35.632Z | + home_fs=zfs |
| 16 | 2026-06-11T21:43:35.632Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-11T21:43:35.632Z | + mkdir -p /home/build |
| 18 | 2026-06-11T21:43:35.632Z | + chown build:build /home/build /work |
| 19 | 2026-06-11T21:43:36.633Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-11T21:43:36.636Z | process exited: duration 3168 ms, exit code 0 |
| |
| 21 | 2026-06-11T21:43:36.642Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-11T21:43:36.645Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-11T21:43:36.645Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-11T21:43:36.645Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-11T21:43:36.645Z | * rust toolchain profile = "default" |
| 26 | 2026-06-11T21:43:36.645Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-11T21:43:36.645Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-11T21:43:36.649Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-11T21:43:36.649Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-11T21:43:36.749Z | info: downloading installer |
| 31 | 2026-06-11T21:43:38.151Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-11T21:43:38.152Z | warn: /opt/ooce/bin |
| 33 | 2026-06-11T21:43:38.152Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-11T21:43:38.152Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-11T21:43:38.152Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-11T21:43:38.152Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-11T21:43:38.152Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-11T21:43:38.152Z | error: cannot install while Rust is installed |
| 39 | 2026-06-11T21:43:38.152Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-11T21:43:38.152Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-11T21:43:38.152Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-11T21:43:38.152Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-11T21:43:38.152Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-11T21:43:38.165Z | info: profile set to default |
| 45 | 2026-06-11T21:43:38.165Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-11T21:43:38.168Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-11T21:43:38.320Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-11T21:43:38.325Z | info: downloading 6 components |
| 49 | 2026-06-11T21:43:54.148Z | |
| 50 | 2026-06-11T21:43:54.148Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 51 | 2026-06-11T21:43:54.182Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-11T21:43:54.182Z | |
| 53 | 2026-06-11T21:43:54.182Z | |
| 54 | 2026-06-11T21:43:54.182Z | Rust is installed now. Great! |
| 55 | 2026-06-11T21:43:54.182Z | |
| 56 | 2026-06-11T21:43:54.182Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-11T21:43:54.182Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-11T21:43:54.182Z | |
| 59 | 2026-06-11T21:43:54.182Z | To configure your current shell, you need to source |
| 60 | 2026-06-11T21:43:54.182Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-11T21:43:54.182Z | |
| 62 | 2026-06-11T21:43:54.182Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-11T21:43:54.182Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-11T21:43:54.182Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-11T21:43:54.183Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-11T21:43:54.183Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-11T21:43:54.183Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-11T21:43:54.183Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-11T21:43:54.186Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-11T21:43:54.186Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-11T21:43:54.280Z | + rustup --version |
| 72 | 2026-06-11T21:43:54.289Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-11T21:43:54.292Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-11T21:43:54.310Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-11T21:43:54.313Z | + cargo --version |
| 76 | 2026-06-11T21:43:54.325Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-11T21:43:54.329Z | + rustc --version |
| 78 | 2026-06-11T21:43:54.347Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-11T21:43:54.350Z | process exited: duration 17705 ms, exit code 0 |
| |
| 80 | 2026-06-11T21:43:54.355Z | starting task 2: "authentication" |
| 81 | 2026-06-11T21:43:54.372Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-06-11T21:43:54.378Z | starting task 3: "build" |
| 83 | 2026-06-11T21:43:54.381Z | + set -e |
| 84 | 2026-06-11T21:43:54.381Z | + set -o pipefail |
| 85 | 2026-06-11T21:43:54.384Z | + [[ true == true ]] |
| 86 | 2026-06-11T21:43:54.384Z | + WORK=/work |
| 87 | 2026-06-11T21:43:54.384Z | + pfexec pkg install protobuf git |
| 88 | 2026-06-11T21:44:01.423Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 89 | 2026-06-11T21:44:09.247Z | Startup: Caching catalogs ... Done |
| 90 | 2026-06-11T21:44:16.617Z | Planning: Solver setup ... Done |
| 91 | 2026-06-11T21:44:16.657Z | Planning: Running solver ... Done |
| 92 | 2026-06-11T21:44:16.807Z | Planning: Finding local manifests ... Done |
| 93 | 2026-06-11T21:44:16.818Z | Planning: Fetching manifests: 0/1 0% complete |
| 94 | 2026-06-11T21:44:16.858Z | Planning: Fetching manifests: 1/1 100% complete |
| 95 | 2026-06-11T21:44:16.876Z | Planning: Package planning ... Done |
| 96 | 2026-06-11T21:44:16.886Z | Planning: Merging actions ... Done |
| 97 | 2026-06-11T21:44:16.999Z | Planning: Checking for conflicting actions ... Done |
| 98 | 2026-06-11T21:44:17.001Z | Planning: Consolidating action changes ... Done |
| 99 | 2026-06-11T21:44:17.775Z | Planning: Evaluating mediators ... Done |
| 100 | 2026-06-11T21:44:17.778Z | Planning: Planning completed in 8.36 seconds |
| 101 | 2026-06-11T21:44:17.787Z | Packages to install: 1 |
| 102 | 2026-06-11T21:44:17.787Z | Create boot environment: No |
| 103 | 2026-06-11T21:44:17.789Z | Create backup boot environment: No |
| 104 | 2026-06-11T21:44:17.825Z | |
| 105 | 2026-06-11T21:44:17.826Z | Download: 0/1184 items 0.0/15.2MB 0% complete |
| 106 | 2026-06-11T21:44:21.263Z | Download: Completed 15.22 MB in 3.44 seconds (4.4M/s) |
| 107 | 2026-06-11T21:44:21.382Z | Actions: 1/1284 actions (Installing new actions) |
| 108 | 2026-06-11T21:44:21.682Z | Actions: Completed 1284 actions in 0.30 seconds. |
| 109 | 2026-06-11T21:44:22.314Z | Done |
| 110 | 2026-06-11T21:44:22.314Z | Done |
| 111 | 2026-06-11T21:44:22.967Z | Done |
| 112 | 2026-06-11T21:44:25.961Z | Done |
| 113 | 2026-06-11T21:44:26.030Z | Done |
| 114 | 2026-06-11T21:44:26.032Z | Done |
| 115 | 2026-06-11T21:44:26.244Z | Done |
| 116 | 2026-06-11T21:44:26.923Z | + cargo --version |
| 117 | 2026-06-11T21:44:26.934Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 118 | 2026-06-11T21:44:26.937Z | + rustc --version |
| 119 | 2026-06-11T21:44:26.954Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 120 | 2026-06-11T21:44:26.957Z | + banner clone |
| 121 | 2026-06-11T21:44:26.961Z | |
| 122 | 2026-06-11T21:44:26.961Z | #### # #### # # ###### |
| 123 | 2026-06-11T21:44:26.961Z | # # # # # ## # # |
| 124 | 2026-06-11T21:44:26.961Z | # # # # # # # ##### |
| 125 | 2026-06-11T21:44:26.961Z | # # # # # # # # |
| 126 | 2026-06-11T21:44:26.961Z | # # # # # # ## # |
| 127 | 2026-06-11T21:44:26.961Z | #### ###### #### # # ###### |
| 128 | 2026-06-11T21:44:26.961Z | |
| 129 | 2026-06-11T21:44:26.961Z | + mkdir -p /work/ci |
| 130 | 2026-06-11T21:44:26.961Z | + git clone https://github.com/oxidecomputer/testbed /work/ci/testbed |
| 131 | 2026-06-11T21:44:26.988Z | Cloning into '/work/ci/testbed'... |
| 132 | 2026-06-11T21:44:28.109Z | + banner build |
| 133 | 2026-06-11T21:44:28.118Z | |
| 134 | 2026-06-11T21:44:28.118Z | ##### # # # # ##### |
| 135 | 2026-06-11T21:44:28.118Z | # # # # # # # # |
| 136 | 2026-06-11T21:44:28.118Z | ##### # # # # # # |
| 137 | 2026-06-11T21:44:28.118Z | # # # # # # # # |
| 138 | 2026-06-11T21:44:28.118Z | # # # # # # # # |
| 139 | 2026-06-11T21:44:28.119Z | ##### #### # ###### ##### |
| 140 | 2026-06-11T21:44:28.119Z | |
| 141 | 2026-06-11T21:44:28.119Z | + cd /work/ci/testbed |
| 142 | 2026-06-11T21:44:28.119Z | + cargo build -p interop-lab -p wrangler |
| 143 | 2026-06-11T21:44:28.209Z | Updating crates.io index |
| 144 | 2026-06-11T21:44:28.212Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 145 | 2026-06-11T21:44:28.578Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 146 | 2026-06-11T21:44:29.660Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 147 | 2026-06-11T21:44:29.999Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 148 | 2026-06-11T21:44:30.554Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 149 | 2026-06-11T21:44:31.024Z | Updating git repository `https://github.com/oxidecomputer/rats-corim` |
| 150 | 2026-06-11T21:44:31.306Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 151 | 2026-06-11T21:44:31.652Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 152 | 2026-06-11T21:44:32.456Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 153 | 2026-06-11T21:44:32.796Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 154 | 2026-06-11T21:44:33.051Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 155 | 2026-06-11T21:44:33.338Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 156 | 2026-06-11T21:44:33.620Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 157 | 2026-06-11T21:44:37.653Z | Downloading crates ... |
| 158 | 2026-06-11T21:44:37.720Z | Downloaded anstyle-query v1.1.5 |
| 159 | 2026-06-11T21:44:37.726Z | Downloaded colorchoice v1.0.4 |
| 160 | 2026-06-11T21:44:37.731Z | Downloaded anstream v1.0.0 |
| 161 | 2026-06-11T21:44:37.739Z | Downloaded fnv v1.0.7 |
| 162 | 2026-06-11T21:44:37.742Z | Downloaded httpdate v1.0.3 |
| 163 | 2026-06-11T21:44:37.742Z | Downloaded atomic-waker v1.1.2 |
| 164 | 2026-06-11T21:44:37.742Z | Downloaded cfg-if v1.0.4 |
| 165 | 2026-06-11T21:44:37.745Z | Downloaded bitflags v1.3.2 |
| 166 | 2026-06-11T21:44:37.745Z | Downloaded async-stream-impl v0.3.6 |
| 167 | 2026-06-11T21:44:37.748Z | Downloaded jobserver v0.1.34 |
| 168 | 2026-06-11T21:44:37.748Z | Downloaded proc-macro-error-attr v1.0.4 |
| 169 | 2026-06-11T21:44:37.748Z | Downloaded ident_case v1.0.1 |
| 170 | 2026-06-11T21:44:37.750Z | Downloaded cfg_aliases v0.2.1 |
| 171 | 2026-06-11T21:44:37.750Z | Downloaded hyper-timeout v0.5.2 |
| 172 | 2026-06-11T21:44:37.751Z | Downloaded crypto-common v0.1.6 |
| 173 | 2026-06-11T21:44:37.754Z | Downloaded base16ct v1.0.0 |
| 174 | 2026-06-11T21:44:37.754Z | Downloaded arc-swap v1.8.0 |
| 175 | 2026-06-11T21:44:37.757Z | Downloaded litemap v0.8.1 |
| 176 | 2026-06-11T21:44:37.760Z | Downloaded matchit v0.7.3 |
| 177 | 2026-06-11T21:44:37.763Z | Downloaded cpufeatures v0.2.17 |
| 178 | 2026-06-11T21:44:37.763Z | Downloaded lazy_static v1.5.0 |
| 179 | 2026-06-11T21:44:37.765Z | Downloaded icu_locale_core v2.1.1 |
| 180 | 2026-06-11T21:44:37.769Z | Downloaded indicatif v0.18.3 |
| 181 | 2026-06-11T21:44:37.772Z | Downloaded hyper-timeout v0.4.1 |
| 182 | 2026-06-11T21:44:37.775Z | Downloaded icu_provider v2.1.1 |
| 183 | 2026-06-11T21:44:37.775Z | Downloaded block-buffer v0.10.4 |
| 184 | 2026-06-11T21:44:37.778Z | Downloaded mime v0.3.17 |
| 185 | 2026-06-11T21:44:37.781Z | Downloaded crucible-workspace-hack v0.1.0 |
| 186 | 2026-06-11T21:44:37.784Z | Downloaded num-traits v0.2.19 |
| 187 | 2026-06-11T21:44:37.784Z | Downloaded icu_properties v2.1.2 |
| 188 | 2026-06-11T21:44:37.787Z | Downloaded num-conv v0.2.0 |
| 189 | 2026-06-11T21:44:37.790Z | Downloaded linked_hash_set v0.1.6 |
| 190 | 2026-06-11T21:44:37.790Z | Downloaded percent-encoding v2.3.2 |
| 191 | 2026-06-11T21:44:37.794Z | Downloaded lru-slab v0.1.2 |
| 192 | 2026-06-11T21:44:37.797Z | Downloaded log v0.4.29 |
| 193 | 2026-06-11T21:44:37.800Z | Downloaded ipnet v2.11.0 |
| 194 | 2026-06-11T21:44:37.800Z | Downloaded futures-core v0.3.32 |
| 195 | 2026-06-11T21:44:37.800Z | Downloaded clap_lex v1.0.0 |
| 196 | 2026-06-11T21:44:37.802Z | Downloaded foreign-types-shared v0.3.1 |
| 197 | 2026-06-11T21:44:37.802Z | Downloaded foreign-types-shared v0.1.1 |
| 198 | 2026-06-11T21:44:37.802Z | Downloaded futures-task v0.3.32 |
| 199 | 2026-06-11T21:44:37.806Z | Downloaded heck v0.4.1 |
| 200 | 2026-06-11T21:44:37.810Z | Downloaded equivalent v1.0.2 |
| 201 | 2026-06-11T21:44:37.813Z | Downloaded multimap v0.8.3 |
| 202 | 2026-06-11T21:44:37.813Z | Downloaded async-trait v0.1.89 |
| 203 | 2026-06-11T21:44:37.813Z | Downloaded anstyle-parse v1.0.0 |
| 204 | 2026-06-11T21:44:37.817Z | Downloaded anstyle v1.0.13 |
| 205 | 2026-06-11T21:44:37.817Z | Downloaded is_terminal_polyfill v1.70.2 |
| 206 | 2026-06-11T21:44:37.817Z | Downloaded axum-core v0.3.4 |
| 207 | 2026-06-11T21:44:37.820Z | Downloaded hyper-openssl v0.9.2 |
| 208 | 2026-06-11T21:44:37.823Z | Downloaded cmake v0.1.58 |
| 209 | 2026-06-11T21:44:37.823Z | Downloaded async-stream v0.3.6 |
| 210 | 2026-06-11T21:44:37.826Z | Downloaded byteorder v1.5.0 |
| 211 | 2026-06-11T21:44:37.826Z | Downloaded autocfg v1.5.0 |
| 212 | 2026-06-11T21:44:37.826Z | Downloaded idna_adapter v1.2.1 |
| 213 | 2026-06-11T21:44:37.830Z | Downloaded displaydoc v0.2.5 |
| 214 | 2026-06-11T21:44:37.833Z | Downloaded futures-sink v0.3.32 |
| 215 | 2026-06-11T21:44:37.833Z | Downloaded clap_derive v4.6.1 |
| 216 | 2026-06-11T21:44:37.833Z | Downloaded anyhow v1.0.102 |
| 217 | 2026-06-11T21:44:37.836Z | Downloaded proc-macro-crate v3.4.0 |
| 218 | 2026-06-11T21:44:37.836Z | Downloaded foreign-types-macros v0.2.3 |
| 219 | 2026-06-11T21:44:37.839Z | Downloaded cstr-argument v0.1.2 |
| 220 | 2026-06-11T21:44:37.842Z | Downloaded darling_macro v0.23.0 |
| 221 | 2026-06-11T21:44:37.842Z | Downloaded futures-io v0.3.32 |
| 222 | 2026-06-11T21:44:37.842Z | Downloaded form_urlencoded v1.2.2 |
| 223 | 2026-06-11T21:44:37.845Z | Downloaded errno v0.3.14 |
| 224 | 2026-06-11T21:44:37.845Z | Downloaded ref-cast v1.0.25 |
| 225 | 2026-06-11T21:44:37.850Z | Downloaded proc-macro-error v1.0.4 |
| 226 | 2026-06-11T21:44:37.853Z | Downloaded foreign-types v0.3.2 |
| 227 | 2026-06-11T21:44:37.853Z | Downloaded dyn-clone v1.0.20 |
| 228 | 2026-06-11T21:44:37.856Z | Downloaded hyper-rustls v0.27.7 |
| 229 | 2026-06-11T21:44:37.856Z | Downloaded dunce v1.0.5 |
| 230 | 2026-06-11T21:44:37.859Z | Downloaded http-body v0.4.6 |
| 231 | 2026-06-11T21:44:37.859Z | Downloaded futures-macro v0.3.32 |
| 232 | 2026-06-11T21:44:37.859Z | Downloaded hex v0.4.3 |
| 233 | 2026-06-11T21:44:37.862Z | Downloaded openssl-macros v0.1.1 |
| 234 | 2026-06-11T21:44:37.865Z | Downloaded home v0.5.12 |
| 235 | 2026-06-11T21:44:37.865Z | Downloaded foreign-types v0.5.0 |
| 236 | 2026-06-11T21:44:37.865Z | Downloaded fastrand v2.3.0 |
| 237 | 2026-06-11T21:44:37.868Z | Downloaded linked-hash-map v0.5.6 |
| 238 | 2026-06-11T21:44:37.868Z | Downloaded http-body v1.0.1 |
| 239 | 2026-06-11T21:44:37.874Z | Downloaded pin-utils v0.1.0 |
| 240 | 2026-06-11T21:44:37.877Z | Downloaded axum-core v0.4.5 |
| 241 | 2026-06-11T21:44:37.877Z | Downloaded itoa v1.0.17 |
| 242 | 2026-06-11T21:44:37.881Z | Downloaded futures-executor v0.3.32 |
| 243 | 2026-06-11T21:44:37.881Z | Downloaded ref-cast-impl v1.0.25 |
| 244 | 2026-06-11T21:44:37.885Z | Downloaded is-terminal v0.4.17 |
| 245 | 2026-06-11T21:44:37.891Z | Downloaded rand_core v0.6.4 |
| 246 | 2026-06-11T21:44:37.898Z | Downloaded progenitor-client v0.10.0 |
| 247 | 2026-06-11T21:44:37.901Z | Downloaded scopeguard v1.2.0 |
| 248 | 2026-06-11T21:44:37.901Z | Downloaded rustc-hash v2.1.1 |
| 249 | 2026-06-11T21:44:37.904Z | Downloaded generic-array v0.14.9 |
| 250 | 2026-06-11T21:44:37.907Z | Downloaded console v0.16.2 |
| 251 | 2026-06-11T21:44:37.907Z | Downloaded cargo_toml v0.22.3 |
| 252 | 2026-06-11T21:44:37.915Z | Downloaded rustls-native-certs v0.8.3 |
| 253 | 2026-06-11T21:44:37.918Z | Downloaded icu_collections v2.1.1 |
| 254 | 2026-06-11T21:44:37.923Z | Downloaded progenitor-macro v0.11.2 |
| 255 | 2026-06-11T21:44:37.926Z | Downloaded fixedbitset v0.4.2 |
| 256 | 2026-06-11T21:44:37.926Z | Downloaded openssl-probe v0.2.1 |
| 257 | 2026-06-11T21:44:37.929Z | Downloaded http-body-util v0.1.3 |
| 258 | 2026-06-11T21:44:37.929Z | Downloaded either v1.15.0 |
| 259 | 2026-06-11T21:44:37.929Z | Downloaded heck v0.5.0 |
| 260 | 2026-06-11T21:44:37.932Z | Downloaded digest v0.10.7 |
| 261 | 2026-06-11T21:44:37.932Z | Downloaded progenitor-macro v0.10.0 |
| 262 | 2026-06-11T21:44:37.935Z | Downloaded foldhash v0.2.0 |
| 263 | 2026-06-11T21:44:37.935Z | Downloaded powerfmt v0.2.0 |
| 264 | 2026-06-11T21:44:37.935Z | Downloaded potential_utf v0.1.4 |
| 265 | 2026-06-11T21:44:37.939Z | Downloaded sha1 v0.10.6 |
| 266 | 2026-06-11T21:44:37.939Z | Downloaded data-encoding v2.10.0 |
| 267 | 2026-06-11T21:44:37.942Z | Downloaded serde_spanned v1.0.4 |
| 268 | 2026-06-11T21:44:37.944Z | Downloaded rand_chacha v0.3.1 |
| 269 | 2026-06-11T21:44:37.944Z | Downloaded progenitor-client v0.11.2 |
| 270 | 2026-06-11T21:44:37.952Z | Downloaded prost-derive v0.11.9 |
| 271 | 2026-06-11T21:44:37.955Z | Downloaded stable_deref_trait v1.2.1 |
| 272 | 2026-06-11T21:44:37.955Z | Downloaded bs58 v0.5.1 |
| 273 | 2026-06-11T21:44:37.958Z | Downloaded progenitor v0.11.2 |
| 274 | 2026-06-11T21:44:37.961Z | Downloaded fs_extra v1.3.0 |
| 275 | 2026-06-11T21:44:37.965Z | Downloaded slog-envlogger v2.2.0 |
| 276 | 2026-06-11T21:44:37.965Z | Downloaded num_enum_derive v0.7.5 |
| 277 | 2026-06-11T21:44:37.968Z | Downloaded bitflags v2.10.0 |
| 278 | 2026-06-11T21:44:37.970Z | Downloaded progenitor v0.10.0 |
| 279 | 2026-06-11T21:44:37.970Z | Downloaded deranged v0.5.5 |
| 280 | 2026-06-11T21:44:37.973Z | Downloaded prost v0.13.5 |
| 281 | 2026-06-11T21:44:37.973Z | Downloaded ppv-lite86 v0.2.21 |
| 282 | 2026-06-11T21:44:37.976Z | Downloaded erased-serde v0.3.31 |
| 283 | 2026-06-11T21:44:37.979Z | Downloaded rand_core v0.9.5 |
| 284 | 2026-06-11T21:44:37.979Z | Downloaded pkg-config v0.3.32 |
| 285 | 2026-06-11T21:44:37.979Z | Downloaded num_enum v0.7.5 |
| 286 | 2026-06-11T21:44:37.983Z | Downloaded pretty-hex v0.4.1 |
| 287 | 2026-06-11T21:44:37.983Z | Downloaded rand_chacha v0.9.0 |
| 288 | 2026-06-11T21:44:37.986Z | Downloaded pin-project-lite v0.2.16 |
| 289 | 2026-06-11T21:44:37.989Z | Downloaded prost-types v0.11.9 |
| 290 | 2026-06-11T21:44:37.989Z | Downloaded lock_api v0.4.14 |
| 291 | 2026-06-11T21:44:37.992Z | Downloaded rustversion v1.0.22 |
| 292 | 2026-06-11T21:44:37.997Z | Downloaded subtle v2.6.1 |
| 293 | 2026-06-11T21:44:37.997Z | Downloaded strsim v0.11.1 |
| 294 | 2026-06-11T21:44:37.997Z | Downloaded tokio-io-timeout v1.2.1 |
| 295 | 2026-06-11T21:44:38.000Z | Downloaded progenitor-impl v0.10.0 |
| 296 | 2026-06-11T21:44:38.003Z | Downloaded take_mut v0.2.2 |
| 297 | 2026-06-11T21:44:38.003Z | Downloaded tabwriter v1.4.1 |
| 298 | 2026-06-11T21:44:38.003Z | Downloaded tokio-openssl v0.6.5 |
| 299 | 2026-06-11T21:44:38.006Z | Downloaded sync_wrapper v1.0.2 |
| 300 | 2026-06-11T21:44:38.009Z | Downloaded crossbeam-utils v0.8.21 |
| 301 | 2026-06-11T21:44:38.009Z | Downloaded ipnetwork v0.21.1 |
| 302 | 2026-06-11T21:44:38.012Z | Downloaded quote v1.0.45 |
| 303 | 2026-06-11T21:44:38.015Z | Downloaded pin-project-internal v1.1.10 |
| 304 | 2026-06-11T21:44:38.021Z | Downloaded serde_derive_internals v0.29.1 |
| 305 | 2026-06-11T21:44:38.024Z | Downloaded sct v0.7.1 |
| 306 | 2026-06-11T21:44:38.024Z | Downloaded schemars_derive v0.8.22 |
| 307 | 2026-06-11T21:44:38.027Z | Downloaded prost v0.11.9 |
| 308 | 2026-06-11T21:44:38.031Z | Downloaded time-core v0.1.8 |
| 309 | 2026-06-11T21:44:38.034Z | Downloaded serde_tokenstream v0.2.2 |
| 310 | 2026-06-11T21:44:38.037Z | Downloaded parking_lot v0.12.5 |
| 311 | 2026-06-11T21:44:38.037Z | Downloaded tokio-macros v2.7.0 |
| 312 | 2026-06-11T21:44:38.040Z | Downloaded tinyvec_macros v0.1.1 |
| 313 | 2026-06-11T21:44:38.040Z | Downloaded slog-stdlog v4.1.1 |
| 314 | 2026-06-11T21:44:38.040Z | Downloaded futures-channel v0.3.32 |
| 315 | 2026-06-11T21:44:38.040Z | Downloaded getrandom v0.2.17 |
| 316 | 2026-06-11T21:44:38.043Z | Downloaded iana-time-zone v0.1.64 |
| 317 | 2026-06-11T21:44:38.046Z | Downloaded signal-hook-registry v1.4.8 |
| 318 | 2026-06-11T21:44:38.046Z | Downloaded mio v1.2.0 |
| 319 | 2026-06-11T21:44:38.049Z | Downloaded shlex v1.3.0 |
| 320 | 2026-06-11T21:44:38.049Z | Downloaded sha2 v0.10.9 |
| 321 | 2026-06-11T21:44:38.052Z | Downloaded serde_urlencoded v0.7.1 |
| 322 | 2026-06-11T21:44:38.052Z | Downloaded pin-project v1.1.10 |
| 323 | 2026-06-11T21:44:38.057Z | Downloaded slog-async v2.8.0 |
| 324 | 2026-06-11T21:44:38.060Z | Downloaded once_cell v1.21.3 |
| 325 | 2026-06-11T21:44:38.060Z | Downloaded typeid v1.0.3 |
| 326 | 2026-06-11T21:44:38.064Z | Downloaded prettyplease v0.1.25 |
| 327 | 2026-06-11T21:44:38.064Z | Downloaded tower-service v0.3.3 |
| 328 | 2026-06-11T21:44:38.064Z | Downloaded colored v3.1.1 |
| 329 | 2026-06-11T21:44:38.066Z | Downloaded httparse v1.10.1 |
| 330 | 2026-06-11T21:44:38.066Z | Downloaded tower-layer v0.3.3 |
| 331 | 2026-06-11T21:44:38.069Z | Downloaded tonic-openssl v0.3.0 |
| 332 | 2026-06-11T21:44:38.069Z | Downloaded slab v0.4.11 |
| 333 | 2026-06-11T21:44:38.069Z | Downloaded icu_normalizer_data v2.1.1 |
| 334 | 2026-06-11T21:44:38.072Z | Downloaded tinystr v0.8.2 |
| 335 | 2026-06-11T21:44:38.075Z | Downloaded futures v0.3.32 |
| 336 | 2026-06-11T21:44:38.078Z | Downloaded camino v1.2.2 |
| 337 | 2026-06-11T21:44:38.078Z | Downloaded typify-macro v0.4.3 |
| 338 | 2026-06-11T21:44:38.082Z | Downloaded thread_local v1.1.9 |
| 339 | 2026-06-11T21:44:38.085Z | Downloaded rustls-pemfile v1.0.4 |
| 340 | 2026-06-11T21:44:38.085Z | Downloaded semver v1.0.27 |
| 341 | 2026-06-11T21:44:38.088Z | Downloaded rustls-pki-types v1.14.0 |
| 342 | 2026-06-11T21:44:38.088Z | Downloaded parking_lot_core v0.9.12 |
| 343 | 2026-06-11T21:44:38.091Z | Downloaded oxnet v0.1.4 |
| 344 | 2026-06-11T21:44:38.091Z | Downloaded quinn-udp v0.5.14 |
| 345 | 2026-06-11T21:44:38.094Z | Downloaded untrusted v0.9.0 |
| 346 | 2026-06-11T21:44:38.094Z | Downloaded smf v0.2.3 |
| 347 | 2026-06-11T21:44:38.097Z | Downloaded want v0.3.1 |
| 348 | 2026-06-11T21:44:38.097Z | Downloaded sync_wrapper v0.1.2 |
| 349 | 2026-06-11T21:44:38.097Z | Downloaded slog-term v2.9.2 |
| 350 | 2026-06-11T21:44:38.100Z | Downloaded utf8_iter v1.0.4 |
| 351 | 2026-06-11T21:44:38.100Z | Downloaded utf-8 v0.7.6 |
| 352 | 2026-06-11T21:44:38.100Z | Downloaded which v4.4.2 |
| 353 | 2026-06-11T21:44:38.100Z | Downloaded try-lock v0.2.5 |
| 354 | 2026-06-11T21:44:38.103Z | Downloaded version_check v0.9.5 |
| 355 | 2026-06-11T21:44:38.105Z | Downloaded getrandom v0.3.4 |
| 356 | 2026-06-11T21:44:38.105Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 357 | 2026-06-11T21:44:38.108Z | Downloaded synstructure v0.13.2 |
| 358 | 2026-06-11T21:44:38.108Z | Downloaded allocator-api2 v0.2.21 |
| 359 | 2026-06-11T21:44:38.108Z | Downloaded prost-build v0.11.9 |
| 360 | 2026-06-11T21:44:38.112Z | Downloaded clap v4.6.1 |
| 361 | 2026-06-11T21:44:38.114Z | Downloaded tonic-build v0.9.2 |
| 362 | 2026-06-11T21:44:38.118Z | Downloaded base64 v0.22.1 |
| 363 | 2026-06-11T21:44:38.121Z | Downloaded utf8parse v0.2.2 |
| 364 | 2026-06-11T21:44:38.121Z | Downloaded crossbeam-channel v0.5.15 |
| 365 | 2026-06-11T21:44:38.123Z | Downloaded thiserror-impl v2.0.18 |
| 366 | 2026-06-11T21:44:38.123Z | Downloaded zerofrom v0.1.6 |
| 367 | 2026-06-11T21:44:38.123Z | Downloaded yoke-derive v0.8.1 |
| 368 | 2026-06-11T21:44:38.124Z | Downloaded zone_cfg_derive v0.3.1 |
| 369 | 2026-06-11T21:44:38.127Z | Downloaded thiserror-impl v1.0.69 |
| 370 | 2026-06-11T21:44:38.129Z | Downloaded thiserror v2.0.18 |
| 371 | 2026-06-11T21:44:38.132Z | Downloaded time-macros v0.2.27 |
| 372 | 2026-06-11T21:44:38.132Z | Downloaded proc-macro2 v1.0.106 |
| 373 | 2026-06-11T21:44:38.136Z | Downloaded zerofrom-derive v0.1.6 |
| 374 | 2026-06-11T21:44:38.136Z | Downloaded prettyplease v0.2.37 |
| 375 | 2026-06-11T21:44:38.141Z | Downloaded serde_with_macros v3.21.0 |
| 376 | 2026-06-11T21:44:38.150Z | Downloaded schemars v0.8.22 |
| 377 | 2026-06-11T21:44:38.153Z | Downloaded thiserror v1.0.69 |
| 378 | 2026-06-11T21:44:38.153Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 379 | 2026-06-11T21:44:38.157Z | Downloaded zone v0.3.1 |
| 380 | 2026-06-11T21:44:38.157Z | Downloaded slog-scope v4.4.1 |
| 381 | 2026-06-11T21:44:38.157Z | Downloaded term v1.2.1 |
| 382 | 2026-06-11T21:44:38.157Z | Downloaded iri-string v0.7.10 |
| 383 | 2026-06-11T21:44:38.163Z | Downloaded progenitor-impl v0.11.2 |
| 384 | 2026-06-11T21:44:38.167Z | Downloaded serde_core v1.0.228 |
| 385 | 2026-06-11T21:44:38.167Z | Downloaded indexmap v2.13.0 |
| 386 | 2026-06-11T21:44:38.167Z | Downloaded smallvec v1.15.1 |
| 387 | 2026-06-11T21:44:38.167Z | Downloaded darling v0.23.0 |
| 388 | 2026-06-11T21:44:38.174Z | Downloaded find-msvc-tools v0.1.8 |
| 389 | 2026-06-11T21:44:38.174Z | Downloaded icu_normalizer v2.1.1 |
| 390 | 2026-06-11T21:44:38.177Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 391 | 2026-06-11T21:44:38.177Z | Downloaded rustls-platform-verifier v0.7.0 |
| 392 | 2026-06-11T21:44:38.178Z | Downloaded indexmap v1.9.3 |
| 393 | 2026-06-11T21:44:38.181Z | Downloaded yoke v0.8.1 |
| 394 | 2026-06-11T21:44:38.184Z | Downloaded writeable v0.6.2 |
| 395 | 2026-06-11T21:44:38.189Z | Downloaded xz2 v0.1.7 |
| 396 | 2026-06-11T21:44:38.201Z | Downloaded quinn v0.11.9 |
| 397 | 2026-06-11T21:44:38.204Z | Downloaded tokio-rustls v0.24.1 |
| 398 | 2026-06-11T21:44:38.204Z | Downloaded idna v1.1.0 |
| 399 | 2026-06-11T21:44:38.207Z | Downloaded unit-prefix v0.5.2 |
| 400 | 2026-06-11T21:44:38.210Z | Downloaded unicode-ident v1.0.22 |
| 401 | 2026-06-11T21:44:38.213Z | Downloaded tempfile v3.24.0 |
| 402 | 2026-06-11T21:44:38.216Z | Downloaded schemars v0.9.0 |
| 403 | 2026-06-11T21:44:38.223Z | Downloaded serde_derive v1.0.228 |
| 404 | 2026-06-11T21:44:38.226Z | Downloaded zeroize v1.8.2 |
| 405 | 2026-06-11T21:44:38.226Z | Downloaded rand v0.8.5 |
| 406 | 2026-06-11T21:44:38.229Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 407 | 2026-06-11T21:44:38.234Z | Downloaded tokio-rustls v0.26.4 |
| 408 | 2026-06-11T21:44:38.234Z | Downloaded serde_yaml v0.9.34+deprecated |
| 409 | 2026-06-11T21:44:38.234Z | Downloaded openssl-sys v0.9.116 |
| 410 | 2026-06-11T21:44:38.238Z | Downloaded zmij v1.0.17 |
| 411 | 2026-06-11T21:44:38.238Z | Downloaded zerovec-derive v0.11.2 |
| 412 | 2026-06-11T21:44:38.238Z | Downloaded hyper-util v0.1.19 |
| 413 | 2026-06-11T21:44:38.241Z | Downloaded bytes v1.11.0 |
| 414 | 2026-06-11T21:44:38.244Z | Downloaded socket2 v0.6.3 |
| 415 | 2026-06-11T21:44:38.244Z | Downloaded tokio-tungstenite v0.21.0 |
| 416 | 2026-06-11T21:44:38.247Z | Downloaded socket2 v0.5.10 |
| 417 | 2026-06-11T21:44:38.247Z | Downloaded tokio-stream v0.1.18 |
| 418 | 2026-06-11T21:44:38.251Z | Downloaded rand v0.9.2 |
| 419 | 2026-06-11T21:44:38.251Z | Downloaded memchr v2.7.6 |
| 420 | 2026-06-11T21:44:38.256Z | Downloaded ryu v1.0.22 |
| 421 | 2026-06-11T21:44:38.260Z | Downloaded serde v1.0.228 |
| 422 | 2026-06-11T21:44:38.260Z | Downloaded schemars v1.2.0 |
| 423 | 2026-06-11T21:44:38.265Z | Downloaded slog v2.8.2 |
| 424 | 2026-06-11T21:44:38.268Z | Downloaded base64 v0.21.7 |
| 425 | 2026-06-11T21:44:38.270Z | Downloaded uuid v1.20.0 |
| 426 | 2026-06-11T21:44:38.274Z | Downloaded tracing-attributes v0.1.31 |
| 427 | 2026-06-11T21:44:38.279Z | Downloaded tracing-core v0.1.36 |
| 428 | 2026-06-11T21:44:38.285Z | Downloaded tinyvec v1.10.0 |
| 429 | 2026-06-11T21:44:38.289Z | Downloaded darling_core v0.23.0 |
| 430 | 2026-06-11T21:44:38.297Z | Downloaded zerotrie v0.2.3 |
| 431 | 2026-06-11T21:44:38.300Z | Downloaded itertools v0.10.5 |
| 432 | 2026-06-11T21:44:38.311Z | Downloaded typenum v1.19.0 |
| 433 | 2026-06-11T21:44:38.314Z | Downloaded cc v1.2.54 |
| 434 | 2026-06-11T21:44:38.337Z | Downloaded tungstenite v0.21.0 |
| 435 | 2026-06-11T21:44:38.340Z | Downloaded unsafe-libyaml v0.2.11 |
| 436 | 2026-06-11T21:44:38.340Z | Downloaded typify v0.4.3 |
| 437 | 2026-06-11T21:44:38.343Z | Downloaded rustls-webpki v0.103.9 |
| 438 | 2026-06-11T21:44:38.346Z | Downloaded hashbrown v0.12.3 |
| 439 | 2026-06-11T21:44:38.350Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 440 | 2026-06-11T21:44:38.353Z | Downloaded http v0.2.12 |
| 441 | 2026-06-11T21:44:38.356Z | Downloaded itertools v0.12.1 |
| 442 | 2026-06-11T21:44:38.359Z | Downloaded hyper v1.8.1 |
| 443 | 2026-06-11T21:44:38.366Z | Downloaded tower v0.4.13 |
| 444 | 2026-06-11T21:44:38.384Z | Downloaded reqwest v0.13.4 |
| 445 | 2026-06-11T21:44:38.392Z | Downloaded tokio-util v0.7.18 |
| 446 | 2026-06-11T21:44:38.398Z | Downloaded icu_properties_data v2.1.2 |
| 447 | 2026-06-11T21:44:38.403Z | Downloaded rustls-webpki v0.101.7 |
| 448 | 2026-06-11T21:44:38.410Z | Downloaded zerovec v0.11.5 |
| 449 | 2026-06-11T21:44:38.413Z | Downloaded http v1.4.0 |
| 450 | 2026-06-11T21:44:38.416Z | Downloaded serde_json v1.0.150 |
| 451 | 2026-06-11T21:44:38.420Z | Downloaded tower-http v0.6.8 |
| 452 | 2026-06-11T21:44:38.423Z | Downloaded hyper v0.14.32 |
| 453 | 2026-06-11T21:44:38.434Z | Downloaded url v2.5.8 |
| 454 | 2026-06-11T21:44:38.443Z | Downloaded tonic v0.9.2 |
| 455 | 2026-06-11T21:44:38.448Z | Downloaded tower v0.5.3 |
| 456 | 2026-06-11T21:44:38.452Z | Downloaded portable-atomic v1.13.0 |
| 457 | 2026-06-11T21:44:38.456Z | Downloaded tonic v0.12.3 |
| 458 | 2026-06-11T21:44:38.459Z | Downloaded ron v0.12.0 |
| 459 | 2026-06-11T21:44:38.476Z | Downloaded axum v0.7.9 |
| 460 | 2026-06-11T21:44:38.485Z | Downloaded winnow v0.7.14 |
| 461 | 2026-06-11T21:44:38.490Z | Downloaded winnow v1.0.0 |
| 462 | 2026-06-11T21:44:38.495Z | Downloaded axum v0.6.20 |
| 463 | 2026-06-11T21:44:38.502Z | Downloaded aho-corasick v1.1.4 |
| 464 | 2026-06-11T21:44:38.509Z | Downloaded quinn-proto v0.11.13 |
| 465 | 2026-06-11T21:44:38.513Z | Downloaded clap_builder v4.6.0 |
| 466 | 2026-06-11T21:44:38.528Z | Downloaded hashbrown v0.16.1 |
| 467 | 2026-06-11T21:44:38.531Z | Downloaded reqwest v0.12.28 |
| 468 | 2026-06-11T21:44:38.536Z | Downloaded zerocopy v0.8.34 |
| 469 | 2026-06-11T21:44:38.549Z | Downloaded h2 v0.3.27 |
| 470 | 2026-06-11T21:44:38.558Z | Downloaded unicode-width v0.2.2 |
| 471 | 2026-06-11T21:44:38.561Z | Downloaded openssl v0.10.80 |
| 472 | 2026-06-11T21:44:38.566Z | Downloaded openapiv3 v2.2.0 |
| 473 | 2026-06-11T21:44:38.572Z | Downloaded regex v1.12.2 |
| 474 | 2026-06-11T21:44:38.575Z | Downloaded h2 v0.4.13 |
| 475 | 2026-06-11T21:44:38.588Z | Downloaded rustix v0.38.44 |
| 476 | 2026-06-11T21:44:38.600Z | Downloaded futures-util v0.3.32 |
| 477 | 2026-06-11T21:44:38.606Z | Downloaded rustix v1.1.3 |
| 478 | 2026-06-11T21:44:38.637Z | Downloaded typify-impl v0.4.3 |
| 479 | 2026-06-11T21:44:38.645Z | Downloaded aws-lc-rs v1.16.3 |
| 480 | 2026-06-11T21:44:38.669Z | Downloaded chrono v0.4.43 |
| 481 | 2026-06-11T21:44:38.674Z | Downloaded petgraph v0.6.5 |
| 482 | 2026-06-11T21:44:38.684Z | Downloaded lzma-sys v0.1.20 |
| 483 | 2026-06-11T21:44:38.700Z | Downloaded serde_with v3.21.0 |
| 484 | 2026-06-11T21:44:38.706Z | Downloaded libc v0.2.184 |
| 485 | 2026-06-11T21:44:38.724Z | Downloaded syn v1.0.109 |
| 486 | 2026-06-11T21:44:38.729Z | Downloaded time v0.3.47 |
| 487 | 2026-06-11T21:44:38.735Z | Downloaded vcpkg v0.2.15 |
| 488 | 2026-06-11T21:44:38.756Z | Downloaded webpki-roots v1.0.5 |
| 489 | 2026-06-11T21:44:38.768Z | Downloaded rustls v0.21.12 |
| 490 | 2026-06-11T21:44:38.796Z | Downloaded regress v0.10.5 |
| 491 | 2026-06-11T21:44:38.800Z | Downloaded syn v2.0.117 |
| 492 | 2026-06-11T21:44:38.824Z | Downloaded regex-syntax v0.8.8 |
| 493 | 2026-06-11T21:44:38.843Z | Downloaded rustls v0.23.36 |
| 494 | 2026-06-11T21:44:38.908Z | Downloaded tracing v0.1.44 |
| 495 | 2026-06-11T21:44:38.983Z | Downloaded regex-automata v0.4.13 |
| 496 | 2026-06-11T21:44:39.105Z | Downloaded tokio v1.52.3 |
| 497 | 2026-06-11T21:44:39.236Z | Downloaded encoding_rs v0.8.35 |
| 498 | 2026-06-11T21:44:39.262Z | Downloaded ring v0.17.14 |
| 499 | 2026-06-11T21:44:40.052Z | Downloaded aws-lc-sys v0.40.0 |
| 500 | 2026-06-11T21:44:40.269Z | Compiling proc-macro2 v1.0.106 |
| 501 | 2026-06-11T21:44:40.269Z | Compiling quote v1.0.45 |
| 502 | 2026-06-11T21:44:40.269Z | Compiling unicode-ident v1.0.22 |
| 503 | 2026-06-11T21:44:40.269Z | Compiling libc v0.2.184 |
| 504 | 2026-06-11T21:44:40.273Z | Compiling cfg-if v1.0.4 |
| 505 | 2026-06-11T21:44:40.273Z | Compiling itoa v1.0.17 |
| 506 | 2026-06-11T21:44:40.273Z | Compiling serde_core v1.0.228 |
| 507 | 2026-06-11T21:44:40.475Z | Compiling bytes v1.11.0 |
| 508 | 2026-06-11T21:44:40.544Z | Compiling foldhash v0.2.0 |
| 509 | 2026-06-11T21:44:40.612Z | Compiling allocator-api2 v0.2.21 |
| 510 | 2026-06-11T21:44:40.711Z | Compiling equivalent v1.0.2 |
| 511 | 2026-06-11T21:44:40.808Z | Compiling memchr v2.7.6 |
| 512 | 2026-06-11T21:44:40.811Z | Compiling shlex v1.3.0 |
| 513 | 2026-06-11T21:44:40.932Z | Compiling hashbrown v0.16.1 |
| 514 | 2026-06-11T21:44:41.002Z | Compiling find-msvc-tools v0.1.8 |
| 515 | 2026-06-11T21:44:41.177Z | Compiling pin-project-lite v0.2.16 |
| 516 | 2026-06-11T21:44:41.297Z | Compiling smallvec v1.15.1 |
| 517 | 2026-06-11T21:44:41.308Z | Compiling autocfg v1.5.0 |
| 518 | 2026-06-11T21:44:41.398Z | Compiling jobserver v0.1.34 |
| 519 | 2026-06-11T21:44:41.584Z | Compiling serde v1.0.228 |
| 520 | 2026-06-11T21:44:41.584Z | Compiling futures-core v0.3.32 |
| 521 | 2026-06-11T21:44:41.609Z | Compiling cc v1.2.54 |
| 522 | 2026-06-11T21:44:41.712Z | Compiling syn v2.0.117 |
| 523 | 2026-06-11T21:44:41.741Z | Compiling parking_lot_core v0.9.12 |
| 524 | 2026-06-11T21:44:41.823Z | Compiling scopeguard v1.2.0 |
| 525 | 2026-06-11T21:44:41.919Z | Compiling log v0.4.29 |
| 526 | 2026-06-11T21:44:41.932Z | Compiling lock_api v0.4.14 |
| 527 | 2026-06-11T21:44:41.952Z | Compiling errno v0.3.14 |
| 528 | 2026-06-11T21:44:42.108Z | Compiling socket2 v0.6.3 |
| 529 | 2026-06-11T21:44:42.147Z | Compiling zmij v1.0.17 |
| 530 | 2026-06-11T21:44:42.161Z | Compiling signal-hook-registry v1.4.8 |
| 531 | 2026-06-11T21:44:42.347Z | Compiling parking_lot v0.12.5 |
| 532 | 2026-06-11T21:44:42.477Z | Compiling mio v1.2.0 |
| 533 | 2026-06-11T21:44:42.493Z | Compiling futures-sink v0.3.32 |
| 534 | 2026-06-11T21:44:42.578Z | Compiling serde_json v1.0.150 |
| 535 | 2026-06-11T21:44:42.794Z | Compiling once_cell v1.21.3 |
| 536 | 2026-06-11T21:44:42.834Z | Compiling slab v0.4.11 |
| 537 | 2026-06-11T21:44:42.846Z | Compiling futures-channel v0.3.32 |
| 538 | 2026-06-11T21:44:42.887Z | Compiling num-traits v0.2.19 |
| 539 | 2026-06-11T21:44:42.929Z | Compiling futures-task v0.3.32 |
| 540 | 2026-06-11T21:44:43.007Z | Compiling futures-io v0.3.32 |
| 541 | 2026-06-11T21:44:43.010Z | Compiling getrandom v0.2.17 |
| 542 | 2026-06-11T21:44:43.010Z | Compiling http v1.4.0 |
| 543 | 2026-06-11T21:44:43.072Z | Compiling rustversion v1.0.22 |
| 544 | 2026-06-11T21:44:43.171Z | Compiling schemars v0.8.22 |
| 545 | 2026-06-11T21:44:43.218Z | Compiling tracing-core v0.1.36 |
| 546 | 2026-06-11T21:44:43.443Z | Compiling indexmap v2.13.0 |
| 547 | 2026-06-11T21:44:43.636Z | Compiling tower-service v0.3.3 |
| 548 | 2026-06-11T21:44:43.683Z | Compiling fnv v1.0.7 |
| 549 | 2026-06-11T21:44:43.733Z | Compiling dyn-clone v1.0.20 |
| 550 | 2026-06-11T21:44:43.784Z | Compiling httparse v1.10.1 |
| 551 | 2026-06-11T21:44:43.848Z | Compiling stable_deref_trait v1.2.1 |
| 552 | 2026-06-11T21:44:43.851Z | Compiling ring v0.17.14 |
| 553 | 2026-06-11T21:44:43.875Z | Compiling getrandom v0.3.4 |
| 554 | 2026-06-11T21:44:44.078Z | Compiling percent-encoding v2.3.2 |
| 555 | 2026-06-11T21:44:44.285Z | Compiling try-lock v0.2.5 |
| 556 | 2026-06-11T21:44:44.399Z | Compiling want v0.3.1 |
| 557 | 2026-06-11T21:44:44.410Z | Compiling cmake v0.1.58 |
| 558 | 2026-06-11T21:44:44.423Z | Compiling untrusted v0.9.0 |
| 559 | 2026-06-11T21:44:44.496Z | Compiling regex-syntax v0.8.8 |
| 560 | 2026-06-11T21:44:44.538Z | Compiling synstructure v0.13.2 |
| 561 | 2026-06-11T21:44:44.565Z | Compiling serde_derive_internals v0.29.1 |
| 562 | 2026-06-11T21:44:44.577Z | Compiling tower-layer v0.3.3 |
| 563 | 2026-06-11T21:44:44.742Z | Compiling fs_extra v1.3.0 |
| 564 | 2026-06-11T21:44:44.755Z | Compiling dunce v1.0.5 |
| 565 | 2026-06-11T21:44:44.851Z | Compiling httpdate v1.0.3 |
| 566 | 2026-06-11T21:44:45.002Z | Compiling iana-time-zone v0.1.64 |
| 567 | 2026-06-11T21:44:45.036Z | Compiling aws-lc-sys v0.40.0 |
| 568 | 2026-06-11T21:44:45.098Z | Compiling http-body v1.0.1 |
| 569 | 2026-06-11T21:44:45.225Z | Compiling syn v1.0.109 |
| 570 | 2026-06-11T21:44:45.248Z | Compiling thiserror v2.0.18 |
| 571 | 2026-06-11T21:44:45.299Z | Compiling version_check v0.9.5 |
| 572 | 2026-06-11T21:44:45.360Z | Compiling litemap v0.8.1 |
| 573 | 2026-06-11T21:44:45.554Z | Compiling writeable v0.6.2 |
| 574 | 2026-06-11T21:44:45.572Z | Compiling zeroize v1.8.2 |
| 575 | 2026-06-11T21:44:45.585Z | Compiling heck v0.5.0 |
| 576 | 2026-06-11T21:44:45.714Z | Compiling serde_derive v1.0.228 |
| 577 | 2026-06-11T21:44:45.748Z | Compiling tokio-macros v2.7.0 |
| 578 | 2026-06-11T21:44:45.752Z | Compiling futures-macro v0.3.32 |
| 579 | 2026-06-11T21:44:45.785Z | Compiling zerofrom-derive v0.1.6 |
| 580 | 2026-06-11T21:44:45.836Z | Compiling tracing-attributes v0.1.31 |
| 581 | 2026-06-11T21:44:45.870Z | Compiling schemars_derive v0.8.22 |
| 582 | 2026-06-11T21:44:46.525Z | Compiling tokio v1.52.3 |
| 583 | 2026-06-11T21:44:46.616Z | Compiling futures-util v0.3.32 |
| 584 | 2026-06-11T21:44:47.009Z | Compiling zerofrom v0.1.6 |
| 585 | 2026-06-11T21:44:47.094Z | Compiling tracing v0.1.44 |
| 586 | 2026-06-11T21:44:47.131Z | Compiling yoke-derive v0.8.1 |
| 587 | 2026-06-11T21:44:47.135Z | Compiling zerovec-derive v0.11.2 |
| 588 | 2026-06-11T21:44:47.175Z | Compiling displaydoc v0.2.5 |
| 589 | 2026-06-11T21:44:47.926Z | Compiling thiserror-impl v2.0.18 |
| 590 | 2026-06-11T21:44:48.130Z | Compiling yoke v0.8.1 |
| 591 | 2026-06-11T21:44:48.314Z | Compiling zerovec v0.11.5 |
| 592 | 2026-06-11T21:44:48.920Z | Compiling chrono v0.4.43 |
| 593 | 2026-06-11T21:44:48.933Z | Compiling tinystr v0.8.2 |
| 594 | 2026-06-11T21:44:48.958Z | Compiling potential_utf v0.1.4 |
| 595 | 2026-06-11T21:44:49.124Z | Compiling icu_locale_core v2.1.1 |
| 596 | 2026-06-11T21:44:49.127Z | Compiling zerotrie v0.2.3 |
| 597 | 2026-06-11T21:44:49.149Z | Compiling uuid v1.20.0 |
| 598 | 2026-06-11T21:44:49.423Z | Compiling icu_properties_data v2.1.2 |
| 599 | 2026-06-11T21:44:49.554Z | Compiling zerocopy v0.8.34 |
| 600 | 2026-06-11T21:44:49.651Z | Compiling icu_normalizer_data v2.1.1 |
| 601 | 2026-06-11T21:44:49.871Z | Compiling aws-lc-rs v1.16.3 |
| 602 | 2026-06-11T21:44:50.062Z | Compiling tokio-util v0.7.18 |
| 603 | 2026-06-11T21:44:50.177Z | Compiling icu_provider v2.1.1 |
| 604 | 2026-06-11T21:44:50.476Z | Compiling icu_collections v2.1.1 |
| 605 | 2026-06-11T21:44:50.527Z | Compiling rustls-pki-types v1.14.0 |
| 606 | 2026-06-11T21:44:50.695Z | Compiling atomic-waker v1.1.2 |
| 607 | 2026-06-11T21:44:50.786Z | Compiling base64 v0.22.1 |
| 608 | 2026-06-11T21:44:50.826Z | Compiling h2 v0.4.13 |
| 609 | 2026-06-11T21:44:51.182Z | Compiling aho-corasick v1.1.4 |
| 610 | 2026-06-11T21:44:51.500Z | Compiling bitflags v2.10.0 |
| 611 | 2026-06-11T21:44:51.519Z | Compiling sync_wrapper v1.0.2 |
| 612 | 2026-06-11T21:44:51.629Z | Compiling pin-utils v0.1.0 |
| 613 | 2026-06-11T21:44:51.703Z | Compiling pkg-config v0.3.32 |
| 614 | 2026-06-11T21:44:51.728Z | Compiling icu_properties v2.1.2 |
| 615 | 2026-06-11T21:44:52.157Z | Compiling regex-automata v0.4.13 |
| 616 | 2026-06-11T21:44:52.294Z | Compiling icu_normalizer v2.1.1 |
| 617 | 2026-06-11T21:44:52.886Z | Compiling rustls v0.23.36 |
| 618 | 2026-06-11T21:44:52.890Z | Compiling ipnet v2.11.0 |
| 619 | 2026-06-11T21:44:53.064Z | Compiling ppv-lite86 v0.2.21 |
| 620 | 2026-06-11T21:44:53.204Z | Compiling idna_adapter v1.2.1 |
| 621 | 2026-06-11T21:44:53.375Z | Compiling tower v0.5.3 |
| 622 | 2026-06-11T21:44:53.375Z | Compiling http-body-util v0.1.3 |
| 623 | 2026-06-11T21:44:53.411Z | Compiling form_urlencoded v1.2.2 |
| 624 | 2026-06-11T21:44:53.414Z | Compiling regress v0.10.5 |
| 625 | 2026-06-11T21:44:53.603Z | Compiling semver v1.0.27 |
| 626 | 2026-06-11T21:44:53.621Z | Compiling anyhow v1.0.102 |
| 627 | 2026-06-11T21:44:53.845Z | Compiling hyper v1.8.1 |
| 628 | 2026-06-11T21:44:53.899Z | Compiling regex v1.12.2 |
| 629 | 2026-06-11T21:44:53.941Z | Compiling utf8_iter v1.0.4 |
| 630 | 2026-06-11T21:44:54.096Z | Compiling subtle v2.6.1 |
| 631 | 2026-06-11T21:44:54.253Z | Compiling idna v1.1.0 |
| 632 | 2026-06-11T21:44:54.584Z | Compiling serde_tokenstream v0.2.2 |
| 633 | 2026-06-11T21:44:54.820Z | Compiling winnow v1.0.0 |
| 634 | 2026-06-11T21:44:55.034Z | Compiling hyper-util v0.1.19 |
| 635 | 2026-06-11T21:44:55.096Z | Compiling typify-impl v0.4.3 |
| 636 | 2026-06-11T21:44:55.178Z | Compiling url v2.5.8 |
| 637 | 2026-06-11T21:44:55.261Z | Compiling rand_core v0.6.4 |
| 638 | 2026-06-11T21:44:55.495Z | Compiling either v1.15.0 |
| 639 | 2026-06-11T21:44:55.587Z | Compiling rand_chacha v0.3.1 |
| 640 | 2026-06-11T21:44:55.600Z | Compiling webpki-roots v1.0.5 |
| 641 | 2026-06-11T21:44:55.704Z | Compiling winnow v0.7.14 |
| 642 | 2026-06-11T21:44:55.722Z | Compiling iri-string v0.7.10 |
| 643 | 2026-06-11T21:44:56.005Z | Compiling vcpkg v0.2.15 |
| 644 | 2026-06-11T21:44:56.034Z | Compiling typenum v1.19.0 |
| 645 | 2026-06-11T21:44:56.448Z | Compiling ryu v1.0.22 |
| 646 | 2026-06-11T21:44:56.619Z | Compiling openssl-sys v0.9.116 |
| 647 | 2026-06-11T21:44:56.665Z | Compiling rand v0.8.5 |
| 648 | 2026-06-11T21:44:56.826Z | Compiling itertools v0.10.5 |
| 649 | 2026-06-11T21:44:57.179Z | Compiling tower-http v0.6.8 |
| 650 | 2026-06-11T21:44:57.276Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 651 | 2026-06-11T21:44:57.318Z | Compiling async-trait v0.1.89 |
| 652 | 2026-06-11T21:44:57.348Z | Compiling generic-array v0.14.9 |
| 653 | 2026-06-11T21:44:57.393Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 654 | 2026-06-11T21:44:57.657Z | Compiling slog v2.8.2 |
| 655 | 2026-06-11T21:44:57.682Z | Compiling http v0.2.12 |
| 656 | 2026-06-11T21:44:57.799Z | Compiling prost-derive v0.11.9 |
| 657 | 2026-06-11T21:44:57.981Z | Compiling strsim v0.11.1 |
| 658 | 2026-06-11T21:44:58.231Z | Compiling mime v0.3.17 |
| 659 | 2026-06-11T21:44:58.277Z | Compiling lazy_static v1.5.0 |
| 660 | 2026-06-11T21:44:58.524Z | Compiling openapiv3 v2.2.0 |
| 661 | 2026-06-11T21:44:58.589Z | Compiling erased-serde v0.3.31 |
| 662 | 2026-06-11T21:44:59.100Z | Compiling indexmap v1.9.3 |
| 663 | 2026-06-11T21:44:59.334Z | Compiling socket2 v0.5.10 |
| 664 | 2026-06-11T21:44:59.797Z | Compiling rustix v0.38.44 |
| 665 | 2026-06-11T21:45:00.149Z | Compiling thiserror v1.0.69 |
| 666 | 2026-06-11T21:45:00.252Z | Compiling heck v0.4.1 |
| 667 | 2026-06-11T21:45:00.460Z | Compiling rustix v1.1.3 |
| 668 | 2026-06-11T21:45:01.212Z | Compiling http-body v0.4.6 |
| 669 | 2026-06-11T21:45:02.366Z | Compiling typify-macro v0.4.3 |
| 670 | 2026-06-11T21:45:02.369Z | Compiling serde_urlencoded v0.7.1 |
| 671 | 2026-06-11T21:45:02.369Z | Compiling thiserror-impl v1.0.69 |
| 672 | 2026-06-11T21:45:02.369Z | Compiling pin-project-internal v1.1.10 |
| 673 | 2026-06-11T21:45:02.394Z | Compiling unsafe-libyaml v0.2.11 |
| 674 | 2026-06-11T21:45:02.483Z | Compiling prettyplease v0.1.25 |
| 675 | 2026-06-11T21:45:02.691Z | Compiling hashbrown v0.12.3 |
| 676 | 2026-06-11T21:45:02.813Z | Compiling pin-project v1.1.10 |
| 677 | 2026-06-11T21:45:02.913Z | Compiling serde_yaml v0.9.34+deprecated |
| 678 | 2026-06-11T21:45:03.220Z | Compiling prost v0.11.9 |
| 679 | 2026-06-11T21:45:03.367Z | Compiling typify v0.4.3 |
| 680 | 2026-06-11T21:45:03.538Z | Compiling block-buffer v0.10.4 |
| 681 | 2026-06-11T21:45:03.538Z | Compiling crypto-common v0.1.6 |
| 682 | 2026-06-11T21:45:03.561Z | Compiling h2 v0.3.27 |
| 683 | 2026-06-11T21:45:03.672Z | Compiling utf8parse v0.2.2 |
| 684 | 2026-06-11T21:45:03.672Z | Compiling openssl v0.10.80 |
| 685 | 2026-06-11T21:45:03.786Z | Compiling fixedbitset v0.4.2 |
| 686 | 2026-06-11T21:45:03.942Z | Compiling matchit v0.7.3 |
| 687 | 2026-06-11T21:45:03.989Z | Compiling ident_case v1.0.1 |
| 688 | 2026-06-11T21:45:04.011Z | Compiling fastrand v2.3.0 |
| 689 | 2026-06-11T21:45:04.117Z | Compiling foreign-types-shared v0.1.1 |
| 690 | 2026-06-11T21:45:04.180Z | Compiling home v0.5.12 |
| 691 | 2026-06-11T21:45:04.206Z | Compiling tempfile v3.24.0 |
| 692 | 2026-06-11T21:45:04.252Z | Compiling foreign-types v0.3.2 |
| 693 | 2026-06-11T21:45:04.252Z | Compiling darling_core v0.23.0 |
| 694 | 2026-06-11T21:45:04.306Z | Compiling which v4.4.2 |
| 695 | 2026-06-11T21:45:04.338Z | Compiling petgraph v0.6.5 |
| 696 | 2026-06-11T21:45:04.539Z | Compiling anstyle-parse v1.0.0 |
| 697 | 2026-06-11T21:45:04.554Z | Compiling digest v0.10.7 |
| 698 | 2026-06-11T21:45:04.728Z | Compiling prost-types v0.11.9 |
| 699 | 2026-06-11T21:45:04.753Z | Compiling tower v0.4.13 |
| 700 | 2026-06-11T21:45:05.660Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 701 | 2026-06-11T21:45:05.711Z | Compiling futures-executor v0.3.32 |
| 702 | 2026-06-11T21:45:05.783Z | Compiling openssl-macros v0.1.1 |
| 703 | 2026-06-11T21:45:05.864Z | Compiling async-stream-impl v0.3.6 |
| 704 | 2026-06-11T21:45:06.003Z | Compiling proc-macro-error-attr v1.0.4 |
| 705 | 2026-06-11T21:45:06.276Z | Compiling axum-core v0.3.4 |
| 706 | 2026-06-11T21:45:06.307Z | Compiling anstyle-query v1.1.5 |
| 707 | 2026-06-11T21:45:06.405Z | Compiling cpufeatures v0.2.17 |
| 708 | 2026-06-11T21:45:06.424Z | Compiling multimap v0.8.3 |
| 709 | 2026-06-11T21:45:06.481Z | Compiling hyper v0.14.32 |
| 710 | 2026-06-11T21:45:06.503Z | Compiling colorchoice v1.0.4 |
| 711 | 2026-06-11T21:45:06.564Z | Compiling tokio-openssl v0.6.5 |
| 712 | 2026-06-11T21:45:06.590Z | Compiling rustls v0.21.12 |
| 713 | 2026-06-11T21:45:06.609Z | Compiling crucible-workspace-hack v0.1.0 |
| 714 | 2026-06-11T21:45:06.625Z | Compiling base64 v0.21.7 |
| 715 | 2026-06-11T21:45:06.805Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 716 | 2026-06-11T21:45:06.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 717 | 2026-06-11T21:45:06.830Z | Compiling crossbeam-utils v0.8.21 |
| 718 | 2026-06-11T21:45:06.970Z | Compiling is_terminal_polyfill v1.70.2 |
| 719 | 2026-06-11T21:45:07.034Z | Compiling anstyle v1.0.13 |
| 720 | 2026-06-11T21:45:07.096Z | Compiling async-stream v0.3.6 |
| 721 | 2026-06-11T21:45:07.108Z | Compiling prost-build v0.11.9 |
| 722 | 2026-06-11T21:45:07.136Z | Compiling darling_macro v0.23.0 |
| 723 | 2026-06-11T21:45:07.309Z | Compiling anstream v1.0.0 |
| 724 | 2026-06-11T21:45:07.330Z | Compiling proc-macro-crate v3.4.0 |
| 725 | 2026-06-11T21:45:07.605Z | Compiling futures v0.3.32 |
| 726 | 2026-06-11T21:45:07.691Z | Compiling axum-core v0.4.5 |
| 727 | 2026-06-11T21:45:07.745Z | Compiling tokio-stream v0.1.18 |
| 728 | 2026-06-11T21:45:07.758Z | Compiling sct v0.7.1 |
| 729 | 2026-06-11T21:45:07.770Z | Compiling rustls-webpki v0.101.7 |
| 730 | 2026-06-11T21:45:07.940Z | Compiling proc-macro-error v1.0.4 |
| 731 | 2026-06-11T21:45:08.009Z | Compiling rand_core v0.9.5 |
| 732 | 2026-06-11T21:45:08.168Z | Compiling axum v0.6.20 |
| 733 | 2026-06-11T21:45:08.181Z | Compiling serde_spanned v1.0.4 |
| 734 | 2026-06-11T21:45:08.228Z | Compiling clap_lex v1.0.0 |
| 735 | 2026-06-11T21:45:08.330Z | Compiling time-core v0.1.8 |
| 736 | 2026-06-11T21:45:08.383Z | Compiling prettyplease v0.2.37 |
| 737 | 2026-06-11T21:45:08.474Z | Compiling powerfmt v0.2.0 |
| 738 | 2026-06-11T21:45:08.482Z | Compiling num-conv v0.2.0 |
| 739 | 2026-06-11T21:45:08.539Z | Compiling openssl-probe v0.2.1 |
| 740 | 2026-06-11T21:45:08.613Z | Compiling unicode-width v0.2.2 |
| 741 | 2026-06-11T21:45:08.617Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 742 | 2026-06-11T21:45:08.683Z | Compiling rustls-native-certs v0.8.3 |
| 743 | 2026-06-11T21:45:08.750Z | Compiling time-macros v0.2.27 |
| 744 | 2026-06-11T21:45:08.855Z | Compiling deranged v0.5.5 |
| 745 | 2026-06-11T21:45:08.910Z | Compiling clap_builder v4.6.0 |
| 746 | 2026-06-11T21:45:09.027Z | Compiling axum v0.7.9 |
| 747 | 2026-06-11T21:45:09.253Z | Compiling toml v0.9.11+spec-1.1.0 |
| 748 | 2026-06-11T21:45:09.911Z | Compiling rand_chacha v0.9.0 |
| 749 | 2026-06-11T21:45:10.314Z | Compiling num_enum_derive v0.7.5 |
| 750 | 2026-06-11T21:45:10.344Z | Compiling darling v0.23.0 |
| 751 | 2026-06-11T21:45:10.430Z | Compiling tonic-build v0.9.2 |
| 752 | 2026-06-11T21:45:11.280Z | Compiling sha1 v0.10.6 |
| 753 | 2026-06-11T21:45:11.365Z | Compiling progenitor-impl v0.10.0 |
| 754 | 2026-06-11T21:45:11.407Z | Compiling hyper-timeout v0.5.2 |
| 755 | 2026-06-11T21:45:11.512Z | Compiling lzma-sys v0.1.20 |
| 756 | 2026-06-11T21:45:11.613Z | Compiling oxnet v0.1.4 |
| 757 | 2026-06-11T21:45:11.924Z | Compiling tokio-io-timeout v1.2.1 |
| 758 | 2026-06-11T21:45:12.066Z | Compiling clap_derive v4.6.1 |
| 759 | 2026-06-11T21:45:12.079Z | Compiling foreign-types-macros v0.2.3 |
| 760 | 2026-06-11T21:45:12.092Z | Compiling arc-swap v1.8.0 |
| 761 | 2026-06-11T21:45:12.398Z | Compiling prost v0.13.5 |
| 762 | 2026-06-11T21:45:12.572Z | Compiling thread_local v1.1.9 |
| 763 | 2026-06-11T21:45:12.731Z | Compiling slog-async v2.8.0 |
| 764 | 2026-06-11T21:45:12.745Z | Compiling utf-8 v0.7.6 |
| 765 | 2026-06-11T21:45:12.781Z | Compiling portable-atomic v1.13.0 |
| 766 | 2026-06-11T21:45:12.849Z | Compiling hyper-openssl v0.9.2 |
| 767 | 2026-06-11T21:45:12.921Z | Compiling data-encoding v2.10.0 |
| 768 | 2026-06-11T21:45:13.017Z | Compiling sync_wrapper v0.1.2 |
| 769 | 2026-06-11T21:45:13.085Z | Compiling typeid v1.0.3 |
| 770 | 2026-06-11T21:45:13.118Z | Compiling byteorder v1.5.0 |
| 771 | 2026-06-11T21:45:13.220Z | Compiling linked-hash-map v0.5.6 |
| 772 | 2026-06-11T21:45:13.351Z | Compiling foreign-types-shared v0.3.1 |
| 773 | 2026-06-11T21:45:13.369Z | Compiling bitflags v1.3.2 |
| 774 | 2026-06-11T21:45:13.451Z | Compiling foreign-types v0.5.0 |
| 775 | 2026-06-11T21:45:13.454Z | Compiling linked_hash_set v0.1.6 |
| 776 | 2026-06-11T21:45:13.526Z | Compiling tungstenite v0.21.0 |
| 777 | 2026-06-11T21:45:13.614Z | Compiling tonic v0.12.3 |
| 778 | 2026-06-11T21:45:13.646Z | Compiling slog-scope v4.4.1 |
| 779 | 2026-06-11T21:45:13.732Z | Compiling clap v4.6.1 |
| 780 | 2026-06-11T21:45:13.748Z | Compiling hyper-timeout v0.4.1 |
| 781 | 2026-06-11T21:45:13.832Z | Compiling tokio-rustls v0.24.1 |
| 782 | 2026-06-11T21:45:13.905Z | Compiling num_enum v0.7.5 |
| 783 | 2026-06-11T21:45:13.918Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 784 | 2026-06-11T21:45:14.027Z | Compiling wrangler v0.1.0 (/work/ci/testbed/tools/wrangler) |
| 785 | 2026-06-11T21:45:14.325Z | Compiling crossbeam-channel v0.5.15 |
| 786 | 2026-06-11T21:45:14.397Z | Compiling serde_with_macros v3.21.0 |
| 787 | 2026-06-11T21:45:14.436Z | Compiling rand v0.9.2 |
| 788 | 2026-06-11T21:45:14.820Z | Compiling cargo_toml v0.22.3 |
| 789 | 2026-06-11T21:45:14.850Z | Compiling progenitor-macro v0.10.0 |
| 790 | 2026-06-11T21:45:15.047Z | Compiling time v0.3.47 |
| 791 | 2026-06-11T21:45:15.640Z | Compiling rustls-pemfile v1.0.4 |
| 792 | 2026-06-11T21:45:16.182Z | Compiling progenitor-impl v0.11.2 |
| 793 | 2026-06-11T21:45:16.358Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 794 | 2026-06-11T21:45:16.604Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 795 | 2026-06-11T21:45:16.882Z | Compiling cstr-argument v0.1.2 |
| 796 | 2026-06-11T21:45:16.926Z | Compiling is-terminal v0.4.17 |
| 797 | 2026-06-11T21:45:17.033Z | Compiling encoding_rs v0.8.35 |
| 798 | 2026-06-11T21:45:17.045Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 799 | 2026-06-11T21:45:17.095Z | Compiling term v1.2.1 |
| 800 | 2026-06-11T21:45:17.233Z | Compiling ipnetwork v0.21.1 |
| 801 | 2026-06-11T21:45:17.259Z | Compiling colored v3.1.1 |
| 802 | 2026-06-11T21:45:17.531Z | Compiling pretty-hex v0.4.1 |
| 803 | 2026-06-11T21:45:17.681Z | Compiling camino v1.2.2 |
| 804 | 2026-06-11T21:45:17.807Z | Compiling take_mut v0.2.2 |
| 805 | 2026-06-11T21:45:17.882Z | Compiling itertools v0.12.1 |
| 806 | 2026-06-11T21:45:18.059Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 807 | 2026-06-11T21:45:18.266Z | Compiling oxnet v0.1.4 (https://github.com/oxidecomputer/oxnet?branch=main#a9503664) |
| 808 | 2026-06-11T21:45:18.459Z | Compiling slog-term v2.9.2 |
| 809 | 2026-06-11T21:45:18.734Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 810 | 2026-06-11T21:45:18.749Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 811 | 2026-06-11T21:45:19.017Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 812 | 2026-06-11T21:45:19.055Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 813 | 2026-06-11T21:45:19.124Z | Compiling tonic v0.9.2 |
| 814 | 2026-06-11T21:45:19.141Z | Compiling serde_with v3.21.0 |
| 815 | 2026-06-11T21:45:19.579Z | Compiling tonic-openssl v0.3.0 |
| 816 | 2026-06-11T21:45:19.656Z | Compiling zone_cfg_derive v0.3.1 |
| 817 | 2026-06-11T21:45:19.776Z | Compiling progenitor-macro v0.11.2 |
| 818 | 2026-06-11T21:45:19.887Z | Compiling tokio-tungstenite v0.21.0 |
| 819 | 2026-06-11T21:45:20.208Z | Compiling slog-stdlog v4.1.1 |
| 820 | 2026-06-11T21:45:20.524Z | Compiling console v0.16.2 |
| 821 | 2026-06-11T21:45:20.693Z | Compiling tabwriter v1.4.1 |
| 822 | 2026-06-11T21:45:21.150Z | Compiling unit-prefix v0.5.2 |
| 823 | 2026-06-11T21:45:21.225Z | Compiling ron v0.12.0 |
| 824 | 2026-06-11T21:45:21.304Z | Compiling indicatif v0.18.3 |
| 825 | 2026-06-11T21:45:21.647Z | Compiling zone v0.3.1 |
| 826 | 2026-06-11T21:45:22.342Z | Compiling slog-envlogger v2.2.0 |
| 827 | 2026-06-11T21:45:22.345Z | Compiling xz2 v0.1.7 |
| 828 | 2026-06-11T21:45:22.844Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=main#396bb3c5) |
| 829 | 2026-06-11T21:45:22.980Z | Compiling sha2 v0.10.9 |
| 830 | 2026-06-11T21:45:23.166Z | Compiling smf v0.2.3 |
| 831 | 2026-06-11T21:45:23.185Z | Compiling base16ct v1.0.0 |
| 832 | 2026-06-11T21:45:26.199Z | Compiling rustls-webpki v0.103.9 |
| 833 | 2026-06-11T21:45:28.979Z | Compiling tokio-rustls v0.26.4 |
| 834 | 2026-06-11T21:45:28.979Z | Compiling rustls-platform-verifier v0.7.0 |
| 835 | 2026-06-11T21:45:29.168Z | Compiling hyper-rustls v0.27.7 |
| 836 | 2026-06-11T21:45:29.344Z | Compiling reqwest v0.12.28 |
| 837 | 2026-06-11T21:45:29.344Z | Compiling reqwest v0.13.4 |
| 838 | 2026-06-11T21:45:30.395Z | Compiling progenitor-client v0.10.0 |
| 839 | 2026-06-11T21:45:30.395Z | Compiling progenitor-client v0.11.2 |
| 840 | 2026-06-11T21:45:30.591Z | Compiling progenitor v0.10.0 |
| 841 | 2026-06-11T21:45:30.645Z | Compiling progenitor v0.11.2 |
| 842 | 2026-06-11T21:45:30.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 843 | 2026-06-11T21:45:30.735Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=main#396bb3c5) |
| 844 | 2026-06-11T21:45:33.969Z | Compiling interop-lab v0.1.0 (/work/ci/testbed/interop) |
| 845 | 2026-06-11T21:45:42.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 846 | 2026-06-11T21:45:43.171Z | + cargo build --tests |
| 847 | 2026-06-11T21:45:43.293Z | Downloading crates ... |
| 848 | 2026-06-11T21:45:43.419Z | Downloaded ahash v0.8.12 |
| 849 | 2026-06-11T21:45:43.422Z | Downloaded adler2 v2.0.1 |
| 850 | 2026-06-11T21:45:43.422Z | Downloaded owo-colors v3.5.0 |
| 851 | 2026-06-11T21:45:43.427Z | Downloaded base64ct v1.8.3 |
| 852 | 2026-06-11T21:45:43.430Z | Downloaded backtrace-ext v0.2.1 |
| 853 | 2026-06-11T21:45:43.436Z | Downloaded addr2line v0.25.1 |
| 854 | 2026-06-11T21:45:43.443Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 855 | 2026-06-11T21:45:43.451Z | Downloaded is_ci v1.2.0 |
| 856 | 2026-06-11T21:45:43.455Z | Downloaded rfc6979 v0.4.0 |
| 857 | 2026-06-11T21:45:43.458Z | Downloaded newline-converter v0.3.0 |
| 858 | 2026-06-11T21:45:43.462Z | Downloaded miette-derive v5.10.0 |
| 859 | 2026-06-11T21:45:43.463Z | Downloaded signature v2.2.0 |
| 860 | 2026-06-11T21:45:43.466Z | Downloaded hubpack v0.1.2 |
| 861 | 2026-06-11T21:45:43.469Z | Downloaded flagset v0.4.7 |
| 862 | 2026-06-11T21:45:43.469Z | Downloaded terminal_size v0.4.3 |
| 863 | 2026-06-11T21:45:43.469Z | Downloaded hubpack_derive v0.1.1 |
| 864 | 2026-06-11T21:45:43.472Z | Downloaded pem-rfc7468 v0.7.0 |
| 865 | 2026-06-11T21:45:43.477Z | Downloaded unicode-linebreak v0.1.5 |
| 866 | 2026-06-11T21:45:43.480Z | Downloaded supports-unicode v2.1.0 |
| 867 | 2026-06-11T21:45:43.483Z | Downloaded keccak v0.1.5 |
| 868 | 2026-06-11T21:45:43.483Z | Downloaded atomicwrites v0.4.4 |
| 869 | 2026-06-11T21:45:43.487Z | Downloaded num-iter v0.1.45 |
| 870 | 2026-06-11T21:45:43.491Z | Downloaded ciborium-ll v0.2.2 |
| 871 | 2026-06-11T21:45:43.494Z | Downloaded supports-color v2.1.0 |
| 872 | 2026-06-11T21:45:43.497Z | Downloaded group v0.13.0 |
| 873 | 2026-06-11T21:45:43.497Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 874 | 2026-06-11T21:45:43.500Z | Downloaded pkcs8 v0.10.2 |
| 875 | 2026-06-11T21:45:43.503Z | Downloaded tls_codec_derive v0.4.2 |
| 876 | 2026-06-11T21:45:43.506Z | Downloaded tls_codec v0.4.2 |
| 877 | 2026-06-11T21:45:43.506Z | Downloaded der_derive v0.7.3 |
| 878 | 2026-06-11T21:45:43.509Z | Downloaded strum_macros v0.26.4 |
| 879 | 2026-06-11T21:45:43.518Z | Downloaded ciborium-io v0.2.2 |
| 880 | 2026-06-11T21:45:43.521Z | Downloaded terminal_size v0.1.17 |
| 881 | 2026-06-11T21:45:43.521Z | Downloaded rustc_version v0.4.1 |
| 882 | 2026-06-11T21:45:43.524Z | Downloaded base16ct v0.2.0 |
| 883 | 2026-06-11T21:45:43.524Z | Downloaded strum v0.26.3 |
| 884 | 2026-06-11T21:45:43.527Z | Downloaded smawk v0.3.2 |
| 885 | 2026-06-11T21:45:43.530Z | Downloaded elliptic-curve v0.13.8 |
| 886 | 2026-06-11T21:45:43.530Z | Downloaded knuffel-derive v3.2.0 |
| 887 | 2026-06-11T21:45:43.533Z | Downloaded ed25519 v2.2.3 |
| 888 | 2026-06-11T21:45:43.533Z | Downloaded supports-hyperlinks v2.1.0 |
| 889 | 2026-06-11T21:45:43.541Z | Downloaded ecdsa v0.16.9 |
| 890 | 2026-06-11T21:45:43.546Z | Downloaded zeroize_derive v1.4.3 |
| 891 | 2026-06-11T21:45:43.549Z | Downloaded spki v0.7.3 |
| 892 | 2026-06-11T21:45:43.549Z | Downloaded primeorder v0.13.6 |
| 893 | 2026-06-11T21:45:43.552Z | Downloaded hmac v0.12.1 |
| 894 | 2026-06-11T21:45:43.555Z | Downloaded pkcs1 v0.7.5 |
| 895 | 2026-06-11T21:45:43.570Z | Downloaded sec1 v0.7.3 |
| 896 | 2026-06-11T21:45:43.573Z | Downloaded const-oid v0.9.6 |
| 897 | 2026-06-11T21:45:43.573Z | Downloaded rustc-demangle v0.1.27 |
| 898 | 2026-06-11T21:45:43.573Z | Downloaded static_assertions v1.1.0 |
| 899 | 2026-06-11T21:45:43.576Z | Downloaded ff v0.13.1 |
| 900 | 2026-06-11T21:45:43.583Z | Downloaded half v2.7.1 |
| 901 | 2026-06-11T21:45:43.588Z | Downloaded num-integer v0.1.46 |
| 902 | 2026-06-11T21:45:43.591Z | Downloaded console v0.15.11 |
| 903 | 2026-06-11T21:45:43.603Z | Downloaded spin v0.9.8 |
| 904 | 2026-06-11T21:45:43.615Z | Downloaded miniz_oxide v0.8.9 |
| 905 | 2026-06-11T21:45:43.618Z | Downloaded chumsky v0.9.3 |
| 906 | 2026-06-11T21:45:43.623Z | Downloaded similar v2.7.0 |
| 907 | 2026-06-11T21:45:43.626Z | Downloaded textwrap v0.15.2 |
| 908 | 2026-06-11T21:45:43.640Z | Downloaded crypto-bigint v0.5.5 |
| 909 | 2026-06-11T21:45:43.645Z | Downloaded ed25519-dalek v2.2.0 |
| 910 | 2026-06-11T21:45:43.648Z | Downloaded backtrace v0.3.76 |
| 911 | 2026-06-11T21:45:43.651Z | Downloaded toml_edit v0.25.12+spec-1.1.0 |
| 912 | 2026-06-11T21:45:43.651Z | Downloaded ciborium v0.2.2 |
| 913 | 2026-06-11T21:45:43.654Z | Downloaded rsa v0.9.10 |
| 914 | 2026-06-11T21:45:43.658Z | Downloaded knuffel v3.2.0 |
| 915 | 2026-06-11T21:45:43.661Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-06-11T21:45:43.664Z | Downloaded der v0.7.10 |
| 917 | 2026-06-11T21:45:43.667Z | Downloaded x509-cert v0.2.5 |
| 918 | 2026-06-11T21:45:43.670Z | Downloaded miette v5.10.0 |
| 919 | 2026-06-11T21:45:43.676Z | Downloaded unicode-segmentation v1.12.0 |
| 920 | 2026-06-11T21:45:43.681Z | Downloaded zerocopy-derive v0.8.34 |
| 921 | 2026-06-11T21:45:43.699Z | Downloaded num-bigint-dig v0.8.6 |
| 922 | 2026-06-11T21:45:43.710Z | Downloaded hashbrown v0.14.5 |
| 923 | 2026-06-11T21:45:43.713Z | Downloaded libm v0.2.16 |
| 924 | 2026-06-11T21:45:43.719Z | Downloaded salty v0.3.0 |
| 925 | 2026-06-11T21:45:43.722Z | Downloaded hkdf v0.12.4 |
| 926 | 2026-06-11T21:45:43.729Z | Downloaded p384 v0.13.1 |
| 927 | 2026-06-11T21:45:43.749Z | Downloaded curve25519-dalek v4.1.3 |
| 928 | 2026-06-11T21:45:43.755Z | Downloaded unicode-width v0.1.14 |
| 929 | 2026-06-11T21:45:43.758Z | Downloaded gimli v0.32.3 |
| 930 | 2026-06-11T21:45:43.765Z | Downloaded object v0.37.3 |
| 931 | 2026-06-11T21:45:43.800Z | Downloaded sha3 v0.10.8 |
| 932 | 2026-06-11T21:45:43.889Z | Compiling libc v0.2.184 |
| 933 | 2026-06-11T21:45:43.954Z | Compiling zeroize_derive v1.4.3 |
| 934 | 2026-06-11T21:45:43.957Z | Compiling subtle v2.6.1 |
| 935 | 2026-06-11T21:45:43.961Z | Compiling zerocopy v0.8.34 |
| 936 | 2026-06-11T21:45:43.965Z | Compiling zerocopy-derive v0.8.34 |
| 937 | 2026-06-11T21:45:43.970Z | Compiling bitflags v2.10.0 |
| 938 | 2026-06-11T21:45:43.973Z | Compiling libm v0.2.16 |
| 939 | 2026-06-11T21:45:43.976Z | Compiling num-traits v0.2.19 |
| 940 | 2026-06-11T21:45:44.084Z | Compiling generic-array v0.14.9 |
| 941 | 2026-06-11T21:45:44.188Z | Compiling const-oid v0.9.6 |
| 942 | 2026-06-11T21:45:44.329Z | Compiling serde_json v1.0.150 |
| 943 | 2026-06-11T21:45:44.356Z | Compiling unicode-segmentation v1.12.0 |
| 944 | 2026-06-11T21:45:44.385Z | Compiling errno v0.3.14 |
| 945 | 2026-06-11T21:45:44.451Z | Compiling jobserver v0.1.34 |
| 946 | 2026-06-11T21:45:44.533Z | Compiling getrandom v0.2.17 |
| 947 | 2026-06-11T21:45:44.548Z | Compiling socket2 v0.6.3 |
| 948 | 2026-06-11T21:45:44.602Z | Compiling zeroize v1.8.2 |
| 949 | 2026-06-11T21:45:44.710Z | Compiling cc v1.2.54 |
| 950 | 2026-06-11T21:45:44.758Z | Compiling parking_lot_core v0.9.12 |
| 951 | 2026-06-11T21:45:44.761Z | Compiling signal-hook-registry v1.4.8 |
| 952 | 2026-06-11T21:45:44.775Z | Compiling mio v1.2.0 |
| 953 | 2026-06-11T21:45:44.937Z | Compiling parking_lot v0.12.5 |
| 954 | 2026-06-11T21:45:44.990Z | Compiling getrandom v0.3.4 |
| 955 | 2026-06-11T21:45:45.165Z | Compiling tokio v1.52.3 |
| 956 | 2026-06-11T21:45:45.275Z | Compiling rand_core v0.6.4 |
| 957 | 2026-06-11T21:45:45.430Z | Compiling cmake v0.1.58 |
| 958 | 2026-06-11T21:45:45.488Z | Compiling crypto-common v0.1.6 |
| 959 | 2026-06-11T21:45:45.537Z | Compiling block-buffer v0.10.4 |
| 960 | 2026-06-11T21:45:45.609Z | Compiling chrono v0.4.43 |
| 961 | 2026-06-11T21:45:45.649Z | Compiling digest v0.10.7 |
| 962 | 2026-06-11T21:45:45.669Z | Compiling uuid v1.20.0 |
| 963 | 2026-06-11T21:45:45.771Z | Compiling rustls-pki-types v1.14.0 |
| 964 | 2026-06-11T21:45:45.970Z | Compiling ring v0.17.14 |
| 965 | 2026-06-11T21:45:46.025Z | Compiling aws-lc-sys v0.40.0 |
| 966 | 2026-06-11T21:45:46.094Z | Compiling rustix v1.1.3 |
| 967 | 2026-06-11T21:45:46.648Z | Compiling schemars v0.8.22 |
| 968 | 2026-06-11T21:45:47.224Z | Compiling ppv-lite86 v0.2.21 |
| 969 | 2026-06-11T21:45:47.515Z | Compiling rand_chacha v0.3.1 |
| 970 | 2026-06-11T21:45:47.627Z | Compiling heck v0.4.1 |
| 971 | 2026-06-11T21:45:47.820Z | Compiling rand v0.8.5 |
| 972 | 2026-06-11T21:45:47.965Z | Compiling webpki-roots v1.0.5 |
| 973 | 2026-06-11T21:45:48.078Z | Compiling base64ct v1.8.3 |
| 974 | 2026-06-11T21:45:48.106Z | Compiling der_derive v0.7.3 |
| 975 | 2026-06-11T21:45:48.345Z | Compiling typify-impl v0.4.3 |
| 976 | 2026-06-11T21:45:48.493Z | Compiling pem-rfc7468 v0.7.0 |
| 977 | 2026-06-11T21:45:48.533Z | Compiling terminal_size v0.4.3 |
| 978 | 2026-06-11T21:45:48.659Z | Compiling winnow v1.0.0 |
| 979 | 2026-06-11T21:45:48.811Z | Compiling tokio-util v0.7.18 |
| 980 | 2026-06-11T21:45:48.987Z | Compiling tower v0.5.3 |
| 981 | 2026-06-11T21:45:49.011Z | Compiling flagset v0.4.7 |
| 982 | 2026-06-11T21:45:49.110Z | Compiling clap_builder v4.6.0 |
| 983 | 2026-06-11T21:45:49.243Z | Compiling der v0.7.10 |
| 984 | 2026-06-11T21:45:49.432Z | Compiling h2 v0.4.13 |
| 985 | 2026-06-11T21:45:49.441Z | Compiling tower-http v0.6.8 |
| 986 | 2026-06-11T21:45:49.837Z | Compiling openssl-sys v0.9.116 |
| 987 | 2026-06-11T21:45:50.361Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 988 | 2026-06-11T21:45:50.385Z | Compiling is-terminal v0.4.17 |
| 989 | 2026-06-11T21:45:50.476Z | Compiling fastrand v2.3.0 |
| 990 | 2026-06-11T21:45:50.746Z | Compiling clap v4.6.1 |
| 991 | 2026-06-11T21:45:51.001Z | Compiling openapiv3 v2.2.0 |
| 992 | 2026-06-11T21:45:51.045Z | Compiling socket2 v0.5.10 |
| 993 | 2026-06-11T21:45:51.327Z | Compiling spin v0.9.8 |
| 994 | 2026-06-11T21:45:51.459Z | Compiling lazy_static v1.5.0 |
| 995 | 2026-06-11T21:45:51.545Z | Compiling spki v0.7.3 |
| 996 | 2026-06-11T21:45:51.897Z | Compiling rustix v0.38.44 |
| 997 | 2026-06-11T21:45:52.533Z | Compiling hyper v1.8.1 |
| 998 | 2026-06-11T21:45:52.649Z | Compiling h2 v0.3.27 |
| 999 | 2026-06-11T21:45:53.414Z | Compiling openssl v0.10.80 |
| 1000 | 2026-06-11T21:45:53.425Z | Compiling which v4.4.2 |
| 1001 | 2026-06-11T21:45:53.665Z | Compiling hyper-util v0.1.19 |
| 1002 | 2026-06-11T21:45:53.699Z | Compiling tempfile v3.24.0 |
| 1003 | 2026-06-11T21:45:54.113Z | Compiling tower v0.4.13 |
| 1004 | 2026-06-11T21:45:54.261Z | Compiling pkcs8 v0.10.2 |
| 1005 | 2026-06-11T21:45:54.500Z | Compiling typify-macro v0.4.3 |
| 1006 | 2026-06-11T21:45:54.530Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 1007 | 2026-06-11T21:45:54.682Z | Compiling sha1 v0.10.6 |
| 1008 | 2026-06-11T21:45:54.905Z | Compiling sha2 v0.10.9 |
| 1009 | 2026-06-11T21:45:55.222Z | Compiling tokio-openssl v0.6.5 |
| 1010 | 2026-06-11T21:45:55.234Z | Compiling prost-build v0.11.9 |
| 1011 | 2026-06-11T21:45:55.284Z | Compiling rustls v0.21.12 |
| 1012 | 2026-06-11T21:45:55.413Z | Compiling proc-macro-crate v3.4.0 |
| 1013 | 2026-06-11T21:45:55.421Z | Compiling rustls-webpki v0.101.7 |
| 1014 | 2026-06-11T21:45:55.827Z | Compiling hyper v0.14.32 |
| 1015 | 2026-06-11T21:45:56.161Z | Compiling sct v0.7.1 |
| 1016 | 2026-06-11T21:45:56.212Z | Compiling tokio-stream v0.1.18 |
| 1017 | 2026-06-11T21:45:56.341Z | Compiling rand_core v0.9.5 |
| 1018 | 2026-06-11T21:45:56.542Z | Compiling typify v0.4.3 |
| 1019 | 2026-06-11T21:45:56.643Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1020 | 2026-06-11T21:45:56.660Z | Compiling rustls-native-certs v0.8.3 |
| 1021 | 2026-06-11T21:45:56.778Z | Compiling progenitor-impl v0.10.0 |
| 1022 | 2026-06-11T21:45:56.846Z | Compiling toml v0.9.11+spec-1.1.0 |
| 1023 | 2026-06-11T21:45:57.003Z | Compiling rand_chacha v0.9.0 |
| 1024 | 2026-06-11T21:45:57.886Z | Compiling axum v0.7.9 |
| 1025 | 2026-06-11T21:45:58.363Z | Compiling num_enum_derive v0.7.5 |
| 1026 | 2026-06-11T21:45:58.412Z | Compiling tonic-build v0.9.2 |
| 1027 | 2026-06-11T21:45:58.489Z | Compiling hyper-timeout v0.5.2 |
| 1028 | 2026-06-11T21:45:58.695Z | Compiling tokio-io-timeout v1.2.1 |
| 1029 | 2026-06-11T21:45:58.852Z | Compiling oxnet v0.1.4 |
| 1030 | 2026-06-11T21:45:59.154Z | Compiling lzma-sys v0.1.20 |
| 1031 | 2026-06-11T21:45:59.401Z | Compiling object v0.37.3 |
| 1032 | 2026-06-11T21:45:59.514Z | Compiling tungstenite v0.21.0 |
| 1033 | 2026-06-11T21:45:59.566Z | Compiling axum v0.6.20 |
| 1034 | 2026-06-11T21:45:59.733Z | Compiling num_enum v0.7.5 |
| 1035 | 2026-06-11T21:45:59.848Z | Compiling hyper-openssl v0.9.2 |
| 1036 | 2026-06-11T21:45:59.860Z | Compiling slog-scope v4.4.1 |
| 1037 | 2026-06-11T21:46:00.018Z | Compiling wrangler v0.1.0 (/work/ci/testbed/tools/wrangler) |
| 1038 | 2026-06-11T21:46:00.124Z | Compiling tokio-rustls v0.24.1 |
| 1039 | 2026-06-11T21:46:00.258Z | Compiling progenitor-macro v0.10.0 |
| 1040 | 2026-06-11T21:46:00.338Z | Compiling hyper-timeout v0.4.1 |
| 1041 | 2026-06-11T21:46:00.426Z | Compiling tonic v0.12.3 |
| 1042 | 2026-06-11T21:46:00.497Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 1043 | 2026-06-11T21:46:00.911Z | Compiling cargo_toml v0.22.3 |
| 1044 | 2026-06-11T21:46:00.950Z | Compiling rand v0.9.2 |
| 1045 | 2026-06-11T21:46:01.449Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 1046 | 2026-06-11T21:46:01.613Z | Compiling hmac v0.12.1 |
| 1047 | 2026-06-11T21:46:01.750Z | Compiling ahash v0.8.12 |
| 1048 | 2026-06-11T21:46:01.763Z | Compiling gimli v0.32.3 |
| 1049 | 2026-06-11T21:46:01.993Z | Compiling adler2 v2.0.1 |
| 1050 | 2026-06-11T21:46:02.126Z | Compiling slog-term v2.9.2 |
| 1051 | 2026-06-11T21:46:02.497Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee) |
| 1052 | 2026-06-11T21:46:02.692Z | Compiling tonic v0.9.2 |
| 1053 | 2026-06-11T21:46:02.715Z | Compiling miniz_oxide v0.8.9 |
| 1054 | 2026-06-11T21:46:03.097Z | Compiling tonic-openssl v0.3.0 |
| 1055 | 2026-06-11T21:46:03.188Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f5f8fd52) |
| 1056 | 2026-06-11T21:46:03.402Z | Compiling oxnet v0.1.4 (https://github.com/oxidecomputer/oxnet?branch=main#a9503664) |
| 1057 | 2026-06-11T21:46:03.729Z | Compiling addr2line v0.25.1 |
| 1058 | 2026-06-11T21:46:03.865Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1059 | 2026-06-11T21:46:03.980Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 1060 | 2026-06-11T21:46:04.073Z | Compiling slog-stdlog v4.1.1 |
| 1061 | 2026-06-11T21:46:04.107Z | Compiling tokio-tungstenite v0.21.0 |
| 1062 | 2026-06-11T21:46:04.487Z | Compiling progenitor-impl v0.11.2 |
| 1063 | 2026-06-11T21:46:04.514Z | Compiling console v0.16.2 |
| 1064 | 2026-06-11T21:46:04.575Z | Compiling zone_cfg_derive v0.3.1 |
| 1065 | 2026-06-11T21:46:05.151Z | Compiling signature v2.2.0 |
| 1066 | 2026-06-11T21:46:05.254Z | Compiling ff v0.13.1 |
| 1067 | 2026-06-11T21:46:05.301Z | Compiling base16ct v0.2.0 |
| 1068 | 2026-06-11T21:46:05.387Z | Compiling rustc-demangle v0.1.27 |
| 1069 | 2026-06-11T21:46:05.480Z | Compiling sec1 v0.7.3 |
| 1070 | 2026-06-11T21:46:05.518Z | Compiling indicatif v0.18.3 |
| 1071 | 2026-06-11T21:46:05.777Z | Compiling group v0.13.0 |
| 1072 | 2026-06-11T21:46:05.936Z | Compiling zone v0.3.1 |
| 1073 | 2026-06-11T21:46:06.021Z | Compiling xz2 v0.1.7 |
| 1074 | 2026-06-11T21:46:06.300Z | Compiling ron v0.12.0 |
| 1075 | 2026-06-11T21:46:06.593Z | Compiling slog-envlogger v2.2.0 |
| 1076 | 2026-06-11T21:46:06.678Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#24167d26) |
| 1077 | 2026-06-11T21:46:07.004Z | Compiling backtrace v0.3.76 |
| 1078 | 2026-06-11T21:46:07.339Z | Compiling hkdf v0.12.4 |
| 1079 | 2026-06-11T21:46:07.481Z | Compiling crypto-bigint v0.5.5 |
| 1080 | 2026-06-11T21:46:07.928Z | Compiling rustc_version v0.4.1 |
| 1081 | 2026-06-11T21:46:08.098Z | Compiling progenitor-macro v0.11.2 |
| 1082 | 2026-06-11T21:46:08.123Z | Compiling unicode-width v0.1.14 |
| 1083 | 2026-06-11T21:46:08.201Z | Compiling is_ci v1.2.0 |
| 1084 | 2026-06-11T21:46:08.320Z | Compiling unicode-linebreak v0.1.5 |
| 1085 | 2026-06-11T21:46:08.337Z | Compiling smawk v0.3.2 |
| 1086 | 2026-06-11T21:46:08.389Z | Compiling elliptic-curve v0.13.8 |
| 1087 | 2026-06-11T21:46:08.462Z | Compiling supports-color v2.1.0 |
| 1088 | 2026-06-11T21:46:08.557Z | Compiling textwrap v0.15.2 |
| 1089 | 2026-06-11T21:46:08.560Z | Compiling curve25519-dalek v4.1.3 |
| 1090 | 2026-06-11T21:46:08.634Z | Compiling backtrace-ext v0.2.1 |
| 1091 | 2026-06-11T21:46:08.672Z | Compiling hashbrown v0.14.5 |
| 1092 | 2026-06-11T21:46:08.730Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=main#396bb3c5) |
| 1093 | 2026-06-11T21:46:08.809Z | Compiling supports-hyperlinks v2.1.0 |
| 1094 | 2026-06-11T21:46:08.828Z | Compiling supports-unicode v2.1.0 |
| 1095 | 2026-06-11T21:46:08.956Z | Compiling half v2.7.1 |
| 1096 | 2026-06-11T21:46:08.964Z | Compiling num-integer v0.1.46 |
| 1097 | 2026-06-11T21:46:08.972Z | Compiling terminal_size v0.1.17 |
| 1098 | 2026-06-11T21:46:09.039Z | Compiling miette-derive v5.10.0 |
| 1099 | 2026-06-11T21:46:09.074Z | Compiling owo-colors v3.5.0 |
| 1100 | 2026-06-11T21:46:09.220Z | Compiling hex v0.4.3 |
| 1101 | 2026-06-11T21:46:09.239Z | Compiling num-bigint-dig v0.8.6 |
| 1102 | 2026-06-11T21:46:09.263Z | Compiling keccak v0.1.5 |
| 1103 | 2026-06-11T21:46:09.446Z | Compiling ciborium-io v0.2.2 |
| 1104 | 2026-06-11T21:46:09.482Z | Compiling sha3 v0.10.8 |
| 1105 | 2026-06-11T21:46:09.495Z | Compiling num-iter v0.1.45 |
| 1106 | 2026-06-11T21:46:09.534Z | Compiling ciborium-ll v0.2.2 |
| 1107 | 2026-06-11T21:46:09.598Z | Compiling chumsky v0.9.3 |
| 1108 | 2026-06-11T21:46:09.738Z | Compiling rfc6979 v0.4.0 |
| 1109 | 2026-06-11T21:46:09.777Z | Compiling knuffel-derive v3.2.0 |
| 1110 | 2026-06-11T21:46:09.803Z | Compiling strum_macros v0.26.4 |
| 1111 | 2026-06-11T21:46:09.854Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1112 | 2026-06-11T21:46:10.116Z | Compiling miette v5.10.0 |
| 1113 | 2026-06-11T21:46:10.532Z | Compiling salty v0.3.0 |
| 1114 | 2026-06-11T21:46:10.979Z | Compiling ecdsa v0.16.9 |
| 1115 | 2026-06-11T21:46:11.223Z | Compiling knuffel v3.2.0 |
| 1116 | 2026-06-11T21:46:11.276Z | Compiling ciborium v0.2.2 |
| 1117 | 2026-06-11T21:46:11.421Z | Compiling strum v0.26.3 |
| 1118 | 2026-06-11T21:46:11.495Z | Compiling primeorder v0.13.6 |
| 1119 | 2026-06-11T21:46:11.547Z | Compiling ed25519 v2.2.3 |
| 1120 | 2026-06-11T21:46:11.741Z | Compiling pkcs1 v0.7.5 |
| 1121 | 2026-06-11T21:46:11.808Z | Compiling hubpack_derive v0.1.1 |
| 1122 | 2026-06-11T21:46:11.864Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1123 | 2026-06-11T21:46:12.010Z | Compiling p384 v0.13.1 |
| 1124 | 2026-06-11T21:46:12.127Z | Compiling ed25519-dalek v2.2.0 |
| 1125 | 2026-06-11T21:46:12.325Z | Compiling hubpack v0.1.2 |
| 1126 | 2026-06-11T21:46:12.436Z | Compiling rsa v0.9.10 |
| 1127 | 2026-06-11T21:46:12.606Z | Compiling x509-cert v0.2.5 |
| 1128 | 2026-06-11T21:46:12.948Z | Compiling static_assertions v1.1.0 |
| 1129 | 2026-06-11T21:46:13.016Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=06f05ee0fb26ed63f33dde79a7e0e7e766fd124c#06f05ee0) |
| 1130 | 2026-06-11T21:46:13.024Z | Compiling atomicwrites v0.4.4 |
| 1131 | 2026-06-11T21:46:13.031Z | Compiling console v0.15.11 |
| 1132 | 2026-06-11T21:46:13.094Z | Compiling newline-converter v0.3.0 |
| 1133 | 2026-06-11T21:46:13.200Z | Compiling similar v2.7.0 |
| 1134 | 2026-06-11T21:46:13.208Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1135 | 2026-06-11T21:46:13.376Z | Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=06f05ee0fb26ed63f33dde79a7e0e7e766fd124c#06f05ee0) |
| 1136 | 2026-06-11T21:46:13.454Z | Compiling toml_edit v0.25.12+spec-1.1.0 |
| 1137 | 2026-06-11T21:46:13.673Z | Compiling expectorate v1.2.0 |
| 1138 | 2026-06-11T21:46:13.813Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 1139 | 2026-06-11T21:46:14.686Z | Compiling toml-assemble v0.1.0 (/work/ci/testbed/toml-assemble) |
| 1140 | 2026-06-11T21:46:15.808Z | Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 1141 | 2026-06-11T21:46:17.624Z | Compiling aws-lc-rs v1.16.3 |
| 1142 | 2026-06-11T21:46:17.643Z | Compiling rustls v0.23.36 |
| 1143 | 2026-06-11T21:46:18.906Z | Compiling rustls-webpki v0.103.9 |
| 1144 | 2026-06-11T21:46:21.672Z | Compiling tokio-rustls v0.26.4 |
| 1145 | 2026-06-11T21:46:21.673Z | Compiling rustls-platform-verifier v0.7.0 |
| 1146 | 2026-06-11T21:46:21.860Z | Compiling hyper-rustls v0.27.7 |
| 1147 | 2026-06-11T21:46:22.041Z | Compiling reqwest v0.12.28 |
| 1148 | 2026-06-11T21:46:22.041Z | Compiling reqwest v0.13.4 |
| 1149 | 2026-06-11T21:46:23.095Z | Compiling progenitor-client v0.10.0 |
| 1150 | 2026-06-11T21:46:23.096Z | Compiling progenitor-client v0.11.2 |
| 1151 | 2026-06-11T21:46:23.294Z | Compiling progenitor v0.10.0 |
| 1152 | 2026-06-11T21:46:23.302Z | Compiling progenitor v0.11.2 |
| 1153 | 2026-06-11T21:46:23.385Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff31c527515d65886e599fc07eb41240aeb767c6#ff31c527) |
| 1154 | 2026-06-11T21:46:23.385Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=main#396bb3c5) |
| 1155 | 2026-06-11T21:46:26.734Z | Compiling interop-lab v0.1.0 (/work/ci/testbed/interop) |
| 1156 | 2026-06-11T21:46:28.241Z | Compiling a4x2 v0.1.0 (/work/ci/testbed/a4x2) |
| 1157 | 2026-06-11T21:46:40.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.00s |
| 1158 | 2026-06-11T21:46:40.279Z | + banner prep |
| 1159 | 2026-06-11T21:46:40.282Z | |
| 1160 | 2026-06-11T21:46:40.282Z | ##### ##### ###### ##### |
| 1161 | 2026-06-11T21:46:40.282Z | # # # # # # # |
| 1162 | 2026-06-11T21:46:40.282Z | # # # # ##### # # |
| 1163 | 2026-06-11T21:46:40.282Z | ##### ##### # ##### |
| 1164 | 2026-06-11T21:46:40.282Z | # # # # # |
| 1165 | 2026-06-11T21:46:40.282Z | # # # ###### # |
| 1166 | 2026-06-11T21:46:40.282Z | |
| 1167 | 2026-06-11T21:46:40.282Z | + mkdir -p out |
| 1168 | 2026-06-11T21:46:40.283Z | + cp target/debug/interop target/debug/wrangler out/ |
| 1169 | 2026-06-11T21:46:40.600Z | ++ find target/debug/deps -maxdepth 1 -type f -name 'baseline-*' -exec ls -t '{}' + |
| 1170 | 2026-06-11T21:46:40.603Z | ++ grep -v -E '.*\.d$' |
| 1171 | 2026-06-11T21:46:40.603Z | ++ head -1 |
| 1172 | 2026-06-11T21:46:40.607Z | + TEST=target/debug/deps/baseline-634c38d83a2f15f1 |
| 1173 | 2026-06-11T21:46:40.610Z | + mv target/debug/deps/baseline-634c38d83a2f15f1 out/baseline |
| 1174 | 2026-06-11T21:46:40.610Z | + banner archive |
| 1175 | 2026-06-11T21:46:40.610Z | |
| 1176 | 2026-06-11T21:46:40.610Z | ## ##### #### # # # # # ###### |
| 1177 | 2026-06-11T21:46:40.610Z | # # # # # # # # # # # # |
| 1178 | 2026-06-11T21:46:40.610Z | # # # # # ###### # # # ##### |
| 1179 | 2026-06-11T21:46:40.610Z | ###### ##### # # # # # # # |
| 1180 | 2026-06-11T21:46:40.610Z | # # # # # # # # # # # # |
| 1181 | 2026-06-11T21:46:40.610Z | # # # # #### # # # ## ###### |
| 1182 | 2026-06-11T21:46:40.610Z | |
| 1183 | 2026-06-11T21:46:40.610Z | + cd /work/ci |
| 1184 | 2026-06-11T21:46:40.610Z | + cat |
| 1185 | 2026-06-11T21:46:40.613Z | + tar cvzXf exclude-file.txt /work/testbed.tar.gz testbed |
| 1186 | 2026-06-11T21:46:59.248Z | Compressing '/work/testbed.tar.gz' with '/usr/bin/gzip'... |
| 1187 | 2026-06-11T21:46:59.249Z | a testbed/ 0K |
| 1188 | 2026-06-11T21:46:59.249Z | a testbed/target excluded |
| 1189 | 2026-06-11T21:46:59.249Z | a testbed/tools/ 0K |
| 1190 | 2026-06-11T21:46:59.249Z | a testbed/tools/setup/ 0K |
| 1191 | 2026-06-11T21:46:59.249Z | a testbed/tools/setup/debian 1K |
| 1192 | 2026-06-11T21:46:59.249Z | a testbed/tools/setup/illumos 1K |
| 1193 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/ 0K |
| 1194 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/rustfmt.toml 1K |
| 1195 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/ 0K |
| 1196 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/bin/ 0K |
| 1197 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/bin/wrangler.rs 3K |
| 1198 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/lib.rs 2K |
| 1199 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/arista.rs 5K |
| 1200 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/src/juniper.rs 8K |
| 1201 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/proto/ 0K |
| 1202 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/proto/jnx_common_base_types.proto 3K |
| 1203 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/proto/jnx_authentication_service.proto 2K |
| 1204 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/proto/jnx_management_service.proto 13K |
| 1205 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/rust-toolchain.toml 1K |
| 1206 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/scripts/ 0K |
| 1207 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/scripts/call.sh 1K |
| 1208 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/build.rs 1K |
| 1209 | 2026-06-11T21:46:59.249Z | a testbed/tools/wrangler/Cargo.toml 1K |
| 1210 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/ 0K |
| 1211 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/ 0K |
| 1212 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/ 0K |
| 1213 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss-static-routing-three-node.toml 3K |
| 1214 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss.toml 3K |
| 1215 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss-pop.toml 3K |
| 1216 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss-three-node.toml 3K |
| 1217 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss-static-routing.toml 3K |
| 1218 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/tests/output/config-rss-classe.toml 3K |
| 1219 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/Cargo.toml 1K |
| 1220 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/src/ 0K |
| 1221 | 2026-06-11T21:46:59.249Z | a testbed/toml-assemble/src/main.rs 5K |
| 1222 | 2026-06-11T21:46:59.249Z | a testbed/docs/ 0K |
| 1223 | 2026-06-11T21:46:59.249Z | a testbed/docs/deployment-guides/ 0K |
| 1224 | 2026-06-11T21:46:59.250Z | a testbed/docs/deployment-guides/a4x2/ 0K |
| 1225 | 2026-06-11T21:46:59.250Z | a testbed/docs/deployment-guides/a4x2/simple-static/ 0K |
| 1226 | 2026-06-11T21:46:59.250Z | a testbed/docs/deployment-guides/a4x2/simple-static/README.md 8K |
| 1227 | 2026-06-11T21:46:59.250Z | a testbed/docs/deployment-guides/a4x2/pre-installation.md 4K |
| 1228 | 2026-06-11T21:46:59.250Z | a testbed/Cargo.lock 132K |
| 1229 | 2026-06-11T21:46:59.250Z | a testbed/netconf/ 0K |
| 1230 | 2026-06-11T21:46:59.250Z | a testbed/netconf/static-v6/ 0K |
| 1231 | 2026-06-11T21:46:59.250Z | a testbed/netconf/static-v6/setup.sh 1K |
| 1232 | 2026-06-11T21:46:59.250Z | a testbed/netconf/static-v6/a4x2-v6.transit 1K |
| 1233 | 2026-06-11T21:46:59.250Z | a testbed/.github/ 0K |
| 1234 | 2026-06-11T21:46:59.250Z | a testbed/.github/buildomat/ 0K |
| 1235 | 2026-06-11T21:46:59.250Z | a testbed/.github/buildomat/jobs/ 0K |
| 1236 | 2026-06-11T21:46:59.250Z | a testbed/.github/buildomat/jobs/a4x2.sh 1K |
| 1237 | 2026-06-11T21:46:59.250Z | a testbed/.github/buildomat/jobs/interop.sh 1K |
| 1238 | 2026-06-11T21:46:59.250Z | a testbed/.github/buildomat/config.toml 1K |
| 1239 | 2026-06-11T21:46:59.250Z | a testbed/.github/renovate.json 1K |
| 1240 | 2026-06-11T21:46:59.250Z | a testbed/.git excluded |
| 1241 | 2026-06-11T21:46:59.250Z | a testbed/interop/ 0K |
| 1242 | 2026-06-11T21:46:59.250Z | a testbed/interop/.gitignore 1K |
| 1243 | 2026-06-11T21:46:59.250Z | a testbed/interop/Cargo.toml 1K |
| 1244 | 2026-06-11T21:46:59.250Z | a testbed/interop/README.md 3K |
| 1245 | 2026-06-11T21:46:59.250Z | a testbed/interop/interop symbolic link to ../target/debug/interop |
| 1246 | 2026-06-11T21:46:59.250Z | a testbed/interop/scripts/ 0K |
| 1247 | 2026-06-11T21:46:59.250Z | a testbed/interop/scripts/mgd-env.sh 1K |
| 1248 | 2026-06-11T21:46:59.250Z | a testbed/interop/scripts/arista-env.sh 1K |
| 1249 | 2026-06-11T21:46:59.250Z | a testbed/interop/scripts/juniper-env.sh 1K |
| 1250 | 2026-06-11T21:46:59.250Z | a testbed/interop/tests/ 0K |
| 1251 | 2026-06-11T21:46:59.250Z | a testbed/interop/tests/baseline.rs 6K |
| 1252 | 2026-06-11T21:46:59.250Z | a testbed/interop/src/ 0K |
| 1253 | 2026-06-11T21:46:59.250Z | a testbed/interop/src/bin/ 0K |
| 1254 | 2026-06-11T21:46:59.250Z | a testbed/interop/src/bin/interop.rs 3K |
| 1255 | 2026-06-11T21:46:59.250Z | a testbed/interop/src/lib.rs 2K |
| 1256 | 2026-06-11T21:46:59.250Z | a testbed/interop/wrangler symbolic link to ../target/debug/wrangler |
| 1257 | 2026-06-11T21:46:59.250Z | a testbed/interop/mgadm symbolic link to ./cargo-bay/mgd/mgadm |
| 1258 | 2026-06-11T21:46:59.250Z | a testbed/interop/cargo-bay/ 0K |
| 1259 | 2026-06-11T21:46:59.250Z | a testbed/interop/cargo-bay/mgd/ 0K |
| 1260 | 2026-06-11T21:46:59.250Z | a testbed/interop/cargo-bay/mgd/.gitignore 1K |
| 1261 | 2026-06-11T21:46:59.250Z | a testbed/interop/cargo-bay/mgd/setup_ssh symbolic link to ../../../tools/setup/illumos |
| 1262 | 2026-06-11T21:46:59.250Z | a testbed/interop/cargo-bay/mgd/init.sh 2K |
| 1263 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/juniper/ 0K |
| 1264 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/juniper/router-config.txt 6K |
| 1265 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/juniper/init.sh 2K |
| 1266 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/juniper/setup_ssh symbolic link to ../../../tools/setup/debian |
| 1267 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/arista/ 0K |
| 1268 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/arista/init.sh 3K |
| 1269 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/arista/setup_ssh symbolic link to ../../../tools/setup/debian |
| 1270 | 2026-06-11T21:46:59.251Z | a testbed/interop/cargo-bay/arista/router-config.txt 2K |
| 1271 | 2026-06-11T21:46:59.251Z | a testbed/Cargo.toml 2K |
| 1272 | 2026-06-11T21:46:59.251Z | a testbed/a4x2 excluded |
| 1273 | 2026-06-11T21:46:59.251Z | a testbed/out/ 0K |
| 1274 | 2026-06-11T21:46:59.251Z | a testbed/out/wrangler 173914K |
| 1275 | 2026-06-11T21:46:59.251Z | a testbed/out/baseline 303267K |
| 1276 | 2026-06-11T21:46:59.251Z | a testbed/out/interop 213877K |
| 1277 | 2026-06-11T21:46:59.251Z | a testbed/.gitignore 1K |
| 1278 | 2026-06-11T21:46:59.251Z | a testbed/README.md 2K |
| 1279 | 2026-06-11T21:46:59.255Z | + banner dhcp-server |
| 1280 | 2026-06-11T21:46:59.255Z | |
| 1281 | 2026-06-11T21:46:59.255Z | ##### # # #### ##### #### ###### ##### # # ###### |
| 1282 | 2026-06-11T21:46:59.255Z | # # # # # # # # # # # # # # # |
| 1283 | 2026-06-11T21:46:59.255Z | # # ###### # # # ##### #### ##### # # # # ##### |
| 1284 | 2026-06-11T21:46:59.255Z | # # # # # ##### # # ##### # # # |
| 1285 | 2026-06-11T21:46:59.255Z | # # # # # # # # # # # # # # # |
| 1286 | 2026-06-11T21:46:59.255Z | ##### # # #### # #### ###### # # ## ###### |
| 1287 | 2026-06-11T21:46:59.255Z | |
| 1288 | 2026-06-11T21:46:59.255Z | + git clone https://github.com/oxidecomputer/omicron.git /work/ci/omicron |
| 1289 | 2026-06-11T21:46:59.255Z | Cloning into '/work/ci/omicron'... |
| 1290 | 2026-06-11T21:47:08.253Z | + cd /work/ci/omicron |
| 1291 | 2026-06-11T21:47:08.253Z | + source env.sh |
| 1292 | 2026-06-11T21:47:08.256Z | ++ OLD_SHELL_OPTS=ehxB |
| 1293 | 2026-06-11T21:47:08.256Z | ++ set -o xtrace |
| 1294 | 2026-06-11T21:47:08.256Z | ++++ dirname env.sh |
| 1295 | 2026-06-11T21:47:08.259Z | +++ readlink -f . |
| 1296 | 2026-06-11T21:47:08.262Z | ++ OMICRON_WS=/work/ci/omicron |
| 1297 | 2026-06-11T21:47:08.262Z | ++ export PATH=/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1298 | 2026-06-11T21:47:08.262Z | ++ PATH=/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1299 | 2026-06-11T21:47:08.262Z | ++ export PATH=/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1300 | 2026-06-11T21:47:08.262Z | ++ PATH=/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1301 | 2026-06-11T21:47:08.262Z | ++ export PATH=/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1302 | 2026-06-11T21:47:08.262Z | ++ PATH=/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1303 | 2026-06-11T21:47:08.262Z | ++ export PATH=/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1304 | 2026-06-11T21:47:08.262Z | ++ PATH=/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1305 | 2026-06-11T21:47:08.262Z | ++ export PATH=/work/ci/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1306 | 2026-06-11T21:47:08.262Z | ++ PATH=/work/ci/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/ci/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/ci/omicron/out/dendrite-stub/bin:/work/ci/omicron/out/clickhouse:/work/ci/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 1307 | 2026-06-11T21:47:08.262Z | ++ case $OLD_SHELL_OPTS in |
| 1308 | 2026-06-11T21:47:08.262Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 1309 | 2026-06-11T21:47:08.263Z | + [[ true == true ]] |
| 1310 | 2026-06-11T21:47:08.263Z | + source .github/buildomat/ci-env.sh |
| 1311 | 2026-06-11T21:47:08.263Z | ++ export CARGO_TERM_COLOR=always |
| 1312 | 2026-06-11T21:47:08.263Z | ++ CARGO_TERM_COLOR=always |
| 1313 | 2026-06-11T21:47:08.263Z | + ./tools/install_builder_prerequisites.sh -y |
| 1314 | 2026-06-11T21:47:09.186Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1315 | 2026-06-11T21:47:16.623Z | Planning: Solver setup ... Done (6.031s) |
| 1316 | 2026-06-11T21:47:16.664Z | Planning: Running solver ... Done (0.041s) |
| 1317 | 2026-06-11T21:47:16.805Z | Planning: Finding local manifests ... Done (0.000s) |
| 1318 | 2026-06-11T21:47:16.808Z | Planning: Fetching manifests: 0/5 0% complete |
| 1319 | 2026-06-11T21:47:17.032Z | Planning: Fetching manifests: 5/5 100% complete |
| 1320 | 2026-06-11T21:47:17.069Z | Planning: Package planning ... Done (0.037s) |
| 1321 | 2026-06-11T21:47:17.104Z | Planning: Merging actions ... Done (0.036s) |
| 1322 | 2026-06-11T21:47:17.286Z | Planning: Checking for conflicting actions ... Done (0.182s) |
| 1323 | 2026-06-11T21:47:17.296Z | Planning: Consolidating action changes ... Done (0.009s) |
| 1324 | 2026-06-11T21:47:17.465Z | Planning: Evaluating mediators ... Done (0.168s) |
| 1325 | 2026-06-11T21:47:17.469Z | Planning: Planning completed in 8.28 seconds |
| 1326 | 2026-06-11T21:47:17.477Z | Packages to install: 5 |
| 1327 | 2026-06-11T21:47:17.477Z | Mediators to change: 3 |
| 1328 | 2026-06-11T21:47:17.480Z | Services to change: 1 |
| 1329 | 2026-06-11T21:47:17.480Z | Estimated space available: 152.54 GB |
| 1330 | 2026-06-11T21:47:17.481Z | Estimated space to be consumed: 1.90 GB |
| 1331 | 2026-06-11T21:47:17.481Z | Create boot environment: No |
| 1332 | 2026-06-11T21:47:17.481Z | Create backup boot environment: No |
| 1333 | 2026-06-11T21:47:17.481Z | Rebuild boot archive: No |
| 1334 | 2026-06-11T21:47:17.481Z | |
| 1335 | 2026-06-11T21:47:17.481Z | Changed mediators: |
| 1336 | 2026-06-11T21:47:17.481Z | mediator clang: |
| 1337 | 2026-06-11T21:47:17.481Z | version: None -> 15 (system default) |
| 1338 | 2026-06-11T21:47:17.481Z | |
| 1339 | 2026-06-11T21:47:17.481Z | mediator llvm: |
| 1340 | 2026-06-11T21:47:17.481Z | version: 14 (system default) -> 15 (system default) |
| 1341 | 2026-06-11T21:47:17.481Z | |
| 1342 | 2026-06-11T21:47:17.481Z | mediator postgresql: |
| 1343 | 2026-06-11T21:47:17.481Z | version: 15 (system default) -> 18 (system default) |
| 1344 | 2026-06-11T21:47:17.481Z | |
| 1345 | 2026-06-11T21:47:17.481Z | Changed packages: |
| 1346 | 2026-06-11T21:47:17.481Z | helios-dev |
| 1347 | 2026-06-11T21:47:17.481Z | developer/build-essential |
| 1348 | 2026-06-11T21:47:17.481Z | None -> 11-2.0 |
| 1349 | 2026-06-11T21:47:17.481Z | library/libxmlsec1 |
| 1350 | 2026-06-11T21:47:17.481Z | None -> 1.2.35-2.0 |
| 1351 | 2026-06-11T21:47:17.481Z | ooce/developer/clang-15 |
| 1352 | 2026-06-11T21:47:17.481Z | None -> 15.0.7-2.0 |
| 1353 | 2026-06-11T21:47:17.481Z | ooce/developer/llvm-15 |
| 1354 | 2026-06-11T21:47:17.481Z | None -> 15.0.7-2.0 |
| 1355 | 2026-06-11T21:47:17.481Z | ooce/library/postgresql-18 |
| 1356 | 2026-06-11T21:47:17.481Z | None -> 18.1-2.0 |
| 1357 | 2026-06-11T21:47:17.481Z | |
| 1358 | 2026-06-11T21:47:17.481Z | Services: |
| 1359 | 2026-06-11T21:47:17.481Z | restart_fmri: |
| 1360 | 2026-06-11T21:47:17.481Z | svc:/system/update-man-index:default |
| 1361 | 2026-06-11T21:47:17.515Z | |
| 1362 | 2026-06-11T21:47:17.515Z | Download: 0/4272 items 0.0/219.0MB 0% complete |
| 1363 | 2026-06-11T21:47:22.513Z | Download: 1973/4272 items 118.7/219.0MB 54% complete (24.2M/s) |
| 1364 | 2026-06-11T21:47:27.516Z | Download: 3572/4272 items 213.5/219.0MB 97% complete (21.5M/s) |
| 1365 | 2026-06-11T21:47:29.971Z | Download: Completed 218.99 MB in 12.46 seconds (17.6M/s) |
| 1366 | 2026-06-11T21:47:30.153Z | Actions: 1/4789 actions (Installing new actions) |
| 1367 | 2026-06-11T21:47:33.516Z | Actions: Completed 4789 actions in 3.37 seconds. |
| 1368 | 2026-06-11T21:47:34.319Z | Done (0.799s) |
| 1369 | 2026-06-11T21:47:34.319Z | Done (0.000s) |
| 1370 | 2026-06-11T21:47:35.083Z | Done (0.757s) |
| 1371 | 2026-06-11T21:47:37.850Z | Done (2.391s) |
| 1372 | 2026-06-11T21:47:37.928Z | Done (0.009s) |
| 1373 | 2026-06-11T21:47:37.933Z | Done (0.000s) |
| 1374 | 2026-06-11T21:47:38.285Z | Done (0.000s) |
| 1375 | 2026-06-11T21:47:38.628Z | Planning: Evaluating mediator changes ... Done |
| 1376 | 2026-06-11T21:47:38.744Z | Planning: Checking for conflicting actions ... Done |
| 1377 | 2026-06-11T21:47:38.747Z | Planning: Consolidating action changes ... Done |
| 1378 | 2026-06-11T21:47:38.906Z | Planning: Evaluating mediators ... Done |
| 1379 | 2026-06-11T21:47:38.910Z | Planning: Planning completed in 0.28 seconds |
| 1380 | 2026-06-11T21:47:38.928Z | Mediators to change: 2 |
| 1381 | 2026-06-11T21:47:38.928Z | Create boot environment: No |
| 1382 | 2026-06-11T21:47:38.928Z | Create backup boot environment: No |
| 1383 | 2026-06-11T21:47:39.002Z | Done |
| 1384 | 2026-06-11T21:47:39.002Z | Done |
| 1385 | 2026-06-11T21:47:39.630Z | Done |
| 1386 | 2026-06-11T21:47:42.296Z | Done |
| 1387 | 2026-06-11T21:47:42.368Z | Done |
| 1388 | 2026-06-11T21:47:42.374Z | Done |
| 1389 | 2026-06-11T21:47:42.521Z | Done |
| 1390 | 2026-06-11T21:47:42.788Z | Planning: Evaluating mediator changes ... Done |
| 1391 | 2026-06-11T21:47:42.900Z | Planning: Checking for conflicting actions ... Done |
| 1392 | 2026-06-11T21:47:42.903Z | Planning: Consolidating action changes ... Done |
| 1393 | 2026-06-11T21:47:43.061Z | Planning: Evaluating mediators ... Done |
| 1394 | 2026-06-11T21:47:43.064Z | Planning: Planning completed in 0.27 seconds |
| 1395 | 2026-06-11T21:47:43.081Z | Mediators to change: 1 |
| 1396 | 2026-06-11T21:47:43.081Z | Create boot environment: No |
| 1397 | 2026-06-11T21:47:43.081Z | Create backup boot environment: No |
| 1398 | 2026-06-11T21:47:43.138Z | Done |
| 1399 | 2026-06-11T21:47:43.138Z | Done |
| 1400 | 2026-06-11T21:47:43.768Z | Done |
| 1401 | 2026-06-11T21:47:46.452Z | Done |
| 1402 | 2026-06-11T21:47:46.530Z | Done |
| 1403 | 2026-06-11T21:47:46.533Z | Done |
| 1404 | 2026-06-11T21:47:46.669Z | Done |
| 1405 | 2026-06-11T21:47:46.960Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1406 | 2026-06-11T21:47:46.960Z | clang system 15 system |
| 1407 | 2026-06-11T21:47:46.960Z | csh system system illumos |
| 1408 | 2026-06-11T21:47:46.960Z | ctags system system illumos |
| 1409 | 2026-06-11T21:47:46.960Z | file system system illumos |
| 1410 | 2026-06-11T21:47:46.960Z | gcc vendor 12 vendor |
| 1411 | 2026-06-11T21:47:46.960Z | gcc system 14 system |
| 1412 | 2026-06-11T21:47:46.960Z | gcc system 10 system |
| 1413 | 2026-06-11T21:47:46.960Z | go system 1.20 system |
| 1414 | 2026-06-11T21:47:46.960Z | go system 1.19 system |
| 1415 | 2026-06-11T21:47:46.960Z | llvm system 15 system |
| 1416 | 2026-06-11T21:47:46.960Z | llvm system 14 system |
| 1417 | 2026-06-11T21:47:46.961Z | mariadb system 10.6 system |
| 1418 | 2026-06-11T21:47:46.961Z | mta vendor vendor dma |
| 1419 | 2026-06-11T21:47:46.961Z | openjdk system 17 system |
| 1420 | 2026-06-11T21:47:46.961Z | openjdk system 11 system |
| 1421 | 2026-06-11T21:47:46.961Z | openjdk system 1.8 system |
| 1422 | 2026-06-11T21:47:46.961Z | openssl vendor 3 vendor |
| 1423 | 2026-06-11T21:47:46.961Z | perl system 5.36 system |
| 1424 | 2026-06-11T21:47:46.961Z | postgresql system 18 system |
| 1425 | 2026-06-11T21:47:46.961Z | postgresql system 15 system |
| 1426 | 2026-06-11T21:47:46.961Z | postgresql system 13 system |
| 1427 | 2026-06-11T21:47:46.961Z | python vendor 3 vendor |
| 1428 | 2026-06-11T21:47:46.961Z | python system 2 system |
| 1429 | 2026-06-11T21:47:46.961Z | python3 system 3.11 system |
| 1430 | 2026-06-11T21:47:46.961Z | ruby system 3.0 system |
| 1431 | 2026-06-11T21:47:46.961Z | words vendor vendor american-english |
| 1432 | 2026-06-11T21:47:46.961Z | words system system australian-english |
| 1433 | 2026-06-11T21:47:46.961Z | words system system british-english |
| 1434 | 2026-06-11T21:47:46.961Z | words system system canadian-english |
| 1435 | 2026-06-11T21:47:46.961Z | words system system french |
| 1436 | 2026-06-11T21:47:46.961Z | words system system italian |
| 1437 | 2026-06-11T21:47:46.961Z | words system system ngerman |
| 1438 | 2026-06-11T21:47:46.961Z | words system system ogerman |
| 1439 | 2026-06-11T21:47:46.961Z | words system system spanish |
| 1440 | 2026-06-11T21:47:47.191Z | PUBLISHER TYPE STATUS P LOCATION |
| 1441 | 2026-06-11T21:47:47.192Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1442 | 2026-06-11T21:47:51.892Z | FMRI IFO |
| 1443 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1444 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1445 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1446 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1447 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1448 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1449 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im- |
| 1450 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z --- |
| 1451 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1452 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1453 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1454 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1455 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1456 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1457 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1458 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1459 | 2026-06-11T21:47:51.892Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1460 | 2026-06-11T21:47:52.870Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 1461 | 2026-06-11T21:47:53.035Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 1462 | 2026-06-11T21:47:53.038Z | info: downloading 6 components |
| 1463 | 2026-06-11T21:48:08.698Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 1464 | 2026-06-11T21:48:09.009Z | Updating crates.io index |
| 1465 | 2026-06-11T21:48:09.012Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 1466 | 2026-06-11T21:48:09.508Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 1467 | 2026-06-11T21:48:09.873Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 1468 | 2026-06-11T21:48:10.263Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 1469 | 2026-06-11T21:48:10.873Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 1470 | 2026-06-11T21:48:11.387Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 1471 | 2026-06-11T21:48:12.078Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 1472 | 2026-06-11T21:48:12.887Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 1473 | 2026-06-11T21:48:13.173Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 1474 | 2026-06-11T21:48:14.252Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 1475 | 2026-06-11T21:48:14.840Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 1476 | 2026-06-11T21:48:15.170Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 1477 | 2026-06-11T21:48:16.152Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 1478 | 2026-06-11T21:48:16.674Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 1479 | 2026-06-11T21:48:17.208Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 1480 | 2026-06-11T21:48:17.478Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 1481 | 2026-06-11T21:48:18.038Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 1482 | 2026-06-11T21:48:18.525Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 1483 | 2026-06-11T21:48:18.916Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 1484 | 2026-06-11T21:48:19.195Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 1485 | 2026-06-11T21:48:19.990Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 1486 | 2026-06-11T21:48:20.565Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 1487 | 2026-06-11T21:48:21.117Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 1488 | 2026-06-11T21:48:21.483Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 1489 | 2026-06-11T21:48:22.305Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 1490 | 2026-06-11T21:48:22.601Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 1491 | 2026-06-11T21:48:23.068Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 1492 | 2026-06-11T21:48:23.629Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 1493 | 2026-06-11T21:48:24.164Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 1494 | 2026-06-11T21:48:24.481Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 1495 | 2026-06-11T21:48:25.122Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 1496 | 2026-06-11T21:48:25.622Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 1497 | 2026-06-11T21:48:26.200Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 1498 | 2026-06-11T21:48:26.549Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 1499 | 2026-06-11T21:48:38.000Z | Downloading crates ... |
| 1500 | 2026-06-11T21:48:38.077Z | Downloaded serde_tokenstream v0.2.3 |
| 1501 | 2026-06-11T21:48:38.080Z | Downloaded serde-untagged v0.1.9 |
| 1502 | 2026-06-11T21:48:38.083Z | Downloaded ordered-float v2.10.1 |
| 1503 | 2026-06-11T21:48:38.089Z | Downloaded dtrace-parser v0.2.0 |
| 1504 | 2026-06-11T21:48:38.092Z | Downloaded serde-value v0.7.0 |
| 1505 | 2026-06-11T21:48:38.096Z | Downloaded memmap v0.7.0 |
| 1506 | 2026-06-11T21:48:38.099Z | Downloaded dof v0.3.0 |
| 1507 | 2026-06-11T21:48:38.099Z | Downloaded cargo-platform v0.2.0 |
| 1508 | 2026-06-11T21:48:38.099Z | Downloaded generic-array v0.14.7 |
| 1509 | 2026-06-11T21:48:38.103Z | Downloaded swrite v0.1.0 |
| 1510 | 2026-06-11T21:48:38.106Z | Downloaded macaddr v1.0.1 |
| 1511 | 2026-06-11T21:48:38.109Z | Downloaded tabled_derive v0.7.0 |
| 1512 | 2026-06-11T21:48:38.113Z | Downloaded toml_datetime v0.6.11 |
| 1513 | 2026-06-11T21:48:38.117Z | Downloaded anstyle v1.0.14 |
| 1514 | 2026-06-11T21:48:38.122Z | Downloaded thread-id v4.2.2 |
| 1515 | 2026-06-11T21:48:38.125Z | Downloaded usdt-attr-macro v0.5.0 |
| 1516 | 2026-06-11T21:48:38.125Z | Downloaded crypto-common v0.1.7 |
| 1517 | 2026-06-11T21:48:38.128Z | Downloaded plain v0.2.3 |
| 1518 | 2026-06-11T21:48:38.131Z | Downloaded toml_write v0.1.2 |
| 1519 | 2026-06-11T21:48:38.131Z | Downloaded unicode-xid v0.2.6 |
| 1520 | 2026-06-11T21:48:38.134Z | Downloaded usdt-macro v0.5.0 |
| 1521 | 2026-06-11T21:48:38.146Z | Downloaded serde_spanned v0.6.9 |
| 1522 | 2026-06-11T21:48:38.148Z | Downloaded bytecount v0.6.9 |
| 1523 | 2026-06-11T21:48:38.149Z | Downloaded zmij v1.0.21 |
| 1524 | 2026-06-11T21:48:38.151Z | Downloaded fs-err v3.3.0 |
| 1525 | 2026-06-11T21:48:38.154Z | Downloaded cargo_toml v0.21.0 |
| 1526 | 2026-06-11T21:48:38.157Z | Downloaded cargo_metadata v0.21.0 |
| 1527 | 2026-06-11T21:48:38.161Z | Downloaded scroll_derive v0.12.1 |
| 1528 | 2026-06-11T21:48:38.166Z | Downloaded usdt v0.5.0 |
| 1529 | 2026-06-11T21:48:38.166Z | Downloaded scroll v0.12.0 |
| 1530 | 2026-06-11T21:48:38.172Z | Downloaded usdt-impl v0.5.0 |
| 1531 | 2026-06-11T21:48:38.175Z | Downloaded semver v1.0.28 |
| 1532 | 2026-06-11T21:48:38.181Z | Downloaded cargo-util-schemas v0.8.2 |
| 1533 | 2026-06-11T21:48:38.184Z | Downloaded camino-tempfile v1.4.1 |
| 1534 | 2026-06-11T21:48:38.184Z | Downloaded bitflags v2.11.0 |
| 1535 | 2026-06-11T21:48:38.190Z | Downloaded erased-serde v0.4.9 |
| 1536 | 2026-06-11T21:48:38.194Z | Downloaded toml v0.8.23 |
| 1537 | 2026-06-11T21:48:38.197Z | Downloaded zerocopy-derive v0.7.35 |
| 1538 | 2026-06-11T21:48:38.201Z | Downloaded tempfile v3.25.0 |
| 1539 | 2026-06-11T21:48:38.203Z | Downloaded pest_derive v2.8.6 |
| 1540 | 2026-06-11T21:48:38.206Z | Downloaded getrandom v0.4.1 |
| 1541 | 2026-06-11T21:48:38.209Z | Downloaded pest_meta v2.8.6 |
| 1542 | 2026-06-11T21:48:38.209Z | Downloaded goblin v0.8.2 |
| 1543 | 2026-06-11T21:48:38.212Z | Downloaded ucd-trie v0.1.7 |
| 1544 | 2026-06-11T21:48:38.215Z | Downloaded papergrid v0.11.0 |
| 1545 | 2026-06-11T21:48:38.215Z | Downloaded unicode-ident v1.0.24 |
| 1546 | 2026-06-11T21:48:38.218Z | Downloaded textwrap v0.16.2 |
| 1547 | 2026-06-11T21:48:38.221Z | Downloaded memchr v2.8.0 |
| 1548 | 2026-06-11T21:48:38.224Z | Downloaded pest_generator v2.8.6 |
| 1549 | 2026-06-11T21:48:38.236Z | Downloaded toml_edit v0.22.27 |
| 1550 | 2026-06-11T21:48:38.239Z | Downloaded indexmap v2.14.0 |
| 1551 | 2026-06-11T21:48:38.258Z | Downloaded pest v2.8.6 |
| 1552 | 2026-06-11T21:48:38.272Z | Downloaded zerocopy v0.7.35 |
| 1553 | 2026-06-11T21:48:38.281Z | Downloaded unicode-width v0.2.0 |
| 1554 | 2026-06-11T21:48:38.284Z | Downloaded serde_json v1.0.149 |
| 1555 | 2026-06-11T21:48:38.287Z | Downloaded hashbrown v0.17.0 |
| 1556 | 2026-06-11T21:48:38.291Z | Downloaded tabled v0.15.0 |
| 1557 | 2026-06-11T21:48:38.322Z | Downloaded libc v0.2.185 |
| 1558 | 2026-06-11T21:48:38.391Z | Compiling proc-macro2 v1.0.106 |
| 1559 | 2026-06-11T21:48:38.391Z | Compiling unicode-ident v1.0.24 |
| 1560 | 2026-06-11T21:48:38.395Z | Compiling quote v1.0.45 |
| 1561 | 2026-06-11T21:48:38.395Z | Compiling serde_core v1.0.228 |
| 1562 | 2026-06-11T21:48:38.395Z | Compiling libc v0.2.185 |
| 1563 | 2026-06-11T21:48:38.395Z | Compiling version_check v0.9.5 |
| 1564 | 2026-06-11T21:48:38.395Z | Compiling memchr v2.8.0 |
| 1565 | 2026-06-11T21:48:38.395Z | Compiling stable_deref_trait v1.2.1 |
| 1566 | 2026-06-11T21:48:38.666Z | Compiling serde v1.0.228 |
| 1567 | 2026-06-11T21:48:38.681Z | Compiling zmij v1.0.21 |
| 1568 | 2026-06-11T21:48:38.872Z | Compiling ucd-trie v0.1.7 |
| 1569 | 2026-06-11T21:48:38.886Z | Compiling thiserror v1.0.69 |
| 1570 | 2026-06-11T21:48:39.019Z | Compiling itoa v1.0.17 |
| 1571 | 2026-06-11T21:48:39.170Z | Compiling autocfg v1.5.0 |
| 1572 | 2026-06-11T21:48:39.221Z | Compiling pest v2.8.6 |
| 1573 | 2026-06-11T21:48:39.272Z | Compiling writeable v0.6.2 |
| 1574 | 2026-06-11T21:48:39.329Z | Compiling litemap v0.8.1 |
| 1575 | 2026-06-11T21:48:39.470Z | Compiling byteorder v1.5.0 |
| 1576 | 2026-06-11T21:48:39.527Z | Compiling icu_properties_data v2.1.2 |
| 1577 | 2026-06-11T21:48:39.701Z | Compiling icu_normalizer_data v2.1.1 |
| 1578 | 2026-06-11T21:48:39.715Z | Compiling rustix v1.1.3 |
| 1579 | 2026-06-11T21:48:39.798Z | Compiling syn v2.0.117 |
| 1580 | 2026-06-11T21:48:39.820Z | Compiling errno v0.3.14 |
| 1581 | 2026-06-11T21:48:39.882Z | Compiling bitflags v2.11.0 |
| 1582 | 2026-06-11T21:48:39.917Z | Compiling serde_json v1.0.149 |
| 1583 | 2026-06-11T21:48:40.103Z | Compiling num-traits v0.2.19 |
| 1584 | 2026-06-11T21:48:40.139Z | Compiling smallvec v1.15.1 |
| 1585 | 2026-06-11T21:48:40.195Z | Compiling typeid v1.0.3 |
| 1586 | 2026-06-11T21:48:40.293Z | Compiling pest_meta v2.8.6 |
| 1587 | 2026-06-11T21:48:40.461Z | Compiling hashbrown v0.17.0 |
| 1588 | 2026-06-11T21:48:40.464Z | Compiling equivalent v1.0.2 |
| 1589 | 2026-06-11T21:48:40.619Z | Compiling thread-id v4.2.2 |
| 1590 | 2026-06-11T21:48:40.707Z | Compiling usdt-impl v0.5.0 |
| 1591 | 2026-06-11T21:48:40.739Z | Compiling proc-macro-error-attr v1.0.4 |
| 1592 | 2026-06-11T21:48:40.762Z | Compiling toml_write v0.1.2 |
| 1593 | 2026-06-11T21:48:40.953Z | Compiling syn v1.0.109 |
| 1594 | 2026-06-11T21:48:40.969Z | Compiling winnow v0.7.14 |
| 1595 | 2026-06-11T21:48:41.004Z | Compiling erased-serde v0.4.9 |
| 1596 | 2026-06-11T21:48:41.081Z | Compiling indexmap v2.14.0 |
| 1597 | 2026-06-11T21:48:41.595Z | Compiling proc-macro-error v1.0.4 |
| 1598 | 2026-06-11T21:48:41.723Z | Compiling getrandom v0.4.1 |
| 1599 | 2026-06-11T21:48:41.794Z | Compiling camino v1.2.2 |
| 1600 | 2026-06-11T21:48:42.022Z | Compiling plain v0.2.3 |
| 1601 | 2026-06-11T21:48:42.077Z | Compiling utf8_iter v1.0.4 |
| 1602 | 2026-06-11T21:48:42.080Z | Compiling log v0.4.29 |
| 1603 | 2026-06-11T21:48:42.126Z | Compiling percent-encoding v2.3.2 |
| 1604 | 2026-06-11T21:48:42.142Z | Compiling utf8parse v0.2.2 |
| 1605 | 2026-06-11T21:48:42.237Z | Compiling thiserror v2.0.18 |
| 1606 | 2026-06-11T21:48:42.265Z | Compiling form_urlencoded v1.2.2 |
| 1607 | 2026-06-11T21:48:42.289Z | Compiling anstyle-parse v1.0.0 |
| 1608 | 2026-06-11T21:48:42.371Z | Compiling ordered-float v2.10.1 |
| 1609 | 2026-06-11T21:48:42.500Z | Compiling synstructure v0.13.2 |
| 1610 | 2026-06-11T21:48:42.504Z | Compiling pest_generator v2.8.6 |
| 1611 | 2026-06-11T21:48:42.654Z | Compiling terminal_size v0.4.3 |
| 1612 | 2026-06-11T21:48:42.819Z | Compiling pretty-hex v0.4.1 |
| 1613 | 2026-06-11T21:48:42.887Z | Compiling anstyle-query v1.1.5 |
| 1614 | 2026-06-11T21:48:42.940Z | Compiling cfg-if v1.0.4 |
| 1615 | 2026-06-11T21:48:42.962Z | Compiling anstyle v1.0.14 |
| 1616 | 2026-06-11T21:48:43.006Z | Compiling colorchoice v1.0.4 |
| 1617 | 2026-06-11T21:48:43.021Z | Compiling is_terminal_polyfill v1.70.2 |
| 1618 | 2026-06-11T21:48:43.134Z | Compiling anstream v1.0.0 |
| 1619 | 2026-06-11T21:48:43.137Z | Compiling serde-untagged v0.1.9 |
| 1620 | 2026-06-11T21:48:43.194Z | Compiling semver v1.0.28 |
| 1621 | 2026-06-11T21:48:43.294Z | Compiling fs-err v3.3.0 |
| 1622 | 2026-06-11T21:48:43.391Z | Compiling anyhow v1.0.102 |
| 1623 | 2026-06-11T21:48:43.442Z | Compiling fnv v1.0.7 |
| 1624 | 2026-06-11T21:48:43.490Z | Compiling once_cell v1.21.3 |
| 1625 | 2026-06-11T21:48:43.525Z | Compiling clap_lex v1.0.0 |
| 1626 | 2026-06-11T21:48:43.540Z | Compiling heck v0.5.0 |
| 1627 | 2026-06-11T21:48:43.554Z | Compiling unicode-width v0.1.14 |
| 1628 | 2026-06-11T21:48:43.721Z | Compiling bytecount v0.6.9 |
| 1629 | 2026-06-11T21:48:43.763Z | Compiling strsim v0.11.1 |
| 1630 | 2026-06-11T21:48:43.781Z | Compiling heck v0.4.1 |
| 1631 | 2026-06-11T21:48:43.833Z | Compiling fastrand v2.3.0 |
| 1632 | 2026-06-11T21:48:43.857Z | Compiling unicode-xid v0.2.6 |
| 1633 | 2026-06-11T21:48:43.991Z | Compiling clap_builder v4.6.0 |
| 1634 | 2026-06-11T21:48:44.013Z | Compiling papergrid v0.11.0 |
| 1635 | 2026-06-11T21:48:44.028Z | Compiling tempfile v3.25.0 |
| 1636 | 2026-06-11T21:48:44.219Z | Compiling serde_derive v1.0.228 |
| 1637 | 2026-06-11T21:48:44.236Z | Compiling zerofrom-derive v0.1.6 |
| 1638 | 2026-06-11T21:48:44.328Z | Compiling yoke-derive v0.8.1 |
| 1639 | 2026-06-11T21:48:44.404Z | Compiling zerovec-derive v0.11.2 |
| 1640 | 2026-06-11T21:48:44.624Z | Compiling displaydoc v0.2.5 |
| 1641 | 2026-06-11T21:48:45.365Z | Compiling thiserror-impl v1.0.69 |
| 1642 | 2026-06-11T21:48:45.444Z | Compiling zerocopy-derive v0.7.35 |
| 1643 | 2026-06-11T21:48:45.490Z | Compiling pest_derive v2.8.6 |
| 1644 | 2026-06-11T21:48:45.520Z | Compiling scroll_derive v0.12.1 |
| 1645 | 2026-06-11T21:48:45.622Z | Compiling zerofrom v0.1.6 |
| 1646 | 2026-06-11T21:48:45.758Z | Compiling yoke v0.8.1 |
| 1647 | 2026-06-11T21:48:45.945Z | Compiling thiserror-impl v2.0.18 |
| 1648 | 2026-06-11T21:48:46.008Z | Compiling zerovec v0.11.5 |
| 1649 | 2026-06-11T21:48:46.246Z | Compiling zerotrie v0.2.3 |
| 1650 | 2026-06-11T21:48:46.374Z | Compiling zerocopy v0.7.35 |
| 1651 | 2026-06-11T21:48:46.535Z | Compiling tinystr v0.8.2 |
| 1652 | 2026-06-11T21:48:46.560Z | Compiling potential_utf v0.1.4 |
| 1653 | 2026-06-11T21:48:46.741Z | Compiling icu_locale_core v2.1.1 |
| 1654 | 2026-06-11T21:48:46.758Z | Compiling icu_collections v2.1.1 |
| 1655 | 2026-06-11T21:48:46.782Z | Compiling dtrace-parser v0.2.0 |
| 1656 | 2026-06-11T21:48:46.953Z | Compiling scroll v0.12.0 |
| 1657 | 2026-06-11T21:48:47.089Z | Compiling tabled_derive v0.7.0 |
| 1658 | 2026-06-11T21:48:47.241Z | Compiling goblin v0.8.2 |
| 1659 | 2026-06-11T21:48:47.270Z | Compiling clap_derive v4.6.1 |
| 1660 | 2026-06-11T21:48:47.420Z | Compiling icu_provider v2.1.1 |
| 1661 | 2026-06-11T21:48:47.556Z | Compiling memmap v0.7.0 |
| 1662 | 2026-06-11T21:48:47.636Z | Compiling smawk v0.3.2 |
| 1663 | 2026-06-11T21:48:47.730Z | Compiling toml_datetime v0.6.11 |
| 1664 | 2026-06-11T21:48:47.746Z | Compiling serde_spanned v0.6.9 |
| 1665 | 2026-06-11T21:48:47.749Z | Compiling icu_normalizer v2.1.1 |
| 1666 | 2026-06-11T21:48:47.775Z | Compiling icu_properties v2.1.2 |
| 1667 | 2026-06-11T21:48:47.791Z | Compiling dof v0.3.0 |
| 1668 | 2026-06-11T21:48:47.897Z | Compiling serde_tokenstream v0.2.3 |
| 1669 | 2026-06-11T21:48:47.999Z | Compiling toml_edit v0.22.27 |
| 1670 | 2026-06-11T21:48:48.023Z | Compiling serde-value v0.7.0 |
| 1671 | 2026-06-11T21:48:48.218Z | Compiling cargo-platform v0.2.0 |
| 1672 | 2026-06-11T21:48:48.316Z | Compiling unicode-linebreak v0.1.5 |
| 1673 | 2026-06-11T21:48:48.392Z | Compiling unicode-width v0.2.0 |
| 1674 | 2026-06-11T21:48:48.493Z | Compiling tabled v0.15.0 |
| 1675 | 2026-06-11T21:48:48.568Z | Compiling macaddr v1.0.1 |
| 1676 | 2026-06-11T21:48:48.680Z | Compiling idna_adapter v1.2.1 |
| 1677 | 2026-06-11T21:48:48.800Z | Compiling idna v1.1.0 |
| 1678 | 2026-06-11T21:48:48.803Z | Compiling usdt-macro v0.5.0 |
| 1679 | 2026-06-11T21:48:48.828Z | Compiling usdt-attr-macro v0.5.0 |
| 1680 | 2026-06-11T21:48:48.878Z | Compiling textwrap v0.16.2 |
| 1681 | 2026-06-11T21:48:49.052Z | Compiling clap v4.6.1 |
| 1682 | 2026-06-11T21:48:49.144Z | Compiling url v2.5.8 |
| 1683 | 2026-06-11T21:48:49.443Z | Compiling toml v0.8.23 |
| 1684 | 2026-06-11T21:48:49.717Z | Compiling camino-tempfile v1.4.1 |
| 1685 | 2026-06-11T21:48:49.804Z | Compiling cargo-util-schemas v0.8.2 |
| 1686 | 2026-06-11T21:48:49.959Z | Compiling cargo_toml v0.21.0 |
| 1687 | 2026-06-11T21:48:50.066Z | Compiling dev-tools-common v0.1.0 (/work/ci/omicron/dev-tools/common) |
| 1688 | 2026-06-11T21:48:50.159Z | Compiling swrite v0.1.0 |
| 1689 | 2026-06-11T21:48:50.264Z | Compiling usdt v0.5.0 |
| 1690 | 2026-06-11T21:48:50.733Z | Compiling cargo_metadata v0.21.0 |
| 1691 | 2026-06-11T21:48:51.706Z | Compiling xtask v0.1.0 (/work/ci/omicron/dev-tools/xtask) |
| 1692 | 2026-06-11T21:48:53.815Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.30s |
| 1693 | 2026-06-11T21:48:53.964Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1694 | 2026-06-11T21:48:54.550Z | Downloading crates ... |
| 1695 | 2026-06-11T21:48:54.688Z | Downloaded aead v0.5.2 |
| 1696 | 2026-06-11T21:48:54.691Z | Downloaded anstyle-parse v0.2.7 |
| 1697 | 2026-06-11T21:48:54.712Z | Downloaded bb8 v0.8.6 |
| 1698 | 2026-06-11T21:48:54.715Z | Downloaded darling_macro v0.21.3 |
| 1699 | 2026-06-11T21:48:54.717Z | Downloaded compression-core v0.4.31 |
| 1700 | 2026-06-11T21:48:54.720Z | Downloaded half v1.8.3 |
| 1701 | 2026-06-11T21:48:54.722Z | Downloaded cargo-platform v0.3.2 |
| 1702 | 2026-06-11T21:48:54.723Z | Downloaded bitfield-macros v0.19.4 |
| 1703 | 2026-06-11T21:48:54.726Z | Downloaded arrayref v0.3.9 |
| 1704 | 2026-06-11T21:48:54.726Z | Downloaded ingot v0.1.1 |
| 1705 | 2026-06-11T21:48:54.728Z | Downloaded derive_more-impl v2.1.1 |
| 1706 | 2026-06-11T21:48:54.731Z | Downloaded crc8 v0.1.1 |
| 1707 | 2026-06-11T21:48:54.731Z | Downloaded argon2 v0.5.3 |
| 1708 | 2026-06-11T21:48:54.731Z | Downloaded ascii-canvas v3.0.0 |
| 1709 | 2026-06-11T21:48:54.733Z | Downloaded arc-swap v1.8.2 |
| 1710 | 2026-06-11T21:48:54.734Z | Downloaded bit-vec v0.6.3 |
| 1711 | 2026-06-11T21:48:54.736Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1712 | 2026-06-11T21:48:54.736Z | Downloaded crossbeam-deque v0.8.6 |
| 1713 | 2026-06-11T21:48:54.739Z | Downloaded diff v0.1.13 |
| 1714 | 2026-06-11T21:48:54.739Z | Downloaded cexpr v0.6.0 |
| 1715 | 2026-06-11T21:48:54.741Z | Downloaded diesel-dtrace v0.5.0 |
| 1716 | 2026-06-11T21:48:54.741Z | Downloaded backoff v0.4.0 |
| 1717 | 2026-06-11T21:48:54.744Z | Downloaded corncobs v0.1.4 |
| 1718 | 2026-06-11T21:48:54.744Z | Downloaded blowfish v0.9.1 |
| 1719 | 2026-06-11T21:48:54.747Z | Downloaded drift v0.2.0 |
| 1720 | 2026-06-11T21:48:54.751Z | Downloaded dirs-next v2.0.0 |
| 1721 | 2026-06-11T21:48:54.754Z | Downloaded defmt-parser v1.0.0 |
| 1722 | 2026-06-11T21:48:54.754Z | Downloaded constant_time_eq v0.4.2 |
| 1723 | 2026-06-11T21:48:54.756Z | Downloaded derive_builder v0.20.2 |
| 1724 | 2026-06-11T21:48:54.759Z | Downloaded derive-ex v0.1.8 |
| 1725 | 2026-06-11T21:48:54.762Z | Downloaded deranged v0.5.8 |
| 1726 | 2026-06-11T21:48:54.765Z | Downloaded bit-set v0.8.0 |
| 1727 | 2026-06-11T21:48:54.765Z | Downloaded assert_matches v1.5.0 |
| 1728 | 2026-06-11T21:48:54.768Z | Downloaded display-error-chain v0.2.2 |
| 1729 | 2026-06-11T21:48:54.768Z | Downloaded derive_builder_macro v0.20.2 |
| 1730 | 2026-06-11T21:48:54.768Z | Downloaded cpufeatures v0.3.0 |
| 1731 | 2026-06-11T21:48:54.768Z | Downloaded embedded-io v0.6.1 |
| 1732 | 2026-06-11T21:48:54.771Z | Downloaded downcast-rs v2.0.2 |
| 1733 | 2026-06-11T21:48:54.771Z | Downloaded dirs-sys-next v0.1.2 |
| 1734 | 2026-06-11T21:48:54.771Z | Downloaded debug-ignore v1.0.5 |
| 1735 | 2026-06-11T21:48:54.773Z | Downloaded document-features v0.2.12 |
| 1736 | 2026-06-11T21:48:54.773Z | Downloaded convert_case v0.4.0 |
| 1737 | 2026-06-11T21:48:54.773Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1738 | 2026-06-11T21:48:54.776Z | Downloaded derive_builder_core v0.20.2 |
| 1739 | 2026-06-11T21:48:54.776Z | Downloaded difflib v0.4.0 |
| 1740 | 2026-06-11T21:48:54.776Z | Downloaded block-padding v0.3.3 |
| 1741 | 2026-06-11T21:48:54.779Z | Downloaded defmt v0.3.100 |
| 1742 | 2026-06-11T21:48:54.779Z | Downloaded async-recursion v1.1.1 |
| 1743 | 2026-06-11T21:48:54.782Z | Downloaded bitfield-struct v0.6.2 |
| 1744 | 2026-06-11T21:48:54.782Z | Downloaded atty v0.2.14 |
| 1745 | 2026-06-11T21:48:54.785Z | Downloaded defmt v1.0.1 |
| 1746 | 2026-06-11T21:48:54.785Z | Downloaded highway v1.3.0 |
| 1747 | 2026-06-11T21:48:54.787Z | Downloaded derive_more v2.1.1 |
| 1748 | 2026-06-11T21:48:54.793Z | Downloaded hostname v0.4.2 |
| 1749 | 2026-06-11T21:48:54.796Z | Downloaded hex-literal v0.4.1 |
| 1750 | 2026-06-11T21:48:54.796Z | Downloaded cookie v0.18.1 |
| 1751 | 2026-06-11T21:48:54.799Z | Downloaded headers-core v0.3.0 |
| 1752 | 2026-06-11T21:48:54.799Z | Downloaded darling v0.21.3 |
| 1753 | 2026-06-11T21:48:54.801Z | Downloaded fxhash v0.2.1 |
| 1754 | 2026-06-11T21:48:54.801Z | Downloaded funty v2.0.0 |
| 1755 | 2026-06-11T21:48:54.804Z | Downloaded float-cmp v0.10.0 |
| 1756 | 2026-06-11T21:48:54.804Z | Downloaded embedded-io v0.4.0 |
| 1757 | 2026-06-11T21:48:54.804Z | Downloaded http-range v0.1.5 |
| 1758 | 2026-06-11T21:48:54.807Z | Downloaded hyper-tls v0.6.0 |
| 1759 | 2026-06-11T21:48:54.807Z | Downloaded float-ord v0.3.2 |
| 1760 | 2026-06-11T21:48:54.807Z | Downloaded darling_macro v0.20.11 |
| 1761 | 2026-06-11T21:48:54.807Z | Downloaded castaway v0.2.4 |
| 1762 | 2026-06-11T21:48:54.810Z | Downloaded dtrace-parser v0.3.0 |
| 1763 | 2026-06-11T21:48:54.810Z | Downloaded hash32 v0.3.1 |
| 1764 | 2026-06-11T21:48:54.810Z | Downloaded env_filter v1.0.0 |
| 1765 | 2026-06-11T21:48:54.812Z | Downloaded enum-as-inner v0.6.1 |
| 1766 | 2026-06-11T21:48:54.812Z | Downloaded dsl_auto_type v0.2.0 |
| 1767 | 2026-06-11T21:48:54.812Z | Downloaded dof v0.4.0 |
| 1768 | 2026-06-11T21:48:54.815Z | Downloaded darling_macro v0.13.4 |
| 1769 | 2026-06-11T21:48:54.815Z | Downloaded crc-catalog v2.4.0 |
| 1770 | 2026-06-11T21:48:54.815Z | Downloaded colored v2.2.0 |
| 1771 | 2026-06-11T21:48:54.818Z | Downloaded cobs v0.3.0 |
| 1772 | 2026-06-11T21:48:54.818Z | Downloaded cfg_aliases v0.1.1 |
| 1773 | 2026-06-11T21:48:54.820Z | Downloaded clang-sys v1.8.1 |
| 1774 | 2026-06-11T21:48:54.820Z | Downloaded bit-set v0.5.3 |
| 1775 | 2026-06-11T21:48:54.823Z | Downloaded chacha20 v0.10.0 |
| 1776 | 2026-06-11T21:48:54.823Z | Downloaded csv-core v0.1.13 |
| 1777 | 2026-06-11T21:48:54.826Z | Downloaded crunchy v0.2.4 |
| 1778 | 2026-06-11T21:48:54.826Z | Downloaded crc32fast v1.5.0 |
| 1779 | 2026-06-11T21:48:54.826Z | Downloaded hostname v0.3.1 |
| 1780 | 2026-06-11T21:48:54.829Z | Downloaded internet-checksum v0.2.1 |
| 1781 | 2026-06-11T21:48:54.829Z | Downloaded instant v0.1.13 |
| 1782 | 2026-06-11T21:48:54.829Z | Downloaded lalrpop-util v0.19.12 |
| 1783 | 2026-06-11T21:48:54.829Z | Downloaded globwalk v0.9.1 |
| 1784 | 2026-06-11T21:48:54.832Z | Downloaded inout v0.1.4 |
| 1785 | 2026-06-11T21:48:54.832Z | Downloaded array-init v0.0.4 |
| 1786 | 2026-06-11T21:48:54.832Z | Downloaded daft-derive v0.1.7 |
| 1787 | 2026-06-11T21:48:54.835Z | Downloaded daft v0.1.7 |
| 1788 | 2026-06-11T21:48:54.837Z | Downloaded cmake v0.1.57 |
| 1789 | 2026-06-11T21:48:54.840Z | Downloaded critical-section v1.2.0 |
| 1790 | 2026-06-11T21:48:54.843Z | Downloaded arrayvec v0.7.6 |
| 1791 | 2026-06-11T21:48:54.843Z | Downloaded byte-wrapper v0.1.0 |
| 1792 | 2026-06-11T21:48:54.846Z | Downloaded ctr v0.9.2 |
| 1793 | 2026-06-11T21:48:54.848Z | Downloaded git-stub v1.0.0 |
| 1794 | 2026-06-11T21:48:54.848Z | Downloaded fd-lock v4.0.4 |
| 1795 | 2026-06-11T21:48:54.851Z | Downloaded keccak v0.1.6 |
| 1796 | 2026-06-11T21:48:54.851Z | Downloaded bitfield v0.19.4 |
| 1797 | 2026-06-11T21:48:54.853Z | Downloaded gethostname v0.5.0 |
| 1798 | 2026-06-11T21:48:54.853Z | Downloaded indent_write v2.2.0 |
| 1799 | 2026-06-11T21:48:54.854Z | Downloaded crc v3.4.0 |
| 1800 | 2026-06-11T21:48:54.856Z | Downloaded chacha20 v0.9.1 |
| 1801 | 2026-06-11T21:48:54.856Z | Downloaded cassowary v0.3.0 |
| 1802 | 2026-06-11T21:48:54.859Z | Downloaded indoc v1.0.9 |
| 1803 | 2026-06-11T21:48:54.859Z | Downloaded illumos-nvpair v0.3.0 |
| 1804 | 2026-06-11T21:48:54.859Z | Downloaded hash32 v0.2.1 |
| 1805 | 2026-06-11T21:48:54.861Z | Downloaded ghash v0.5.1 |
| 1806 | 2026-06-11T21:48:54.861Z | Downloaded lru v0.12.5 |
| 1807 | 2026-06-11T21:48:54.866Z | Downloaded kstat-rs v0.2.4 |
| 1808 | 2026-06-11T21:48:54.866Z | Downloaded endian-type v0.1.2 |
| 1809 | 2026-06-11T21:48:54.866Z | Downloaded blake2 v0.10.6 |
| 1810 | 2026-06-11T21:48:54.869Z | Downloaded darling v0.13.4 |
| 1811 | 2026-06-11T21:48:54.869Z | Downloaded libscf-sys v1.1.0 |
| 1812 | 2026-06-11T21:48:54.871Z | Downloaded match_cfg v0.1.0 |
| 1813 | 2026-06-11T21:48:54.871Z | Downloaded maplit v1.0.2 |
| 1814 | 2026-06-11T21:48:54.871Z | Downloaded managed v0.8.0 |
| 1815 | 2026-06-11T21:48:54.874Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 1816 | 2026-06-11T21:48:54.874Z | Downloaded maybe-uninit v2.0.0 |
| 1817 | 2026-06-11T21:48:54.874Z | Downloaded lru-cache v0.1.2 |
| 1818 | 2026-06-11T21:48:54.874Z | Downloaded crc-any v2.5.0 |
| 1819 | 2026-06-11T21:48:54.877Z | Downloaded md5 v0.7.0 |
| 1820 | 2026-06-11T21:48:54.877Z | Downloaded convert_case v0.10.0 |
| 1821 | 2026-06-11T21:48:54.880Z | Downloaded new_debug_unreachable v1.0.6 |
| 1822 | 2026-06-11T21:48:54.880Z | Downloaded multimap v0.10.1 |
| 1823 | 2026-06-11T21:48:54.880Z | Downloaded memoffset v0.9.1 |
| 1824 | 2026-06-11T21:48:54.883Z | Downloaded nibble_vec v0.1.0 |
| 1825 | 2026-06-11T21:48:54.883Z | Downloaded des v0.8.1 |
| 1826 | 2026-06-11T21:48:54.885Z | Downloaded compression-codecs v0.4.37 |
| 1827 | 2026-06-11T21:48:54.888Z | Downloaded bcs v0.1.6 |
| 1828 | 2026-06-11T21:48:54.888Z | Downloaded heapless v0.7.17 |
| 1829 | 2026-06-11T21:48:54.891Z | Downloaded defmt-macros v1.0.1 |
| 1830 | 2026-06-11T21:48:54.893Z | Downloaded instability v0.3.11 |
| 1831 | 2026-06-11T21:48:54.893Z | Downloaded bit-vec v0.8.0 |
| 1832 | 2026-06-11T21:48:54.896Z | Downloaded cipher v0.4.4 |
| 1833 | 2026-06-11T21:48:54.896Z | Downloaded hyper-staticfile v0.10.1 |
| 1834 | 2026-06-11T21:48:54.899Z | Downloaded ingot-types v0.1.2 |
| 1835 | 2026-06-11T21:48:54.899Z | Downloaded normalize-line-endings v0.3.0 |
| 1836 | 2026-06-11T21:48:54.899Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 1837 | 2026-06-11T21:48:54.902Z | Downloaded nonempty v0.12.0 |
| 1838 | 2026-06-11T21:48:54.902Z | Downloaded buf-list v1.1.2 |
| 1839 | 2026-06-11T21:48:54.904Z | Downloaded nodrop v0.1.14 |
| 1840 | 2026-06-11T21:48:54.904Z | Downloaded fixedbitset v0.5.7 |
| 1841 | 2026-06-11T21:48:54.904Z | Downloaded indoc v2.0.7 |
| 1842 | 2026-06-11T21:48:54.908Z | Downloaded derive-where v1.6.0 |
| 1843 | 2026-06-11T21:48:54.911Z | Downloaded const_format_proc_macros v0.2.34 |
| 1844 | 2026-06-11T21:48:54.911Z | Downloaded bzip2 v0.6.1 |
| 1845 | 2026-06-11T21:48:54.911Z | Downloaded cargo_metadata v0.23.1 |
| 1846 | 2026-06-11T21:48:54.913Z | Downloaded humantime v2.3.0 |
| 1847 | 2026-06-11T21:48:54.914Z | Downloaded globset v0.4.18 |
| 1848 | 2026-06-11T21:48:54.916Z | Downloaded num v0.4.3 |
| 1849 | 2026-06-11T21:48:54.916Z | Downloaded libsw-core v0.3.2 |
| 1850 | 2026-06-11T21:48:54.919Z | Downloaded num_threads v0.1.7 |
| 1851 | 2026-06-11T21:48:54.919Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1852 | 2026-06-11T21:48:54.919Z | Downloaded libloading v0.8.9 |
| 1853 | 2026-06-11T21:48:54.922Z | Downloaded num-derive v0.4.2 |
| 1854 | 2026-06-11T21:48:54.922Z | Downloaded num-derive v0.3.3 |
| 1855 | 2026-06-11T21:48:54.922Z | Downloaded libefi-sys v0.1.0 |
| 1856 | 2026-06-11T21:48:54.925Z | Downloaded ena v0.14.4 |
| 1857 | 2026-06-11T21:48:54.925Z | Downloaded foldhash v0.1.5 |
| 1858 | 2026-06-11T21:48:54.925Z | Downloaded fallible-iterator v0.2.0 |
| 1859 | 2026-06-11T21:48:54.928Z | Downloaded opaque-debug v0.3.1 |
| 1860 | 2026-06-11T21:48:54.928Z | Downloaded olpc-cjson v0.1.4 |
| 1861 | 2026-06-11T21:48:54.928Z | Downloaded num_enum_derive v0.5.11 |
| 1862 | 2026-06-11T21:48:54.928Z | Downloaded linear-map v1.2.0 |
| 1863 | 2026-06-11T21:48:54.930Z | Downloaded cbc v0.1.2 |
| 1864 | 2026-06-11T21:48:54.930Z | Downloaded darling_core v0.21.3 |
| 1865 | 2026-06-11T21:48:54.934Z | Downloaded oso-derive v0.27.3 |
| 1866 | 2026-06-11T21:48:54.936Z | Downloaded bzip2 v0.4.4 |
| 1867 | 2026-06-11T21:48:54.936Z | Downloaded anstream v0.6.21 |
| 1868 | 2026-06-11T21:48:54.939Z | Downloaded lzss v0.8.2 |
| 1869 | 2026-06-11T21:48:54.939Z | Downloaded packed_struct_codegen v0.10.1 |
| 1870 | 2026-06-11T21:48:54.939Z | Downloaded mime_guess v2.0.5 |
| 1871 | 2026-06-11T21:48:54.944Z | Downloaded pbkdf2 v0.11.0 |
| 1872 | 2026-06-11T21:48:54.946Z | Downloaded peg-runtime v0.8.5 |
| 1873 | 2026-06-11T21:48:54.946Z | Downloaded pbkdf2 v0.12.2 |
| 1874 | 2026-06-11T21:48:54.950Z | Downloaded parse-size v1.1.0 |
| 1875 | 2026-06-11T21:48:54.950Z | Downloaded crossbeam-epoch v0.9.18 |
| 1876 | 2026-06-11T21:48:54.952Z | Downloaded md-5 v0.10.6 |
| 1877 | 2026-06-11T21:48:54.952Z | Downloaded glob v0.3.3 |
| 1878 | 2026-06-11T21:48:54.955Z | Downloaded filetime v0.2.27 |
| 1879 | 2026-06-11T21:48:54.955Z | Downloaded cookie_store v0.22.1 |
| 1880 | 2026-06-11T21:48:54.957Z | Downloaded ingot-macros v0.1.1 |
| 1881 | 2026-06-11T21:48:54.960Z | Downloaded newtype-uuid v1.3.2 |
| 1882 | 2026-06-11T21:48:54.960Z | Downloaded native-tls v0.2.18 |
| 1883 | 2026-06-11T21:48:54.963Z | Downloaded nanorand v0.7.0 |
| 1884 | 2026-06-11T21:48:54.963Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 1885 | 2026-06-11T21:48:54.966Z | Downloaded newtype_derive v0.1.6 |
| 1886 | 2026-06-11T21:48:54.966Z | Downloaded cancel-safe-futures v0.1.5 |
| 1887 | 2026-06-11T21:48:54.968Z | Downloaded async-bb8-diesel v0.2.1 |
| 1888 | 2026-06-11T21:48:54.968Z | Downloaded env_logger v0.11.9 |
| 1889 | 2026-06-11T21:48:54.971Z | Downloaded git-stub-vcs v0.1.0 |
| 1890 | 2026-06-11T21:48:54.974Z | Downloaded phf_shared v0.12.1 |
| 1891 | 2026-06-11T21:48:54.977Z | Downloaded path-slash v0.1.5 |
| 1892 | 2026-06-11T21:48:54.979Z | Downloaded fs-err v2.11.0 |
| 1893 | 2026-06-11T21:48:54.979Z | Downloaded derive_more v0.99.20 |
| 1894 | 2026-06-11T21:48:54.983Z | Downloaded phf_shared v0.13.1 |
| 1895 | 2026-06-11T21:48:54.985Z | Downloaded backon v1.6.0 |
| 1896 | 2026-06-11T21:48:54.988Z | Downloaded libsw v3.5.0 |
| 1897 | 2026-06-11T21:48:54.991Z | Downloaded num-complex v0.4.6 |
| 1898 | 2026-06-11T21:48:54.993Z | Downloaded multer v3.1.0 |
| 1899 | 2026-06-11T21:48:54.996Z | Downloaded progenitor-macro v0.13.0 |
| 1900 | 2026-06-11T21:48:54.999Z | Downloaded openssl-probe v0.1.6 |
| 1901 | 2026-06-11T21:48:55.002Z | Downloaded bumpalo v3.20.2 |
| 1902 | 2026-06-11T21:48:55.002Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1903 | 2026-06-11T21:48:55.005Z | Downloaded bytes v1.11.1 |
| 1904 | 2026-06-11T21:48:55.007Z | Downloaded progenitor-macro v0.14.0 |
| 1905 | 2026-06-11T21:48:55.008Z | Downloaded quick-error v1.2.3 |
| 1906 | 2026-06-11T21:48:55.010Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1907 | 2026-06-11T21:48:55.010Z | Downloaded proc-macro-crate v1.3.1 |
| 1908 | 2026-06-11T21:48:55.010Z | Downloaded phf_shared v0.11.3 |
| 1909 | 2026-06-11T21:48:55.010Z | Downloaded precomputed-hash v0.1.1 |
| 1910 | 2026-06-11T21:48:55.013Z | Downloaded predicates-core v1.0.10 |
| 1911 | 2026-06-11T21:48:55.013Z | Downloaded password-hash v0.4.2 |
| 1912 | 2026-06-11T21:48:55.013Z | Downloaded packed_struct v0.10.1 |
| 1913 | 2026-06-11T21:48:55.016Z | Downloaded rand_xorshift v0.4.0 |
| 1914 | 2026-06-11T21:48:55.016Z | Downloaded parse-display-derive v0.10.0 |
| 1915 | 2026-06-11T21:48:55.018Z | Downloaded parking_lot_core v0.8.6 |
| 1916 | 2026-06-11T21:48:55.018Z | Downloaded parse-display v0.10.0 |
| 1917 | 2026-06-11T21:48:55.018Z | Downloaded nu-ansi-term v0.50.3 |
| 1918 | 2026-06-11T21:48:55.021Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1919 | 2026-06-11T21:48:55.021Z | Downloaded owo-colors v4.3.0 |
| 1920 | 2026-06-11T21:48:55.037Z | Downloaded psl-types v2.0.11 |
| 1921 | 2026-06-11T21:48:55.040Z | Downloaded aes v0.8.4 |
| 1922 | 2026-06-11T21:48:55.043Z | Downloaded darling v0.20.11 |
| 1923 | 2026-06-11T21:48:55.045Z | Downloaded password-hash v0.5.0 |
| 1924 | 2026-06-11T21:48:55.045Z | Downloaded memmap2 v0.9.10 |
| 1925 | 2026-06-11T21:48:55.048Z | Downloaded peg-macros v0.8.5 |
| 1926 | 2026-06-11T21:48:55.048Z | Downloaded radium v0.7.0 |
| 1927 | 2026-06-11T21:48:55.048Z | Downloaded progenitor-client v0.14.0 |
| 1928 | 2026-06-11T21:48:55.051Z | Downloaded phf v0.12.1 |
| 1929 | 2026-06-11T21:48:55.051Z | Downloaded peg v0.8.5 |
| 1930 | 2026-06-11T21:48:55.054Z | Downloaded litrs v1.0.0 |
| 1931 | 2026-06-11T21:48:55.054Z | Downloaded russh-cryptovec v0.7.3 |
| 1932 | 2026-06-11T21:48:55.056Z | Downloaded rtoolbox v0.0.3 |
| 1933 | 2026-06-11T21:48:55.056Z | Downloaded polyval v0.6.2 |
| 1934 | 2026-06-11T21:48:55.056Z | Downloaded iana-time-zone v0.1.65 |
| 1935 | 2026-06-11T21:48:55.059Z | Downloaded find-msvc-tools v0.1.9 |
| 1936 | 2026-06-11T21:48:55.059Z | Downloaded darling_core v0.13.4 |
| 1937 | 2026-06-11T21:48:55.062Z | Downloaded const_format v0.2.35 |
| 1938 | 2026-06-11T21:48:55.065Z | Downloaded chacha20poly1305 v0.10.1 |
| 1939 | 2026-06-11T21:48:55.068Z | Downloaded recursive v0.1.1 |
| 1940 | 2026-06-11T21:48:55.068Z | Downloaded num_enum_derive v0.7.6 |
| 1941 | 2026-06-11T21:48:55.068Z | Downloaded num_enum v0.5.11 |
| 1942 | 2026-06-11T21:48:55.070Z | Downloaded same-file v1.0.6 |
| 1943 | 2026-06-11T21:48:55.073Z | Downloaded salsa20 v0.10.2 |
| 1944 | 2026-06-11T21:48:55.073Z | Downloaded proc-macro-error2 v2.0.1 |
| 1945 | 2026-06-11T21:48:55.076Z | Downloaded poly1305 v0.8.0 |
| 1946 | 2026-06-11T21:48:55.076Z | Downloaded rustc_version v0.1.7 |
| 1947 | 2026-06-11T21:48:55.079Z | Downloaded phf v0.13.1 |
| 1948 | 2026-06-11T21:48:55.079Z | Downloaded oxnet v0.1.5 |
| 1949 | 2026-06-11T21:48:55.079Z | Downloaded predicates v3.1.4 |
| 1950 | 2026-06-11T21:48:55.082Z | Downloaded num-rational v0.4.2 |
| 1951 | 2026-06-11T21:48:55.084Z | Downloaded pin-project-lite v0.2.17 |
| 1952 | 2026-06-11T21:48:55.087Z | Downloaded serde_plain v1.0.2 |
| 1953 | 2026-06-11T21:48:55.087Z | Downloaded secrecy v0.10.3 |
| 1954 | 2026-06-11T21:48:55.090Z | Downloaded scrypt v0.11.0 |
| 1955 | 2026-06-11T21:48:55.090Z | Downloaded pin-project-internal v1.1.11 |
| 1956 | 2026-06-11T21:48:55.090Z | Downloaded parking_lot v0.11.2 |
| 1957 | 2026-06-11T21:48:55.092Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1958 | 2026-06-11T21:48:55.093Z | Downloaded scroll_derive v0.13.1 |
| 1959 | 2026-06-11T21:48:55.095Z | Downloaded rand_seeder v0.4.0 |
| 1960 | 2026-06-11T21:48:55.095Z | Downloaded rand_core v0.10.0 |
| 1961 | 2026-06-11T21:48:55.096Z | Downloaded serde-big-array v0.5.1 |
| 1962 | 2026-06-11T21:48:55.098Z | Downloaded sapling-renderdag v0.1.0 |
| 1963 | 2026-06-11T21:48:55.098Z | Downloaded psm v0.1.30 |
| 1964 | 2026-06-11T21:48:55.101Z | Downloaded progenitor-client v0.13.0 |
| 1965 | 2026-06-11T21:48:55.101Z | Downloaded sigpipe v0.1.3 |
| 1966 | 2026-06-11T21:48:55.101Z | Downloaded seq-macro v0.3.6 |
| 1967 | 2026-06-11T21:48:55.104Z | Downloaded semver v0.1.20 |
| 1968 | 2026-06-11T21:48:55.104Z | Downloaded serde_repr v0.1.20 |
| 1969 | 2026-06-11T21:48:55.104Z | Downloaded pem v3.0.6 |
| 1970 | 2026-06-11T21:48:55.107Z | Downloaded progenitor-extras v0.2.0 |
| 1971 | 2026-06-11T21:48:55.107Z | Downloaded compact_str v0.8.1 |
| 1972 | 2026-06-11T21:48:55.109Z | Downloaded r2d2 v0.8.10 |
| 1973 | 2026-06-11T21:48:55.109Z | Downloaded dropshot_endpoint v0.17.0 |
| 1974 | 2026-06-11T21:48:55.112Z | Downloaded darling_core v0.20.11 |
| 1975 | 2026-06-11T21:48:55.115Z | Downloaded ignore v0.4.25 |
| 1976 | 2026-06-11T21:48:55.117Z | Downloaded shell-words v1.1.1 |
| 1977 | 2026-06-11T21:48:55.117Z | Downloaded predicates-tree v1.0.13 |
| 1978 | 2026-06-11T21:48:55.117Z | Downloaded postgres-protocol v0.6.10 |
| 1979 | 2026-06-11T21:48:55.120Z | Downloaded paste v1.0.15 |
| 1980 | 2026-06-11T21:48:55.120Z | Downloaded omicron-zone-package v0.12.2 |
| 1981 | 2026-06-11T21:48:55.123Z | Downloaded signal-hook-mio v0.2.5 |
| 1982 | 2026-06-11T21:48:55.123Z | Downloaded num_enum v0.7.6 |
| 1983 | 2026-06-11T21:48:55.125Z | Downloaded ssh-encoding v0.2.0 |
| 1984 | 2026-06-11T21:48:55.128Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1985 | 2026-06-11T21:48:55.131Z | Downloaded ssh-cipher v0.2.0 |
| 1986 | 2026-06-11T21:48:55.134Z | Downloaded signal-hook-tokio v0.3.1 |
| 1987 | 2026-06-11T21:48:55.137Z | Downloaded rusty-fork v0.3.1 |
| 1988 | 2026-06-11T21:48:55.141Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1989 | 2026-06-11T21:48:55.144Z | Downloaded flume v0.11.1 |
| 1990 | 2026-06-11T21:48:55.147Z | Downloaded fatfs v0.3.6 |
| 1991 | 2026-06-11T21:48:55.149Z | Downloaded heapless v0.8.0 |
| 1992 | 2026-06-11T21:48:55.149Z | Downloaded progenitor v0.13.0 |
| 1993 | 2026-06-11T21:48:55.154Z | Downloaded p256 v0.13.2 |
| 1994 | 2026-06-11T21:48:55.157Z | Downloaded slog-bunyan v2.5.0 |
| 1995 | 2026-06-11T21:48:55.159Z | Downloaded siphasher v1.0.2 |
| 1996 | 2026-06-11T21:48:55.159Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1997 | 2026-06-11T21:48:55.159Z | Downloaded serde-hex v0.1.0 |
| 1998 | 2026-06-11T21:48:55.162Z | Downloaded secrecy v0.8.0 |
| 1999 | 2026-06-11T21:48:55.162Z | Downloaded scroll v0.13.0 |
| 2000 | 2026-06-11T21:48:55.162Z | Downloaded sqlparser_derive v0.5.0 |
| 2001 | 2026-06-11T21:48:55.165Z | Downloaded ar_archive_writer v0.5.1 |
| 2002 | 2026-06-11T21:48:55.167Z | Downloaded strsim v0.10.0 |
| 2003 | 2026-06-11T21:48:55.167Z | Downloaded serde_path_to_error v0.1.20 |
| 2004 | 2026-06-11T21:48:55.167Z | Downloaded resolv-conf v0.7.6 |
| 2005 | 2026-06-11T21:48:55.170Z | Downloaded papergrid v0.17.0 |
| 2006 | 2026-06-11T21:48:55.173Z | Downloaded sync-ptr v0.1.4 |
| 2007 | 2026-06-11T21:48:55.173Z | Downloaded tap v1.0.1 |
| 2008 | 2026-06-11T21:48:55.175Z | Downloaded rustls-pemfile v2.2.0 |
| 2009 | 2026-06-11T21:48:55.175Z | Downloaded tagptr v0.2.0 |
| 2010 | 2026-06-11T21:48:55.179Z | Downloaded testing_table v0.3.0 |
| 2011 | 2026-06-11T21:48:55.182Z | Downloaded pkcs5 v0.7.1 |
| 2012 | 2026-06-11T21:48:55.187Z | Downloaded serde_bytes v0.11.19 |
| 2013 | 2026-06-11T21:48:55.191Z | Downloaded tabled_derive v0.11.0 |
| 2014 | 2026-06-11T21:48:55.194Z | Downloaded structmeta-derive v0.3.0 |
| 2015 | 2026-06-11T21:48:55.194Z | Downloaded structmeta v0.3.0 |
| 2016 | 2026-06-11T21:48:55.194Z | Downloaded pin-project v1.1.11 |
| 2017 | 2026-06-11T21:48:55.201Z | Downloaded smallvec v0.6.14 |
| 2018 | 2026-06-11T21:48:55.203Z | Downloaded slog-json v2.6.1 |
| 2019 | 2026-06-11T21:48:55.203Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 2020 | 2026-06-11T21:48:55.206Z | Downloaded slog-dtrace v0.3.0 |
| 2021 | 2026-06-11T21:48:55.206Z | Downloaded indicatif v0.18.4 |
| 2022 | 2026-06-11T21:48:55.209Z | Downloaded headers v0.4.1 |
| 2023 | 2026-06-11T21:48:55.211Z | Downloaded progenitor v0.14.0 |
| 2024 | 2026-06-11T21:48:55.212Z | Downloaded oso v0.27.3 |
| 2025 | 2026-06-11T21:48:55.214Z | Downloaded termtree v0.5.1 |
| 2026 | 2026-06-11T21:48:55.217Z | Downloaded cc v1.2.56 |
| 2027 | 2026-06-11T21:48:55.220Z | Downloaded flate2 v1.1.9 |
| 2028 | 2026-06-11T21:48:55.223Z | Downloaded jiff-static v0.2.21 |
| 2029 | 2026-06-11T21:48:55.225Z | Downloaded slab v0.4.12 |
| 2030 | 2026-06-11T21:48:55.228Z | Downloaded string_cache v0.8.9 |
| 2031 | 2026-06-11T21:48:55.228Z | Downloaded stacker v0.1.23 |
| 2032 | 2026-06-11T21:48:55.231Z | Downloaded simd-adler32 v0.3.8 |
| 2033 | 2026-06-11T21:48:55.231Z | Downloaded stringprep v0.1.5 |
| 2034 | 2026-06-11T21:48:55.231Z | Downloaded thread-id v5.1.0 |
| 2035 | 2026-06-11T21:48:55.234Z | Downloaded sqlformat v0.3.5 |
| 2036 | 2026-06-11T21:48:55.237Z | Downloaded usdt-attr-macro v0.6.0 |
| 2037 | 2026-06-11T21:48:55.240Z | Downloaded untrusted v0.7.1 |
| 2038 | 2026-06-11T21:48:55.240Z | Downloaded strum_macros v0.27.2 |
| 2039 | 2026-06-11T21:48:55.242Z | Downloaded typify-macro v0.6.2 |
| 2040 | 2026-06-11T21:48:55.245Z | Downloaded snafu-derive v0.8.9 |
| 2041 | 2026-06-11T21:48:55.248Z | Downloaded ron v0.8.1 |
| 2042 | 2026-06-11T21:48:55.250Z | Downloaded termios v0.3.3 |
| 2043 | 2026-06-11T21:48:55.253Z | Downloaded postcard v1.1.3 |
| 2044 | 2026-06-11T21:48:55.253Z | Downloaded usdt-macro v0.6.0 |
| 2045 | 2026-06-11T21:48:55.253Z | Downloaded supports-color v3.0.2 |
| 2046 | 2026-06-11T21:48:55.256Z | Downloaded support-bundle-viewer v0.1.2 |
| 2047 | 2026-06-11T21:48:55.256Z | Downloaded serde_with_macros v1.5.2 |
| 2048 | 2026-06-11T21:48:55.256Z | Downloaded strum v0.27.2 |
| 2049 | 2026-06-11T21:48:55.258Z | Downloaded topological-sort v0.2.2 |
| 2050 | 2026-06-11T21:48:55.259Z | Downloaded async-compression v0.4.41 |
| 2051 | 2026-06-11T21:48:55.261Z | Downloaded universal-hash v0.5.1 |
| 2052 | 2026-06-11T21:48:55.264Z | Downloaded trait-variant v0.1.2 |
| 2053 | 2026-06-11T21:48:55.264Z | Downloaded serde_with_macros v3.17.0 |
| 2054 | 2026-06-11T21:48:55.271Z | Downloaded prefix-trie v0.7.0 |
| 2055 | 2026-06-11T21:48:55.274Z | Downloaded russh-keys v0.45.0 |
| 2056 | 2026-06-11T21:48:55.277Z | Downloaded tokio-dtrace v0.1.1 |
| 2057 | 2026-06-11T21:48:55.277Z | Downloaded thiserror-no-std v2.0.2 |
| 2058 | 2026-06-11T21:48:55.280Z | Downloaded strum_macros v0.24.3 |
| 2059 | 2026-06-11T21:48:55.283Z | Downloaded serde_cbor v0.11.2 |
| 2060 | 2026-06-11T21:48:55.283Z | Downloaded xattr v1.6.1 |
| 2061 | 2026-06-11T21:48:55.285Z | Downloaded usdt v0.6.0 |
| 2062 | 2026-06-11T21:48:55.285Z | Downloaded unicode-truncate v1.1.0 |
| 2063 | 2026-06-11T21:48:55.288Z | Downloaded xshell-macros v0.2.7 |
| 2064 | 2026-06-11T21:48:55.291Z | Downloaded rustls-platform-verifier v0.6.2 |
| 2065 | 2026-06-11T21:48:55.293Z | Downloaded tokio-tungstenite v0.23.1 |
| 2066 | 2026-06-11T21:48:55.296Z | Downloaded tokio-rustls v0.25.0 |
| 2067 | 2026-06-11T21:48:55.311Z | Downloaded wait-timeout v0.2.1 |
| 2068 | 2026-06-11T21:48:55.313Z | Downloaded waitgroup v0.1.2 |
| 2069 | 2026-06-11T21:48:55.314Z | Downloaded void v1.0.2 |
| 2070 | 2026-06-11T21:48:55.316Z | Downloaded hickory-resolver v0.24.4 |
| 2071 | 2026-06-11T21:48:55.319Z | Downloaded unicase v2.9.0 |
| 2072 | 2026-06-11T21:48:55.319Z | Downloaded unarray v0.1.4 |
| 2073 | 2026-06-11T21:48:55.319Z | Downloaded hickory-resolver v0.25.2 |
| 2074 | 2026-06-11T21:48:55.322Z | Downloaded tiny-keccak v2.0.2 |
| 2075 | 2026-06-11T21:48:55.327Z | Downloaded tokio-native-tls v0.3.1 |
| 2076 | 2026-06-11T21:48:55.332Z | Downloaded vergen-gitcl v1.0.8 |
| 2077 | 2026-06-11T21:48:55.335Z | Downloaded uzers v0.12.2 |
| 2078 | 2026-06-11T21:48:55.335Z | Downloaded term v0.7.0 |
| 2079 | 2026-06-11T21:48:55.338Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 2080 | 2026-06-11T21:48:55.341Z | Downloaded vsss-rs v3.3.4 |
| 2081 | 2026-06-11T21:48:55.354Z | Downloaded postgres-types v0.2.12 |
| 2082 | 2026-06-11T21:48:55.358Z | Downloaded whoami v1.6.1 |
| 2083 | 2026-06-11T21:48:55.361Z | Downloaded minimal-lexical v0.2.1 |
| 2084 | 2026-06-11T21:48:55.364Z | Downloaded usdt-impl v0.6.0 |
| 2085 | 2026-06-11T21:48:55.364Z | Downloaded wyz v0.5.1 |
| 2086 | 2026-06-11T21:48:55.364Z | Downloaded whoami v2.1.0 |
| 2087 | 2026-06-11T21:48:55.367Z | Downloaded walkdir v2.5.0 |
| 2088 | 2026-06-11T21:48:55.367Z | Downloaded openssl-sys v0.9.115 |
| 2089 | 2026-06-11T21:48:55.370Z | Downloaded twox-hash v2.1.2 |
| 2090 | 2026-06-11T21:48:55.377Z | Downloaded vergen-lib v0.1.6 |
| 2091 | 2026-06-11T21:48:55.379Z | Downloaded vergen-git2 v9.1.0 |
| 2092 | 2026-06-11T21:48:55.382Z | Downloaded ryu v1.0.23 |
| 2093 | 2026-06-11T21:48:55.385Z | Downloaded zstd v0.13.3 |
| 2094 | 2026-06-11T21:48:55.387Z | Downloaded progenitor-impl v0.14.0 |
| 2095 | 2026-06-11T21:48:55.390Z | Downloaded subprocess v0.2.15 |
| 2096 | 2026-06-11T21:48:55.390Z | Downloaded qorb v0.4.1 |
| 2097 | 2026-06-11T21:48:55.393Z | Downloaded signal-hook v0.3.18 |
| 2098 | 2026-06-11T21:48:55.395Z | Downloaded hashbrown v0.13.2 |
| 2099 | 2026-06-11T21:48:55.398Z | Downloaded rcgen v0.12.1 |
| 2100 | 2026-06-11T21:48:55.401Z | Downloaded diesel_derives v2.3.7 |
| 2101 | 2026-06-11T21:48:55.403Z | Downloaded zstd-safe v7.2.4 |
| 2102 | 2026-06-11T21:48:55.406Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 2103 | 2026-06-11T21:48:55.406Z | Downloaded vergen v9.1.0 |
| 2104 | 2026-06-11T21:48:55.409Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 2105 | 2026-06-11T21:48:55.416Z | Downloaded toml v0.7.8 |
| 2106 | 2026-06-11T21:48:55.419Z | Downloaded test-strategy v0.4.5 |
| 2107 | 2026-06-11T21:48:55.422Z | Downloaded snafu v0.8.9 |
| 2108 | 2026-06-11T21:48:55.424Z | Downloaded tungstenite v0.23.0 |
| 2109 | 2026-06-11T21:48:55.427Z | Downloaded tui-tree-widget v0.23.1 |
| 2110 | 2026-06-11T21:48:55.427Z | Downloaded samael v0.0.19 |
| 2111 | 2026-06-11T21:48:55.430Z | Downloaded rayon-core v1.13.0 |
| 2112 | 2026-06-11T21:48:55.433Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 2113 | 2026-06-11T21:48:55.435Z | Downloaded num-bigint v0.4.6 |
| 2114 | 2026-06-11T21:48:55.438Z | Downloaded crossterm v0.29.0 |
| 2115 | 2026-06-11T21:48:55.441Z | Downloaded unicode-properties v0.1.4 |
| 2116 | 2026-06-11T21:48:55.444Z | Downloaded rand v0.8.6 |
| 2117 | 2026-06-11T21:48:55.446Z | Downloaded progenitor-impl v0.13.0 |
| 2118 | 2026-06-11T21:48:55.447Z | Downloaded hyper-util v0.1.20 |
| 2119 | 2026-06-11T21:48:55.449Z | Downloaded uuid v1.23.0 |
| 2120 | 2026-06-11T21:48:55.452Z | Downloaded tar v0.4.45 |
| 2121 | 2026-06-11T21:48:55.452Z | Downloaded libxml v0.3.3 |
| 2122 | 2026-06-11T21:48:55.455Z | Downloaded crossterm v0.28.1 |
| 2123 | 2026-06-11T21:48:55.458Z | Downloaded vergen-lib v9.1.0 |
| 2124 | 2026-06-11T21:48:55.468Z | Downloaded vte v0.14.1 |
| 2125 | 2026-06-11T21:48:55.474Z | Downloaded publicsuffix v2.3.0 |
| 2126 | 2026-06-11T21:48:55.477Z | Downloaded yasna v0.5.2 |
| 2127 | 2026-06-11T21:48:55.483Z | Downloaded steno v0.4.1 |
| 2128 | 2026-06-11T21:48:55.485Z | Downloaded typify v0.6.2 |
| 2129 | 2026-06-11T21:48:55.490Z | Downloaded rand v0.10.0 |
| 2130 | 2026-06-11T21:48:55.493Z | Downloaded schemars v1.2.1 |
| 2131 | 2026-06-11T21:48:55.501Z | Downloaded unicode-bidi v0.3.18 |
| 2132 | 2026-06-11T21:48:55.503Z | Downloaded aes-gcm v0.10.3 |
| 2133 | 2026-06-11T21:48:55.506Z | Downloaded ssh-key v0.6.7 |
| 2134 | 2026-06-11T21:48:55.510Z | Downloaded russh v0.45.0 |
| 2135 | 2026-06-11T21:48:55.513Z | Downloaded nom v8.0.0 |
| 2136 | 2026-06-11T21:48:55.515Z | Downloaded rustyline v14.0.0 |
| 2137 | 2026-06-11T21:48:55.518Z | Downloaded hashbrown v0.15.5 |
| 2138 | 2026-06-11T21:48:55.521Z | Downloaded zerocopy v0.6.6 |
| 2139 | 2026-06-11T21:48:55.523Z | Downloaded dropshot-api-manager v0.7.2 |
| 2140 | 2026-06-11T21:48:55.526Z | Downloaded hickory-server v0.25.2 |
| 2141 | 2026-06-11T21:48:55.529Z | Downloaded pretty_assertions v1.4.1 |
| 2142 | 2026-06-11T21:48:55.535Z | Downloaded zopfli v0.8.3 |
| 2143 | 2026-06-11T21:48:55.537Z | Downloaded nom v7.1.3 |
| 2144 | 2026-06-11T21:48:55.540Z | Downloaded itertools v0.13.0 |
| 2145 | 2026-06-11T21:48:55.543Z | Downloaded tokio-postgres v0.7.16 |
| 2146 | 2026-06-11T21:48:55.546Z | Downloaded yansi v1.0.1 |
| 2147 | 2026-06-11T21:48:55.548Z | Downloaded typed-path v0.9.3 |
| 2148 | 2026-06-11T21:48:55.559Z | Downloaded unicode_categories v0.1.1 |
| 2149 | 2026-06-11T21:48:55.564Z | Downloaded toml_edit v0.19.15 |
| 2150 | 2026-06-11T21:48:55.573Z | Downloaded rpassword v7.4.0 |
| 2151 | 2026-06-11T21:48:55.576Z | Downloaded xshell v0.2.7 |
| 2152 | 2026-06-11T21:48:55.579Z | Downloaded zip v0.6.6 |
| 2153 | 2026-06-11T21:48:55.592Z | Downloaded reedline v0.40.0 |
| 2154 | 2026-06-11T21:48:55.596Z | Downloaded p521 v0.13.3 |
| 2155 | 2026-06-11T21:48:55.600Z | Downloaded serde_with v1.14.0 |
| 2156 | 2026-06-11T21:48:55.610Z | Downloaded bitvec v1.0.1 |
| 2157 | 2026-06-11T21:48:55.618Z | Downloaded regex v1.12.3 |
| 2158 | 2026-06-11T21:48:55.622Z | Downloaded bindgen v0.71.1 |
| 2159 | 2026-06-11T21:48:55.627Z | Downloaded blake3 v1.8.3 |
| 2160 | 2026-06-11T21:48:55.638Z | Downloaded itertools v0.14.0 |
| 2161 | 2026-06-11T21:48:55.640Z | Downloaded iddqd v0.4.2 |
| 2162 | 2026-06-11T21:48:55.645Z | Downloaded zerocopy-derive v0.8.40 |
| 2163 | 2026-06-11T21:48:55.670Z | Downloaded chrono v0.4.44 |
| 2164 | 2026-06-11T21:48:55.677Z | Downloaded moka v0.12.13 |
| 2165 | 2026-06-11T21:48:55.685Z | Downloaded winnow v0.5.40 |
| 2166 | 2026-06-11T21:48:55.690Z | Downloaded rustls-webpki v0.102.8 |
| 2167 | 2026-06-11T21:48:55.700Z | Downloaded zip v4.6.1 |
| 2168 | 2026-06-11T21:48:55.703Z | Downloaded portable-atomic v1.13.1 |
| 2169 | 2026-06-11T21:48:55.708Z | Downloaded petname v2.0.2 |
| 2170 | 2026-06-11T21:48:55.710Z | Downloaded unicode-normalization v0.1.25 |
| 2171 | 2026-06-11T21:48:55.745Z | Downloaded tough v0.22.0 |
| 2172 | 2026-06-11T21:48:55.756Z | Downloaded object v0.30.4 |
| 2173 | 2026-06-11T21:48:55.762Z | Downloaded rayon v1.11.0 |
| 2174 | 2026-06-11T21:48:55.780Z | Downloaded reqwest v0.13.2 |
| 2175 | 2026-06-11T21:48:55.786Z | Downloaded quick-xml v0.37.5 |
| 2176 | 2026-06-11T21:48:55.789Z | Downloaded webpki-roots v1.0.6 |
| 2177 | 2026-06-11T21:48:55.792Z | Downloaded winnow v0.6.26 |
| 2178 | 2026-06-11T21:48:55.795Z | Downloaded nix v0.28.0 |
| 2179 | 2026-06-11T21:48:55.803Z | Downloaded regex-syntax v0.6.29 |
| 2180 | 2026-06-11T21:48:55.807Z | Downloaded bstr v1.12.1 |
| 2181 | 2026-06-11T21:48:55.813Z | Downloaded proptest v1.10.0 |
| 2182 | 2026-06-11T21:48:55.819Z | Downloaded nix v0.31.2 |
| 2183 | 2026-06-11T21:48:55.826Z | Downloaded lalrpop v0.19.12 |
| 2184 | 2026-06-11T21:48:55.833Z | Downloaded openssl v0.10.79 |
| 2185 | 2026-06-11T21:48:55.839Z | Downloaded goblin v0.10.5 |
| 2186 | 2026-06-11T21:48:55.843Z | Downloaded serde_with v3.17.0 |
| 2187 | 2026-06-11T21:48:55.850Z | Downloaded regex-syntax v0.8.10 |
| 2188 | 2026-06-11T21:48:55.854Z | Downloaded rustls v0.23.37 |
| 2189 | 2026-06-11T21:48:55.862Z | Downloaded regress v0.11.1 |
| 2190 | 2026-06-11T21:48:55.867Z | Downloaded git2 v0.20.4 |
| 2191 | 2026-06-11T21:48:55.884Z | Downloaded zlib-rs v0.6.2 |
| 2192 | 2026-06-11T21:48:55.899Z | Downloaded nix v0.27.1 |
| 2193 | 2026-06-11T21:48:55.908Z | Downloaded tabled v0.20.0 |
| 2194 | 2026-06-11T21:48:55.918Z | Downloaded radix_trie v0.2.1 |
| 2195 | 2026-06-11T21:48:55.921Z | Downloaded polar-core v0.27.3 |
| 2196 | 2026-06-11T21:48:55.925Z | Downloaded dropshot v0.17.0 |
| 2197 | 2026-06-11T21:48:55.949Z | Downloaded zerocopy v0.8.40 |
| 2198 | 2026-06-11T21:48:55.954Z | Downloaded smoltcp v0.9.1 |
| 2199 | 2026-06-11T21:48:55.965Z | Downloaded smoltcp v0.11.0 |
| 2200 | 2026-06-11T21:48:55.972Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 2201 | 2026-06-11T21:48:55.978Z | Downloaded zerocopy-derive v0.6.6 |
| 2202 | 2026-06-11T21:48:55.986Z | Downloaded hickory-proto v0.24.4 |
| 2203 | 2026-06-11T21:48:55.992Z | Downloaded rustls v0.22.4 |
| 2204 | 2026-06-11T21:48:56.014Z | Downloaded hickory-proto v0.25.2 |
| 2205 | 2026-06-11T21:48:56.029Z | Downloaded diesel v2.3.7 |
| 2206 | 2026-06-11T21:48:56.040Z | Downloaded jiff v0.2.21 |
| 2207 | 2026-06-11T21:48:56.050Z | Downloaded chrono-tz v0.10.4 |
| 2208 | 2026-06-11T21:48:56.059Z | Downloaded sqlparser v0.61.0 |
| 2209 | 2026-06-11T21:48:56.064Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 2210 | 2026-06-11T21:48:56.074Z | Downloaded petgraph v0.8.3 |
| 2211 | 2026-06-11T21:48:56.086Z | Downloaded typify-impl v0.6.2 |
| 2212 | 2026-06-11T21:48:56.093Z | Downloaded sled v0.34.7 |
| 2213 | 2026-06-11T21:48:56.099Z | Downloaded csv v1.4.0 |
| 2214 | 2026-06-11T21:48:56.110Z | Downloaded ratatui v0.29.0 |
| 2215 | 2026-06-11T21:48:56.120Z | Downloaded regex-automata v0.4.14 |
| 2216 | 2026-06-11T21:48:56.155Z | Downloaded libz-sys v1.1.24 |
| 2217 | 2026-06-11T21:48:56.167Z | Downloaded tokio v1.52.1 |
| 2218 | 2026-06-11T21:48:56.199Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 2219 | 2026-06-11T21:48:56.339Z | Compiling libc v0.2.185 |
| 2220 | 2026-06-11T21:48:56.339Z | Compiling serde v1.0.228 |
| 2221 | 2026-06-11T21:48:56.342Z | Compiling log v0.4.29 |
| 2222 | 2026-06-11T21:48:56.342Z | Compiling shlex v1.3.0 |
| 2223 | 2026-06-11T21:48:56.494Z | Compiling find-msvc-tools v0.1.9 |
| 2224 | 2026-06-11T21:48:56.495Z | Compiling smallvec v1.15.1 |
| 2225 | 2026-06-11T21:48:56.505Z | Compiling syn v2.0.117 |
| 2226 | 2026-06-11T21:48:56.519Z | Compiling typenum v1.19.0 |
| 2227 | 2026-06-11T21:48:56.670Z | Compiling generic-array v0.14.7 |
| 2228 | 2026-06-11T21:48:56.687Z | Compiling subtle v2.6.1 |
| 2229 | 2026-06-11T21:48:56.722Z | Compiling scopeguard v1.2.0 |
| 2230 | 2026-06-11T21:48:56.779Z | Compiling const-oid v0.9.6 |
| 2231 | 2026-06-11T21:48:56.811Z | Compiling lock_api v0.4.14 |
| 2232 | 2026-06-11T21:48:56.844Z | Compiling serde_json v1.0.149 |
| 2233 | 2026-06-11T21:48:56.870Z | Compiling zerocopy v0.8.40 |
| 2234 | 2026-06-11T21:48:56.923Z | Compiling parking_lot_core v0.9.12 |
| 2235 | 2026-06-11T21:48:57.054Z | Compiling pin-project-lite v0.2.17 |
| 2236 | 2026-06-11T21:48:57.159Z | Compiling portable-atomic v1.13.1 |
| 2237 | 2026-06-11T21:48:57.192Z | Compiling pkg-config v0.3.32 |
| 2238 | 2026-06-11T21:48:57.339Z | Compiling bitflags v2.11.0 |
| 2239 | 2026-06-11T21:48:57.424Z | Compiling getrandom v0.2.17 |
| 2240 | 2026-06-11T21:48:57.542Z | Compiling jobserver v0.1.34 |
| 2241 | 2026-06-11T21:48:57.545Z | Compiling errno v0.3.14 |
| 2242 | 2026-06-11T21:48:57.579Z | Compiling rand_core v0.6.4 |
| 2243 | 2026-06-11T21:48:57.672Z | Compiling signal-hook-registry v1.4.8 |
| 2244 | 2026-06-11T21:48:57.768Z | Compiling cc v1.2.56 |
| 2245 | 2026-06-11T21:48:57.865Z | Compiling critical-section v1.2.0 |
| 2246 | 2026-06-11T21:48:57.940Z | Compiling futures-core v0.3.32 |
| 2247 | 2026-06-11T21:48:57.954Z | Compiling libm v0.2.16 |
| 2248 | 2026-06-11T21:48:57.983Z | Compiling parking_lot v0.12.5 |
| 2249 | 2026-06-11T21:48:57.996Z | Compiling mio v1.2.0 |
| 2250 | 2026-06-11T21:48:58.095Z | Compiling num-traits v0.2.19 |
| 2251 | 2026-06-11T21:48:58.206Z | Compiling once_cell v1.21.3 |
| 2252 | 2026-06-11T21:48:58.243Z | Compiling percent-encoding v2.3.2 |
| 2253 | 2026-06-11T21:48:58.355Z | Compiling socket2 v0.6.3 |
| 2254 | 2026-06-11T21:48:58.421Z | Compiling futures-sink v0.3.32 |
| 2255 | 2026-06-11T21:48:58.436Z | Compiling cpufeatures v0.2.17 |
| 2256 | 2026-06-11T21:48:58.454Z | Compiling futures-io v0.3.32 |
| 2257 | 2026-06-11T21:48:58.469Z | Compiling futures-task v0.3.32 |
| 2258 | 2026-06-11T21:48:58.509Z | Compiling futures-channel v0.3.32 |
| 2259 | 2026-06-11T21:48:58.527Z | Compiling slab v0.4.12 |
| 2260 | 2026-06-11T21:48:58.607Z | Compiling getrandom v0.4.1 |
| 2261 | 2026-06-11T21:48:58.637Z | Compiling rand_core v0.10.0 |
| 2262 | 2026-06-11T21:48:58.708Z | Compiling indexmap v2.14.0 |
| 2263 | 2026-06-11T21:48:58.737Z | Compiling rustversion v1.0.22 |
| 2264 | 2026-06-11T21:48:58.760Z | Compiling getrandom v0.3.4 |
| 2265 | 2026-06-11T21:48:58.805Z | Compiling cmake v0.1.57 |
| 2266 | 2026-06-11T21:48:59.209Z | Compiling form_urlencoded v1.2.2 |
| 2267 | 2026-06-11T21:48:59.246Z | Compiling dunce v1.0.5 |
| 2268 | 2026-06-11T21:48:59.323Z | Compiling fs_extra v1.3.0 |
| 2269 | 2026-06-11T21:48:59.348Z | Compiling synstructure v0.13.2 |
| 2270 | 2026-06-11T21:48:59.376Z | Compiling ident_case v1.0.1 |
| 2271 | 2026-06-11T21:48:59.389Z | Compiling base64ct v1.8.3 |
| 2272 | 2026-06-11T21:48:59.504Z | Compiling regex-syntax v0.8.10 |
| 2273 | 2026-06-11T21:48:59.588Z | Compiling aws-lc-sys v0.40.0 |
| 2274 | 2026-06-11T21:48:59.678Z | Compiling pem-rfc7468 v0.7.0 |
| 2275 | 2026-06-11T21:48:59.712Z | Compiling iana-time-zone v0.1.65 |
| 2276 | 2026-06-11T21:48:59.745Z | Compiling flagset v0.4.7 |
| 2277 | 2026-06-11T21:48:59.885Z | Compiling rustix v1.1.3 |
| 2278 | 2026-06-11T21:48:59.918Z | Compiling rand_core v0.9.5 |
| 2279 | 2026-06-11T21:48:59.932Z | Compiling ring v0.17.14 |
| 2280 | 2026-06-11T21:48:59.952Z | Compiling aws-lc-rs v1.16.3 |
| 2281 | 2026-06-11T21:48:59.985Z | Compiling vcpkg v0.2.15 |
| 2282 | 2026-06-11T21:49:00.203Z | Compiling uuid v1.23.0 |
| 2283 | 2026-06-11T21:49:00.249Z | Compiling rustc_version v0.4.1 |
| 2284 | 2026-06-11T21:49:00.580Z | Compiling tracing-core v0.1.36 |
| 2285 | 2026-06-11T21:49:00.723Z | Compiling openssl-sys v0.9.115 |
| 2286 | 2026-06-11T21:49:00.967Z | Compiling base64 v0.22.1 |
| 2287 | 2026-06-11T21:49:01.105Z | Compiling serde_derive v1.0.228 |
| 2288 | 2026-06-11T21:49:01.190Z | Compiling zeroize_derive v1.4.3 |
| 2289 | 2026-06-11T21:49:01.299Z | Compiling zerofrom-derive v0.1.6 |
| 2290 | 2026-06-11T21:49:01.325Z | Compiling yoke-derive v0.8.1 |
| 2291 | 2026-06-11T21:49:01.712Z | Compiling zerovec-derive v0.11.2 |
| 2292 | 2026-06-11T21:49:01.852Z | Compiling zeroize v1.8.2 |
| 2293 | 2026-06-11T21:49:01.889Z | Compiling zerocopy-derive v0.8.40 |
| 2294 | 2026-06-11T21:49:02.521Z | Compiling displaydoc v0.2.5 |
| 2295 | 2026-06-11T21:49:02.646Z | Compiling crypto-common v0.1.7 |
| 2296 | 2026-06-11T21:49:02.747Z | Compiling zerofrom v0.1.6 |
| 2297 | 2026-06-11T21:49:02.803Z | Compiling block-buffer v0.10.4 |
| 2298 | 2026-06-11T21:49:02.873Z | Compiling yoke v0.8.1 |
| 2299 | 2026-06-11T21:49:02.886Z | Compiling tokio-macros v2.7.0 |
| 2300 | 2026-06-11T21:49:02.985Z | Compiling digest v0.10.7 |
| 2301 | 2026-06-11T21:49:03.063Z | Compiling zerovec v0.11.5 |
| 2302 | 2026-06-11T21:49:03.235Z | Compiling futures-macro v0.3.32 |
| 2303 | 2026-06-11T21:49:03.292Z | Compiling zerotrie v0.2.3 |
| 2304 | 2026-06-11T21:49:03.560Z | Compiling tinystr v0.8.2 |
| 2305 | 2026-06-11T21:49:03.589Z | Compiling potential_utf v0.1.4 |
| 2306 | 2026-06-11T21:49:03.606Z | Compiling hmac v0.12.1 |
| 2307 | 2026-06-11T21:49:03.754Z | Compiling icu_locale_core v2.1.1 |
| 2308 | 2026-06-11T21:49:03.754Z | Compiling icu_collections v2.1.1 |
| 2309 | 2026-06-11T21:49:03.754Z | Compiling block-padding v0.3.3 |
| 2310 | 2026-06-11T21:49:03.941Z | Compiling inout v0.1.4 |
| 2311 | 2026-06-11T21:49:04.037Z | Compiling futures-util v0.3.32 |
| 2312 | 2026-06-11T21:49:04.123Z | Compiling cipher v0.4.4 |
| 2313 | 2026-06-11T21:49:04.241Z | Compiling sha2 v0.10.9 |
| 2314 | 2026-06-11T21:49:04.389Z | Compiling icu_provider v2.1.1 |
| 2315 | 2026-06-11T21:49:04.417Z | Compiling der_derive v0.7.3 |
| 2316 | 2026-06-11T21:49:04.632Z | Compiling bytes v1.11.1 |
| 2317 | 2026-06-11T21:49:04.647Z | Compiling icu_normalizer v2.1.1 |
| 2318 | 2026-06-11T21:49:04.697Z | Compiling icu_properties v2.1.2 |
| 2319 | 2026-06-11T21:49:05.202Z | Compiling tokio v1.52.1 |
| 2320 | 2026-06-11T21:49:05.261Z | Compiling http v1.4.0 |
| 2321 | 2026-06-11T21:49:05.384Z | Compiling der v0.7.10 |
| 2322 | 2026-06-11T21:49:05.628Z | Compiling idna_adapter v1.2.1 |
| 2323 | 2026-06-11T21:49:05.780Z | Compiling idna v1.1.0 |
| 2324 | 2026-06-11T21:49:05.844Z | Compiling chrono v0.4.44 |
| 2325 | 2026-06-11T21:49:06.206Z | Compiling url v2.5.8 |
| 2326 | 2026-06-11T21:49:06.352Z | Compiling ppv-lite86 v0.2.21 |
| 2327 | 2026-06-11T21:49:06.436Z | Compiling spki v0.7.3 |
| 2328 | 2026-06-11T21:49:06.496Z | Compiling salsa20 v0.10.2 |
| 2329 | 2026-06-11T21:49:06.643Z | Compiling pbkdf2 v0.12.2 |
| 2330 | 2026-06-11T21:49:06.656Z | Compiling rustls-pki-types v1.14.0 |
| 2331 | 2026-06-11T21:49:06.669Z | Compiling thiserror-impl v2.0.18 |
| 2332 | 2026-06-11T21:49:06.683Z | Compiling tracing-attributes v0.1.31 |
| 2333 | 2026-06-11T21:49:06.760Z | Compiling scrypt v0.11.0 |
| 2334 | 2026-06-11T21:49:07.022Z | Compiling rand_chacha v0.9.0 |
| 2335 | 2026-06-11T21:49:07.026Z | Compiling http-body v1.0.1 |
| 2336 | 2026-06-11T21:49:07.113Z | Compiling cbc v0.1.2 |
| 2337 | 2026-06-11T21:49:07.196Z | Compiling aes v0.8.4 |
| 2338 | 2026-06-11T21:49:07.269Z | Compiling httparse v1.10.1 |
| 2339 | 2026-06-11T21:49:07.294Z | Compiling untrusted v0.9.0 |
| 2340 | 2026-06-11T21:49:07.420Z | Compiling untrusted v0.7.1 |
| 2341 | 2026-06-11T21:49:07.551Z | Compiling openssl-probe v0.2.1 |
| 2342 | 2026-06-11T21:49:07.612Z | Compiling tinyvec_macros v0.1.1 |
| 2343 | 2026-06-11T21:49:07.690Z | Compiling tinyvec v1.10.0 |
| 2344 | 2026-06-11T21:49:07.736Z | Compiling pkcs5 v0.7.1 |
| 2345 | 2026-06-11T21:49:07.998Z | Compiling tracing v0.1.44 |
| 2346 | 2026-06-11T21:49:08.013Z | Compiling thiserror v2.0.18 |
| 2347 | 2026-06-11T21:49:08.027Z | Compiling pest_generator v2.8.6 |
| 2348 | 2026-06-11T21:49:08.120Z | Compiling rand v0.9.2 |
| 2349 | 2026-06-11T21:49:08.218Z | Compiling serde_derive_internals v0.29.1 |
| 2350 | 2026-06-11T21:49:08.245Z | Compiling aho-corasick v1.1.4 |
| 2351 | 2026-06-11T21:49:08.267Z | Compiling tower-service v0.3.3 |
| 2352 | 2026-06-11T21:49:08.366Z | Compiling atomic-waker v1.1.2 |
| 2353 | 2026-06-11T21:49:08.495Z | Compiling try-lock v0.2.5 |
| 2354 | 2026-06-11T21:49:08.611Z | Compiling dyn-clone v1.0.20 |
| 2355 | 2026-06-11T21:49:08.719Z | Compiling rustls v0.23.37 |
| 2356 | 2026-06-11T21:49:08.755Z | Compiling tower-layer v0.3.3 |
| 2357 | 2026-06-11T21:49:08.900Z | Compiling schemars v0.8.22 |
| 2358 | 2026-06-11T21:49:08.918Z | Compiling pest_derive v2.8.6 |
| 2359 | 2026-06-11T21:49:08.921Z | Compiling want v0.3.1 |
| 2360 | 2026-06-11T21:49:09.096Z | Compiling tokio-util v0.7.18 |
| 2361 | 2026-06-11T21:49:09.110Z | Compiling schemars_derive v0.8.22 |
| 2362 | 2026-06-11T21:49:09.142Z | Compiling regex-automata v0.4.14 |
| 2363 | 2026-06-11T21:49:09.347Z | Compiling pkcs8 v0.10.2 |
| 2364 | 2026-06-11T21:49:09.662Z | Compiling ipnet v2.11.0 |
| 2365 | 2026-06-11T21:49:09.846Z | Compiling h2 v0.4.13 |
| 2366 | 2026-06-11T21:49:09.925Z | Compiling scroll_derive v0.13.1 |
| 2367 | 2026-06-11T21:49:10.132Z | Compiling darling_core v0.20.11 |
| 2368 | 2026-06-11T21:49:10.162Z | Compiling openssl v0.10.79 |
| 2369 | 2026-06-11T21:49:10.383Z | Compiling foreign-types-shared v0.1.1 |
| 2370 | 2026-06-11T21:49:10.399Z | Compiling httpdate v1.0.3 |
| 2371 | 2026-06-11T21:49:10.475Z | Compiling pin-utils v0.1.0 |
| 2372 | 2026-06-11T21:49:10.556Z | Compiling foreign-types v0.3.2 |
| 2373 | 2026-06-11T21:49:10.657Z | Compiling tempfile v3.25.0 |
| 2374 | 2026-06-11T21:49:10.729Z | Compiling scroll v0.13.0 |
| 2375 | 2026-06-11T21:49:10.982Z | Compiling unicode-normalization v0.1.25 |
| 2376 | 2026-06-11T21:49:11.084Z | Compiling openssl-macros v0.1.1 |
| 2377 | 2026-06-11T21:49:11.454Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2378 | 2026-06-11T21:49:11.470Z | Compiling spin v0.9.8 |
| 2379 | 2026-06-11T21:49:11.487Z | Compiling time-core v0.1.8 |
| 2380 | 2026-06-11T21:49:11.639Z | Compiling crc32fast v1.5.0 |
| 2381 | 2026-06-11T21:49:11.683Z | Compiling native-tls v0.2.18 |
| 2382 | 2026-06-11T21:49:11.850Z | Compiling num-conv v0.2.0 |
| 2383 | 2026-06-11T21:49:11.892Z | Compiling powerfmt v0.2.0 |
| 2384 | 2026-06-11T21:49:11.986Z | Compiling time-macros v0.2.27 |
| 2385 | 2026-06-11T21:49:12.103Z | Compiling deranged v0.5.8 |
| 2386 | 2026-06-11T21:49:12.437Z | Compiling darling_macro v0.20.11 |
| 2387 | 2026-06-11T21:49:12.908Z | Compiling hyper v1.8.1 |
| 2388 | 2026-06-11T21:49:13.044Z | Compiling darling v0.20.11 |
| 2389 | 2026-06-11T21:49:13.060Z | Compiling goblin v0.10.5 |
| 2390 | 2026-06-11T21:49:13.131Z | Compiling rustls-native-certs v0.8.3 |
| 2391 | 2026-06-11T21:49:13.335Z | Compiling sync_wrapper v1.0.2 |
| 2392 | 2026-06-11T21:49:13.424Z | Compiling wait-timeout v0.2.1 |
| 2393 | 2026-06-11T21:49:13.450Z | Compiling syn v1.0.109 |
| 2394 | 2026-06-11T21:49:13.696Z | Compiling num_threads v0.1.7 |
| 2395 | 2026-06-11T21:49:13.755Z | Compiling quick-error v1.2.3 |
| 2396 | 2026-06-11T21:49:13.796Z | Compiling simd-adler32 v0.3.8 |
| 2397 | 2026-06-11T21:49:13.853Z | Compiling unicode-segmentation v1.12.0 |
| 2398 | 2026-06-11T21:49:13.867Z | Compiling siphasher v1.0.2 |
| 2399 | 2026-06-11T21:49:14.042Z | Compiling hyper-util v0.1.20 |
| 2400 | 2026-06-11T21:49:14.058Z | Compiling bit-vec v0.8.0 |
| 2401 | 2026-06-11T21:49:14.241Z | Compiling usdt-impl v0.6.0 |
| 2402 | 2026-06-11T21:49:14.292Z | Compiling crossbeam-utils v0.8.21 |
| 2403 | 2026-06-11T21:49:14.475Z | Compiling bit-set v0.8.0 |
| 2404 | 2026-06-11T21:49:14.606Z | Compiling rusty-fork v0.3.1 |
| 2405 | 2026-06-11T21:49:14.641Z | Compiling time v0.3.47 |
| 2406 | 2026-06-11T21:49:14.854Z | Compiling tower v0.5.3 |
| 2407 | 2026-06-11T21:49:14.933Z | Compiling derive_builder_core v0.20.2 |
| 2408 | 2026-06-11T21:49:15.146Z | Compiling dtrace-parser v0.3.0 |
| 2409 | 2026-06-11T21:49:15.327Z | Compiling http-body-util v0.1.3 |
| 2410 | 2026-06-11T21:49:15.578Z | Compiling webpki-roots v1.0.6 |
| 2411 | 2026-06-11T21:49:15.706Z | Compiling signature v2.2.0 |
| 2412 | 2026-06-11T21:49:15.785Z | Compiling dof v0.4.0 |
| 2413 | 2026-06-11T21:49:15.820Z | Compiling scroll_derive v0.12.1 |
| 2414 | 2026-06-11T21:49:15.937Z | Compiling thiserror-impl v1.0.69 |
| 2415 | 2026-06-11T21:49:15.940Z | Compiling heapless v0.7.17 |
| 2416 | 2026-06-11T21:49:16.200Z | Compiling rand_xorshift v0.4.0 |
| 2417 | 2026-06-11T21:49:16.278Z | Compiling slog v2.8.2 |
| 2418 | 2026-06-11T21:49:16.369Z | Compiling darling_core v0.21.3 |
| 2419 | 2026-06-11T21:49:16.475Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2420 | 2026-06-11T21:49:16.492Z | Compiling thread-id v5.1.0 |
| 2421 | 2026-06-11T21:49:16.577Z | Compiling cookie v0.18.1 |
| 2422 | 2026-06-11T21:49:16.760Z | Compiling allocator-api2 v0.2.21 |
| 2423 | 2026-06-11T21:49:16.775Z | Compiling signal-hook v0.3.18 |
| 2424 | 2026-06-11T21:49:16.950Z | Compiling ryu v1.0.23 |
| 2425 | 2026-06-11T21:49:16.997Z | Compiling paste v1.0.15 |
| 2426 | 2026-06-11T21:49:17.096Z | Compiling unicode-properties v0.1.4 |
| 2427 | 2026-06-11T21:49:17.140Z | Compiling zstd-safe v7.2.4 |
| 2428 | 2026-06-11T21:49:17.204Z | Compiling unarray v0.1.4 |
| 2429 | 2026-06-11T21:49:17.271Z | Compiling anyhow v1.0.102 |
| 2430 | 2026-06-11T21:49:17.307Z | Compiling iri-string v0.7.10 |
| 2431 | 2026-06-11T21:49:17.320Z | Compiling unicode-bidi v0.3.18 |
| 2432 | 2026-06-11T21:49:17.334Z | Compiling adler2 v2.0.1 |
| 2433 | 2026-06-11T21:49:17.346Z | Compiling proptest v1.10.0 |
| 2434 | 2026-06-11T21:49:17.466Z | Compiling miniz_oxide v0.8.9 |
| 2435 | 2026-06-11T21:49:17.791Z | Compiling stringprep v0.1.5 |
| 2436 | 2026-06-11T21:49:17.900Z | Compiling thiserror v1.0.69 |
| 2437 | 2026-06-11T21:49:18.008Z | Compiling serde_urlencoded v0.7.1 |
| 2438 | 2026-06-11T21:49:18.256Z | Compiling scroll v0.12.0 |
| 2439 | 2026-06-11T21:49:18.519Z | Compiling tower-http v0.6.8 |
| 2440 | 2026-06-11T21:49:18.704Z | Compiling derive_builder_macro v0.20.2 |
| 2441 | 2026-06-11T21:49:18.800Z | Compiling tokio-native-tls v0.3.1 |
| 2442 | 2026-06-11T21:49:18.880Z | Compiling darling_macro v0.21.3 |
| 2443 | 2026-06-11T21:49:18.919Z | Compiling heck v0.4.1 |
| 2444 | 2026-06-11T21:49:18.978Z | Compiling ipnetwork v0.21.1 |
| 2445 | 2026-06-11T21:49:19.149Z | Compiling bstr v1.12.1 |
| 2446 | 2026-06-11T21:49:19.168Z | Compiling rand_chacha v0.3.1 |
| 2447 | 2026-06-11T21:49:19.359Z | Compiling toml_datetime v0.6.11 |
| 2448 | 2026-06-11T21:49:19.380Z | Compiling erased-serde v0.3.31 |
| 2449 | 2026-06-11T21:49:19.395Z | Compiling serde_spanned v0.6.9 |
| 2450 | 2026-06-11T21:49:19.543Z | Compiling serde_tokenstream v0.2.3 |
| 2451 | 2026-06-11T21:49:19.627Z | Compiling md-5 v0.10.6 |
| 2452 | 2026-06-11T21:49:19.803Z | Compiling async-trait v0.1.89 |
| 2453 | 2026-06-11T21:49:19.818Z | Compiling zerocopy-derive v0.7.35 |
| 2454 | 2026-06-11T21:49:19.869Z | Compiling pin-project-internal v1.1.11 |
| 2455 | 2026-06-11T21:49:19.884Z | Compiling curve25519-dalek v4.1.3 |
| 2456 | 2026-06-11T21:49:19.980Z | Compiling vergen-lib v9.1.0 |
| 2457 | 2026-06-11T21:49:20.170Z | Compiling num-integer v0.1.46 |
| 2458 | 2026-06-11T21:49:20.227Z | Compiling hash32 v0.2.1 |
| 2459 | 2026-06-11T21:49:20.429Z | Compiling ff v0.13.1 |
| 2460 | 2026-06-11T21:49:20.505Z | Compiling memoffset v0.9.1 |
| 2461 | 2026-06-11T21:49:20.575Z | Compiling encoding_rs v0.8.35 |
| 2462 | 2026-06-11T21:49:20.697Z | Compiling mime v0.3.17 |
| 2463 | 2026-06-11T21:49:20.711Z | Compiling cfg_aliases v0.2.1 |
| 2464 | 2026-06-11T21:49:20.851Z | Compiling psl-types v2.0.11 |
| 2465 | 2026-06-11T21:49:20.874Z | Compiling ref-cast v1.0.25 |
| 2466 | 2026-06-11T21:49:20.989Z | Compiling fallible-iterator v0.2.0 |
| 2467 | 2026-06-11T21:49:21.020Z | Compiling litrs v1.0.0 |
| 2468 | 2026-06-11T21:49:21.044Z | Compiling zlib-rs v0.6.2 |
| 2469 | 2026-06-11T21:49:21.183Z | Compiling rustix v0.38.44 |
| 2470 | 2026-06-11T21:49:21.314Z | Compiling smoltcp v0.9.1 |
| 2471 | 2026-06-11T21:49:21.532Z | Compiling base16ct v0.2.0 |
| 2472 | 2026-06-11T21:49:21.535Z | Compiling num-bigint-dig v0.8.6 |
| 2473 | 2026-06-11T21:49:21.676Z | Compiling sec1 v0.7.3 |
| 2474 | 2026-06-11T21:49:21.761Z | Compiling document-features v0.2.12 |
| 2475 | 2026-06-11T21:49:21.840Z | Compiling postgres-protocol v0.6.10 |
| 2476 | 2026-06-11T21:49:22.021Z | Compiling pin-project v1.1.11 |
| 2477 | 2026-06-11T21:49:22.133Z | Compiling publicsuffix v2.3.0 |
| 2478 | 2026-06-11T21:49:22.156Z | Compiling nix v0.31.2 |
| 2479 | 2026-06-11T21:49:22.357Z | Compiling zerocopy v0.7.35 |
| 2480 | 2026-06-11T21:49:22.401Z | Compiling group v0.13.0 |
| 2481 | 2026-06-11T21:49:22.417Z | Compiling num-iter v0.1.45 |
| 2482 | 2026-06-11T21:49:22.619Z | Compiling newtype-uuid v1.3.2 |
| 2483 | 2026-06-11T21:49:22.688Z | Compiling hubpack_derive v0.1.1 |
| 2484 | 2026-06-11T21:49:22.898Z | Compiling rand v0.8.6 |
| 2485 | 2026-06-11T21:49:22.950Z | Compiling darling v0.21.3 |
| 2486 | 2026-06-11T21:49:22.986Z | Compiling oxnet v0.1.5 |
| 2487 | 2026-06-11T21:49:23.001Z | Compiling derive_builder v0.20.2 |
| 2488 | 2026-06-11T21:49:23.064Z | Compiling snafu-derive v0.8.9 |
| 2489 | 2026-06-11T21:49:23.137Z | Compiling hyper-tls v0.6.0 |
| 2490 | 2026-06-11T21:49:23.364Z | Compiling goblin v0.8.2 |
| 2491 | 2026-06-11T21:49:23.918Z | Compiling flate2 v1.1.9 |
| 2492 | 2026-06-11T21:49:24.122Z | Compiling phf_shared v0.13.1 |
| 2493 | 2026-06-11T21:49:24.241Z | Compiling lazy_static v1.5.0 |
| 2494 | 2026-06-11T21:49:24.272Z | Compiling regex v1.12.3 |
| 2495 | 2026-06-11T21:49:24.330Z | Compiling anstyle-parse v0.2.7 |
| 2496 | 2026-06-11T21:49:24.347Z | Compiling strum_macros v0.27.2 |
| 2497 | 2026-06-11T21:49:24.367Z | Compiling futures-executor v0.3.32 |
| 2498 | 2026-06-11T21:49:24.561Z | Compiling hex v0.4.3 |
| 2499 | 2026-06-11T21:49:24.635Z | Compiling hkdf v0.12.4 |
| 2500 | 2026-06-11T21:49:24.709Z | Compiling crypto-bigint v0.5.5 |
| 2501 | 2026-06-11T21:49:24.809Z | Compiling terminal_size v0.4.3 |
| 2502 | 2026-06-11T21:49:24.845Z | Compiling ref-cast-impl v1.0.25 |
| 2503 | 2026-06-11T21:49:24.955Z | Compiling daft-derive v0.1.7 |
| 2504 | 2026-06-11T21:49:24.971Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2505 | 2026-06-11T21:49:25.399Z | Compiling vergen v9.1.0 |
| 2506 | 2026-06-11T21:49:25.596Z | Compiling fs-err v3.3.0 |
| 2507 | 2026-06-11T21:49:25.626Z | Compiling cargo-platform v0.3.2 |
| 2508 | 2026-06-11T21:49:25.702Z | Compiling ahash v0.8.12 |
| 2509 | 2026-06-11T21:49:25.860Z | Compiling winnow v0.5.40 |
| 2510 | 2026-06-11T21:49:25.948Z | Compiling libbz2-rs-sys v0.2.2 |
| 2511 | 2026-06-11T21:49:25.962Z | Compiling bitflags v1.3.2 |
| 2512 | 2026-06-11T21:49:26.042Z | Compiling object v0.37.3 |
| 2513 | 2026-06-11T21:49:26.324Z | Compiling same-file v1.0.6 |
| 2514 | 2026-06-11T21:49:26.340Z | Compiling bumpalo v3.20.2 |
| 2515 | 2026-06-11T21:49:26.499Z | Compiling foldhash v0.2.0 |
| 2516 | 2026-06-11T21:49:26.605Z | Compiling foldhash v0.1.5 |
| 2517 | 2026-06-11T21:49:26.658Z | Compiling managed v0.8.0 |
| 2518 | 2026-06-11T21:49:26.738Z | Compiling hashbrown v0.15.5 |
| 2519 | 2026-06-11T21:49:26.785Z | Compiling hashbrown v0.16.1 |
| 2520 | 2026-06-11T21:49:26.913Z | Compiling zopfli v0.8.3 |
| 2521 | 2026-06-11T21:49:26.945Z | Compiling walkdir v2.5.0 |
| 2522 | 2026-06-11T21:49:27.261Z | Compiling toml_edit v0.19.15 |
| 2523 | 2026-06-11T21:49:27.306Z | Compiling bzip2 v0.6.1 |
| 2524 | 2026-06-11T21:49:27.320Z | Compiling clap_builder v4.6.0 |
| 2525 | 2026-06-11T21:49:27.379Z | Compiling strum v0.27.2 |
| 2526 | 2026-06-11T21:49:27.582Z | Compiling cargo_metadata v0.23.1 |
| 2527 | 2026-06-11T21:49:27.595Z | Compiling daft v0.1.7 |
| 2528 | 2026-06-11T21:49:27.668Z | Compiling elliptic-curve v0.13.8 |
| 2529 | 2026-06-11T21:49:27.895Z | Compiling dof v0.3.0 |
| 2530 | 2026-06-11T21:49:28.183Z | Compiling snafu v0.8.9 |
| 2531 | 2026-06-11T21:49:28.313Z | Compiling futures v0.3.32 |
| 2532 | 2026-06-11T21:49:28.403Z | Compiling anstream v0.6.21 |
| 2533 | 2026-06-11T21:49:28.551Z | Compiling phf v0.13.1 |
| 2534 | 2026-06-11T21:49:28.716Z | Compiling signal-hook-mio v0.2.5 |
| 2535 | 2026-06-11T21:49:28.855Z | Compiling cookie_store v0.22.1 |
| 2536 | 2026-06-11T21:49:28.936Z | Compiling zstd v0.13.3 |
| 2537 | 2026-06-11T21:49:29.081Z | Compiling bzip2 v0.4.4 |
| 2538 | 2026-06-11T21:49:29.209Z | Compiling hubpack v0.1.2 |
| 2539 | 2026-06-11T21:49:29.297Z | Compiling serde_with_macros v3.17.0 |
| 2540 | 2026-06-11T21:49:29.502Z | Compiling postgres-types v0.2.12 |
| 2541 | 2026-06-11T21:49:29.898Z | Compiling usdt-attr-macro v0.6.0 |
| 2542 | 2026-06-11T21:49:30.065Z | Compiling usdt-macro v0.6.0 |
| 2543 | 2026-06-11T21:49:30.311Z | Compiling globset v0.4.18 |
| 2544 | 2026-06-11T21:49:30.434Z | Compiling dtrace-parser v0.2.0 |
| 2545 | 2026-06-11T21:49:30.664Z | Compiling ed25519 v2.2.3 |
| 2546 | 2026-06-11T21:49:30.680Z | Compiling phf_shared v0.11.3 |
| 2547 | 2026-06-11T21:49:30.713Z | Compiling olpc-cjson v0.1.4 |
| 2548 | 2026-06-11T21:49:30.837Z | Compiling pkcs1 v0.7.5 |
| 2549 | 2026-06-11T21:49:30.908Z | Compiling clap_derive v4.6.1 |
| 2550 | 2026-06-11T21:49:30.911Z | Compiling enum-as-inner v0.6.1 |
| 2551 | 2026-06-11T21:49:31.010Z | Compiling strum_macros v0.26.4 |
| 2552 | 2026-06-11T21:49:31.247Z | Compiling serde-big-array v0.5.1 |
| 2553 | 2026-06-11T21:49:31.262Z | Compiling serde_plain v1.0.2 |
| 2554 | 2026-06-11T21:49:31.405Z | Compiling rfc6979 v0.4.0 |
| 2555 | 2026-06-11T21:49:31.432Z | Compiling pem v3.0.6 |
| 2556 | 2026-06-11T21:49:31.462Z | Compiling async-recursion v1.1.1 |
| 2557 | 2026-06-11T21:49:31.538Z | Compiling serde_repr v0.1.20 |
| 2558 | 2026-06-11T21:49:31.644Z | Compiling float-cmp v0.10.0 |
| 2559 | 2026-06-11T21:49:31.781Z | Compiling memmap2 v0.9.10 |
| 2560 | 2026-06-11T21:49:31.801Z | Compiling thread-id v4.2.2 |
| 2561 | 2026-06-11T21:49:31.892Z | Compiling env_filter v1.0.0 |
| 2562 | 2026-06-11T21:49:32.006Z | Compiling jiff v0.2.21 |
| 2563 | 2026-06-11T21:49:32.094Z | Compiling normalize-line-endings v0.3.0 |
| 2564 | 2026-06-11T21:49:32.132Z | Compiling either v1.15.0 |
| 2565 | 2026-06-11T21:49:32.196Z | Compiling typed-path v0.9.3 |
| 2566 | 2026-06-11T21:49:32.210Z | Compiling fixedbitset v0.5.7 |
| 2567 | 2026-06-11T21:49:32.345Z | Compiling whoami v2.1.0 |
| 2568 | 2026-06-11T21:49:32.519Z | Compiling predicates-core v1.0.10 |
| 2569 | 2026-06-11T21:49:32.708Z | Compiling fixedbitset v0.4.2 |
| 2570 | 2026-06-11T21:49:32.724Z | Compiling difflib v0.4.0 |
| 2571 | 2026-06-11T21:49:32.737Z | Compiling keccak v0.1.6 |
| 2572 | 2026-06-11T21:49:32.815Z | Compiling data-encoding v2.10.0 |
| 2573 | 2026-06-11T21:49:32.929Z | Compiling new_debug_unreachable v1.0.6 |
| 2574 | 2026-06-11T21:49:33.009Z | Compiling static_assertions v1.1.0 |
| 2575 | 2026-06-11T21:49:33.092Z | Compiling precomputed-hash v0.1.1 |
| 2576 | 2026-06-11T21:49:33.190Z | Compiling string_cache v0.8.9 |
| 2577 | 2026-06-11T21:49:33.291Z | Compiling hickory-proto v0.25.2 |
| 2578 | 2026-06-11T21:49:33.424Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2579 | 2026-06-11T21:49:33.439Z | Compiling predicates v3.1.4 |
| 2580 | 2026-06-11T21:49:33.521Z | Compiling sha3 v0.10.8 |
| 2581 | 2026-06-11T21:49:33.544Z | Compiling petgraph v0.6.5 |
| 2582 | 2026-06-11T21:49:33.990Z | Compiling strum v0.26.3 |
| 2583 | 2026-06-11T21:49:34.099Z | Compiling clap v4.6.1 |
| 2584 | 2026-06-11T21:49:34.129Z | Compiling tokio-postgres v0.7.16 |
| 2585 | 2026-06-11T21:49:34.188Z | Compiling petgraph v0.8.3 |
| 2586 | 2026-06-11T21:49:34.257Z | Compiling toml_edit v0.22.27 |
| 2587 | 2026-06-11T21:49:35.031Z | Compiling zip v4.6.1 |
| 2588 | 2026-06-11T21:49:36.034Z | Compiling itertools v0.13.0 |
| 2589 | 2026-06-11T21:49:36.139Z | Compiling env_logger v0.11.9 |
| 2590 | 2026-06-11T21:49:36.245Z | Compiling usdt v0.6.0 |
| 2591 | 2026-06-11T21:49:36.260Z | Compiling usdt-impl v0.5.0 |
| 2592 | 2026-06-11T21:49:36.403Z | Compiling ecdsa v0.16.9 |
| 2593 | 2026-06-11T21:49:36.508Z | Compiling rsa v0.9.10 |
| 2594 | 2026-06-11T21:49:36.522Z | Compiling ed25519-dalek v2.2.0 |
| 2595 | 2026-06-11T21:49:36.811Z | Compiling serde_with v3.17.0 |
| 2596 | 2026-06-11T21:49:36.866Z | Compiling crossterm v0.28.1 |
| 2597 | 2026-06-11T21:49:37.217Z | Compiling zip v0.6.6 |
| 2598 | 2026-06-11T21:49:37.722Z | Compiling toml v0.7.8 |
| 2599 | 2026-06-11T21:49:37.802Z | Compiling iddqd v0.4.2 |
| 2600 | 2026-06-11T21:49:38.411Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2601 | 2026-06-11T21:49:38.431Z | Compiling similar v2.7.0 |
| 2602 | 2026-06-11T21:49:38.530Z | Compiling crossbeam-epoch v0.9.18 |
| 2603 | 2026-06-11T21:49:38.545Z | Compiling tokio-stream v0.1.18 |
| 2604 | 2026-06-11T21:49:38.868Z | Compiling buf-list v1.1.2 |
| 2605 | 2026-06-11T21:49:39.015Z | Compiling x509-cert v0.2.5 |
| 2606 | 2026-06-11T21:49:39.053Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2607 | 2026-06-11T21:49:39.092Z | Compiling openapiv3 v2.2.0 |
| 2608 | 2026-06-11T21:49:39.154Z | Compiling sha1 v0.10.6 |
| 2609 | 2026-06-11T21:49:39.312Z | Compiling lalrpop-util v0.19.12 |
| 2610 | 2026-06-11T21:49:39.358Z | Compiling peg-runtime v0.8.5 |
| 2611 | 2026-06-11T21:49:39.384Z | Compiling thread_local v1.1.9 |
| 2612 | 2026-06-11T21:49:39.515Z | Compiling slog-async v2.8.0 |
| 2613 | 2026-06-11T21:49:39.646Z | Compiling crossbeam-channel v0.5.15 |
| 2614 | 2026-06-11T21:49:39.646Z | Compiling is-terminal v0.4.17 |
| 2615 | 2026-06-11T21:49:39.750Z | Compiling filetime v0.2.27 |
| 2616 | 2026-06-11T21:49:39.845Z | Compiling term v1.2.1 |
| 2617 | 2026-06-11T21:49:39.860Z | Compiling xattr v1.6.1 |
| 2618 | 2026-06-11T21:49:39.929Z | Compiling take_mut v0.2.2 |
| 2619 | 2026-06-11T21:49:40.048Z | Compiling tar v0.4.45 |
| 2620 | 2026-06-11T21:49:40.124Z | Compiling slog-term v2.9.2 |
| 2621 | 2026-06-11T21:49:46.942Z | Compiling rustls-webpki v0.103.9 |
| 2622 | 2026-06-11T21:49:49.838Z | Compiling tokio-rustls v0.26.4 |
| 2623 | 2026-06-11T21:49:49.838Z | Compiling rustls-platform-verifier v0.6.2 |
| 2624 | 2026-06-11T21:49:50.041Z | Compiling hyper-rustls v0.27.7 |
| 2625 | 2026-06-11T21:49:50.248Z | Compiling reqwest v0.12.28 |
| 2626 | 2026-06-11T21:49:50.263Z | Compiling reqwest v0.13.2 |
| 2627 | 2026-06-11T21:49:51.544Z | Compiling tough v0.22.0 |
| 2628 | 2026-06-11T21:49:54.086Z | Compiling omicron-workspace-hack v0.1.0 (/work/ci/omicron/workspace-hack) |
| 2629 | 2026-06-11T21:49:54.310Z | Compiling xtask-downloader v0.1.0 (/work/ci/omicron/dev-tools/downloader) |
| 2630 | 2026-06-11T21:49:57.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
| 2631 | 2026-06-11T21:49:57.398Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 2632 | 2026-06-11T21:49:57.455Z | Jun 11 21:49:55.803 INFO Starting download, target: Cockroach |
| 2633 | 2026-06-11T21:49:57.455Z | Jun 11 21:49:55.803 INFO Starting download, target: Clickhouse |
| 2634 | 2026-06-11T21:49:57.455Z | Jun 11 21:49:55.803 INFO Starting download, target: Console |
| 2635 | 2026-06-11T21:49:57.455Z | Jun 11 21:49:55.803 INFO Starting download, target: DendriteStub |
| 2636 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.803 INFO Starting download, target: MaghemiteMgd |
| 2637 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.803 INFO Starting download, target: MaghemiteDdmd |
| 2638 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.803 INFO Starting download, target: TransceiverControl |
| 2639 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 2640 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 2641 | 2026-06-11T21:49:57.458Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 2642 | 2026-06-11T21:49:57.459Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 2643 | 2026-06-11T21:49:57.459Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 2644 | 2026-06-11T21:49:57.459Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 2645 | 2026-06-11T21:49:57.459Z | Jun 11 21:49:55.804 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 2646 | 2026-06-11T21:49:58.039Z | Jun 11 21:49:56.386 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 2647 | 2026-06-11T21:49:58.268Z | Jun 11 21:49:56.610 INFO Download complete, target: TransceiverControl |
| 2648 | 2026-06-11T21:49:58.374Z | Jun 11 21:49:56.722 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 2649 | 2026-06-11T21:49:58.628Z | Jun 11 21:49:56.976 INFO Download complete, target: Console |
| 2650 | 2026-06-11T21:49:59.460Z | Jun 11 21:49:57.808 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 2651 | 2026-06-11T21:49:59.475Z | Jun 11 21:49:57.823 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 2652 | 2026-06-11T21:50:00.754Z | Jun 11 21:49:59.102 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 2653 | 2026-06-11T21:50:01.311Z | Jun 11 21:49:59.659 INFO Download complete, target: MaghemiteDdmd |
| 2654 | 2026-06-11T21:50:01.586Z | Jun 11 21:49:59.931 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 2655 | 2026-06-11T21:50:01.917Z | Jun 11 21:50:00.266 INFO Download complete, target: MaghemiteMgd |
| 2656 | 2026-06-11T21:50:01.933Z | Jun 11 21:50:00.282 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 2657 | 2026-06-11T21:50:01.933Z | Jun 11 21:50:00.282 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 2658 | 2026-06-11T21:50:04.117Z | Jun 11 21:50:02.465 INFO Download complete, target: DendriteStub |
| 2659 | 2026-06-11T21:50:06.719Z | Jun 11 21:50:05.067 INFO Checking that binary works, target: Cockroach |
| 2660 | 2026-06-11T21:50:06.815Z | Jun 11 21:50:05.163 INFO Download complete, target: Cockroach |
| 2661 | 2026-06-11T21:50:07.645Z | Jun 11 21:50:05.992 INFO Checking that binary works, target: Clickhouse |
| 2662 | 2026-06-11T21:50:07.782Z | Jun 11 21:50:06.130 INFO Download complete, target: Clickhouse |
| 2663 | 2026-06-11T21:50:07.795Z | All builder prerequisites installed successfully, and PATH looks valid |
| 2664 | 2026-06-11T21:50:07.798Z | + cargo build -p end-to-end-tests --bin dhcp-server --release |
| 2665 | 2026-06-11T21:50:08.928Z | Compiling proc-macro2 v1.0.106 |
| 2666 | 2026-06-11T21:50:08.928Z | Compiling quote v1.0.45 |
| 2667 | 2026-06-11T21:50:08.928Z | Compiling unicode-ident v1.0.24 |
| 2668 | 2026-06-11T21:50:08.931Z | Compiling libc v0.2.185 |
| 2669 | 2026-06-11T21:50:08.931Z | Compiling serde_core v1.0.228 |
| 2670 | 2026-06-11T21:50:08.931Z | Compiling serde v1.0.228 |
| 2671 | 2026-06-11T21:50:08.931Z | Compiling cfg-if v1.0.4 |
| 2672 | 2026-06-11T21:50:08.931Z | Compiling version_check v0.9.5 |
| 2673 | 2026-06-11T21:50:09.196Z | Compiling autocfg v1.5.0 |
| 2674 | 2026-06-11T21:50:09.295Z | Compiling zmij v1.0.21 |
| 2675 | 2026-06-11T21:50:09.384Z | Compiling serde_json v1.0.149 |
| 2676 | 2026-06-11T21:50:09.581Z | Compiling libm v0.2.16 |
| 2677 | 2026-06-11T21:50:09.600Z | Compiling num-traits v0.2.19 |
| 2678 | 2026-06-11T21:50:09.614Z | Compiling memchr v2.8.0 |
| 2679 | 2026-06-11T21:50:09.798Z | Compiling typenum v1.19.0 |
| 2680 | 2026-06-11T21:50:09.877Z | Compiling generic-array v0.14.7 |
| 2681 | 2026-06-11T21:50:09.980Z | Compiling icu_properties_data v2.1.2 |
| 2682 | 2026-06-11T21:50:10.107Z | Compiling icu_normalizer_data v2.1.1 |
| 2683 | 2026-06-11T21:50:10.107Z | Compiling getrandom v0.4.1 |
| 2684 | 2026-06-11T21:50:10.184Z | Compiling jobserver v0.1.34 |
| 2685 | 2026-06-11T21:50:10.281Z | Compiling shlex v1.3.0 |
| 2686 | 2026-06-11T21:50:10.301Z | Compiling syn v2.0.117 |
| 2687 | 2026-06-11T21:50:10.316Z | Compiling find-msvc-tools v0.1.9 |
| 2688 | 2026-06-11T21:50:10.375Z | Compiling portable-atomic v1.13.1 |
| 2689 | 2026-06-11T21:50:10.479Z | Compiling cc v1.2.56 |
| 2690 | 2026-06-11T21:50:10.511Z | Compiling zerocopy v0.8.40 |
| 2691 | 2026-06-11T21:50:10.552Z | Compiling parking_lot_core v0.9.12 |
| 2692 | 2026-06-11T21:50:10.791Z | Compiling smallvec v1.15.1 |
| 2693 | 2026-06-11T21:50:10.794Z | Compiling getrandom v0.2.17 |
| 2694 | 2026-06-11T21:50:10.869Z | Compiling log v0.4.29 |
| 2695 | 2026-06-11T21:50:11.038Z | Compiling thiserror v2.0.18 |
| 2696 | 2026-06-11T21:50:11.055Z | Compiling itoa v1.0.17 |
| 2697 | 2026-06-11T21:50:11.325Z | Compiling schemars v0.8.22 |
| 2698 | 2026-06-11T21:50:11.367Z | Compiling heck v0.5.0 |
| 2699 | 2026-06-11T21:50:11.471Z | Compiling errno v0.3.14 |
| 2700 | 2026-06-11T21:50:11.507Z | Compiling stable_deref_trait v1.2.1 |
| 2701 | 2026-06-11T21:50:11.538Z | Compiling equivalent v1.0.2 |
| 2702 | 2026-06-11T21:50:11.574Z | Compiling semver v1.0.28 |
| 2703 | 2026-06-11T21:50:11.606Z | Compiling rand_core v0.6.4 |
| 2704 | 2026-06-11T21:50:11.650Z | Compiling subtle v2.6.1 |
| 2705 | 2026-06-11T21:50:11.886Z | Compiling percent-encoding v2.3.2 |
| 2706 | 2026-06-11T21:50:11.889Z | Compiling rustix v1.1.3 |
| 2707 | 2026-06-11T21:50:11.898Z | Compiling writeable v0.6.2 |
| 2708 | 2026-06-11T21:50:11.941Z | Compiling litemap v0.8.1 |
| 2709 | 2026-06-11T21:50:12.168Z | Compiling rustversion v1.0.22 |
| 2710 | 2026-06-11T21:50:12.300Z | Compiling scopeguard v1.2.0 |
| 2711 | 2026-06-11T21:50:12.413Z | Compiling lock_api v0.4.14 |
| 2712 | 2026-06-11T21:50:12.973Z | Compiling utf8_iter v1.0.4 |
| 2713 | 2026-06-11T21:50:13.134Z | Compiling getrandom v0.3.4 |
| 2714 | 2026-06-11T21:50:13.152Z | Compiling form_urlencoded v1.2.2 |
| 2715 | 2026-06-11T21:50:13.184Z | Compiling synstructure v0.13.2 |
| 2716 | 2026-06-11T21:50:13.326Z | Compiling serde_derive_internals v0.29.1 |
| 2717 | 2026-06-11T21:50:13.438Z | Compiling rand_core v0.10.0 |
| 2718 | 2026-06-11T21:50:13.716Z | Compiling ring v0.17.14 |
| 2719 | 2026-06-11T21:50:13.810Z | Compiling thiserror v1.0.69 |
| 2720 | 2026-06-11T21:50:13.866Z | Compiling pkg-config v0.3.32 |
| 2721 | 2026-06-11T21:50:14.057Z | Compiling hashbrown v0.17.0 |
| 2722 | 2026-06-11T21:50:14.145Z | Compiling fnv v1.0.7 |
| 2723 | 2026-06-11T21:50:14.416Z | Compiling serde_derive v1.0.228 |
| 2724 | 2026-06-11T21:50:14.431Z | Compiling zeroize_derive v1.4.3 |
| 2725 | 2026-06-11T21:50:14.458Z | Compiling zerofrom-derive v0.1.6 |
| 2726 | 2026-06-11T21:50:14.474Z | Compiling yoke-derive v0.8.1 |
| 2727 | 2026-06-11T21:50:14.477Z | Compiling zerovec-derive v0.11.2 |
| 2728 | 2026-06-11T21:50:14.512Z | Compiling displaydoc v0.2.5 |
| 2729 | 2026-06-11T21:50:14.614Z | Compiling zerocopy-derive v0.8.40 |
| 2730 | 2026-06-11T21:50:14.934Z | Compiling tokio-macros v2.7.0 |
| 2731 | 2026-06-11T21:50:15.031Z | Compiling zeroize v1.8.2 |
| 2732 | 2026-06-11T21:50:15.184Z | Compiling thiserror-impl v2.0.18 |
| 2733 | 2026-06-11T21:50:15.279Z | Compiling schemars_derive v0.8.22 |
| 2734 | 2026-06-11T21:50:15.409Z | Compiling futures-macro v0.3.32 |
| 2735 | 2026-06-11T21:50:15.556Z | Compiling zerofrom v0.1.6 |
| 2736 | 2026-06-11T21:50:15.698Z | Compiling yoke v0.8.1 |
| 2737 | 2026-06-11T21:50:15.909Z | Compiling zerovec v0.11.5 |
| 2738 | 2026-06-11T21:50:15.942Z | Compiling zerotrie v0.2.3 |
| 2739 | 2026-06-11T21:50:16.269Z | Compiling indexmap v2.14.0 |
| 2740 | 2026-06-11T21:50:16.338Z | Compiling crypto-common v0.1.7 |
| 2741 | 2026-06-11T21:50:16.390Z | Compiling thiserror-impl v1.0.69 |
| 2742 | 2026-06-11T21:50:16.393Z | Compiling tracing-attributes v0.1.31 |
| 2743 | 2026-06-11T21:50:16.432Z | Compiling tinystr v0.8.2 |
| 2744 | 2026-06-11T21:50:16.460Z | Compiling potential_utf v0.1.4 |
| 2745 | 2026-06-11T21:50:16.656Z | Compiling icu_locale_core v2.1.1 |
| 2746 | 2026-06-11T21:50:16.656Z | Compiling icu_collections v2.1.1 |
| 2747 | 2026-06-11T21:50:17.398Z | Compiling icu_provider v2.1.1 |
| 2748 | 2026-06-11T21:50:17.514Z | Compiling bytes v1.11.1 |
| 2749 | 2026-06-11T21:50:17.659Z | Compiling bitflags v2.11.0 |
| 2750 | 2026-06-11T21:50:17.831Z | Compiling icu_normalizer v2.1.1 |
| 2751 | 2026-06-11T21:50:17.856Z | Compiling icu_properties v2.1.2 |
| 2752 | 2026-06-11T21:50:18.151Z | Compiling der_derive v0.7.3 |
| 2753 | 2026-06-11T21:50:18.363Z | Compiling cmake v0.1.57 |
| 2754 | 2026-06-11T21:50:18.512Z | Compiling dunce v1.0.5 |
| 2755 | 2026-06-11T21:50:18.621Z | Compiling fs_extra v1.3.0 |
| 2756 | 2026-06-11T21:50:18.733Z | Compiling pin-project-lite v0.2.17 |
| 2757 | 2026-06-11T21:50:18.851Z | Compiling idna_adapter v1.2.1 |
| 2758 | 2026-06-11T21:50:18.901Z | Compiling syn v1.0.109 |
| 2759 | 2026-06-11T21:50:19.001Z | Compiling idna v1.1.0 |
| 2760 | 2026-06-11T21:50:19.059Z | Compiling aws-lc-sys v0.40.0 |
| 2761 | 2026-06-11T21:50:19.370Z | Compiling url v2.5.8 |
| 2762 | 2026-06-11T21:50:19.419Z | Compiling critical-section v1.2.0 |
| 2763 | 2026-06-11T21:50:19.708Z | Compiling once_cell v1.21.3 |
| 2764 | 2026-06-11T21:50:19.722Z | Compiling serde_tokenstream v0.2.3 |
| 2765 | 2026-06-11T21:50:20.022Z | Compiling iana-time-zone v0.1.65 |
| 2766 | 2026-06-11T21:50:20.037Z | Compiling httparse v1.10.1 |
| 2767 | 2026-06-11T21:50:20.153Z | Compiling chrono v0.4.44 |
| 2768 | 2026-06-11T21:50:20.402Z | Compiling uuid v1.23.0 |
| 2769 | 2026-06-11T21:50:20.902Z | Compiling aws-lc-rs v1.16.3 |
| 2770 | 2026-06-11T21:50:21.041Z | Compiling regex-syntax v0.8.10 |
| 2771 | 2026-06-11T21:50:21.098Z | Compiling parking_lot v0.12.5 |
| 2772 | 2026-06-11T21:50:21.359Z | Compiling signal-hook-registry v1.4.8 |
| 2773 | 2026-06-11T21:50:21.826Z | Compiling mio v1.2.0 |
| 2774 | 2026-06-11T21:50:21.871Z | Compiling socket2 v0.6.3 |
| 2775 | 2026-06-11T21:50:21.871Z | Compiling dyn-clone v1.0.20 |
| 2776 | 2026-06-11T21:50:22.002Z | Compiling const-oid v0.9.6 |
| 2777 | 2026-06-11T21:50:22.417Z | Compiling time-core v0.1.8 |
| 2778 | 2026-06-11T21:50:22.535Z | Compiling num-conv v0.2.0 |
| 2779 | 2026-06-11T21:50:22.686Z | Compiling time-macros v0.2.27 |
| 2780 | 2026-06-11T21:50:22.708Z | Compiling tokio v1.52.1 |
| 2781 | 2026-06-11T21:50:23.159Z | Compiling block-buffer v0.10.4 |
| 2782 | 2026-06-11T21:50:23.367Z | Compiling aho-corasick v1.1.4 |
| 2783 | 2026-06-11T21:50:23.679Z | Compiling rustls v0.23.37 |
| 2784 | 2026-06-11T21:50:23.857Z | Compiling strsim v0.11.1 |
| 2785 | 2026-06-11T21:50:24.005Z | Compiling digest v0.10.7 |
| 2786 | 2026-06-11T21:50:24.069Z | Compiling futures-core v0.3.32 |
| 2787 | 2026-06-11T21:50:24.237Z | Compiling regex-automata v0.4.14 |
| 2788 | 2026-06-11T21:50:24.752Z | Compiling slog v2.8.2 |
| 2789 | 2026-06-11T21:50:24.799Z | Compiling byteorder v1.5.0 |
| 2790 | 2026-06-11T21:50:24.898Z | Compiling ucd-trie v0.1.7 |
| 2791 | 2026-06-11T21:50:24.958Z | Compiling ident_case v1.0.1 |
| 2792 | 2026-06-11T21:50:25.095Z | Compiling allocator-api2 v0.2.21 |
| 2793 | 2026-06-11T21:50:25.143Z | Compiling pest v2.8.6 |
| 2794 | 2026-06-11T21:50:25.220Z | Compiling http v1.4.0 |
| 2795 | 2026-06-11T21:50:25.614Z | Compiling foldhash v0.2.0 |
| 2796 | 2026-06-11T21:50:25.704Z | Compiling anyhow v1.0.102 |
| 2797 | 2026-06-11T21:50:25.838Z | Compiling cpufeatures v0.2.17 |
| 2798 | 2026-06-11T21:50:25.926Z | Compiling hashbrown v0.16.1 |
| 2799 | 2026-06-11T21:50:26.074Z | Compiling rustc_version v0.4.1 |
| 2800 | 2026-06-11T21:50:26.241Z | Compiling pest_meta v2.8.6 |
| 2801 | 2026-06-11T21:50:26.366Z | Compiling vcpkg v0.2.15 |
| 2802 | 2026-06-11T21:50:26.416Z | Compiling crc32fast v1.5.0 |
| 2803 | 2026-06-11T21:50:26.540Z | Compiling regex v1.12.3 |
| 2804 | 2026-06-11T21:50:26.806Z | Compiling futures-sink v0.3.32 |
| 2805 | 2026-06-11T21:50:26.930Z | Compiling pest_generator v2.8.6 |
| 2806 | 2026-06-11T21:50:26.970Z | Compiling openssl-sys v0.9.115 |
| 2807 | 2026-06-11T21:50:26.986Z | Compiling futures-channel v0.3.32 |
| 2808 | 2026-06-11T21:50:27.230Z | Compiling crossbeam-utils v0.8.21 |
| 2809 | 2026-06-11T21:50:27.480Z | Compiling slab v0.4.12 |
| 2810 | 2026-06-11T21:50:27.522Z | Compiling plain v0.2.3 |
| 2811 | 2026-06-11T21:50:27.549Z | Compiling futures-task v0.3.32 |
| 2812 | 2026-06-11T21:50:27.588Z | Compiling pest_derive v2.8.6 |
| 2813 | 2026-06-11T21:50:27.684Z | Compiling futures-io v0.3.32 |
| 2814 | 2026-06-11T21:50:27.796Z | Compiling async-trait v0.1.89 |
| 2815 | 2026-06-11T21:50:27.843Z | Compiling futures-util v0.3.32 |
| 2816 | 2026-06-11T21:50:28.047Z | Compiling camino v1.2.2 |
| 2817 | 2026-06-11T21:50:28.333Z | Compiling pretty-hex v0.4.1 |
| 2818 | 2026-06-11T21:50:28.562Z | Compiling darling_core v0.21.3 |
| 2819 | 2026-06-11T21:50:28.578Z | Compiling cookie v0.18.1 |
| 2820 | 2026-06-11T21:50:28.680Z | Compiling ppv-lite86 v0.2.21 |
| 2821 | 2026-06-11T21:50:28.702Z | Compiling rustls-pki-types v1.14.0 |
| 2822 | 2026-06-11T21:50:29.024Z | Compiling ryu v1.0.23 |
| 2823 | 2026-06-11T21:50:29.131Z | Compiling fastrand v2.3.0 |
| 2824 | 2026-06-11T21:50:29.200Z | Compiling hmac v0.12.1 |
| 2825 | 2026-06-11T21:50:29.351Z | Compiling scroll_derive v0.13.1 |
| 2826 | 2026-06-11T21:50:29.384Z | Compiling clap_derive v4.6.1 |
| 2827 | 2026-06-11T21:50:29.600Z | Compiling scroll_derive v0.12.1 |
| 2828 | 2026-06-11T21:50:30.137Z | Compiling openssl v0.10.79 |
| 2829 | 2026-06-11T21:50:30.235Z | Compiling block-padding v0.3.3 |
| 2830 | 2026-06-11T21:50:30.379Z | Compiling litrs v1.0.0 |
| 2831 | 2026-06-11T21:50:30.424Z | Compiling base64 v0.22.1 |
| 2832 | 2026-06-11T21:50:30.551Z | Compiling untrusted v0.9.0 |
| 2833 | 2026-06-11T21:50:30.694Z | Compiling rustix v0.38.44 |
| 2834 | 2026-06-11T21:50:30.732Z | Compiling darling_macro v0.21.3 |
| 2835 | 2026-06-11T21:50:30.747Z | Compiling winnow v0.7.14 |
| 2836 | 2026-06-11T21:50:30.844Z | Compiling paste v1.0.15 |
| 2837 | 2026-06-11T21:50:31.008Z | Compiling document-features v0.2.12 |
| 2838 | 2026-06-11T21:50:31.148Z | Compiling inout v0.1.4 |
| 2839 | 2026-06-11T21:50:31.169Z | Compiling tempfile v3.25.0 |
| 2840 | 2026-06-11T21:50:31.216Z | Compiling darling v0.21.3 |
| 2841 | 2026-06-11T21:50:31.510Z | Compiling openssl-macros v0.1.1 |
| 2842 | 2026-06-11T21:50:31.525Z | Compiling zerocopy-derive v0.7.35 |
| 2843 | 2026-06-11T21:50:31.539Z | Compiling native-tls v0.2.18 |
| 2844 | 2026-06-11T21:50:31.722Z | Compiling cipher v0.4.4 |
| 2845 | 2026-06-11T21:50:31.891Z | Compiling rand_core v0.9.5 |
| 2846 | 2026-06-11T21:50:31.966Z | Compiling tokio-util v0.7.18 |
| 2847 | 2026-06-11T21:50:32.108Z | Compiling sha2 v0.10.9 |
| 2848 | 2026-06-11T21:50:32.197Z | Compiling curve25519-dalek v4.1.3 |
| 2849 | 2026-06-11T21:50:32.212Z | Compiling hubpack_derive v0.1.1 |
| 2850 | 2026-06-11T21:50:32.273Z | Compiling tracing-core v0.1.36 |
| 2851 | 2026-06-11T21:50:32.451Z | Compiling strum_macros v0.26.4 |
| 2852 | 2026-06-11T21:50:32.688Z | Compiling base64ct v1.8.3 |
| 2853 | 2026-06-11T21:50:32.932Z | Compiling tracing v0.1.44 |
| 2854 | 2026-06-11T21:50:32.947Z | Compiling pem-rfc7468 v0.7.0 |
| 2855 | 2026-06-11T21:50:32.992Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 2856 | 2026-06-11T21:50:33.208Z | Compiling http-body v1.0.1 |
| 2857 | 2026-06-11T21:50:33.281Z | Compiling openapiv3 v2.2.0 |
| 2858 | 2026-06-11T21:50:33.319Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2859 | 2026-06-11T21:50:33.373Z | Compiling usdt-impl v0.5.0 |
| 2860 | 2026-06-11T21:50:33.567Z | Compiling usdt-impl v0.6.0 |
| 2861 | 2026-06-11T21:50:33.602Z | Compiling flagset v0.4.7 |
| 2862 | 2026-06-11T21:50:33.746Z | Compiling atomic-waker v1.1.2 |
| 2863 | 2026-06-11T21:50:33.790Z | Compiling der v0.7.10 |
| 2864 | 2026-06-11T21:50:34.045Z | Compiling rand_chacha v0.9.0 |
| 2865 | 2026-06-11T21:50:34.167Z | Compiling scroll v0.12.0 |
| 2866 | 2026-06-11T21:50:34.390Z | Compiling scroll v0.13.0 |
| 2867 | 2026-06-11T21:50:34.417Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2868 | 2026-06-11T21:50:34.449Z | Compiling openssl-probe v0.2.1 |
| 2869 | 2026-06-11T21:50:34.626Z | Compiling num-bigint-dig v0.8.6 |
| 2870 | 2026-06-11T21:50:34.678Z | Compiling tower-layer v0.3.3 |
| 2871 | 2026-06-11T21:50:34.825Z | Compiling powerfmt v0.2.0 |
| 2872 | 2026-06-11T21:50:34.876Z | Compiling unicode-segmentation v1.12.0 |
| 2873 | 2026-06-11T21:50:34.914Z | Compiling tower-service v0.3.3 |
| 2874 | 2026-06-11T21:50:34.973Z | Compiling untrusted v0.7.1 |
| 2875 | 2026-06-11T21:50:35.020Z | Compiling try-lock v0.2.5 |
| 2876 | 2026-06-11T21:50:35.025Z | Compiling deranged v0.5.8 |
| 2877 | 2026-06-11T21:50:35.025Z | Compiling goblin v0.10.5 |
| 2878 | 2026-06-11T21:50:35.103Z | Compiling spki v0.7.3 |
| 2879 | 2026-06-11T21:50:35.142Z | Compiling want v0.3.1 |
| 2880 | 2026-06-11T21:50:35.228Z | Compiling goblin v0.8.2 |
| 2881 | 2026-06-11T21:50:35.264Z | Compiling rand v0.9.2 |
| 2882 | 2026-06-11T21:50:35.312Z | Compiling h2 v0.4.13 |
| 2883 | 2026-06-11T21:50:35.312Z | Compiling zerocopy v0.7.35 |
| 2884 | 2026-06-11T21:50:35.432Z | Compiling salsa20 v0.10.2 |
| 2885 | 2026-06-11T21:50:35.586Z | Compiling pbkdf2 v0.12.2 |
| 2886 | 2026-06-11T21:50:35.772Z | Compiling ipnet v2.11.0 |
| 2887 | 2026-06-11T21:50:35.837Z | Compiling hex v0.4.3 |
| 2888 | 2026-06-11T21:50:36.040Z | Compiling num_threads v0.1.7 |
| 2889 | 2026-06-11T21:50:36.119Z | Compiling pin-utils v0.1.0 |
| 2890 | 2026-06-11T21:50:36.135Z | Compiling httpdate v1.0.3 |
| 2891 | 2026-06-11T21:50:36.203Z | Compiling time v0.3.47 |
| 2892 | 2026-06-11T21:50:36.344Z | Compiling scrypt v0.11.0 |
| 2893 | 2026-06-11T21:50:36.588Z | Compiling heck v0.4.1 |
| 2894 | 2026-06-11T21:50:36.743Z | Compiling dtrace-parser v0.2.0 |
| 2895 | 2026-06-11T21:50:36.812Z | Compiling aes v0.8.4 |
| 2896 | 2026-06-11T21:50:37.301Z | Compiling cbc v0.1.2 |
| 2897 | 2026-06-11T21:50:37.338Z | Compiling dtrace-parser v0.3.0 |
| 2898 | 2026-06-11T21:50:37.452Z | Compiling dof v0.3.0 |
| 2899 | 2026-06-11T21:50:37.774Z | Compiling dof v0.4.0 |
| 2900 | 2026-06-11T21:50:38.103Z | Compiling serde_spanned v0.6.9 |
| 2901 | 2026-06-11T21:50:38.223Z | Compiling toml_datetime v0.6.11 |
| 2902 | 2026-06-11T21:50:38.252Z | Compiling daft-derive v0.1.7 |
| 2903 | 2026-06-11T21:50:38.267Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2904 | 2026-06-11T21:50:38.310Z | Compiling thread-id v4.2.2 |
| 2905 | 2026-06-11T21:50:38.409Z | Compiling hyper v1.8.1 |
| 2906 | 2026-06-11T21:50:38.479Z | Compiling thread-id v5.1.0 |
| 2907 | 2026-06-11T21:50:38.556Z | Compiling fs-err v3.3.0 |
| 2908 | 2026-06-11T21:50:38.578Z | Compiling either v1.15.0 |
| 2909 | 2026-06-11T21:50:38.771Z | Compiling ref-cast v1.0.25 |
| 2910 | 2026-06-11T21:50:38.810Z | Compiling tinyvec_macros v0.1.1 |
| 2911 | 2026-06-11T21:50:38.890Z | Compiling tinyvec v1.10.0 |
| 2912 | 2026-06-11T21:50:39.065Z | Compiling pkcs5 v0.7.1 |
| 2913 | 2026-06-11T21:50:39.246Z | Compiling serde_with_macros v3.17.0 |
| 2914 | 2026-06-11T21:50:39.375Z | Compiling heapless v0.7.17 |
| 2915 | 2026-06-11T21:50:39.518Z | Compiling hyper-util v0.1.20 |
| 2916 | 2026-06-11T21:50:39.795Z | Compiling spin v0.9.8 |
| 2917 | 2026-06-11T21:50:39.892Z | Compiling enum-as-inner v0.6.1 |
| 2918 | 2026-06-11T21:50:40.045Z | Compiling memoffset v0.9.1 |
| 2919 | 2026-06-11T21:50:40.281Z | Compiling signal-hook v0.3.18 |
| 2920 | 2026-06-11T21:50:40.392Z | Compiling simd-adler32 v0.3.8 |
| 2921 | 2026-06-11T21:50:40.477Z | Compiling zstd-safe v7.2.4 |
| 2922 | 2026-06-11T21:50:40.736Z | Compiling pkcs8 v0.10.2 |
| 2923 | 2026-06-11T21:50:40.771Z | Compiling rustls-native-certs v0.8.3 |
| 2924 | 2026-06-11T21:50:40.848Z | Compiling http-body-util v0.1.3 |
| 2925 | 2026-06-11T21:50:41.028Z | Compiling darling_core v0.20.11 |
| 2926 | 2026-06-11T21:50:41.066Z | Compiling sync_wrapper v1.0.2 |
| 2927 | 2026-06-11T21:50:41.085Z | Compiling erased-serde v0.3.31 |
| 2928 | 2026-06-11T21:50:41.105Z | Compiling ref-cast-impl v1.0.25 |
| 2929 | 2026-06-11T21:50:41.190Z | Compiling wait-timeout v0.2.1 |
| 2930 | 2026-06-11T21:50:41.209Z | Compiling ahash v0.8.12 |
| 2931 | 2026-06-11T21:50:41.426Z | Compiling encoding_rs v0.8.35 |
| 2932 | 2026-06-11T21:50:41.429Z | Compiling adler2 v2.0.1 |
| 2933 | 2026-06-11T21:50:41.472Z | Compiling bit-vec v0.8.0 |
| 2934 | 2026-06-11T21:50:41.580Z | Compiling foreign-types-shared v0.1.1 |
| 2935 | 2026-06-11T21:50:41.596Z | Compiling quick-error v1.2.3 |
| 2936 | 2026-06-11T21:50:41.640Z | Compiling winnow v0.5.40 |
| 2937 | 2026-06-11T21:50:41.679Z | Compiling mime v0.3.17 |
| 2938 | 2026-06-11T21:50:41.714Z | Compiling cfg_aliases v0.2.1 |
| 2939 | 2026-06-11T21:50:41.717Z | Compiling utf8parse v0.2.2 |
| 2940 | 2026-06-11T21:50:41.765Z | Compiling rusty-fork v0.3.1 |
| 2941 | 2026-06-11T21:50:41.796Z | Compiling nix v0.31.2 |
| 2942 | 2026-06-11T21:50:41.846Z | Compiling bit-set v0.8.0 |
| 2943 | 2026-06-11T21:50:41.920Z | Compiling foreign-types v0.3.2 |
| 2944 | 2026-06-11T21:50:42.004Z | Compiling miniz_oxide v0.8.9 |
| 2945 | 2026-06-11T21:50:42.051Z | Compiling tower v0.5.3 |
| 2946 | 2026-06-11T21:50:42.153Z | Compiling usdt-attr-macro v0.6.0 |
| 2947 | 2026-06-11T21:50:42.399Z | Compiling usdt-macro v0.6.0 |
| 2948 | 2026-06-11T21:50:42.539Z | Compiling unicode-normalization v0.1.25 |
| 2949 | 2026-06-11T21:50:42.745Z | Compiling rand_xorshift v0.4.0 |
| 2950 | 2026-06-11T21:50:42.905Z | Compiling serde_urlencoded v0.7.1 |
| 2951 | 2026-06-11T21:50:42.943Z | Compiling webpki-roots v1.0.6 |
| 2952 | 2026-06-11T21:50:43.056Z | Compiling darling_macro v0.20.11 |
| 2953 | 2026-06-11T21:50:43.072Z | Compiling toml_edit v0.19.15 |
| 2954 | 2026-06-11T21:50:43.086Z | Compiling pin-project-internal v1.1.11 |
| 2955 | 2026-06-11T21:50:43.124Z | Compiling smoltcp v0.9.1 |
| 2956 | 2026-06-11T21:50:43.140Z | Compiling anstyle v1.0.14 |
| 2957 | 2026-06-11T21:50:43.143Z | Compiling iri-string v0.7.10 |
| 2958 | 2026-06-11T21:50:43.321Z | Compiling unarray v0.1.4 |
| 2959 | 2026-06-11T21:50:43.370Z | Compiling zlib-rs v0.6.2 |
| 2960 | 2026-06-11T21:50:43.442Z | Compiling proptest v1.10.0 |
| 2961 | 2026-06-11T21:50:43.531Z | Compiling darling v0.20.11 |
| 2962 | 2026-06-11T21:50:44.517Z | Compiling tower-http v0.6.8 |
| 2963 | 2026-06-11T21:50:45.024Z | Compiling ipnetwork v0.21.1 |
| 2964 | 2026-06-11T21:50:45.384Z | Compiling num-integer v0.1.46 |
| 2965 | 2026-06-11T21:50:45.692Z | Compiling flate2 v1.1.9 |
| 2966 | 2026-06-11T21:50:46.072Z | Compiling colorchoice v1.0.4 |
| 2967 | 2026-06-11T21:50:46.089Z | Compiling is_terminal_polyfill v1.70.2 |
| 2968 | 2026-06-11T21:50:46.190Z | Compiling anstyle-query v1.1.5 |
| 2969 | 2026-06-11T21:50:46.205Z | Compiling psl-types v2.0.11 |
| 2970 | 2026-06-11T21:50:46.306Z | Compiling siphasher v1.0.2 |
| 2971 | 2026-06-11T21:50:46.336Z | Compiling publicsuffix v2.3.0 |
| 2972 | 2026-06-11T21:50:46.454Z | Compiling newtype-uuid v1.3.2 |
| 2973 | 2026-06-11T21:50:46.492Z | Compiling oxnet v0.1.5 |
| 2974 | 2026-06-11T21:50:46.752Z | Compiling derive_builder_core v0.20.2 |
| 2975 | 2026-06-11T21:50:46.858Z | Compiling snafu-derive v0.8.9 |
| 2976 | 2026-06-11T21:50:47.191Z | Compiling rand_chacha v0.3.1 |
| 2977 | 2026-06-11T21:50:47.538Z | Compiling signature v2.2.0 |
| 2978 | 2026-06-11T21:50:47.717Z | Compiling strum_macros v0.27.2 |
| 2979 | 2026-06-11T21:50:48.463Z | Compiling serde_repr v0.1.20 |
| 2980 | 2026-06-11T21:50:48.521Z | Compiling unicode-bidi v0.3.18 |
| 2981 | 2026-06-11T21:50:48.578Z | Compiling object v0.37.3 |
| 2982 | 2026-06-11T21:50:48.822Z | Compiling unicode-properties v0.1.4 |
| 2983 | 2026-06-11T21:50:49.000Z | Compiling stringprep v0.1.5 |
| 2984 | 2026-06-11T21:50:49.040Z | Compiling derive_builder_macro v0.20.2 |
| 2985 | 2026-06-11T21:50:49.149Z | Compiling rand v0.8.6 |
| 2986 | 2026-06-11T21:50:49.361Z | Compiling cookie_store v0.22.1 |
| 2987 | 2026-06-11T21:50:49.474Z | Compiling daft v0.1.7 |
| 2988 | 2026-06-11T21:50:49.507Z | Compiling tokio-native-tls v0.3.1 |
| 2989 | 2026-06-11T21:50:49.677Z | Compiling num-iter v0.1.45 |
| 2990 | 2026-06-11T21:50:49.745Z | Compiling anstyle-parse v1.0.0 |
| 2991 | 2026-06-11T21:50:49.812Z | Compiling futures-executor v0.3.32 |
| 2992 | 2026-06-11T21:50:49.839Z | Compiling bstr v1.12.1 |
| 2993 | 2026-06-11T21:50:49.935Z | Compiling md-5 v0.10.6 |
| 2994 | 2026-06-11T21:50:49.950Z | Compiling hash32 v0.2.1 |
| 2995 | 2026-06-11T21:50:50.046Z | Compiling ff v0.13.1 |
| 2996 | 2026-06-11T21:50:50.137Z | Compiling vergen-lib v9.1.0 |
| 2997 | 2026-06-11T21:50:50.186Z | Compiling base16ct v0.2.0 |
| 2998 | 2026-06-11T21:50:50.331Z | Compiling fallible-iterator v0.2.0 |
| 2999 | 2026-06-11T21:50:51.311Z | Compiling sec1 v0.7.3 |
| 3000 | 2026-06-11T21:50:51.360Z | Compiling group v0.13.0 |
| 3001 | 2026-06-11T21:50:51.360Z | Compiling postgres-protocol v0.6.10 |
| 3002 | 2026-06-11T21:50:51.360Z | Compiling futures v0.3.32 |
| 3003 | 2026-06-11T21:50:51.360Z | Compiling anstream v1.0.0 |
| 3004 | 2026-06-11T21:50:51.360Z | Compiling hyper-tls v0.6.0 |
| 3005 | 2026-06-11T21:50:51.360Z | Compiling derive_builder v0.20.2 |
| 3006 | 2026-06-11T21:50:51.360Z | Compiling phf_shared v0.13.1 |
| 3007 | 2026-06-11T21:50:51.399Z | Compiling pin-project v1.1.11 |
| 3008 | 2026-06-11T21:50:51.439Z | Compiling anstyle-parse v0.2.7 |
| 3009 | 2026-06-11T21:50:51.563Z | Compiling lazy_static v1.5.0 |
| 3010 | 2026-06-11T21:50:51.678Z | Compiling terminal_size v0.4.3 |
| 3011 | 2026-06-11T21:50:51.764Z | Compiling hkdf v0.12.4 |
| 3012 | 2026-06-11T21:50:51.780Z | Compiling crypto-bigint v0.5.5 |
| 3013 | 2026-06-11T21:50:51.917Z | Compiling async-recursion v1.1.1 |
| 3014 | 2026-06-11T21:50:52.493Z | Compiling vergen v9.1.0 |
| 3015 | 2026-06-11T21:50:52.631Z | Compiling cargo-platform v0.3.2 |
| 3016 | 2026-06-11T21:50:52.716Z | Compiling memmap2 v0.9.10 |
| 3017 | 2026-06-11T21:50:52.848Z | Compiling foldhash v0.1.5 |
| 3018 | 2026-06-11T21:50:52.890Z | Compiling toml_write v0.1.2 |
| 3019 | 2026-06-11T21:50:52.932Z | Compiling bumpalo v3.20.2 |
| 3020 | 2026-06-11T21:50:53.022Z | Compiling managed v0.8.0 |
| 3021 | 2026-06-11T21:50:53.095Z | Compiling bitflags v1.3.2 |
| 3022 | 2026-06-11T21:50:53.200Z | Compiling libbz2-rs-sys v0.2.2 |
| 3023 | 2026-06-11T21:50:53.207Z | Compiling same-file v1.0.6 |
| 3024 | 2026-06-11T21:50:53.250Z | Compiling clap_lex v1.0.0 |
| 3025 | 2026-06-11T21:50:53.352Z | Compiling walkdir v2.5.0 |
| 3026 | 2026-06-11T21:50:53.471Z | Compiling clap_builder v4.6.0 |
| 3027 | 2026-06-11T21:50:53.634Z | Compiling bzip2 v0.6.1 |
| 3028 | 2026-06-11T21:50:53.838Z | Compiling zopfli v0.8.3 |
| 3029 | 2026-06-11T21:50:54.386Z | Compiling toml_edit v0.22.27 |
| 3030 | 2026-06-11T21:50:54.593Z | Compiling hashbrown v0.15.5 |
| 3031 | 2026-06-11T21:50:55.064Z | Compiling usdt v0.6.0 |
| 3032 | 2026-06-11T21:50:55.322Z | Compiling cargo_metadata v0.23.1 |
| 3033 | 2026-06-11T21:50:56.589Z | Compiling elliptic-curve v0.13.8 |
| 3034 | 2026-06-11T21:50:56.729Z | Compiling anstream v0.6.21 |
| 3035 | 2026-06-11T21:50:56.839Z | Compiling phf v0.13.1 |
| 3036 | 2026-06-11T21:50:56.971Z | Compiling snafu v0.8.9 |
| 3037 | 2026-06-11T21:50:57.025Z | Compiling signal-hook-mio v0.2.5 |
| 3038 | 2026-06-11T21:50:57.156Z | Compiling zstd v0.13.3 |
| 3039 | 2026-06-11T21:50:57.171Z | Compiling postgres-types v0.2.12 |
| 3040 | 2026-06-11T21:50:57.318Z | Compiling bzip2 v0.4.4 |
| 3041 | 2026-06-11T21:50:57.399Z | Compiling globset v0.4.18 |
| 3042 | 2026-06-11T21:50:57.420Z | Compiling strum v0.27.2 |
| 3043 | 2026-06-11T21:50:57.575Z | Compiling ed25519 v2.2.3 |
| 3044 | 2026-06-11T21:50:57.590Z | Compiling phf_shared v0.11.3 |
| 3045 | 2026-06-11T21:50:57.597Z | Compiling olpc-cjson v0.1.4 |
| 3046 | 2026-06-11T21:50:57.760Z | Compiling pkcs1 v0.7.5 |
| 3047 | 2026-06-11T21:50:57.773Z | Compiling strum v0.26.3 |
| 3048 | 2026-06-11T21:50:57.908Z | Compiling hubpack v0.1.2 |
| 3049 | 2026-06-11T21:50:57.954Z | Compiling pem v3.0.6 |
| 3050 | 2026-06-11T21:50:57.980Z | Compiling rfc6979 v0.4.0 |
| 3051 | 2026-06-11T21:50:58.003Z | Compiling sha1 v0.10.6 |
| 3052 | 2026-06-11T21:50:58.131Z | Compiling serde_plain v1.0.2 |
| 3053 | 2026-06-11T21:50:58.131Z | Compiling serde-big-array v0.5.1 |
| 3054 | 2026-06-11T21:50:58.168Z | Compiling float-cmp v0.10.0 |
| 3055 | 2026-06-11T21:50:58.218Z | Compiling env_filter v1.0.0 |
| 3056 | 2026-06-11T21:50:58.242Z | Compiling normalize-line-endings v0.3.0 |
| 3057 | 2026-06-11T21:50:58.294Z | Compiling typed-path v0.9.3 |
| 3058 | 2026-06-11T21:50:58.324Z | Compiling fixedbitset v0.4.2 |
| 3059 | 2026-06-11T21:50:58.333Z | Compiling data-encoding v2.10.0 |
| 3060 | 2026-06-11T21:50:58.360Z | Compiling whoami v2.1.0 |
| 3061 | 2026-06-11T21:50:58.481Z | Compiling fixedbitset v0.5.7 |
| 3062 | 2026-06-11T21:50:58.538Z | Compiling static_assertions v1.1.0 |
| 3063 | 2026-06-11T21:50:58.611Z | Compiling difflib v0.4.0 |
| 3064 | 2026-06-11T21:50:58.671Z | Compiling jiff v0.2.21 |
| 3065 | 2026-06-11T21:50:58.765Z | Compiling predicates-core v1.0.10 |
| 3066 | 2026-06-11T21:50:58.862Z | Compiling precomputed-hash v0.1.1 |
| 3067 | 2026-06-11T21:50:58.944Z | Compiling new_debug_unreachable v1.0.6 |
| 3068 | 2026-06-11T21:50:58.960Z | Compiling keccak v0.1.6 |
| 3069 | 2026-06-11T21:50:59.021Z | Compiling string_cache v0.8.9 |
| 3070 | 2026-06-11T21:50:59.097Z | Compiling predicates v3.1.4 |
| 3071 | 2026-06-11T21:50:59.165Z | Compiling sha3 v0.10.8 |
| 3072 | 2026-06-11T21:50:59.238Z | Compiling petgraph v0.8.3 |
| 3073 | 2026-06-11T21:50:59.448Z | Compiling hickory-proto v0.25.2 |
| 3074 | 2026-06-11T21:50:59.452Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3075 | 2026-06-11T21:50:59.627Z | Compiling tokio-postgres v0.7.16 |
| 3076 | 2026-06-11T21:51:01.827Z | Compiling petgraph v0.6.5 |
| 3077 | 2026-06-11T21:51:01.833Z | Compiling zip v4.6.1 |
| 3078 | 2026-06-11T21:51:02.237Z | Compiling env_logger v0.11.9 |
| 3079 | 2026-06-11T21:51:02.549Z | Compiling ecdsa v0.16.9 |
| 3080 | 2026-06-11T21:51:02.572Z | Compiling rsa v0.9.10 |
| 3081 | 2026-06-11T21:51:02.969Z | Compiling ed25519-dalek v2.2.0 |
| 3082 | 2026-06-11T21:51:03.218Z | Compiling zip v0.6.6 |
| 3083 | 2026-06-11T21:51:03.618Z | Compiling crossterm v0.28.1 |
| 3084 | 2026-06-11T21:51:03.647Z | Compiling iddqd v0.4.2 |
| 3085 | 2026-06-11T21:51:03.739Z | Compiling clap v4.6.1 |
| 3086 | 2026-06-11T21:51:03.834Z | Compiling similar v2.7.0 |
| 3087 | 2026-06-11T21:51:04.451Z | Compiling crossbeam-epoch v0.9.18 |
| 3088 | 2026-06-11T21:51:04.552Z | Compiling toml v0.7.8 |
| 3089 | 2026-06-11T21:51:04.772Z | Compiling serde_with v3.17.0 |
| 3090 | 2026-06-11T21:51:04.779Z | Compiling itertools v0.13.0 |
| 3091 | 2026-06-11T21:51:04.840Z | Compiling x509-cert v0.2.5 |
| 3092 | 2026-06-11T21:51:05.090Z | Compiling tokio-stream v0.1.18 |
| 3093 | 2026-06-11T21:51:05.567Z | Compiling buf-list v1.1.2 |
| 3094 | 2026-06-11T21:51:05.815Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3095 | 2026-06-11T21:51:05.888Z | Compiling peg-runtime v0.8.5 |
| 3096 | 2026-06-11T21:51:06.014Z | Compiling lalrpop-util v0.19.12 |
| 3097 | 2026-06-11T21:51:14.786Z | Compiling rustls-webpki v0.103.9 |
| 3098 | 2026-06-11T21:51:18.932Z | Compiling tokio-rustls v0.26.4 |
| 3099 | 2026-06-11T21:51:19.019Z | Compiling rustls-platform-verifier v0.6.2 |
| 3100 | 2026-06-11T21:51:19.210Z | Compiling hyper-rustls v0.27.7 |
| 3101 | 2026-06-11T21:51:19.538Z | Compiling reqwest v0.13.2 |
| 3102 | 2026-06-11T21:51:19.869Z | Compiling reqwest v0.12.28 |
| 3103 | 2026-06-11T21:51:22.108Z | Compiling tough v0.22.0 |
| 3104 | 2026-06-11T21:51:25.737Z | Compiling omicron-workspace-hack v0.1.0 (/work/ci/omicron/workspace-hack) |
| 3105 | 2026-06-11T21:51:57.786Z | Compiling slog-async v2.8.0 |
| 3106 | 2026-06-11T21:51:57.927Z | Compiling rustls v0.22.4 |
| 3107 | 2026-06-11T21:51:58.057Z | Compiling newtype-uuid-macros v0.1.0 |
| 3108 | 2026-06-11T21:51:58.081Z | Compiling structmeta-derive v0.3.0 |
| 3109 | 2026-06-11T21:51:58.116Z | Compiling multer v3.1.0 |
| 3110 | 2026-06-11T21:51:58.130Z | Compiling async-stream-impl v0.3.6 |
| 3111 | 2026-06-11T21:51:58.319Z | Compiling dropshot v0.17.0 |
| 3112 | 2026-06-11T21:51:58.606Z | Compiling dropshot_endpoint v0.17.0 |
| 3113 | 2026-06-11T21:51:58.680Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3114 | 2026-06-11T21:51:58.715Z | Compiling crossbeam-channel v0.5.15 |
| 3115 | 2026-06-11T21:51:58.776Z | Compiling thread_local v1.1.9 |
| 3116 | 2026-06-11T21:51:58.897Z | Compiling omicron-uuid-kinds v0.1.0 (/work/ci/omicron/uuid-kinds) |
| 3117 | 2026-06-11T21:51:59.081Z | Compiling structmeta v0.3.0 |
| 3118 | 2026-06-11T21:51:59.138Z | Compiling is-terminal v0.4.17 |
| 3119 | 2026-06-11T21:51:59.153Z | Compiling take_mut v0.2.2 |
| 3120 | 2026-06-11T21:51:59.254Z | Compiling term v1.2.1 |
| 3121 | 2026-06-11T21:51:59.299Z | Compiling derive-ex v0.1.8 |
| 3122 | 2026-06-11T21:51:59.419Z | Compiling parse-display-derive v0.10.0 |
| 3123 | 2026-06-11T21:52:00.548Z | Compiling slog-term v2.9.2 |
| 3124 | 2026-06-11T21:52:00.678Z | Compiling rustls-webpki v0.102.8 |
| 3125 | 2026-06-11T21:52:00.917Z | Compiling test-strategy v0.4.5 |
| 3126 | 2026-06-11T21:52:01.030Z | Compiling match_cfg v0.1.0 |
| 3127 | 2026-06-11T21:52:01.080Z | Compiling compression-core v0.4.31 |
| 3128 | 2026-06-11T21:52:01.120Z | Compiling debug-ignore v1.0.5 |
| 3129 | 2026-06-11T21:52:01.251Z | Compiling compression-codecs v0.4.37 |
| 3130 | 2026-06-11T21:52:01.634Z | Compiling hostname v0.3.1 |
| 3131 | 2026-06-11T21:52:01.821Z | Compiling api_identity v0.1.0 (/work/ci/omicron/api_identity) |
| 3132 | 2026-06-11T21:52:01.837Z | Compiling slog-json v2.6.1 |
| 3133 | 2026-06-11T21:52:01.905Z | Compiling toml_datetime v1.0.0+spec-1.1.0 |
| 3134 | 2026-06-11T21:52:02.101Z | Compiling serde_spanned v1.0.4 |
| 3135 | 2026-06-11T21:52:02.212Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3136 | 2026-06-11T21:52:02.228Z | Compiling slog-bunyan v2.5.0 |
| 3137 | 2026-06-11T21:52:02.351Z | Compiling async-compression v0.4.41 |
| 3138 | 2026-06-11T21:52:02.420Z | Compiling toml v1.0.6+spec-1.1.0 |
| 3139 | 2026-06-11T21:52:02.487Z | Compiling async-stream v0.3.6 |
| 3140 | 2026-06-11T21:52:02.607Z | Compiling waitgroup v0.1.2 |
| 3141 | 2026-06-11T21:52:02.642Z | Compiling rustls-pemfile v2.2.0 |
| 3142 | 2026-06-11T21:52:02.733Z | Compiling serde_path_to_error v0.1.20 |
| 3143 | 2026-06-11T21:52:02.776Z | Compiling hostname v0.4.2 |
| 3144 | 2026-06-11T21:52:02.865Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3145 | 2026-06-11T21:52:02.944Z | Compiling macaddr v1.0.1 |
| 3146 | 2026-06-11T21:52:02.960Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3147 | 2026-06-11T21:52:03.115Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3148 | 2026-06-11T21:52:03.131Z | Compiling regress v0.10.5 |
| 3149 | 2026-06-11T21:52:03.202Z | Compiling instant v0.1.13 |
| 3150 | 2026-06-11T21:52:03.243Z | Compiling atomicwrites v0.4.4 |
| 3151 | 2026-06-11T21:52:03.365Z | Compiling itertools v0.14.0 |
| 3152 | 2026-06-11T21:52:03.523Z | Compiling tokio-rustls v0.25.0 |
| 3153 | 2026-06-11T21:52:03.546Z | Compiling backon v1.6.0 |
| 3154 | 2026-06-11T21:52:03.819Z | Compiling backoff v0.4.0 |
| 3155 | 2026-06-11T21:52:04.051Z | Compiling parse-display v0.10.0 |
| 3156 | 2026-06-11T21:52:04.977Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 3157 | 2026-06-11T21:52:06.648Z | Compiling humantime v2.3.0 |
| 3158 | 2026-06-11T21:52:07.873Z | Compiling progenitor-client v0.14.0 |
| 3159 | 2026-06-11T21:52:08.388Z | Compiling progenitor-extras v0.2.0 |
| 3160 | 2026-06-11T21:52:08.665Z | Compiling universal-hash v0.5.1 |
| 3161 | 2026-06-11T21:52:08.831Z | Compiling opaque-debug v0.3.1 |
| 3162 | 2026-06-11T21:52:08.923Z | Compiling unicode-width v0.2.0 |
| 3163 | 2026-06-11T21:52:09.256Z | Compiling half v2.7.1 |
| 3164 | 2026-06-11T21:52:09.272Z | Compiling crucible-workspace-hack v0.1.0 |
| 3165 | 2026-06-11T21:52:09.472Z | Compiling ciborium-io v0.2.2 |
| 3166 | 2026-06-11T21:52:09.595Z | Compiling ciborium-ll v0.2.2 |
| 3167 | 2026-06-11T21:52:09.649Z | Compiling convert_case v0.4.0 |
| 3168 | 2026-06-11T21:52:09.880Z | Compiling ciborium v0.2.2 |
| 3169 | 2026-06-11T21:52:09.981Z | Compiling derive_more v0.99.20 |
| 3170 | 2026-06-11T21:52:10.846Z | Compiling omicron-ledger v0.1.0 (/work/ci/omicron/ledger) |
| 3171 | 2026-06-11T21:52:11.185Z | Compiling omicron-common v0.1.0 (/work/ci/omicron/common) |
| 3172 | 2026-06-11T21:52:12.251Z | Compiling regress v0.11.1 |
| 3173 | 2026-06-11T21:52:13.344Z | Compiling aead v0.5.2 |
| 3174 | 2026-06-11T21:52:13.560Z | Compiling secrecy v0.10.3 |
| 3175 | 2026-06-11T21:52:13.753Z | Compiling poly1305 v0.8.0 |
| 3176 | 2026-06-11T21:52:14.307Z | Compiling typify-impl v0.6.2 |
| 3177 | 2026-06-11T21:52:14.669Z | Compiling chacha20 v0.9.1 |
| 3178 | 2026-06-11T21:52:14.941Z | Compiling unsafe-libyaml v0.2.11 |
| 3179 | 2026-06-11T21:52:15.640Z | Compiling serde_yaml v0.9.34+deprecated |
| 3180 | 2026-06-11T21:52:16.927Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3181 | 2026-06-11T21:52:17.787Z | Compiling typify-macro v0.6.2 |
| 3182 | 2026-06-11T21:52:19.010Z | Compiling sled-hardware-types v0.1.0 (/work/ci/omicron/sled-hardware/types) |
| 3183 | 2026-06-11T21:52:19.291Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3184 | 2026-06-11T21:52:19.972Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3185 | 2026-06-11T21:52:20.452Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3186 | 2026-06-11T21:52:20.767Z | Compiling typify v0.6.2 |
| 3187 | 2026-06-11T21:52:20.892Z | Compiling gfss v0.1.0 (/work/ci/omicron/trust-quorum/gfss) |
| 3188 | 2026-06-11T21:52:21.227Z | Compiling byte-wrapper v0.1.0 |
| 3189 | 2026-06-11T21:52:21.491Z | Compiling thiserror-no-std v2.0.2 |
| 3190 | 2026-06-11T21:52:21.610Z | Compiling password-hash v0.5.0 |
| 3191 | 2026-06-11T21:52:22.236Z | Compiling blake2 v0.10.6 |
| 3192 | 2026-06-11T21:52:22.570Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3193 | 2026-06-11T21:52:22.757Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3194 | 2026-06-11T21:52:22.821Z | Compiling argon2 v0.5.3 |
| 3195 | 2026-06-11T21:52:23.662Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3196 | 2026-06-11T21:52:23.696Z | Compiling vsss-rs v3.3.4 |
| 3197 | 2026-06-11T21:52:23.781Z | Compiling trust-quorum-types-versions v0.1.0 (/work/ci/omicron/trust-quorum/types/versions) |
| 3198 | 2026-06-11T21:52:23.833Z | Compiling progenitor-impl v0.14.0 |
| 3199 | 2026-06-11T21:52:25.081Z | Compiling chacha20poly1305 v0.10.1 |
| 3200 | 2026-06-11T21:52:25.240Z | Compiling indent_write v2.2.0 |
| 3201 | 2026-06-11T21:52:25.255Z | Compiling bootstore v0.1.0 (/work/ci/omicron/bootstore) |
| 3202 | 2026-06-11T21:52:25.971Z | Compiling progenitor-macro v0.14.0 |
| 3203 | 2026-06-11T21:52:27.197Z | Compiling proc-macro-crate v3.4.0 |
| 3204 | 2026-06-11T21:52:27.652Z | Compiling omicron-passwords v0.1.0 (/work/ci/omicron/passwords) |
| 3205 | 2026-06-11T21:52:27.802Z | Compiling num_enum_derive v0.7.6 |
| 3206 | 2026-06-11T21:52:27.897Z | Compiling sled-agent-types-versions v0.1.0 (/work/ci/omicron/sled-agent/types/versions) |
| 3207 | 2026-06-11T21:52:28.006Z | Compiling swrite v0.1.0 |
| 3208 | 2026-06-11T21:52:28.135Z | Compiling proc-macro-error-attr v1.0.4 |
| 3209 | 2026-06-11T21:52:28.351Z | Compiling heapless v0.8.0 |
| 3210 | 2026-06-11T21:52:28.636Z | Compiling ingot-macros v0.1.1 |
| 3211 | 2026-06-11T21:52:28.730Z | Compiling num_enum v0.7.6 |
| 3212 | 2026-06-11T21:52:28.835Z | Compiling tabwriter v1.4.1 |
| 3213 | 2026-06-11T21:52:29.219Z | Compiling hash32 v0.3.1 |
| 3214 | 2026-06-11T21:52:29.405Z | Compiling proc-macro-error v1.0.4 |
| 3215 | 2026-06-11T21:52:29.715Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3216 | 2026-06-11T21:52:29.827Z | Compiling smoltcp v0.11.0 |
| 3217 | 2026-06-11T21:52:30.015Z | Compiling progenitor v0.14.0 |
| 3218 | 2026-06-11T21:52:31.084Z | Compiling cobs v0.3.0 |
| 3219 | 2026-06-11T21:52:31.209Z | Compiling ingot-types v0.1.2 |
| 3220 | 2026-06-11T21:52:31.595Z | Compiling colored v3.1.1 |
| 3221 | 2026-06-11T21:52:31.790Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3222 | 2026-06-11T21:52:32.835Z | Compiling ingot v0.1.1 |
| 3223 | 2026-06-11T21:52:32.912Z | Compiling postcard v1.1.3 |
| 3224 | 2026-06-11T21:52:34.102Z | Compiling proc-macro-crate v1.3.1 |
| 3225 | 2026-06-11T21:52:34.770Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3226 | 2026-06-11T21:52:34.790Z | Compiling foreign-types-macros v0.2.3 |
| 3227 | 2026-06-11T21:52:35.167Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3228 | 2026-06-11T21:52:35.249Z | Compiling cpufeatures v0.3.0 |
| 3229 | 2026-06-11T21:52:35.313Z | Compiling prettyplease v0.2.37 |
| 3230 | 2026-06-11T21:52:35.344Z | Compiling foreign-types-shared v0.3.1 |
| 3231 | 2026-06-11T21:52:35.357Z | Compiling rayon-core v1.13.0 |
| 3232 | 2026-06-11T21:52:35.456Z | Compiling foreign-types v0.5.0 |
| 3233 | 2026-06-11T21:52:35.551Z | Compiling chacha20 v0.10.0 |
| 3234 | 2026-06-11T21:52:35.602Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3235 | 2026-06-11T21:52:36.092Z | Compiling num_enum_derive v0.5.11 |
| 3236 | 2026-06-11T21:52:37.034Z | Compiling crossbeam-deque v0.8.6 |
| 3237 | 2026-06-11T21:52:37.064Z | Compiling camino-tempfile v1.4.1 |
| 3238 | 2026-06-11T21:52:37.273Z | Compiling num-rational v0.4.2 |
| 3239 | 2026-06-11T21:52:37.441Z | Compiling sled-agent-types v0.1.0 (/work/ci/omicron/sled-agent/types) |
| 3240 | 2026-06-11T21:52:37.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3241 | 2026-06-11T21:52:38.122Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3242 | 2026-06-11T21:52:38.187Z | Compiling num-complex v0.4.6 |
| 3243 | 2026-06-11T21:52:38.300Z | Compiling cstr-argument v0.1.2 |
| 3244 | 2026-06-11T21:52:38.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3245 | 2026-06-11T21:52:38.795Z | Compiling num v0.4.3 |
| 3246 | 2026-06-11T21:52:38.891Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3247 | 2026-06-11T21:52:39.328Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3248 | 2026-06-11T21:52:39.489Z | Compiling num_enum v0.5.11 |
| 3249 | 2026-06-11T21:52:39.634Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3250 | 2026-06-11T21:52:39.893Z | Compiling rand v0.10.0 |
| 3251 | 2026-06-11T21:52:40.668Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3252 | 2026-06-11T21:52:40.683Z | Compiling float-ord v0.3.2 |
| 3253 | 2026-06-11T21:52:40.908Z | Compiling rayon v1.11.0 |
| 3254 | 2026-06-11T21:52:40.992Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3255 | 2026-06-11T21:52:41.009Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3256 | 2026-06-11T21:52:41.548Z | Compiling zone_cfg_derive v0.3.1 |
| 3257 | 2026-06-11T21:52:42.210Z | Compiling key-manager-types v0.1.0 (/work/ci/omicron/key-manager/types) |
| 3258 | 2026-06-11T21:52:42.349Z | Compiling itertools v0.12.1 |
| 3259 | 2026-06-11T21:52:43.137Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3260 | 2026-06-11T21:52:43.201Z | Compiling num-derive v0.4.2 |
| 3261 | 2026-06-11T21:52:43.393Z | Compiling sigpipe v0.1.3 |
| 3262 | 2026-06-11T21:52:43.644Z | Compiling illumos-utils v0.1.0 (/work/ci/omicron/illumos-utils) |
| 3263 | 2026-06-11T21:52:43.852Z | Compiling glob v0.3.3 |
| 3264 | 2026-06-11T21:52:43.893Z | Compiling zone v0.3.1 |
| 3265 | 2026-06-11T21:52:44.068Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3266 | 2026-06-11T21:52:44.091Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3267 | 2026-06-11T21:52:44.381Z | Compiling oxlog v0.1.0 (/work/ci/omicron/dev-tools/oxlog) |
| 3268 | 2026-06-11T21:52:44.736Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 3269 | 2026-06-11T21:52:44.798Z | Compiling toml v0.8.23 |
| 3270 | 2026-06-11T21:52:45.331Z | Compiling smf v0.2.3 |
| 3271 | 2026-06-11T21:52:45.443Z | Compiling whoami v1.6.1 |
| 3272 | 2026-06-11T21:52:46.545Z | Compiling gethostname v0.5.0 |
| 3273 | 2026-06-11T21:52:47.240Z | Compiling usdt-macro v0.5.0 |
| 3274 | 2026-06-11T21:52:47.301Z | Compiling usdt-attr-macro v0.5.0 |
| 3275 | 2026-06-11T21:52:47.453Z | Compiling memmap v0.7.0 |
| 3276 | 2026-06-11T21:52:47.752Z | Compiling derive-where v1.6.0 |
| 3277 | 2026-06-11T21:52:47.936Z | Compiling resolv-conf v0.7.6 |
| 3278 | 2026-06-11T21:52:48.043Z | Compiling usdt v0.5.0 |
| 3279 | 2026-06-11T21:52:48.554Z | Compiling oximeter-types-versions v0.1.0 (/work/ci/omicron/oximeter/types/versions) |
| 3280 | 2026-06-11T21:52:48.620Z | Compiling trust-quorum-types v0.1.0 (/work/ci/omicron/trust-quorum/types) |
| 3281 | 2026-06-11T21:52:48.698Z | Compiling owo-colors v4.3.0 |
| 3282 | 2026-06-11T21:52:48.763Z | Compiling unicode-width v0.1.14 |
| 3283 | 2026-06-11T21:52:48.791Z | Compiling cancel-safe-futures v0.1.5 |
| 3284 | 2026-06-11T21:52:48.965Z | Compiling internal-dns-types-versions v0.1.0 (/work/ci/omicron/internal-dns/types/versions) |
| 3285 | 2026-06-11T21:52:49.083Z | Compiling libsw-core v0.3.2 |
| 3286 | 2026-06-11T21:52:49.098Z | Compiling bytecount v0.6.9 |
| 3287 | 2026-06-11T21:52:49.282Z | Compiling libsw v3.5.0 |
| 3288 | 2026-06-11T21:52:49.674Z | Compiling console v0.15.11 |
| 3289 | 2026-06-11T21:52:50.049Z | Compiling newline-converter v0.3.0 |
| 3290 | 2026-06-11T21:52:50.209Z | Compiling hickory-proto v0.24.4 |
| 3291 | 2026-06-11T21:52:50.976Z | Compiling oximeter-types v0.1.0 (/work/ci/omicron/oximeter/types) |
| 3292 | 2026-06-11T21:52:51.280Z | Compiling libefi-sys v0.1.0 |
| 3293 | 2026-06-11T21:52:51.501Z | Compiling linear-map v1.2.0 |
| 3294 | 2026-06-11T21:52:51.678Z | Compiling linked-hash-map v0.5.6 |
| 3295 | 2026-06-11T21:52:51.742Z | Compiling update-engine v0.1.0 (/work/ci/omicron/update-engine) |
| 3296 | 2026-06-11T21:52:51.915Z | Compiling lru-cache v0.1.2 |
| 3297 | 2026-06-11T21:52:52.091Z | Compiling expectorate v1.2.0 |
| 3298 | 2026-06-11T21:52:52.325Z | Compiling git-stub v1.0.0 |
| 3299 | 2026-06-11T21:52:52.356Z | Compiling bitfield-struct v0.6.2 |
| 3300 | 2026-06-11T21:52:52.583Z | Compiling nom v8.0.0 |
| 3301 | 2026-06-11T21:52:52.998Z | Compiling semver v0.1.20 |
| 3302 | 2026-06-11T21:52:53.292Z | Compiling rustc_version v0.1.7 |
| 3303 | 2026-06-11T21:52:53.514Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3304 | 2026-06-11T21:52:53.857Z | Compiling hickory-resolver v0.24.4 |
| 3305 | 2026-06-11T21:52:54.866Z | Compiling git-stub-vcs v0.1.0 |
| 3306 | 2026-06-11T21:52:55.216Z | Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3307 | 2026-06-11T21:52:55.261Z | Compiling oximeter-schema v0.1.0 (/work/ci/omicron/oximeter/schema) |
| 3308 | 2026-06-11T21:52:56.695Z | Compiling internal-dns-types v0.1.0 (/work/ci/omicron/internal-dns/types) |
| 3309 | 2026-06-11T21:52:56.711Z | Compiling tokio-dtrace v0.1.1 |
| 3310 | 2026-06-11T21:52:57.057Z | Compiling dropshot-api-manager-types v0.7.2 |
| 3311 | 2026-06-11T21:52:57.658Z | Compiling slog-dtrace v0.3.0 |
| 3312 | 2026-06-11T21:52:57.675Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3313 | 2026-06-11T21:52:57.774Z | Compiling minimal-lexical v0.2.1 |
| 3314 | 2026-06-11T21:52:57.939Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3315 | 2026-06-11T21:52:58.045Z | Compiling nom v7.1.3 |
| 3316 | 2026-06-11T21:52:58.327Z | Compiling oxide-tokio-rt v0.1.4 |
| 3317 | 2026-06-11T21:52:58.415Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3318 | 2026-06-11T21:52:58.633Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/ci/omicron/oximeter/timeseries-macro) |
| 3319 | 2026-06-11T21:52:58.665Z | Compiling qorb v0.4.1 |
| 3320 | 2026-06-11T21:52:58.917Z | Compiling newtype_derive v0.1.6 |
| 3321 | 2026-06-11T21:52:59.454Z | Compiling gateway-types-versions v0.1.0 (/work/ci/omicron/gateway-types/versions) |
| 3322 | 2026-06-11T21:52:59.697Z | Compiling oximeter-macro-impl v0.1.0 (/work/ci/omicron/oximeter/oximeter-macro-impl) |
| 3323 | 2026-06-11T21:53:00.208Z | Compiling phf_shared v0.12.1 |
| 3324 | 2026-06-11T21:53:00.452Z | Compiling csv-core v0.1.13 |
| 3325 | 2026-06-11T21:53:00.882Z | Compiling highway v1.3.0 |
| 3326 | 2026-06-11T21:53:01.408Z | Compiling chrono-tz v0.10.4 |
| 3327 | 2026-06-11T21:53:01.592Z | Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3328 | 2026-06-11T21:53:01.612Z | Compiling unicode-xid v0.2.6 |
| 3329 | 2026-06-11T21:53:01.690Z | Compiling xshell-macros v0.2.7 |
| 3330 | 2026-06-11T21:53:01.757Z | Compiling const_format_proc_macros v0.2.34 |
| 3331 | 2026-06-11T21:53:02.066Z | Compiling xshell v0.2.7 |
| 3332 | 2026-06-11T21:53:02.116Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3333 | 2026-06-11T21:53:02.526Z | Compiling oximeter v0.1.0 (/work/ci/omicron/oximeter/oximeter) |
| 3334 | 2026-06-11T21:53:02.887Z | Compiling gateway-types v0.1.0 (/work/ci/omicron/gateway-types) |
| 3335 | 2026-06-11T21:53:03.087Z | Compiling oxql-types v0.1.0 (/work/ci/omicron/oximeter/oxql-types) |
| 3336 | 2026-06-11T21:53:03.389Z | Compiling csv v1.4.0 |
| 3337 | 2026-06-11T21:53:04.369Z | Compiling phf v0.12.1 |
| 3338 | 2026-06-11T21:53:04.560Z | Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3339 | 2026-06-11T21:53:04.577Z | Compiling oximeter-db v0.1.0 (/work/ci/omicron/oximeter/db) |
| 3340 | 2026-06-11T21:53:04.744Z | Compiling sled-hardware v0.1.0 (/work/ci/omicron/sled-hardware) |
| 3341 | 2026-06-11T21:53:05.228Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/ci/omicron/clickhouse-admin/types/versions) |
| 3342 | 2026-06-11T21:53:05.733Z | Compiling key-manager v0.1.0 (/work/ci/omicron/key-manager) |
| 3343 | 2026-06-11T21:53:05.991Z | Compiling ereport-types v0.1.0 (/work/ci/omicron/ereport/types) |
| 3344 | 2026-06-11T21:53:06.178Z | Compiling primeorder v0.13.6 |
| 3345 | 2026-06-11T21:53:07.463Z | Compiling clickhouse-admin-types v0.1.0 (/work/ci/omicron/clickhouse-admin/types) |
| 3346 | 2026-06-11T21:53:07.707Z | Compiling gateway-client v0.1.0 (/work/ci/omicron/clients/gateway-client) |
| 3347 | 2026-06-11T21:53:08.511Z | Compiling sled-storage v0.1.0 (/work/ci/omicron/sled-storage) |
| 3348 | 2026-06-11T21:53:08.862Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/ci/omicron/cockroach-admin/types/versions) |
| 3349 | 2026-06-11T21:53:09.122Z | Compiling const_format v0.2.35 |
| 3350 | 2026-06-11T21:53:09.625Z | Compiling papergrid v0.11.0 |
| 3351 | 2026-06-11T21:53:09.754Z | Compiling trust-quorum-protocol v0.1.0 (/work/ci/omicron/trust-quorum/protocol) |
| 3352 | 2026-06-11T21:53:11.874Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/ci/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3353 | 2026-06-11T21:53:12.339Z | Compiling tabled_derive v0.7.0 |
| 3354 | 2026-06-11T21:53:13.267Z | Compiling typify-impl v0.4.3 |
| 3355 | 2026-06-11T21:53:13.621Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3356 | 2026-06-11T21:53:13.708Z | Compiling bcs v0.1.6 |
| 3357 | 2026-06-11T21:53:13.778Z | Compiling unicode-linebreak v0.1.5 |
| 3358 | 2026-06-11T21:53:14.074Z | Compiling smawk v0.3.2 |
| 3359 | 2026-06-11T21:53:14.141Z | Compiling termtree v0.5.1 |
| 3360 | 2026-06-11T21:53:14.251Z | Compiling salty v0.3.0 |
| 3361 | 2026-06-11T21:53:14.326Z | Compiling tagptr v0.2.0 |
| 3362 | 2026-06-11T21:53:14.516Z | Compiling moka v0.12.13 |
| 3363 | 2026-06-11T21:53:14.536Z | Compiling textwrap v0.16.2 |
| 3364 | 2026-06-11T21:53:15.058Z | Compiling tabled v0.15.0 |
| 3365 | 2026-06-11T21:53:15.774Z | Compiling cockroach-admin-types v0.1.0 (/work/ci/omicron/cockroach-admin/types) |
| 3366 | 2026-06-11T21:53:15.864Z | Compiling zfs-test-harness v0.1.0 (/work/ci/omicron/sled-storage/zfs-test-harness) |
| 3367 | 2026-06-11T21:53:16.012Z | Compiling steno v0.4.1 |
| 3368 | 2026-06-11T21:53:16.169Z | Compiling nexus-types-versions v0.1.0 (/work/ci/omicron/nexus/types/versions) |
| 3369 | 2026-06-11T21:53:16.776Z | Compiling typify-macro v0.4.3 |
| 3370 | 2026-06-11T21:53:18.075Z | Compiling parallel-task-set v0.1.0 (/work/ci/omicron/parallel-task-set) |
| 3371 | 2026-06-11T21:53:18.218Z | Compiling radium v0.7.0 |
| 3372 | 2026-06-11T21:53:18.246Z | Compiling base64 v0.21.7 |
| 3373 | 2026-06-11T21:53:18.307Z | Compiling sled-diagnostics v0.1.0 (/work/ci/omicron/sled-diagnostics) |
| 3374 | 2026-06-11T21:53:18.352Z | Compiling hickory-resolver v0.25.2 |
| 3375 | 2026-06-11T21:53:18.786Z | Compiling p384 v0.13.1 |
| 3376 | 2026-06-11T21:53:19.545Z | Compiling ntp-admin-v1-client v0.1.0 (/work/ci/omicron/clients/ntp-admin-v1-client) |
| 3377 | 2026-06-11T21:53:19.996Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3378 | 2026-06-11T21:53:20.545Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3379 | 2026-06-11T21:53:20.914Z | Compiling maybe-uninit v2.0.0 |
| 3380 | 2026-06-11T21:53:21.199Z | Compiling tap v1.0.1 |
| 3381 | 2026-06-11T21:53:21.341Z | Compiling wyz v0.5.1 |
| 3382 | 2026-06-11T21:53:21.638Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3383 | 2026-06-11T21:53:21.901Z | Compiling sled-agent-api v0.1.0 (/work/ci/omicron/sled-agent/api) |
| 3384 | 2026-06-11T21:53:24.034Z | Compiling installinator-common-versions v0.1.0 (/work/ci/omicron/installinator-common/versions) |
| 3385 | 2026-06-11T21:53:24.665Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3386 | 2026-06-11T21:53:24.833Z | Compiling parking_lot_core v0.8.6 |
| 3387 | 2026-06-11T21:53:24.944Z | Compiling utf-8 v0.7.6 |
| 3388 | 2026-06-11T21:53:25.070Z | Compiling funty v2.0.0 |
| 3389 | 2026-06-11T21:53:25.151Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3390 | 2026-06-11T21:53:25.178Z | Compiling packed_struct v0.10.1 |
| 3391 | 2026-06-11T21:53:25.424Z | Compiling tungstenite v0.21.0 |
| 3392 | 2026-06-11T21:53:25.471Z | Compiling bitvec v1.0.1 |
| 3393 | 2026-06-11T21:53:25.981Z | Compiling proc-macro-error2 v2.0.1 |
| 3394 | 2026-06-11T21:53:26.051Z | Compiling installinator-common v0.1.0 (/work/ci/omicron/installinator-common) |
| 3395 | 2026-06-11T21:53:27.276Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3396 | 2026-06-11T21:53:28.333Z | Compiling typify v0.4.3 |
| 3397 | 2026-06-11T21:53:28.464Z | Compiling nexus-types v0.1.0 (/work/ci/omicron/nexus/types) |
| 3398 | 2026-06-11T21:53:28.527Z | Compiling polyval v0.6.2 |
| 3399 | 2026-06-11T21:53:28.905Z | Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3400 | 2026-06-11T21:53:30.082Z | Compiling packed_struct_codegen v0.10.1 |
| 3401 | 2026-06-11T21:53:31.074Z | Compiling num-derive v0.3.3 |
| 3402 | 2026-06-11T21:53:31.878Z | Compiling bitfield-macros v0.19.4 |
| 3403 | 2026-06-11T21:53:31.944Z | Compiling zerocopy-derive v0.6.6 |
| 3404 | 2026-06-11T21:53:32.357Z | Compiling indexmap v1.9.3 |
| 3405 | 2026-06-11T21:53:32.577Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3406 | 2026-06-11T21:53:32.581Z | Compiling nodrop v0.1.14 |
| 3407 | 2026-06-11T21:53:32.715Z | Compiling crc-catalog v2.4.0 |
| 3408 | 2026-06-11T21:53:32.730Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3409 | 2026-06-11T21:53:32.826Z | Compiling crc v3.4.0 |
| 3410 | 2026-06-11T21:53:32.841Z | Compiling zerocopy v0.6.6 |
| 3411 | 2026-06-11T21:53:32.965Z | Compiling array-init v0.0.4 |
| 3412 | 2026-06-11T21:53:33.072Z | Compiling bitfield v0.19.4 |
| 3413 | 2026-06-11T21:53:33.220Z | Compiling libscf-sys v1.1.0 |
| 3414 | 2026-06-11T21:53:33.384Z | Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3415 | 2026-06-11T21:53:33.516Z | Compiling ghash v0.5.1 |
| 3416 | 2026-06-11T21:53:33.683Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3417 | 2026-06-11T21:53:34.560Z | Compiling progenitor-impl v0.11.2 |
| 3418 | 2026-06-11T21:53:34.846Z | Compiling smallvec v0.6.14 |
| 3419 | 2026-06-11T21:53:34.913Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/ci/omicron/sled-agent/config-reconciler) |
| 3420 | 2026-06-11T21:53:35.097Z | Compiling tabled_derive v0.11.0 |
| 3421 | 2026-06-11T21:53:36.130Z | Compiling tokio-tungstenite v0.21.0 |
| 3422 | 2026-06-11T21:53:36.710Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3423 | 2026-06-11T21:53:36.771Z | Compiling papergrid v0.17.0 |
| 3424 | 2026-06-11T21:53:36.791Z | Compiling testing_table v0.3.0 |
| 3425 | 2026-06-11T21:53:37.210Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3426 | 2026-06-11T21:53:37.580Z | Compiling omicron-rpaths v0.1.0 (/work/ci/omicron/rpaths) |
| 3427 | 2026-06-11T21:53:37.761Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3428 | 2026-06-11T21:53:37.784Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3429 | 2026-06-11T21:53:38.025Z | Compiling ctr v0.9.2 |
| 3430 | 2026-06-11T21:53:38.249Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3431 | 2026-06-11T21:53:38.706Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3432 | 2026-06-11T21:53:38.932Z | Compiling illumos-nvpair-sys v0.2.0 |
| 3433 | 2026-06-11T21:53:39.146Z | Compiling unicase v2.9.0 |
| 3434 | 2026-06-11T21:53:39.186Z | Compiling hashbrown v0.12.3 |
| 3435 | 2026-06-11T21:53:39.367Z | Compiling corncobs v0.1.4 |
| 3436 | 2026-06-11T21:53:39.602Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3437 | 2026-06-11T21:53:40.299Z | Compiling mime_guess v2.0.5 |
| 3438 | 2026-06-11T21:53:40.376Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 3439 | 2026-06-11T21:53:40.413Z | Compiling aes-gcm v0.10.3 |
| 3440 | 2026-06-11T21:53:40.646Z | Compiling tabled v0.20.0 |
| 3441 | 2026-06-11T21:53:40.792Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/ci/omicron/sled-agent/resolvable-files) |
| 3442 | 2026-06-11T21:53:42.419Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3443 | 2026-06-11T21:53:42.722Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3444 | 2026-06-11T21:53:44.611Z | Compiling progenitor-macro v0.11.2 |
| 3445 | 2026-06-11T21:53:45.531Z | Compiling parking_lot v0.11.2 |
| 3446 | 2026-06-11T21:53:46.443Z | Compiling serde-hex v0.1.0 |
| 3447 | 2026-06-11T21:53:47.748Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3448 | 2026-06-11T21:53:48.296Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 3449 | 2026-06-11T21:53:48.591Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3450 | 2026-06-11T21:53:48.795Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3451 | 2026-06-11T21:53:49.055Z | Compiling internal-dns-resolver v0.1.0 (/work/ci/omicron/internal-dns/resolver) |
| 3452 | 2026-06-11T21:53:49.284Z | Compiling ron v0.8.1 |
| 3453 | 2026-06-11T21:53:49.326Z | Compiling dns-server v0.1.0 (/work/ci/omicron/dns-server) |
| 3454 | 2026-06-11T21:53:49.768Z | Compiling progenitor-client v0.11.2 |
| 3455 | 2026-06-11T21:53:50.291Z | Compiling hashbrown v0.13.2 |
| 3456 | 2026-06-11T21:53:50.925Z | Compiling prefix-trie v0.7.0 |
| 3457 | 2026-06-11T21:53:51.421Z | Compiling ssh-encoding v0.2.0 |
| 3458 | 2026-06-11T21:53:51.652Z | Compiling blowfish v0.9.1 |
| 3459 | 2026-06-11T21:53:51.915Z | Compiling fxhash v0.2.1 |
| 3460 | 2026-06-11T21:53:52.040Z | Compiling secrecy v0.8.0 |
| 3461 | 2026-06-11T21:53:52.076Z | Compiling filetime v0.2.27 |
| 3462 | 2026-06-11T21:53:52.227Z | Compiling xattr v1.6.1 |
| 3463 | 2026-06-11T21:53:52.310Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3464 | 2026-06-11T21:53:52.450Z | Compiling crc-any v2.5.0 |
| 3465 | 2026-06-11T21:53:52.553Z | Compiling tar v0.4.45 |
| 3466 | 2026-06-11T21:53:52.901Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3467 | 2026-06-11T21:53:55.042Z | Compiling sled v0.34.7 |
| 3468 | 2026-06-11T21:53:56.929Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3469 | 2026-06-11T21:53:57.296Z | Compiling ssh-cipher v0.2.0 |
| 3470 | 2026-06-11T21:53:58.346Z | Compiling hickory-server v0.25.2 |
| 3471 | 2026-06-11T21:53:58.703Z | Compiling object v0.30.4 |
| 3472 | 2026-06-11T21:53:58.849Z | Compiling progenitor v0.11.2 |
| 3473 | 2026-06-11T21:53:59.017Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3474 | 2026-06-11T21:53:59.731Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/ci/omicron/clients/ddm-admin-client) |
| 3475 | 2026-06-11T21:53:59.806Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3476 | 2026-06-11T21:54:00.356Z | Compiling sled-agent-measurements v0.1.0 (/work/ci/omicron/sled-agent/measurements) |
| 3477 | 2026-06-11T21:54:02.101Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3478 | 2026-06-11T21:54:02.552Z | Compiling dns-server-api v0.1.0 (/work/ci/omicron/dns-server-api) |
| 3479 | 2026-06-11T21:54:03.342Z | Compiling dns-service-client v0.1.0 (/work/ci/omicron/clients/dns-service-client) |
| 3480 | 2026-06-11T21:54:03.475Z | Compiling password-hash v0.4.2 |
| 3481 | 2026-06-11T21:54:03.743Z | Compiling half v1.8.3 |
| 3482 | 2026-06-11T21:54:04.377Z | Compiling path-slash v0.1.5 |
| 3483 | 2026-06-11T21:54:04.485Z | Compiling crc8 v0.1.1 |
| 3484 | 2026-06-11T21:54:04.550Z | Compiling http-range v0.1.5 |
| 3485 | 2026-06-11T21:54:04.609Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3486 | 2026-06-11T21:54:04.681Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3487 | 2026-06-11T21:54:05.157Z | Compiling sled-agent-client v0.1.0 (/work/ci/omicron/clients/sled-agent-client) |
| 3488 | 2026-06-11T21:54:05.622Z | Compiling serde_cbor v0.11.2 |
| 3489 | 2026-06-11T21:54:05.639Z | Compiling pbkdf2 v0.11.0 |
| 3490 | 2026-06-11T21:54:06.601Z | Compiling illumos-nvpair v0.3.0 |
| 3491 | 2026-06-11T21:54:06.958Z | Compiling trust-quorum v0.1.0 (/work/ci/omicron/trust-quorum) |
| 3492 | 2026-06-11T21:54:07.078Z | Compiling ssh-key v0.6.7 |
| 3493 | 2026-06-11T21:54:09.104Z | Compiling nexus-config v0.1.0 (/work/ci/omicron/nexus-config) |
| 3494 | 2026-06-11T21:54:10.762Z | Compiling nexus-client v0.1.0 (/work/ci/omicron/clients/nexus-client) |
| 3495 | 2026-06-11T21:54:13.482Z | Compiling nexus-lockstep-client v0.1.0 (/work/ci/omicron/clients/nexus-lockstep-client) |
| 3496 | 2026-06-11T21:54:14.114Z | Compiling omicron-sled-agent v0.1.0 (/work/ci/omicron/sled-agent) |
| 3497 | 2026-06-11T21:54:14.488Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3498 | 2026-06-11T21:54:15.216Z | Compiling p256 v0.13.2 |
| 3499 | 2026-06-11T21:54:16.144Z | Compiling p521 v0.13.3 |
| 3500 | 2026-06-11T21:54:18.667Z | Compiling oximeter-producer-api v0.1.0 (/work/ci/omicron/oximeter/producer-api) |
| 3501 | 2026-06-11T21:54:19.358Z | Compiling ntp-admin-client v0.1.0 (/work/ci/omicron/clients/ntp-admin-client) |
| 3502 | 2026-06-11T21:54:19.807Z | Compiling cockroach-admin-client v0.1.0 (/work/ci/omicron/clients/cockroach-admin-client) |
| 3503 | 2026-06-11T21:54:20.647Z | Compiling yasna v0.5.2 |
| 3504 | 2026-06-11T21:54:21.743Z | Compiling headers-core v0.3.0 |
| 3505 | 2026-06-11T21:54:21.890Z | Compiling kstat-rs v0.2.4 |
| 3506 | 2026-06-11T21:54:22.120Z | Compiling nanorand v0.7.0 |
| 3507 | 2026-06-11T21:54:22.321Z | Compiling atty v0.2.14 |
| 3508 | 2026-06-11T21:54:22.359Z | Compiling russh-cryptovec v0.7.3 |
| 3509 | 2026-06-11T21:54:22.460Z | Compiling home v0.5.12 |
| 3510 | 2026-06-11T21:54:22.473Z | Compiling md5 v0.7.0 |
| 3511 | 2026-06-11T21:54:22.592Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 3512 | 2026-06-11T21:54:22.615Z | Compiling flume v0.11.1 |
| 3513 | 2026-06-11T21:54:22.647Z | Compiling russh-keys v0.45.0 |
| 3514 | 2026-06-11T21:54:22.662Z | Compiling oximeter-instruments v0.1.0 (/work/ci/omicron/oximeter/instruments) |
| 3515 | 2026-06-11T21:54:22.755Z | Compiling headers v0.4.1 |
| 3516 | 2026-06-11T21:54:23.006Z | Compiling sled-agent-rack-setup v0.1.0 (/work/ci/omicron/sled-agent/rack-setup) |
| 3517 | 2026-06-11T21:54:24.388Z | Compiling rcgen v0.12.1 |
| 3518 | 2026-06-11T21:54:25.774Z | Compiling oximeter-producer v0.1.0 (/work/ci/omicron/oximeter/producer) |
| 3519 | 2026-06-11T21:54:27.686Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3520 | 2026-06-11T21:54:28.713Z | Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3521 | 2026-06-11T21:54:29.377Z | Compiling sled-agent-early-networking v0.1.0 (/work/ci/omicron/sled-agent/early-networking) |
| 3522 | 2026-06-11T21:54:30.353Z | Compiling transient-dns-server v0.1.0 (/work/ci/omicron/dns-server/transient) |
| 3523 | 2026-06-11T21:54:30.730Z | Compiling sp-sim v0.1.0 (/work/ci/omicron/sp-sim) |
| 3524 | 2026-06-11T21:54:30.747Z | Compiling hyper-staticfile v0.10.1 |
| 3525 | 2026-06-11T21:54:31.942Z | Compiling range-requests v0.1.0 (/work/ci/omicron/range-requests) |
| 3526 | 2026-06-11T21:54:31.997Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 3527 | 2026-06-11T21:54:32.311Z | Compiling end-to-end-tests v0.1.0 (/work/ci/omicron/end-to-end-tests) |
| 3528 | 2026-06-11T21:54:32.557Z | Compiling sled-agent-health-monitor v0.1.0 (/work/ci/omicron/sled-agent/health-monitor) |
| 3529 | 2026-06-11T21:54:32.583Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/ci/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3530 | 2026-06-11T21:54:32.694Z | Compiling bootstrap-agent-api v0.1.0 (/work/ci/omicron/sled-agent/bootstrap-agent-api) |
| 3531 | 2026-06-11T21:54:34.205Z | Compiling repo-depot-api v0.1.0 (/work/ci/omicron/sled-agent/repo-depot-api) |
| 3532 | 2026-06-11T21:54:34.903Z | Compiling bootstrap-agent-client v0.1.0 (/work/ci/omicron/clients/bootstrap-agent-client) |
| 3533 | 2026-06-11T21:54:35.454Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 3534 | 2026-06-11T21:54:36.139Z | Compiling repo-depot-client v0.1.0 (/work/ci/omicron/clients/repo-depot-client) |
| 3535 | 2026-06-11T21:54:37.082Z | Compiling num-bigint v0.4.6 |
| 3536 | 2026-06-11T21:54:37.273Z | Compiling des v0.8.1 |
| 3537 | 2026-06-11T21:54:37.309Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3538 | 2026-06-11T21:54:37.350Z | Compiling subprocess v0.2.15 |
| 3539 | 2026-06-11T21:54:37.573Z | Compiling hex-literal v0.4.1 |
| 3540 | 2026-06-11T21:54:37.722Z | Compiling display-error-chain v0.2.2 |
| 3541 | 2026-06-11T21:54:37.739Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3542 | 2026-06-11T21:54:38.463Z | Compiling russh v0.45.0 |
| 3543 | 2026-06-11T21:54:39.546Z | Compiling omicron-test-utils v0.1.0 (/work/ci/omicron/test-utils) |
| 3544 | 2026-06-11T21:54:40.685Z | Compiling oxide-client v0.1.0 (/work/ci/omicron/clients/oxide-client) |
| 3545 | 2026-06-11T21:54:41.290Z | Compiling colored v2.2.0 |
| 3546 | 2026-06-11T21:54:41.936Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3547 | 2026-06-11T21:54:42.224Z | Compiling socket2 v0.5.10 |
| 3548 | 2026-06-11T21:54:43.048Z | Compiling internet-checksum v0.2.1 |
| 3549 | 2026-06-11T21:55:52.737Z | Finished `release` profile [optimized] target(s) in 5m 44s |
| 3550 | 2026-06-11T21:55:52.964Z | + cp target/release/dhcp-server /work/ |
| 3551 | 2026-06-11T21:55:53.006Z | process exited: duration 718562 ms, exit code 0 |
| |
| 3552 | 2026-06-11T21:55:53.022Z | found 2 output files |
| 3553 | 2026-06-11T21:55:53.045Z | uploading: /work/testbed.tar.gz (200485254 bytes) |
| 3554 | 2026-06-11T21:55:57.953Z | uploaded: /work/testbed.tar.gz |
| 3555 | 2026-06-11T21:55:57.953Z | uploading: /work/dhcp-server (54717264 bytes) |
| 3556 | 2026-06-11T21:55:59.789Z | uploaded: /work/dhcp-server |