|
|
|
| 1 | 2026-08-31T09:25:12.658Z | job assigned to worker 01M1BJ4XHD02GYSB2Y32S830FN [factory aws, i-065b41aa1f0da4531] (queued for 1 m 9 s) |
| |
| 2 | 2026-08-31T09:25:18.900Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:18.906Z | ++ uname -s |
| 4 | 2026-08-31T09:25:18.909Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:18.909Z | + build_user=build |
| 6 | 2026-08-31T09:25:18.909Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:18.909Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:18.910Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:18.910Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:18.910Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:18.910Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:18.913Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:20.918Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:21.082Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:21.085Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:21.085Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:21.085Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:21.085Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:23.089Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:23.092Z | process exited: duration 4187 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:23.099Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:23.102Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:23.102Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-31T09:25:23.102Z | * rust toolchain channel = "stable" |
| 25 | 2026-08-31T09:25:23.102Z | * rust toolchain profile = "default" |
| 26 | 2026-08-31T09:25:23.102Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:23.102Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:25:23.102Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:23.106Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:23.204Z | info: downloading installer |
| 31 | 2026-08-31T09:25:24.352Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:24.352Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:24.352Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:24.352Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:24.364Z | info: profile set to default |
| 36 | 2026-08-31T09:25:24.364Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:24.367Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:24.501Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:24.504Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:39.084Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:39.084Z | |
| 42 | 2026-08-31T09:25:39.114Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:39.114Z | |
| 44 | 2026-08-31T09:25:39.114Z | |
| 45 | 2026-08-31T09:25:39.114Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:39.114Z | |
| 47 | 2026-08-31T09:25:39.117Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:39.117Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:39.118Z | |
| 50 | 2026-08-31T09:25:39.118Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:39.118Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:39.118Z | |
| 53 | 2026-08-31T09:25:39.118Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:39.118Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:39.118Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:39.118Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:39.118Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:39.118Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:39.118Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:39.118Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:39.118Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:39.198Z | + rustup --version |
| 63 | 2026-08-31T09:25:39.206Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:39.210Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:39.228Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:39.232Z | + cargo --version |
| 67 | 2026-08-31T09:25:39.243Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:39.246Z | + rustc --version |
| 69 | 2026-08-31T09:25:39.265Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:39.268Z | process exited: duration 16169 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:39.274Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:39.291Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:39.297Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:39.300Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:39.303Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:39.333Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:40.783Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:40.783Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:41.051Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:41.051Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:41.057Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:41.060Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:41.060Z | + current=main |
| 84 | 2026-08-31T09:25:41.060Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:41.060Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:41.063Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:41.083Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:41.086Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:41.104Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:41.107Z | process exited: duration 1807 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:41.113Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:41.117Z | + set -e |
| 93 | 2026-08-31T09:25:41.117Z | + source .github/buildomat/test-common.sh |
| 94 | 2026-08-31T09:25:41.120Z | ++ NEXTEST_VERSION=0.9.97 |
| 95 | 2026-08-31T09:25:41.120Z | ++ PLATFORM=illumos |
| 96 | 2026-08-31T09:25:41.120Z | ++ source .github/buildomat/common.sh |
| 97 | 2026-08-31T09:25:41.120Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 98 | 2026-08-31T09:25:41.120Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 99 | 2026-08-31T09:25:41.120Z | +++ cargo --version |
| 100 | 2026-08-31T09:25:41.123Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 101 | 2026-08-31T09:25:41.265Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-31T09:25:41.268Z | info: downloading 6 components |
| 103 | 2026-08-31T09:25:56.338Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 104 | 2026-08-31T09:25:56.342Z | +++ rustc --version |
| 105 | 2026-08-31T09:25:56.372Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 106 | 2026-08-31T09:25:56.375Z | ++ banner install |
| 107 | 2026-08-31T09:25:56.378Z | |
| 108 | 2026-08-31T09:25:56.378Z | # # # #### ##### ## # # |
| 109 | 2026-08-31T09:25:56.378Z | # ## # # # # # # # |
| 110 | 2026-08-31T09:25:56.378Z | # # # # #### # # # # # |
| 111 | 2026-08-31T09:25:56.378Z | # # # # # # ###### # # |
| 112 | 2026-08-31T09:25:56.378Z | # # ## # # # # # # # |
| 113 | 2026-08-31T09:25:56.378Z | # # # #### # # # ###### ###### |
| 114 | 2026-08-31T09:25:56.378Z | |
| 115 | 2026-08-31T09:25:56.378Z | ++ pfexec pkg install clang-15 |
| 116 | 2026-08-31T09:26:00.232Z | Startup: Refreshing catalog 'helios' ... Done |
| 117 | 2026-08-31T09:26:00.643Z | Startup: Caching catalogs ... Done |
| 118 | 2026-08-31T09:26:03.000Z | Planning: Solver setup ... Done |
| 119 | 2026-08-31T09:26:03.067Z | Planning: Running solver ... Done |
| 120 | 2026-08-31T09:26:03.113Z | Planning: Consolidating action changes ... Done |
| 121 | 2026-08-31T09:26:03.114Z | Planning: Evaluating mediators ... Done |
| 122 | 2026-08-31T09:26:03.118Z | Planning: Planning completed in 2.43 seconds |
| 123 | 2026-08-31T09:26:03.129Z | No updates necessary for this image. |
| 124 | 2026-08-31T09:26:03.376Z | ++ cargo install cargo-nextest --version 0.9.97 |
| 125 | 2026-08-31T09:26:03.419Z | Updating crates.io index |
| 126 | 2026-08-31T09:26:03.519Z | Downloading crates ... |
| 127 | 2026-08-31T09:26:03.569Z | Downloaded cargo-nextest v0.9.97 |
| 128 | 2026-08-31T09:26:03.627Z | Installing cargo-nextest v0.9.97 |
| 129 | 2026-08-31T09:26:03.630Z | warning: default toolchain implicitly overridden with `1.97.1-x86_64-unknown-illumos` by rustup toolchain file |
| 130 | 2026-08-31T09:26:03.630Z | | |
| 131 | 2026-08-31T09:26:03.630Z | = help: use `cargo +stable install` if you meant to use the stable toolchain |
| 132 | 2026-08-31T09:26:03.630Z | = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed |
| 133 | 2026-08-31T09:26:03.679Z | Updating crates.io index |
| 134 | 2026-08-31T09:26:05.612Z | Locking 398 packages to latest compatible versions |
| 135 | 2026-08-31T09:26:05.622Z | Adding dialoguer v0.11.0 (available: v0.12.0) |
| 136 | 2026-08-31T09:26:05.622Z | Adding duct v0.13.7 (available: v1.1.1) |
| 137 | 2026-08-31T09:26:05.622Z | Adding enable-ansi-support v0.2.1 (available: v0.3.1) |
| 138 | 2026-08-31T09:26:05.622Z | Adding generic-array v0.14.7 (available: v0.14.9) |
| 139 | 2026-08-31T09:26:05.622Z | Adding guppy v0.17.26 (available: v0.18.0) |
| 140 | 2026-08-31T09:26:05.622Z | Adding idna_adapter v1.0.0 (available: v1.2.2) |
| 141 | 2026-08-31T09:26:05.622Z | Adding itertools v0.14.0 (available: v0.15.0) |
| 142 | 2026-08-31T09:26:05.622Z | Adding nextest-filtering v0.15.0 (available: v0.22.0) |
| 143 | 2026-08-31T09:26:05.622Z | Adding nextest-metadata v0.12.2 (available: v0.12.3) |
| 144 | 2026-08-31T09:26:05.622Z | Adding nextest-runner v0.80.0 (available: v0.122.1) |
| 145 | 2026-08-31T09:26:05.622Z | Adding quick-junit v0.5.2 (available: v0.7.0) |
| 146 | 2026-08-31T09:26:05.647Z | Downloading crates ... |
| 147 | 2026-08-31T09:26:05.680Z | Downloaded addr2line v0.25.1 |
| 148 | 2026-08-31T09:26:05.689Z | Downloaded camino v1.2.5 |
| 149 | 2026-08-31T09:26:05.689Z | Downloaded camino-tempfile v1.4.1 |
| 150 | 2026-08-31T09:26:05.689Z | Downloaded heck v0.5.0 |
| 151 | 2026-08-31T09:26:05.692Z | Downloaded aho-corasick v1.1.5 |
| 152 | 2026-08-31T09:26:05.693Z | Downloaded anstyle-query v1.1.5 |
| 153 | 2026-08-31T09:26:05.693Z | Downloaded adler2 v2.0.1 |
| 154 | 2026-08-31T09:26:05.693Z | Downloaded ppv-lite86 v0.2.21 |
| 155 | 2026-08-31T09:26:05.693Z | Downloaded cfg_aliases v0.2.2 |
| 156 | 2026-08-31T09:26:05.699Z | Downloaded backtrace-ext v0.2.1 |
| 157 | 2026-08-31T09:26:05.712Z | Downloaded async-scoped v0.9.0 |
| 158 | 2026-08-31T09:26:05.713Z | Downloaded rustc_version v0.4.1 |
| 159 | 2026-08-31T09:26:05.713Z | Downloaded rand_pcg v0.10.2 |
| 160 | 2026-08-31T09:26:05.722Z | Downloaded atomic-waker v1.1.2 |
| 161 | 2026-08-31T09:26:05.722Z | Downloaded rustc-hash v2.1.3 |
| 162 | 2026-08-31T09:26:05.722Z | Downloaded cargo-platform v0.3.3 |
| 163 | 2026-08-31T09:26:05.730Z | Downloaded cargo-platform v0.2.0 |
| 164 | 2026-08-31T09:26:05.730Z | Downloaded colorchoice v1.0.5 |
| 165 | 2026-08-31T09:26:05.730Z | Downloaded foreign-types-shared v0.1.1 |
| 166 | 2026-08-31T09:26:05.730Z | Downloaded serde_ignored v0.1.14 |
| 167 | 2026-08-31T09:26:05.739Z | Downloaded fnv v1.0.7 |
| 168 | 2026-08-31T09:26:05.739Z | Downloaded crypto-common v0.1.7 |
| 169 | 2026-08-31T09:26:05.739Z | Downloaded enable-ansi-support v0.2.1 |
| 170 | 2026-08-31T09:26:05.739Z | Downloaded cpufeatures v0.3.1 |
| 171 | 2026-08-31T09:26:05.744Z | Downloaded sync_wrapper v1.0.2 |
| 172 | 2026-08-31T09:26:05.744Z | Downloaded pkcs8 v0.10.2 |
| 173 | 2026-08-31T09:26:05.744Z | Downloaded pkg-config v0.3.34 |
| 174 | 2026-08-31T09:26:05.744Z | Downloaded rand_core v0.6.4 |
| 175 | 2026-08-31T09:26:05.744Z | Downloaded scopeguard v1.2.0 |
| 176 | 2026-08-31T09:26:05.744Z | Downloaded serde-value v0.7.0 |
| 177 | 2026-08-31T09:26:05.745Z | Downloaded tinyvec_macros v0.1.1 |
| 178 | 2026-08-31T09:26:05.750Z | Downloaded color-spantrace v0.3.0 |
| 179 | 2026-08-31T09:26:05.754Z | Downloaded document-features v0.2.12 |
| 180 | 2026-08-31T09:26:05.754Z | Downloaded shell-words v1.1.1 |
| 181 | 2026-08-31T09:26:05.758Z | Downloaded serde_urlencoded v0.7.1 |
| 182 | 2026-08-31T09:26:05.758Z | Downloaded supports-color v3.0.2 |
| 183 | 2026-08-31T09:26:05.758Z | Downloaded equivalent v1.0.2 |
| 184 | 2026-08-31T09:26:05.758Z | Downloaded form_urlencoded v1.2.2 |
| 185 | 2026-08-31T09:26:05.759Z | Downloaded futures-task v0.3.34 |
| 186 | 2026-08-31T09:26:05.763Z | Downloaded serde_spanned v1.1.1 |
| 187 | 2026-08-31T09:26:05.763Z | Downloaded serde_spanned v0.6.9 |
| 188 | 2026-08-31T09:26:05.763Z | Downloaded signature v2.2.0 |
| 189 | 2026-08-31T09:26:05.763Z | Downloaded shared_child v1.1.1 |
| 190 | 2026-08-31T09:26:05.766Z | Downloaded subtle v2.6.1 |
| 191 | 2026-08-31T09:26:05.766Z | Downloaded futures-macro v0.3.34 |
| 192 | 2026-08-31T09:26:05.766Z | Downloaded terminal_size v0.4.4 |
| 193 | 2026-08-31T09:26:05.770Z | Downloaded sigchld v0.2.4 |
| 194 | 2026-08-31T09:26:05.770Z | Downloaded supports-unicode v3.0.0 |
| 195 | 2026-08-31T09:26:05.778Z | Downloaded bytes v1.12.1 |
| 196 | 2026-08-31T09:26:05.778Z | Downloaded swrite v0.1.0 |
| 197 | 2026-08-31T09:26:05.778Z | Downloaded strsim v0.11.1 |
| 198 | 2026-08-31T09:26:05.783Z | Downloaded tokio-macros v2.7.2 |
| 199 | 2026-08-31T09:26:05.783Z | Downloaded clap_lex v1.1.0 |
| 200 | 2026-08-31T09:26:05.783Z | Downloaded strip-ansi-escapes v0.2.1 |
| 201 | 2026-08-31T09:26:05.783Z | Downloaded signal-hook-mio v0.2.5 |
| 202 | 2026-08-31T09:26:05.783Z | Downloaded atomicwrites v0.4.4 |
| 203 | 2026-08-31T09:26:05.783Z | Downloaded futures-sink v0.3.34 |
| 204 | 2026-08-31T09:26:05.787Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 205 | 2026-08-31T09:26:05.787Z | Downloaded supports-hyperlinks v3.2.0 |
| 206 | 2026-08-31T09:26:05.787Z | Downloaded openssl-macros v0.1.1 |
| 207 | 2026-08-31T09:26:05.787Z | Downloaded tokio-native-tls v0.3.1 |
| 208 | 2026-08-31T09:26:05.790Z | Downloaded quinn-udp v0.5.15 |
| 209 | 2026-08-31T09:26:05.790Z | Downloaded rand_core v0.9.5 |
| 210 | 2026-08-31T09:26:05.790Z | Downloaded rand_core v0.10.1 |
| 211 | 2026-08-31T09:26:05.790Z | Downloaded generic-array v0.14.7 |
| 212 | 2026-08-31T09:26:05.793Z | Downloaded pin-project-internal v1.1.13 |
| 213 | 2026-08-31T09:26:05.793Z | Downloaded pin-project-lite v0.2.17 |
| 214 | 2026-08-31T09:26:05.796Z | Downloaded debug-ignore v1.0.5 |
| 215 | 2026-08-31T09:26:05.796Z | Downloaded hex v0.4.3 |
| 216 | 2026-08-31T09:26:05.800Z | Downloaded futures-io v0.3.34 |
| 217 | 2026-08-31T09:26:05.800Z | Downloaded futures-core v0.3.34 |
| 218 | 2026-08-31T09:26:05.803Z | Downloaded foreign-types v0.3.2 |
| 219 | 2026-08-31T09:26:05.806Z | Downloaded guppy-workspace-hack v0.1.0 |
| 220 | 2026-08-31T09:26:05.806Z | Downloaded self-replace v1.5.0 |
| 221 | 2026-08-31T09:26:05.811Z | Downloaded untrusted v0.9.0 |
| 222 | 2026-08-31T09:26:05.814Z | Downloaded utf8parse v0.2.2 |
| 223 | 2026-08-31T09:26:05.814Z | Downloaded http-body v1.1.0 |
| 224 | 2026-08-31T09:26:05.817Z | Downloaded rand_chacha v0.9.0 |
| 225 | 2026-08-31T09:26:05.821Z | Downloaded hyper-tls v0.6.0 |
| 226 | 2026-08-31T09:26:05.822Z | Downloaded rustc-demangle v0.1.28 |
| 227 | 2026-08-31T09:26:05.822Z | Downloaded quote v1.0.47 |
| 228 | 2026-08-31T09:26:05.826Z | Downloaded idna_adapter v1.0.0 |
| 229 | 2026-08-31T09:26:05.826Z | Downloaded sha2 v0.10.9 |
| 230 | 2026-08-31T09:26:05.826Z | Downloaded anstream v1.0.0 |
| 231 | 2026-08-31T09:26:05.829Z | Downloaded cargo_metadata v0.23.1 |
| 232 | 2026-08-31T09:26:05.829Z | Downloaded cfg-if v1.0.4 |
| 233 | 2026-08-31T09:26:05.832Z | Downloaded cpufeatures v0.2.17 |
| 234 | 2026-08-31T09:26:05.832Z | Downloaded cargo-util-schemas v0.2.0 |
| 235 | 2026-08-31T09:26:05.832Z | Downloaded anstyle v1.0.14 |
| 236 | 2026-08-31T09:26:05.832Z | Downloaded signal-hook-registry v1.4.8 |
| 237 | 2026-08-31T09:26:05.837Z | Downloaded simd-adler32 v0.3.10 |
| 238 | 2026-08-31T09:26:05.837Z | Downloaded slab v0.4.12 |
| 239 | 2026-08-31T09:26:05.837Z | Downloaded anstyle-parse v1.0.0 |
| 240 | 2026-08-31T09:26:05.837Z | Downloaded cargo_metadata v0.20.0 |
| 241 | 2026-08-31T09:26:05.841Z | Downloaded convert_case v0.10.0 |
| 242 | 2026-08-31T09:26:05.841Z | Downloaded shlex v2.0.1 |
| 243 | 2026-08-31T09:26:05.841Z | Downloaded smol_str v0.3.6 |
| 244 | 2026-08-31T09:26:05.841Z | Downloaded thiserror v2.0.20 |
| 245 | 2026-08-31T09:26:05.846Z | Downloaded block-buffer v0.10.4 |
| 246 | 2026-08-31T09:26:05.846Z | Downloaded erased-serde v0.4.10 |
| 247 | 2026-08-31T09:26:05.846Z | Downloaded find-msvc-tools v0.1.11 |
| 248 | 2026-08-31T09:26:05.846Z | Downloaded futures-executor v0.3.34 |
| 249 | 2026-08-31T09:26:05.846Z | Downloaded serde_path_to_error v0.1.20 |
| 250 | 2026-08-31T09:26:05.849Z | Downloaded thiserror-impl v2.0.20 |
| 251 | 2026-08-31T09:26:05.849Z | Downloaded thread_local v1.1.10 |
| 252 | 2026-08-31T09:26:05.849Z | Downloaded nested v0.1.1 |
| 253 | 2026-08-31T09:26:05.853Z | Downloaded fastrand v2.5.0 |
| 254 | 2026-08-31T09:26:05.853Z | Downloaded globset v0.4.20 |
| 255 | 2026-08-31T09:26:05.854Z | Downloaded toml_write v0.1.2 |
| 256 | 2026-08-31T09:26:05.854Z | Downloaded want v0.3.1 |
| 257 | 2026-08-31T09:26:05.854Z | Downloaded is_terminal_polyfill v1.70.2 |
| 258 | 2026-08-31T09:26:05.857Z | Downloaded fixedbitset v0.5.7 |
| 259 | 2026-08-31T09:26:05.857Z | Downloaded ed25519 v2.2.3 |
| 260 | 2026-08-31T09:26:05.860Z | Downloaded self_update v0.42.0 |
| 261 | 2026-08-31T09:26:05.860Z | Downloaded target-spec-miette v0.4.8 |
| 262 | 2026-08-31T09:26:05.863Z | Downloaded semver v1.0.28 |
| 263 | 2026-08-31T09:26:05.863Z | Downloaded serde-untagged v0.1.9 |
| 264 | 2026-08-31T09:26:05.863Z | Downloaded chacha20 v0.10.2 |
| 265 | 2026-08-31T09:26:05.866Z | Downloaded tracing-error v0.2.1 |
| 266 | 2026-08-31T09:26:05.869Z | Downloaded humantime-serde v1.1.1 |
| 267 | 2026-08-31T09:26:05.872Z | Downloaded autocfg v1.5.1 |
| 268 | 2026-08-31T09:26:05.875Z | Downloaded either v1.18.0 |
| 269 | 2026-08-31T09:26:05.878Z | Downloaded foldhash v0.1.5 |
| 270 | 2026-08-31T09:26:05.878Z | Downloaded indenter v0.3.4 |
| 271 | 2026-08-31T09:26:05.878Z | Downloaded pin-project v1.1.13 |
| 272 | 2026-08-31T09:26:05.882Z | Downloaded mukti-metadata v0.3.0 |
| 273 | 2026-08-31T09:26:05.885Z | Downloaded unicase v2.9.0 |
| 274 | 2026-08-31T09:26:05.885Z | Downloaded pathdiff v0.2.3 |
| 275 | 2026-08-31T09:26:05.885Z | Downloaded errno v0.3.14 |
| 276 | 2026-08-31T09:26:05.885Z | Downloaded urlencoding v2.1.3 |
| 277 | 2026-08-31T09:26:05.885Z | Downloaded home v0.5.12 |
| 278 | 2026-08-31T09:26:05.890Z | Downloaded lru-slab v0.1.2 |
| 279 | 2026-08-31T09:26:05.890Z | Downloaded duct v0.13.7 |
| 280 | 2026-08-31T09:26:05.895Z | Downloaded rustls-pki-types v1.15.1 |
| 281 | 2026-08-31T09:26:05.895Z | Downloaded thiserror-impl v1.0.69 |
| 282 | 2026-08-31T09:26:05.895Z | Downloaded filetime v0.2.29 |
| 283 | 2026-08-31T09:26:05.895Z | Downloaded target-lexicon v0.13.5 |
| 284 | 2026-08-31T09:26:05.895Z | Downloaded owo-colors v4.4.0 |
| 285 | 2026-08-31T09:26:05.898Z | Downloaded static_assertions v1.1.0 |
| 286 | 2026-08-31T09:26:05.904Z | Downloaded tempfile v3.27.0 |
| 287 | 2026-08-31T09:26:05.904Z | Downloaded spki v0.7.3 |
| 288 | 2026-08-31T09:26:05.908Z | Downloaded thiserror v1.0.69 |
| 289 | 2026-08-31T09:26:05.908Z | Downloaded zstd v0.13.3 |
| 290 | 2026-08-31T09:26:05.908Z | Downloaded tower-layer v0.3.3 |
| 291 | 2026-08-31T09:26:05.908Z | Downloaded unicode-linebreak v0.1.5 |
| 292 | 2026-08-31T09:26:05.912Z | Downloaded itoa v1.0.18 |
| 293 | 2026-08-31T09:26:05.912Z | Downloaded openssl-probe v0.2.1 |
| 294 | 2026-08-31T09:26:05.912Z | Downloaded native-tls v0.2.18 |
| 295 | 2026-08-31T09:26:05.912Z | Downloaded newtype-uuid v1.4.0 |
| 296 | 2026-08-31T09:26:05.912Z | Downloaded tower-service v0.3.3 |
| 297 | 2026-08-31T09:26:05.912Z | Downloaded try-lock v0.2.5 |
| 298 | 2026-08-31T09:26:05.917Z | Downloaded typeid v1.0.3 |
| 299 | 2026-08-31T09:26:05.917Z | Downloaded xattr v1.6.1 |
| 300 | 2026-08-31T09:26:05.917Z | Downloaded unicode-xid v0.2.6 |
| 301 | 2026-08-31T09:26:05.921Z | Downloaded version_check v0.9.5 |
| 302 | 2026-08-31T09:26:05.921Z | Downloaded zipsign-api v0.1.5 |
| 303 | 2026-08-31T09:26:05.921Z | Downloaded nextest-workspace-hack v0.1.0 |
| 304 | 2026-08-31T09:26:05.921Z | Downloaded ahash v0.8.12 |
| 305 | 2026-08-31T09:26:05.924Z | Downloaded ordered-float v2.10.1 |
| 306 | 2026-08-31T09:26:05.924Z | Downloaded number_prefix v0.4.0 |
| 307 | 2026-08-31T09:26:05.927Z | Downloaded smallvec v1.15.2 |
| 308 | 2026-08-31T09:26:05.927Z | Downloaded console v0.15.11 |
| 309 | 2026-08-31T09:26:05.927Z | Downloaded quick-junit v0.5.2 |
| 310 | 2026-08-31T09:26:05.932Z | Downloaded const-oid v0.9.6 |
| 311 | 2026-08-31T09:26:05.935Z | Downloaded proc-macro2 v1.0.107 |
| 312 | 2026-08-31T09:26:05.938Z | Downloaded crc32fast v1.5.1 |
| 313 | 2026-08-31T09:26:05.941Z | Downloaded getrandom v0.2.17 |
| 314 | 2026-08-31T09:26:05.944Z | Downloaded target-spec v3.7.0 |
| 315 | 2026-08-31T09:26:05.947Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 316 | 2026-08-31T09:26:05.951Z | Downloaded percent-encoding v2.3.2 |
| 317 | 2026-08-31T09:26:05.952Z | Downloaded miette-derive v7.6.0 |
| 318 | 2026-08-31T09:26:05.952Z | Downloaded toml_datetime v0.6.11 |
| 319 | 2026-08-31T09:26:05.956Z | Downloaded xxhash-rust v0.8.18 |
| 320 | 2026-08-31T09:26:05.956Z | Downloaded os_pipe v1.2.3 |
| 321 | 2026-08-31T09:26:05.956Z | Downloaded lazy_static v1.5.0 |
| 322 | 2026-08-31T09:26:05.959Z | Downloaded indent_write v2.2.0 |
| 323 | 2026-08-31T09:26:05.961Z | Downloaded is_ci v1.2.0 |
| 324 | 2026-08-31T09:26:05.961Z | Downloaded utf8_iter v1.0.4 |
| 325 | 2026-08-31T09:26:05.965Z | Downloaded http-body-util v0.1.5 |
| 326 | 2026-08-31T09:26:05.965Z | Downloaded serde_core v1.0.229 |
| 327 | 2026-08-31T09:26:05.968Z | Downloaded serde_derive v1.0.229 |
| 328 | 2026-08-31T09:26:05.968Z | Downloaded eyre v0.6.14 |
| 329 | 2026-08-31T09:26:05.972Z | Downloaded cfg-expr v0.20.9 |
| 330 | 2026-08-31T09:26:05.972Z | Downloaded signal-hook v0.3.18 |
| 331 | 2026-08-31T09:26:05.972Z | Downloaded ryu v1.0.23 |
| 332 | 2026-08-31T09:26:05.975Z | Downloaded sharded-slab v0.1.7 |
| 333 | 2026-08-31T09:26:05.975Z | Downloaded textwrap v0.16.2 |
| 334 | 2026-08-31T09:26:05.975Z | Downloaded tinyvec v1.12.0 |
| 335 | 2026-08-31T09:26:05.979Z | Downloaded base64ct v1.8.3 |
| 336 | 2026-08-31T09:26:05.979Z | Downloaded clap_derive v4.6.4 |
| 337 | 2026-08-31T09:26:05.982Z | Downloaded futures-channel v0.3.34 |
| 338 | 2026-08-31T09:26:05.982Z | Downloaded litrs v1.0.0 |
| 339 | 2026-08-31T09:26:05.982Z | Downloaded future-queue v0.4.0 |
| 340 | 2026-08-31T09:26:05.986Z | Downloaded hyper-rustls v0.27.9 |
| 341 | 2026-08-31T09:26:05.986Z | Downloaded tokio-rustls v0.26.4 |
| 342 | 2026-08-31T09:26:05.986Z | Downloaded digest v0.10.7 |
| 343 | 2026-08-31T09:26:05.989Z | Downloaded tracing-attributes v0.1.31 |
| 344 | 2026-08-31T09:26:05.989Z | Downloaded tracing-log v0.2.0 |
| 345 | 2026-08-31T09:26:05.989Z | Downloaded jobserver v0.1.35 |
| 346 | 2026-08-31T09:26:05.989Z | Downloaded iana-time-zone v0.1.65 |
| 347 | 2026-08-31T09:26:05.994Z | Downloaded zeroize v1.9.0 |
| 348 | 2026-08-31T09:26:05.994Z | Downloaded humantime v2.4.0 |
| 349 | 2026-08-31T09:26:05.997Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 350 | 2026-08-31T09:26:05.997Z | Downloaded bitflags v2.13.1 |
| 351 | 2026-08-31T09:26:06.000Z | Downloaded clap v4.6.6 |
| 352 | 2026-08-31T09:26:06.005Z | Downloaded derive-where v1.6.1 |
| 353 | 2026-08-31T09:26:06.011Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 354 | 2026-08-31T09:26:06.015Z | Downloaded dialoguer v0.11.0 |
| 355 | 2026-08-31T09:26:06.015Z | Downloaded base64 v0.22.1 |
| 356 | 2026-08-31T09:26:06.015Z | Downloaded lock_api v0.4.14 |
| 357 | 2026-08-31T09:26:06.019Z | Downloaded parking_lot_core v0.9.12 |
| 358 | 2026-08-31T09:26:06.022Z | Downloaded zstd-safe v7.2.4 |
| 359 | 2026-08-31T09:26:06.022Z | Downloaded ipnet v2.12.1 |
| 360 | 2026-08-31T09:26:06.025Z | Downloaded socket2 v0.6.5 |
| 361 | 2026-08-31T09:26:06.025Z | Downloaded once_cell v1.21.4 |
| 362 | 2026-08-31T09:26:06.032Z | Downloaded getrandom v0.4.3 |
| 363 | 2026-08-31T09:26:06.036Z | Downloaded config v0.15.25 |
| 364 | 2026-08-31T09:26:06.047Z | Downloaded getrandom v0.3.4 |
| 365 | 2026-08-31T09:26:06.047Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 366 | 2026-08-31T09:26:06.051Z | Downloaded parking_lot v0.12.5 |
| 367 | 2026-08-31T09:26:06.051Z | Downloaded vte v0.14.1 |
| 368 | 2026-08-31T09:26:06.051Z | Downloaded quinn v0.11.11 |
| 369 | 2026-08-31T09:26:06.051Z | Downloaded tokio-stream v0.1.19 |
| 370 | 2026-08-31T09:26:06.051Z | Downloaded zmij v1.0.23 |
| 371 | 2026-08-31T09:26:06.051Z | Downloaded nextest-metadata v0.12.2 |
| 372 | 2026-08-31T09:26:06.051Z | Downloaded rustls-webpki v0.103.15 |
| 373 | 2026-08-31T09:26:06.054Z | Downloaded futures v0.3.34 |
| 374 | 2026-08-31T09:26:06.054Z | Downloaded serde v1.0.229 |
| 375 | 2026-08-31T09:26:06.058Z | Downloaded toml v0.8.23 |
| 376 | 2026-08-31T09:26:06.058Z | Downloaded portable-atomic v1.15.0 |
| 377 | 2026-08-31T09:26:06.063Z | Downloaded log v0.4.34 |
| 378 | 2026-08-31T09:26:06.069Z | Downloaded tar v0.4.46 |
| 379 | 2026-08-31T09:26:06.072Z | Downloaded openssl-sys v0.9.117 |
| 380 | 2026-08-31T09:26:06.080Z | Downloaded toml_edit v0.22.27 |
| 381 | 2026-08-31T09:26:06.083Z | Downloaded miniz_oxide v0.8.9 |
| 382 | 2026-08-31T09:26:06.083Z | Downloaded borsh v1.8.1 |
| 383 | 2026-08-31T09:26:06.086Z | Downloaded der v0.7.10 |
| 384 | 2026-08-31T09:26:06.089Z | Downloaded rand v0.9.5 |
| 385 | 2026-08-31T09:26:06.095Z | Downloaded ed25519-dalek v2.2.0 |
| 386 | 2026-08-31T09:26:06.095Z | Downloaded indicatif v0.17.11 |
| 387 | 2026-08-31T09:26:06.098Z | Downloaded tracing-core v0.1.36 |
| 388 | 2026-08-31T09:26:06.098Z | Downloaded httparse v1.10.1 |
| 389 | 2026-08-31T09:26:06.101Z | Downloaded uuid v1.26.0 |
| 390 | 2026-08-31T09:26:06.105Z | Downloaded unicode-ident v1.0.24 |
| 391 | 2026-08-31T09:26:06.105Z | Downloaded flate2 v1.1.10 |
| 392 | 2026-08-31T09:26:06.110Z | Downloaded backtrace v0.3.76 |
| 393 | 2026-08-31T09:26:06.118Z | Downloaded num-traits v0.2.19 |
| 394 | 2026-08-31T09:26:06.124Z | Downloaded rand v0.10.2 |
| 395 | 2026-08-31T09:26:06.127Z | Downloaded derive_more v2.1.1 |
| 396 | 2026-08-31T09:26:06.134Z | Downloaded derive_more-impl v2.1.1 |
| 397 | 2026-08-31T09:26:06.137Z | Downloaded nextest-filtering v0.15.0 |
| 398 | 2026-08-31T09:26:06.140Z | Downloaded miniz_oxide v0.9.1 |
| 399 | 2026-08-31T09:26:06.153Z | Downloaded http v1.5.0 |
| 400 | 2026-08-31T09:26:06.155Z | Downloaded cc v1.4.4 |
| 401 | 2026-08-31T09:26:06.164Z | Downloaded url v2.5.8 |
| 402 | 2026-08-31T09:26:06.167Z | Downloaded typenum v1.20.1 |
| 403 | 2026-08-31T09:26:06.176Z | Downloaded tower v0.5.3 |
| 404 | 2026-08-31T09:26:06.179Z | Downloaded miette v7.6.0 |
| 405 | 2026-08-31T09:26:06.188Z | Downloaded crossterm v0.29.0 |
| 406 | 2026-08-31T09:26:06.192Z | Downloaded unicode-segmentation v1.13.3 |
| 407 | 2026-08-31T09:26:06.196Z | Downloaded guppy v0.17.26 |
| 408 | 2026-08-31T09:26:06.200Z | Downloaded mio v1.2.2 |
| 409 | 2026-08-31T09:26:06.204Z | Downloaded hashbrown v0.15.5 |
| 410 | 2026-08-31T09:26:06.212Z | Downloaded indexmap v2.14.1 |
| 411 | 2026-08-31T09:26:06.212Z | Downloaded memchr v2.8.3 |
| 412 | 2026-08-31T09:26:06.215Z | Downloaded hashbrown v0.17.1 |
| 413 | 2026-08-31T09:26:06.215Z | Downloaded ron v0.12.2 |
| 414 | 2026-08-31T09:26:06.220Z | Downloaded regex v1.13.1 |
| 415 | 2026-08-31T09:26:06.223Z | Downloaded tower-http v0.6.11 |
| 416 | 2026-08-31T09:26:06.229Z | Downloaded futures-util v0.3.34 |
| 417 | 2026-08-31T09:26:06.234Z | Downloaded pulldown-cmark v0.13.4 |
| 418 | 2026-08-31T09:26:06.237Z | Downloaded reqwest v0.12.28 |
| 419 | 2026-08-31T09:26:06.244Z | Downloaded clap_builder v4.6.6 |
| 420 | 2026-08-31T09:26:06.247Z | Downloaded serde_json v1.0.151 |
| 421 | 2026-08-31T09:26:06.250Z | Downloaded h2 v0.4.19 |
| 422 | 2026-08-31T09:26:06.253Z | Downloaded hyper-util v0.1.20 |
| 423 | 2026-08-31T09:26:06.256Z | Downloaded tokio-util v0.7.19 |
| 424 | 2026-08-31T09:26:06.260Z | Downloaded itertools v0.14.0 |
| 425 | 2026-08-31T09:26:06.264Z | Downloaded winnow v1.0.4 |
| 426 | 2026-08-31T09:26:06.305Z | Downloaded winnow v0.7.15 |
| 427 | 2026-08-31T09:26:06.305Z | Downloaded chrono v0.4.45 |
| 428 | 2026-08-31T09:26:06.305Z | Downloaded tracing-subscriber v0.3.23 |
| 429 | 2026-08-31T09:26:06.305Z | Downloaded quick-xml v0.37.5 |
| 430 | 2026-08-31T09:26:06.305Z | Downloaded unicode-normalization v0.1.25 |
| 431 | 2026-08-31T09:26:06.305Z | Downloaded idna v1.1.0 |
| 432 | 2026-08-31T09:26:06.305Z | Downloaded gimli v0.32.3 |
| 433 | 2026-08-31T09:26:06.305Z | Downloaded unicode-width v0.1.14 |
| 434 | 2026-08-31T09:26:06.314Z | Downloaded curve25519-dalek v4.1.3 |
| 435 | 2026-08-31T09:26:06.314Z | Downloaded nextest-runner v0.80.0 |
| 436 | 2026-08-31T09:26:06.318Z | Downloaded openssl v0.10.81 |
| 437 | 2026-08-31T09:26:06.318Z | Downloaded bstr v1.13.1 |
| 438 | 2026-08-31T09:26:06.323Z | Downloaded hyper v1.11.1 |
| 439 | 2026-08-31T09:26:06.326Z | Downloaded quick-xml v0.38.4 |
| 440 | 2026-08-31T09:26:06.331Z | Downloaded color-eyre v0.6.5 |
| 441 | 2026-08-31T09:26:06.340Z | Downloaded quinn-proto v0.11.17 |
| 442 | 2026-08-31T09:26:06.351Z | Downloaded webpki-roots v1.0.9 |
| 443 | 2026-08-31T09:26:06.362Z | Downloaded vcpkg v0.2.15 |
| 444 | 2026-08-31T09:26:06.384Z | Downloaded zlib-rs v0.6.7 |
| 445 | 2026-08-31T09:26:06.408Z | Downloaded unicode-width v0.2.2 |
| 446 | 2026-08-31T09:26:06.417Z | Downloaded zerocopy v0.8.56 |
| 447 | 2026-08-31T09:26:06.428Z | Downloaded syn v2.0.119 |
| 448 | 2026-08-31T09:26:06.438Z | Downloaded syn v3.0.4 |
| 449 | 2026-08-31T09:26:06.464Z | Downloaded regex-syntax v0.8.11 |
| 450 | 2026-08-31T09:26:06.478Z | Downloaded rustix v0.38.44 |
| 451 | 2026-08-31T09:26:06.489Z | Downloaded rustls v0.23.43 |
| 452 | 2026-08-31T09:26:06.495Z | Downloaded nix v0.30.1 |
| 453 | 2026-08-31T09:26:06.501Z | Downloaded object v0.37.3 |
| 454 | 2026-08-31T09:26:06.507Z | Downloaded rustix v1.1.4 |
| 455 | 2026-08-31T09:26:06.540Z | Downloaded tracing v0.1.44 |
| 456 | 2026-08-31T09:26:06.583Z | Downloaded regex-automata v0.4.18 |
| 457 | 2026-08-31T09:26:06.664Z | Downloaded petgraph v0.8.3 |
| 458 | 2026-08-31T09:26:06.677Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 459 | 2026-08-31T09:26:06.687Z | Downloaded libc v0.2.189 |
| 460 | 2026-08-31T09:26:06.712Z | Downloaded tokio v1.53.1 |
| 461 | 2026-08-31T09:26:06.746Z | Downloaded recursion v0.5.4 |
| 462 | 2026-08-31T09:26:06.753Z | Downloaded ring v0.17.14 |
| 463 | 2026-08-31T09:26:06.811Z | Compiling proc-macro2 v1.0.107 |
| 464 | 2026-08-31T09:26:06.814Z | Compiling quote v1.0.47 |
| 465 | 2026-08-31T09:26:06.814Z | Compiling libc v0.2.189 |
| 466 | 2026-08-31T09:26:06.814Z | Compiling unicode-ident v1.0.24 |
| 467 | 2026-08-31T09:26:06.814Z | Compiling serde_core v1.0.229 |
| 468 | 2026-08-31T09:26:06.814Z | Compiling cfg-if v1.0.4 |
| 469 | 2026-08-31T09:26:06.815Z | Compiling memchr v2.8.3 |
| 470 | 2026-08-31T09:26:06.815Z | Compiling once_cell v1.21.4 |
| 471 | 2026-08-31T09:26:07.053Z | Compiling log v0.4.34 |
| 472 | 2026-08-31T09:26:07.069Z | Compiling pin-project-lite v0.2.17 |
| 473 | 2026-08-31T09:26:07.172Z | Compiling itoa v1.0.18 |
| 474 | 2026-08-31T09:26:07.225Z | Compiling serde v1.0.229 |
| 475 | 2026-08-31T09:26:07.354Z | Compiling futures-core v0.3.34 |
| 476 | 2026-08-31T09:26:07.411Z | Compiling smallvec v1.15.2 |
| 477 | 2026-08-31T09:26:07.512Z | Compiling bitflags v2.13.1 |
| 478 | 2026-08-31T09:26:07.559Z | Compiling hashbrown v0.17.1 |
| 479 | 2026-08-31T09:26:07.661Z | Compiling shlex v2.0.1 |
| 480 | 2026-08-31T09:26:07.840Z | Compiling errno v0.3.14 |
| 481 | 2026-08-31T09:26:07.895Z | Compiling find-msvc-tools v0.1.11 |
| 482 | 2026-08-31T09:26:07.912Z | Compiling equivalent v1.0.2 |
| 483 | 2026-08-31T09:26:08.016Z | Compiling signal-hook-registry v1.4.8 |
| 484 | 2026-08-31T09:26:08.055Z | Compiling jobserver v0.1.35 |
| 485 | 2026-08-31T09:26:08.114Z | Compiling bytes v1.12.1 |
| 486 | 2026-08-31T09:26:08.127Z | Compiling mio v1.2.2 |
| 487 | 2026-08-31T09:26:08.145Z | Compiling rustix v1.1.4 |
| 488 | 2026-08-31T09:26:08.218Z | Compiling syn v3.0.4 |
| 489 | 2026-08-31T09:26:08.243Z | Compiling syn v2.0.119 |
| 490 | 2026-08-31T09:26:08.367Z | Compiling cc v1.4.4 |
| 491 | 2026-08-31T09:26:08.456Z | Compiling futures-sink v0.3.34 |
| 492 | 2026-08-31T09:26:08.571Z | Compiling socket2 v0.6.5 |
| 493 | 2026-08-31T09:26:08.768Z | Compiling slab v0.4.12 |
| 494 | 2026-08-31T09:26:08.976Z | Compiling autocfg v1.5.1 |
| 495 | 2026-08-31T09:26:08.993Z | Compiling zmij v1.0.23 |
| 496 | 2026-08-31T09:26:09.281Z | Compiling indexmap v2.14.1 |
| 497 | 2026-08-31T09:26:09.319Z | Compiling futures-channel v0.3.34 |
| 498 | 2026-08-31T09:26:09.340Z | Compiling tracing-core v0.1.36 |
| 499 | 2026-08-31T09:26:09.350Z | Compiling version_check v0.9.5 |
| 500 | 2026-08-31T09:26:09.571Z | Compiling serde_json v1.0.151 |
| 501 | 2026-08-31T09:26:09.681Z | Compiling futures-task v0.3.34 |
| 502 | 2026-08-31T09:26:09.826Z | Compiling getrandom v0.4.3 |
| 503 | 2026-08-31T09:26:09.852Z | Compiling futures-io v0.3.34 |
| 504 | 2026-08-31T09:26:10.047Z | Compiling unicode-width v0.2.2 |
| 505 | 2026-08-31T09:26:10.100Z | Compiling percent-encoding v2.3.2 |
| 506 | 2026-08-31T09:26:10.111Z | Compiling camino v1.2.5 |
| 507 | 2026-08-31T09:26:10.354Z | Compiling adler2 v2.0.1 |
| 508 | 2026-08-31T09:26:10.375Z | Compiling ring v0.17.14 |
| 509 | 2026-08-31T09:26:10.467Z | Compiling http v1.5.0 |
| 510 | 2026-08-31T09:26:10.515Z | Compiling zeroize v1.9.0 |
| 511 | 2026-08-31T09:26:10.618Z | Compiling num-traits v0.2.19 |
| 512 | 2026-08-31T09:26:10.713Z | Compiling object v0.37.3 |
| 513 | 2026-08-31T09:26:10.886Z | Compiling target-lexicon v0.13.5 |
| 514 | 2026-08-31T09:26:11.038Z | Compiling zerocopy v0.8.56 |
| 515 | 2026-08-31T09:26:11.050Z | Compiling serde_derive v1.0.229 |
| 516 | 2026-08-31T09:26:11.148Z | Compiling tokio-macros v2.7.2 |
| 517 | 2026-08-31T09:26:11.359Z | Compiling futures-macro v0.3.34 |
| 518 | 2026-08-31T09:26:11.425Z | Compiling getrandom v0.3.4 |
| 519 | 2026-08-31T09:26:11.860Z | Compiling tracing-attributes v0.1.31 |
| 520 | 2026-08-31T09:26:11.891Z | Compiling http-body v1.1.0 |
| 521 | 2026-08-31T09:26:11.922Z | Compiling tokio v1.53.1 |
| 522 | 2026-08-31T09:26:12.214Z | Compiling futures-util v0.3.34 |
| 523 | 2026-08-31T09:26:12.285Z | Compiling rustls-pki-types v1.15.1 |
| 524 | 2026-08-31T09:26:12.464Z | Compiling form_urlencoded v1.2.2 |
| 525 | 2026-08-31T09:26:12.629Z | Compiling semver v1.0.28 |
| 526 | 2026-08-31T09:26:12.735Z | Compiling getrandom v0.2.17 |
| 527 | 2026-08-31T09:26:12.936Z | Compiling utf8_iter v1.0.4 |
| 528 | 2026-08-31T09:26:13.085Z | Compiling tracing v0.1.44 |
| 529 | 2026-08-31T09:26:13.107Z | Compiling fnv v1.0.7 |
| 530 | 2026-08-31T09:26:13.153Z | Compiling untrusted v0.9.0 |
| 531 | 2026-08-31T09:26:13.223Z | Compiling guppy-workspace-hack v0.1.0 |
| 532 | 2026-08-31T09:26:13.294Z | Compiling idna_adapter v1.0.0 |
| 533 | 2026-08-31T09:26:13.315Z | Compiling thiserror v2.0.20 |
| 534 | 2026-08-31T09:26:13.394Z | Compiling signal-hook v0.3.18 |
| 535 | 2026-08-31T09:26:13.423Z | Compiling httparse v1.10.1 |
| 536 | 2026-08-31T09:26:13.437Z | Compiling gimli v0.32.3 |
| 537 | 2026-08-31T09:26:13.642Z | Compiling idna v1.1.0 |
| 538 | 2026-08-31T09:26:14.930Z | Compiling thiserror-impl v2.0.20 |
| 539 | 2026-08-31T09:26:15.084Z | Compiling miniz_oxide v0.8.9 |
| 540 | 2026-08-31T09:26:15.270Z | Compiling generic-array v0.14.7 |
| 541 | 2026-08-31T09:26:15.491Z | Compiling addr2line v0.25.1 |
| 542 | 2026-08-31T09:26:15.690Z | Compiling atomic-waker v1.1.2 |
| 543 | 2026-08-31T09:26:15.828Z | Compiling pkg-config v0.3.34 |
| 544 | 2026-08-31T09:26:15.926Z | Compiling tokio-util v0.7.19 |
| 545 | 2026-08-31T09:26:16.081Z | Compiling rustc-demangle v0.1.28 |
| 546 | 2026-08-31T09:26:16.100Z | Compiling try-lock v0.2.5 |
| 547 | 2026-08-31T09:26:16.219Z | Compiling fastrand v2.5.0 |
| 548 | 2026-08-31T09:26:16.259Z | Compiling thiserror v1.0.69 |
| 549 | 2026-08-31T09:26:16.556Z | Compiling tower-service v0.3.3 |
| 550 | 2026-08-31T09:26:16.569Z | Compiling rustls v0.23.43 |
| 551 | 2026-08-31T09:26:16.658Z | Compiling target-spec v3.7.0 |
| 552 | 2026-08-31T09:26:16.782Z | Compiling typeid v1.0.3 |
| 553 | 2026-08-31T09:26:16.953Z | Compiling backtrace v0.3.76 |
| 554 | 2026-08-31T09:26:17.076Z | Compiling h2 v0.4.19 |
| 555 | 2026-08-31T09:26:17.094Z | Compiling tempfile v3.27.0 |
| 556 | 2026-08-31T09:26:17.109Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 557 | 2026-08-31T09:26:17.236Z | Compiling want v0.3.1 |
| 558 | 2026-08-31T09:26:17.537Z | Compiling cfg-expr v0.20.9 |
| 559 | 2026-08-31T09:26:17.557Z | Compiling url v2.5.8 |
| 560 | 2026-08-31T09:26:18.031Z | Compiling thiserror-impl v1.0.69 |
| 561 | 2026-08-31T09:26:18.432Z | Compiling terminal_size v0.4.4 |
| 562 | 2026-08-31T09:26:18.493Z | Compiling aho-corasick v1.1.5 |
| 563 | 2026-08-31T09:26:18.567Z | Compiling owo-colors v4.4.0 |
| 564 | 2026-08-31T09:26:19.162Z | Compiling typenum v1.20.1 |
| 565 | 2026-08-31T09:26:19.488Z | Compiling regex-syntax v0.8.11 |
| 566 | 2026-08-31T09:26:19.867Z | Compiling winnow v0.7.15 |
| 567 | 2026-08-31T09:26:19.923Z | Compiling subtle v2.6.1 |
| 568 | 2026-08-31T09:26:20.088Z | Compiling erased-serde v0.4.10 |
| 569 | 2026-08-31T09:26:20.377Z | Compiling rustls-webpki v0.103.15 |
| 570 | 2026-08-31T09:26:21.822Z | Compiling regex-automata v0.4.18 |
| 571 | 2026-08-31T09:26:23.131Z | Compiling hyper v1.11.1 |
| 572 | 2026-08-31T09:26:24.024Z | Compiling serde_spanned v0.6.9 |
| 573 | 2026-08-31T09:26:24.188Z | Compiling toml_datetime v0.6.11 |
| 574 | 2026-08-31T09:26:24.568Z | Compiling ahash v0.8.12 |
| 575 | 2026-08-31T09:26:24.819Z | Compiling sync_wrapper v1.0.2 |
| 576 | 2026-08-31T09:26:24.940Z | Compiling foldhash v0.1.5 |
| 577 | 2026-08-31T09:26:25.018Z | Compiling nextest-workspace-hack v0.1.0 |
| 578 | 2026-08-31T09:26:25.167Z | Compiling parking_lot_core v0.9.12 |
| 579 | 2026-08-31T09:26:25.226Z | Compiling lazy_static v1.5.0 |
| 580 | 2026-08-31T09:26:25.337Z | Compiling unicode-linebreak v0.1.5 |
| 581 | 2026-08-31T09:26:25.431Z | Compiling unicode-segmentation v1.13.3 |
| 582 | 2026-08-31T09:26:25.608Z | Compiling portable-atomic v1.15.0 |
| 583 | 2026-08-31T09:26:25.828Z | Compiling toml_write v0.1.2 |
| 584 | 2026-08-31T09:26:26.058Z | Compiling tower-layer v0.3.3 |
| 585 | 2026-08-31T09:26:26.086Z | Compiling is_ci v1.2.0 |
| 586 | 2026-08-31T09:26:26.253Z | Compiling base64 v0.22.1 |
| 587 | 2026-08-31T09:26:26.263Z | Compiling crc32fast v1.5.1 |
| 588 | 2026-08-31T09:26:26.544Z | Compiling ipnet v2.12.1 |
| 589 | 2026-08-31T09:26:26.737Z | Compiling either v1.18.0 |
| 590 | 2026-08-31T09:26:26.834Z | Compiling hyper-util v0.1.20 |
| 591 | 2026-08-31T09:26:26.873Z | Compiling tower v0.5.3 |
| 592 | 2026-08-31T09:26:26.930Z | Compiling supports-color v3.0.2 |
| 593 | 2026-08-31T09:26:27.023Z | Compiling toml_edit v0.22.27 |
| 594 | 2026-08-31T09:26:27.177Z | Compiling convert_case v0.10.0 |
| 595 | 2026-08-31T09:26:27.481Z | Compiling textwrap v0.16.2 |
| 596 | 2026-08-31T09:26:27.494Z | Compiling sharded-slab v0.1.7 |
| 597 | 2026-08-31T09:26:27.747Z | Compiling hashbrown v0.15.5 |
| 598 | 2026-08-31T09:26:28.117Z | Compiling tokio-rustls v0.26.4 |
| 599 | 2026-08-31T09:26:28.438Z | Compiling backtrace-ext v0.2.1 |
| 600 | 2026-08-31T09:26:28.715Z | Compiling ordered-float v2.10.1 |
| 601 | 2026-08-31T09:26:28.802Z | Compiling webpki-roots v1.0.9 |
| 602 | 2026-08-31T09:26:28.924Z | Compiling miette-derive v7.6.0 |
| 603 | 2026-08-31T09:26:28.985Z | Compiling pathdiff v0.2.3 |
| 604 | 2026-08-31T09:26:28.988Z | Compiling console v0.15.11 |
| 605 | 2026-08-31T09:26:29.114Z | Compiling tracing-log v0.2.0 |
| 606 | 2026-08-31T09:26:29.459Z | Compiling cargo-platform v0.3.3 |
| 607 | 2026-08-31T09:26:29.472Z | Compiling os_pipe v1.2.3 |
| 608 | 2026-08-31T09:26:29.652Z | Compiling thread_local v1.1.10 |
| 609 | 2026-08-31T09:26:29.991Z | Compiling debug-ignore v1.0.5 |
| 610 | 2026-08-31T09:26:30.014Z | Compiling unicode-width v0.1.14 |
| 611 | 2026-08-31T09:26:30.027Z | Compiling scopeguard v1.2.0 |
| 612 | 2026-08-31T09:26:30.100Z | Compiling utf8parse v0.2.2 |
| 613 | 2026-08-31T09:26:30.134Z | Compiling simd-adler32 v0.3.10 |
| 614 | 2026-08-31T09:26:30.236Z | Compiling supports-unicode v3.0.0 |
| 615 | 2026-08-31T09:26:30.330Z | Compiling fixedbitset v0.5.7 |
| 616 | 2026-08-31T09:26:30.345Z | Compiling winnow v1.0.4 |
| 617 | 2026-08-31T09:26:30.733Z | Compiling cfg_aliases v0.2.2 |
| 618 | 2026-08-31T09:26:30.812Z | Compiling zstd-safe v7.2.4 |
| 619 | 2026-08-31T09:26:30.842Z | Compiling supports-hyperlinks v3.2.0 |
| 620 | 2026-08-31T09:26:30.993Z | Compiling rustix v0.38.44 |
| 621 | 2026-08-31T09:26:31.047Z | Compiling pulldown-cmark v0.13.4 |
| 622 | 2026-08-31T09:26:31.060Z | Compiling ryu v1.0.23 |
| 623 | 2026-08-31T09:26:31.280Z | Compiling serde_urlencoded v0.7.1 |
| 624 | 2026-08-31T09:26:31.348Z | Compiling miette v7.6.0 |
| 625 | 2026-08-31T09:26:31.416Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 626 | 2026-08-31T09:26:31.558Z | Compiling nix v0.30.1 |
| 627 | 2026-08-31T09:26:31.840Z | Compiling petgraph v0.8.3 |
| 628 | 2026-08-31T09:26:31.937Z | Compiling miniz_oxide v0.9.1 |
| 629 | 2026-08-31T09:26:32.733Z | Compiling anstyle-parse v1.0.0 |
| 630 | 2026-08-31T09:26:32.961Z | Compiling lock_api v0.4.14 |
| 631 | 2026-08-31T09:26:33.210Z | Compiling tracing-subscriber v0.3.23 |
| 632 | 2026-08-31T09:26:33.299Z | Compiling cargo_metadata v0.23.1 |
| 633 | 2026-08-31T09:26:33.406Z | Compiling sigchld v0.2.4 |
| 634 | 2026-08-31T09:26:33.602Z | Compiling serde-value v0.7.0 |
| 635 | 2026-08-31T09:26:33.815Z | Compiling hyper-rustls v0.27.9 |
| 636 | 2026-08-31T09:26:34.271Z | Compiling serde-untagged v0.1.9 |
| 637 | 2026-08-31T09:26:34.464Z | Compiling toml v0.8.23 |
| 638 | 2026-08-31T09:26:35.380Z | Compiling derive_more-impl v2.1.1 |
| 639 | 2026-08-31T09:26:35.453Z | Compiling tower-http v0.6.11 |
| 640 | 2026-08-31T09:26:36.172Z | Compiling itertools v0.14.0 |
| 641 | 2026-08-31T09:26:36.502Z | Compiling regex v1.13.1 |
| 642 | 2026-08-31T09:26:36.540Z | Compiling block-buffer v0.10.4 |
| 643 | 2026-08-31T09:26:36.695Z | Compiling crypto-common v0.1.7 |
| 644 | 2026-08-31T09:26:36.834Z | Compiling ppv-lite86 v0.2.21 |
| 645 | 2026-08-31T09:26:36.838Z | Compiling rand_core v0.9.5 |
| 646 | 2026-08-31T09:26:37.105Z | Compiling futures-executor v0.3.34 |
| 647 | 2026-08-31T09:26:37.159Z | Compiling http-body-util v0.1.5 |
| 648 | 2026-08-31T09:26:37.172Z | Compiling pin-project-internal v1.1.13 |
| 649 | 2026-08-31T09:26:37.462Z | Compiling uuid v1.26.0 |
| 650 | 2026-08-31T09:26:37.628Z | Compiling eyre v0.6.14 |
| 651 | 2026-08-31T09:26:37.717Z | Compiling serde_spanned v1.1.1 |
| 652 | 2026-08-31T09:26:37.868Z | Compiling smol_str v0.3.6 |
| 653 | 2026-08-31T09:26:37.885Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 654 | 2026-08-31T09:26:37.934Z | Compiling filetime v0.2.29 |
| 655 | 2026-08-31T09:26:38.006Z | Compiling vte v0.14.1 |
| 656 | 2026-08-31T09:26:38.146Z | Compiling bstr v1.13.1 |
| 657 | 2026-08-31T09:26:38.210Z | Compiling anstyle v1.0.14 |
| 658 | 2026-08-31T09:26:38.224Z | Compiling colorchoice v1.0.5 |
| 659 | 2026-08-31T09:26:38.293Z | Compiling static_assertions v1.1.0 |
| 660 | 2026-08-31T09:26:38.339Z | Compiling litrs v1.0.0 |
| 661 | 2026-08-31T09:26:38.367Z | Compiling iana-time-zone v0.1.65 |
| 662 | 2026-08-31T09:26:38.424Z | Compiling self_update v0.42.0 |
| 663 | 2026-08-31T09:26:38.479Z | Compiling xattr v1.6.1 |
| 664 | 2026-08-31T09:26:38.578Z | Compiling unicode-xid v0.2.6 |
| 665 | 2026-08-31T09:26:38.669Z | Compiling number_prefix v0.4.0 |
| 666 | 2026-08-31T09:26:38.673Z | Compiling unicase v2.9.0 |
| 667 | 2026-08-31T09:26:38.715Z | Compiling color-spantrace v0.3.0 |
| 668 | 2026-08-31T09:26:38.780Z | Compiling is_terminal_polyfill v1.70.2 |
| 669 | 2026-08-31T09:26:38.813Z | Compiling anstyle-query v1.1.5 |
| 670 | 2026-08-31T09:26:38.844Z | Compiling nested v0.1.1 |
| 671 | 2026-08-31T09:26:38.856Z | Compiling tinyvec_macros v0.1.1 |
| 672 | 2026-08-31T09:26:38.876Z | Compiling document-features v0.2.12 |
| 673 | 2026-08-31T09:26:38.913Z | Compiling tinyvec v1.12.0 |
| 674 | 2026-08-31T09:26:38.925Z | Compiling anstream v1.0.0 |
| 675 | 2026-08-31T09:26:39.029Z | Compiling guppy v0.17.26 |
| 676 | 2026-08-31T09:26:39.185Z | Compiling indicatif v0.17.11 |
| 677 | 2026-08-31T09:26:39.333Z | Compiling cargo-util-schemas v0.2.0 |
| 678 | 2026-08-31T09:26:39.404Z | Compiling tar v0.4.46 |
| 679 | 2026-08-31T09:26:39.429Z | Compiling globset v0.4.20 |
| 680 | 2026-08-31T09:26:40.171Z | Compiling chrono v0.4.45 |
| 681 | 2026-08-31T09:26:41.008Z | Compiling pin-project v1.1.13 |
| 682 | 2026-08-31T09:26:41.116Z | Compiling strip-ansi-escapes v0.2.1 |
| 683 | 2026-08-31T09:26:41.600Z | Compiling toml v1.1.4+spec-1.1.0 |
| 684 | 2026-08-31T09:26:41.770Z | Compiling nextest-metadata v0.12.2 |
| 685 | 2026-08-31T09:26:42.267Z | Compiling newtype-uuid v1.4.0 |
| 686 | 2026-08-31T09:26:42.294Z | Compiling reqwest v0.12.28 |
| 687 | 2026-08-31T09:26:42.415Z | Compiling futures v0.3.34 |
| 688 | 2026-08-31T09:26:42.499Z | Compiling rand_chacha v0.9.0 |
| 689 | 2026-08-31T09:26:42.657Z | Compiling digest v0.10.7 |
| 690 | 2026-08-31T09:26:42.888Z | Compiling flate2 v1.1.10 |
| 691 | 2026-08-31T09:26:43.075Z | Compiling derive_more v2.1.1 |
| 692 | 2026-08-31T09:26:43.158Z | Compiling parking_lot v0.12.5 |
| 693 | 2026-08-31T09:26:43.448Z | Compiling tracing-error v0.2.1 |
| 694 | 2026-08-31T09:26:43.502Z | Compiling shared_child v1.1.1 |
| 695 | 2026-08-31T09:26:44.039Z | Compiling signal-hook-mio v0.2.5 |
| 696 | 2026-08-31T09:26:44.063Z | Compiling self-replace v1.5.0 |
| 697 | 2026-08-31T09:26:44.172Z | Compiling cargo-platform v0.2.0 |
| 698 | 2026-08-31T09:26:44.327Z | Compiling quick-xml v0.38.4 |
| 699 | 2026-08-31T09:26:44.640Z | Compiling quick-xml v0.37.5 |
| 700 | 2026-08-31T09:26:44.735Z | Compiling strsim v0.11.1 |
| 701 | 2026-08-31T09:26:45.131Z | Compiling clap_lex v1.1.0 |
| 702 | 2026-08-31T09:26:45.511Z | Compiling cpufeatures v0.2.17 |
| 703 | 2026-08-31T09:26:45.559Z | Compiling heck v0.5.0 |
| 704 | 2026-08-31T09:26:45.588Z | Compiling humantime v2.4.0 |
| 705 | 2026-08-31T09:26:45.757Z | Compiling shell-words v1.1.1 |
| 706 | 2026-08-31T09:26:45.891Z | Compiling urlencoding v2.1.3 |
| 707 | 2026-08-31T09:26:45.999Z | Compiling indenter v0.3.4 |
| 708 | 2026-08-31T09:26:46.145Z | Compiling recursion v0.5.4 |
| 709 | 2026-08-31T09:26:46.175Z | Compiling clap_builder v4.6.6 |
| 710 | 2026-08-31T09:26:46.262Z | Compiling nextest-filtering v0.15.0 |
| 711 | 2026-08-31T09:26:46.389Z | Compiling clap_derive v4.6.4 |
| 712 | 2026-08-31T09:26:46.886Z | Compiling humantime-serde v1.1.1 |
| 713 | 2026-08-31T09:26:47.049Z | Compiling sha2 v0.10.9 |
| 714 | 2026-08-31T09:26:48.052Z | Compiling quick-junit v0.5.2 |
| 715 | 2026-08-31T09:26:48.321Z | Compiling atomicwrites v0.4.4 |
| 716 | 2026-08-31T09:26:48.601Z | Compiling cargo_metadata v0.20.0 |
| 717 | 2026-08-31T09:26:50.074Z | Compiling crossterm v0.29.0 |
| 718 | 2026-08-31T09:26:51.079Z | Compiling cargo-nextest v0.9.97 |
| 719 | 2026-08-31T09:26:52.248Z | Compiling duct v0.13.7 |
| 720 | 2026-08-31T09:26:53.149Z | Compiling rand v0.9.5 |
| 721 | 2026-08-31T09:26:53.413Z | Compiling async-scoped v0.9.0 |
| 722 | 2026-08-31T09:26:53.523Z | Compiling config v0.15.25 |
| 723 | 2026-08-31T09:26:53.604Z | Compiling unicode-normalization v0.1.25 |
| 724 | 2026-08-31T09:26:53.769Z | Compiling target-spec-miette v0.4.8 |
| 725 | 2026-08-31T09:26:53.878Z | Compiling future-queue v0.4.0 |
| 726 | 2026-08-31T09:26:53.956Z | Compiling mukti-metadata v0.3.0 |
| 727 | 2026-08-31T09:26:54.156Z | Compiling camino-tempfile v1.4.1 |
| 728 | 2026-08-31T09:26:54.171Z | Compiling tokio-stream v0.1.19 |
| 729 | 2026-08-31T09:26:54.188Z | Compiling derive-where v1.6.1 |
| 730 | 2026-08-31T09:26:54.447Z | Compiling serde_path_to_error v0.1.20 |
| 731 | 2026-08-31T09:26:54.557Z | Compiling serde_ignored v0.1.14 |
| 732 | 2026-08-31T09:26:54.709Z | Compiling indent_write v2.2.0 |
| 733 | 2026-08-31T09:26:54.781Z | Compiling home v0.5.12 |
| 734 | 2026-08-31T09:26:54.861Z | Compiling swrite v0.1.0 |
| 735 | 2026-08-31T09:26:54.902Z | Compiling xxhash-rust v0.8.18 |
| 736 | 2026-08-31T09:26:54.949Z | Compiling hex v0.4.3 |
| 737 | 2026-08-31T09:26:55.082Z | Compiling color-eyre v0.6.5 |
| 738 | 2026-08-31T09:26:55.112Z | Compiling clap v4.6.6 |
| 739 | 2026-08-31T09:26:55.199Z | Compiling dialoguer v0.11.0 |
| 740 | 2026-08-31T09:26:55.234Z | Compiling enable-ansi-support v0.2.1 |
| 741 | 2026-08-31T09:26:56.678Z | Compiling zstd v0.13.3 |
| 742 | 2026-08-31T09:26:57.105Z | Compiling nextest-runner v0.80.0 |
| 743 | 2026-08-31T09:27:15.467Z | Finished `release` profile [optimized] target(s) in 1m 12s |
| 744 | 2026-08-31T09:27:15.640Z | Installing /home/build/.cargo/bin/cargo-nextest |
| 745 | 2026-08-31T09:27:15.643Z | Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`) |
| 746 | 2026-08-31T09:27:15.767Z | + pushd rdb |
| 747 | 2026-08-31T09:27:15.770Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
| 748 | 2026-08-31T09:27:15.770Z | + PROPTEST_CASES=1000000 |
| 749 | 2026-08-31T09:27:15.770Z | + cargo nextest run --lib proptest |
| 750 | 2026-08-31T09:27:15.931Z | Updating crates.io index |
| 751 | 2026-08-31T09:27:15.934Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 752 | 2026-08-31T09:27:21.894Z | From https://github.com/oxidecomputer/omicron |
| 753 | 2026-08-31T09:27:21.894Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 754 | 2026-08-31T09:27:22.321Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 755 | 2026-08-31T09:27:23.287Z | From https://github.com/oxidecomputer/falcon |
| 756 | 2026-08-31T09:27:23.287Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 757 | 2026-08-31T09:27:23.365Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 758 | 2026-08-31T09:27:23.886Z | From https://github.com/oxidecomputer/dendrite |
| 759 | 2026-08-31T09:27:23.886Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 760 | 2026-08-31T09:27:23.922Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 761 | 2026-08-31T09:27:24.432Z | From https://github.com/oxidecomputer/ispf |
| 762 | 2026-08-31T09:27:24.433Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 763 | 2026-08-31T09:27:24.437Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 764 | 2026-08-31T09:27:24.839Z | From https://github.com/oxidecomputer/netadm-sys |
| 765 | 2026-08-31T09:27:24.839Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 766 | 2026-08-31T09:27:24.847Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 767 | 2026-08-31T09:27:25.628Z | From https://github.com/oxidecomputer/opte |
| 768 | 2026-08-31T09:27:25.628Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 769 | 2026-08-31T09:27:25.659Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 770 | 2026-08-31T09:27:26.047Z | From https://github.com/oxidecomputer/slog-error-chain |
| 771 | 2026-08-31T09:27:26.047Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 772 | 2026-08-31T09:27:26.056Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 773 | 2026-08-31T09:27:26.373Z | From https://github.com/illumos/smf-rs |
| 774 | 2026-08-31T09:27:26.373Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 775 | 2026-08-31T09:27:26.384Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 776 | 2026-08-31T09:27:26.748Z | From https://github.com/oxidecomputer/poptrie |
| 777 | 2026-08-31T09:27:26.748Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 778 | 2026-08-31T09:27:26.780Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 779 | 2026-08-31T09:27:27.290Z | From https://github.com/oxidecomputer/network-interface |
| 780 | 2026-08-31T09:27:27.290Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 781 | 2026-08-31T09:27:27.296Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 782 | 2026-08-31T09:27:27.609Z | From https://github.com/oxidecomputer/zone |
| 783 | 2026-08-31T09:27:27.609Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 784 | 2026-08-31T09:27:27.616Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 785 | 2026-08-31T09:27:28.012Z | From https://github.com/oxidecomputer/lldp |
| 786 | 2026-08-31T09:27:28.012Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 787 | 2026-08-31T09:27:28.023Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 788 | 2026-08-31T09:27:28.354Z | From https://github.com/oxidecomputer/tufaceous |
| 789 | 2026-08-31T09:27:28.354Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 790 | 2026-08-31T09:27:28.360Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 791 | 2026-08-31T09:27:29.004Z | From https://github.com/oxidecomputer/propolis |
| 792 | 2026-08-31T09:27:29.005Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 793 | 2026-08-31T09:27:29.048Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 794 | 2026-08-31T09:27:29.581Z | From https://github.com/oxidecomputer/transceiver-control |
| 795 | 2026-08-31T09:27:29.581Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 796 | 2026-08-31T09:27:29.593Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 797 | 2026-08-31T09:27:30.076Z | From https://github.com/oxidecomputer/dlpi-sys |
| 798 | 2026-08-31T09:27:30.076Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 799 | 2026-08-31T09:27:30.082Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 800 | 2026-08-31T09:27:30.414Z | From https://github.com/jmesmon/rust-libzfs |
| 801 | 2026-08-31T09:27:30.414Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 802 | 2026-08-31T09:27:30.423Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 803 | 2026-08-31T09:27:30.753Z | From https://github.com/oxidecomputer/rusty-doors |
| 804 | 2026-08-31T09:27:30.754Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 805 | 2026-08-31T09:27:30.761Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 806 | 2026-08-31T09:27:31.526Z | From https://github.com/oxidecomputer/management-gateway-service |
| 807 | 2026-08-31T09:27:31.526Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 808 | 2026-08-31T09:27:31.541Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 809 | 2026-08-31T09:27:31.844Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 810 | 2026-08-31T09:27:31.844Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 811 | 2026-08-31T09:27:31.851Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 812 | 2026-08-31T09:27:32.670Z | From https://github.com/oxidecomputer/crucible |
| 813 | 2026-08-31T09:27:32.670Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 814 | 2026-08-31T09:27:32.720Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 815 | 2026-08-31T09:27:33.215Z | From https://github.com/oxidecomputer/propolis |
| 816 | 2026-08-31T09:27:33.215Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 817 | 2026-08-31T09:27:33.264Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 818 | 2026-08-31T09:27:33.830Z | From https://github.com/oxidecomputer/crucible |
| 819 | 2026-08-31T09:27:33.830Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 820 | 2026-08-31T09:27:33.893Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 821 | 2026-08-31T09:27:34.257Z | From https://github.com/oxidecomputer/tofino |
| 822 | 2026-08-31T09:27:34.257Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 823 | 2026-08-31T09:27:34.269Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 824 | 2026-08-31T09:27:34.936Z | From https://github.com/oxidecomputer/maghemite |
| 825 | 2026-08-31T09:27:34.936Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 826 | 2026-08-31T09:27:34.967Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 827 | 2026-08-31T09:27:35.296Z | From https://github.com/oxidecomputer/clickward |
| 828 | 2026-08-31T09:27:35.296Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 829 | 2026-08-31T09:27:35.310Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 830 | 2026-08-31T09:27:35.917Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 831 | 2026-08-31T09:27:35.917Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 832 | 2026-08-31T09:27:36.576Z | Downloading crates ... |
| 833 | 2026-08-31T09:27:36.621Z | Downloaded jiff-static v0.2.35 |
| 834 | 2026-08-31T09:27:36.625Z | Downloaded linear-map v1.2.0 |
| 835 | 2026-08-31T09:27:36.631Z | Downloaded aead v0.5.2 |
| 836 | 2026-08-31T09:27:36.634Z | Downloaded lru-cache v0.1.2 |
| 837 | 2026-08-31T09:27:36.634Z | Downloaded is-terminal v0.4.17 |
| 838 | 2026-08-31T09:27:36.642Z | Downloaded num_enum v0.5.11 |
| 839 | 2026-08-31T09:27:36.646Z | Downloaded num_threads v0.1.7 |
| 840 | 2026-08-31T09:27:36.651Z | Downloaded memoffset v0.9.1 |
| 841 | 2026-08-31T09:27:36.651Z | Downloaded num-derive v0.4.2 |
| 842 | 2026-08-31T09:27:36.651Z | Downloaded defmt v0.3.100 |
| 843 | 2026-08-31T09:27:36.654Z | Downloaded macaddr v1.0.1 |
| 844 | 2026-08-31T09:27:36.654Z | Downloaded darling_macro v0.21.3 |
| 845 | 2026-08-31T09:27:36.654Z | Downloaded proc-macro-crate v3.5.0 |
| 846 | 2026-08-31T09:27:36.658Z | Downloaded newtype_derive v0.1.6 |
| 847 | 2026-08-31T09:27:36.662Z | Downloaded float-ord v0.3.2 |
| 848 | 2026-08-31T09:27:36.665Z | Downloaded natord v1.0.9 |
| 849 | 2026-08-31T09:27:36.665Z | Downloaded no-std-compat v0.4.1 |
| 850 | 2026-08-31T09:27:36.665Z | Downloaded num-iter v0.1.46 |
| 851 | 2026-08-31T09:27:36.668Z | Downloaded darling_macro v0.23.0 |
| 852 | 2026-08-31T09:27:36.668Z | Downloaded foreign-types-macros v0.2.4 |
| 853 | 2026-08-31T09:27:36.668Z | Downloaded dyn-clone v1.0.20 |
| 854 | 2026-08-31T09:27:36.672Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 855 | 2026-08-31T09:27:36.672Z | Downloaded dof v0.3.0 |
| 856 | 2026-08-31T09:27:36.672Z | Downloaded dof v0.4.0 |
| 857 | 2026-08-31T09:27:36.672Z | Downloaded memmap v0.7.0 |
| 858 | 2026-08-31T09:27:36.675Z | Downloaded keccak v0.1.6 |
| 859 | 2026-08-31T09:27:36.675Z | Downloaded libsw v3.5.0 |
| 860 | 2026-08-31T09:27:36.675Z | Downloaded multer v3.1.0 |
| 861 | 2026-08-31T09:27:36.678Z | Downloaded progenitor-macro v0.13.0 |
| 862 | 2026-08-31T09:27:36.678Z | Downloaded data-encoding v2.11.1 |
| 863 | 2026-08-31T09:27:36.679Z | Downloaded enum-as-inner v0.6.1 |
| 864 | 2026-08-31T09:27:36.679Z | Downloaded embedded-io v0.6.1 |
| 865 | 2026-08-31T09:27:36.682Z | Downloaded foreign-types-shared v0.3.1 |
| 866 | 2026-08-31T09:27:36.682Z | Downloaded fxhash v0.2.1 |
| 867 | 2026-08-31T09:27:36.682Z | Downloaded defmt-parser v1.0.0 |
| 868 | 2026-08-31T09:27:36.682Z | Downloaded num_enum_derive v0.5.11 |
| 869 | 2026-08-31T09:27:36.682Z | Downloaded mime v0.3.17 |
| 870 | 2026-08-31T09:27:36.682Z | Downloaded konst_macro_rules v0.2.19 |
| 871 | 2026-08-31T09:27:36.685Z | Downloaded libscf-sys v1.2.0 |
| 872 | 2026-08-31T09:27:36.685Z | Downloaded num-conv v0.2.2 |
| 873 | 2026-08-31T09:27:36.685Z | Downloaded dunce v1.0.5 |
| 874 | 2026-08-31T09:27:36.685Z | Downloaded fixedbitset v0.4.2 |
| 875 | 2026-08-31T09:27:36.689Z | Downloaded newline-converter v0.3.0 |
| 876 | 2026-08-31T09:27:36.689Z | Downloaded newtype-uuid-macros v0.1.1 |
| 877 | 2026-08-31T09:27:36.689Z | Downloaded olpc-cjson v0.1.4 |
| 878 | 2026-08-31T09:27:36.692Z | Downloaded linked-hash-map v0.5.6 |
| 879 | 2026-08-31T09:27:36.695Z | Downloaded num v0.4.3 |
| 880 | 2026-08-31T09:27:36.695Z | Downloaded proc-macro-error-attr v1.0.4 |
| 881 | 2026-08-31T09:27:36.698Z | Downloaded match_cfg v0.1.0 |
| 882 | 2026-08-31T09:27:36.698Z | Downloaded managed v0.8.0 |
| 883 | 2026-08-31T09:27:36.700Z | Downloaded embedded-io v0.4.0 |
| 884 | 2026-08-31T09:27:36.703Z | Downloaded progenitor-client v0.14.0 |
| 885 | 2026-08-31T09:27:36.703Z | Downloaded num_enum_derive v0.7.6 |
| 886 | 2026-08-31T09:27:36.703Z | Downloaded deranged v0.5.8 |
| 887 | 2026-08-31T09:27:36.703Z | Downloaded digest v0.11.3 |
| 888 | 2026-08-31T09:27:36.708Z | Downloaded displaydoc v0.2.7 |
| 889 | 2026-08-31T09:27:36.708Z | Downloaded dtrace-parser v0.3.0 |
| 890 | 2026-08-31T09:27:36.708Z | Downloaded ipnetwork v0.21.1 |
| 891 | 2026-08-31T09:27:36.711Z | Downloaded parse-display-derive v0.10.0 |
| 892 | 2026-08-31T09:27:36.711Z | Downloaded pkg-config v0.3.33 |
| 893 | 2026-08-31T09:27:36.711Z | Downloaded dtrace-parser v0.2.0 |
| 894 | 2026-08-31T09:27:36.711Z | Downloaded gethostname v0.5.0 |
| 895 | 2026-08-31T09:27:36.711Z | Downloaded git-stub v1.0.0 |
| 896 | 2026-08-31T09:27:36.711Z | Downloaded hubpack v0.1.2 |
| 897 | 2026-08-31T09:27:36.714Z | Downloaded inout v0.1.4 |
| 898 | 2026-08-31T09:27:36.718Z | Downloaded foreign-types v0.5.0 |
| 899 | 2026-08-31T09:27:36.718Z | Downloaded quick-error v1.2.3 |
| 900 | 2026-08-31T09:27:36.720Z | Downloaded heck v0.4.1 |
| 901 | 2026-08-31T09:27:36.720Z | Downloaded opaque-debug v0.3.1 |
| 902 | 2026-08-31T09:27:36.720Z | Downloaded proc-macro-crate v1.3.1 |
| 903 | 2026-08-31T09:27:36.725Z | Downloaded parse-display v0.10.0 |
| 904 | 2026-08-31T09:27:36.725Z | Downloaded ident_case v1.0.1 |
| 905 | 2026-08-31T09:27:36.725Z | Downloaded powerfmt v0.2.0 |
| 906 | 2026-08-31T09:27:36.728Z | Downloaded httpdate v1.0.3 |
| 907 | 2026-08-31T09:27:36.732Z | Downloaded potential_utf v0.1.5 |
| 908 | 2026-08-31T09:27:36.735Z | Downloaded hash32 v0.3.1 |
| 909 | 2026-08-31T09:27:36.735Z | Downloaded instant v0.1.13 |
| 910 | 2026-08-31T09:27:36.735Z | Downloaded progenitor-macro v0.14.0 |
| 911 | 2026-08-31T09:27:36.735Z | Downloaded num_enum v0.7.6 |
| 912 | 2026-08-31T09:27:36.738Z | Downloaded idna_adapter v1.2.2 |
| 913 | 2026-08-31T09:27:36.741Z | Downloaded pretty-hex v0.4.2 |
| 914 | 2026-08-31T09:27:36.741Z | Downloaded hostname v0.4.2 |
| 915 | 2026-08-31T09:27:36.744Z | Downloaded hostname v0.3.1 |
| 916 | 2026-08-31T09:27:36.744Z | Downloaded hubpack_derive v0.1.1 |
| 917 | 2026-08-31T09:27:36.744Z | Downloaded utf-8 v0.7.6 |
| 918 | 2026-08-31T09:27:36.744Z | Downloaded phf_shared v0.12.1 |
| 919 | 2026-08-31T09:27:36.747Z | Downloaded internet-checksum v0.2.1 |
| 920 | 2026-08-31T09:27:36.747Z | Downloaded plain v0.2.3 |
| 921 | 2026-08-31T09:27:36.751Z | Downloaded progenitor-client v0.10.0 |
| 922 | 2026-08-31T09:27:36.755Z | Downloaded omicron-workspace-hack v0.1.0 |
| 923 | 2026-08-31T09:27:36.758Z | Downloaded progenitor-macro v0.10.0 |
| 924 | 2026-08-31T09:27:36.768Z | Downloaded git-stub-vcs v0.1.0 |
| 925 | 2026-08-31T09:27:36.773Z | Downloaded erased-serde v0.3.31 |
| 926 | 2026-08-31T09:27:36.776Z | Downloaded fs-err v3.3.1 |
| 927 | 2026-08-31T09:27:36.776Z | Downloaded either v1.17.0 |
| 928 | 2026-08-31T09:27:36.776Z | Downloaded find-msvc-tools v0.1.10 |
| 929 | 2026-08-31T09:27:36.776Z | Downloaded fs_extra v1.3.0 |
| 930 | 2026-08-31T09:27:36.776Z | Downloaded libsw-core v0.3.2 |
| 931 | 2026-08-31T09:27:36.781Z | Downloaded num-complex v0.4.6 |
| 932 | 2026-08-31T09:27:36.781Z | Downloaded num-rational v0.4.2 |
| 933 | 2026-08-31T09:27:36.781Z | Downloaded progenitor v0.13.0 |
| 934 | 2026-08-31T09:27:36.781Z | Downloaded topological-sort v0.2.2 |
| 935 | 2026-08-31T09:27:36.787Z | Downloaded typify-macro v0.4.3 |
| 936 | 2026-08-31T09:27:36.787Z | Downloaded zone_cfg_derive v0.3.1 |
| 937 | 2026-08-31T09:27:36.787Z | Downloaded usdt v0.5.0 |
| 938 | 2026-08-31T09:27:36.787Z | Downloaded untrusted v0.7.1 |
| 939 | 2026-08-31T09:27:36.790Z | Downloaded unit-prefix v0.5.2 |
| 940 | 2026-08-31T09:27:36.790Z | Downloaded zerofrom-derive v0.1.7 |
| 941 | 2026-08-31T09:27:36.790Z | Downloaded async-stream-impl v0.3.6 |
| 942 | 2026-08-31T09:27:36.791Z | Downloaded crypto-common v0.2.2 |
| 943 | 2026-08-31T09:27:36.791Z | Downloaded zone v0.3.1 |
| 944 | 2026-08-31T09:27:36.791Z | Downloaded ciborium-io v0.2.2 |
| 945 | 2026-08-31T09:27:36.791Z | Downloaded parking_lot v0.11.2 |
| 946 | 2026-08-31T09:27:36.793Z | Downloaded progenitor-client v0.13.0 |
| 947 | 2026-08-31T09:27:36.796Z | Downloaded serde_plain v1.0.2 |
| 948 | 2026-08-31T09:27:36.799Z | Downloaded crc8 v0.1.1 |
| 949 | 2026-08-31T09:27:36.799Z | Downloaded structmeta v0.3.0 |
| 950 | 2026-08-31T09:27:36.799Z | Downloaded litemap v0.8.2 |
| 951 | 2026-08-31T09:27:36.799Z | Downloaded progenitor-extras v0.2.0 |
| 952 | 2026-08-31T09:27:36.802Z | Downloaded ff v0.13.1 |
| 953 | 2026-08-31T09:27:36.802Z | Downloaded ingot-types v0.1.2 |
| 954 | 2026-08-31T09:27:36.802Z | Downloaded parking_lot_core v0.8.6 |
| 955 | 2026-08-31T09:27:36.808Z | Downloaded glob v0.3.4 |
| 956 | 2026-08-31T09:27:36.808Z | Downloaded foldhash v0.2.0 |
| 957 | 2026-08-31T09:27:36.816Z | Downloaded cobs v0.3.0 |
| 958 | 2026-08-31T09:27:36.820Z | Downloaded group v0.13.0 |
| 959 | 2026-08-31T09:27:36.823Z | Downloaded serde-big-array v0.5.1 |
| 960 | 2026-08-31T09:27:36.826Z | Downloaded secrecy v0.10.3 |
| 961 | 2026-08-31T09:27:36.828Z | Downloaded semver v0.1.20 |
| 962 | 2026-08-31T09:27:36.828Z | Downloaded slog-envlogger v2.2.0 |
| 963 | 2026-08-31T09:27:36.828Z | Downloaded ingot v0.1.1 |
| 964 | 2026-08-31T09:27:36.834Z | Downloaded ingot-types v0.2.0 |
| 965 | 2026-08-31T09:27:36.834Z | Downloaded pem v3.0.6 |
| 966 | 2026-08-31T09:27:36.834Z | Downloaded spin v0.5.2 |
| 967 | 2026-08-31T09:27:36.834Z | Downloaded ingot v0.2.1 |
| 968 | 2026-08-31T09:27:36.838Z | Downloaded phf v0.12.1 |
| 969 | 2026-08-31T09:27:36.838Z | Downloaded port-file v0.1.0 |
| 970 | 2026-08-31T09:27:36.842Z | Downloaded pest_derive v2.8.8 |
| 971 | 2026-08-31T09:27:36.842Z | Downloaded poly1305 v0.8.0 |
| 972 | 2026-08-31T09:27:36.842Z | Downloaded take_mut v0.2.2 |
| 973 | 2026-08-31T09:27:36.842Z | Downloaded tabwriter v1.4.1 |
| 974 | 2026-08-31T09:27:36.842Z | Downloaded tagptr v0.2.0 |
| 975 | 2026-08-31T09:27:36.846Z | Downloaded cstr-argument v0.1.2 |
| 976 | 2026-08-31T09:27:36.846Z | Downloaded pest_generator v2.8.8 |
| 977 | 2026-08-31T09:27:36.849Z | Downloaded owo-colors v4.3.0 |
| 978 | 2026-08-31T09:27:36.849Z | Downloaded oxide-tokio-rt v0.1.6 |
| 979 | 2026-08-31T09:27:36.849Z | Downloaded paste v1.0.15 |
| 980 | 2026-08-31T09:27:36.849Z | Downloaded proc-macro-error v1.0.4 |
| 981 | 2026-08-31T09:27:36.852Z | Downloaded progenitor v0.14.0 |
| 982 | 2026-08-31T09:27:36.852Z | Downloaded usdt-attr-macro v0.6.0 |
| 983 | 2026-08-31T09:27:36.852Z | Downloaded usdt-attr-macro v0.5.0 |
| 984 | 2026-08-31T09:27:36.852Z | Downloaded diff v0.1.13 |
| 985 | 2026-08-31T09:27:36.855Z | Downloaded arrayref v0.3.9 |
| 986 | 2026-08-31T09:27:36.857Z | Downloaded highway v1.3.0 |
| 987 | 2026-08-31T09:27:36.860Z | Downloaded xz2 v0.1.7 |
| 988 | 2026-08-31T09:27:36.860Z | Downloaded derive-ex v0.1.8 |
| 989 | 2026-08-31T09:27:36.863Z | Downloaded daft-derive v0.1.8 |
| 990 | 2026-08-31T09:27:36.863Z | Downloaded defmt v1.1.1 |
| 991 | 2026-08-31T09:27:36.866Z | Downloaded defmt-macros v1.1.1 |
| 992 | 2026-08-31T09:27:36.869Z | Downloaded progenitor v0.10.0 |
| 993 | 2026-08-31T09:27:36.869Z | Downloaded num-integer v0.1.47 |
| 994 | 2026-08-31T09:27:36.872Z | Downloaded bit-set v0.8.0 |
| 995 | 2026-08-31T09:27:36.872Z | Downloaded walkdir v2.5.0 |
| 996 | 2026-08-31T09:27:36.875Z | Downloaded bitflags v1.3.2 |
| 997 | 2026-08-31T09:27:36.875Z | Downloaded backoff v0.4.0 |
| 998 | 2026-08-31T09:27:36.878Z | Downloaded bs58 v0.5.1 |
| 999 | 2026-08-31T09:27:36.881Z | Downloaded log v0.4.33 |
| 1000 | 2026-08-31T09:27:36.884Z | Downloaded csv-core v0.1.13 |
| 1001 | 2026-08-31T09:27:36.887Z | Downloaded const_format_proc_macros v0.2.34 |
| 1002 | 2026-08-31T09:27:36.890Z | Downloaded password-hash v0.5.0 |
| 1003 | 2026-08-31T09:27:36.890Z | Downloaded rand_chacha v0.3.1 |
| 1004 | 2026-08-31T09:27:36.890Z | Downloaded ref-cast v1.0.26 |
| 1005 | 2026-08-31T09:27:36.893Z | Downloaded slog-bunyan v2.5.0 |
| 1006 | 2026-08-31T09:27:36.897Z | Downloaded testing_table v0.3.0 |
| 1007 | 2026-08-31T09:27:36.897Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1008 | 2026-08-31T09:27:36.900Z | Downloaded strum v0.26.3 |
| 1009 | 2026-08-31T09:27:36.900Z | Downloaded structmeta-derive v0.3.0 |
| 1010 | 2026-08-31T09:27:36.900Z | Downloaded usdt v0.6.0 |
| 1011 | 2026-08-31T09:27:36.903Z | Downloaded cmake v0.1.58 |
| 1012 | 2026-08-31T09:27:36.906Z | Downloaded rustc_version v0.1.7 |
| 1013 | 2026-08-31T09:27:36.906Z | Downloaded const-random-macro v0.1.16 |
| 1014 | 2026-08-31T09:27:36.906Z | Downloaded cpufeatures v0.3.0 |
| 1015 | 2026-08-31T09:27:36.906Z | Downloaded rusty-fork v0.3.1 |
| 1016 | 2026-08-31T09:27:36.909Z | Downloaded rustversion v1.0.23 |
| 1017 | 2026-08-31T09:27:36.909Z | Downloaded hybrid-array v0.4.14 |
| 1018 | 2026-08-31T09:27:36.913Z | Downloaded slog-dtrace v0.3.0 |
| 1019 | 2026-08-31T09:27:36.916Z | Downloaded zeroize_derive v1.5.0 |
| 1020 | 2026-08-31T09:27:36.916Z | Downloaded ingot-macros v0.1.1 |
| 1021 | 2026-08-31T09:27:36.919Z | Downloaded hmac v0.12.1 |
| 1022 | 2026-08-31T09:27:36.922Z | Downloaded block-buffer v0.12.1 |
| 1023 | 2026-08-31T09:27:36.928Z | Downloaded oxnet v0.1.7 |
| 1024 | 2026-08-31T09:27:36.931Z | Downloaded pest_meta v2.8.8 |
| 1025 | 2026-08-31T09:27:36.931Z | Downloaded postcard v1.1.3 |
| 1026 | 2026-08-31T09:27:36.935Z | Downloaded tokio-dtrace v0.1.1 |
| 1027 | 2026-08-31T09:27:36.935Z | Downloaded ingot-macros v0.2.0 |
| 1028 | 2026-08-31T09:27:36.938Z | Downloaded tinystr v0.8.3 |
| 1029 | 2026-08-31T09:27:36.941Z | Downloaded tokio-tungstenite v0.21.0 |
| 1030 | 2026-08-31T09:27:36.941Z | Downloaded argon2 v0.5.3 |
| 1031 | 2026-08-31T09:27:36.946Z | Downloaded usdt-impl v0.5.0 |
| 1032 | 2026-08-31T09:27:36.949Z | Downloaded memmap2 v0.9.11 |
| 1033 | 2026-08-31T09:27:36.951Z | Downloaded drift v0.2.0 |
| 1034 | 2026-08-31T09:27:36.957Z | Downloaded elliptic-curve v0.13.8 |
| 1035 | 2026-08-31T09:27:36.962Z | Downloaded bcs v0.1.6 |
| 1036 | 2026-08-31T09:27:36.965Z | Downloaded critical-section v1.2.0 |
| 1037 | 2026-08-31T09:27:36.965Z | Downloaded zerovec-derive v0.11.3 |
| 1038 | 2026-08-31T09:27:36.965Z | Downloaded stable_deref_trait v1.2.1 |
| 1039 | 2026-08-31T09:27:36.965Z | Downloaded dropshot_endpoint v0.17.1 |
| 1040 | 2026-08-31T09:27:36.965Z | Downloaded serial_test_derive v4.0.1 |
| 1041 | 2026-08-31T09:27:36.965Z | Downloaded thread-id v4.2.2 |
| 1042 | 2026-08-31T09:27:36.968Z | Downloaded thread-id v5.1.0 |
| 1043 | 2026-08-31T09:27:36.968Z | Downloaded base16ct v1.0.0 |
| 1044 | 2026-08-31T09:27:36.968Z | Downloaded waitgroup v0.1.2 |
| 1045 | 2026-08-31T09:27:36.968Z | Downloaded cipher v0.4.4 |
| 1046 | 2026-08-31T09:27:36.968Z | Downloaded dropshot-api-manager v0.7.2 |
| 1047 | 2026-08-31T09:27:36.971Z | Downloaded cancel-safe-futures v0.1.5 |
| 1048 | 2026-08-31T09:27:36.974Z | Downloaded cargo_toml v0.22.3 |
| 1049 | 2026-08-31T09:27:36.974Z | Downloaded serde_tokenstream v0.2.3 |
| 1050 | 2026-08-31T09:27:36.977Z | Downloaded progenitor-impl v0.14.0 |
| 1051 | 2026-08-31T09:27:36.977Z | Downloaded omicron-zone-package v0.12.3 |
| 1052 | 2026-08-31T09:27:36.980Z | Downloaded resolv-conf v0.7.6 |
| 1053 | 2026-08-31T09:27:36.980Z | Downloaded rustls-pemfile v2.2.0 |
| 1054 | 2026-08-31T09:27:36.983Z | Downloaded serde_derive_internals v0.29.1 |
| 1055 | 2026-08-31T09:27:36.983Z | Downloaded sha1 v0.11.0 |
| 1056 | 2026-08-31T09:27:36.983Z | Downloaded scroll v0.13.0 |
| 1057 | 2026-08-31T09:27:36.986Z | Downloaded yoke-derive v0.8.2 |
| 1058 | 2026-08-31T09:27:36.986Z | Downloaded rand_xorshift v0.4.0 |
| 1059 | 2026-08-31T09:27:36.986Z | Downloaded smartstring v1.0.1 |
| 1060 | 2026-08-31T09:27:36.986Z | Downloaded slog-term v2.9.2 |
| 1061 | 2026-08-31T09:27:36.989Z | Downloaded const-random v0.1.18 |
| 1062 | 2026-08-31T09:27:36.992Z | Downloaded ref-cast-impl v1.0.26 |
| 1063 | 2026-08-31T09:27:36.992Z | Downloaded strum v0.27.2 |
| 1064 | 2026-08-31T09:27:36.992Z | Downloaded time-core v0.1.9 |
| 1065 | 2026-08-31T09:27:36.995Z | Downloaded tabled_derive v0.7.0 |
| 1066 | 2026-08-31T09:27:36.995Z | Downloaded usdt-macro v0.5.0 |
| 1067 | 2026-08-31T09:27:37.001Z | Downloaded compression-core v0.4.32 |
| 1068 | 2026-08-31T09:27:37.004Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1069 | 2026-08-31T09:27:37.004Z | Downloaded scroll_derive v0.13.1 |
| 1070 | 2026-08-31T09:27:37.004Z | Downloaded half v2.7.1 |
| 1071 | 2026-08-31T09:27:37.009Z | Downloaded smf v0.2.3 |
| 1072 | 2026-08-31T09:27:37.009Z | Downloaded thiserror-no-std v2.0.2 |
| 1073 | 2026-08-31T09:27:37.012Z | Downloaded serde_tokenstream v0.3.0 |
| 1074 | 2026-08-31T09:27:37.012Z | Downloaded icu_properties v2.2.0 |
| 1075 | 2026-08-31T09:27:37.012Z | Downloaded icu_provider v2.2.0 |
| 1076 | 2026-08-31T09:27:37.015Z | Downloaded vsss-rs v3.3.4 |
| 1077 | 2026-08-31T09:27:37.015Z | Downloaded whoami v1.6.1 |
| 1078 | 2026-08-31T09:27:37.021Z | Downloaded papergrid v0.18.0 |
| 1079 | 2026-08-31T09:27:37.023Z | Downloaded typify v0.4.3 |
| 1080 | 2026-08-31T09:27:37.026Z | Downloaded indexmap v1.9.3 |
| 1081 | 2026-08-31T09:27:37.029Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-08-31T09:27:37.029Z | Downloaded bit-vec v0.8.0 |
| 1083 | 2026-08-31T09:27:37.032Z | Downloaded byte-wrapper v0.1.0 |
| 1084 | 2026-08-31T09:27:37.032Z | Downloaded scroll v0.12.0 |
| 1085 | 2026-08-31T09:27:37.032Z | Downloaded siphasher v1.0.3 |
| 1086 | 2026-08-31T09:27:37.035Z | Downloaded serde_repr v0.1.21 |
| 1087 | 2026-08-31T09:27:37.035Z | Downloaded sigpipe v0.1.3 |
| 1088 | 2026-08-31T09:27:37.035Z | Downloaded term v1.2.1 |
| 1089 | 2026-08-31T09:27:37.038Z | Downloaded konst v0.2.20 |
| 1090 | 2026-08-31T09:27:37.042Z | Downloaded papergrid v0.11.0 |
| 1091 | 2026-08-31T09:27:37.045Z | Downloaded serial_test v4.0.1 |
| 1092 | 2026-08-31T09:27:37.046Z | Downloaded daft v0.1.8 |
| 1093 | 2026-08-31T09:27:37.048Z | Downloaded synstructure v0.13.2 |
| 1094 | 2026-08-31T09:27:37.048Z | Downloaded byteorder v1.5.0 |
| 1095 | 2026-08-31T09:27:37.052Z | Downloaded derive_more v0.99.20 |
| 1096 | 2026-08-31T09:27:37.055Z | Downloaded zerofrom v0.1.8 |
| 1097 | 2026-08-31T09:27:37.055Z | Downloaded ciborium-ll v0.2.2 |
| 1098 | 2026-08-31T09:27:37.058Z | Downloaded scroll_derive v0.12.1 |
| 1099 | 2026-08-31T09:27:37.058Z | Downloaded convert_case v0.4.0 |
| 1100 | 2026-08-31T09:27:37.058Z | Downloaded slog-json v2.6.1 |
| 1101 | 2026-08-31T09:27:37.058Z | Downloaded chacha20 v0.9.1 |
| 1102 | 2026-08-31T09:27:37.062Z | Downloaded usdt-impl v0.6.0 |
| 1103 | 2026-08-31T09:27:37.062Z | Downloaded universal-hash v0.5.1 |
| 1104 | 2026-08-31T09:27:37.063Z | Downloaded unarray v0.1.4 |
| 1105 | 2026-08-31T09:27:37.063Z | Downloaded minimal-lexical v0.2.1 |
| 1106 | 2026-08-31T09:27:37.067Z | Downloaded pretty_assertions v1.4.1 |
| 1107 | 2026-08-31T09:27:37.067Z | Downloaded console v0.16.4 |
| 1108 | 2026-08-31T09:27:37.069Z | Downloaded crc32fast v1.5.0 |
| 1109 | 2026-08-31T09:27:37.070Z | Downloaded progenitor-impl v0.13.0 |
| 1110 | 2026-08-31T09:27:37.074Z | Downloaded smawk v0.3.3 |
| 1111 | 2026-08-31T09:27:37.081Z | Downloaded constant_time_eq v0.4.2 |
| 1112 | 2026-08-31T09:27:37.084Z | Downloaded async-recursion v1.1.1 |
| 1113 | 2026-08-31T09:27:37.084Z | Downloaded same-file v1.0.6 |
| 1114 | 2026-08-31T09:27:37.084Z | Downloaded base16ct v0.2.0 |
| 1115 | 2026-08-31T09:27:37.088Z | Downloaded sha1 v0.10.7 |
| 1116 | 2026-08-31T09:27:37.088Z | Downloaded usdt-macro v0.6.0 |
| 1117 | 2026-08-31T09:27:37.091Z | Downloaded wait-timeout v0.2.1 |
| 1118 | 2026-08-31T09:27:37.091Z | Downloaded typify-macro v0.6.2 |
| 1119 | 2026-08-31T09:27:37.096Z | Downloaded rhai_codegen v3.2.0 |
| 1120 | 2026-08-31T09:27:37.103Z | Downloaded ucd-trie v0.1.7 |
| 1121 | 2026-08-31T09:27:37.106Z | Downloaded zerocopy-derive v0.7.35 |
| 1122 | 2026-08-31T09:27:37.171Z | Downloaded icu_normalizer_data v2.2.0 |
| 1123 | 2026-08-31T09:27:37.171Z | Downloaded indicatif v0.18.6 |
| 1124 | 2026-08-31T09:27:37.171Z | Downloaded heapless v0.8.0 |
| 1125 | 2026-08-31T09:27:37.171Z | Downloaded prettyplease v0.2.37 |
| 1126 | 2026-08-31T09:27:37.171Z | Downloaded progenitor-impl v0.10.0 |
| 1127 | 2026-08-31T09:27:37.171Z | Downloaded colored v3.1.1 |
| 1128 | 2026-08-31T09:27:37.171Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1129 | 2026-08-31T09:27:37.171Z | Downloaded crunchy v0.2.4 |
| 1130 | 2026-08-31T09:27:37.171Z | Downloaded termtree v0.5.1 |
| 1131 | 2026-08-31T09:27:37.171Z | Downloaded flate2 v1.1.9 |
| 1132 | 2026-08-31T09:27:37.171Z | Downloaded crossbeam-deque v0.8.7 |
| 1133 | 2026-08-31T09:27:37.171Z | Downloaded slog-stdlog v4.1.1 |
| 1134 | 2026-08-31T09:27:37.171Z | Downloaded async-trait v0.1.92 |
| 1135 | 2026-08-31T09:27:37.171Z | Downloaded bytecount v0.6.9 |
| 1136 | 2026-08-31T09:27:37.171Z | Downloaded time-macros v0.2.32 |
| 1137 | 2026-08-31T09:27:37.171Z | Downloaded strum_macros v0.27.2 |
| 1138 | 2026-08-31T09:27:37.172Z | Downloaded schemars_derive v0.8.22 |
| 1139 | 2026-08-31T09:27:37.172Z | Downloaded rustls-native-certs v0.8.4 |
| 1140 | 2026-08-31T09:27:37.179Z | Downloaded slog-scope v4.4.1 |
| 1141 | 2026-08-31T09:27:37.179Z | Downloaded tiny-keccak v2.0.2 |
| 1142 | 2026-08-31T09:27:37.179Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1143 | 2026-08-31T09:27:37.179Z | Downloaded anyhow v1.0.104 |
| 1144 | 2026-08-31T09:27:37.179Z | Downloaded qorb v0.4.1 |
| 1145 | 2026-08-31T09:27:37.179Z | Downloaded icu_locale_core v2.2.0 |
| 1146 | 2026-08-31T09:27:37.184Z | Downloaded icu_normalizer v2.2.0 |
| 1147 | 2026-08-31T09:27:37.184Z | Downloaded slog-async v2.8.0 |
| 1148 | 2026-08-31T09:27:37.184Z | Downloaded icu_collections v2.2.0 |
| 1149 | 2026-08-31T09:27:37.184Z | Downloaded yansi v1.0.1 |
| 1150 | 2026-08-31T09:27:37.188Z | Downloaded const_format v0.2.36 |
| 1151 | 2026-08-31T09:27:37.188Z | Downloaded snafu-derive v0.8.9 |
| 1152 | 2026-08-31T09:27:37.188Z | Downloaded thin-vec v0.2.19 |
| 1153 | 2026-08-31T09:27:37.191Z | Downloaded tungstenite v0.21.0 |
| 1154 | 2026-08-31T09:27:37.191Z | Downloaded darling v0.21.3 |
| 1155 | 2026-08-31T09:27:37.194Z | Downloaded arrayvec v0.7.8 |
| 1156 | 2026-08-31T09:27:37.194Z | Downloaded expectorate v1.3.0 |
| 1157 | 2026-08-31T09:27:37.194Z | Downloaded const-oid v0.10.2 |
| 1158 | 2026-08-31T09:27:37.197Z | Downloaded cookie v0.18.2 |
| 1159 | 2026-08-31T09:27:37.197Z | Downloaded async-stream v0.3.6 |
| 1160 | 2026-08-31T09:27:37.200Z | Downloaded base64 v0.21.7 |
| 1161 | 2026-08-31T09:27:37.200Z | Downloaded chacha20 v0.10.1 |
| 1162 | 2026-08-31T09:27:37.204Z | Downloaded crossbeam-utils v0.8.22 |
| 1163 | 2026-08-31T09:27:37.204Z | Downloaded writeable v0.6.3 |
| 1164 | 2026-08-31T09:27:37.208Z | Downloaded darling_core v0.23.0 |
| 1165 | 2026-08-31T09:27:37.211Z | Downloaded slog v2.8.2 |
| 1166 | 2026-08-31T09:27:37.211Z | Downloaded serde_with_macros v3.22.0 |
| 1167 | 2026-08-31T09:27:37.211Z | Downloaded unsafe-libyaml v0.2.11 |
| 1168 | 2026-08-31T09:27:37.215Z | Downloaded crossbeam-epoch v0.9.20 |
| 1169 | 2026-08-31T09:27:37.215Z | Downloaded chacha20poly1305 v0.10.1 |
| 1170 | 2026-08-31T09:27:37.215Z | Downloaded compression-codecs v0.4.38 |
| 1171 | 2026-08-31T09:27:37.220Z | Downloaded backon v1.6.0 |
| 1172 | 2026-08-31T09:27:37.220Z | Downloaded hickory-resolver v0.25.2 |
| 1173 | 2026-08-31T09:27:37.223Z | Downloaded ciborium v0.2.2 |
| 1174 | 2026-08-31T09:27:37.223Z | Downloaded hickory-resolver v0.24.4 |
| 1175 | 2026-08-31T09:27:37.226Z | Downloaded hashbrown v0.12.3 |
| 1176 | 2026-08-31T09:27:37.228Z | Downloaded zerotrie v0.2.4 |
| 1177 | 2026-08-31T09:27:37.234Z | Downloaded darling v0.23.0 |
| 1178 | 2026-08-31T09:27:37.240Z | Downloaded similar v2.7.0 |
| 1179 | 2026-08-31T09:27:37.245Z | Downloaded yoke v0.8.3 |
| 1180 | 2026-08-31T09:27:37.245Z | Downloaded rand v0.8.7 |
| 1181 | 2026-08-31T09:27:37.250Z | Downloaded rustls-webpki v0.103.14 |
| 1182 | 2026-08-31T09:27:37.250Z | Downloaded jiff-core v0.1.0 |
| 1183 | 2026-08-31T09:27:37.250Z | Downloaded steno v0.4.1 |
| 1184 | 2026-08-31T09:27:37.258Z | Downloaded blake2 v0.10.6 |
| 1185 | 2026-08-31T09:27:37.258Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1186 | 2026-08-31T09:27:37.264Z | Downloaded arc-swap v1.9.2 |
| 1187 | 2026-08-31T09:27:37.264Z | Downloaded typify v0.6.2 |
| 1188 | 2026-08-31T09:27:37.264Z | Downloaded schemars v0.8.22 |
| 1189 | 2026-08-31T09:27:37.270Z | Downloaded indexmap v2.14.0 |
| 1190 | 2026-08-31T09:27:37.270Z | Downloaded spin v0.9.9 |
| 1191 | 2026-08-31T09:27:37.270Z | Downloaded crossbeam-channel v0.5.16 |
| 1192 | 2026-08-31T09:27:37.276Z | Downloaded snafu v0.8.9 |
| 1193 | 2026-08-31T09:27:37.283Z | Downloaded test-strategy v0.4.5 |
| 1194 | 2026-08-31T09:27:37.283Z | Downloaded crypto-bigint v0.5.5 |
| 1195 | 2026-08-31T09:27:37.283Z | Downloaded schemars v0.9.0 |
| 1196 | 2026-08-31T09:27:37.286Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 1197 | 2026-08-31T09:27:37.291Z | Downloaded toml v0.7.8 |
| 1198 | 2026-08-31T09:27:37.291Z | Downloaded darling_core v0.21.3 |
| 1199 | 2026-08-31T09:27:37.294Z | Downloaded allocator-api2 v0.2.21 |
| 1200 | 2026-08-31T09:27:37.294Z | Downloaded nom v8.0.0 |
| 1201 | 2026-08-31T09:27:37.298Z | Downloaded rayon-core v1.13.0 |
| 1202 | 2026-08-31T09:27:37.307Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1203 | 2026-08-31T09:27:37.312Z | Downloaded itertools v0.12.1 |
| 1204 | 2026-08-31T09:27:37.312Z | Downloaded nom v7.1.3 |
| 1205 | 2026-08-31T09:27:37.316Z | Downloaded zerocopy-derive v0.8.56 |
| 1206 | 2026-08-31T09:27:37.319Z | Downloaded async-compression v0.4.43 |
| 1207 | 2026-08-31T09:27:37.322Z | Downloaded itertools v0.15.0 |
| 1208 | 2026-08-31T09:27:37.326Z | Downloaded schemars v1.2.2 |
| 1209 | 2026-08-31T09:27:37.334Z | Downloaded toml_edit v0.19.15 |
| 1210 | 2026-08-31T09:27:37.343Z | Downloaded similar v3.2.0 |
| 1211 | 2026-08-31T09:27:37.345Z | Downloaded hashbrown v0.16.1 |
| 1212 | 2026-08-31T09:27:37.348Z | Downloaded cc v1.4.2 |
| 1213 | 2026-08-31T09:27:37.351Z | Downloaded pest v2.8.8 |
| 1214 | 2026-08-31T09:27:37.354Z | Downloaded hyper v1.11.0 |
| 1215 | 2026-08-31T09:27:37.357Z | Downloaded icu_properties_data v2.2.0 |
| 1216 | 2026-08-31T09:27:37.361Z | Downloaded hkdf v0.12.4 |
| 1217 | 2026-08-31T09:27:37.380Z | Downloaded goblin v0.8.2 |
| 1218 | 2026-08-31T09:27:37.393Z | Downloaded zerocopy v0.7.35 |
| 1219 | 2026-08-31T09:27:37.403Z | Downloaded proptest v1.11.0 |
| 1220 | 2026-08-31T09:27:37.412Z | Downloaded h2 v0.4.15 |
| 1221 | 2026-08-31T09:27:37.415Z | Downloaded zerovec v0.11.6 |
| 1222 | 2026-08-31T09:27:37.415Z | Downloaded reqwest v0.13.4 |
| 1223 | 2026-08-31T09:27:37.418Z | Downloaded winnow v0.5.40 |
| 1224 | 2026-08-31T09:27:37.422Z | Downloaded iddqd v0.4.6 |
| 1225 | 2026-08-31T09:27:37.428Z | Downloaded typed-path v0.9.3 |
| 1226 | 2026-08-31T09:27:37.432Z | Downloaded libm v0.2.16 |
| 1227 | 2026-08-31T09:27:37.436Z | Downloaded quinn-proto v0.11.16 |
| 1228 | 2026-08-31T09:27:37.444Z | Downloaded tough v0.22.0 |
| 1229 | 2026-08-31T09:27:37.449Z | Downloaded aws-lc-rs v1.18.0 |
| 1230 | 2026-08-31T09:27:37.457Z | Downloaded goblin v0.10.7 |
| 1231 | 2026-08-31T09:27:37.482Z | Downloaded time v0.3.55 |
| 1232 | 2026-08-31T09:27:37.510Z | Downloaded hickory-proto v0.24.4 |
| 1233 | 2026-08-31T09:27:37.520Z | Downloaded dropshot v0.17.1 |
| 1234 | 2026-08-31T09:27:37.532Z | Downloaded hickory-proto v0.25.2 |
| 1235 | 2026-08-31T09:27:37.541Z | Downloaded tabled v0.15.0 |
| 1236 | 2026-08-31T09:27:37.550Z | Downloaded rayon v1.12.0 |
| 1237 | 2026-08-31T09:27:37.560Z | Downloaded typify-impl v0.4.3 |
| 1238 | 2026-08-31T09:27:37.568Z | Downloaded typify-impl v0.6.2 |
| 1239 | 2026-08-31T09:27:37.575Z | Downloaded moka v0.12.16 |
| 1240 | 2026-08-31T09:27:37.579Z | Downloaded rhai v1.26.0 |
| 1241 | 2026-08-31T09:27:37.587Z | Downloaded blake3 v1.8.6 |
| 1242 | 2026-08-31T09:27:37.591Z | Downloaded tabled v0.21.0 |
| 1243 | 2026-08-31T09:27:37.602Z | Downloaded syn v1.0.109 |
| 1244 | 2026-08-31T09:27:37.616Z | Downloaded serde_with v3.22.0 |
| 1245 | 2026-08-31T09:27:37.622Z | Downloaded csv v1.4.0 |
| 1246 | 2026-08-31T09:27:37.644Z | Downloaded syn v3.0.3 |
| 1247 | 2026-08-31T09:27:37.657Z | Downloaded encoding_rs v0.8.35 |
| 1248 | 2026-08-31T09:27:37.671Z | Downloaded smoltcp v0.11.0 |
| 1249 | 2026-08-31T09:27:37.678Z | Downloaded nix v0.31.3 |
| 1250 | 2026-08-31T09:27:37.684Z | Downloaded openapiv3 v2.2.0 |
| 1251 | 2026-08-31T09:27:37.691Z | Downloaded regress v0.10.5 |
| 1252 | 2026-08-31T09:27:37.696Z | Downloaded regress v0.11.1 |
| 1253 | 2026-08-31T09:27:37.753Z | Downloaded sled v0.34.7 |
| 1254 | 2026-08-31T09:27:37.834Z | Downloaded jiff v0.2.35 |
| 1255 | 2026-08-31T09:27:37.844Z | Downloaded petgraph v0.6.5 |
| 1256 | 2026-08-31T09:27:37.856Z | Downloaded lzma-sys v0.1.20 |
| 1257 | 2026-08-31T09:27:37.893Z | Downloaded sha3 v0.10.9 |
| 1258 | 2026-08-31T09:27:37.898Z | Downloaded chrono-tz v0.10.4 |
| 1259 | 2026-08-31T09:27:38.641Z | Downloaded aws-lc-sys v0.44.0 |
| 1260 | 2026-08-31T09:27:39.621Z | Compiling proc-macro2 v1.0.107 |
| 1261 | 2026-08-31T09:27:39.621Z | Compiling quote v1.0.47 |
| 1262 | 2026-08-31T09:27:39.621Z | Compiling unicode-ident v1.0.24 |
| 1263 | 2026-08-31T09:27:39.621Z | Compiling serde_core v1.0.229 |
| 1264 | 2026-08-31T09:27:39.621Z | Compiling cfg-if v1.0.4 |
| 1265 | 2026-08-31T09:27:39.621Z | Compiling serde v1.0.229 |
| 1266 | 2026-08-31T09:27:39.627Z | Compiling libc v0.2.189 |
| 1267 | 2026-08-31T09:27:39.627Z | Compiling memchr v2.8.3 |
| 1268 | 2026-08-31T09:27:39.802Z | Compiling itoa v1.0.18 |
| 1269 | 2026-08-31T09:27:39.988Z | Compiling smallvec v1.15.2 |
| 1270 | 2026-08-31T09:27:40.038Z | Compiling zmij v1.0.23 |
| 1271 | 2026-08-31T09:27:40.059Z | Compiling autocfg v1.5.1 |
| 1272 | 2026-08-31T09:27:40.197Z | Compiling libm v0.2.16 |
| 1273 | 2026-08-31T09:27:40.372Z | Compiling stable_deref_trait v1.2.1 |
| 1274 | 2026-08-31T09:27:40.401Z | Compiling writeable v0.6.3 |
| 1275 | 2026-08-31T09:27:40.455Z | Compiling litemap v0.8.2 |
| 1276 | 2026-08-31T09:27:40.602Z | Compiling percent-encoding v2.3.2 |
| 1277 | 2026-08-31T09:27:40.605Z | Compiling utf8_iter v1.0.4 |
| 1278 | 2026-08-31T09:27:40.605Z | Compiling icu_normalizer_data v2.2.0 |
| 1279 | 2026-08-31T09:27:40.640Z | Compiling icu_properties_data v2.2.0 |
| 1280 | 2026-08-31T09:27:40.650Z | Compiling iana-time-zone v0.1.65 |
| 1281 | 2026-08-31T09:27:40.797Z | Compiling form_urlencoded v1.2.2 |
| 1282 | 2026-08-31T09:27:40.946Z | Compiling version_check v0.9.5 |
| 1283 | 2026-08-31T09:27:41.021Z | Compiling syn v2.0.119 |
| 1284 | 2026-08-31T09:27:41.049Z | Compiling syn v3.0.3 |
| 1285 | 2026-08-31T09:27:41.084Z | Compiling equivalent v1.0.2 |
| 1286 | 2026-08-31T09:27:41.112Z | Compiling pin-project-lite v0.2.17 |
| 1287 | 2026-08-31T09:27:41.115Z | Compiling serde_json v1.0.151 |
| 1288 | 2026-08-31T09:27:41.185Z | Compiling allocator-api2 v0.2.21 |
| 1289 | 2026-08-31T09:27:41.215Z | Compiling dyn-clone v1.0.20 |
| 1290 | 2026-08-31T09:27:41.229Z | Compiling scopeguard v1.2.0 |
| 1291 | 2026-08-31T09:27:41.336Z | Compiling parking_lot_core v0.9.12 |
| 1292 | 2026-08-31T09:27:41.394Z | Compiling lock_api v0.4.14 |
| 1293 | 2026-08-31T09:27:41.394Z | Compiling num-traits v0.2.19 |
| 1294 | 2026-08-31T09:27:41.525Z | Compiling thiserror v2.0.20 |
| 1295 | 2026-08-31T09:27:41.632Z | Compiling hashbrown v0.17.1 |
| 1296 | 2026-08-31T09:27:41.666Z | Compiling log v0.4.33 |
| 1297 | 2026-08-31T09:27:41.782Z | Compiling errno v0.3.14 |
| 1298 | 2026-08-31T09:27:41.862Z | Compiling heck v0.5.0 |
| 1299 | 2026-08-31T09:27:41.919Z | Compiling semver v1.0.28 |
| 1300 | 2026-08-31T09:27:42.135Z | Compiling getrandom v0.4.3 |
| 1301 | 2026-08-31T09:27:42.216Z | Compiling indexmap v2.14.0 |
| 1302 | 2026-08-31T09:27:42.274Z | Compiling rand_core v0.10.1 |
| 1303 | 2026-08-31T09:27:42.287Z | Compiling futures-core v0.3.34 |
| 1304 | 2026-08-31T09:27:42.435Z | Compiling zerocopy v0.8.56 |
| 1305 | 2026-08-31T09:27:42.456Z | Compiling fnv v1.0.7 |
| 1306 | 2026-08-31T09:27:42.550Z | Compiling futures-sink v0.3.34 |
| 1307 | 2026-08-31T09:27:42.657Z | Compiling uuid v1.26.0 |
| 1308 | 2026-08-31T09:27:42.671Z | Compiling schemars v0.8.22 |
| 1309 | 2026-08-31T09:27:42.866Z | Compiling slab v0.4.12 |
| 1310 | 2026-08-31T09:27:42.881Z | Compiling rustversion v1.0.23 |
| 1311 | 2026-08-31T09:27:42.910Z | Compiling jobserver v0.1.35 |
| 1312 | 2026-08-31T09:27:43.047Z | Compiling shlex v2.0.1 |
| 1313 | 2026-08-31T09:27:43.079Z | Compiling find-msvc-tools v0.1.10 |
| 1314 | 2026-08-31T09:27:43.124Z | Compiling futures-channel v0.3.34 |
| 1315 | 2026-08-31T09:27:43.242Z | Compiling cc v1.4.2 |
| 1316 | 2026-08-31T09:27:43.243Z | Compiling bitflags v2.13.1 |
| 1317 | 2026-08-31T09:27:43.364Z | Compiling socket2 v0.6.5 |
| 1318 | 2026-08-31T09:27:43.506Z | Compiling futures-io v0.3.34 |
| 1319 | 2026-08-31T09:27:43.633Z | Compiling pkg-config v0.3.33 |
| 1320 | 2026-08-31T09:27:43.645Z | Compiling futures-task v0.3.34 |
| 1321 | 2026-08-31T09:27:43.665Z | Compiling parking_lot v0.12.5 |
| 1322 | 2026-08-31T09:27:43.815Z | Compiling signal-hook-registry v1.4.8 |
| 1323 | 2026-08-31T09:27:43.826Z | Compiling mio v1.2.2 |
| 1324 | 2026-08-31T09:27:43.840Z | Compiling portable-atomic v1.15.0 |
| 1325 | 2026-08-31T09:27:44.069Z | Compiling synstructure v0.13.2 |
| 1326 | 2026-08-31T09:27:44.080Z | Compiling serde_derive_internals v0.29.1 |
| 1327 | 2026-08-31T09:27:44.146Z | Compiling cmake v0.1.58 |
| 1328 | 2026-08-31T09:27:44.325Z | Compiling fs_extra v1.3.0 |
| 1329 | 2026-08-31T09:27:44.414Z | Compiling serde_derive v1.0.229 |
| 1330 | 2026-08-31T09:27:44.454Z | Compiling displaydoc v0.2.7 |
| 1331 | 2026-08-31T09:27:44.539Z | Compiling thiserror-impl v2.0.20 |
| 1332 | 2026-08-31T09:27:44.563Z | Compiling tokio-macros v2.7.2 |
| 1333 | 2026-08-31T09:27:44.579Z | Compiling futures-macro v0.3.34 |
| 1334 | 2026-08-31T09:27:44.805Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-08-31T09:27:44.836Z | Compiling typenum v1.20.1 |
| 1336 | 2026-08-31T09:27:44.919Z | Compiling dunce v1.0.5 |
| 1337 | 2026-08-31T09:27:45.014Z | Compiling aws-lc-sys v0.44.0 |
| 1338 | 2026-08-31T09:27:45.096Z | Compiling zerofrom-derive v0.1.7 |
| 1339 | 2026-08-31T09:27:45.227Z | Compiling yoke-derive v0.8.2 |
| 1340 | 2026-08-31T09:27:45.291Z | Compiling zerovec-derive v0.11.3 |
| 1341 | 2026-08-31T09:27:45.419Z | Compiling schemars_derive v0.8.22 |
| 1342 | 2026-08-31T09:27:45.632Z | Compiling zerocopy-derive v0.8.56 |
| 1343 | 2026-08-31T09:27:45.904Z | Compiling zeroize_derive v1.5.0 |
| 1344 | 2026-08-31T09:27:46.213Z | Compiling futures-util v0.3.34 |
| 1345 | 2026-08-31T09:27:46.347Z | Compiling once_cell v1.21.4 |
| 1346 | 2026-08-31T09:27:46.376Z | Compiling zerofrom v0.1.8 |
| 1347 | 2026-08-31T09:27:46.459Z | Compiling getrandom v0.3.4 |
| 1348 | 2026-08-31T09:27:46.502Z | Compiling yoke v0.8.3 |
| 1349 | 2026-08-31T09:27:46.567Z | Compiling base64 v0.22.1 |
| 1350 | 2026-08-31T09:27:46.597Z | Compiling zeroize v1.9.0 |
| 1351 | 2026-08-31T09:27:46.694Z | Compiling zerovec v0.11.6 |
| 1352 | 2026-08-31T09:27:46.792Z | Compiling zerotrie v0.2.4 |
| 1353 | 2026-08-31T09:27:46.826Z | Compiling regex-syntax v0.8.11 |
| 1354 | 2026-08-31T09:27:46.907Z | Compiling byteorder v1.5.0 |
| 1355 | 2026-08-31T09:27:47.093Z | Compiling subtle v2.6.1 |
| 1356 | 2026-08-31T09:27:47.138Z | Compiling strsim v0.11.1 |
| 1357 | 2026-08-31T09:27:47.231Z | Compiling tinystr v0.8.3 |
| 1358 | 2026-08-31T09:27:47.268Z | Compiling potential_utf v0.1.5 |
| 1359 | 2026-08-31T09:27:47.423Z | Compiling icu_locale_core v2.2.0 |
| 1360 | 2026-08-31T09:27:47.427Z | Compiling icu_collections v2.2.0 |
| 1361 | 2026-08-31T09:27:47.514Z | Compiling bytes v1.12.1 |
| 1362 | 2026-08-31T09:27:47.560Z | Compiling chrono v0.4.45 |
| 1363 | 2026-08-31T09:27:47.936Z | Compiling rustix v1.1.4 |
| 1364 | 2026-08-31T09:27:48.237Z | Compiling icu_provider v2.2.0 |
| 1365 | 2026-08-31T09:27:48.287Z | Compiling http v1.5.0 |
| 1366 | 2026-08-31T09:27:48.473Z | Compiling icu_properties v2.2.0 |
| 1367 | 2026-08-31T09:27:48.489Z | Compiling icu_normalizer v2.2.0 |
| 1368 | 2026-08-31T09:27:48.523Z | Compiling tokio v1.53.1 |
| 1369 | 2026-08-31T09:27:49.065Z | Compiling serde_tokenstream v0.2.3 |
| 1370 | 2026-08-31T09:27:49.235Z | Compiling erased-serde v0.3.31 |
| 1371 | 2026-08-31T09:27:49.277Z | Compiling http-body v1.1.0 |
| 1372 | 2026-08-31T09:27:49.350Z | Compiling idna_adapter v1.2.2 |
| 1373 | 2026-08-31T09:27:49.445Z | Compiling httparse v1.10.1 |
| 1374 | 2026-08-31T09:27:49.463Z | Compiling ipnet v2.12.1 |
| 1375 | 2026-08-31T09:27:49.486Z | Compiling idna v1.1.0 |
| 1376 | 2026-08-31T09:27:49.726Z | Compiling atomic-waker v1.1.2 |
| 1377 | 2026-08-31T09:27:49.747Z | Compiling ucd-trie v0.1.7 |
| 1378 | 2026-08-31T09:27:49.793Z | Compiling url v2.5.8 |
| 1379 | 2026-08-31T09:27:49.834Z | Compiling tower-layer v0.3.3 |
| 1380 | 2026-08-31T09:27:49.964Z | Compiling ppv-lite86 v0.2.21 |
| 1381 | 2026-08-31T09:27:49.993Z | Compiling tower-service v0.3.3 |
| 1382 | 2026-08-31T09:27:50.028Z | Compiling thiserror v1.0.69 |
| 1383 | 2026-08-31T09:27:50.081Z | Compiling pest v2.8.8 |
| 1384 | 2026-08-31T09:27:50.356Z | Compiling thiserror-impl v1.0.69 |
| 1385 | 2026-08-31T09:27:50.461Z | Compiling getrandom v0.2.17 |
| 1386 | 2026-08-31T09:27:50.529Z | Compiling ryu v1.0.23 |
| 1387 | 2026-08-31T09:27:50.619Z | Compiling try-lock v0.2.5 |
| 1388 | 2026-08-31T09:27:50.645Z | Compiling untrusted v0.9.0 |
| 1389 | 2026-08-31T09:27:50.702Z | Compiling want v0.3.1 |
| 1390 | 2026-08-31T09:27:50.738Z | Compiling rand_core v0.6.4 |
| 1391 | 2026-08-31T09:27:50.760Z | Compiling httpdate v1.0.3 |
| 1392 | 2026-08-31T09:27:50.915Z | Compiling pretty-hex v0.4.2 |
| 1393 | 2026-08-31T09:27:50.997Z | Compiling plain v0.2.3 |
| 1394 | 2026-08-31T09:27:51.011Z | Compiling paste v1.0.15 |
| 1395 | 2026-08-31T09:27:51.097Z | Compiling foldhash v0.2.0 |
| 1396 | 2026-08-31T09:27:51.138Z | Compiling ipnetwork v0.21.1 |
| 1397 | 2026-08-31T09:27:51.309Z | Compiling pest_meta v2.8.8 |
| 1398 | 2026-08-31T09:27:51.344Z | Compiling tracing-core v0.1.36 |
| 1399 | 2026-08-31T09:27:51.398Z | Compiling tracing-attributes v0.1.31 |
| 1400 | 2026-08-31T09:27:51.545Z | Compiling omicron-workspace-hack v0.1.0 |
| 1401 | 2026-08-31T09:27:51.672Z | Compiling ident_case v1.0.1 |
| 1402 | 2026-08-31T09:27:51.769Z | Compiling serde_urlencoded v0.7.1 |
| 1403 | 2026-08-31T09:27:51.788Z | Compiling http-body-util v0.1.5 |
| 1404 | 2026-08-31T09:27:51.971Z | Compiling pest_generator v2.8.8 |
| 1405 | 2026-08-31T09:27:52.024Z | Compiling aho-corasick v1.1.5 |
| 1406 | 2026-08-31T09:27:52.054Z | Compiling fastrand v2.5.0 |
| 1407 | 2026-08-31T09:27:52.270Z | Compiling oxnet v0.1.7 |
| 1408 | 2026-08-31T09:27:52.500Z | Compiling slog v2.8.2 |
| 1409 | 2026-08-31T09:27:52.553Z | Compiling sync_wrapper v1.0.2 |
| 1410 | 2026-08-31T09:27:52.569Z | Compiling tracing v0.1.44 |
| 1411 | 2026-08-31T09:27:52.584Z | Compiling pest_derive v2.8.8 |
| 1412 | 2026-08-31T09:27:52.661Z | Compiling winnow v1.0.4 |
| 1413 | 2026-08-31T09:27:52.736Z | Compiling daft-derive v0.1.8 |
| 1414 | 2026-08-31T09:27:52.805Z | Compiling regex-automata v0.4.18 |
| 1415 | 2026-08-31T09:27:53.147Z | Compiling hashbrown v0.16.1 |
| 1416 | 2026-08-31T09:27:53.378Z | Compiling scroll_derive v0.13.1 |
| 1417 | 2026-08-31T09:27:53.736Z | Compiling num-conv v0.2.2 |
| 1418 | 2026-08-31T09:27:53.755Z | Compiling time-core v0.1.9 |
| 1419 | 2026-08-31T09:27:53.887Z | Compiling anyhow v1.0.104 |
| 1420 | 2026-08-31T09:27:53.944Z | Compiling time-macros v0.2.32 |
| 1421 | 2026-08-31T09:27:54.211Z | Compiling scroll v0.13.0 |
| 1422 | 2026-08-31T09:27:54.433Z | Compiling tokio-util v0.7.19 |
| 1423 | 2026-08-31T09:27:54.487Z | Compiling async-trait v0.1.92 |
| 1424 | 2026-08-31T09:27:54.505Z | Compiling regex v1.13.1 |
| 1425 | 2026-08-31T09:27:54.965Z | Compiling deranged v0.5.8 |
| 1426 | 2026-08-31T09:27:55.121Z | Compiling aws-lc-rs v1.18.0 |
| 1427 | 2026-08-31T09:27:55.159Z | Compiling powerfmt v0.2.0 |
| 1428 | 2026-08-31T09:27:55.201Z | Compiling num_threads v0.1.7 |
| 1429 | 2026-08-31T09:27:55.371Z | Compiling goblin v0.10.7 |
| 1430 | 2026-08-31T09:27:55.390Z | Compiling rustls-pki-types v1.15.1 |
| 1431 | 2026-08-31T09:27:55.415Z | Compiling hex v0.4.3 |
| 1432 | 2026-08-31T09:27:55.638Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-08-31T09:27:55.680Z | Compiling usdt-impl v0.6.0 |
| 1434 | 2026-08-31T09:27:55.833Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-08-31T09:27:55.871Z | Compiling camino v1.2.5 |
| 1436 | 2026-08-31T09:27:55.968Z | Compiling dtrace-parser v0.3.0 |
| 1437 | 2026-08-31T09:27:55.974Z | Compiling crossbeam-utils v0.8.22 |
| 1438 | 2026-08-31T09:27:56.001Z | Compiling crc32fast v1.5.0 |
| 1439 | 2026-08-31T09:27:56.246Z | Compiling rustls v0.23.43 |
| 1440 | 2026-08-31T09:27:56.333Z | Compiling h2 v0.4.15 |
| 1441 | 2026-08-31T09:27:56.459Z | Compiling rand_core v0.9.5 |
| 1442 | 2026-08-31T09:27:56.537Z | Compiling thread-id v5.1.0 |
| 1443 | 2026-08-31T09:27:56.740Z | Compiling futures-executor v0.3.34 |
| 1444 | 2026-08-31T09:27:56.810Z | Compiling serde_tokenstream v0.3.0 |
| 1445 | 2026-08-31T09:27:56.841Z | Compiling structmeta-derive v0.3.0 |
| 1446 | 2026-08-31T09:27:57.026Z | Compiling thread_local v1.1.10 |
| 1447 | 2026-08-31T09:27:57.094Z | Compiling adler2 v2.0.1 |
| 1448 | 2026-08-31T09:27:57.203Z | Compiling cpufeatures v0.3.0 |
| 1449 | 2026-08-31T09:27:57.229Z | Compiling quick-error v1.2.3 |
| 1450 | 2026-08-31T09:27:57.274Z | Compiling simd-adler32 v0.3.10 |
| 1451 | 2026-08-31T09:27:57.304Z | Compiling newtype-uuid-macros v0.1.1 |
| 1452 | 2026-08-31T09:27:57.336Z | Compiling futures v0.3.34 |
| 1453 | 2026-08-31T09:27:57.413Z | Compiling miniz_oxide v0.8.9 |
| 1454 | 2026-08-31T09:27:57.477Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2026-08-31T09:27:57.890Z | Compiling structmeta v0.3.0 |
| 1456 | 2026-08-31T09:27:57.912Z | Compiling darling_core v0.23.0 |
| 1457 | 2026-08-31T09:27:58.032Z | Compiling hybrid-array v0.4.14 |
| 1458 | 2026-08-31T09:27:58.068Z | Compiling match_cfg v0.1.0 |
| 1459 | 2026-08-31T09:27:58.080Z | Compiling slog-async v2.8.0 |
| 1460 | 2026-08-31T09:27:58.082Z | Compiling bit-vec v0.8.0 |
| 1461 | 2026-08-31T09:27:58.134Z | Compiling flate2 v1.1.9 |
| 1462 | 2026-08-31T09:27:58.310Z | Compiling dof v0.4.0 |
| 1463 | 2026-08-31T09:27:58.409Z | Compiling bit-set v0.8.0 |
| 1464 | 2026-08-31T09:27:58.480Z | Compiling hyper v1.11.0 |
| 1465 | 2026-08-31T09:27:58.554Z | Compiling rand v0.9.5 |
| 1466 | 2026-08-31T09:27:58.571Z | Compiling newtype-uuid v1.4.0 |
| 1467 | 2026-08-31T09:27:58.911Z | Compiling compression-core v0.4.32 |
| 1468 | 2026-08-31T09:27:59.157Z | Compiling take_mut v0.2.2 |
| 1469 | 2026-08-31T09:27:59.267Z | Compiling unarray v0.1.4 |
| 1470 | 2026-08-31T09:27:59.380Z | Compiling term v1.2.1 |
| 1471 | 2026-08-31T09:27:59.507Z | Compiling ref-cast v1.0.26 |
| 1472 | 2026-08-31T09:27:59.650Z | Compiling hyper-util v0.1.20 |
| 1473 | 2026-08-31T09:27:59.785Z | Compiling compression-codecs v0.4.38 |
| 1474 | 2026-08-31T09:27:59.838Z | Compiling daft v0.1.8 |
| 1475 | 2026-08-31T09:27:59.980Z | Compiling darling_macro v0.23.0 |
| 1476 | 2026-08-31T09:28:00.041Z | Compiling block-buffer v0.12.1 |
| 1477 | 2026-08-31T09:28:00.087Z | Compiling crypto-common v0.2.2 |
| 1478 | 2026-08-31T09:28:00.108Z | Compiling strum_macros v0.26.4 |
| 1479 | 2026-08-31T09:28:00.202Z | Compiling ref-cast-impl v1.0.26 |
| 1480 | 2026-08-31T09:28:00.246Z | Compiling serde_spanned v1.1.1 |
| 1481 | 2026-08-31T09:28:00.398Z | Compiling multer v3.1.0 |
| 1482 | 2026-08-31T09:28:00.451Z | Compiling usdt-attr-macro v0.6.0 |
| 1483 | 2026-08-31T09:28:00.581Z | Compiling usdt-macro v0.6.0 |
| 1484 | 2026-08-31T09:28:00.621Z | Compiling darling v0.23.0 |
| 1485 | 2026-08-31T09:28:00.702Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1486 | 2026-08-31T09:28:00.786Z | Compiling const-oid v0.10.2 |
| 1487 | 2026-08-31T09:28:00.966Z | Compiling debug-ignore v1.0.5 |
| 1488 | 2026-08-31T09:28:01.073Z | Compiling digest v0.11.3 |
| 1489 | 2026-08-31T09:28:01.198Z | Compiling serde_with_macros v3.22.0 |
| 1490 | 2026-08-31T09:28:01.291Z | Compiling tempfile v3.27.0 |
| 1491 | 2026-08-31T09:28:01.294Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1492 | 2026-08-31T09:28:01.364Z | Compiling async-stream-impl v0.3.6 |
| 1493 | 2026-08-31T09:28:01.646Z | Compiling dropshot v0.17.1 |
| 1494 | 2026-08-31T09:28:01.711Z | Compiling encoding_rs v0.8.35 |
| 1495 | 2026-08-31T09:28:01.768Z | Compiling spin v0.9.9 |
| 1496 | 2026-08-31T09:28:01.771Z | Compiling syn v1.0.109 |
| 1497 | 2026-08-31T09:28:01.789Z | Compiling strum v0.26.3 |
| 1498 | 2026-08-31T09:28:01.868Z | Compiling mime v0.3.17 |
| 1499 | 2026-08-31T09:28:01.923Z | Compiling sha1 v0.11.0 |
| 1500 | 2026-08-31T09:28:02.001Z | Compiling async-stream v0.3.6 |
| 1501 | 2026-08-31T09:28:02.052Z | Compiling derive-ex v0.1.8 |
| 1502 | 2026-08-31T09:28:02.141Z | Compiling tower v0.5.3 |
| 1503 | 2026-08-31T09:28:02.164Z | Compiling waitgroup v0.1.2 |
| 1504 | 2026-08-31T09:28:02.176Z | Compiling dropshot_endpoint v0.17.1 |
| 1505 | 2026-08-31T09:28:02.303Z | Compiling macaddr v1.0.1 |
| 1506 | 2026-08-31T09:28:02.354Z | Compiling serde_path_to_error v0.1.20 |
| 1507 | 2026-08-31T09:28:02.948Z | Compiling tower-http v0.6.11 |
| 1508 | 2026-08-31T09:28:03.371Z | Compiling time v0.3.55 |
| 1509 | 2026-08-31T09:28:03.600Z | Compiling test-strategy v0.4.5 |
| 1510 | 2026-08-31T09:28:03.775Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1511 | 2026-08-31T09:28:03.795Z | Compiling openapiv3 v2.2.0 |
| 1512 | 2026-08-31T09:28:03.951Z | Compiling strum_macros v0.27.2 |
| 1513 | 2026-08-31T09:28:04.614Z | Compiling instant v0.1.13 |
| 1514 | 2026-08-31T09:28:04.927Z | Compiling crossbeam-channel v0.5.16 |
| 1515 | 2026-08-31T09:28:05.364Z | Compiling rustls-native-certs v0.8.4 |
| 1516 | 2026-08-31T09:28:05.407Z | Compiling generic-array v0.14.7 |
| 1517 | 2026-08-31T09:28:05.665Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1518 | 2026-08-31T09:28:05.706Z | Compiling wait-timeout v0.2.1 |
| 1519 | 2026-08-31T09:28:05.741Z | Compiling strum v0.27.2 |
| 1520 | 2026-08-31T09:28:05.927Z | Compiling either v1.17.0 |
| 1521 | 2026-08-31T09:28:05.954Z | Compiling rusty-fork v0.3.1 |
| 1522 | 2026-08-31T09:28:06.309Z | Compiling parse-display-derive v0.10.0 |
| 1523 | 2026-08-31T09:28:06.318Z | Compiling rand_xorshift v0.4.0 |
| 1524 | 2026-08-31T09:28:06.565Z | Compiling backon v1.6.0 |
| 1525 | 2026-08-31T09:28:06.598Z | Compiling rand_chacha v0.3.1 |
| 1526 | 2026-08-31T09:28:06.624Z | Compiling is-terminal v0.4.17 |
| 1527 | 2026-08-31T09:28:06.731Z | Compiling memmap2 v0.9.11 |
| 1528 | 2026-08-31T09:28:06.778Z | Compiling slog-term v2.9.2 |
| 1529 | 2026-08-31T09:28:06.961Z | Compiling usdt v0.6.0 |
| 1530 | 2026-08-31T09:28:07.062Z | Compiling rand v0.8.7 |
| 1531 | 2026-08-31T09:28:07.147Z | Compiling proptest v1.11.0 |
| 1532 | 2026-08-31T09:28:07.210Z | Compiling slog-json v2.6.1 |
| 1533 | 2026-08-31T09:28:07.249Z | Compiling hostname v0.3.1 |
| 1534 | 2026-08-31T09:28:07.391Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1535 | 2026-08-31T09:28:07.425Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1536 | 2026-08-31T09:28:07.479Z | Compiling slog-bunyan v2.5.0 |
| 1537 | 2026-08-31T09:28:07.615Z | Compiling serde_with v3.22.0 |
| 1538 | 2026-08-31T09:28:07.731Z | Compiling async-compression v0.4.43 |
| 1539 | 2026-08-31T09:28:07.734Z | Compiling rustls-pemfile v2.2.0 |
| 1540 | 2026-08-31T09:28:07.750Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1541 | 2026-08-31T09:28:07.929Z | Compiling regress v0.10.5 |
| 1542 | 2026-08-31T09:28:07.949Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1543 | 2026-08-31T09:28:08.046Z | Compiling hostname v0.4.2 |
| 1544 | 2026-08-31T09:28:08.072Z | Compiling humantime v2.4.0 |
| 1545 | 2026-08-31T09:28:08.188Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1546 | 2026-08-31T09:28:08.323Z | Compiling crypto-common v0.1.7 |
| 1547 | 2026-08-31T09:28:08.449Z | Compiling iddqd v0.4.6 |
| 1548 | 2026-08-31T09:28:09.170Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1549 | 2026-08-31T09:28:09.245Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1550 | 2026-08-31T09:28:09.491Z | Compiling reqwest v0.12.28 |
| 1551 | 2026-08-31T09:28:09.558Z | Compiling parse-display v0.10.0 |
| 1552 | 2026-08-31T09:28:09.696Z | Compiling backoff v0.4.0 |
| 1553 | 2026-08-31T09:28:09.750Z | Compiling itertools v0.14.0 |
| 1554 | 2026-08-31T09:28:09.896Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1555 | 2026-08-31T09:28:10.122Z | Compiling block-buffer v0.10.4 |
| 1556 | 2026-08-31T09:28:10.275Z | Compiling utf8parse v0.2.2 |
| 1557 | 2026-08-31T09:28:10.576Z | Compiling progenitor-client v0.10.0 |
| 1558 | 2026-08-31T09:28:10.896Z | Compiling anstyle-parse v1.0.0 |
| 1559 | 2026-08-31T09:28:10.929Z | Compiling digest v0.10.7 |
| 1560 | 2026-08-31T09:28:11.085Z | Compiling colorchoice v1.0.5 |
| 1561 | 2026-08-31T09:28:11.153Z | Compiling anstyle-query v1.1.5 |
| 1562 | 2026-08-31T09:28:11.200Z | Compiling anstyle v1.0.14 |
| 1563 | 2026-08-31T09:28:11.262Z | Compiling is_terminal_polyfill v1.70.2 |
| 1564 | 2026-08-31T09:28:11.439Z | Compiling anstream v1.0.0 |
| 1565 | 2026-08-31T09:28:11.764Z | Compiling clap_lex v1.1.0 |
| 1566 | 2026-08-31T09:28:11.803Z | Compiling regress v0.11.1 |
| 1567 | 2026-08-31T09:28:11.854Z | Compiling unicode-width v0.2.2 |
| 1568 | 2026-08-31T09:28:12.134Z | Compiling clap_derive v4.6.4 |
| 1569 | 2026-08-31T09:28:12.462Z | Compiling terminal_size v0.4.4 |
| 1570 | 2026-08-31T09:28:13.744Z | Compiling typify-impl v0.6.2 |
| 1571 | 2026-08-31T09:28:13.875Z | Compiling toml_datetime v0.6.11 |
| 1572 | 2026-08-31T09:28:13.890Z | Compiling zerocopy-derive v0.7.35 |
| 1573 | 2026-08-31T09:28:14.147Z | Compiling convert_case v0.4.0 |
| 1574 | 2026-08-31T09:28:14.196Z | Compiling cpufeatures v0.2.17 |
| 1575 | 2026-08-31T09:28:14.441Z | Compiling derive_more v0.99.20 |
| 1576 | 2026-08-31T09:28:14.753Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-08-31T09:28:15.300Z | Compiling clap_builder v4.6.6 |
| 1578 | 2026-08-31T09:28:16.145Z | Compiling secrecy v0.10.3 |
| 1579 | 2026-08-31T09:28:16.305Z | Compiling tinyvec_macros v0.1.1 |
| 1580 | 2026-08-31T09:28:16.466Z | Compiling float-ord v0.3.2 |
| 1581 | 2026-08-31T09:28:16.585Z | Compiling crucible-workspace-hack v0.1.0 |
| 1582 | 2026-08-31T09:28:16.706Z | Compiling tinyvec v1.12.0 |
| 1583 | 2026-08-31T09:28:16.934Z | Compiling clap v4.6.6 |
| 1584 | 2026-08-31T09:28:17.268Z | Compiling dtrace-parser v0.2.0 |
| 1585 | 2026-08-31T09:28:17.377Z | Compiling scroll_derive v0.12.1 |
| 1586 | 2026-08-31T09:28:17.635Z | Compiling num-integer v0.1.47 |
| 1587 | 2026-08-31T09:28:17.965Z | Compiling rustc_version v0.4.1 |
| 1588 | 2026-08-31T09:28:18.087Z | Compiling usdt-impl v0.5.0 |
| 1589 | 2026-08-31T09:28:18.240Z | Compiling crossbeam-epoch v0.9.20 |
| 1590 | 2026-08-31T09:28:18.437Z | Compiling curve25519-dalek v4.1.3 |
| 1591 | 2026-08-31T09:28:18.526Z | Compiling scroll v0.12.0 |
| 1592 | 2026-08-31T09:28:18.724Z | Compiling dof v0.3.0 |
| 1593 | 2026-08-31T09:28:18.808Z | Compiling hmac v0.12.1 |
| 1594 | 2026-08-31T09:28:18.942Z | Compiling inout v0.1.4 |
| 1595 | 2026-08-31T09:28:18.966Z | Compiling darling_core v0.21.3 |
| 1596 | 2026-08-31T09:28:19.065Z | Compiling ff v0.13.1 |
| 1597 | 2026-08-31T09:28:19.096Z | Compiling thread-id v4.2.2 |
| 1598 | 2026-08-31T09:28:19.129Z | Compiling cipher v0.4.4 |
| 1599 | 2026-08-31T09:28:19.173Z | Compiling group v0.13.0 |
| 1600 | 2026-08-31T09:28:19.340Z | Compiling hkdf v0.12.4 |
| 1601 | 2026-08-31T09:28:19.483Z | Compiling goblin v0.8.2 |
| 1602 | 2026-08-31T09:28:19.963Z | Compiling num-rational v0.4.2 |
| 1603 | 2026-08-31T09:28:20.015Z | Compiling num-iter v0.1.46 |
| 1604 | 2026-08-31T09:28:20.127Z | Compiling typify-macro v0.6.2 |
| 1605 | 2026-08-31T09:28:20.152Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1606 | 2026-08-31T09:28:20.181Z | Compiling universal-hash v0.5.1 |
| 1607 | 2026-08-31T09:28:20.303Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1608 | 2026-08-31T09:28:20.563Z | Compiling hubpack_derive v0.1.1 |
| 1609 | 2026-08-31T09:28:21.067Z | Compiling crypto-bigint v0.5.5 |
| 1610 | 2026-08-31T09:28:21.073Z | Compiling darling_macro v0.21.3 |
| 1611 | 2026-08-31T09:28:21.151Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1612 | 2026-08-31T09:28:21.603Z | Compiling half v2.7.1 |
| 1613 | 2026-08-31T09:28:21.682Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1614 | 2026-08-31T09:28:21.861Z | Compiling num-complex v0.4.6 |
| 1615 | 2026-08-31T09:28:22.246Z | Compiling memoffset v0.9.1 |
| 1616 | 2026-08-31T09:28:22.255Z | Compiling unsafe-libyaml v0.2.11 |
| 1617 | 2026-08-31T09:28:22.310Z | Compiling typify v0.6.2 |
| 1618 | 2026-08-31T09:28:22.358Z | Compiling ciborium-io v0.2.2 |
| 1619 | 2026-08-31T09:28:22.399Z | Compiling base16ct v0.2.0 |
| 1620 | 2026-08-31T09:28:22.452Z | Compiling cfg_aliases v0.2.2 |
| 1621 | 2026-08-31T09:28:22.465Z | Compiling opaque-debug v0.3.1 |
| 1622 | 2026-08-31T09:28:22.475Z | Compiling base64ct v1.8.3 |
| 1623 | 2026-08-31T09:28:22.522Z | Compiling nix v0.31.3 |
| 1624 | 2026-08-31T09:28:22.533Z | Compiling poly1305 v0.8.0 |
| 1625 | 2026-08-31T09:28:22.555Z | Compiling elliptic-curve v0.13.8 |
| 1626 | 2026-08-31T09:28:22.765Z | Compiling password-hash v0.5.0 |
| 1627 | 2026-08-31T09:28:22.837Z | Compiling serde_yaml v0.9.34+deprecated |
| 1628 | 2026-08-31T09:28:22.931Z | Compiling ciborium-ll v0.2.2 |
| 1629 | 2026-08-31T09:28:23.205Z | Compiling num v0.4.3 |
| 1630 | 2026-08-31T09:28:23.345Z | Compiling darling v0.21.3 |
| 1631 | 2026-08-31T09:28:23.570Z | Compiling thiserror-no-std v2.0.2 |
| 1632 | 2026-08-31T09:28:23.583Z | Compiling hubpack v0.1.2 |
| 1633 | 2026-08-31T09:28:23.661Z | Compiling proc-macro-crate v3.5.0 |
| 1634 | 2026-08-31T09:28:24.095Z | Compiling chacha20 v0.9.1 |
| 1635 | 2026-08-31T09:28:24.106Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1636 | 2026-08-31T09:28:24.306Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1637 | 2026-08-31T09:28:24.798Z | Compiling blake2 v0.10.6 |
| 1638 | 2026-08-31T09:28:24.846Z | Compiling aead v0.5.2 |
| 1639 | 2026-08-31T09:28:24.924Z | Compiling byte-wrapper v0.1.0 |
| 1640 | 2026-08-31T09:28:25.007Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1641 | 2026-08-31T09:28:25.245Z | Compiling proc-macro-error-attr v1.0.4 |
| 1642 | 2026-08-31T09:28:25.416Z | Compiling static_assertions v1.1.0 |
| 1643 | 2026-08-31T09:28:25.416Z | Compiling heapless v0.8.0 |
| 1644 | 2026-08-31T09:28:25.471Z | Compiling prettyplease v0.2.37 |
| 1645 | 2026-08-31T09:28:25.488Z | Compiling keccak v0.1.6 |
| 1646 | 2026-08-31T09:28:25.704Z | Compiling rustix v0.38.44 |
| 1647 | 2026-08-31T09:28:25.747Z | Compiling sha3 v0.10.9 |
| 1648 | 2026-08-31T09:28:26.181Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1649 | 2026-08-31T09:28:26.339Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1650 | 2026-08-31T09:28:26.540Z | Compiling argon2 v0.5.3 |
| 1651 | 2026-08-31T09:28:26.801Z | Compiling chacha20poly1305 v0.10.1 |
| 1652 | 2026-08-31T09:28:27.085Z | Compiling num_enum_derive v0.7.6 |
| 1653 | 2026-08-31T09:28:27.096Z | Compiling vsss-rs v3.3.4 |
| 1654 | 2026-08-31T09:28:27.152Z | Compiling ingot-macros v0.1.1 |
| 1655 | 2026-08-31T09:28:27.542Z | Compiling ciborium v0.2.2 |
| 1656 | 2026-08-31T09:28:27.791Z | Compiling usdt-macro v0.5.0 |
| 1657 | 2026-08-31T09:28:28.077Z | Compiling usdt-attr-macro v0.5.0 |
| 1658 | 2026-08-31T09:28:28.885Z | Compiling serde_spanned v0.6.9 |
| 1659 | 2026-08-31T09:28:28.974Z | Compiling hash32 v0.3.1 |
| 1660 | 2026-08-31T09:28:29.030Z | Compiling enum-as-inner v0.6.1 |
| 1661 | 2026-08-31T09:28:29.124Z | Compiling num-derive v0.4.2 |
| 1662 | 2026-08-31T09:28:29.188Z | Compiling proc-macro-error v1.0.4 |
| 1663 | 2026-08-31T09:28:29.340Z | Compiling memmap v0.7.0 |
| 1664 | 2026-08-31T09:28:29.415Z | Compiling winnow v0.7.15 |
| 1665 | 2026-08-31T09:28:29.507Z | Compiling smoltcp v0.11.0 |
| 1666 | 2026-08-31T09:28:29.530Z | Compiling toml_write v0.1.2 |
| 1667 | 2026-08-31T09:28:29.604Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1668 | 2026-08-31T09:28:29.726Z | Compiling winnow v0.5.40 |
| 1669 | 2026-08-31T09:28:29.835Z | Compiling data-encoding v2.11.1 |
| 1670 | 2026-08-31T09:28:29.838Z | Compiling indent_write v2.2.0 |
| 1671 | 2026-08-31T09:28:29.927Z | Compiling ingot-types v0.1.2 |
| 1672 | 2026-08-31T09:28:29.978Z | Compiling usdt v0.5.0 |
| 1673 | 2026-08-31T09:28:30.130Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1674 | 2026-08-31T09:28:30.243Z | Compiling num_enum v0.7.6 |
| 1675 | 2026-08-31T09:28:30.322Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1676 | 2026-08-31T09:28:30.419Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1677 | 2026-08-31T09:28:30.815Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-08-31T09:28:30.968Z | Compiling tabwriter v1.4.1 |
| 1679 | 2026-08-31T09:28:31.161Z | Compiling toml_edit v0.19.15 |
| 1680 | 2026-08-31T09:28:31.164Z | Compiling cobs v0.3.0 |
| 1681 | 2026-08-31T09:28:31.212Z | Compiling serde_repr v0.1.21 |
| 1682 | 2026-08-31T09:28:31.374Z | Compiling managed v0.8.0 |
| 1683 | 2026-08-31T09:28:31.521Z | Compiling bitflags v1.3.2 |
| 1684 | 2026-08-31T09:28:31.591Z | Compiling bytecount v0.6.9 |
| 1685 | 2026-08-31T09:28:31.603Z | Compiling crossbeam-deque v0.8.7 |
| 1686 | 2026-08-31T09:28:31.731Z | Compiling vcpkg v0.2.15 |
| 1687 | 2026-08-31T09:28:31.797Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1688 | 2026-08-31T09:28:32.121Z | Compiling postcard v1.1.3 |
| 1689 | 2026-08-31T09:28:32.290Z | Compiling openssl-sys v0.9.117 |
| 1690 | 2026-08-31T09:28:32.461Z | Compiling proc-macro-crate v1.3.1 |
| 1691 | 2026-08-31T09:28:32.473Z | Compiling toml v0.8.23 |
| 1692 | 2026-08-31T09:28:33.167Z | Compiling ingot v0.1.1 |
| 1693 | 2026-08-31T09:28:33.203Z | Compiling foreign-types-macros v0.2.4 |
| 1694 | 2026-08-31T09:28:33.792Z | Compiling rustls-webpki v0.103.14 |
| 1695 | 2026-08-31T09:28:34.084Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1696 | 2026-08-31T09:28:34.156Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1697 | 2026-08-31T09:28:34.215Z | Compiling semver v0.1.20 |
| 1698 | 2026-08-31T09:28:34.218Z | Compiling rayon-core v1.13.0 |
| 1699 | 2026-08-31T09:28:34.447Z | Compiling linked-hash-map v0.5.6 |
| 1700 | 2026-08-31T09:28:34.474Z | Compiling colored v3.1.1 |
| 1701 | 2026-08-31T09:28:34.633Z | Compiling resolv-conf v0.7.6 |
| 1702 | 2026-08-31T09:28:34.827Z | Compiling unicode-segmentation v1.13.3 |
| 1703 | 2026-08-31T09:28:34.866Z | Compiling heck v0.4.1 |
| 1704 | 2026-08-31T09:28:34.878Z | Compiling swrite v0.1.0 |
| 1705 | 2026-08-31T09:28:34.973Z | Compiling foreign-types-shared v0.3.1 |
| 1706 | 2026-08-31T09:28:35.010Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1707 | 2026-08-31T09:28:35.059Z | Compiling foreign-types v0.5.0 |
| 1708 | 2026-08-31T09:28:35.071Z | Compiling lru-cache v0.1.2 |
| 1709 | 2026-08-31T09:28:35.178Z | Compiling newline-converter v0.3.0 |
| 1710 | 2026-08-31T09:28:35.191Z | Compiling rustc_version v0.1.7 |
| 1711 | 2026-08-31T09:28:35.201Z | Compiling num_enum_derive v0.5.11 |
| 1712 | 2026-08-31T09:28:35.381Z | Compiling atomicwrites v0.4.4 |
| 1713 | 2026-08-31T09:28:35.391Z | Compiling hickory-proto v0.24.4 |
| 1714 | 2026-08-31T09:28:35.517Z | Compiling progenitor-impl v0.13.0 |
| 1715 | 2026-08-31T09:28:35.568Z | Compiling progenitor-impl v0.14.0 |
| 1716 | 2026-08-31T09:28:36.201Z | Compiling console v0.16.4 |
| 1717 | 2026-08-31T09:28:36.293Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1718 | 2026-08-31T09:28:36.816Z | Compiling camino-tempfile v1.4.1 |
| 1719 | 2026-08-31T09:28:36.860Z | Compiling chacha20 v0.10.1 |
| 1720 | 2026-08-31T09:28:36.960Z | Compiling serde-big-array v0.5.1 |
| 1721 | 2026-08-31T09:28:37.066Z | Compiling derive-where v1.6.1 |
| 1722 | 2026-08-31T09:28:37.115Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1723 | 2026-08-31T09:28:37.129Z | Compiling pin-project-internal v1.1.13 |
| 1724 | 2026-08-31T09:28:37.644Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-08-31T09:28:37.922Z | Compiling hyper-rustls v0.27.9 |
| 1726 | 2026-08-31T09:28:38.222Z | Compiling rustls-platform-verifier v0.7.0 |
| 1727 | 2026-08-31T09:28:38.461Z | Compiling reqwest v0.13.4 |
| 1728 | 2026-08-31T09:28:38.998Z | Compiling cstr-argument v0.1.2 |
| 1729 | 2026-08-31T09:28:39.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1730 | 2026-08-31T09:28:39.212Z | Compiling siphasher v1.0.3 |
| 1731 | 2026-08-31T09:28:39.262Z | Compiling minimal-lexical v0.2.1 |
| 1732 | 2026-08-31T09:28:39.380Z | Compiling similar v3.2.0 |
| 1733 | 2026-08-31T09:28:39.423Z | Compiling phf_shared v0.12.1 |
| 1734 | 2026-08-31T09:28:39.527Z | Compiling nom v7.1.3 |
| 1735 | 2026-08-31T09:28:39.604Z | Compiling progenitor-macro v0.14.0 |
| 1736 | 2026-08-31T09:28:40.633Z | Compiling progenitor-client v0.14.0 |
| 1737 | 2026-08-31T09:28:40.918Z | Compiling progenitor-extras v0.2.0 |
| 1738 | 2026-08-31T09:28:41.165Z | Compiling expectorate v1.3.0 |
| 1739 | 2026-08-31T09:28:41.274Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1740 | 2026-08-31T09:28:41.584Z | Compiling progenitor-client v0.13.0 |
| 1741 | 2026-08-31T09:28:41.916Z | Compiling progenitor-macro v0.13.0 |
| 1742 | 2026-08-31T09:28:42.867Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1743 | 2026-08-31T09:28:43.148Z | Compiling pin-project v1.1.13 |
| 1744 | 2026-08-31T09:28:43.302Z | Compiling hickory-resolver v0.24.4 |
| 1745 | 2026-08-31T09:28:43.772Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1746 | 2026-08-31T09:28:44.987Z | Compiling rand v0.10.2 |
| 1747 | 2026-08-31T09:28:45.218Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1748 | 2026-08-31T09:28:45.347Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1749 | 2026-08-31T09:28:45.680Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1750 | 2026-08-31T09:28:46.028Z | Compiling num_enum v0.5.11 |
| 1751 | 2026-08-31T09:28:46.738Z | Compiling newtype_derive v0.1.6 |
| 1752 | 2026-08-31T09:28:46.942Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1753 | 2026-08-31T09:28:47.370Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1754 | 2026-08-31T09:28:47.639Z | Compiling unicode-normalization v0.1.25 |
| 1755 | 2026-08-31T09:28:48.127Z | Compiling tokio-stream v0.1.19 |
| 1756 | 2026-08-31T09:28:48.385Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1757 | 2026-08-31T09:28:48.401Z | Compiling snafu-derive v0.8.9 |
| 1758 | 2026-08-31T09:28:48.552Z | Compiling async-recursion v1.1.1 |
| 1759 | 2026-08-31T09:28:48.609Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1760 | 2026-08-31T09:28:48.915Z | Compiling slog-dtrace v0.3.0 |
| 1761 | 2026-08-31T09:28:49.019Z | Compiling csv-core v0.1.13 |
| 1762 | 2026-08-31T09:28:49.152Z | Compiling bstr v1.13.1 |
| 1763 | 2026-08-31T09:28:49.244Z | Compiling highway v1.3.0 |
| 1764 | 2026-08-31T09:28:49.294Z | Compiling chrono-tz v0.10.4 |
| 1765 | 2026-08-31T09:28:49.518Z | Compiling unicode-width v0.1.14 |
| 1766 | 2026-08-31T09:28:49.645Z | Compiling konst_macro_rules v0.2.19 |
| 1767 | 2026-08-31T09:28:49.666Z | Compiling jiff-core v0.1.0 |
| 1768 | 2026-08-31T09:28:49.803Z | Compiling foreign-types-shared v0.1.1 |
| 1769 | 2026-08-31T09:28:49.824Z | Compiling foldhash v0.1.5 |
| 1770 | 2026-08-31T09:28:49.898Z | Compiling cancel-safe-futures v0.1.5 |
| 1771 | 2026-08-31T09:28:50.008Z | Compiling openssl v0.10.81 |
| 1772 | 2026-08-31T09:28:50.048Z | Compiling same-file v1.0.6 |
| 1773 | 2026-08-31T09:28:50.136Z | Compiling owo-colors v4.3.0 |
| 1774 | 2026-08-31T09:28:50.147Z | Compiling unicode-xid v0.2.6 |
| 1775 | 2026-08-31T09:28:50.224Z | Compiling walkdir v2.5.0 |
| 1776 | 2026-08-31T09:28:50.273Z | Compiling const_format_proc_macros v0.2.34 |
| 1777 | 2026-08-31T09:28:50.316Z | Compiling snafu v0.8.9 |
| 1778 | 2026-08-31T09:28:50.518Z | Compiling jiff v0.2.35 |
| 1779 | 2026-08-31T09:28:50.589Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1780 | 2026-08-31T09:28:50.704Z | Compiling hashbrown v0.15.5 |
| 1781 | 2026-08-31T09:28:50.806Z | Compiling foreign-types v0.3.2 |
| 1782 | 2026-08-31T09:28:50.898Z | Compiling konst v0.2.20 |
| 1783 | 2026-08-31T09:28:50.932Z | Compiling globset v0.4.20 |
| 1784 | 2026-08-31T09:28:51.156Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1785 | 2026-08-31T09:28:51.169Z | Compiling csv v1.4.0 |
| 1786 | 2026-08-31T09:28:51.343Z | Compiling progenitor v0.13.0 |
| 1787 | 2026-08-31T09:28:51.417Z | Compiling qorb v0.4.1 |
| 1788 | 2026-08-31T09:28:51.491Z | Compiling progenitor v0.14.0 |
| 1789 | 2026-08-31T09:28:51.634Z | Compiling olpc-cjson v0.1.4 |
| 1790 | 2026-08-31T09:28:51.850Z | Compiling rayon v1.12.0 |
| 1791 | 2026-08-31T09:28:53.056Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1792 | 2026-08-31T09:28:53.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1793 | 2026-08-31T09:28:53.438Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1794 | 2026-08-31T09:28:53.556Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1795 | 2026-08-31T09:28:53.635Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1796 | 2026-08-31T09:28:53.659Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1797 | 2026-08-31T09:28:54.197Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1798 | 2026-08-31T09:28:54.488Z | Compiling phf v0.12.1 |
| 1799 | 2026-08-31T09:28:54.643Z | Compiling zone_cfg_derive v0.3.1 |
| 1800 | 2026-08-31T09:28:54.992Z | Compiling tokio-dtrace v0.1.1 |
| 1801 | 2026-08-31T09:28:55.004Z | Compiling itertools v0.12.1 |
| 1802 | 2026-08-31T09:28:55.277Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1803 | 2026-08-31T09:28:55.309Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1804 | 2026-08-31T09:28:55.355Z | Compiling libsw-core v0.3.2 |
| 1805 | 2026-08-31T09:28:55.489Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1806 | 2026-08-31T09:28:55.534Z | Compiling serde_plain v1.0.2 |
| 1807 | 2026-08-31T09:28:55.695Z | Compiling pem v3.0.6 |
| 1808 | 2026-08-31T09:28:55.750Z | Compiling openssl-macros v0.1.1 |
| 1809 | 2026-08-31T09:28:56.093Z | Compiling cookie v0.18.2 |
| 1810 | 2026-08-31T09:28:56.128Z | Compiling sigpipe v0.1.3 |
| 1811 | 2026-08-31T09:28:56.182Z | Compiling fixedbitset v0.4.2 |
| 1812 | 2026-08-31T09:28:56.223Z | Compiling glob v0.3.4 |
| 1813 | 2026-08-31T09:28:56.293Z | Compiling fixedbitset v0.5.7 |
| 1814 | 2026-08-31T09:28:56.318Z | Compiling typed-path v0.9.3 |
| 1815 | 2026-08-31T09:28:56.329Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1816 | 2026-08-31T09:28:56.577Z | Compiling petgraph v0.8.3 |
| 1817 | 2026-08-31T09:28:56.649Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1818 | 2026-08-31T09:28:56.696Z | Compiling petgraph v0.6.5 |
| 1819 | 2026-08-31T09:28:56.799Z | Compiling zone v0.3.1 |
| 1820 | 2026-08-31T09:28:57.402Z | Compiling tough v0.22.0 |
| 1821 | 2026-08-31T09:28:57.613Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1822 | 2026-08-31T09:28:57.690Z | Compiling libsw v3.5.0 |
| 1823 | 2026-08-31T09:28:57.873Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1824 | 2026-08-31T09:28:58.136Z | Compiling oxide-tokio-rt v0.1.6 |
| 1825 | 2026-08-31T09:28:58.217Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1826 | 2026-08-31T09:28:58.328Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1827 | 2026-08-31T09:28:58.401Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1828 | 2026-08-31T09:28:58.429Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1829 | 2026-08-31T09:28:58.587Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1830 | 2026-08-31T09:28:59.009Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1831 | 2026-08-31T09:28:59.596Z | Compiling const_format v0.2.36 |
| 1832 | 2026-08-31T09:28:59.827Z | Compiling papergrid v0.11.0 |
| 1833 | 2026-08-31T09:28:59.901Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1834 | 2026-08-31T09:28:59.927Z | Compiling tabled_derive v0.7.0 |
| 1835 | 2026-08-31T09:29:00.113Z | Compiling gethostname v0.5.0 |
| 1836 | 2026-08-31T09:29:00.239Z | Compiling libscf-sys v1.2.0 |
| 1837 | 2026-08-31T09:29:00.339Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1838 | 2026-08-31T09:29:00.387Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1839 | 2026-08-31T09:29:00.492Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1840 | 2026-08-31T09:29:00.513Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1841 | 2026-08-31T09:29:00.638Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1842 | 2026-08-31T09:29:00.750Z | Compiling bcs v0.1.6 |
| 1843 | 2026-08-31T09:29:00.963Z | Compiling smf v0.2.3 |
| 1844 | 2026-08-31T09:29:01.038Z | Compiling termtree v0.5.1 |
| 1845 | 2026-08-31T09:29:01.121Z | Compiling linear-map v1.2.0 |
| 1846 | 2026-08-31T09:29:01.197Z | Compiling whoami v1.6.1 |
| 1847 | 2026-08-31T09:29:01.318Z | Compiling tagptr v0.2.0 |
| 1848 | 2026-08-31T09:29:01.480Z | Compiling unicode-linebreak v0.1.5 |
| 1849 | 2026-08-31T09:29:01.529Z | Compiling smawk v0.3.3 |
| 1850 | 2026-08-31T09:29:01.589Z | Compiling lazy_static v1.5.0 |
| 1851 | 2026-08-31T09:29:01.666Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1852 | 2026-08-31T09:29:01.691Z | Compiling textwrap v0.16.2 |
| 1853 | 2026-08-31T09:29:01.701Z | Compiling steno v0.4.1 |
| 1854 | 2026-08-31T09:29:01.732Z | Compiling moka v0.12.16 |
| 1855 | 2026-08-31T09:29:01.961Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1856 | 2026-08-31T09:29:02.224Z | Compiling tabled v0.15.0 |
| 1857 | 2026-08-31T09:29:02.551Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1858 | 2026-08-31T09:29:03.113Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1859 | 2026-08-31T09:29:03.605Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1860 | 2026-08-31T09:29:04.693Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1861 | 2026-08-31T09:29:04.953Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1862 | 2026-08-31T09:29:04.977Z | Compiling papergrid v0.18.0 |
| 1863 | 2026-08-31T09:29:05.462Z | Compiling hickory-proto v0.25.2 |
| 1864 | 2026-08-31T09:29:05.648Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1865 | 2026-08-31T09:29:06.049Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1866 | 2026-08-31T09:29:06.343Z | Compiling tabled v0.21.0 |
| 1867 | 2026-08-31T09:29:06.707Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1868 | 2026-08-31T09:29:06.918Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1869 | 2026-08-31T09:29:07.086Z | Compiling itertools v0.15.0 |
| 1870 | 2026-08-31T09:29:07.317Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1871 | 2026-08-31T09:29:08.279Z | Compiling hickory-resolver v0.25.2 |
| 1872 | 2026-08-31T09:29:08.435Z | Compiling parking_lot_core v0.8.6 |
| 1873 | 2026-08-31T09:29:08.734Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1874 | 2026-08-31T09:29:09.051Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1875 | 2026-08-31T09:29:09.201Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1876 | 2026-08-31T09:29:09.415Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1877 | 2026-08-31T09:29:09.510Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1878 | 2026-08-31T09:29:09.733Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1879 | 2026-08-31T09:29:09.921Z | Compiling crc8 v0.1.1 |
| 1880 | 2026-08-31T09:29:09.975Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1881 | 2026-08-31T09:29:10.044Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1882 | 2026-08-31T09:29:10.083Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1883 | 2026-08-31T09:29:10.310Z | Compiling nom v8.0.0 |
| 1884 | 2026-08-31T09:29:10.481Z | Compiling parking_lot v0.11.2 |
| 1885 | 2026-08-31T09:29:10.812Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1886 | 2026-08-31T09:29:10.867Z | Compiling fxhash v0.2.1 |
| 1887 | 2026-08-31T09:29:10.905Z | Compiling internet-checksum v0.2.1 |
| 1888 | 2026-08-31T09:29:10.982Z | Compiling sled v0.34.7 |
| 1889 | 2026-08-31T09:29:11.008Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 1890 | 2026-08-31T09:29:11.963Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1891 | 2026-08-31T09:29:12.518Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1892 | 2026-08-31T09:29:18.162Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1893 | 2026-08-31T09:29:20.385Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1894 | 2026-08-31T09:29:22.021Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1895 | 2026-08-31T09:29:23.060Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1896 | 2026-08-31T09:29:24.029Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1897 | 2026-08-31T09:29:25.091Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1898 | 2026-08-31T09:29:52.458Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1899 | 2026-08-31T09:29:52.641Z | ──────────── |
| 1900 | 2026-08-31T09:29:52.641Z | Nextest run ID eed12840-0274-4417-b35b-919f59e62811 with nextest profile: default |
| 1901 | 2026-08-31T09:29:52.641Z | Starting 38 tests across 1 binary (69 tests skipped) |
| 1902 | 2026-08-31T09:30:09.861Z | PASS [ 17.219s] rdb proptest::prop_ipv6_normalized_is_network_address |
| 1903 | 2026-08-31T09:30:09.883Z | PASS [ 17.241s] rdb proptest::prop_ipv4_normalized_is_network_address |
| 1904 | 2026-08-31T09:30:09.943Z | PASS [ 17.302s] rdb proptest::prop_ipv4_subnet_of_self |
| 1905 | 2026-08-31T09:30:10.018Z | PASS [ 17.376s] rdb proptest::prop_ipv4_default_contains_all |
| 1906 | 2026-08-31T09:30:10.027Z | PASS [ 17.386s] rdb proptest::prop_ipv6_default_contains_all |
| 1907 | 2026-08-31T09:30:10.053Z | PASS [ 17.412s] rdb proptest::prop_ipv6_subnet_of_self |
| 1908 | 2026-08-31T09:30:27.243Z | PASS [ 17.300s] rdb proptest::prop_multicast_addr_v4_rejects_link_local |
| 1909 | 2026-08-31T09:30:27.438Z | PASS [ 17.385s] rdb proptest::prop_multicast_addr_v6_rejects_interface_local |
| 1910 | 2026-08-31T09:30:28.690Z | PASS [ 36.048s] rdb proptest::prop_multicast_addr_ip_roundtrip_v4 |
| 1911 | 2026-08-31T09:30:36.818Z | PASS [ 26.800s] rdb proptest::prop_multicast_addr_v4_rejects_unicast |
| 1912 | 2026-08-31T09:30:44.666Z | PASS [ 17.422s] rdb proptest::prop_multicast_addr_v6_rejects_link_local |
| 1913 | 2026-08-31T09:30:44.735Z | PASS [ 17.297s] rdb proptest::prop_multicast_addr_v6_rejects_underlay_subnet |
| 1914 | 2026-08-31T09:30:45.826Z | PASS [ 35.943s] rdb proptest::prop_multicast_addr_v4_arbitrary_valid |
| 1915 | 2026-08-31T09:30:45.935Z | PASS [ 17.245s] rdb proptest::prop_multicast_addr_v6_rejects_unicast |
| 1916 | 2026-08-31T09:30:46.181Z | PASS [ 36.154s] rdb proptest::prop_multicast_addr_v6_arbitrary_valid |
| 1917 | 2026-08-31T09:30:46.239Z | PASS [ 36.378s] rdb proptest::prop_multicast_addr_ip_roundtrip_v6 |
| 1918 | 2026-08-31T09:30:52.643Z | SLOW [> 60.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1919 | 2026-08-31T09:30:54.543Z | PASS [ 17.725s] rdb proptest::prop_non_admin_local_underlay_rejected |
| 1920 | 2026-08-31T09:31:20.548Z | PASS [ 35.882s] rdb proptest::prop_route_admin_local_underlay_valid |
| 1921 | 2026-08-31T09:31:21.009Z | PASS [ 26.466s] rdb proptest::prop_route_key_ssm_requires_source_v4 |
| 1922 | 2026-08-31T09:31:21.082Z | PASS [ 35.255s] rdb proptest::prop_route_key_asm_star_g_valid_v4 |
| 1923 | 2026-08-31T09:31:22.465Z | PASS [ 36.530s] rdb proptest::prop_route_key_asm_star_g_valid_v6 |
| 1924 | 2026-08-31T09:31:22.758Z | PASS [ 36.518s] rdb proptest::prop_route_key_sg_valid_v6 |
| 1925 | 2026-08-31T09:31:27.990Z | PASS [ 41.807s] rdb proptest::prop_route_key_sg_valid_v4 |
| 1926 | 2026-08-31T09:31:38.369Z | PASS [ 17.820s] rdb proptest::prop_route_key_ssm_requires_source_v6 |
| 1927 | 2026-08-31T09:31:38.951Z | PASS [ 17.869s] rdb proptest::prop_route_key_ssm_with_source_valid_v6 |
| 1928 | 2026-08-31T09:31:42.944Z | PASS [ 58.208s] rdb proptest::prop_route_key_arbitrary_valid |
| 1929 | 2026-08-31T09:31:52.644Z | SLOW [>120.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1930 | 2026-08-31T09:31:53.000Z | PASS [ 31.990s] rdb proptest::prop_route_key_ssm_with_source_valid_v4 |
| 1931 | 2026-08-31T09:31:54.503Z | PASS [ 26.513s] rdb proptest::prop_static_route_key_deduplication |
| 1932 | 2026-08-31T09:31:59.478Z | PASS [ 36.720s] rdb proptest::prop_route_key_valid_vni_v6 |
| 1933 | 2026-08-31T09:32:04.388Z | PASS [ 41.922s] rdb proptest::prop_route_key_valid_vni |
| 1934 | 2026-08-31T09:32:15.373Z | PASS [ 37.005s] rdb proptest::prop_static_route_key_normalization_idempotent |
| 1935 | 2026-08-31T09:32:15.933Z | PASS [ 36.981s] rdb proptest::prop_static_route_key_normalization_preserves_fields |
| 1936 | 2026-08-31T09:32:16.749Z | PASS [ 17.271s] rdb proptest::prop_unicast_addr_v4_rejects_class_e |
| 1937 | 2026-08-31T09:32:19.942Z | PASS [ 36.998s] rdb proptest::prop_static_route_key_normalization_preserves_length |
| 1938 | 2026-08-31T09:32:21.177Z | PASS [ 16.789s] rdb proptest::prop_vni_rejects_out_of_range |
| 1939 | 2026-08-31T09:32:29.792Z | PASS [ 36.792s] rdb proptest::prop_static_route_key_normalized_is_network_address |
| 1940 | 2026-08-31T09:32:47.551Z | PASS [ 53.044s] rdb proptest::prop_static_route_key_ord_consistency |
| 1941 | 2026-08-31T09:32:52.650Z | SLOW [>180.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1942 | 2026-08-31T09:33:52.650Z | SLOW [>240.000s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1943 | 2026-08-31T09:34:10.636Z | PASS [ 257.962s] rdb proptest::prop_bgp_neighbor_info_serialization_roundtrip |
| 1944 | 2026-08-31T09:34:10.636Z | ──────────── |
| 1945 | 2026-08-31T09:34:10.636Z | Summary [ 257.964s] 38 tests run: 38 passed (1 slow), 69 skipped |
| 1946 | 2026-08-31T09:34:10.639Z | + cp './*.log' /work/ |
| 1947 | 2026-08-31T09:34:10.639Z | + true |
| 1948 | 2026-08-31T09:34:10.639Z | + [[ -d proptest-regressions ]] |
| 1949 | 2026-08-31T09:34:10.639Z | + cp -r proptest-regressions /work/rdb-proptest-regressions |
| 1950 | 2026-08-31T09:34:10.639Z | + popd |
| 1951 | 2026-08-31T09:34:10.639Z | /work/oxidecomputer/maghemite |
| 1952 | 2026-08-31T09:34:10.639Z | + pushd bgp |
| 1953 | 2026-08-31T09:34:10.639Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 1954 | 2026-08-31T09:34:10.640Z | + PROPTEST_CASES=1000000 |
| 1955 | 2026-08-31T09:34:10.640Z | + cargo nextest run --lib proptest |
| 1956 | 2026-08-31T09:34:11.849Z | Compiling smallvec v1.15.2 |
| 1957 | 2026-08-31T09:34:11.992Z | Compiling crunchy v0.2.4 |
| 1958 | 2026-08-31T09:34:12.010Z | Compiling tiny-keccak v2.0.2 |
| 1959 | 2026-08-31T09:34:12.019Z | Compiling ahash v0.8.12 |
| 1960 | 2026-08-31T09:34:12.019Z | Compiling smartstring v1.0.1 |
| 1961 | 2026-08-31T09:34:12.038Z | Compiling serial_test_derive v4.0.1 |
| 1962 | 2026-08-31T09:34:12.038Z | Compiling rhai_codegen v3.2.0 |
| 1963 | 2026-08-31T09:34:12.126Z | Compiling icu_normalizer v2.2.0 |
| 1964 | 2026-08-31T09:34:12.182Z | Compiling parking_lot_core v0.9.12 |
| 1965 | 2026-08-31T09:34:12.281Z | Compiling parking_lot_core v0.8.6 |
| 1966 | 2026-08-31T09:34:12.404Z | Compiling parking_lot v0.12.5 |
| 1967 | 2026-08-31T09:34:12.464Z | Compiling idna_adapter v1.2.2 |
| 1968 | 2026-08-31T09:34:12.582Z | Compiling idna v1.1.0 |
| 1969 | 2026-08-31T09:34:12.614Z | Compiling tokio v1.53.1 |
| 1970 | 2026-08-31T09:34:12.773Z | Compiling moka v0.12.16 |
| 1971 | 2026-08-31T09:34:12.928Z | Compiling url v2.5.8 |
| 1972 | 2026-08-31T09:34:13.052Z | Compiling const-random-macro v0.1.16 |
| 1973 | 2026-08-31T09:34:13.364Z | Compiling schemars v0.8.22 |
| 1974 | 2026-08-31T09:34:13.419Z | Compiling const-random v0.1.18 |
| 1975 | 2026-08-31T09:34:13.466Z | Compiling parking_lot v0.11.2 |
| 1976 | 2026-08-31T09:34:13.767Z | Compiling sled v0.34.7 |
| 1977 | 2026-08-31T09:34:13.838Z | Compiling yansi v1.0.1 |
| 1978 | 2026-08-31T09:34:13.878Z | Compiling thin-vec v0.2.19 |
| 1979 | 2026-08-31T09:34:13.890Z | Compiling diff v0.1.13 |
| 1980 | 2026-08-31T09:34:14.023Z | Compiling serial_test v4.0.1 |
| 1981 | 2026-08-31T09:34:14.142Z | Compiling ipnetwork v0.21.1 |
| 1982 | 2026-08-31T09:34:14.151Z | Compiling newtype-uuid v1.4.0 |
| 1983 | 2026-08-31T09:34:14.170Z | Compiling serde_with v3.22.0 |
| 1984 | 2026-08-31T09:34:14.402Z | Compiling oxnet v0.1.7 |
| 1985 | 2026-08-31T09:34:14.494Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1986 | 2026-08-31T09:34:14.569Z | Compiling typify-impl v0.6.2 |
| 1987 | 2026-08-31T09:34:14.845Z | Compiling daft v0.1.8 |
| 1988 | 2026-08-31T09:34:14.939Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1989 | 2026-08-31T09:34:15.123Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1990 | 2026-08-31T09:34:15.472Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1991 | 2026-08-31T09:34:15.632Z | Compiling iddqd v0.4.6 |
| 1992 | 2026-08-31T09:34:15.736Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1993 | 2026-08-31T09:34:15.952Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1994 | 2026-08-31T09:34:16.067Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1995 | 2026-08-31T09:34:16.127Z | Compiling byte-wrapper v0.1.0 |
| 1996 | 2026-08-31T09:34:16.374Z | Compiling tokio-util v0.7.19 |
| 1997 | 2026-08-31T09:34:16.402Z | Compiling tokio-rustls v0.26.4 |
| 1998 | 2026-08-31T09:34:16.500Z | Compiling tower v0.5.3 |
| 1999 | 2026-08-31T09:34:16.674Z | Compiling async-compression v0.4.43 |
| 2000 | 2026-08-31T09:34:16.964Z | Compiling h2 v0.4.15 |
| 2001 | 2026-08-31T09:34:16.998Z | Compiling tower-http v0.6.11 |
| 2002 | 2026-08-31T09:34:17.004Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2003 | 2026-08-31T09:34:17.143Z | Compiling backoff v0.4.0 |
| 2004 | 2026-08-31T09:34:17.998Z | Compiling typify v0.6.2 |
| 2005 | 2026-08-31T09:34:18.114Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2006 | 2026-08-31T09:34:18.525Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2007 | 2026-08-31T09:34:18.718Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2008 | 2026-08-31T09:34:19.238Z | Compiling hyper v1.11.0 |
| 2009 | 2026-08-31T09:34:19.311Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2010 | 2026-08-31T09:34:19.347Z | Compiling hickory-proto v0.24.4 |
| 2011 | 2026-08-31T09:34:19.568Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2012 | 2026-08-31T09:34:20.733Z | Compiling hyper-util v0.1.20 |
| 2013 | 2026-08-31T09:34:20.965Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2014 | 2026-08-31T09:34:21.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2015 | 2026-08-31T09:34:21.059Z | Compiling progenitor-impl v0.13.0 |
| 2016 | 2026-08-31T09:34:21.071Z | Compiling progenitor-impl v0.14.0 |
| 2017 | 2026-08-31T09:34:21.149Z | Compiling tokio-stream v0.1.19 |
| 2018 | 2026-08-31T09:34:21.652Z | Compiling hickory-resolver v0.24.4 |
| 2019 | 2026-08-31T09:34:21.987Z | Compiling hyper-rustls v0.27.9 |
| 2020 | 2026-08-31T09:34:22.294Z | Compiling reqwest v0.13.4 |
| 2021 | 2026-08-31T09:34:22.492Z | Compiling dropshot v0.17.1 |
| 2022 | 2026-08-31T09:34:22.736Z | Compiling reqwest v0.12.28 |
| 2023 | 2026-08-31T09:34:24.310Z | Compiling progenitor-client v0.14.0 |
| 2024 | 2026-08-31T09:34:24.626Z | Compiling progenitor-extras v0.2.0 |
| 2025 | 2026-08-31T09:34:24.692Z | Compiling progenitor-client v0.10.0 |
| 2026 | 2026-08-31T09:34:25.154Z | Compiling progenitor-client v0.13.0 |
| 2027 | 2026-08-31T09:34:25.213Z | Compiling progenitor v0.14.0 |
| 2028 | 2026-08-31T09:34:25.360Z | Compiling qorb v0.4.1 |
| 2029 | 2026-08-31T09:34:25.467Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2030 | 2026-08-31T09:34:26.193Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-08-31T09:34:26.676Z | Compiling progenitor v0.13.0 |
| 2032 | 2026-08-31T09:34:26.709Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2033 | 2026-08-31T09:34:26.823Z | Compiling tokio-dtrace v0.1.1 |
| 2034 | 2026-08-31T09:34:27.109Z | Compiling libsw-core v0.3.2 |
| 2035 | 2026-08-31T09:34:27.284Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2036 | 2026-08-31T09:34:27.522Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2037 | 2026-08-31T09:34:27.571Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2038 | 2026-08-31T09:34:27.658Z | Compiling libsw v3.5.0 |
| 2039 | 2026-08-31T09:34:27.837Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2040 | 2026-08-31T09:34:28.087Z | Compiling oxide-tokio-rt v0.1.6 |
| 2041 | 2026-08-31T09:34:28.405Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2042 | 2026-08-31T09:34:28.465Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2043 | 2026-08-31T09:34:28.987Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2044 | 2026-08-31T09:34:29.064Z | Compiling tough v0.22.0 |
| 2045 | 2026-08-31T09:34:29.116Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2046 | 2026-08-31T09:34:29.508Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2047 | 2026-08-31T09:34:29.629Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2048 | 2026-08-31T09:34:30.526Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2049 | 2026-08-31T09:34:31.516Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2050 | 2026-08-31T09:34:31.716Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2051 | 2026-08-31T09:34:31.793Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-08-31T09:34:32.613Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2053 | 2026-08-31T09:34:32.907Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-08-31T09:34:33.483Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2055 | 2026-08-31T09:34:33.526Z | Compiling zone v0.3.1 |
| 2056 | 2026-08-31T09:34:34.136Z | Compiling cancel-safe-futures v0.1.5 |
| 2057 | 2026-08-31T09:34:34.149Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2058 | 2026-08-31T09:34:34.335Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2059 | 2026-08-31T09:34:34.401Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2060 | 2026-08-31T09:34:34.444Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2061 | 2026-08-31T09:34:34.479Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2062 | 2026-08-31T09:34:34.649Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2063 | 2026-08-31T09:34:34.846Z | Compiling steno v0.4.1 |
| 2064 | 2026-08-31T09:34:35.004Z | Compiling hickory-proto v0.25.2 |
| 2065 | 2026-08-31T09:34:35.019Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2066 | 2026-08-31T09:34:35.661Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2067 | 2026-08-31T09:34:36.055Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2068 | 2026-08-31T09:34:36.058Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2069 | 2026-08-31T09:34:37.376Z | Compiling hickory-resolver v0.25.2 |
| 2070 | 2026-08-31T09:34:37.420Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2071 | 2026-08-31T09:34:37.621Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2072 | 2026-08-31T09:34:38.125Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2073 | 2026-08-31T09:34:38.387Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2074 | 2026-08-31T09:34:38.516Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2075 | 2026-08-31T09:34:38.733Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2076 | 2026-08-31T09:34:38.947Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2077 | 2026-08-31T09:34:39.650Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2078 | 2026-08-31T09:34:40.283Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2079 | 2026-08-31T09:34:40.386Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2080 | 2026-08-31T09:34:40.689Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2081 | 2026-08-31T09:34:40.756Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2082 | 2026-08-31T09:34:41.382Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2083 | 2026-08-31T09:34:41.497Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 2084 | 2026-08-31T09:34:41.602Z | Compiling rhai v1.26.0 |
| 2085 | 2026-08-31T09:34:42.634Z | Compiling pretty_assertions v1.4.1 |
| 2086 | 2026-08-31T09:34:43.196Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2087 | 2026-08-31T09:34:43.396Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2088 | 2026-08-31T09:34:47.317Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 2089 | 2026-08-31T09:34:48.422Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2090 | 2026-08-31T09:34:56.649Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2091 | 2026-08-31T09:34:58.280Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2092 | 2026-08-31T09:34:59.332Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2093 | 2026-08-31T09:35:00.297Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 2094 | 2026-08-31T09:35:01.150Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 2095 | 2026-08-31T09:35:04.313Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 2096 | 2026-08-31T09:35:38.408Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 2097 | 2026-08-31T09:35:38.585Z | ──────────── |
| 2098 | 2026-08-31T09:35:38.585Z | Nextest run ID 8511b5a7-8ab0-4718-9c3f-a6c10ae24287 with nextest profile: default |
| 2099 | 2026-08-31T09:35:38.585Z | Starting 17 tests across 1 binary (137 tests skipped) |
| 2100 | 2026-08-31T09:35:55.911Z | PASS [ 17.326s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 2101 | 2026-08-31T09:35:57.793Z | PASS [ 19.207s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 2102 | 2026-08-31T09:35:57.860Z | PASS [ 19.275s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 2103 | 2026-08-31T09:35:59.095Z | PASS [ 20.510s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 2104 | 2026-08-31T09:35:59.584Z | PASS [ 20.999s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 2105 | 2026-08-31T09:35:59.718Z | PASS [ 21.132s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 2106 | 2026-08-31T09:36:07.624Z | PASS [ 29.039s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 2107 | 2026-08-31T09:36:13.238Z | PASS [ 17.326s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 2108 | 2026-08-31T09:36:18.311Z | PASS [ 20.519s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 2109 | 2026-08-31T09:36:18.329Z | PASS [ 19.234s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 2110 | 2026-08-31T09:36:18.973Z | PASS [ 19.255s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 2111 | 2026-08-31T09:36:19.482Z | PASS [ 19.897s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 2112 | 2026-08-31T09:36:38.589Z | SLOW [> 60.000s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2113 | 2026-08-31T09:36:42.593Z | PASS [ 29.352s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 2114 | 2026-08-31T09:36:47.379Z | PASS [ 68.320s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 2115 | 2026-08-31T09:36:57.873Z | SLOW [> 60.000s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2116 | 2026-08-31T09:37:07.628Z | SLOW [> 60.000s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2117 | 2026-08-31T09:37:09.354Z | PASS [ 71.481s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 2118 | 2026-08-31T09:37:18.316Z | SLOW [> 60.000s] bgp proptest::prop_update_traditional_roundtrip |
| 2119 | 2026-08-31T09:37:21.352Z | PASS [ 63.040s] bgp proptest::prop_update_traditional_roundtrip |
| 2120 | 2026-08-31T09:37:22.815Z | PASS [ 75.189s] bgp proptest::prop_update_mp_reach_roundtrip |
| 2121 | 2026-08-31T09:37:22.823Z | ──────────── |
| 2122 | 2026-08-31T09:37:22.823Z | Summary [ 104.229s] 17 tests run: 17 passed (4 slow), 137 skipped |
| 2123 | 2026-08-31T09:37:22.830Z | + cp './*.log' /work/ |
| 2124 | 2026-08-31T09:37:22.830Z | + true |
| 2125 | 2026-08-31T09:37:22.830Z | + [[ -d proptest-regressions ]] |
| 2126 | 2026-08-31T09:37:22.830Z | + cp -r proptest-regressions /work/bgp-proptest-regressions |
| 2127 | 2026-08-31T09:37:22.836Z | + popd |
| 2128 | 2026-08-31T09:37:22.836Z | /work/oxidecomputer/maghemite |
| 2129 | 2026-08-31T09:37:22.836Z | process exited: duration 701712 ms, exit code 0 |
| |
| 2130 | 2026-08-31T09:37:22.848Z | found 0 output files |