|
|
|
| 1 | 2026-09-04T03:12:39.947Z | job assigned to worker 01M1N6DK4K44EHHQGGPJK20SCF [factory aws, i-0ea49813d3ad3edc3] (queued for 1 m 9 s) |
| |
| 2 | 2026-09-04T03:12:46.069Z | starting task 0: "setup" |
| 3 | 2026-09-04T03:12:46.074Z | ++ uname -s |
| 4 | 2026-09-04T03:12:46.077Z | + kern=SunOS |
| 5 | 2026-09-04T03:12:46.078Z | + build_user=build |
| 6 | 2026-09-04T03:12:46.078Z | + build_uid=12345 |
| 7 | 2026-09-04T03:12:46.078Z | + work_dir=/work |
| 8 | 2026-09-04T03:12:46.078Z | + input_dir=/input |
| 9 | 2026-09-04T03:12:46.078Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T03:12:46.078Z | + case "$kern" in |
| 11 | 2026-09-04T03:12:46.078Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T03:12:46.088Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T03:12:48.094Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T03:12:48.163Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T03:12:48.169Z | + home_fs=zfs |
| 16 | 2026-09-04T03:12:48.169Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T03:12:48.169Z | + mkdir -p /home/build |
| 18 | 2026-09-04T03:12:48.169Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T03:12:50.158Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T03:12:50.161Z | process exited: duration 4090 ms, exit code 0 |
| |
| 21 | 2026-09-04T03:12:50.167Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T03:12:50.170Z | * rust toolchain channel = "stable" |
| 23 | 2026-09-04T03:12:50.170Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 24 | 2026-09-04T03:12:50.170Z | * rust toolchain profile = "default" |
| 25 | 2026-09-04T03:12:50.170Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-04T03:12:50.170Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T03:12:50.170Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T03:12:50.174Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T03:12:50.174Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T03:12:50.262Z | info: downloading installer |
| 31 | 2026-09-04T03:12:51.477Z | info: profile set to default |
| 32 | 2026-09-04T03:12:51.477Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T03:12:51.491Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T03:12:51.611Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T03:12:51.614Z | info: downloading 6 components |
| 36 | 2026-09-04T03:13:06.943Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T03:13:06.943Z | |
| 38 | 2026-09-04T03:13:06.970Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T03:13:06.970Z | |
| 40 | 2026-09-04T03:13:06.973Z | |
| 41 | 2026-09-04T03:13:06.973Z | Rust is installed now. Great! |
| 42 | 2026-09-04T03:13:06.973Z | |
| 43 | 2026-09-04T03:13:06.973Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T03:13:06.973Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T03:13:06.973Z | |
| 46 | 2026-09-04T03:13:06.973Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T03:13:06.973Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T03:13:06.973Z | |
| 49 | 2026-09-04T03:13:06.973Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T03:13:06.973Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T03:13:06.973Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T03:13:06.973Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T03:13:06.975Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T03:13:06.975Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T03:13:06.975Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T03:13:06.975Z | HOST_CC = None |
| 57 | 2026-09-04T03:13:06.975Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T03:13:06.975Z | CC = None |
| 59 | 2026-09-04T03:13:06.975Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T03:13:07.147Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T03:13:07.147Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T03:13:07.147Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T03:13:07.147Z | CFLAGS = None |
| 64 | 2026-09-04T03:13:07.147Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T03:13:07.147Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T03:13:07.147Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T03:13:07.147Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T03:13:07.147Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T03:13:07.147Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T03:13:07.235Z | + rustup --version |
| 71 | 2026-09-04T03:13:07.242Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T03:13:07.244Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T03:13:07.263Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T03:13:07.266Z | + cargo --version |
| 75 | 2026-09-04T03:13:08.281Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T03:13:08.284Z | + rustc --version |
| 77 | 2026-09-04T03:13:08.284Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T03:13:08.284Z | process exited: duration 17134 ms, exit code 0 |
| |
| 79 | 2026-09-04T03:13:08.292Z | starting task 2: "authentication" |
| 80 | 2026-09-04T03:13:08.304Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 81 | 2026-09-04T03:13:30.346Z | process exited: duration 22054 ms, exit code 0 |
| |
| 82 | 2026-09-04T03:13:30.368Z | starting task 3: "clone repository" |
| 83 | 2026-09-04T03:13:30.376Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T03:13:30.379Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-09-04T03:13:30.406Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-09-04T03:13:31.856Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-09-04T03:13:31.856Z | + git fetch origin 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 88 | 2026-09-04T03:13:32.158Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-09-04T03:13:32.158Z | * branch 226a6c4ce96b24ac690c850483c24a696e138a3c -> FETCH_HEAD |
| 90 | 2026-09-04T03:13:32.164Z | + [[ -n renovate/opte ]] |
| 91 | 2026-09-04T03:13:32.166Z | ++ git branch --show-current |
| 92 | 2026-09-04T03:13:32.167Z | + current=main |
| 93 | 2026-09-04T03:13:32.167Z | + [[ main != renovate/opte ]] |
| 94 | 2026-09-04T03:13:32.167Z | + git branch -f renovate/opte 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 95 | 2026-09-04T03:13:32.170Z | + git checkout -f renovate/opte |
| 96 | 2026-09-04T03:13:32.188Z | Switched to branch 'renovate/opte' |
| 97 | 2026-09-04T03:13:32.191Z | + git reset --hard 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 98 | 2026-09-04T03:13:32.194Z | HEAD is now at 226a6c4 Update opte to 16ef8c6 |
| 99 | 2026-09-04T03:13:32.196Z | process exited: duration 1827 ms, exit code 0 |
| |
| 100 | 2026-09-04T03:13:32.202Z | starting task 4: "build" |
| 101 | 2026-09-04T03:13:32.205Z | + set -o errexit |
| 102 | 2026-09-04T03:13:32.205Z | + set -o pipefail |
| 103 | 2026-09-04T03:13:32.205Z | + source .github/buildomat/test-common.sh |
| 104 | 2026-09-04T03:13:32.208Z | ++ NEXTEST_VERSION=0.9.97 |
| 105 | 2026-09-04T03:13:32.209Z | ++ source .github/buildomat/common.sh |
| 106 | 2026-09-04T03:13:32.209Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 107 | 2026-09-04T03:13:32.209Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 108 | 2026-09-04T03:13:32.209Z | +++ cargo --version |
| 109 | 2026-09-04T03:13:32.212Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 110 | 2026-09-04T03:13:32.359Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 111 | 2026-09-04T03:13:32.362Z | info: downloading 6 components |
| 112 | 2026-09-04T03:13:47.837Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 113 | 2026-09-04T03:13:47.837Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 114 | 2026-09-04T03:13:47.837Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 115 | 2026-09-04T03:13:47.943Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 116 | 2026-09-04T03:13:47.946Z | +++ rustc --version |
| 117 | 2026-09-04T03:13:47.975Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 118 | 2026-09-04T03:13:47.982Z | ++ banner install |
| 119 | 2026-09-04T03:13:47.987Z | |
| 120 | 2026-09-04T03:13:47.987Z | # # # #### ##### ## # # |
| 121 | 2026-09-04T03:13:47.987Z | # ## # # # # # # # |
| 122 | 2026-09-04T03:13:47.987Z | # # # # #### # # # # # |
| 123 | 2026-09-04T03:13:47.987Z | # # # # # # ###### # # |
| 124 | 2026-09-04T03:13:47.987Z | # # ## # # # # # # # |
| 125 | 2026-09-04T03:13:47.988Z | # # # #### # # # ###### ###### |
| 126 | 2026-09-04T03:13:47.988Z | |
| 127 | 2026-09-04T03:13:47.988Z | ++ pfexec pkg install clang-15 |
| 128 | 2026-09-04T03:13:50.153Z | Startup: Refreshing catalog 'helios' ... Done |
| 129 | 2026-09-04T03:13:50.588Z | Startup: Caching catalogs ... Done |
| 130 | 2026-09-04T03:13:53.245Z | Planning: Solver setup ... Done |
| 131 | 2026-09-04T03:13:53.313Z | Planning: Running solver ... Done |
| 132 | 2026-09-04T03:13:53.363Z | Planning: Consolidating action changes ... Done |
| 133 | 2026-09-04T03:13:53.366Z | Planning: Evaluating mediators ... Done |
| 134 | 2026-09-04T03:13:53.366Z | Planning: Planning completed in 2.74 seconds |
| 135 | 2026-09-04T03:13:53.381Z | No updates necessary for this image. |
| 136 | 2026-09-04T03:13:53.642Z | +++ uname -s |
| 137 | 2026-09-04T03:13:53.647Z | ++ nextest_host_os=SunOS |
| 138 | 2026-09-04T03:13:53.647Z | ++ case "${nextest_host_os}" in |
| 139 | 2026-09-04T03:13:53.647Z | ++ nextest_platform=illumos |
| 140 | 2026-09-04T03:13:53.647Z | ++ nextest_url=https://get.nexte.st/0.9.97/illumos |
| 141 | 2026-09-04T03:13:53.647Z | +++ mktemp -d |
| 142 | 2026-09-04T03:13:53.647Z | ++ nextest_tmp=/tmp/tmp.RbaGrc |
| 143 | 2026-09-04T03:13:53.647Z | ++ trap 'rm -rf "${nextest_tmp}"' EXIT |
| 144 | 2026-09-04T03:13:53.647Z | ++ nextest_tar=/tmp/tmp.RbaGrc/nextest.tar.gz |
| 145 | 2026-09-04T03:13:53.647Z | ++ curl -sSfL --retry 10 -o /tmp/tmp.RbaGrc/nextest.tar.gz https://get.nexte.st/0.9.97/illumos |
| 146 | 2026-09-04T03:13:54.272Z | ++ mkdir -p /home/build/.cargo/bin |
| 147 | 2026-09-04T03:13:54.275Z | ++ tar -xzf /tmp/tmp.RbaGrc/nextest.tar.gz -C /home/build/.cargo/bin |
| 148 | 2026-09-04T03:13:54.347Z | + banner bfd |
| 149 | 2026-09-04T03:13:54.350Z | |
| 150 | 2026-09-04T03:13:54.350Z | ##### ###### ##### |
| 151 | 2026-09-04T03:13:54.351Z | # # # # # |
| 152 | 2026-09-04T03:13:54.351Z | ##### ##### # # |
| 153 | 2026-09-04T03:13:54.351Z | # # # # # |
| 154 | 2026-09-04T03:13:54.351Z | # # # # # |
| 155 | 2026-09-04T03:13:54.351Z | ##### # ##### |
| 156 | 2026-09-04T03:13:54.351Z | |
| 157 | 2026-09-04T03:13:54.351Z | + cargo nextest run -p bfd -p mg-api-types -p mg-api-types-versions --nocapture |
| 158 | 2026-09-04T03:13:54.528Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 159 | 2026-09-04T03:13:55.233Z | From https://github.com/oxidecomputer/falcon |
| 160 | 2026-09-04T03:13:55.233Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 161 | 2026-09-04T03:13:55.309Z | Updating crates.io index |
| 162 | 2026-09-04T03:13:55.312Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 163 | 2026-09-04T03:13:55.794Z | From https://github.com/oxidecomputer/dendrite |
| 164 | 2026-09-04T03:13:55.794Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 165 | 2026-09-04T03:13:55.828Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 166 | 2026-09-04T03:13:56.165Z | From https://github.com/oxidecomputer/ispf |
| 167 | 2026-09-04T03:13:56.165Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 168 | 2026-09-04T03:13:56.169Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 169 | 2026-09-04T03:13:56.499Z | From https://github.com/oxidecomputer/netadm-sys |
| 170 | 2026-09-04T03:13:56.499Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 171 | 2026-09-04T03:13:56.506Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 172 | 2026-09-04T03:14:02.562Z | From https://github.com/oxidecomputer/omicron |
| 173 | 2026-09-04T03:14:02.563Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 174 | 2026-09-04T03:14:02.987Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 175 | 2026-09-04T03:14:03.748Z | From https://github.com/oxidecomputer/opte |
| 176 | 2026-09-04T03:14:03.748Z | * [new ref] 16ef8c60a15fa6b0afd02c5f23f742c20b818f97 -> refs/commit/16ef8c60a15fa6b0afd02c5f23f742c20b818f97 |
| 177 | 2026-09-04T03:14:03.777Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 178 | 2026-09-04T03:14:04.084Z | From https://github.com/oxidecomputer/slog-error-chain |
| 179 | 2026-09-04T03:14:04.084Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 180 | 2026-09-04T03:14:04.094Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 181 | 2026-09-04T03:14:04.383Z | From https://github.com/illumos/smf-rs |
| 182 | 2026-09-04T03:14:04.383Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 183 | 2026-09-04T03:14:04.391Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 184 | 2026-09-04T03:14:04.674Z | From https://github.com/oxidecomputer/network-interface |
| 185 | 2026-09-04T03:14:04.674Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 186 | 2026-09-04T03:14:04.681Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 187 | 2026-09-04T03:14:04.991Z | From https://github.com/oxidecomputer/zone |
| 188 | 2026-09-04T03:14:04.991Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 189 | 2026-09-04T03:14:04.998Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 190 | 2026-09-04T03:14:05.686Z | From https://github.com/oxidecomputer/propolis |
| 191 | 2026-09-04T03:14:05.686Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 192 | 2026-09-04T03:14:05.732Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 193 | 2026-09-04T03:14:06.260Z | From https://github.com/oxidecomputer/transceiver-control |
| 194 | 2026-09-04T03:14:06.260Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 195 | 2026-09-04T03:14:06.271Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 196 | 2026-09-04T03:14:06.558Z | From https://github.com/oxidecomputer/dlpi-sys |
| 197 | 2026-09-04T03:14:06.558Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 198 | 2026-09-04T03:14:06.564Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 199 | 2026-09-04T03:14:06.890Z | From https://github.com/jmesmon/rust-libzfs |
| 200 | 2026-09-04T03:14:06.890Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 201 | 2026-09-04T03:14:06.896Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 202 | 2026-09-04T03:14:07.175Z | From https://github.com/oxidecomputer/rusty-doors |
| 203 | 2026-09-04T03:14:07.175Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 204 | 2026-09-04T03:14:07.190Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 205 | 2026-09-04T03:14:07.519Z | From https://github.com/oxidecomputer/lldp |
| 206 | 2026-09-04T03:14:07.519Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 207 | 2026-09-04T03:14:07.532Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 208 | 2026-09-04T03:14:07.859Z | From https://github.com/oxidecomputer/tufaceous |
| 209 | 2026-09-04T03:14:07.859Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 210 | 2026-09-04T03:14:07.868Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 211 | 2026-09-04T03:14:08.367Z | From https://github.com/oxidecomputer/management-gateway-service |
| 212 | 2026-09-04T03:14:08.368Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 213 | 2026-09-04T03:14:08.373Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 214 | 2026-09-04T03:14:09.577Z | From https://github.com/oxidecomputer/crucible |
| 215 | 2026-09-04T03:14:09.577Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 216 | 2026-09-04T03:14:09.618Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 217 | 2026-09-04T03:14:09.912Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 218 | 2026-09-04T03:14:09.912Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 219 | 2026-09-04T03:14:09.920Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 220 | 2026-09-04T03:14:10.397Z | From https://github.com/oxidecomputer/propolis |
| 221 | 2026-09-04T03:14:10.397Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 222 | 2026-09-04T03:14:10.439Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 223 | 2026-09-04T03:14:11.029Z | From https://github.com/oxidecomputer/crucible |
| 224 | 2026-09-04T03:14:11.029Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 225 | 2026-09-04T03:14:11.094Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 226 | 2026-09-04T03:14:11.866Z | From https://github.com/oxidecomputer/tofino |
| 227 | 2026-09-04T03:14:11.866Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 228 | 2026-09-04T03:14:11.870Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 229 | 2026-09-04T03:14:12.223Z | From https://github.com/oxidecomputer/maghemite |
| 230 | 2026-09-04T03:14:12.223Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 231 | 2026-09-04T03:14:12.259Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 232 | 2026-09-04T03:14:12.538Z | From https://github.com/oxidecomputer/clickward |
| 233 | 2026-09-04T03:14:12.538Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 234 | 2026-09-04T03:14:12.545Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 235 | 2026-09-04T03:14:12.828Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 236 | 2026-09-04T03:14:12.828Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 237 | 2026-09-04T03:14:15.109Z | Downloading crates ... |
| 238 | 2026-09-04T03:14:15.160Z | Downloaded anstream v1.0.0 |
| 239 | 2026-09-04T03:14:15.162Z | Downloaded base16ct v0.2.0 |
| 240 | 2026-09-04T03:14:15.165Z | Downloaded aead v0.5.2 |
| 241 | 2026-09-04T03:14:15.169Z | Downloaded const-random-macro v0.1.16 |
| 242 | 2026-09-04T03:14:15.172Z | Downloaded allocator-api2 v0.2.21 |
| 243 | 2026-09-04T03:14:15.174Z | Downloaded colorchoice v1.0.5 |
| 244 | 2026-09-04T03:14:15.189Z | Downloaded aho-corasick v1.1.5 |
| 245 | 2026-09-04T03:14:15.192Z | Downloaded anstyle v1.0.14 |
| 246 | 2026-09-04T03:14:15.192Z | Downloaded ahash v0.8.12 |
| 247 | 2026-09-04T03:14:15.192Z | Downloaded itoa v1.0.18 |
| 248 | 2026-09-04T03:14:15.192Z | Downloaded indent_write v2.2.0 |
| 249 | 2026-09-04T03:14:15.192Z | Downloaded bit-vec v0.8.0 |
| 250 | 2026-09-04T03:14:15.192Z | Downloaded adler2 v2.0.1 |
| 251 | 2026-09-04T03:14:15.192Z | Downloaded backoff v0.4.0 |
| 252 | 2026-09-04T03:14:15.195Z | Downloaded bs58 v0.5.1 |
| 253 | 2026-09-04T03:14:15.195Z | Downloaded http-body-util v0.1.5 |
| 254 | 2026-09-04T03:14:15.195Z | Downloaded jiff-static v0.2.35 |
| 255 | 2026-09-04T03:14:15.614Z | Downloaded daft v0.1.8 |
| 256 | 2026-09-04T03:14:15.614Z | Downloaded ipnet v2.12.1 |
| 257 | 2026-09-04T03:14:15.620Z | Downloaded linked-hash-map v0.5.6 |
| 258 | 2026-09-04T03:14:15.620Z | Downloaded argon2 v0.5.3 |
| 259 | 2026-09-04T03:14:15.620Z | Downloaded blake2 v0.10.6 |
| 260 | 2026-09-04T03:14:15.620Z | Downloaded byte-wrapper v0.1.0 |
| 261 | 2026-09-04T03:14:15.620Z | Downloaded cancel-safe-futures v0.1.5 |
| 262 | 2026-09-04T03:14:15.620Z | Downloaded num v0.4.3 |
| 263 | 2026-09-04T03:14:15.620Z | Downloaded httparse v1.10.1 |
| 264 | 2026-09-04T03:14:15.620Z | Downloaded async-trait v0.1.92 |
| 265 | 2026-09-04T03:14:15.620Z | Downloaded hyper-rustls v0.27.9 |
| 266 | 2026-09-04T03:14:15.620Z | Downloaded no-std-compat v0.4.1 |
| 267 | 2026-09-04T03:14:15.621Z | Downloaded is-terminal v0.4.17 |
| 268 | 2026-09-04T03:14:15.621Z | Downloaded indexmap v2.14.0 |
| 269 | 2026-09-04T03:14:15.621Z | Downloaded iana-time-zone v0.1.65 |
| 270 | 2026-09-04T03:14:15.621Z | Downloaded is_ci v1.2.0 |
| 271 | 2026-09-04T03:14:15.621Z | Downloaded http-body v1.1.0 |
| 272 | 2026-09-04T03:14:15.621Z | Downloaded ident_case v1.0.1 |
| 273 | 2026-09-04T03:14:15.621Z | Downloaded slog-scope v4.4.1 |
| 274 | 2026-09-04T03:14:15.621Z | Downloaded internet-checksum v0.2.1 |
| 275 | 2026-09-04T03:14:15.621Z | Downloaded synstructure v0.13.2 |
| 276 | 2026-09-04T03:14:15.621Z | Downloaded base16ct v1.0.0 |
| 277 | 2026-09-04T03:14:15.621Z | Downloaded block-buffer v0.10.4 |
| 278 | 2026-09-04T03:14:15.621Z | Downloaded ipnetwork v0.21.1 |
| 279 | 2026-09-04T03:14:15.621Z | Downloaded arrayref v0.3.9 |
| 280 | 2026-09-04T03:14:15.621Z | Downloaded block-buffer v0.12.1 |
| 281 | 2026-09-04T03:14:15.621Z | Downloaded ingot v0.1.1 |
| 282 | 2026-09-04T03:14:15.621Z | Downloaded async-stream-impl v0.3.6 |
| 283 | 2026-09-04T03:14:15.621Z | Downloaded atomicwrites v0.4.4 |
| 284 | 2026-09-04T03:14:15.621Z | Downloaded byteorder v1.5.0 |
| 285 | 2026-09-04T03:14:15.621Z | Downloaded num-iter v0.1.46 |
| 286 | 2026-09-04T03:14:15.621Z | Downloaded cpufeatures v0.2.17 |
| 287 | 2026-09-04T03:14:15.621Z | Downloaded httpdate v1.0.3 |
| 288 | 2026-09-04T03:14:15.621Z | Downloaded cstr-argument v0.1.2 |
| 289 | 2026-09-04T03:14:15.621Z | Downloaded async-recursion v1.1.1 |
| 290 | 2026-09-04T03:14:15.621Z | Downloaded anstyle-query v1.1.5 |
| 291 | 2026-09-04T03:14:15.621Z | Downloaded bit-set v0.8.0 |
| 292 | 2026-09-04T03:14:15.621Z | Downloaded cfg-if v1.0.4 |
| 293 | 2026-09-04T03:14:15.621Z | Downloaded convert_case v0.4.0 |
| 294 | 2026-09-04T03:14:15.621Z | Downloaded bitflags v1.3.2 |
| 295 | 2026-09-04T03:14:15.621Z | Downloaded bytecount v0.6.9 |
| 296 | 2026-09-04T03:14:15.621Z | Downloaded num-derive v0.4.2 |
| 297 | 2026-09-04T03:14:15.622Z | Downloaded ingot-types v0.2.0 |
| 298 | 2026-09-04T03:14:15.622Z | Downloaded crc8 v0.1.1 |
| 299 | 2026-09-04T03:14:15.622Z | Downloaded newtype_derive v0.1.6 |
| 300 | 2026-09-04T03:14:15.622Z | Downloaded crunchy v0.2.4 |
| 301 | 2026-09-04T03:14:15.622Z | Downloaded cfg_aliases v0.2.2 |
| 302 | 2026-09-04T03:14:15.622Z | Downloaded ciborium-io v0.2.2 |
| 303 | 2026-09-04T03:14:15.622Z | Downloaded ingot-macros v0.1.1 |
| 304 | 2026-09-04T03:14:15.622Z | Downloaded clap_lex v1.1.0 |
| 305 | 2026-09-04T03:14:15.622Z | Downloaded crucible-workspace-hack v0.1.0 |
| 306 | 2026-09-04T03:14:15.622Z | Downloaded ingot-types v0.1.2 |
| 307 | 2026-09-04T03:14:15.622Z | Downloaded libsw-core v0.3.2 |
| 308 | 2026-09-04T03:14:15.622Z | Downloaded managed v0.8.0 |
| 309 | 2026-09-04T03:14:15.622Z | Downloaded atomic-waker v1.1.2 |
| 310 | 2026-09-04T03:14:15.622Z | Downloaded cobs v0.3.0 |
| 311 | 2026-09-04T03:14:15.622Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 312 | 2026-09-04T03:14:15.622Z | Downloaded humantime v2.4.0 |
| 313 | 2026-09-04T03:14:15.622Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 314 | 2026-09-04T03:14:15.622Z | Downloaded mime v0.3.17 |
| 315 | 2026-09-04T03:14:15.622Z | Downloaded icu_properties v2.2.0 |
| 316 | 2026-09-04T03:14:15.622Z | Downloaded jobserver v0.1.35 |
| 317 | 2026-09-04T03:14:15.623Z | Downloaded const-random v0.1.18 |
| 318 | 2026-09-04T03:14:15.623Z | Downloaded cpufeatures v0.3.0 |
| 319 | 2026-09-04T03:14:15.623Z | Downloaded compression-core v0.4.32 |
| 320 | 2026-09-04T03:14:15.623Z | Downloaded strsim v0.11.1 |
| 321 | 2026-09-04T03:14:15.623Z | Downloaded icu_normalizer v2.2.0 |
| 322 | 2026-09-04T03:14:15.623Z | Downloaded crypto-common v0.1.7 |
| 323 | 2026-09-04T03:14:15.623Z | Downloaded tabwriter v1.4.1 |
| 324 | 2026-09-04T03:14:15.623Z | Downloaded scopeguard v1.2.0 |
| 325 | 2026-09-04T03:14:15.623Z | Downloaded idna_adapter v1.2.2 |
| 326 | 2026-09-04T03:14:15.623Z | Downloaded instant v0.1.13 |
| 327 | 2026-09-04T03:14:15.623Z | Downloaded ciborium-ll v0.2.2 |
| 328 | 2026-09-04T03:14:15.623Z | Downloaded natord v1.0.9 |
| 329 | 2026-09-04T03:14:15.623Z | Downloaded sha1 v0.11.0 |
| 330 | 2026-09-04T03:14:15.623Z | Downloaded litemap v0.8.2 |
| 331 | 2026-09-04T03:14:15.623Z | Downloaded newtype-uuid v1.4.0 |
| 332 | 2026-09-04T03:14:15.623Z | Downloaded crypto-common v0.2.2 |
| 333 | 2026-09-04T03:14:15.623Z | Downloaded log v0.4.33 |
| 334 | 2026-09-04T03:14:15.623Z | Downloaded constant_time_eq v0.4.2 |
| 335 | 2026-09-04T03:14:15.623Z | Downloaded async-stream v0.3.6 |
| 336 | 2026-09-04T03:14:15.623Z | Downloaded autocfg v1.5.1 |
| 337 | 2026-09-04T03:14:15.623Z | Downloaded base64ct v1.8.3 |
| 338 | 2026-09-04T03:14:15.623Z | Downloaded memoffset v0.9.1 |
| 339 | 2026-09-04T03:14:15.623Z | Downloaded num-traits v0.2.19 |
| 340 | 2026-09-04T03:14:15.623Z | Downloaded lru-slab v0.1.2 |
| 341 | 2026-09-04T03:14:15.623Z | Downloaded stable_deref_trait v1.2.1 |
| 342 | 2026-09-04T03:14:15.623Z | Downloaded keccak v0.1.6 |
| 343 | 2026-09-04T03:14:15.623Z | Downloaded libscf-sys v1.2.0 |
| 344 | 2026-09-04T03:14:15.623Z | Downloaded hubpack_derive v0.1.1 |
| 345 | 2026-09-04T03:14:15.623Z | Downloaded lazy_static v1.5.0 |
| 346 | 2026-09-04T03:14:15.623Z | Downloaded newline-converter v0.3.0 |
| 347 | 2026-09-04T03:14:15.623Z | Downloaded memmap v0.7.0 |
| 348 | 2026-09-04T03:14:15.623Z | Downloaded num-conv v0.2.2 |
| 349 | 2026-09-04T03:14:15.623Z | Downloaded secrecy v0.10.3 |
| 350 | 2026-09-04T03:14:15.623Z | Downloaded camino v1.2.5 |
| 351 | 2026-09-04T03:14:15.623Z | Downloaded anstyle-parse v1.0.0 |
| 352 | 2026-09-04T03:14:15.623Z | Downloaded chacha20 v0.9.1 |
| 353 | 2026-09-04T03:14:15.625Z | Downloaded linear-map v1.2.0 |
| 354 | 2026-09-04T03:14:15.625Z | Downloaded tower-layer v0.3.3 |
| 355 | 2026-09-04T03:14:15.625Z | Downloaded critical-section v1.2.0 |
| 356 | 2026-09-04T03:14:15.625Z | Downloaded crossbeam-deque v0.8.7 |
| 357 | 2026-09-04T03:14:16.051Z | Downloaded arrayvec v0.7.8 |
| 358 | 2026-09-04T03:14:16.051Z | Downloaded cargo_toml v0.22.3 |
| 359 | 2026-09-04T03:14:16.051Z | Downloaded usdt v0.6.0 |
| 360 | 2026-09-04T03:14:16.051Z | Downloaded bitflags v2.13.1 |
| 361 | 2026-09-04T03:14:16.051Z | Downloaded tiny-keccak v2.0.2 |
| 362 | 2026-09-04T03:14:16.051Z | Downloaded tokio-tungstenite v0.21.0 |
| 363 | 2026-09-04T03:14:16.051Z | Downloaded untrusted v0.7.1 |
| 364 | 2026-09-04T03:14:16.051Z | Downloaded libsw v3.5.0 |
| 365 | 2026-09-04T03:14:16.052Z | Downloaded camino-tempfile v1.4.1 |
| 366 | 2026-09-04T03:14:16.052Z | Downloaded cipher v0.4.4 |
| 367 | 2026-09-04T03:14:16.052Z | Downloaded compression-codecs v0.4.38 |
| 368 | 2026-09-04T03:14:16.052Z | Downloaded csv-core v0.1.13 |
| 369 | 2026-09-04T03:14:16.052Z | Downloaded tower-service v0.3.3 |
| 370 | 2026-09-04T03:14:16.052Z | Downloaded bcs v0.1.6 |
| 371 | 2026-09-04T03:14:16.052Z | Downloaded rustls-pemfile v2.2.0 |
| 372 | 2026-09-04T03:14:16.052Z | Downloaded thiserror v1.0.69 |
| 373 | 2026-09-04T03:14:16.052Z | Downloaded smf v0.2.3 |
| 374 | 2026-09-04T03:14:16.052Z | Downloaded cmake v0.1.58 |
| 375 | 2026-09-04T03:14:16.052Z | Downloaded version_check v0.9.5 |
| 376 | 2026-09-04T03:14:16.052Z | Downloaded shlex v2.0.1 |
| 377 | 2026-09-04T03:14:16.052Z | Downloaded console v0.16.4 |
| 378 | 2026-09-04T03:14:16.052Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 379 | 2026-09-04T03:14:16.052Z | Downloaded anyhow v1.0.104 |
| 380 | 2026-09-04T03:14:16.052Z | Downloaded foreign-types v0.3.2 |
| 381 | 2026-09-04T03:14:16.052Z | Downloaded scroll_derive v0.13.1 |
| 382 | 2026-09-04T03:14:16.052Z | Downloaded thread_local v1.1.10 |
| 383 | 2026-09-04T03:14:16.052Z | Downloaded defmt v0.3.100 |
| 384 | 2026-09-04T03:14:16.052Z | Downloaded utf8_iter v1.0.4 |
| 385 | 2026-09-04T03:14:16.052Z | Downloaded zone_cfg_derive v0.3.1 |
| 386 | 2026-09-04T03:14:16.052Z | Downloaded static_assertions v1.1.0 |
| 387 | 2026-09-04T03:14:16.052Z | Downloaded openssl-macros v0.1.1 |
| 388 | 2026-09-04T03:14:16.052Z | Downloaded ciborium v0.2.2 |
| 389 | 2026-09-04T03:14:16.052Z | Downloaded lock_api v0.4.14 |
| 390 | 2026-09-04T03:14:16.052Z | Downloaded num-rational v0.4.2 |
| 391 | 2026-09-04T03:14:16.052Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 392 | 2026-09-04T03:14:16.052Z | Downloaded waitgroup v0.1.2 |
| 393 | 2026-09-04T03:14:16.052Z | Downloaded num-complex v0.4.6 |
| 394 | 2026-09-04T03:14:16.052Z | Downloaded zone v0.3.1 |
| 395 | 2026-09-04T03:14:16.052Z | Downloaded dof v0.3.0 |
| 396 | 2026-09-04T03:14:16.053Z | Downloaded enum-as-inner v0.6.1 |
| 397 | 2026-09-04T03:14:16.053Z | Downloaded foreign-types-shared v0.3.1 |
| 398 | 2026-09-04T03:14:16.053Z | Downloaded cookie v0.18.2 |
| 399 | 2026-09-04T03:14:16.053Z | Downloaded multer v3.1.0 |
| 400 | 2026-09-04T03:14:16.053Z | Downloaded tokio-stream v0.1.19 |
| 401 | 2026-09-04T03:14:16.053Z | Downloaded colored v3.1.1 |
| 402 | 2026-09-04T03:14:16.053Z | Downloaded const_format_proc_macros v0.2.34 |
| 403 | 2026-09-04T03:14:16.053Z | Downloaded crc32fast v1.5.0 |
| 404 | 2026-09-04T03:14:16.053Z | Downloaded clap_derive v4.6.4 |
| 405 | 2026-09-04T03:14:16.053Z | Downloaded hex v0.4.3 |
| 406 | 2026-09-04T03:14:16.053Z | Downloaded equivalent v1.0.2 |
| 407 | 2026-09-04T03:14:16.053Z | Downloaded futures-io v0.3.34 |
| 408 | 2026-09-04T03:14:16.053Z | Downloaded slog v2.8.2 |
| 409 | 2026-09-04T03:14:16.053Z | Downloaded group v0.13.0 |
| 410 | 2026-09-04T03:14:16.053Z | Downloaded indexmap v1.9.3 |
| 411 | 2026-09-04T03:14:16.053Z | Downloaded serde_tokenstream v0.3.0 |
| 412 | 2026-09-04T03:14:16.053Z | Downloaded inout v0.1.4 |
| 413 | 2026-09-04T03:14:16.053Z | Downloaded rustc_version v0.4.1 |
| 414 | 2026-09-04T03:14:16.053Z | Downloaded hostname v0.4.2 |
| 415 | 2026-09-04T03:14:16.053Z | Downloaded strum v0.27.2 |
| 416 | 2026-09-04T03:14:16.053Z | Downloaded crossbeam-epoch v0.9.20 |
| 417 | 2026-09-04T03:14:16.053Z | Downloaded serde-big-array v0.5.1 |
| 418 | 2026-09-04T03:14:16.053Z | Downloaded progenitor-client v0.10.0 |
| 419 | 2026-09-04T03:14:16.053Z | Downloaded ff v0.13.1 |
| 420 | 2026-09-04T03:14:16.053Z | Downloaded filetime v0.2.29 |
| 421 | 2026-09-04T03:14:16.053Z | Downloaded memmap2 v0.9.11 |
| 422 | 2026-09-04T03:14:16.053Z | Downloaded powerfmt v0.2.0 |
| 423 | 2026-09-04T03:14:16.054Z | Downloaded const-oid v0.10.2 |
| 424 | 2026-09-04T03:14:16.054Z | Downloaded icu_collections v2.2.0 |
| 425 | 2026-09-04T03:14:16.054Z | Downloaded is_terminal_polyfill v1.70.2 |
| 426 | 2026-09-04T03:14:16.054Z | Downloaded progenitor-macro v0.13.0 |
| 427 | 2026-09-04T03:14:16.054Z | Downloaded hyper-util v0.1.20 |
| 428 | 2026-09-04T03:14:16.054Z | Downloaded num_threads v0.1.7 |
| 429 | 2026-09-04T03:14:16.054Z | Downloaded whoami v1.6.1 |
| 430 | 2026-09-04T03:14:16.054Z | Downloaded xattr v1.6.1 |
| 431 | 2026-09-04T03:14:16.054Z | Downloaded proc-macro-error-attr v1.0.4 |
| 432 | 2026-09-04T03:14:16.054Z | Downloaded serial_test v4.0.1 |
| 433 | 2026-09-04T03:14:16.054Z | Downloaded parse-display v0.10.0 |
| 434 | 2026-09-04T03:14:16.054Z | Downloaded pin-project-lite v0.2.17 |
| 435 | 2026-09-04T03:14:16.054Z | Downloaded deranged v0.5.8 |
| 436 | 2026-09-04T03:14:16.054Z | Downloaded chacha20 v0.10.1 |
| 437 | 2026-09-04T03:14:16.054Z | Downloaded pest_generator v2.8.8 |
| 438 | 2026-09-04T03:14:16.054Z | Downloaded ucd-trie v0.1.7 |
| 439 | 2026-09-04T03:14:16.054Z | Downloaded time-core v0.1.9 |
| 440 | 2026-09-04T03:14:16.054Z | Downloaded konst_macro_rules v0.2.19 |
| 441 | 2026-09-04T03:14:16.054Z | Downloaded serde_plain v1.0.2 |
| 442 | 2026-09-04T03:14:16.054Z | Downloaded sha1 v0.10.7 |
| 443 | 2026-09-04T03:14:16.054Z | Downloaded icu_locale_core v2.2.0 |
| 444 | 2026-09-04T03:14:16.055Z | Downloaded structmeta-derive v0.3.0 |
| 445 | 2026-09-04T03:14:16.055Z | Downloaded indicatif v0.18.6 |
| 446 | 2026-09-04T03:14:16.055Z | Downloaded test-strategy v0.4.5 |
| 447 | 2026-09-04T03:14:16.055Z | Downloaded crossbeam-utils v0.8.22 |
| 448 | 2026-09-04T03:14:16.055Z | Downloaded backon v1.6.0 |
| 449 | 2026-09-04T03:14:16.055Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 450 | 2026-09-04T03:14:16.055Z | Downloaded schemars v0.8.22 |
| 451 | 2026-09-04T03:14:16.055Z | Downloaded serde_core v1.0.229 |
| 452 | 2026-09-04T03:14:16.055Z | Downloaded diff v0.1.13 |
| 453 | 2026-09-04T03:14:16.055Z | Downloaded getrandom v0.2.17 |
| 454 | 2026-09-04T03:14:16.055Z | Downloaded jiff-core v0.1.0 |
| 455 | 2026-09-04T03:14:16.055Z | Downloaded match_cfg v0.1.0 |
| 456 | 2026-09-04T03:14:16.055Z | Downloaded unit-prefix v0.5.2 |
| 457 | 2026-09-04T03:14:16.090Z | Downloaded tokio-macros v2.7.2 |
| 458 | 2026-09-04T03:14:16.090Z | Downloaded serde_tokenstream v0.2.3 |
| 459 | 2026-09-04T03:14:16.090Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 460 | 2026-09-04T03:14:16.090Z | Downloaded wait-timeout v0.2.1 |
| 461 | 2026-09-04T03:14:16.090Z | Downloaded pem v3.0.6 |
| 462 | 2026-09-04T03:14:16.090Z | Downloaded zmij v1.0.23 |
| 463 | 2026-09-04T03:14:16.090Z | Downloaded nom v7.1.3 |
| 464 | 2026-09-04T03:14:16.090Z | Downloaded lru-cache v0.1.2 |
| 465 | 2026-09-04T03:14:16.090Z | Downloaded newtype-uuid-macros v0.1.1 |
| 466 | 2026-09-04T03:14:16.090Z | Downloaded serde_yaml v0.9.34+deprecated |
| 467 | 2026-09-04T03:14:16.090Z | Downloaded usdt-macro v0.5.0 |
| 468 | 2026-09-04T03:14:16.090Z | Downloaded xz2 v0.1.7 |
| 469 | 2026-09-04T03:14:16.090Z | Downloaded socket2 v0.6.5 |
| 470 | 2026-09-04T03:14:16.090Z | Downloaded darling_macro v0.21.3 |
| 471 | 2026-09-04T03:14:16.090Z | Downloaded hubpack v0.1.2 |
| 472 | 2026-09-04T03:14:16.091Z | Downloaded konst v0.2.20 |
| 473 | 2026-09-04T03:14:16.091Z | Downloaded parking_lot v0.11.2 |
| 474 | 2026-09-04T03:14:16.091Z | Downloaded oxide-tokio-rt v0.1.6 |
| 475 | 2026-09-04T03:14:16.091Z | Downloaded phf v0.12.1 |
| 476 | 2026-09-04T03:14:16.091Z | Downloaded tempfile v3.27.0 |
| 477 | 2026-09-04T03:14:16.091Z | Downloaded futures-core v0.3.34 |
| 478 | 2026-09-04T03:14:16.091Z | Downloaded ingot-macros v0.2.0 |
| 479 | 2026-09-04T03:14:16.091Z | Downloaded base64 v0.21.7 |
| 480 | 2026-09-04T03:14:16.091Z | Downloaded dyn-clone v1.0.20 |
| 481 | 2026-09-04T03:14:16.091Z | Downloaded base64 v0.22.1 |
| 482 | 2026-09-04T03:14:16.091Z | Downloaded progenitor v0.14.0 |
| 483 | 2026-09-04T03:14:16.091Z | Downloaded slog-bunyan v2.5.0 |
| 484 | 2026-09-04T03:14:16.091Z | Downloaded pkg-config v0.3.33 |
| 485 | 2026-09-04T03:14:16.091Z | Downloaded clap v4.6.6 |
| 486 | 2026-09-04T03:14:16.091Z | Downloaded thiserror-impl v2.0.20 |
| 487 | 2026-09-04T03:14:16.091Z | Downloaded smawk v0.3.3 |
| 488 | 2026-09-04T03:14:16.091Z | Downloaded thiserror-impl v1.0.69 |
| 489 | 2026-09-04T03:14:16.091Z | Downloaded itertools v0.12.1 |
| 490 | 2026-09-04T03:14:16.091Z | Downloaded heck v0.5.0 |
| 491 | 2026-09-04T03:14:16.091Z | Downloaded serial_test_derive v4.0.1 |
| 492 | 2026-09-04T03:14:16.091Z | Downloaded hmac v0.12.1 |
| 493 | 2026-09-04T03:14:16.091Z | Downloaded yoke v0.8.3 |
| 494 | 2026-09-04T03:14:16.091Z | Downloaded slog-dtrace v0.3.0 |
| 495 | 2026-09-04T03:14:16.091Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 496 | 2026-09-04T03:14:16.092Z | Downloaded fs_extra v1.3.0 |
| 497 | 2026-09-04T03:14:16.092Z | Downloaded num_enum v0.5.11 |
| 498 | 2026-09-04T03:14:16.092Z | Downloaded once_cell v1.21.4 |
| 499 | 2026-09-04T03:14:16.092Z | Downloaded rand_core v0.9.5 |
| 500 | 2026-09-04T03:14:16.092Z | Downloaded unarray v0.1.4 |
| 501 | 2026-09-04T03:14:16.092Z | Downloaded chacha20poly1305 v0.10.1 |
| 502 | 2026-09-04T03:14:16.092Z | Downloaded crypto-bigint v0.5.5 |
| 503 | 2026-09-04T03:14:16.092Z | Downloaded num-integer v0.1.47 |
| 504 | 2026-09-04T03:14:16.092Z | Downloaded hybrid-array v0.4.14 |
| 505 | 2026-09-04T03:14:16.092Z | Downloaded heck v0.4.1 |
| 506 | 2026-09-04T03:14:16.092Z | Downloaded futures-task v0.3.34 |
| 507 | 2026-09-04T03:14:16.092Z | Downloaded slog-envlogger v2.2.0 |
| 508 | 2026-09-04T03:14:16.092Z | Downloaded olpc-cjson v0.1.4 |
| 509 | 2026-09-04T03:14:16.092Z | Downloaded bytes v1.12.1 |
| 510 | 2026-09-04T03:14:16.092Z | Downloaded crossbeam-channel v0.5.16 |
| 511 | 2026-09-04T03:14:16.092Z | Downloaded strum_macros v0.26.4 |
| 512 | 2026-09-04T03:14:16.092Z | Downloaded cc v1.4.2 |
| 513 | 2026-09-04T03:14:16.092Z | Downloaded universal-hash v0.5.1 |
| 514 | 2026-09-04T03:14:16.092Z | Downloaded ref-cast-impl v1.0.26 |
| 515 | 2026-09-04T03:14:16.092Z | Downloaded utf-8 v0.7.6 |
| 516 | 2026-09-04T03:14:16.092Z | Downloaded toml v0.8.23 |
| 517 | 2026-09-04T03:14:16.092Z | Downloaded progenitor v0.13.0 |
| 518 | 2026-09-04T03:14:16.092Z | Downloaded schemars_derive v0.8.22 |
| 519 | 2026-09-04T03:14:16.092Z | Downloaded const_format v0.2.36 |
| 520 | 2026-09-04T03:14:16.092Z | Downloaded potential_utf v0.1.5 |
| 521 | 2026-09-04T03:14:16.092Z | Downloaded toml_datetime v0.6.11 |
| 522 | 2026-09-04T03:14:16.092Z | Downloaded omicron-workspace-hack v0.1.0 |
| 523 | 2026-09-04T03:14:16.092Z | Downloaded serde_urlencoded v0.7.1 |
| 524 | 2026-09-04T03:14:16.092Z | Downloaded subtle v2.6.1 |
| 525 | 2026-09-04T03:14:16.092Z | Downloaded topological-sort v0.2.2 |
| 526 | 2026-09-04T03:14:16.092Z | Downloaded arc-swap v1.9.2 |
| 527 | 2026-09-04T03:14:16.092Z | Downloaded scroll v0.12.0 |
| 528 | 2026-09-04T03:14:16.093Z | Downloaded term v1.2.1 |
| 529 | 2026-09-04T03:14:16.093Z | Downloaded minimal-lexical v0.2.1 |
| 530 | 2026-09-04T03:14:16.093Z | Downloaded http v1.5.0 |
| 531 | 2026-09-04T03:14:16.093Z | Downloaded itertools v0.14.0 |
| 532 | 2026-09-04T03:14:16.093Z | Downloaded rustls-webpki v0.103.14 |
| 533 | 2026-09-04T03:14:16.093Z | Downloaded steno v0.4.1 |
| 534 | 2026-09-04T03:14:16.093Z | Downloaded zerofrom v0.1.8 |
| 535 | 2026-09-04T03:14:16.093Z | Downloaded macaddr v1.0.1 |
| 536 | 2026-09-04T03:14:16.093Z | Downloaded typify-macro v0.6.2 |
| 537 | 2026-09-04T03:14:16.093Z | Downloaded take_mut v0.2.2 |
| 538 | 2026-09-04T03:14:16.093Z | Downloaded erased-serde v0.3.31 |
| 539 | 2026-09-04T03:14:16.093Z | Downloaded slog-async v2.8.0 |
| 540 | 2026-09-04T03:14:16.093Z | Downloaded ingot v0.2.1 |
| 541 | 2026-09-04T03:14:16.093Z | Downloaded yansi v1.0.1 |
| 542 | 2026-09-04T03:14:16.093Z | Downloaded darling v0.21.3 |
| 543 | 2026-09-04T03:14:16.093Z | Downloaded usdt-macro v0.6.0 |
| 544 | 2026-09-04T03:14:16.093Z | Downloaded spin v0.5.2 |
| 545 | 2026-09-04T03:14:16.093Z | Downloaded darling_macro v0.23.0 |
| 546 | 2026-09-04T03:14:16.093Z | Downloaded async-compression v0.4.43 |
| 547 | 2026-09-04T03:14:16.093Z | Downloaded embedded-io v0.4.0 |
| 548 | 2026-09-04T03:14:16.093Z | Downloaded form_urlencoded v1.2.2 |
| 549 | 2026-09-04T03:14:16.094Z | Downloaded miniz_oxide v0.8.9 |
| 550 | 2026-09-04T03:14:16.094Z | Downloaded scroll v0.13.0 |
| 551 | 2026-09-04T03:14:16.094Z | Downloaded git-stub-vcs v0.1.0 |
| 552 | 2026-09-04T03:14:16.094Z | Downloaded dof v0.4.0 |
| 553 | 2026-09-04T03:14:16.094Z | Downloaded usdt-impl v0.6.0 |
| 554 | 2026-09-04T03:14:16.094Z | Downloaded strum v0.26.3 |
| 555 | 2026-09-04T03:14:16.094Z | Downloaded poly1305 v0.8.0 |
| 556 | 2026-09-04T03:14:16.094Z | Downloaded foldhash v0.2.0 |
| 557 | 2026-09-04T03:14:16.124Z | Downloaded fixedbitset v0.4.2 |
| 558 | 2026-09-04T03:14:16.124Z | Downloaded hostname v0.3.1 |
| 559 | 2026-09-04T03:14:16.124Z | Downloaded progenitor-macro v0.14.0 |
| 560 | 2026-09-04T03:14:16.124Z | Downloaded defmt-parser v1.0.0 |
| 561 | 2026-09-04T03:14:16.124Z | Downloaded proc-macro-crate v1.3.1 |
| 562 | 2026-09-04T03:14:16.124Z | Downloaded serde_spanned v1.1.1 |
| 563 | 2026-09-04T03:14:16.124Z | Downloaded ref-cast v1.0.26 |
| 564 | 2026-09-04T03:14:16.124Z | Downloaded tungstenite v0.21.0 |
| 565 | 2026-09-04T03:14:16.124Z | Downloaded rand_core v0.10.1 |
| 566 | 2026-09-04T03:14:16.124Z | Downloaded rustls-native-certs v0.8.4 |
| 567 | 2026-09-04T03:14:16.124Z | Downloaded elliptic-curve v0.13.8 |
| 568 | 2026-09-04T03:14:16.124Z | Downloaded usdt v0.5.0 |
| 569 | 2026-09-04T03:14:16.124Z | Downloaded thread-id v5.1.0 |
| 570 | 2026-09-04T03:14:16.124Z | Downloaded quinn-udp v0.5.15 |
| 571 | 2026-09-04T03:14:16.124Z | Downloaded parking_lot_core v0.8.6 |
| 572 | 2026-09-04T03:14:16.124Z | Downloaded foreign-types-macros v0.2.4 |
| 573 | 2026-09-04T03:14:16.124Z | Downloaded pest_derive v2.8.8 |
| 574 | 2026-09-04T03:14:16.124Z | Downloaded scroll_derive v0.12.1 |
| 575 | 2026-09-04T03:14:16.124Z | Downloaded typify v0.4.3 |
| 576 | 2026-09-04T03:14:16.124Z | Downloaded derive_more v0.99.20 |
| 577 | 2026-09-04T03:14:16.125Z | Downloaded hickory-resolver v0.25.2 |
| 578 | 2026-09-04T03:14:16.125Z | Downloaded progenitor v0.10.0 |
| 579 | 2026-09-04T03:14:16.125Z | Downloaded idna v1.1.0 |
| 580 | 2026-09-04T03:14:16.125Z | Downloaded rustls-pki-types v1.15.1 |
| 581 | 2026-09-04T03:14:16.125Z | Downloaded supports-color v3.0.2 |
| 582 | 2026-09-04T03:14:16.125Z | Downloaded password-hash v0.5.0 |
| 583 | 2026-09-04T03:14:16.125Z | Downloaded ppv-lite86 v0.2.21 |
| 584 | 2026-09-04T03:14:16.125Z | Downloaded slog-term v2.9.2 |
| 585 | 2026-09-04T03:14:16.125Z | Downloaded simd-adler32 v0.3.10 |
| 586 | 2026-09-04T03:14:16.125Z | Downloaded utf8parse v0.2.2 |
| 587 | 2026-09-04T03:14:16.126Z | Downloaded globset v0.4.20 |
| 588 | 2026-09-04T03:14:16.126Z | Downloaded untrusted v0.9.0 |
| 589 | 2026-09-04T03:14:16.126Z | Downloaded openssl-probe v0.2.1 |
| 590 | 2026-09-04T03:14:16.126Z | Downloaded tar v0.4.46 |
| 591 | 2026-09-04T03:14:16.126Z | Downloaded futures-executor v0.3.34 |
| 592 | 2026-09-04T03:14:16.126Z | Downloaded signal-hook-registry v1.4.8 |
| 593 | 2026-09-04T03:14:16.126Z | Downloaded zeroize_derive v1.5.0 |
| 594 | 2026-09-04T03:14:16.126Z | Downloaded typeid v1.0.3 |
| 595 | 2026-09-04T03:14:16.126Z | Downloaded siphasher v1.0.3 |
| 596 | 2026-09-04T03:14:16.126Z | Downloaded prettyplease v0.2.37 |
| 597 | 2026-09-04T03:14:16.126Z | Downloaded find-msvc-tools v0.1.10 |
| 598 | 2026-09-04T03:14:16.126Z | Downloaded proc-macro-crate v3.5.0 |
| 599 | 2026-09-04T03:14:16.126Z | Downloaded rustc_version v0.1.7 |
| 600 | 2026-09-04T03:14:16.126Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 601 | 2026-09-04T03:14:16.126Z | Downloaded progenitor-client v0.14.0 |
| 602 | 2026-09-04T03:14:16.126Z | Downloaded structmeta v0.3.0 |
| 603 | 2026-09-04T03:14:16.126Z | Downloaded thin-vec v0.2.19 |
| 604 | 2026-09-04T03:14:16.126Z | Downloaded daft-derive v0.1.8 |
| 605 | 2026-09-04T03:14:16.126Z | Downloaded opaque-debug v0.3.1 |
| 606 | 2026-09-04T03:14:16.126Z | Downloaded displaydoc v0.2.7 |
| 607 | 2026-09-04T03:14:16.126Z | Downloaded rusty-fork v0.3.1 |
| 608 | 2026-09-04T03:14:16.126Z | Downloaded rayon-core v1.13.0 |
| 609 | 2026-09-04T03:14:16.129Z | Downloaded glob v0.3.4 |
| 610 | 2026-09-04T03:14:16.129Z | Downloaded snafu-derive v0.8.9 |
| 611 | 2026-09-04T03:14:16.129Z | Downloaded yoke-derive v0.8.2 |
| 612 | 2026-09-04T03:14:16.129Z | Downloaded parking_lot v0.12.5 |
| 613 | 2026-09-04T03:14:16.129Z | Downloaded semver v0.1.20 |
| 614 | 2026-09-04T03:14:16.129Z | Downloaded similar v3.2.0 |
| 615 | 2026-09-04T03:14:16.129Z | Downloaded darling v0.23.0 |
| 616 | 2026-09-04T03:14:16.129Z | Downloaded serde_repr v0.1.21 |
| 617 | 2026-09-04T03:14:16.129Z | Downloaded dunce v1.0.5 |
| 618 | 2026-09-04T03:14:16.129Z | Downloaded omicron-zone-package v0.12.3 |
| 619 | 2026-09-04T03:14:16.129Z | Downloaded icu_provider v2.2.0 |
| 620 | 2026-09-04T03:14:16.129Z | Downloaded zeroize v1.9.0 |
| 621 | 2026-09-04T03:14:16.129Z | Downloaded strum_macros v0.27.2 |
| 622 | 2026-09-04T03:14:16.129Z | Downloaded terminal_size v0.4.4 |
| 623 | 2026-09-04T03:14:16.129Z | Downloaded usdt-attr-macro v0.5.0 |
| 624 | 2026-09-04T03:14:16.129Z | Downloaded hash32 v0.3.1 |
| 625 | 2026-09-04T03:14:16.129Z | Downloaded unicode-xid v0.2.6 |
| 626 | 2026-09-04T03:14:16.129Z | Downloaded serde_derive v1.0.229 |
| 627 | 2026-09-04T03:14:16.129Z | Downloaded getrandom v0.3.4 |
| 628 | 2026-09-04T03:14:16.129Z | Downloaded typify-macro v0.4.3 |
| 629 | 2026-09-04T03:14:16.129Z | Downloaded errno v0.3.14 |
| 630 | 2026-09-04T03:14:16.129Z | Downloaded float-ord v0.3.2 |
| 631 | 2026-09-04T03:14:16.129Z | Downloaded icu_normalizer_data v2.2.0 |
| 632 | 2026-09-04T03:14:16.130Z | Downloaded phf_shared v0.12.1 |
| 633 | 2026-09-04T03:14:16.130Z | Downloaded fnv v1.0.7 |
| 634 | 2026-09-04T03:14:16.130Z | Downloaded ron v0.12.2 |
| 635 | 2026-09-04T03:14:16.130Z | Downloaded fs-err v3.3.1 |
| 636 | 2026-09-04T03:14:16.130Z | Downloaded either v1.17.0 |
| 637 | 2026-09-04T03:14:16.130Z | Downloaded resolv-conf v0.7.6 |
| 638 | 2026-09-04T03:14:16.130Z | Downloaded gethostname v0.5.0 |
| 639 | 2026-09-04T03:14:16.130Z | Downloaded uuid v1.26.0 |
| 640 | 2026-09-04T03:14:16.130Z | Downloaded futures-channel v0.3.34 |
| 641 | 2026-09-04T03:14:16.130Z | Downloaded serde_path_to_error v0.1.20 |
| 642 | 2026-09-04T03:14:16.130Z | Downloaded rand_chacha v0.3.1 |
| 643 | 2026-09-04T03:14:16.130Z | Downloaded fastrand v2.5.0 |
| 644 | 2026-09-04T03:14:16.130Z | Downloaded port-file v0.1.0 |
| 645 | 2026-09-04T03:14:16.130Z | Downloaded rand_xorshift v0.4.0 |
| 646 | 2026-09-04T03:14:16.130Z | Downloaded thread-id v4.2.2 |
| 647 | 2026-09-04T03:14:16.130Z | Downloaded unicode-linebreak v0.1.5 |
| 648 | 2026-09-04T03:14:16.130Z | Downloaded zerofrom-derive v0.1.7 |
| 649 | 2026-09-04T03:14:16.130Z | Downloaded rand v0.10.2 |
| 650 | 2026-09-04T03:14:16.130Z | Downloaded defmt-macros v1.1.1 |
| 651 | 2026-09-04T03:14:16.130Z | Downloaded rand_core v0.6.4 |
| 652 | 2026-09-04T03:14:16.130Z | Downloaded slog-json v2.6.1 |
| 653 | 2026-09-04T03:14:16.130Z | Downloaded typify v0.6.2 |
| 654 | 2026-09-04T03:14:16.130Z | Downloaded smallvec v1.15.2 |
| 655 | 2026-09-04T03:14:16.130Z | Downloaded quick-error v1.2.3 |
| 656 | 2026-09-04T03:14:16.130Z | Downloaded toml_write v0.1.2 |
| 657 | 2026-09-04T03:14:16.148Z | Downloaded proc-macro-error v1.0.4 |
| 658 | 2026-09-04T03:14:16.148Z | Downloaded serde_derive_internals v0.29.1 |
| 659 | 2026-09-04T03:14:16.148Z | Downloaded rustversion v1.0.23 |
| 660 | 2026-09-04T03:14:16.148Z | Downloaded rand_chacha v0.9.0 |
| 661 | 2026-09-04T03:14:16.148Z | Downloaded sigpipe v0.1.3 |
| 662 | 2026-09-04T03:14:16.148Z | Downloaded tabled_derive v0.7.0 |
| 663 | 2026-09-04T03:14:16.148Z | Downloaded postcard v1.1.3 |
| 664 | 2026-09-04T03:14:16.148Z | Downloaded schemars v1.2.2 |
| 665 | 2026-09-04T03:14:16.148Z | Downloaded rhai_codegen v3.2.0 |
| 666 | 2026-09-04T03:14:16.148Z | Downloaded num_enum v0.7.6 |
| 667 | 2026-09-04T03:14:16.148Z | Downloaded plain v0.2.3 |
| 668 | 2026-09-04T03:14:16.148Z | Downloaded zerotrie v0.2.4 |
| 669 | 2026-09-04T03:14:16.148Z | Downloaded futures-macro v0.3.34 |
| 670 | 2026-09-04T03:14:16.149Z | Downloaded heapless v0.8.0 |
| 671 | 2026-09-04T03:14:16.149Z | Downloaded pin-project-internal v1.1.13 |
| 672 | 2026-09-04T03:14:16.149Z | Downloaded foreign-types v0.5.0 |
| 673 | 2026-09-04T03:14:16.149Z | Downloaded generic-array v0.14.7 |
| 674 | 2026-09-04T03:14:16.149Z | Downloaded dropshot_endpoint v0.17.1 |
| 675 | 2026-09-04T03:14:16.149Z | Downloaded paste v1.0.15 |
| 676 | 2026-09-04T03:14:16.149Z | Downloaded progenitor-impl v0.10.0 |
| 677 | 2026-09-04T03:14:16.149Z | Downloaded getrandom v0.4.3 |
| 678 | 2026-09-04T03:14:16.149Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 679 | 2026-09-04T03:14:16.149Z | Downloaded tracing-attributes v0.1.31 |
| 680 | 2026-09-04T03:14:16.149Z | Downloaded progenitor-macro v0.10.0 |
| 681 | 2026-09-04T03:14:16.149Z | Downloaded tagptr v0.2.0 |
| 682 | 2026-09-04T03:14:16.149Z | Downloaded progenitor-impl v0.13.0 |
| 683 | 2026-09-04T03:14:16.149Z | Downloaded pin-project v1.1.13 |
| 684 | 2026-09-04T03:14:16.149Z | Downloaded thiserror-no-std v2.0.2 |
| 685 | 2026-09-04T03:14:16.149Z | Downloaded tinyvec_macros v0.1.1 |
| 686 | 2026-09-04T03:14:16.149Z | Downloaded usdt-attr-macro v0.6.0 |
| 687 | 2026-09-04T03:14:16.149Z | Downloaded spin v0.9.9 |
| 688 | 2026-09-04T03:14:16.149Z | Downloaded git-stub v1.0.0 |
| 689 | 2026-09-04T03:14:16.149Z | Downloaded oxnet v0.1.7 |
| 690 | 2026-09-04T03:14:16.150Z | Downloaded progenitor-extras v0.2.0 |
| 691 | 2026-09-04T03:14:16.150Z | Downloaded openssl-sys v0.9.117 |
| 692 | 2026-09-04T03:14:16.150Z | Downloaded slog-stdlog v4.1.1 |
| 693 | 2026-09-04T03:14:16.150Z | Downloaded derive-where v1.6.1 |
| 694 | 2026-09-04T03:14:16.150Z | Downloaded dtrace-parser v0.2.0 |
| 695 | 2026-09-04T03:14:16.150Z | Downloaded serde_with_macros v3.22.0 |
| 696 | 2026-09-04T03:14:16.150Z | Downloaded toml v0.7.8 |
| 697 | 2026-09-04T03:14:16.150Z | Downloaded zerocopy-derive v0.7.35 |
| 698 | 2026-09-04T03:14:16.150Z | Downloaded tinystr v0.8.3 |
| 699 | 2026-09-04T03:14:16.150Z | Downloaded data-encoding v2.11.1 |
| 700 | 2026-09-04T03:14:16.150Z | Downloaded digest v0.11.3 |
| 701 | 2026-09-04T03:14:16.150Z | Downloaded rustc-hash v2.1.3 |
| 702 | 2026-09-04T03:14:16.151Z | Downloaded papergrid v0.11.0 |
| 703 | 2026-09-04T03:14:16.151Z | Downloaded hyper v1.11.0 |
| 704 | 2026-09-04T03:14:16.151Z | Downloaded sha2 v0.10.9 |
| 705 | 2026-09-04T03:14:16.151Z | Downloaded icu_properties_data v2.2.0 |
| 706 | 2026-09-04T03:14:16.151Z | Downloaded num_enum_derive v0.7.6 |
| 707 | 2026-09-04T03:14:16.151Z | Downloaded rand v0.9.5 |
| 708 | 2026-09-04T03:14:16.151Z | Downloaded tinyvec v1.12.0 |
| 709 | 2026-09-04T03:14:16.151Z | Downloaded tracing-core v0.1.36 |
| 710 | 2026-09-04T03:14:16.151Z | Downloaded highway v1.3.0 |
| 711 | 2026-09-04T03:14:16.151Z | Downloaded testing_table v0.3.0 |
| 712 | 2026-09-04T03:14:16.151Z | Downloaded vsss-rs v3.3.4 |
| 713 | 2026-09-04T03:14:16.151Z | Downloaded dtrace-parser v0.3.0 |
| 714 | 2026-09-04T03:14:16.151Z | Downloaded embedded-io v0.6.1 |
| 715 | 2026-09-04T03:14:16.151Z | Downloaded num_enum_derive v0.5.11 |
| 716 | 2026-09-04T03:14:16.152Z | Downloaded foreign-types-shared v0.1.1 |
| 717 | 2026-09-04T03:14:16.152Z | Downloaded memchr v2.8.3 |
| 718 | 2026-09-04T03:14:16.152Z | Downloaded pretty-hex v0.4.2 |
| 719 | 2026-09-04T03:14:16.152Z | Downloaded serde_spanned v0.6.9 |
| 720 | 2026-09-04T03:14:16.152Z | Downloaded textwrap v0.16.2 |
| 721 | 2026-09-04T03:14:16.152Z | Downloaded progenitor-client v0.13.0 |
| 722 | 2026-09-04T03:14:16.152Z | Downloaded swrite v0.1.0 |
| 723 | 2026-09-04T03:14:16.152Z | Downloaded try-lock v0.2.5 |
| 724 | 2026-09-04T03:14:16.152Z | Downloaded dropshot-api-manager v0.8.0 |
| 725 | 2026-09-04T03:14:16.152Z | Downloaded percent-encoding v2.3.2 |
| 726 | 2026-09-04T03:14:16.152Z | Downloaded semver v1.0.28 |
| 727 | 2026-09-04T03:14:16.152Z | Downloaded drift v0.2.0 |
| 728 | 2026-09-04T03:14:16.152Z | Downloaded rand_pcg v0.10.2 |
| 729 | 2026-09-04T03:14:16.152Z | Downloaded quinn v0.11.11 |
| 730 | 2026-09-04T03:14:16.152Z | Downloaded want v0.3.1 |
| 731 | 2026-09-04T03:14:16.152Z | Downloaded fxhash v0.2.1 |
| 732 | 2026-09-04T03:14:16.152Z | Downloaded termtree v0.5.1 |
| 733 | 2026-09-04T03:14:16.152Z | Downloaded papergrid v0.18.0 |
| 734 | 2026-09-04T03:14:16.152Z | Downloaded zerovec-derive v0.11.3 |
| 735 | 2026-09-04T03:14:16.152Z | Downloaded derive-ex v0.1.8 |
| 736 | 2026-09-04T03:14:16.152Z | Downloaded parse-display-derive v0.10.0 |
| 737 | 2026-09-04T03:14:16.152Z | Downloaded thiserror v2.0.20 |
| 738 | 2026-09-04T03:14:16.152Z | Downloaded fixedbitset v0.5.7 |
| 739 | 2026-09-04T03:14:16.152Z | Downloaded same-file v1.0.6 |
| 740 | 2026-09-04T03:14:16.152Z | Downloaded unsafe-libyaml v0.2.11 |
| 741 | 2026-09-04T03:14:16.152Z | Downloaded futures-sink v0.3.34 |
| 742 | 2026-09-04T03:14:16.152Z | Downloaded defmt v1.1.1 |
| 743 | 2026-09-04T03:14:16.153Z | Downloaded hashbrown v0.12.3 |
| 744 | 2026-09-04T03:14:16.153Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 745 | 2026-09-04T03:14:16.153Z | Downloaded owo-colors v4.3.0 |
| 746 | 2026-09-04T03:14:16.153Z | Downloaded ryu v1.0.23 |
| 747 | 2026-09-04T03:14:16.153Z | Downloaded usdt-impl v0.5.0 |
| 748 | 2026-09-04T03:14:16.153Z | Downloaded sync_wrapper v1.0.2 |
| 749 | 2026-09-04T03:14:16.153Z | Downloaded foldhash v0.1.5 |
| 750 | 2026-09-04T03:14:16.153Z | Downloaded slab v0.4.12 |
| 751 | 2026-09-04T03:14:16.153Z | Downloaded walkdir v2.5.0 |
| 752 | 2026-09-04T03:14:16.153Z | Downloaded futures v0.3.34 |
| 753 | 2026-09-04T03:14:16.153Z | Downloaded time-macros v0.2.32 |
| 754 | 2026-09-04T03:14:16.153Z | Downloaded blake3 v1.8.6 |
| 755 | 2026-09-04T03:14:16.153Z | Downloaded typenum v1.20.1 |
| 756 | 2026-09-04T03:14:16.153Z | Downloaded clap_builder v4.6.6 |
| 757 | 2026-09-04T03:14:16.173Z | Downloaded tokio-dtrace v0.1.1 |
| 758 | 2026-09-04T03:14:16.173Z | Downloaded digest v0.10.7 |
| 759 | 2026-09-04T03:14:16.173Z | Downloaded parking_lot_core v0.9.12 |
| 760 | 2026-09-04T03:14:16.173Z | Downloaded smartstring v1.0.1 |
| 761 | 2026-09-04T03:14:16.173Z | Downloaded writeable v0.6.3 |
| 762 | 2026-09-04T03:14:16.174Z | Downloaded nom v8.0.0 |
| 763 | 2026-09-04T03:14:16.174Z | Downloaded debug-ignore v1.0.5 |
| 764 | 2026-09-04T03:14:16.174Z | Downloaded darling_core v0.23.0 |
| 765 | 2026-09-04T03:14:16.174Z | Downloaded quote v1.0.47 |
| 766 | 2026-09-04T03:14:16.174Z | Downloaded pest_meta v2.8.8 |
| 767 | 2026-09-04T03:14:16.174Z | Downloaded libm v0.2.16 |
| 768 | 2026-09-04T03:14:16.174Z | Downloaded tower-http v0.6.11 |
| 769 | 2026-09-04T03:14:16.174Z | Downloaded qorb v0.4.1 |
| 770 | 2026-09-04T03:14:16.174Z | Downloaded unicode-ident v1.0.24 |
| 771 | 2026-09-04T03:14:16.174Z | Downloaded unicode-normalization v0.1.25 |
| 772 | 2026-09-04T03:14:16.174Z | Downloaded futures-util v0.3.34 |
| 773 | 2026-09-04T03:14:16.174Z | Downloaded reqwest v0.12.28 |
| 774 | 2026-09-04T03:14:16.174Z | Downloaded rustls-platform-verifier v0.7.0 |
| 775 | 2026-09-04T03:14:16.174Z | Downloaded mio v1.2.2 |
| 776 | 2026-09-04T03:14:16.174Z | Downloaded tokio-rustls v0.26.4 |
| 777 | 2026-09-04T03:14:16.174Z | Downloaded url v2.5.8 |
| 778 | 2026-09-04T03:14:16.174Z | Downloaded proc-macro2 v1.0.107 |
| 779 | 2026-09-04T03:14:16.174Z | Downloaded snafu v0.8.9 |
| 780 | 2026-09-04T03:14:16.174Z | Downloaded darling_core v0.21.3 |
| 781 | 2026-09-04T03:14:16.174Z | Downloaded similar v2.7.0 |
| 782 | 2026-09-04T03:14:16.174Z | Downloaded reqwest v0.13.4 |
| 783 | 2026-09-04T03:14:16.174Z | Downloaded iddqd v0.4.6 |
| 784 | 2026-09-04T03:14:16.174Z | Downloaded half v2.7.1 |
| 785 | 2026-09-04T03:14:16.174Z | Downloaded h2 v0.4.15 |
| 786 | 2026-09-04T03:14:16.174Z | Downloaded pest v2.8.8 |
| 787 | 2026-09-04T03:14:16.174Z | Downloaded flate2 v1.1.9 |
| 788 | 2026-09-04T03:14:16.175Z | Downloaded toml_edit v0.22.27 |
| 789 | 2026-09-04T03:14:16.175Z | Downloaded pretty_assertions v1.4.1 |
| 790 | 2026-09-04T03:14:16.175Z | Downloaded toml_edit v0.19.15 |
| 791 | 2026-09-04T03:14:16.175Z | Downloaded progenitor-impl v0.14.0 |
| 792 | 2026-09-04T03:14:16.175Z | Downloaded rand v0.8.7 |
| 793 | 2026-09-04T03:14:16.235Z | Downloaded serde v1.0.229 |
| 794 | 2026-09-04T03:14:16.235Z | Downloaded itertools v0.15.0 |
| 795 | 2026-09-04T03:14:16.235Z | Downloaded zerocopy v0.7.35 |
| 796 | 2026-09-04T03:14:16.235Z | Downloaded regex v1.13.1 |
| 797 | 2026-09-04T03:14:16.235Z | Downloaded hickory-resolver v0.24.4 |
| 798 | 2026-09-04T03:14:16.235Z | Downloaded schemars v0.9.0 |
| 799 | 2026-09-04T03:14:16.235Z | Downloaded winnow v0.5.40 |
| 800 | 2026-09-04T03:14:16.235Z | Downloaded zerocopy-derive v0.8.56 |
| 801 | 2026-09-04T03:14:16.235Z | Downloaded expectorate v1.3.0 |
| 802 | 2026-09-04T03:14:16.235Z | Downloaded tokio-util v0.7.19 |
| 803 | 2026-09-04T03:14:16.235Z | Downloaded chrono v0.4.45 |
| 804 | 2026-09-04T03:14:16.235Z | Downloaded tower v0.5.3 |
| 805 | 2026-09-04T03:14:16.235Z | Downloaded typed-path v0.9.3 |
| 806 | 2026-09-04T03:14:16.235Z | Downloaded hashbrown v0.15.5 |
| 807 | 2026-09-04T03:14:16.235Z | Downloaded tough v0.22.0 |
| 808 | 2026-09-04T03:14:16.235Z | Downloaded hashbrown v0.17.1 |
| 809 | 2026-09-04T03:14:16.235Z | Downloaded rayon v1.12.0 |
| 810 | 2026-09-04T03:14:16.235Z | Downloaded hkdf v0.12.4 |
| 811 | 2026-09-04T03:14:16.235Z | Downloaded unicode-segmentation v1.13.3 |
| 812 | 2026-09-04T03:14:16.235Z | Downloaded aws-lc-rs v1.18.0 |
| 813 | 2026-09-04T03:14:16.235Z | Downloaded zerovec v0.11.6 |
| 814 | 2026-09-04T03:14:16.235Z | Downloaded hashbrown v0.16.1 |
| 815 | 2026-09-04T03:14:16.235Z | Downloaded goblin v0.8.2 |
| 816 | 2026-09-04T03:14:16.235Z | Downloaded unicode-width v0.1.14 |
| 817 | 2026-09-04T03:14:16.235Z | Downloaded webpki-roots v1.0.9 |
| 818 | 2026-09-04T03:14:16.235Z | Downloaded nix v0.31.3 |
| 819 | 2026-09-04T03:14:16.242Z | Downloaded curve25519-dalek v4.1.3 |
| 820 | 2026-09-04T03:14:16.242Z | Downloaded moka v0.12.16 |
| 821 | 2026-09-04T03:14:16.242Z | Downloaded serde_json v1.0.151 |
| 822 | 2026-09-04T03:14:16.242Z | Downloaded tabled v0.15.0 |
| 823 | 2026-09-04T03:14:16.264Z | Downloaded goblin v0.10.7 |
| 824 | 2026-09-04T03:14:16.278Z | Downloaded time v0.3.55 |
| 825 | 2026-09-04T03:14:16.288Z | Downloaded bstr v1.13.1 |
| 826 | 2026-09-04T03:14:16.289Z | Downloaded quinn-proto v0.11.16 |
| 827 | 2026-09-04T03:14:16.289Z | Downloaded winnow v0.7.15 |
| 828 | 2026-09-04T03:14:16.299Z | Downloaded syn v1.0.109 |
| 829 | 2026-09-04T03:14:16.299Z | Downloaded winnow v1.0.4 |
| 830 | 2026-09-04T03:14:16.324Z | Downloaded vcpkg v0.2.15 |
| 831 | 2026-09-04T03:14:16.340Z | Downloaded portable-atomic v1.15.0 |
| 832 | 2026-09-04T03:14:16.340Z | Downloaded proptest v1.11.0 |
| 833 | 2026-09-04T03:14:16.340Z | Downloaded syn v2.0.119 |
| 834 | 2026-09-04T03:14:16.344Z | Downloaded serde_with v3.22.0 |
| 835 | 2026-09-04T03:14:16.344Z | Downloaded zerocopy v0.8.56 |
| 836 | 2026-09-04T03:14:16.367Z | Downloaded rustix v0.38.44 |
| 837 | 2026-09-04T03:14:16.396Z | Downloaded regress v0.11.1 |
| 838 | 2026-09-04T03:14:16.396Z | Downloaded tabled v0.21.0 |
| 839 | 2026-09-04T03:14:16.401Z | Downloaded smoltcp v0.11.0 |
| 840 | 2026-09-04T03:14:16.401Z | Downloaded syn v3.0.3 |
| 841 | 2026-09-04T03:14:16.401Z | Downloaded rustix v1.1.4 |
| 842 | 2026-09-04T03:14:16.421Z | Downloaded unicode-width v0.2.2 |
| 843 | 2026-09-04T03:14:16.434Z | Downloaded openssl v0.10.81 |
| 844 | 2026-09-04T03:14:16.434Z | Downloaded regress v0.10.5 |
| 845 | 2026-09-04T03:14:16.434Z | Downloaded openapiv3 v2.2.0 |
| 846 | 2026-09-04T03:14:16.434Z | Downloaded hickory-proto v0.24.4 |
| 847 | 2026-09-04T03:14:16.455Z | Downloaded dropshot v0.17.1 |
| 848 | 2026-09-04T03:14:16.476Z | Downloaded typify-impl v0.4.3 |
| 849 | 2026-09-04T03:14:16.476Z | Downloaded regex-syntax v0.8.11 |
| 850 | 2026-09-04T03:14:16.498Z | Downloaded tracing v0.1.44 |
| 851 | 2026-09-04T03:14:16.498Z | Downloaded rustls v0.23.43 |
| 852 | 2026-09-04T03:14:16.507Z | Downloaded rhai v1.26.0 |
| 853 | 2026-09-04T03:14:16.507Z | Downloaded typify-impl v0.6.2 |
| 854 | 2026-09-04T03:14:16.507Z | Downloaded hickory-proto v0.25.2 |
| 855 | 2026-09-04T03:14:16.521Z | Downloaded jiff v0.2.35 |
| 856 | 2026-09-04T03:14:16.613Z | Downloaded sled v0.34.7 |
| 857 | 2026-09-04T03:14:16.613Z | Downloaded petgraph v0.6.5 |
| 858 | 2026-09-04T03:14:16.613Z | Downloaded chrono-tz v0.10.4 |
| 859 | 2026-09-04T03:14:16.613Z | Downloaded regex-automata v0.4.18 |
| 860 | 2026-09-04T03:14:16.613Z | Downloaded lzma-sys v0.1.20 |
| 861 | 2026-09-04T03:14:16.613Z | Downloaded csv v1.4.0 |
| 862 | 2026-09-04T03:14:16.613Z | Downloaded libc v0.2.189 |
| 863 | 2026-09-04T03:14:16.645Z | Downloaded tokio v1.53.1 |
| 864 | 2026-09-04T03:14:16.666Z | Downloaded sha3 v0.10.9 |
| 865 | 2026-09-04T03:14:16.666Z | Downloaded petgraph v0.8.3 |
| 866 | 2026-09-04T03:14:16.666Z | Downloaded encoding_rs v0.8.35 |
| 867 | 2026-09-04T03:14:16.666Z | Downloaded ring v0.17.14 |
| 868 | 2026-09-04T03:14:17.072Z | Downloaded aws-lc-sys v0.44.0 |
| 869 | 2026-09-04T03:14:18.074Z | Compiling proc-macro2 v1.0.107 |
| 870 | 2026-09-04T03:14:18.086Z | Compiling quote v1.0.47 |
| 871 | 2026-09-04T03:14:18.086Z | Compiling unicode-ident v1.0.24 |
| 872 | 2026-09-04T03:14:18.086Z | Compiling serde_core v1.0.229 |
| 873 | 2026-09-04T03:14:18.086Z | Compiling cfg-if v1.0.4 |
| 874 | 2026-09-04T03:14:18.086Z | Compiling serde v1.0.229 |
| 875 | 2026-09-04T03:14:18.086Z | Compiling libc v0.2.189 |
| 876 | 2026-09-04T03:14:18.086Z | Compiling memchr v2.8.3 |
| 877 | 2026-09-04T03:14:18.246Z | Compiling itoa v1.0.18 |
| 878 | 2026-09-04T03:14:18.435Z | Compiling smallvec v1.15.2 |
| 879 | 2026-09-04T03:14:18.555Z | Compiling zmij v1.0.23 |
| 880 | 2026-09-04T03:14:18.574Z | Compiling autocfg v1.5.1 |
| 881 | 2026-09-04T03:14:18.634Z | Compiling libm v0.2.16 |
| 882 | 2026-09-04T03:14:18.875Z | Compiling stable_deref_trait v1.2.1 |
| 883 | 2026-09-04T03:14:18.922Z | Compiling writeable v0.6.3 |
| 884 | 2026-09-04T03:14:18.960Z | Compiling percent-encoding v2.3.2 |
| 885 | 2026-09-04T03:14:19.041Z | Compiling litemap v0.8.2 |
| 886 | 2026-09-04T03:14:19.092Z | Compiling icu_normalizer_data v2.2.0 |
| 887 | 2026-09-04T03:14:19.517Z | Compiling utf8_iter v1.0.4 |
| 888 | 2026-09-04T03:14:19.520Z | Compiling icu_properties_data v2.2.0 |
| 889 | 2026-09-04T03:14:19.520Z | Compiling iana-time-zone v0.1.65 |
| 890 | 2026-09-04T03:14:19.520Z | Compiling equivalent v1.0.2 |
| 891 | 2026-09-04T03:14:19.520Z | Compiling syn v2.0.119 |
| 892 | 2026-09-04T03:14:19.520Z | Compiling syn v3.0.3 |
| 893 | 2026-09-04T03:14:19.520Z | Compiling form_urlencoded v1.2.2 |
| 894 | 2026-09-04T03:14:19.520Z | Compiling allocator-api2 v0.2.21 |
| 895 | 2026-09-04T03:14:19.546Z | Compiling serde_json v1.0.151 |
| 896 | 2026-09-04T03:14:19.546Z | Compiling version_check v0.9.5 |
| 897 | 2026-09-04T03:14:19.618Z | Compiling dyn-clone v1.0.20 |
| 898 | 2026-09-04T03:14:19.761Z | Compiling pin-project-lite v0.2.17 |
| 899 | 2026-09-04T03:14:19.775Z | Compiling hashbrown v0.17.1 |
| 900 | 2026-09-04T03:14:19.806Z | Compiling scopeguard v1.2.0 |
| 901 | 2026-09-04T03:14:19.828Z | Compiling parking_lot_core v0.9.12 |
| 902 | 2026-09-04T03:14:19.855Z | Compiling num-traits v0.2.19 |
| 903 | 2026-09-04T03:14:19.903Z | Compiling lock_api v0.4.14 |
| 904 | 2026-09-04T03:14:20.101Z | Compiling rand_core v0.10.1 |
| 905 | 2026-09-04T03:14:20.117Z | Compiling thiserror v2.0.20 |
| 906 | 2026-09-04T03:14:20.129Z | Compiling getrandom v0.4.3 |
| 907 | 2026-09-04T03:14:20.247Z | Compiling errno v0.3.14 |
| 908 | 2026-09-04T03:14:20.315Z | Compiling semver v1.0.28 |
| 909 | 2026-09-04T03:14:20.415Z | Compiling indexmap v2.14.0 |
| 910 | 2026-09-04T03:14:21.016Z | Compiling log v0.4.33 |
| 911 | 2026-09-04T03:14:21.020Z | Compiling heck v0.5.0 |
| 912 | 2026-09-04T03:14:21.020Z | Compiling futures-core v0.3.34 |
| 913 | 2026-09-04T03:14:21.020Z | Compiling uuid v1.26.0 |
| 914 | 2026-09-04T03:14:21.020Z | Compiling zerocopy v0.8.56 |
| 915 | 2026-09-04T03:14:21.020Z | Compiling futures-sink v0.3.34 |
| 916 | 2026-09-04T03:14:21.020Z | Compiling schemars v0.8.22 |
| 917 | 2026-09-04T03:14:21.039Z | Compiling slab v0.4.12 |
| 918 | 2026-09-04T03:14:21.212Z | Compiling jobserver v0.1.35 |
| 919 | 2026-09-04T03:14:21.251Z | Compiling fnv v1.0.7 |
| 920 | 2026-09-04T03:14:21.262Z | Compiling find-msvc-tools v0.1.10 |
| 921 | 2026-09-04T03:14:21.272Z | Compiling rustversion v1.0.23 |
| 922 | 2026-09-04T03:14:21.751Z | Compiling shlex v2.0.1 |
| 923 | 2026-09-04T03:14:22.174Z | Compiling cc v1.4.2 |
| 924 | 2026-09-04T03:14:22.174Z | Compiling futures-channel v0.3.34 |
| 925 | 2026-09-04T03:14:22.174Z | Compiling bitflags v2.13.1 |
| 926 | 2026-09-04T03:14:22.174Z | Compiling futures-io v0.3.34 |
| 927 | 2026-09-04T03:14:22.174Z | Compiling futures-task v0.3.34 |
| 928 | 2026-09-04T03:14:22.189Z | Compiling pkg-config v0.3.33 |
| 929 | 2026-09-04T03:14:22.189Z | Compiling socket2 v0.6.5 |
| 930 | 2026-09-04T03:14:22.189Z | Compiling signal-hook-registry v1.4.8 |
| 931 | 2026-09-04T03:14:22.189Z | Compiling synstructure v0.13.2 |
| 932 | 2026-09-04T03:14:22.257Z | Compiling serde_derive_internals v0.29.1 |
| 933 | 2026-09-04T03:14:22.293Z | Compiling parking_lot v0.12.5 |
| 934 | 2026-09-04T03:14:22.309Z | Compiling mio v1.2.2 |
| 935 | 2026-09-04T03:14:22.420Z | Compiling portable-atomic v1.15.0 |
| 936 | 2026-09-04T03:14:22.608Z | Compiling serde_derive v1.0.229 |
| 937 | 2026-09-04T03:14:22.651Z | Compiling displaydoc v0.2.7 |
| 938 | 2026-09-04T03:14:22.709Z | Compiling thiserror-impl v2.0.20 |
| 939 | 2026-09-04T03:14:22.818Z | Compiling tokio-macros v2.7.2 |
| 940 | 2026-09-04T03:14:22.849Z | Compiling futures-macro v0.3.34 |
| 941 | 2026-09-04T03:14:22.924Z | Compiling cmake v0.1.58 |
| 942 | 2026-09-04T03:14:23.007Z | Compiling fs_extra v1.3.0 |
| 943 | 2026-09-04T03:14:23.263Z | Compiling typenum v1.20.1 |
| 944 | 2026-09-04T03:14:23.273Z | Compiling dunce v1.0.5 |
| 945 | 2026-09-04T03:14:23.369Z | Compiling aws-lc-sys v0.44.0 |
| 946 | 2026-09-04T03:14:23.386Z | Compiling zerofrom-derive v0.1.7 |
| 947 | 2026-09-04T03:14:23.449Z | Compiling yoke-derive v0.8.2 |
| 948 | 2026-09-04T03:14:23.569Z | Compiling zerovec-derive v0.11.3 |
| 949 | 2026-09-04T03:14:24.118Z | Compiling schemars_derive v0.8.22 |
| 950 | 2026-09-04T03:14:24.138Z | Compiling zerocopy-derive v0.8.56 |
| 951 | 2026-09-04T03:14:24.138Z | Compiling zeroize_derive v1.5.0 |
| 952 | 2026-09-04T03:14:24.529Z | Compiling futures-util v0.3.34 |
| 953 | 2026-09-04T03:14:24.609Z | Compiling zerofrom v0.1.8 |
| 954 | 2026-09-04T03:14:24.658Z | Compiling base64 v0.22.1 |
| 955 | 2026-09-04T03:14:25.150Z | Compiling yoke v0.8.3 |
| 956 | 2026-09-04T03:14:25.165Z | Compiling zeroize v1.9.0 |
| 957 | 2026-09-04T03:14:25.165Z | Compiling zerovec v0.11.6 |
| 958 | 2026-09-04T03:14:25.165Z | Compiling zerotrie v0.2.4 |
| 959 | 2026-09-04T03:14:25.165Z | Compiling critical-section v1.2.0 |
| 960 | 2026-09-04T03:14:25.165Z | Compiling slog v2.8.2 |
| 961 | 2026-09-04T03:14:25.165Z | Compiling once_cell v1.21.4 |
| 962 | 2026-09-04T03:14:25.219Z | Compiling rustix v1.1.4 |
| 963 | 2026-09-04T03:14:25.278Z | Compiling strsim v0.11.1 |
| 964 | 2026-09-04T03:14:25.309Z | Compiling subtle v2.6.1 |
| 965 | 2026-09-04T03:14:25.825Z | Compiling tinystr v0.8.3 |
| 966 | 2026-09-04T03:14:25.834Z | Compiling potential_utf v0.1.5 |
| 967 | 2026-09-04T03:14:25.834Z | Compiling byteorder v1.5.0 |
| 968 | 2026-09-04T03:14:25.834Z | Compiling icu_locale_core v2.2.0 |
| 969 | 2026-09-04T03:14:25.834Z | Compiling icu_collections v2.2.0 |
| 970 | 2026-09-04T03:14:25.834Z | Compiling bytes v1.12.1 |
| 971 | 2026-09-04T03:14:25.834Z | Compiling chrono v0.4.45 |
| 972 | 2026-09-04T03:14:25.849Z | Compiling erased-serde v0.3.31 |
| 973 | 2026-09-04T03:14:26.170Z | Compiling regex-syntax v0.8.11 |
| 974 | 2026-09-04T03:14:26.363Z | Compiling icu_provider v2.2.0 |
| 975 | 2026-09-04T03:14:26.393Z | Compiling http v1.5.0 |
| 976 | 2026-09-04T03:14:26.717Z | Compiling icu_properties v2.2.0 |
| 977 | 2026-09-04T03:14:26.733Z | Compiling icu_normalizer v2.2.0 |
| 978 | 2026-09-04T03:14:26.871Z | Compiling tokio v1.53.1 |
| 979 | 2026-09-04T03:14:27.398Z | Compiling serde_tokenstream v0.2.3 |
| 980 | 2026-09-04T03:14:27.416Z | Compiling http-body v1.1.0 |
| 981 | 2026-09-04T03:14:27.566Z | Compiling ipnet v2.12.1 |
| 982 | 2026-09-04T03:14:27.663Z | Compiling idna_adapter v1.2.2 |
| 983 | 2026-09-04T03:14:27.740Z | Compiling httparse v1.10.1 |
| 984 | 2026-09-04T03:14:27.804Z | Compiling idna v1.1.0 |
| 985 | 2026-09-04T03:14:28.336Z | Compiling atomic-waker v1.1.2 |
| 986 | 2026-09-04T03:14:28.340Z | Compiling tower-service v0.3.3 |
| 987 | 2026-09-04T03:14:28.340Z | Compiling url v2.5.8 |
| 988 | 2026-09-04T03:14:28.340Z | Compiling tower-layer v0.3.3 |
| 989 | 2026-09-04T03:14:28.340Z | Compiling getrandom v0.2.17 |
| 990 | 2026-09-04T03:14:28.468Z | Compiling ppv-lite86 v0.2.21 |
| 991 | 2026-09-04T03:14:28.488Z | Compiling untrusted v0.9.0 |
| 992 | 2026-09-04T03:14:28.544Z | Compiling ucd-trie v0.1.7 |
| 993 | 2026-09-04T03:14:28.601Z | Compiling thiserror v1.0.69 |
| 994 | 2026-09-04T03:14:29.185Z | Compiling ryu v1.0.23 |
| 995 | 2026-09-04T03:14:29.190Z | Compiling try-lock v0.2.5 |
| 996 | 2026-09-04T03:14:29.190Z | Compiling pest v2.8.8 |
| 997 | 2026-09-04T03:14:29.190Z | Compiling want v0.3.1 |
| 998 | 2026-09-04T03:14:29.190Z | Compiling rand_core v0.6.4 |
| 999 | 2026-09-04T03:14:29.190Z | Compiling thiserror-impl v1.0.69 |
| 1000 | 2026-09-04T03:14:29.190Z | Compiling httpdate v1.0.3 |
| 1001 | 2026-09-04T03:14:29.190Z | Compiling getrandom v0.3.4 |
| 1002 | 2026-09-04T03:14:29.190Z | Compiling pretty-hex v0.4.2 |
| 1003 | 2026-09-04T03:14:29.309Z | Compiling plain v0.2.3 |
| 1004 | 2026-09-04T03:14:29.326Z | Compiling ipnetwork v0.21.1 |
| 1005 | 2026-09-04T03:14:29.418Z | Compiling winnow v1.0.4 |
| 1006 | 2026-09-04T03:14:29.462Z | Compiling foldhash v0.2.0 |
| 1007 | 2026-09-04T03:14:29.698Z | Compiling oxnet v0.1.7 |
| 1008 | 2026-09-04T03:14:30.162Z | Compiling paste v1.0.15 |
| 1009 | 2026-09-04T03:14:30.173Z | Compiling pest_meta v2.8.8 |
| 1010 | 2026-09-04T03:14:30.173Z | Compiling tracing-core v0.1.36 |
| 1011 | 2026-09-04T03:14:30.173Z | Compiling tracing-attributes v0.1.31 |
| 1012 | 2026-09-04T03:14:30.211Z | Compiling omicron-workspace-hack v0.1.0 |
| 1013 | 2026-09-04T03:14:30.237Z | Compiling ident_case v1.0.1 |
| 1014 | 2026-09-04T03:14:30.454Z | Compiling serde_urlencoded v0.7.1 |
| 1015 | 2026-09-04T03:14:30.900Z | Compiling http-body-util v0.1.5 |
| 1016 | 2026-09-04T03:14:30.922Z | Compiling pest_generator v2.8.8 |
| 1017 | 2026-09-04T03:14:30.922Z | Compiling aho-corasick v1.1.5 |
| 1018 | 2026-09-04T03:14:30.922Z | Compiling sync_wrapper v1.0.2 |
| 1019 | 2026-09-04T03:14:30.939Z | Compiling daft-derive v0.1.8 |
| 1020 | 2026-09-04T03:14:31.552Z | Compiling tracing v0.1.44 |
| 1021 | 2026-09-04T03:14:31.552Z | Compiling pest_derive v2.8.8 |
| 1022 | 2026-09-04T03:14:31.552Z | Compiling regex-automata v0.4.18 |
| 1023 | 2026-09-04T03:14:31.563Z | Compiling fastrand v2.5.0 |
| 1024 | 2026-09-04T03:14:31.827Z | Compiling hashbrown v0.16.1 |
| 1025 | 2026-09-04T03:14:31.926Z | Compiling tokio-util v0.7.19 |
| 1026 | 2026-09-04T03:14:32.549Z | Compiling scroll_derive v0.13.1 |
| 1027 | 2026-09-04T03:14:32.557Z | Compiling async-trait v0.1.92 |
| 1028 | 2026-09-04T03:14:32.557Z | Compiling num-conv v0.2.2 |
| 1029 | 2026-09-04T03:14:32.640Z | Compiling aws-lc-rs v1.18.0 |
| 1030 | 2026-09-04T03:14:32.705Z | Compiling time-core v0.1.9 |
| 1031 | 2026-09-04T03:14:32.908Z | Compiling anyhow v1.0.104 |
| 1032 | 2026-09-04T03:14:32.963Z | Compiling time-macros v0.2.32 |
| 1033 | 2026-09-04T03:14:32.982Z | Compiling scroll v0.13.0 |
| 1034 | 2026-09-04T03:14:33.179Z | Compiling rustls-pki-types v1.15.1 |
| 1035 | 2026-09-04T03:14:33.236Z | Compiling regex v1.13.1 |
| 1036 | 2026-09-04T03:14:33.426Z | Compiling num_threads v0.1.7 |
| 1037 | 2026-09-04T03:14:33.534Z | Compiling deranged v0.5.8 |
| 1038 | 2026-09-04T03:14:33.549Z | Compiling openssl-probe v0.2.1 |
| 1039 | 2026-09-04T03:14:33.642Z | Compiling hex v0.4.3 |
| 1040 | 2026-09-04T03:14:33.697Z | Compiling powerfmt v0.2.0 |
| 1041 | 2026-09-04T03:14:34.287Z | Compiling goblin v0.10.7 |
| 1042 | 2026-09-04T03:14:34.290Z | Compiling camino v1.2.5 |
| 1043 | 2026-09-04T03:14:34.290Z | Compiling untrusted v0.7.1 |
| 1044 | 2026-09-04T03:14:34.290Z | Compiling usdt-impl v0.6.0 |
| 1045 | 2026-09-04T03:14:34.290Z | Compiling crc32fast v1.5.0 |
| 1046 | 2026-09-04T03:14:34.290Z | Compiling rustls v0.23.43 |
| 1047 | 2026-09-04T03:14:34.468Z | Compiling h2 v0.4.15 |
| 1048 | 2026-09-04T03:14:34.468Z | Compiling dtrace-parser v0.3.0 |
| 1049 | 2026-09-04T03:14:34.533Z | Compiling crossbeam-utils v0.8.22 |
| 1050 | 2026-09-04T03:14:35.228Z | Compiling futures-executor v0.3.34 |
| 1051 | 2026-09-04T03:14:35.236Z | Compiling serde_tokenstream v0.3.0 |
| 1052 | 2026-09-04T03:14:35.236Z | Compiling structmeta-derive v0.3.0 |
| 1053 | 2026-09-04T03:14:35.236Z | Compiling thread-id v5.1.0 |
| 1054 | 2026-09-04T03:14:35.236Z | Compiling cpufeatures v0.3.0 |
| 1055 | 2026-09-04T03:14:35.236Z | Compiling simd-adler32 v0.3.10 |
| 1056 | 2026-09-04T03:14:35.236Z | Compiling adler2 v2.0.1 |
| 1057 | 2026-09-04T03:14:35.755Z | Compiling miniz_oxide v0.8.9 |
| 1058 | 2026-09-04T03:14:35.776Z | Compiling newtype-uuid-macros v0.1.1 |
| 1059 | 2026-09-04T03:14:35.776Z | Compiling futures v0.3.34 |
| 1060 | 2026-09-04T03:14:35.776Z | Compiling rand_core v0.9.5 |
| 1061 | 2026-09-04T03:14:35.948Z | Compiling structmeta v0.3.0 |
| 1062 | 2026-09-04T03:14:35.999Z | Compiling darling_core v0.23.0 |
| 1063 | 2026-09-04T03:14:36.132Z | Compiling hybrid-array v0.4.14 |
| 1064 | 2026-09-04T03:14:36.234Z | Compiling thread_local v1.1.10 |
| 1065 | 2026-09-04T03:14:36.300Z | Compiling match_cfg v0.1.0 |
| 1066 | 2026-09-04T03:14:36.376Z | Compiling flate2 v1.1.9 |
| 1067 | 2026-09-04T03:14:36.643Z | Compiling hyper v1.11.0 |
| 1068 | 2026-09-04T03:14:36.833Z | Compiling dof v0.4.0 |
| 1069 | 2026-09-04T03:14:37.004Z | Compiling newtype-uuid v1.4.0 |
| 1070 | 2026-09-04T03:14:37.382Z | Compiling quick-error v1.2.3 |
| 1071 | 2026-09-04T03:14:37.482Z | Compiling compression-core v0.4.32 |
| 1072 | 2026-09-04T03:14:37.952Z | Compiling hyper-util v0.1.20 |
| 1073 | 2026-09-04T03:14:38.116Z | Compiling ref-cast v1.0.26 |
| 1074 | 2026-09-04T03:14:38.183Z | Compiling darling_macro v0.23.0 |
| 1075 | 2026-09-04T03:14:38.200Z | Compiling slog-async v2.8.0 |
| 1076 | 2026-09-04T03:14:38.383Z | Compiling compression-codecs v0.4.38 |
| 1077 | 2026-09-04T03:14:38.447Z | Compiling daft v0.1.8 |
| 1078 | 2026-09-04T03:14:38.453Z | Compiling block-buffer v0.12.1 |
| 1079 | 2026-09-04T03:14:38.512Z | Compiling crypto-common v0.2.2 |
| 1080 | 2026-09-04T03:14:38.613Z | Compiling rand_chacha v0.9.0 |
| 1081 | 2026-09-04T03:14:38.714Z | Compiling strum_macros v0.26.4 |
| 1082 | 2026-09-04T03:14:38.757Z | Compiling darling v0.23.0 |
| 1083 | 2026-09-04T03:14:38.841Z | Compiling ref-cast-impl v1.0.26 |
| 1084 | 2026-09-04T03:14:38.957Z | Compiling usdt-attr-macro v0.6.0 |
| 1085 | 2026-09-04T03:14:39.058Z | Compiling usdt-macro v0.6.0 |
| 1086 | 2026-09-04T03:14:39.085Z | Compiling serde_spanned v1.1.1 |
| 1087 | 2026-09-04T03:14:39.221Z | Compiling generic-array v0.14.7 |
| 1088 | 2026-09-04T03:14:39.422Z | Compiling multer v3.1.0 |
| 1089 | 2026-09-04T03:14:39.450Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1090 | 2026-09-04T03:14:39.463Z | Compiling debug-ignore v1.0.5 |
| 1091 | 2026-09-04T03:14:39.566Z | Compiling const-oid v0.10.2 |
| 1092 | 2026-09-04T03:14:39.665Z | Compiling take_mut v0.2.2 |
| 1093 | 2026-09-04T03:14:40.080Z | Compiling bit-vec v0.8.0 |
| 1094 | 2026-09-04T03:14:40.084Z | Compiling term v1.2.1 |
| 1095 | 2026-09-04T03:14:40.084Z | Compiling digest v0.11.3 |
| 1096 | 2026-09-04T03:14:40.084Z | Compiling bit-set v0.8.0 |
| 1097 | 2026-09-04T03:14:40.084Z | Compiling serde_with_macros v3.22.0 |
| 1098 | 2026-09-04T03:14:40.084Z | Compiling rand v0.9.5 |
| 1099 | 2026-09-04T03:14:40.214Z | Compiling async-stream-impl v0.3.6 |
| 1100 | 2026-09-04T03:14:40.256Z | Compiling dropshot v0.17.1 |
| 1101 | 2026-09-04T03:14:40.339Z | Compiling strum v0.26.3 |
| 1102 | 2026-09-04T03:14:40.471Z | Compiling encoding_rs v0.8.35 |
| 1103 | 2026-09-04T03:14:40.471Z | Compiling unarray v0.1.4 |
| 1104 | 2026-09-04T03:14:40.491Z | Compiling syn v1.0.109 |
| 1105 | 2026-09-04T03:14:40.583Z | Compiling spin v0.9.9 |
| 1106 | 2026-09-04T03:14:40.661Z | Compiling mime v0.3.17 |
| 1107 | 2026-09-04T03:14:40.848Z | Compiling async-stream v0.3.6 |
| 1108 | 2026-09-04T03:14:40.902Z | Compiling sha1 v0.11.0 |
| 1109 | 2026-09-04T03:14:40.941Z | Compiling derive-ex v0.1.8 |
| 1110 | 2026-09-04T03:14:41.033Z | Compiling tower v0.5.3 |
| 1111 | 2026-09-04T03:14:41.465Z | Compiling waitgroup v0.1.2 |
| 1112 | 2026-09-04T03:14:41.471Z | Compiling dropshot_endpoint v0.17.1 |
| 1113 | 2026-09-04T03:14:41.471Z | Compiling macaddr v1.0.1 |
| 1114 | 2026-09-04T03:14:41.471Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1115 | 2026-09-04T03:14:41.471Z | Compiling serde_path_to_error v0.1.20 |
| 1116 | 2026-09-04T03:14:41.646Z | Compiling tower-http v0.6.11 |
| 1117 | 2026-09-04T03:14:42.175Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1118 | 2026-09-04T03:14:42.178Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1119 | 2026-09-04T03:14:42.178Z | Compiling tempfile v3.27.0 |
| 1120 | 2026-09-04T03:14:42.218Z | Compiling openapiv3 v2.2.0 |
| 1121 | 2026-09-04T03:14:42.676Z | Compiling strum_macros v0.27.2 |
| 1122 | 2026-09-04T03:14:42.692Z | Compiling test-strategy v0.4.5 |
| 1123 | 2026-09-04T03:14:42.814Z | Compiling instant v0.1.13 |
| 1124 | 2026-09-04T03:14:42.910Z | Compiling time v0.3.55 |
| 1125 | 2026-09-04T03:14:43.503Z | Compiling rustls-native-certs v0.8.4 |
| 1126 | 2026-09-04T03:14:43.866Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1127 | 2026-09-04T03:14:43.874Z | Compiling crossbeam-channel v0.5.16 |
| 1128 | 2026-09-04T03:14:43.874Z | Compiling crypto-common v0.1.7 |
| 1129 | 2026-09-04T03:14:44.112Z | Compiling strum v0.27.2 |
| 1130 | 2026-09-04T03:14:44.354Z | Compiling parse-display-derive v0.10.0 |
| 1131 | 2026-09-04T03:14:44.460Z | Compiling backon v1.6.0 |
| 1132 | 2026-09-04T03:14:44.724Z | Compiling rand_chacha v0.3.1 |
| 1133 | 2026-09-04T03:14:45.048Z | Compiling either v1.17.0 |
| 1134 | 2026-09-04T03:14:45.646Z | Compiling rand v0.8.7 |
| 1135 | 2026-09-04T03:14:45.649Z | Compiling slog-json v2.6.1 |
| 1136 | 2026-09-04T03:14:45.649Z | Compiling hostname v0.3.1 |
| 1137 | 2026-09-04T03:14:45.649Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1138 | 2026-09-04T03:14:45.649Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1139 | 2026-09-04T03:14:45.767Z | Compiling is-terminal v0.4.17 |
| 1140 | 2026-09-04T03:14:45.855Z | Compiling wait-timeout v0.2.1 |
| 1141 | 2026-09-04T03:14:45.895Z | Compiling memmap2 v0.9.11 |
| 1142 | 2026-09-04T03:14:46.015Z | Compiling rusty-fork v0.3.1 |
| 1143 | 2026-09-04T03:14:46.112Z | Compiling usdt v0.6.0 |
| 1144 | 2026-09-04T03:14:46.137Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1145 | 2026-09-04T03:14:46.186Z | Compiling slog-term v2.9.2 |
| 1146 | 2026-09-04T03:14:46.270Z | Compiling slog-bunyan v2.5.0 |
| 1147 | 2026-09-04T03:14:46.404Z | Compiling serde_with v3.22.0 |
| 1148 | 2026-09-04T03:14:46.422Z | Compiling async-compression v0.4.43 |
| 1149 | 2026-09-04T03:14:46.422Z | Compiling rand_xorshift v0.4.0 |
| 1150 | 2026-09-04T03:14:46.577Z | Compiling rustls-pemfile v2.2.0 |
| 1151 | 2026-09-04T03:14:46.711Z | Compiling regress v0.10.5 |
| 1152 | 2026-09-04T03:14:46.784Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1153 | 2026-09-04T03:14:46.932Z | Compiling hostname v0.4.2 |
| 1154 | 2026-09-04T03:14:46.979Z | Compiling humantime v2.4.0 |
| 1155 | 2026-09-04T03:14:47.085Z | Compiling proptest v1.11.0 |
| 1156 | 2026-09-04T03:14:47.577Z | Compiling iddqd v0.4.6 |
| 1157 | 2026-09-04T03:14:47.819Z | Compiling reqwest v0.12.28 |
| 1158 | 2026-09-04T03:14:47.918Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1159 | 2026-09-04T03:14:48.575Z | Compiling block-buffer v0.10.4 |
| 1160 | 2026-09-04T03:14:48.578Z | Compiling utf8parse v0.2.2 |
| 1161 | 2026-09-04T03:14:48.578Z | Compiling anstyle-parse v1.0.0 |
| 1162 | 2026-09-04T03:14:48.578Z | Compiling digest v0.10.7 |
| 1163 | 2026-09-04T03:14:48.579Z | Compiling parse-display v0.10.0 |
| 1164 | 2026-09-04T03:14:48.719Z | Compiling backoff v0.4.0 |
| 1165 | 2026-09-04T03:14:49.201Z | Compiling progenitor-client v0.10.0 |
| 1166 | 2026-09-04T03:14:49.214Z | Compiling itertools v0.14.0 |
| 1167 | 2026-09-04T03:14:49.214Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1168 | 2026-09-04T03:14:49.214Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1169 | 2026-09-04T03:14:49.667Z | Compiling anstyle-query v1.1.5 |
| 1170 | 2026-09-04T03:14:49.786Z | Compiling is_terminal_polyfill v1.70.2 |
| 1171 | 2026-09-04T03:14:49.918Z | Compiling anstyle v1.0.14 |
| 1172 | 2026-09-04T03:14:50.119Z | Compiling colorchoice v1.0.5 |
| 1173 | 2026-09-04T03:14:50.202Z | Compiling anstream v1.0.0 |
| 1174 | 2026-09-04T03:14:50.531Z | Compiling clap_lex v1.1.0 |
| 1175 | 2026-09-04T03:14:50.888Z | Compiling regress v0.11.1 |
| 1176 | 2026-09-04T03:14:50.953Z | Compiling clap_derive v4.6.4 |
| 1177 | 2026-09-04T03:14:51.303Z | Compiling terminal_size v0.4.4 |
| 1178 | 2026-09-04T03:14:53.688Z | Compiling typify-impl v0.6.2 |
| 1179 | 2026-09-04T03:14:53.757Z | Compiling toml_datetime v0.6.11 |
| 1180 | 2026-09-04T03:14:53.757Z | Compiling zerocopy-derive v0.7.35 |
| 1181 | 2026-09-04T03:14:53.757Z | Compiling cpufeatures v0.2.17 |
| 1182 | 2026-09-04T03:14:53.757Z | Compiling convert_case v0.4.0 |
| 1183 | 2026-09-04T03:14:53.758Z | Compiling clap_builder v4.6.6 |
| 1184 | 2026-09-04T03:14:53.758Z | Compiling derive_more v0.99.20 |
| 1185 | 2026-09-04T03:14:53.758Z | Compiling zerocopy v0.7.35 |
| 1186 | 2026-09-04T03:14:54.697Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1187 | 2026-09-04T03:14:55.072Z | Compiling unicode-width v0.2.2 |
| 1188 | 2026-09-04T03:14:55.378Z | Compiling proc-macro-crate v3.5.0 |
| 1189 | 2026-09-04T03:14:55.409Z | Compiling clap v4.6.6 |
| 1190 | 2026-09-04T03:14:55.524Z | Compiling secrecy v0.10.3 |
| 1191 | 2026-09-04T03:14:55.658Z | Compiling crucible-workspace-hack v0.1.0 |
| 1192 | 2026-09-04T03:14:55.781Z | Compiling tinyvec_macros v0.1.1 |
| 1193 | 2026-09-04T03:14:55.836Z | Compiling float-ord v0.3.2 |
| 1194 | 2026-09-04T03:14:55.868Z | Compiling tinyvec v1.12.0 |
| 1195 | 2026-09-04T03:14:55.894Z | Compiling num_enum_derive v0.7.6 |
| 1196 | 2026-09-04T03:14:56.557Z | Compiling dtrace-parser v0.2.0 |
| 1197 | 2026-09-04T03:14:56.972Z | Compiling scroll_derive v0.12.1 |
| 1198 | 2026-09-04T03:14:56.972Z | Compiling num-integer v0.1.47 |
| 1199 | 2026-09-04T03:14:56.979Z | Compiling rustc_version v0.4.1 |
| 1200 | 2026-09-04T03:14:56.979Z | Compiling usdt-impl v0.5.0 |
| 1201 | 2026-09-04T03:14:57.419Z | Compiling crossbeam-epoch v0.9.20 |
| 1202 | 2026-09-04T03:14:57.460Z | Compiling curve25519-dalek v4.1.3 |
| 1203 | 2026-09-04T03:14:57.460Z | Compiling scroll v0.12.0 |
| 1204 | 2026-09-04T03:14:57.460Z | Compiling num_enum v0.7.6 |
| 1205 | 2026-09-04T03:14:57.540Z | Compiling dof v0.3.0 |
| 1206 | 2026-09-04T03:14:57.718Z | Compiling hmac v0.12.1 |
| 1207 | 2026-09-04T03:14:57.823Z | Compiling inout v0.1.4 |
| 1208 | 2026-09-04T03:14:58.288Z | Compiling darling_core v0.21.3 |
| 1209 | 2026-09-04T03:14:58.299Z | Compiling ff v0.13.1 |
| 1210 | 2026-09-04T03:14:58.299Z | Compiling thread-id v4.2.2 |
| 1211 | 2026-09-04T03:14:58.299Z | Compiling cipher v0.4.4 |
| 1212 | 2026-09-04T03:14:58.299Z | Compiling hkdf v0.12.4 |
| 1213 | 2026-09-04T03:14:58.299Z | Compiling group v0.13.0 |
| 1214 | 2026-09-04T03:14:58.465Z | Compiling goblin v0.8.2 |
| 1215 | 2026-09-04T03:14:58.632Z | Compiling num-rational v0.4.2 |
| 1216 | 2026-09-04T03:14:58.793Z | Compiling typify-macro v0.6.2 |
| 1217 | 2026-09-04T03:14:58.871Z | Compiling num-iter v0.1.46 |
| 1218 | 2026-09-04T03:14:58.951Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1219 | 2026-09-04T03:14:58.997Z | Compiling universal-hash v0.5.1 |
| 1220 | 2026-09-04T03:14:59.035Z | Compiling crypto-bigint v0.5.5 |
| 1221 | 2026-09-04T03:14:59.153Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1222 | 2026-09-04T03:14:59.483Z | Compiling half v2.7.1 |
| 1223 | 2026-09-04T03:14:59.695Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1224 | 2026-09-04T03:14:59.770Z | Compiling num-complex v0.4.6 |
| 1225 | 2026-09-04T03:14:59.984Z | Compiling darling_macro v0.21.3 |
| 1226 | 2026-09-04T03:15:00.272Z | Compiling base64ct v1.8.3 |
| 1227 | 2026-09-04T03:15:00.292Z | Compiling base16ct v0.2.0 |
| 1228 | 2026-09-04T03:15:00.381Z | Compiling ciborium-io v0.2.2 |
| 1229 | 2026-09-04T03:15:00.401Z | Compiling opaque-debug v0.3.1 |
| 1230 | 2026-09-04T03:15:00.460Z | Compiling ciborium-ll v0.2.2 |
| 1231 | 2026-09-04T03:15:00.476Z | Compiling poly1305 v0.8.0 |
| 1232 | 2026-09-04T03:15:00.481Z | Compiling elliptic-curve v0.13.8 |
| 1233 | 2026-09-04T03:15:00.574Z | Compiling darling v0.21.3 |
| 1234 | 2026-09-04T03:15:00.985Z | Compiling password-hash v0.5.0 |
| 1235 | 2026-09-04T03:15:00.993Z | Compiling typify v0.6.2 |
| 1236 | 2026-09-04T03:15:00.993Z | Compiling num v0.4.3 |
| 1237 | 2026-09-04T03:15:01.008Z | Compiling thiserror-no-std v2.0.2 |
| 1238 | 2026-09-04T03:15:01.617Z | Compiling chacha20 v0.9.1 |
| 1239 | 2026-09-04T03:15:01.722Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1240 | 2026-09-04T03:15:01.812Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1241 | 2026-09-04T03:15:02.224Z | Compiling blake2 v0.10.6 |
| 1242 | 2026-09-04T03:15:02.440Z | Compiling aead v0.5.2 |
| 1243 | 2026-09-04T03:15:02.510Z | Compiling byte-wrapper v0.1.0 |
| 1244 | 2026-09-04T03:15:02.602Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1245 | 2026-09-04T03:15:02.674Z | Compiling proc-macro-error-attr v1.0.4 |
| 1246 | 2026-09-04T03:15:02.932Z | Compiling keccak v0.1.6 |
| 1247 | 2026-09-04T03:15:02.997Z | Compiling heapless v0.8.0 |
| 1248 | 2026-09-04T03:15:03.036Z | Compiling rustix v0.38.44 |
| 1249 | 2026-09-04T03:15:03.591Z | Compiling prettyplease v0.2.37 |
| 1250 | 2026-09-04T03:15:03.599Z | Compiling unsafe-libyaml v0.2.11 |
| 1251 | 2026-09-04T03:15:03.615Z | Compiling sha3 v0.10.9 |
| 1252 | 2026-09-04T03:15:04.292Z | Compiling serde_yaml v0.9.34+deprecated |
| 1253 | 2026-09-04T03:15:04.301Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1254 | 2026-09-04T03:15:04.431Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1255 | 2026-09-04T03:15:04.623Z | Compiling chacha20poly1305 v0.10.1 |
| 1256 | 2026-09-04T03:15:04.774Z | Compiling argon2 v0.5.3 |
| 1257 | 2026-09-04T03:15:05.156Z | Compiling vsss-rs v3.3.4 |
| 1258 | 2026-09-04T03:15:05.201Z | Compiling ingot-macros v0.1.1 |
| 1259 | 2026-09-04T03:15:05.635Z | Compiling ciborium v0.2.2 |
| 1260 | 2026-09-04T03:15:05.721Z | Compiling usdt-attr-macro v0.5.0 |
| 1261 | 2026-09-04T03:15:05.830Z | Compiling usdt-macro v0.5.0 |
| 1262 | 2026-09-04T03:15:07.306Z | Compiling hash32 v0.3.1 |
| 1263 | 2026-09-04T03:15:07.313Z | Compiling serde_spanned v0.6.9 |
| 1264 | 2026-09-04T03:15:07.313Z | Compiling enum-as-inner v0.6.1 |
| 1265 | 2026-09-04T03:15:07.313Z | Compiling proc-macro-error v1.0.4 |
| 1266 | 2026-09-04T03:15:07.452Z | Compiling memmap v0.7.0 |
| 1267 | 2026-09-04T03:15:08.011Z | Compiling memoffset v0.9.1 |
| 1268 | 2026-09-04T03:15:08.036Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1269 | 2026-09-04T03:15:08.036Z | Compiling cfg_aliases v0.2.2 |
| 1270 | 2026-09-04T03:15:08.036Z | Compiling indent_write v2.2.0 |
| 1271 | 2026-09-04T03:15:08.036Z | Compiling smoltcp v0.11.0 |
| 1272 | 2026-09-04T03:15:08.036Z | Compiling winnow v0.5.40 |
| 1273 | 2026-09-04T03:15:08.036Z | Compiling data-encoding v2.11.1 |
| 1274 | 2026-09-04T03:15:08.036Z | Compiling winnow v0.7.15 |
| 1275 | 2026-09-04T03:15:08.036Z | Compiling toml_write v0.1.2 |
| 1276 | 2026-09-04T03:15:08.036Z | Compiling ingot-types v0.1.2 |
| 1277 | 2026-09-04T03:15:08.645Z | Compiling nix v0.31.3 |
| 1278 | 2026-09-04T03:15:08.749Z | Compiling usdt v0.5.0 |
| 1279 | 2026-09-04T03:15:08.749Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1280 | 2026-09-04T03:15:08.749Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1281 | 2026-09-04T03:15:08.749Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1282 | 2026-09-04T03:15:09.162Z | Compiling tabwriter v1.4.1 |
| 1283 | 2026-09-04T03:15:09.170Z | Compiling cobs v0.3.0 |
| 1284 | 2026-09-04T03:15:09.170Z | Compiling serde_repr v0.1.21 |
| 1285 | 2026-09-04T03:15:09.170Z | Compiling managed v0.8.0 |
| 1286 | 2026-09-04T03:15:09.170Z | Compiling toml_edit v0.19.15 |
| 1287 | 2026-09-04T03:15:09.180Z | Compiling toml_edit v0.22.27 |
| 1288 | 2026-09-04T03:15:09.203Z | Compiling crossbeam-deque v0.8.7 |
| 1289 | 2026-09-04T03:15:09.353Z | Compiling vcpkg v0.2.15 |
| 1290 | 2026-09-04T03:15:09.544Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1291 | 2026-09-04T03:15:10.217Z | Compiling bitflags v1.3.2 |
| 1292 | 2026-09-04T03:15:10.383Z | Compiling postcard v1.1.3 |
| 1293 | 2026-09-04T03:15:10.383Z | Compiling openssl-sys v0.9.117 |
| 1294 | 2026-09-04T03:15:10.383Z | Compiling ingot v0.1.1 |
| 1295 | 2026-09-04T03:15:10.856Z | Compiling proc-macro-crate v1.3.1 |
| 1296 | 2026-09-04T03:15:11.017Z | Compiling toml v0.8.23 |
| 1297 | 2026-09-04T03:15:11.980Z | Compiling hubpack_derive v0.1.1 |
| 1298 | 2026-09-04T03:15:11.981Z | Compiling foreign-types-macros v0.2.4 |
| 1299 | 2026-09-04T03:15:12.164Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1300 | 2026-09-04T03:15:12.165Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1301 | 2026-09-04T03:15:12.270Z | Compiling semver v0.1.20 |
| 1302 | 2026-09-04T03:15:12.698Z | Compiling resolv-conf v0.7.6 |
| 1303 | 2026-09-04T03:15:12.698Z | Compiling static_assertions v1.1.0 |
| 1304 | 2026-09-04T03:15:12.704Z | Compiling rayon-core v1.13.0 |
| 1305 | 2026-09-04T03:15:12.704Z | Compiling linked-hash-map v0.5.6 |
| 1306 | 2026-09-04T03:15:12.705Z | Compiling swrite v0.1.0 |
| 1307 | 2026-09-04T03:15:12.705Z | Compiling heck v0.4.1 |
| 1308 | 2026-09-04T03:15:12.705Z | Compiling rustls-webpki v0.103.14 |
| 1309 | 2026-09-04T03:15:12.705Z | Compiling foreign-types-shared v0.3.1 |
| 1310 | 2026-09-04T03:15:12.705Z | Compiling colored v3.1.1 |
| 1311 | 2026-09-04T03:15:12.705Z | Compiling unicode-segmentation v1.13.3 |
| 1312 | 2026-09-04T03:15:12.705Z | Compiling foreign-types v0.5.0 |
| 1313 | 2026-09-04T03:15:12.719Z | Compiling lru-cache v0.1.2 |
| 1314 | 2026-09-04T03:15:12.800Z | Compiling rustc_version v0.1.7 |
| 1315 | 2026-09-04T03:15:12.906Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1316 | 2026-09-04T03:15:13.319Z | Compiling hubpack v0.1.2 |
| 1317 | 2026-09-04T03:15:13.326Z | Compiling newline-converter v0.3.0 |
| 1318 | 2026-09-04T03:15:13.326Z | Compiling num_enum_derive v0.5.11 |
| 1319 | 2026-09-04T03:15:13.991Z | Compiling atomicwrites v0.4.4 |
| 1320 | 2026-09-04T03:15:14.011Z | Compiling hickory-proto v0.24.4 |
| 1321 | 2026-09-04T03:15:14.011Z | Compiling progenitor-impl v0.13.0 |
| 1322 | 2026-09-04T03:15:14.032Z | Compiling console v0.16.4 |
| 1323 | 2026-09-04T03:15:14.157Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1324 | 2026-09-04T03:15:14.669Z | Compiling camino-tempfile v1.4.1 |
| 1325 | 2026-09-04T03:15:14.676Z | Compiling chacha20 v0.10.1 |
| 1326 | 2026-09-04T03:15:14.847Z | Compiling serde-big-array v0.5.1 |
| 1327 | 2026-09-04T03:15:14.911Z | Compiling derive-where v1.6.1 |
| 1328 | 2026-09-04T03:15:14.935Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1329 | 2026-09-04T03:15:14.990Z | Compiling pin-project-internal v1.1.13 |
| 1330 | 2026-09-04T03:15:15.115Z | Compiling num-derive v0.4.2 |
| 1331 | 2026-09-04T03:15:15.472Z | Compiling cstr-argument v0.1.2 |
| 1332 | 2026-09-04T03:15:15.671Z | Compiling siphasher v1.0.3 |
| 1333 | 2026-09-04T03:15:16.247Z | Compiling similar v3.2.0 |
| 1334 | 2026-09-04T03:15:16.254Z | Compiling tokio-rustls v0.26.4 |
| 1335 | 2026-09-04T03:15:16.481Z | Compiling rustls-platform-verifier v0.7.0 |
| 1336 | 2026-09-04T03:15:16.481Z | Compiling hyper-rustls v0.27.9 |
| 1337 | 2026-09-04T03:15:16.703Z | Compiling reqwest v0.13.4 |
| 1338 | 2026-09-04T03:15:17.480Z | Compiling minimal-lexical v0.2.1 |
| 1339 | 2026-09-04T03:15:17.644Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1340 | 2026-09-04T03:15:17.709Z | Compiling nom v7.1.3 |
| 1341 | 2026-09-04T03:15:17.896Z | Compiling progenitor-macro v0.13.0 |
| 1342 | 2026-09-04T03:15:18.436Z | Compiling progenitor-client v0.14.0 |
| 1343 | 2026-09-04T03:15:18.706Z | Compiling progenitor-extras v0.2.0 |
| 1344 | 2026-09-04T03:15:19.466Z | Compiling progenitor-client v0.13.0 |
| 1345 | 2026-09-04T03:15:19.469Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1346 | 2026-09-04T03:15:19.469Z | Compiling expectorate v1.3.0 |
| 1347 | 2026-09-04T03:15:19.469Z | Compiling pin-project v1.1.13 |
| 1348 | 2026-09-04T03:15:19.535Z | Compiling phf_shared v0.12.1 |
| 1349 | 2026-09-04T03:15:19.573Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1350 | 2026-09-04T03:15:20.257Z | Compiling hickory-resolver v0.24.4 |
| 1351 | 2026-09-04T03:15:21.061Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1352 | 2026-09-04T03:15:21.300Z | Compiling rand v0.10.2 |
| 1353 | 2026-09-04T03:15:22.057Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1354 | 2026-09-04T03:15:22.199Z | Compiling num_enum v0.5.11 |
| 1355 | 2026-09-04T03:15:22.555Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1356 | 2026-09-04T03:15:22.807Z | Compiling newtype_derive v0.1.6 |
| 1357 | 2026-09-04T03:15:23.250Z | Compiling progenitor-impl v0.14.0 |
| 1358 | 2026-09-04T03:15:23.406Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1359 | 2026-09-04T03:15:24.057Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1360 | 2026-09-04T03:15:24.104Z | Compiling unicode-normalization v0.1.25 |
| 1361 | 2026-09-04T03:15:24.531Z | Compiling tokio-stream v0.1.19 |
| 1362 | 2026-09-04T03:15:25.056Z | Compiling async-recursion v1.1.1 |
| 1363 | 2026-09-04T03:15:25.577Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1364 | 2026-09-04T03:15:26.159Z | Compiling snafu-derive v0.8.9 |
| 1365 | 2026-09-04T03:15:26.622Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1366 | 2026-09-04T03:15:26.622Z | Compiling slog-dtrace v0.3.0 |
| 1367 | 2026-09-04T03:15:26.674Z | Compiling bstr v1.13.1 |
| 1368 | 2026-09-04T03:15:26.674Z | Compiling csv-core v0.1.13 |
| 1369 | 2026-09-04T03:15:26.710Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1370 | 2026-09-04T03:15:26.739Z | Compiling unicode-width v0.1.14 |
| 1371 | 2026-09-04T03:15:26.815Z | Compiling unicode-xid v0.2.6 |
| 1372 | 2026-09-04T03:15:26.931Z | Compiling jiff-core v0.1.0 |
| 1373 | 2026-09-04T03:15:26.973Z | Compiling chrono-tz v0.10.4 |
| 1374 | 2026-09-04T03:15:26.996Z | Compiling highway v1.3.0 |
| 1375 | 2026-09-04T03:15:27.036Z | Compiling foreign-types-shared v0.1.1 |
| 1376 | 2026-09-04T03:15:27.155Z | Compiling cancel-safe-futures v0.1.5 |
| 1377 | 2026-09-04T03:15:27.209Z | Compiling same-file v1.0.6 |
| 1378 | 2026-09-04T03:15:27.338Z | Compiling foldhash v0.1.5 |
| 1379 | 2026-09-04T03:15:27.380Z | Compiling konst_macro_rules v0.2.19 |
| 1380 | 2026-09-04T03:15:27.415Z | Compiling owo-colors v4.3.0 |
| 1381 | 2026-09-04T03:15:27.603Z | Compiling openssl v0.10.81 |
| 1382 | 2026-09-04T03:15:27.654Z | Compiling konst v0.2.20 |
| 1383 | 2026-09-04T03:15:27.654Z | Compiling snafu v0.8.9 |
| 1384 | 2026-09-04T03:15:27.712Z | Compiling hashbrown v0.15.5 |
| 1385 | 2026-09-04T03:15:27.811Z | Compiling jiff v0.2.35 |
| 1386 | 2026-09-04T03:15:27.865Z | Compiling walkdir v2.5.0 |
| 1387 | 2026-09-04T03:15:27.865Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1388 | 2026-09-04T03:15:28.022Z | Compiling foreign-types v0.3.2 |
| 1389 | 2026-09-04T03:15:28.065Z | Compiling progenitor-macro v0.14.0 |
| 1390 | 2026-09-04T03:15:28.168Z | Compiling const_format_proc_macros v0.2.34 |
| 1391 | 2026-09-04T03:15:28.203Z | Compiling globset v0.4.20 |
| 1392 | 2026-09-04T03:15:28.251Z | Compiling csv v1.4.0 |
| 1393 | 2026-09-04T03:15:28.430Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1394 | 2026-09-04T03:15:28.912Z | Compiling qorb v0.4.1 |
| 1395 | 2026-09-04T03:15:28.993Z | Compiling olpc-cjson v0.1.4 |
| 1396 | 2026-09-04T03:15:29.186Z | Compiling progenitor v0.13.0 |
| 1397 | 2026-09-04T03:15:29.308Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1398 | 2026-09-04T03:15:29.688Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1399 | 2026-09-04T03:15:30.558Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1400 | 2026-09-04T03:15:31.520Z | Compiling rayon v1.12.0 |
| 1401 | 2026-09-04T03:15:31.581Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1402 | 2026-09-04T03:15:31.819Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1403 | 2026-09-04T03:15:32.393Z | Compiling phf v0.12.1 |
| 1404 | 2026-09-04T03:15:32.481Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1405 | 2026-09-04T03:15:32.638Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1406 | 2026-09-04T03:15:32.990Z | Compiling zone_cfg_derive v0.3.1 |
| 1407 | 2026-09-04T03:15:33.047Z | Compiling tokio-dtrace v0.1.1 |
| 1408 | 2026-09-04T03:15:33.561Z | Compiling itertools v0.12.1 |
| 1409 | 2026-09-04T03:15:33.703Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1410 | 2026-09-04T03:15:33.703Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1411 | 2026-09-04T03:15:33.703Z | Compiling libsw-core v0.3.2 |
| 1412 | 2026-09-04T03:15:33.788Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1413 | 2026-09-04T03:15:33.788Z | Compiling serde_plain v1.0.2 |
| 1414 | 2026-09-04T03:15:34.872Z | Compiling pem v3.0.6 |
| 1415 | 2026-09-04T03:15:35.027Z | Compiling openssl-macros v0.1.1 |
| 1416 | 2026-09-04T03:15:35.027Z | Compiling cookie v0.18.2 |
| 1417 | 2026-09-04T03:15:35.027Z | Compiling sigpipe v0.1.3 |
| 1418 | 2026-09-04T03:15:35.027Z | Compiling typed-path v0.9.3 |
| 1419 | 2026-09-04T03:15:35.027Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1420 | 2026-09-04T03:15:35.027Z | Compiling fixedbitset v0.4.2 |
| 1421 | 2026-09-04T03:15:35.027Z | Compiling bytecount v0.6.9 |
| 1422 | 2026-09-04T03:15:35.027Z | Compiling fixedbitset v0.5.7 |
| 1423 | 2026-09-04T03:15:35.027Z | Compiling glob v0.3.4 |
| 1424 | 2026-09-04T03:15:35.027Z | Compiling petgraph v0.6.5 |
| 1425 | 2026-09-04T03:15:35.117Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1426 | 2026-09-04T03:15:35.166Z | Compiling petgraph v0.8.3 |
| 1427 | 2026-09-04T03:15:35.189Z | Compiling papergrid v0.11.0 |
| 1428 | 2026-09-04T03:15:35.677Z | Compiling tough v0.22.0 |
| 1429 | 2026-09-04T03:15:36.036Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1430 | 2026-09-04T03:15:36.271Z | Compiling zone v0.3.1 |
| 1431 | 2026-09-04T03:15:36.346Z | Compiling progenitor v0.14.0 |
| 1432 | 2026-09-04T03:15:36.565Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1433 | 2026-09-04T03:15:36.753Z | Compiling libsw v3.5.0 |
| 1434 | 2026-09-04T03:15:37.358Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1435 | 2026-09-04T03:15:37.391Z | Compiling oxide-tokio-rt v0.1.6 |
| 1436 | 2026-09-04T03:15:37.391Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1437 | 2026-09-04T03:15:37.391Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1438 | 2026-09-04T03:15:37.643Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1439 | 2026-09-04T03:15:37.742Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1440 | 2026-09-04T03:15:37.742Z | Compiling const_format v0.2.36 |
| 1441 | 2026-09-04T03:15:37.998Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1442 | 2026-09-04T03:15:38.433Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1443 | 2026-09-04T03:15:38.776Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1444 | 2026-09-04T03:15:38.863Z | Compiling tabled_derive v0.7.0 |
| 1445 | 2026-09-04T03:15:39.006Z | Compiling gethostname v0.5.0 |
| 1446 | 2026-09-04T03:15:39.065Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1447 | 2026-09-04T03:15:39.186Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1448 | 2026-09-04T03:15:39.222Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1449 | 2026-09-04T03:15:39.222Z | Compiling bcs v0.1.6 |
| 1450 | 2026-09-04T03:15:39.265Z | Compiling smf v0.2.3 |
| 1451 | 2026-09-04T03:15:39.703Z | Compiling nom v8.0.0 |
| 1452 | 2026-09-04T03:15:40.142Z | Compiling termtree v0.5.1 |
| 1453 | 2026-09-04T03:15:40.142Z | Compiling unicode-linebreak v0.1.5 |
| 1454 | 2026-09-04T03:15:40.175Z | Compiling whoami v1.6.1 |
| 1455 | 2026-09-04T03:15:40.175Z | Compiling smawk v0.3.3 |
| 1456 | 2026-09-04T03:15:40.175Z | Compiling tagptr v0.2.0 |
| 1457 | 2026-09-04T03:15:40.175Z | Compiling lazy_static v1.5.0 |
| 1458 | 2026-09-04T03:15:40.176Z | Compiling linear-map v1.2.0 |
| 1459 | 2026-09-04T03:15:40.176Z | Compiling steno v0.4.1 |
| 1460 | 2026-09-04T03:15:40.176Z | Compiling moka v0.12.16 |
| 1461 | 2026-09-04T03:15:40.230Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1462 | 2026-09-04T03:15:40.633Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1463 | 2026-09-04T03:15:40.932Z | Compiling textwrap v0.16.2 |
| 1464 | 2026-09-04T03:15:41.588Z | Compiling tabled v0.15.0 |
| 1465 | 2026-09-04T03:15:41.782Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1466 | 2026-09-04T03:15:41.930Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1467 | 2026-09-04T03:15:42.000Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1468 | 2026-09-04T03:15:43.149Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1469 | 2026-09-04T03:15:43.413Z | Compiling hickory-proto v0.25.2 |
| 1470 | 2026-09-04T03:15:44.087Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1471 | 2026-09-04T03:15:44.321Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1472 | 2026-09-04T03:15:44.656Z | Compiling parking_lot_core v0.8.6 |
| 1473 | 2026-09-04T03:15:44.852Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1474 | 2026-09-04T03:15:44.933Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1475 | 2026-09-04T03:15:45.339Z | Compiling hickory-resolver v0.25.2 |
| 1476 | 2026-09-04T03:15:45.374Z | Compiling libscf-sys v1.2.0 |
| 1477 | 2026-09-04T03:15:45.404Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1478 | 2026-09-04T03:15:45.473Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1479 | 2026-09-04T03:15:45.629Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1480 | 2026-09-04T03:15:46.278Z | Compiling fxhash v0.2.1 |
| 1481 | 2026-09-04T03:15:46.281Z | Compiling parking_lot v0.11.2 |
| 1482 | 2026-09-04T03:15:46.281Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1483 | 2026-09-04T03:15:46.498Z | Compiling internet-checksum v0.2.1 |
| 1484 | 2026-09-04T03:15:46.498Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1485 | 2026-09-04T03:15:46.498Z | Compiling sled v0.34.7 |
| 1486 | 2026-09-04T03:15:46.498Z | Compiling itertools v0.15.0 |
| 1487 | 2026-09-04T03:15:47.435Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1488 | 2026-09-04T03:15:50.016Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1489 | 2026-09-04T03:15:50.673Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1490 | 2026-09-04T03:15:58.508Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1491 | 2026-09-04T03:16:00.115Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1492 | 2026-09-04T03:16:01.151Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1493 | 2026-09-04T03:16:02.139Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1494 | 2026-09-04T03:16:02.995Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1495 | 2026-09-04T03:16:04.158Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1496 | 2026-09-04T03:16:30.743Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1497 | 2026-09-04T03:16:30.747Z | ──────────── |
| 1498 | 2026-09-04T03:16:30.748Z | Nextest run ID 9f97e20d-97be-4bf8-92dd-878dbfa6788d with nextest profile: default |
| 1499 | 2026-09-04T03:16:30.748Z | Starting 48 tests across 3 binaries |
| 1500 | 2026-09-04T03:16:30.748Z | START bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down |
| 1501 | 2026-09-04T03:16:30.748Z | |
| 1502 | 2026-09-04T03:16:30.748Z | running 1 test |
| 1503 | 2026-09-04T03:16:30.969Z | test dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down ... ok |
| 1504 | 2026-09-04T03:16:30.969Z | |
| 1505 | 2026-09-04T03:16:30.969Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.44s |
| 1506 | 2026-09-04T03:16:30.969Z | |
| 1507 | 2026-09-04T03:16:30.977Z | PASS [ 0.459s] bfd dispatcher::end_to_end::two_sessions_converge_then_peer_loss_drives_down |
| 1508 | 2026-09-04T03:16:30.977Z | START bfd dispatcher::proptests::state_machine |
| 1509 | 2026-09-04T03:16:30.986Z | |
| 1510 | 2026-09-04T03:16:30.986Z | running 1 test |
| 1511 | 2026-09-04T03:16:31.258Z | test dispatcher::proptests::state_machine ... ok |
| 1512 | 2026-09-04T03:16:31.258Z | |
| 1513 | 2026-09-04T03:16:31.258Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.27s |
| 1514 | 2026-09-04T03:16:31.259Z | |
| 1515 | 2026-09-04T03:16:31.262Z | PASS [ 0.283s] bfd dispatcher::proptests::state_machine |
| 1516 | 2026-09-04T03:16:31.262Z | START bfd dispatcher::proptests::state_machine_with_bind_failures |
| 1517 | 2026-09-04T03:16:31.672Z | |
| 1518 | 2026-09-04T03:16:31.672Z | running 1 test |
| 1519 | 2026-09-04T03:16:31.676Z | test dispatcher::proptests::state_machine_with_bind_failures ... ok |
| 1520 | 2026-09-04T03:16:31.676Z | |
| 1521 | 2026-09-04T03:16:31.676Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s |
| 1522 | 2026-09-04T03:16:31.676Z | |
| 1523 | 2026-09-04T03:16:31.676Z | PASS [ 0.262s] bfd dispatcher::proptests::state_machine_with_bind_failures |
| 1524 | 2026-09-04T03:16:31.676Z | START bfd dispatcher::tests::bounded_channel_drops_excess_packets |
| 1525 | 2026-09-04T03:16:31.676Z | |
| 1526 | 2026-09-04T03:16:31.676Z | running 1 test |
| 1527 | 2026-09-04T03:16:31.676Z | test dispatcher::tests::bounded_channel_drops_excess_packets ... ok |
| 1528 | 2026-09-04T03:16:31.676Z | |
| 1529 | 2026-09-04T03:16:31.676Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1530 | 2026-09-04T03:16:31.676Z | |
| 1531 | 2026-09-04T03:16:31.676Z | PASS [ 0.010s] bfd dispatcher::tests::bounded_channel_drops_excess_packets |
| 1532 | 2026-09-04T03:16:31.676Z | START bfd dispatcher::tests::delivers_packet_from_registered_peer |
| 1533 | 2026-09-04T03:16:31.676Z | |
| 1534 | 2026-09-04T03:16:31.676Z | running 1 test |
| 1535 | 2026-09-04T03:16:31.677Z | test dispatcher::tests::delivers_packet_from_registered_peer ... ok |
| 1536 | 2026-09-04T03:16:31.677Z | |
| 1537 | 2026-09-04T03:16:31.677Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1538 | 2026-09-04T03:16:31.677Z | |
| 1539 | 2026-09-04T03:16:31.677Z | PASS [ 0.009s] bfd dispatcher::tests::delivers_packet_from_registered_peer |
| 1540 | 2026-09-04T03:16:31.677Z | START bfd dispatcher::tests::drops_malformed_packet_but_task_survives |
| 1541 | 2026-09-04T03:16:31.677Z | |
| 1542 | 2026-09-04T03:16:31.677Z | running 1 test |
| 1543 | 2026-09-04T03:16:31.677Z | test dispatcher::tests::drops_malformed_packet_but_task_survives ... ok |
| 1544 | 2026-09-04T03:16:31.677Z | |
| 1545 | 2026-09-04T03:16:31.677Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1546 | 2026-09-04T03:16:31.677Z | |
| 1547 | 2026-09-04T03:16:31.677Z | PASS [ 0.009s] bfd dispatcher::tests::drops_malformed_packet_but_task_survives |
| 1548 | 2026-09-04T03:16:31.677Z | START bfd dispatcher::tests::drops_packet_from_unregistered_peer |
| 1549 | 2026-09-04T03:16:31.677Z | |
| 1550 | 2026-09-04T03:16:31.677Z | running 1 test |
| 1551 | 2026-09-04T03:16:31.878Z | test dispatcher::tests::drops_packet_from_unregistered_peer ... ok |
| 1552 | 2026-09-04T03:16:31.878Z | |
| 1553 | 2026-09-04T03:16:31.878Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s |
| 1554 | 2026-09-04T03:16:31.878Z | |
| 1555 | 2026-09-04T03:16:31.887Z | PASS [ 0.311s] bfd dispatcher::tests::drops_packet_from_unregistered_peer |
| 1556 | 2026-09-04T03:16:31.888Z | START bfd dispatcher::tests::rx_closed_after_last_peer_removed |
| 1557 | 2026-09-04T03:16:31.888Z | |
| 1558 | 2026-09-04T03:16:31.888Z | running 1 test |
| 1559 | 2026-09-04T03:16:31.888Z | test dispatcher::tests::rx_closed_after_last_peer_removed ... ok |
| 1560 | 2026-09-04T03:16:31.888Z | |
| 1561 | 2026-09-04T03:16:31.888Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1562 | 2026-09-04T03:16:31.888Z | |
| 1563 | 2026-09-04T03:16:31.888Z | PASS [ 0.011s] bfd dispatcher::tests::rx_closed_after_last_peer_removed |
| 1564 | 2026-09-04T03:16:31.888Z | START bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped |
| 1565 | 2026-09-04T03:16:31.888Z | |
| 1566 | 2026-09-04T03:16:31.888Z | running 1 test |
| 1567 | 2026-09-04T03:16:31.888Z | test dispatcher::tests::shutdown_waits_for_task_to_be_dropped ... ok |
| 1568 | 2026-09-04T03:16:31.888Z | |
| 1569 | 2026-09-04T03:16:31.888Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1570 | 2026-09-04T03:16:31.888Z | |
| 1571 | 2026-09-04T03:16:31.888Z | PASS [ 0.009s] bfd dispatcher::tests::shutdown_waits_for_task_to_be_dropped |
| 1572 | 2026-09-04T03:16:31.888Z | START bfd egress::tests::binds_ports_in_expected_range |
| 1573 | 2026-09-04T03:16:31.893Z | |
| 1574 | 2026-09-04T03:16:31.893Z | running 1 test |
| 1575 | 2026-09-04T03:16:31.894Z | test egress::tests::binds_ports_in_expected_range ... ok |
| 1576 | 2026-09-04T03:16:31.894Z | |
| 1577 | 2026-09-04T03:16:31.894Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1578 | 2026-09-04T03:16:31.894Z | |
| 1579 | 2026-09-04T03:16:31.894Z | PASS [ 0.009s] bfd egress::tests::binds_ports_in_expected_range |
| 1580 | 2026-09-04T03:16:31.894Z | START bfd egress::tests::egress_socket_sets_hop_limit_v6 |
| 1581 | 2026-09-04T03:16:31.903Z | |
| 1582 | 2026-09-04T03:16:31.903Z | running 1 test |
| 1583 | 2026-09-04T03:16:31.907Z | test egress::tests::egress_socket_sets_hop_limit_v6 ... ok |
| 1584 | 2026-09-04T03:16:31.907Z | |
| 1585 | 2026-09-04T03:16:31.907Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1586 | 2026-09-04T03:16:31.907Z | |
| 1587 | 2026-09-04T03:16:31.907Z | PASS [ 0.008s] bfd egress::tests::egress_socket_sets_hop_limit_v6 |
| 1588 | 2026-09-04T03:16:31.907Z | START bfd egress::tests::egress_socket_sets_ttl_v4 |
| 1589 | 2026-09-04T03:16:31.907Z | |
| 1590 | 2026-09-04T03:16:31.907Z | running 1 test |
| 1591 | 2026-09-04T03:16:31.911Z | test egress::tests::egress_socket_sets_ttl_v4 ... ok |
| 1592 | 2026-09-04T03:16:31.911Z | |
| 1593 | 2026-09-04T03:16:31.911Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1594 | 2026-09-04T03:16:31.911Z | |
| 1595 | 2026-09-04T03:16:31.911Z | PASS [ 0.008s] bfd egress::tests::egress_socket_sets_ttl_v4 |
| 1596 | 2026-09-04T03:16:31.914Z | START bfd egress::tests::exits_when_channel_closed |
| 1597 | 2026-09-04T03:16:32.337Z | |
| 1598 | 2026-09-04T03:16:32.337Z | running 1 test |
| 1599 | 2026-09-04T03:16:32.337Z | test egress::tests::exits_when_channel_closed ... ok |
| 1600 | 2026-09-04T03:16:32.337Z | |
| 1601 | 2026-09-04T03:16:32.337Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1602 | 2026-09-04T03:16:32.339Z | |
| 1603 | 2026-09-04T03:16:32.339Z | PASS [ 0.009s] bfd egress::tests::exits_when_channel_closed |
| 1604 | 2026-09-04T03:16:32.339Z | START bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range |
| 1605 | 2026-09-04T03:16:32.351Z | |
| 1606 | 2026-09-04T03:16:32.351Z | running 1 test |
| 1607 | 2026-09-04T03:16:32.351Z | test egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range ... ok |
| 1608 | 2026-09-04T03:16:32.351Z | |
| 1609 | 2026-09-04T03:16:32.351Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1610 | 2026-09-04T03:16:32.351Z | |
| 1611 | 2026-09-04T03:16:32.351Z | PASS [ 0.007s] bfd egress_src_port_iter::tests::initial_port_choices_are_from_start_of_range |
| 1612 | 2026-09-04T03:16:32.351Z | START bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end |
| 1613 | 2026-09-04T03:16:32.351Z | |
| 1614 | 2026-09-04T03:16:32.351Z | running 1 test |
| 1615 | 2026-09-04T03:16:32.351Z | test egress_src_port_iter::tests::port_choices_wrap_around_at_end ... ok |
| 1616 | 2026-09-04T03:16:32.351Z | |
| 1617 | 2026-09-04T03:16:32.351Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1618 | 2026-09-04T03:16:32.351Z | |
| 1619 | 2026-09-04T03:16:32.352Z | PASS [ 0.007s] bfd egress_src_port_iter::tests::port_choices_wrap_around_at_end |
| 1620 | 2026-09-04T03:16:32.352Z | START bfd egress_src_port_iter::tests::src_port_is_always_in_range |
| 1621 | 2026-09-04T03:16:32.352Z | |
| 1622 | 2026-09-04T03:16:32.352Z | running 1 test |
| 1623 | 2026-09-04T03:16:32.352Z | test egress_src_port_iter::tests::src_port_is_always_in_range ... ok |
| 1624 | 2026-09-04T03:16:32.352Z | |
| 1625 | 2026-09-04T03:16:32.352Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s |
| 1626 | 2026-09-04T03:16:32.352Z | |
| 1627 | 2026-09-04T03:16:32.352Z | PASS [ 0.012s] bfd egress_src_port_iter::tests::src_port_is_always_in_range |
| 1628 | 2026-09-04T03:16:32.352Z | START bfd rib::tests::exits_when_state_channel_closed |
| 1629 | 2026-09-04T03:16:32.352Z | |
| 1630 | 2026-09-04T03:16:32.352Z | running 1 test |
| 1631 | 2026-09-04T03:16:32.352Z | test rib::tests::exits_when_state_channel_closed ... ok |
| 1632 | 2026-09-04T03:16:32.352Z | |
| 1633 | 2026-09-04T03:16:32.352Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1634 | 2026-09-04T03:16:32.352Z | |
| 1635 | 2026-09-04T03:16:32.352Z | PASS [ 0.009s] bfd rib::tests::exits_when_state_channel_closed |
| 1636 | 2026-09-04T03:16:32.352Z | START bfd rib::tests::initial_down_state_is_synced |
| 1637 | 2026-09-04T03:16:32.352Z | |
| 1638 | 2026-09-04T03:16:32.352Z | running 1 test |
| 1639 | 2026-09-04T03:16:32.352Z | test rib::tests::initial_down_state_is_synced ... ok |
| 1640 | 2026-09-04T03:16:32.352Z | |
| 1641 | 2026-09-04T03:16:32.352Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 1642 | 2026-09-04T03:16:32.352Z | |
| 1643 | 2026-09-04T03:16:32.352Z | PASS [ 0.110s] bfd rib::tests::initial_down_state_is_synced |
| 1644 | 2026-09-04T03:16:32.352Z | START bfd rib::tests::real_transitions_are_synced |
| 1645 | 2026-09-04T03:16:32.352Z | |
| 1646 | 2026-09-04T03:16:32.352Z | running 1 test |
| 1647 | 2026-09-04T03:16:32.378Z | test rib::tests::real_transitions_are_synced ... ok |
| 1648 | 2026-09-04T03:16:32.378Z | |
| 1649 | 2026-09-04T03:16:32.447Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.30s |
| 1650 | 2026-09-04T03:16:32.447Z | |
| 1651 | 2026-09-04T03:16:32.447Z | PASS [ 0.313s] bfd rib::tests::real_transitions_are_synced |
| 1652 | 2026-09-04T03:16:32.447Z | START bfd rib::tests::redundant_shutdown_states_are_not_resynced |
| 1653 | 2026-09-04T03:16:32.447Z | |
| 1654 | 2026-09-04T03:16:32.447Z | running 1 test |
| 1655 | 2026-09-04T03:16:32.739Z | test rib::tests::redundant_shutdown_states_are_not_resynced ... ok |
| 1656 | 2026-09-04T03:16:32.739Z | |
| 1657 | 2026-09-04T03:16:32.739Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.35s |
| 1658 | 2026-09-04T03:16:32.739Z | |
| 1659 | 2026-09-04T03:16:32.745Z | PASS [ 0.361s] bfd rib::tests::redundant_shutdown_states_are_not_resynced |
| 1660 | 2026-09-04T03:16:32.745Z | START bfd session::tests::counts_incoming_packets |
| 1661 | 2026-09-04T03:16:32.745Z | |
| 1662 | 2026-09-04T03:16:32.745Z | running 1 test |
| 1663 | 2026-09-04T03:16:32.846Z | test session::tests::counts_incoming_packets ... ok |
| 1664 | 2026-09-04T03:16:32.846Z | |
| 1665 | 2026-09-04T03:16:32.846Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 1666 | 2026-09-04T03:16:32.846Z | |
| 1667 | 2026-09-04T03:16:32.849Z | PASS [ 0.110s] bfd session::tests::counts_incoming_packets |
| 1668 | 2026-09-04T03:16:32.849Z | START bfd session::tests::down_to_up_directly |
| 1669 | 2026-09-04T03:16:32.853Z | |
| 1670 | 2026-09-04T03:16:32.853Z | running 1 test |
| 1671 | 2026-09-04T03:16:32.956Z | test session::tests::down_to_up_directly ... ok |
| 1672 | 2026-09-04T03:16:32.956Z | |
| 1673 | 2026-09-04T03:16:32.956Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 1674 | 2026-09-04T03:16:32.956Z | |
| 1675 | 2026-09-04T03:16:32.959Z | PASS [ 0.110s] bfd session::tests::down_to_up_directly |
| 1676 | 2026-09-04T03:16:32.959Z | START bfd session::tests::emits_outgoing_control_packet |
| 1677 | 2026-09-04T03:16:32.962Z | |
| 1678 | 2026-09-04T03:16:32.962Z | running 1 test |
| 1679 | 2026-09-04T03:16:32.967Z | test session::tests::emits_outgoing_control_packet ... ok |
| 1680 | 2026-09-04T03:16:32.967Z | |
| 1681 | 2026-09-04T03:16:32.967Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1682 | 2026-09-04T03:16:32.967Z | |
| 1683 | 2026-09-04T03:16:32.967Z | PASS [ 0.010s] bfd session::tests::emits_outgoing_control_packet |
| 1684 | 2026-09-04T03:16:32.967Z | START bfd session::tests::exits_when_listener_channel_closes |
| 1685 | 2026-09-04T03:16:32.972Z | |
| 1686 | 2026-09-04T03:16:32.972Z | running 1 test |
| 1687 | 2026-09-04T03:16:32.976Z | test session::tests::exits_when_listener_channel_closes ... ok |
| 1688 | 2026-09-04T03:16:32.977Z | |
| 1689 | 2026-09-04T03:16:32.977Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1690 | 2026-09-04T03:16:32.977Z | |
| 1691 | 2026-09-04T03:16:32.977Z | PASS [ 0.009s] bfd session::tests::exits_when_listener_channel_closes |
| 1692 | 2026-09-04T03:16:32.977Z | START bfd session::tests::handshake_down_init_up_publishes_each_state |
| 1693 | 2026-09-04T03:16:32.980Z | |
| 1694 | 2026-09-04T03:16:32.980Z | running 1 test |
| 1695 | 2026-09-04T03:16:33.185Z | test session::tests::handshake_down_init_up_publishes_each_state ... ok |
| 1696 | 2026-09-04T03:16:33.185Z | |
| 1697 | 2026-09-04T03:16:33.185Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 1698 | 2026-09-04T03:16:33.185Z | |
| 1699 | 2026-09-04T03:16:33.190Z | PASS [ 0.211s] bfd session::tests::handshake_down_init_up_publishes_each_state |
| 1700 | 2026-09-04T03:16:33.190Z | START bfd session::tests::init_to_down_on_peer_admin_down |
| 1701 | 2026-09-04T03:16:33.194Z | |
| 1702 | 2026-09-04T03:16:33.194Z | running 1 test |
| 1703 | 2026-09-04T03:16:33.395Z | test session::tests::init_to_down_on_peer_admin_down ... ok |
| 1704 | 2026-09-04T03:16:33.395Z | |
| 1705 | 2026-09-04T03:16:33.395Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 1706 | 2026-09-04T03:16:33.395Z | |
| 1707 | 2026-09-04T03:16:33.399Z | PASS [ 0.211s] bfd session::tests::init_to_down_on_peer_admin_down |
| 1708 | 2026-09-04T03:16:33.399Z | START bfd session::tests::peer_state_that_does_not_advance_is_a_no_op |
| 1709 | 2026-09-04T03:16:33.402Z | |
| 1710 | 2026-09-04T03:16:33.402Z | running 1 test |
| 1711 | 2026-09-04T03:16:33.556Z | test session::tests::peer_state_that_does_not_advance_is_a_no_op ... ok |
| 1712 | 2026-09-04T03:16:33.556Z | |
| 1713 | 2026-09-04T03:16:33.556Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.10s |
| 1714 | 2026-09-04T03:16:33.572Z | |
| 1715 | 2026-09-04T03:16:33.572Z | PASS [ 0.110s] bfd session::tests::peer_state_that_does_not_advance_is_a_no_op |
| 1716 | 2026-09-04T03:16:33.572Z | START bfd session::tests::poll_packet_elicits_final_response_on_egress |
| 1717 | 2026-09-04T03:16:33.572Z | |
| 1718 | 2026-09-04T03:16:33.572Z | running 1 test |
| 1719 | 2026-09-04T03:16:33.572Z | test session::tests::poll_packet_elicits_final_response_on_egress ... ok |
| 1720 | 2026-09-04T03:16:33.572Z | |
| 1721 | 2026-09-04T03:16:33.572Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1722 | 2026-09-04T03:16:33.572Z | |
| 1723 | 2026-09-04T03:16:33.572Z | PASS [ 0.009s] bfd session::tests::poll_packet_elicits_final_response_on_egress |
| 1724 | 2026-09-04T03:16:33.572Z | START bfd session::tests::recv_timeout_drives_session_down |
| 1725 | 2026-09-04T03:16:33.572Z | |
| 1726 | 2026-09-04T03:16:33.573Z | running 1 test |
| 1727 | 2026-09-04T03:16:35.078Z | test session::tests::recv_timeout_drives_session_down ... ok |
| 1728 | 2026-09-04T03:16:35.078Z | |
| 1729 | 2026-09-04T03:16:35.078Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 1.52s |
| 1730 | 2026-09-04T03:16:35.078Z | |
| 1731 | 2026-09-04T03:16:35.092Z | PASS [ 1.525s] bfd session::tests::recv_timeout_drives_session_down |
| 1732 | 2026-09-04T03:16:35.092Z | START bfd session::tests::up_to_down_on_peer_admin_down |
| 1733 | 2026-09-04T03:16:35.092Z | |
| 1734 | 2026-09-04T03:16:35.093Z | running 1 test |
| 1735 | 2026-09-04T03:16:35.251Z | test session::tests::up_to_down_on_peer_admin_down ... ok |
| 1736 | 2026-09-04T03:16:35.251Z | |
| 1737 | 2026-09-04T03:16:35.251Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 1738 | 2026-09-04T03:16:35.251Z | |
| 1739 | 2026-09-04T03:16:35.255Z | PASS [ 0.212s] bfd session::tests::up_to_down_on_peer_admin_down |
| 1740 | 2026-09-04T03:16:35.256Z | START bfd session::tests::up_to_down_on_peer_down |
| 1741 | 2026-09-04T03:16:35.263Z | |
| 1742 | 2026-09-04T03:16:35.263Z | running 1 test |
| 1743 | 2026-09-04T03:16:35.473Z | test session::tests::up_to_down_on_peer_down ... ok |
| 1744 | 2026-09-04T03:16:35.473Z | |
| 1745 | 2026-09-04T03:16:35.473Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.20s |
| 1746 | 2026-09-04T03:16:35.473Z | |
| 1747 | 2026-09-04T03:16:35.479Z | PASS [ 0.211s] bfd session::tests::up_to_down_on_peer_down |
| 1748 | 2026-09-04T03:16:35.479Z | START bfd sm::tests::arbitrary_local_config_never_panics |
| 1749 | 2026-09-04T03:16:35.479Z | |
| 1750 | 2026-09-04T03:16:35.479Z | running 1 test |
| 1751 | 2026-09-04T03:16:35.732Z | test sm::tests::arbitrary_local_config_never_panics ... ok |
| 1752 | 2026-09-04T03:16:35.732Z | |
| 1753 | 2026-09-04T03:16:35.733Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.25s |
| 1754 | 2026-09-04T03:16:35.733Z | |
| 1755 | 2026-09-04T03:16:35.756Z | PASS [ 0.254s] bfd sm::tests::arbitrary_local_config_never_panics |
| 1756 | 2026-09-04T03:16:35.756Z | START bfd sm::tests::arbitrary_sequences_uphold_invariants |
| 1757 | 2026-09-04T03:16:35.756Z | |
| 1758 | 2026-09-04T03:16:35.756Z | running 1 test |
| 1759 | 2026-09-04T03:16:36.668Z | test sm::tests::arbitrary_sequences_uphold_invariants ... ok |
| 1760 | 2026-09-04T03:16:36.668Z | |
| 1761 | 2026-09-04T03:16:36.668Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.51s |
| 1762 | 2026-09-04T03:16:36.668Z | |
| 1763 | 2026-09-04T03:16:36.684Z | PASS [ 0.520s] bfd sm::tests::arbitrary_sequences_uphold_invariants |
| 1764 | 2026-09-04T03:16:36.684Z | START bfd sm::tests::bounded_consecutive_loss_keeps_session_up |
| 1765 | 2026-09-04T03:16:36.684Z | |
| 1766 | 2026-09-04T03:16:36.684Z | running 1 test |
| 1767 | 2026-09-04T03:16:36.684Z | test sm::tests::bounded_consecutive_loss_keeps_session_up ... ok |
| 1768 | 2026-09-04T03:16:36.684Z | |
| 1769 | 2026-09-04T03:16:36.684Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.01s |
| 1770 | 2026-09-04T03:16:36.684Z | |
| 1771 | 2026-09-04T03:16:36.684Z | PASS [ 0.021s] bfd sm::tests::bounded_consecutive_loss_keeps_session_up |
| 1772 | 2026-09-04T03:16:36.684Z | START bfd sm::tests::clean_channel_converges_to_up |
| 1773 | 2026-09-04T03:16:36.684Z | |
| 1774 | 2026-09-04T03:16:36.685Z | running 1 test |
| 1775 | 2026-09-04T03:16:36.686Z | test sm::tests::clean_channel_converges_to_up ... ok |
| 1776 | 2026-09-04T03:16:36.686Z | |
| 1777 | 2026-09-04T03:16:36.686Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1778 | 2026-09-04T03:16:36.686Z | |
| 1779 | 2026-09-04T03:16:36.686Z | PASS [ 0.007s] bfd sm::tests::clean_channel_converges_to_up |
| 1780 | 2026-09-04T03:16:36.686Z | START bfd sm::tests::demand_mode_suppresses_unsolicited_sends |
| 1781 | 2026-09-04T03:16:36.686Z | |
| 1782 | 2026-09-04T03:16:36.686Z | running 1 test |
| 1783 | 2026-09-04T03:16:36.686Z | test sm::tests::demand_mode_suppresses_unsolicited_sends ... ok |
| 1784 | 2026-09-04T03:16:36.686Z | |
| 1785 | 2026-09-04T03:16:36.686Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1786 | 2026-09-04T03:16:36.686Z | |
| 1787 | 2026-09-04T03:16:36.686Z | PASS [ 0.007s] bfd sm::tests::demand_mode_suppresses_unsolicited_sends |
| 1788 | 2026-09-04T03:16:36.686Z | START bfd sm::tests::large_local_tx_interval_saturates_on_wire |
| 1789 | 2026-09-04T03:16:36.687Z | |
| 1790 | 2026-09-04T03:16:36.687Z | running 1 test |
| 1791 | 2026-09-04T03:16:36.687Z | test sm::tests::large_local_tx_interval_saturates_on_wire ... ok |
| 1792 | 2026-09-04T03:16:36.687Z | |
| 1793 | 2026-09-04T03:16:36.687Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1794 | 2026-09-04T03:16:36.687Z | |
| 1795 | 2026-09-04T03:16:36.687Z | PASS [ 0.007s] bfd sm::tests::large_local_tx_interval_saturates_on_wire |
| 1796 | 2026-09-04T03:16:36.687Z | START bfd sm::tests::poll_flood_grows_response_queue_unboundedly |
| 1797 | 2026-09-04T03:16:36.687Z | |
| 1798 | 2026-09-04T03:16:36.687Z | running 1 test |
| 1799 | 2026-09-04T03:16:36.688Z | test sm::tests::poll_flood_grows_response_queue_unboundedly ... ok |
| 1800 | 2026-09-04T03:16:36.688Z | |
| 1801 | 2026-09-04T03:16:36.688Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1802 | 2026-09-04T03:16:36.688Z | |
| 1803 | 2026-09-04T03:16:36.688Z | PASS [ 0.007s] bfd sm::tests::poll_flood_grows_response_queue_unboundedly |
| 1804 | 2026-09-04T03:16:36.688Z | START bfd sm::tests::poll_response_remains_queued_past_tx_interval |
| 1805 | 2026-09-04T03:16:36.689Z | |
| 1806 | 2026-09-04T03:16:36.689Z | running 1 test |
| 1807 | 2026-09-04T03:16:36.689Z | test sm::tests::poll_response_remains_queued_past_tx_interval ... ok |
| 1808 | 2026-09-04T03:16:36.689Z | |
| 1809 | 2026-09-04T03:16:36.689Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1810 | 2026-09-04T03:16:36.689Z | |
| 1811 | 2026-09-04T03:16:36.689Z | PASS [ 0.007s] bfd sm::tests::poll_response_remains_queued_past_tx_interval |
| 1812 | 2026-09-04T03:16:36.690Z | START bfd sm::tests::poll_triggers_immediate_final_response |
| 1813 | 2026-09-04T03:16:36.690Z | |
| 1814 | 2026-09-04T03:16:36.690Z | running 1 test |
| 1815 | 2026-09-04T03:16:36.690Z | test sm::tests::poll_triggers_immediate_final_response ... ok |
| 1816 | 2026-09-04T03:16:36.690Z | |
| 1817 | 2026-09-04T03:16:36.690Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1818 | 2026-09-04T03:16:36.690Z | |
| 1819 | 2026-09-04T03:16:36.690Z | PASS [ 0.007s] bfd sm::tests::poll_triggers_immediate_final_response |
| 1820 | 2026-09-04T03:16:36.690Z | START bfd sm::tests::recv_deadline_expiry_reports_was_already_down |
| 1821 | 2026-09-04T03:16:36.690Z | |
| 1822 | 2026-09-04T03:16:36.690Z | running 1 test |
| 1823 | 2026-09-04T03:16:36.690Z | test sm::tests::recv_deadline_expiry_reports_was_already_down ... ok |
| 1824 | 2026-09-04T03:16:36.690Z | |
| 1825 | 2026-09-04T03:16:36.690Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1826 | 2026-09-04T03:16:36.690Z | |
| 1827 | 2026-09-04T03:16:36.690Z | PASS [ 0.007s] bfd sm::tests::recv_deadline_expiry_reports_was_already_down |
| 1828 | 2026-09-04T03:16:36.691Z | START bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends |
| 1829 | 2026-09-04T03:16:36.691Z | |
| 1830 | 2026-09-04T03:16:36.691Z | running 1 test |
| 1831 | 2026-09-04T03:16:36.691Z | test sm::tests::remote_required_min_rx_zero_stops_periodic_sends ... ok |
| 1832 | 2026-09-04T03:16:36.691Z | |
| 1833 | 2026-09-04T03:16:36.691Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1834 | 2026-09-04T03:16:36.691Z | |
| 1835 | 2026-09-04T03:16:36.691Z | PASS [ 0.007s] bfd sm::tests::remote_required_min_rx_zero_stops_periodic_sends |
| 1836 | 2026-09-04T03:16:36.691Z | START bfd sm::tests::total_partition_drives_both_down |
| 1837 | 2026-09-04T03:16:36.691Z | |
| 1838 | 2026-09-04T03:16:36.691Z | running 1 test |
| 1839 | 2026-09-04T03:16:36.691Z | test sm::tests::total_partition_drives_both_down ... ok |
| 1840 | 2026-09-04T03:16:36.691Z | |
| 1841 | 2026-09-04T03:16:36.691Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1842 | 2026-09-04T03:16:36.691Z | |
| 1843 | 2026-09-04T03:16:36.692Z | PASS [ 0.007s] bfd sm::tests::total_partition_drives_both_down |
| 1844 | 2026-09-04T03:16:36.692Z | START bfd sm::tests::transition_table_is_exhaustive_and_correct |
| 1845 | 2026-09-04T03:16:36.692Z | |
| 1846 | 2026-09-04T03:16:36.692Z | running 1 test |
| 1847 | 2026-09-04T03:16:36.692Z | test sm::tests::transition_table_is_exhaustive_and_correct ... ok |
| 1848 | 2026-09-04T03:16:36.692Z | |
| 1849 | 2026-09-04T03:16:36.692Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 43 filtered out; finished in 0.00s |
| 1850 | 2026-09-04T03:16:36.692Z | |
| 1851 | 2026-09-04T03:16:36.692Z | PASS [ 0.007s] bfd sm::tests::transition_table_is_exhaustive_and_correct |
| 1852 | 2026-09-04T03:16:36.692Z | START mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1853 | 2026-09-04T03:16:36.693Z | |
| 1854 | 2026-09-04T03:16:36.693Z | running 1 test |
| 1855 | 2026-09-04T03:16:36.693Z | test v10::static_routes::tests::v1_add_request_converts_to_latest ... ok |
| 1856 | 2026-09-04T03:16:36.693Z | |
| 1857 | 2026-09-04T03:16:36.693Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1858 | 2026-09-04T03:16:36.693Z | |
| 1859 | 2026-09-04T03:16:36.693Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1860 | 2026-09-04T03:16:36.693Z | START mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1861 | 2026-09-04T03:16:36.693Z | |
| 1862 | 2026-09-04T03:16:36.693Z | running 1 test |
| 1863 | 2026-09-04T03:16:36.712Z | test v10::static_routes::tests::v1_delete_request_converts_to_latest ... ok |
| 1864 | 2026-09-04T03:16:36.712Z | |
| 1865 | 2026-09-04T03:16:36.712Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1866 | 2026-09-04T03:16:36.712Z | |
| 1867 | 2026-09-04T03:16:36.712Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1868 | 2026-09-04T03:16:36.712Z | START mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1869 | 2026-09-04T03:16:36.712Z | |
| 1870 | 2026-09-04T03:16:36.712Z | running 1 test |
| 1871 | 2026-09-04T03:16:36.712Z | test v10::static_routes::tests::v1_static_route4_converts_to_latest ... ok |
| 1872 | 2026-09-04T03:16:36.712Z | |
| 1873 | 2026-09-04T03:16:36.712Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1874 | 2026-09-04T03:16:36.713Z | |
| 1875 | 2026-09-04T03:16:36.713Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1876 | 2026-09-04T03:16:36.713Z | START mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1877 | 2026-09-04T03:16:36.713Z | |
| 1878 | 2026-09-04T03:16:36.713Z | running 1 test |
| 1879 | 2026-09-04T03:16:36.713Z | test v10::static_routes::tests::v1_wire_payload_deserializes_then_converts ... ok |
| 1880 | 2026-09-04T03:16:36.713Z | |
| 1881 | 2026-09-04T03:16:36.713Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 3 filtered out; finished in 0.00s |
| 1882 | 2026-09-04T03:16:36.713Z | |
| 1883 | 2026-09-04T03:16:36.713Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1884 | 2026-09-04T03:16:36.713Z | ──────────── |
| 1885 | 2026-09-04T03:16:36.713Z | Summary [ 5.831s] 48 tests run: 48 passed, 0 skipped |
| 1886 | 2026-09-04T03:16:36.713Z | + rm -rf /tmp/tmp.RbaGrc |
| 1887 | 2026-09-04T03:16:36.713Z | process exited: duration 184159 ms, exit code 0 |
| |
| 1888 | 2026-09-04T03:16:37.133Z | found 0 output files |