|
|
|
| 1 | 2026-09-04T21:30:06.601Z | job assigned to worker 01M1Q573JWE4V6VWNH4WFRM7ZE [factory aws, i-0cb045da87e69c575] (queued for 54 s) |
| |
| 2 | 2026-09-04T21:30:18.516Z | starting task 0: "setup" |
| 3 | 2026-09-04T21:30:18.611Z | ++ uname -s |
| 4 | 2026-09-04T21:30:18.611Z | + kern=SunOS |
| 5 | 2026-09-04T21:30:18.611Z | + build_user=build |
| 6 | 2026-09-04T21:30:18.611Z | + build_uid=12345 |
| 7 | 2026-09-04T21:30:18.611Z | + work_dir=/work |
| 8 | 2026-09-04T21:30:18.611Z | + input_dir=/input |
| 9 | 2026-09-04T21:30:18.611Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T21:30:18.611Z | + case "$kern" in |
| 11 | 2026-09-04T21:30:18.611Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T21:30:18.611Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T21:30:20.242Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T21:30:20.314Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T21:30:20.318Z | + home_fs=zfs |
| 16 | 2026-09-04T21:30:20.318Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T21:30:20.318Z | + mkdir -p /home/build |
| 18 | 2026-09-04T21:30:20.318Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T21:30:22.316Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T21:30:22.319Z | process exited: duration 4089 ms, exit code 0 |
| |
| 21 | 2026-09-04T21:30:22.325Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T21:30:22.328Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T21:30:22.328Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T21:30:22.328Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-04T21:30:22.328Z | * rust toolchain profile = "default" |
| 26 | 2026-09-04T21:30:22.328Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T21:30:22.328Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T21:30:22.331Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T21:30:22.331Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T21:30:22.410Z | info: downloading installer |
| 31 | 2026-09-04T21:30:23.845Z | info: profile set to default |
| 32 | 2026-09-04T21:30:23.845Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T21:30:23.849Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T21:30:23.982Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T21:30:23.985Z | info: downloading 6 components |
| 36 | 2026-09-04T21:30:38.786Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T21:30:38.786Z | |
| 38 | 2026-09-04T21:30:38.821Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T21:30:38.821Z | |
| 40 | 2026-09-04T21:30:38.825Z | |
| 41 | 2026-09-04T21:30:38.825Z | Rust is installed now. Great! |
| 42 | 2026-09-04T21:30:38.825Z | |
| 43 | 2026-09-04T21:30:38.825Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T21:30:38.825Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T21:30:38.825Z | |
| 46 | 2026-09-04T21:30:38.825Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T21:30:38.825Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T21:30:38.825Z | |
| 49 | 2026-09-04T21:30:38.825Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T21:30:38.825Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T21:30:38.825Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T21:30:38.825Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T21:30:38.825Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T21:30:38.825Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T21:30:38.825Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T21:30:38.825Z | HOST_CC = None |
| 57 | 2026-09-04T21:30:38.825Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T21:30:38.825Z | CC = None |
| 59 | 2026-09-04T21:30:38.825Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T21:30:38.993Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T21:30:38.993Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T21:30:38.993Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T21:30:38.993Z | CFLAGS = None |
| 64 | 2026-09-04T21:30:38.993Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T21:30:38.993Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T21:30:38.993Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T21:30:38.993Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T21:30:38.993Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T21:30:38.993Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T21:30:39.096Z | + rustup --version |
| 71 | 2026-09-04T21:30:39.102Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T21:30:39.105Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T21:30:39.123Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T21:30:39.126Z | + cargo --version |
| 75 | 2026-09-04T21:30:39.139Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T21:30:39.142Z | + rustc --version |
| 77 | 2026-09-04T21:30:39.159Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T21:30:39.162Z | process exited: duration 16836 ms, exit code 0 |
| |
| 79 | 2026-09-04T21:30:39.168Z | starting task 2: "authentication" |
| 80 | 2026-09-04T21:30:39.185Z | process exited: duration 17 ms, exit code 0 |
| |
| 81 | 2026-09-04T21:30:39.191Z | starting task 3: "clone repository" |
| 82 | 2026-09-04T21:30:39.194Z | + mkdir -p /work/oxidecomputer/maghemite |
| 83 | 2026-09-04T21:30:39.198Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T21:30:39.227Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 85 | 2026-09-04T21:30:40.944Z | + cd /work/oxidecomputer/maghemite |
| 86 | 2026-09-04T21:30:40.944Z | + git fetch origin ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 87 | 2026-09-04T21:30:41.464Z | From https://github.com/oxidecomputer/maghemite |
| 88 | 2026-09-04T21:30:41.464Z | * branch ee082197c0e0afc8b9127b3c010196ec8d5a9bbb -> FETCH_HEAD |
| 89 | 2026-09-04T21:30:41.490Z | + [[ -n jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]] |
| 90 | 2026-09-04T21:30:41.490Z | ++ git branch --show-current |
| 91 | 2026-09-04T21:30:41.490Z | + current=main |
| 92 | 2026-09-04T21:30:41.490Z | + [[ main != jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ]] |
| 93 | 2026-09-04T21:30:41.490Z | + git branch -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 94 | 2026-09-04T21:30:41.490Z | + git checkout -f jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz |
| 95 | 2026-09-04T21:30:41.498Z | Switched to branch 'jj-stack/falcon-lab-interact-with-nodes-concurrently-zvuyompz' |
| 96 | 2026-09-04T21:30:41.498Z | + git reset --hard ee082197c0e0afc8b9127b3c010196ec8d5a9bbb |
| 97 | 2026-09-04T21:30:41.498Z | HEAD is now at ee08219 falcon-lab: interact with nodes concurrently |
| 98 | 2026-09-04T21:30:41.498Z | process exited: duration 2291 ms, exit code 0 |
| |
| 99 | 2026-09-04T21:30:41.522Z | starting task 4: "build" |
| 100 | 2026-09-04T21:30:41.547Z | + set -e |
| 101 | 2026-09-04T21:30:41.547Z | + source .github/buildomat/test-common.sh |
| 102 | 2026-09-04T21:30:41.547Z | ++ NEXTEST_VERSION=0.9.97 |
| 103 | 2026-09-04T21:30:41.547Z | ++ source .github/buildomat/common.sh |
| 104 | 2026-09-04T21:30:41.547Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 105 | 2026-09-04T21:30:41.547Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 106 | 2026-09-04T21:30:41.547Z | +++ cargo --version |
| 107 | 2026-09-04T21:30:41.547Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 108 | 2026-09-04T21:30:41.667Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 109 | 2026-09-04T21:30:41.677Z | info: downloading 6 components |
| 110 | 2026-09-04T21:30:54.935Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 111 | 2026-09-04T21:30:54.935Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 112 | 2026-09-04T21:30:54.935Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 113 | 2026-09-04T21:30:55.042Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 114 | 2026-09-04T21:30:55.046Z | +++ rustc --version |
| 115 | 2026-09-04T21:30:55.073Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 116 | 2026-09-04T21:30:55.077Z | ++ banner install |
| 117 | 2026-09-04T21:30:55.080Z | |
| 118 | 2026-09-04T21:30:55.080Z | # # # #### ##### ## # # |
| 119 | 2026-09-04T21:30:55.080Z | # ## # # # # # # # |
| 120 | 2026-09-04T21:30:55.080Z | # # # # #### # # # # # |
| 121 | 2026-09-04T21:30:55.080Z | # # # # # # ###### # # |
| 122 | 2026-09-04T21:30:55.080Z | # # ## # # # # # # # |
| 123 | 2026-09-04T21:30:55.080Z | # # # #### # # # ###### ###### |
| 124 | 2026-09-04T21:30:55.080Z | |
| 125 | 2026-09-04T21:30:55.080Z | ++ pfexec pkg install clang-15 |
| 126 | 2026-09-04T21:30:57.504Z | Startup: Refreshing catalog 'helios' ... Done |
| 127 | 2026-09-04T21:30:57.929Z | Startup: Caching catalogs ... Done |
| 128 | 2026-09-04T21:31:00.523Z | Planning: Solver setup ... Done |
| 129 | 2026-09-04T21:31:00.592Z | Planning: Running solver ... Done |
| 130 | 2026-09-04T21:31:00.644Z | Planning: Consolidating action changes ... Done |
| 131 | 2026-09-04T21:31:00.644Z | Planning: Evaluating mediators ... Done |
| 132 | 2026-09-04T21:31:00.647Z | Planning: Planning completed in 2.68 seconds |
| 133 | 2026-09-04T21:31:00.662Z | No updates necessary for this image. |
| 134 | 2026-09-04T21:31:00.917Z | +++ uname -s |
| 135 | 2026-09-04T21:31:00.921Z | ++ nextest_host_os=SunOS |
| 136 | 2026-09-04T21:31:00.921Z | ++ case "${nextest_host_os}" in |
| 137 | 2026-09-04T21:31:00.921Z | ++ nextest_platform=illumos |
| 138 | 2026-09-04T21:31:00.921Z | ++ nextest_url=https://get.nexte.st/0.9.97/illumos |
| 139 | 2026-09-04T21:31:00.921Z | +++ mktemp -d |
| 140 | 2026-09-04T21:31:00.921Z | ++ nextest_tmp=/tmp/tmp.fhaGrc |
| 141 | 2026-09-04T21:31:00.921Z | ++ trap 'rm -rf "${nextest_tmp}"' EXIT |
| 142 | 2026-09-04T21:31:00.921Z | ++ nextest_tar=/tmp/tmp.fhaGrc/nextest.tar.gz |
| 143 | 2026-09-04T21:31:00.921Z | ++ curl -sSfL --retry 10 -o /tmp/tmp.fhaGrc/nextest.tar.gz https://get.nexte.st/0.9.97/illumos |
| 144 | 2026-09-04T21:31:01.556Z | ++ mkdir -p /home/build/.cargo/bin |
| 145 | 2026-09-04T21:31:01.559Z | ++ tar -xzf /tmp/tmp.fhaGrc/nextest.tar.gz -C /home/build/.cargo/bin |
| 146 | 2026-09-04T21:31:01.632Z | + pushd bgp |
| 147 | 2026-09-04T21:31:01.636Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 148 | 2026-09-04T21:31:01.636Z | + pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions |
| 149 | 2026-09-04T21:31:01.809Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 150 | 2026-09-04T21:31:02.441Z | From https://github.com/oxidecomputer/falcon |
| 151 | 2026-09-04T21:31:02.442Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 152 | 2026-09-04T21:31:02.519Z | Updating crates.io index |
| 153 | 2026-09-04T21:31:02.522Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 154 | 2026-09-04T21:31:02.984Z | From https://github.com/oxidecomputer/dendrite |
| 155 | 2026-09-04T21:31:02.984Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 156 | 2026-09-04T21:31:03.025Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 157 | 2026-09-04T21:31:03.305Z | From https://github.com/oxidecomputer/ispf |
| 158 | 2026-09-04T21:31:03.306Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 159 | 2026-09-04T21:31:03.311Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 160 | 2026-09-04T21:31:03.680Z | From https://github.com/oxidecomputer/netadm-sys |
| 161 | 2026-09-04T21:31:03.680Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 162 | 2026-09-04T21:31:03.688Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 163 | 2026-09-04T21:31:09.781Z | From https://github.com/oxidecomputer/omicron |
| 164 | 2026-09-04T21:31:09.781Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 165 | 2026-09-04T21:31:10.210Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 166 | 2026-09-04T21:31:10.958Z | From https://github.com/oxidecomputer/opte |
| 167 | 2026-09-04T21:31:10.958Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 168 | 2026-09-04T21:31:10.988Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 169 | 2026-09-04T21:31:11.261Z | From https://github.com/oxidecomputer/slog-error-chain |
| 170 | 2026-09-04T21:31:11.261Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 171 | 2026-09-04T21:31:11.270Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 172 | 2026-09-04T21:31:11.549Z | From https://github.com/illumos/smf-rs |
| 173 | 2026-09-04T21:31:11.549Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 174 | 2026-09-04T21:31:11.556Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 175 | 2026-09-04T21:31:11.841Z | From https://github.com/oxidecomputer/network-interface |
| 176 | 2026-09-04T21:31:11.841Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 177 | 2026-09-04T21:31:11.850Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 178 | 2026-09-04T21:31:12.127Z | From https://github.com/oxidecomputer/zone |
| 179 | 2026-09-04T21:31:12.127Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 180 | 2026-09-04T21:31:12.133Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 181 | 2026-09-04T21:31:12.802Z | From https://github.com/oxidecomputer/propolis |
| 182 | 2026-09-04T21:31:12.802Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 183 | 2026-09-04T21:31:12.844Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 184 | 2026-09-04T21:31:13.349Z | From https://github.com/oxidecomputer/transceiver-control |
| 185 | 2026-09-04T21:31:13.349Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 186 | 2026-09-04T21:31:13.359Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 187 | 2026-09-04T21:31:13.627Z | From https://github.com/oxidecomputer/dlpi-sys |
| 188 | 2026-09-04T21:31:13.627Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 189 | 2026-09-04T21:31:13.632Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 190 | 2026-09-04T21:31:13.943Z | From https://github.com/jmesmon/rust-libzfs |
| 191 | 2026-09-04T21:31:13.944Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 192 | 2026-09-04T21:31:13.951Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 193 | 2026-09-04T21:31:14.232Z | From https://github.com/oxidecomputer/rusty-doors |
| 194 | 2026-09-04T21:31:14.232Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 195 | 2026-09-04T21:31:14.236Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 196 | 2026-09-04T21:31:14.579Z | From https://github.com/oxidecomputer/lldp |
| 197 | 2026-09-04T21:31:14.579Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 198 | 2026-09-04T21:31:14.595Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 199 | 2026-09-04T21:31:14.913Z | From https://github.com/oxidecomputer/tufaceous |
| 200 | 2026-09-04T21:31:14.913Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 201 | 2026-09-04T21:31:14.919Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 202 | 2026-09-04T21:31:15.405Z | From https://github.com/oxidecomputer/management-gateway-service |
| 203 | 2026-09-04T21:31:15.405Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 204 | 2026-09-04T21:31:15.416Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 205 | 2026-09-04T21:31:16.211Z | From https://github.com/oxidecomputer/crucible |
| 206 | 2026-09-04T21:31:16.211Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 207 | 2026-09-04T21:31:16.254Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 208 | 2026-09-04T21:31:16.518Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 209 | 2026-09-04T21:31:16.518Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 210 | 2026-09-04T21:31:16.529Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 211 | 2026-09-04T21:31:17.039Z | From https://github.com/oxidecomputer/propolis |
| 212 | 2026-09-04T21:31:17.039Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 213 | 2026-09-04T21:31:17.083Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 214 | 2026-09-04T21:31:17.607Z | From https://github.com/oxidecomputer/crucible |
| 215 | 2026-09-04T21:31:17.607Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 216 | 2026-09-04T21:31:17.671Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 217 | 2026-09-04T21:31:18.016Z | From https://github.com/oxidecomputer/tofino |
| 218 | 2026-09-04T21:31:18.016Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 219 | 2026-09-04T21:31:18.026Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 220 | 2026-09-04T21:31:18.701Z | From https://github.com/oxidecomputer/maghemite |
| 221 | 2026-09-04T21:31:18.702Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 222 | 2026-09-04T21:31:18.736Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 223 | 2026-09-04T21:31:19.006Z | From https://github.com/oxidecomputer/clickward |
| 224 | 2026-09-04T21:31:19.006Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 225 | 2026-09-04T21:31:19.012Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 226 | 2026-09-04T21:31:19.564Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 227 | 2026-09-04T21:31:19.564Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 228 | 2026-09-04T21:31:21.339Z | Downloading crates ... |
| 229 | 2026-09-04T21:31:21.378Z | Downloaded adler2 v2.0.1 |
| 230 | 2026-09-04T21:31:21.395Z | Downloaded async-trait v0.1.92 |
| 231 | 2026-09-04T21:31:21.398Z | Downloaded autocfg v1.5.1 |
| 232 | 2026-09-04T21:31:21.398Z | Downloaded base64 v0.22.1 |
| 233 | 2026-09-04T21:31:21.401Z | Downloaded hubpack_derive v0.1.1 |
| 234 | 2026-09-04T21:31:21.406Z | Downloaded hostname v0.4.2 |
| 235 | 2026-09-04T21:31:21.406Z | Downloaded async-recursion v1.1.1 |
| 236 | 2026-09-04T21:31:21.409Z | Downloaded clap_derive v4.6.4 |
| 237 | 2026-09-04T21:31:21.413Z | Downloaded atomicwrites v0.4.4 |
| 238 | 2026-09-04T21:31:21.413Z | Downloaded internet-checksum v0.2.1 |
| 239 | 2026-09-04T21:31:21.417Z | Downloaded inout v0.1.4 |
| 240 | 2026-09-04T21:31:21.421Z | Downloaded daft v0.1.8 |
| 241 | 2026-09-04T21:31:21.421Z | Downloaded aead v0.5.2 |
| 242 | 2026-09-04T21:31:21.421Z | Downloaded cipher v0.4.4 |
| 243 | 2026-09-04T21:31:21.426Z | Downloaded hybrid-array v0.4.14 |
| 244 | 2026-09-04T21:31:21.430Z | Downloaded num_threads v0.1.7 |
| 245 | 2026-09-04T21:31:21.430Z | Downloaded managed v0.8.0 |
| 246 | 2026-09-04T21:31:21.430Z | Downloaded num-conv v0.2.2 |
| 247 | 2026-09-04T21:31:21.430Z | Downloaded bcs v0.1.6 |
| 248 | 2026-09-04T21:31:21.436Z | Downloaded idna_adapter v1.2.2 |
| 249 | 2026-09-04T21:31:21.440Z | Downloaded ingot v0.1.1 |
| 250 | 2026-09-04T21:31:21.440Z | Downloaded itoa v1.0.18 |
| 251 | 2026-09-04T21:31:21.440Z | Downloaded hyper-util v0.1.20 |
| 252 | 2026-09-04T21:31:21.440Z | Downloaded camino v1.2.5 |
| 253 | 2026-09-04T21:31:21.443Z | Downloaded ident_case v1.0.1 |
| 254 | 2026-09-04T21:31:21.443Z | Downloaded is-terminal v0.4.17 |
| 255 | 2026-09-04T21:31:21.444Z | Downloaded memmap v0.7.0 |
| 256 | 2026-09-04T21:31:21.444Z | Downloaded num_enum v0.7.6 |
| 257 | 2026-09-04T21:31:21.447Z | Downloaded keccak v0.1.6 |
| 258 | 2026-09-04T21:31:21.447Z | Downloaded cancel-safe-futures v0.1.5 |
| 259 | 2026-09-04T21:31:21.447Z | Downloaded anstyle-query v1.1.5 |
| 260 | 2026-09-04T21:31:21.447Z | Downloaded async-stream v0.3.6 |
| 261 | 2026-09-04T21:31:21.461Z | Downloaded jiff-static v0.2.35 |
| 262 | 2026-09-04T21:31:21.461Z | Downloaded lock_api v0.4.14 |
| 263 | 2026-09-04T21:31:21.461Z | Downloaded async-stream-impl v0.3.6 |
| 264 | 2026-09-04T21:31:21.461Z | Downloaded humantime v2.4.0 |
| 265 | 2026-09-04T21:31:21.466Z | Downloaded ipnet v2.12.1 |
| 266 | 2026-09-04T21:31:21.466Z | Downloaded ipnetwork v0.21.1 |
| 267 | 2026-09-04T21:31:21.466Z | Downloaded bit-set v0.8.0 |
| 268 | 2026-09-04T21:31:21.466Z | Downloaded atomic-waker v1.1.2 |
| 269 | 2026-09-04T21:31:21.466Z | Downloaded base16ct v0.2.0 |
| 270 | 2026-09-04T21:31:21.466Z | Downloaded icu_properties v2.2.0 |
| 271 | 2026-09-04T21:31:21.466Z | Downloaded block-buffer v0.10.4 |
| 272 | 2026-09-04T21:31:21.471Z | Downloaded httpdate v1.0.3 |
| 273 | 2026-09-04T21:31:21.472Z | Downloaded memoffset v0.9.1 |
| 274 | 2026-09-04T21:31:21.472Z | Downloaded num-derive v0.4.2 |
| 275 | 2026-09-04T21:31:21.472Z | Downloaded base16ct v1.0.0 |
| 276 | 2026-09-04T21:31:21.480Z | Downloaded num v0.4.3 |
| 277 | 2026-09-04T21:31:21.480Z | Downloaded instant v0.1.13 |
| 278 | 2026-09-04T21:31:21.480Z | Downloaded hubpack v0.1.2 |
| 279 | 2026-09-04T21:31:21.485Z | Downloaded lru-cache v0.1.2 |
| 280 | 2026-09-04T21:31:21.485Z | Downloaded natord v1.0.9 |
| 281 | 2026-09-04T21:31:21.485Z | Downloaded num-iter v0.1.46 |
| 282 | 2026-09-04T21:31:21.485Z | Downloaded cfg_aliases v0.2.2 |
| 283 | 2026-09-04T21:31:21.485Z | Downloaded convert_case v0.4.0 |
| 284 | 2026-09-04T21:31:21.485Z | Downloaded lazy_static v1.5.0 |
| 285 | 2026-09-04T21:31:21.485Z | Downloaded block-buffer v0.12.1 |
| 286 | 2026-09-04T21:31:21.485Z | Downloaded is_ci v1.2.0 |
| 287 | 2026-09-04T21:31:21.485Z | Downloaded hyper-rustls v0.27.9 |
| 288 | 2026-09-04T21:31:21.485Z | Downloaded crunchy v0.2.4 |
| 289 | 2026-09-04T21:31:21.490Z | Downloaded indexmap v1.9.3 |
| 290 | 2026-09-04T21:31:21.490Z | Downloaded icu_locale_core v2.2.0 |
| 291 | 2026-09-04T21:31:21.494Z | Downloaded crucible-workspace-hack v0.1.0 |
| 292 | 2026-09-04T21:31:21.494Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 293 | 2026-09-04T21:31:21.494Z | Downloaded cpufeatures v0.2.17 |
| 294 | 2026-09-04T21:31:21.494Z | Downloaded compression-core v0.4.32 |
| 295 | 2026-09-04T21:31:21.494Z | Downloaded linked-hash-map v0.5.6 |
| 296 | 2026-09-04T21:31:21.499Z | Downloaded mime v0.3.17 |
| 297 | 2026-09-04T21:31:21.499Z | Downloaded macaddr v1.0.1 |
| 298 | 2026-09-04T21:31:21.499Z | Downloaded cobs v0.3.0 |
| 299 | 2026-09-04T21:31:21.500Z | Downloaded const-random v0.1.18 |
| 300 | 2026-09-04T21:31:21.500Z | Downloaded colorchoice v1.0.5 |
| 301 | 2026-09-04T21:31:21.500Z | Downloaded match_cfg v0.1.0 |
| 302 | 2026-09-04T21:31:21.504Z | Downloaded ciborium-io v0.2.2 |
| 303 | 2026-09-04T21:31:21.504Z | Downloaded cstr-argument v0.1.2 |
| 304 | 2026-09-04T21:31:21.504Z | Downloaded lru-slab v0.1.2 |
| 305 | 2026-09-04T21:31:21.504Z | Downloaded newtype-uuid-macros v0.1.1 |
| 306 | 2026-09-04T21:31:21.509Z | Downloaded libscf-sys v1.2.0 |
| 307 | 2026-09-04T21:31:21.509Z | Downloaded ciborium-ll v0.2.2 |
| 308 | 2026-09-04T21:31:21.509Z | Downloaded indent_write v2.2.0 |
| 309 | 2026-09-04T21:31:21.509Z | Downloaded is_terminal_polyfill v1.70.2 |
| 310 | 2026-09-04T21:31:21.513Z | Downloaded anstyle-parse v1.0.0 |
| 311 | 2026-09-04T21:31:21.519Z | Downloaded bit-vec v0.8.0 |
| 312 | 2026-09-04T21:31:21.519Z | Downloaded byte-wrapper v0.1.0 |
| 313 | 2026-09-04T21:31:21.519Z | Downloaded newtype_derive v0.1.6 |
| 314 | 2026-09-04T21:31:21.519Z | Downloaded no-std-compat v0.4.1 |
| 315 | 2026-09-04T21:31:21.532Z | Downloaded num_enum_derive v0.5.11 |
| 316 | 2026-09-04T21:31:21.532Z | Downloaded serde_plain v1.0.2 |
| 317 | 2026-09-04T21:31:21.532Z | Downloaded newline-converter v0.3.0 |
| 318 | 2026-09-04T21:31:21.532Z | Downloaded cfg-if v1.0.4 |
| 319 | 2026-09-04T21:31:21.532Z | Downloaded crypto-common v0.2.2 |
| 320 | 2026-09-04T21:31:21.535Z | Downloaded crypto-common v0.1.7 |
| 321 | 2026-09-04T21:31:21.535Z | Downloaded konst_macro_rules v0.2.19 |
| 322 | 2026-09-04T21:31:21.535Z | Downloaded ingot v0.2.1 |
| 323 | 2026-09-04T21:31:21.535Z | Downloaded ingot-types v0.1.2 |
| 324 | 2026-09-04T21:31:21.535Z | Downloaded crc8 v0.1.1 |
| 325 | 2026-09-04T21:31:21.535Z | Downloaded const-random-macro v0.1.16 |
| 326 | 2026-09-04T21:31:21.535Z | Downloaded scroll_derive v0.13.1 |
| 327 | 2026-09-04T21:31:21.535Z | Downloaded backoff v0.4.0 |
| 328 | 2026-09-04T21:31:21.535Z | Downloaded bitflags v1.3.2 |
| 329 | 2026-09-04T21:31:21.538Z | Downloaded cpufeatures v0.3.0 |
| 330 | 2026-09-04T21:31:21.538Z | Downloaded jobserver v0.1.35 |
| 331 | 2026-09-04T21:31:21.538Z | Downloaded strum v0.27.2 |
| 332 | 2026-09-04T21:31:21.538Z | Downloaded sync_wrapper v1.0.2 |
| 333 | 2026-09-04T21:31:21.541Z | Downloaded take_mut v0.2.2 |
| 334 | 2026-09-04T21:31:21.541Z | Downloaded scroll_derive v0.12.1 |
| 335 | 2026-09-04T21:31:21.546Z | Downloaded arrayref v0.3.9 |
| 336 | 2026-09-04T21:31:21.550Z | Downloaded scopeguard v1.2.0 |
| 337 | 2026-09-04T21:31:21.555Z | Downloaded clap_lex v1.1.0 |
| 338 | 2026-09-04T21:31:21.555Z | Downloaded tokio-macros v2.7.2 |
| 339 | 2026-09-04T21:31:21.555Z | Downloaded supports-color v3.0.2 |
| 340 | 2026-09-04T21:31:21.555Z | Downloaded toml_write v0.1.2 |
| 341 | 2026-09-04T21:31:21.564Z | Downloaded time-core v0.1.9 |
| 342 | 2026-09-04T21:31:21.564Z | Downloaded universal-hash v0.5.1 |
| 343 | 2026-09-04T21:31:21.564Z | Downloaded anstyle v1.0.14 |
| 344 | 2026-09-04T21:31:21.568Z | Downloaded arc-swap v1.9.2 |
| 345 | 2026-09-04T21:31:21.568Z | Downloaded bytecount v0.6.9 |
| 346 | 2026-09-04T21:31:21.568Z | Downloaded cargo_toml v0.22.3 |
| 347 | 2026-09-04T21:31:21.568Z | Downloaded usdt v0.5.0 |
| 348 | 2026-09-04T21:31:21.568Z | Downloaded usdt-macro v0.6.0 |
| 349 | 2026-09-04T21:31:21.568Z | Downloaded wait-timeout v0.2.1 |
| 350 | 2026-09-04T21:31:21.568Z | Downloaded bs58 v0.5.1 |
| 351 | 2026-09-04T21:31:21.568Z | Downloaded byteorder v1.5.0 |
| 352 | 2026-09-04T21:31:21.568Z | Downloaded zone_cfg_derive v0.3.1 |
| 353 | 2026-09-04T21:31:21.568Z | Downloaded compression-codecs v0.4.38 |
| 354 | 2026-09-04T21:31:21.574Z | Downloaded constant_time_eq v0.4.2 |
| 355 | 2026-09-04T21:31:21.574Z | Downloaded anstream v1.0.0 |
| 356 | 2026-09-04T21:31:21.574Z | Downloaded libsw-core v0.3.2 |
| 357 | 2026-09-04T21:31:21.577Z | Downloaded num-rational v0.4.2 |
| 358 | 2026-09-04T21:31:21.577Z | Downloaded num_enum_derive v0.7.6 |
| 359 | 2026-09-04T21:31:21.577Z | Downloaded csv-core v0.1.13 |
| 360 | 2026-09-04T21:31:21.577Z | Downloaded critical-section v1.2.0 |
| 361 | 2026-09-04T21:31:21.577Z | Downloaded crossbeam-channel v0.5.16 |
| 362 | 2026-09-04T21:31:21.577Z | Downloaded crypto-bigint v0.5.5 |
| 363 | 2026-09-04T21:31:21.580Z | Downloaded backon v1.6.0 |
| 364 | 2026-09-04T21:31:21.583Z | Downloaded num-integer v0.1.47 |
| 365 | 2026-09-04T21:31:21.583Z | Downloaded num-complex v0.4.6 |
| 366 | 2026-09-04T21:31:21.584Z | Downloaded base64 v0.21.7 |
| 367 | 2026-09-04T21:31:21.587Z | Downloaded blake2 v0.10.6 |
| 368 | 2026-09-04T21:31:21.587Z | Downloaded tower-service v0.3.3 |
| 369 | 2026-09-04T21:31:21.592Z | Downloaded typify-macro v0.4.3 |
| 370 | 2026-09-04T21:31:21.592Z | Downloaded linear-map v1.2.0 |
| 371 | 2026-09-04T21:31:21.593Z | Downloaded num_enum v0.5.11 |
| 372 | 2026-09-04T21:31:21.600Z | Downloaded serde_tokenstream v0.3.0 |
| 373 | 2026-09-04T21:31:21.600Z | Downloaded multer v3.1.0 |
| 374 | 2026-09-04T21:31:21.600Z | Downloaded slog-dtrace v0.3.0 |
| 375 | 2026-09-04T21:31:21.600Z | Downloaded slog-stdlog v4.1.1 |
| 376 | 2026-09-04T21:31:21.600Z | Downloaded embedded-io v0.6.1 |
| 377 | 2026-09-04T21:31:21.600Z | Downloaded iana-time-zone v0.1.65 |
| 378 | 2026-09-04T21:31:21.605Z | Downloaded ingot-types v0.2.0 |
| 379 | 2026-09-04T21:31:21.605Z | Downloaded ingot-macros v0.1.1 |
| 380 | 2026-09-04T21:31:21.605Z | Downloaded xattr v1.6.1 |
| 381 | 2026-09-04T21:31:21.605Z | Downloaded dyn-clone v1.0.20 |
| 382 | 2026-09-04T21:31:21.605Z | Downloaded foreign-types v0.5.0 |
| 383 | 2026-09-04T21:31:21.605Z | Downloaded generic-array v0.14.7 |
| 384 | 2026-09-04T21:31:21.605Z | Downloaded opaque-debug v0.3.1 |
| 385 | 2026-09-04T21:31:21.609Z | Downloaded futures-core v0.3.34 |
| 386 | 2026-09-04T21:31:21.609Z | Downloaded futures-macro v0.3.34 |
| 387 | 2026-09-04T21:31:21.609Z | Downloaded static_assertions v1.1.0 |
| 388 | 2026-09-04T21:31:21.609Z | Downloaded httparse v1.10.1 |
| 389 | 2026-09-04T21:31:21.609Z | Downloaded rustversion v1.0.23 |
| 390 | 2026-09-04T21:31:21.613Z | Downloaded typify-macro v0.6.2 |
| 391 | 2026-09-04T21:31:21.619Z | Downloaded sha1 v0.11.0 |
| 392 | 2026-09-04T21:31:21.628Z | Downloaded rand_chacha v0.3.1 |
| 393 | 2026-09-04T21:31:21.631Z | Downloaded serde_derive_internals v0.29.1 |
| 394 | 2026-09-04T21:31:21.631Z | Downloaded signal-hook-registry v1.4.8 |
| 395 | 2026-09-04T21:31:21.631Z | Downloaded whoami v1.6.1 |
| 396 | 2026-09-04T21:31:21.631Z | Downloaded http-body v1.1.0 |
| 397 | 2026-09-04T21:31:21.631Z | Downloaded bitflags v2.13.1 |
| 398 | 2026-09-04T21:31:21.637Z | Downloaded chacha20 v0.9.1 |
| 399 | 2026-09-04T21:31:21.637Z | Downloaded smawk v0.3.3 |
| 400 | 2026-09-04T21:31:21.641Z | Downloaded thiserror-impl v1.0.69 |
| 401 | 2026-09-04T21:31:21.641Z | Downloaded thiserror-no-std v2.0.2 |
| 402 | 2026-09-04T21:31:21.641Z | Downloaded ahash v0.8.12 |
| 403 | 2026-09-04T21:31:21.641Z | Downloaded argon2 v0.5.3 |
| 404 | 2026-09-04T21:31:21.641Z | Downloaded chacha20 v0.10.1 |
| 405 | 2026-09-04T21:31:21.647Z | Downloaded ingot-macros v0.2.0 |
| 406 | 2026-09-04T21:31:21.647Z | Downloaded newtype-uuid v1.4.0 |
| 407 | 2026-09-04T21:31:21.652Z | Downloaded crossbeam-epoch v0.9.20 |
| 408 | 2026-09-04T21:31:21.652Z | Downloaded libsw v3.5.0 |
| 409 | 2026-09-04T21:31:21.652Z | Downloaded memmap2 v0.9.11 |
| 410 | 2026-09-04T21:31:21.657Z | Downloaded base64ct v1.8.3 |
| 411 | 2026-09-04T21:31:21.657Z | Downloaded icu_provider v2.2.0 |
| 412 | 2026-09-04T21:31:21.657Z | Downloaded ff v0.13.1 |
| 413 | 2026-09-04T21:31:21.657Z | Downloaded num-traits v0.2.19 |
| 414 | 2026-09-04T21:31:21.663Z | Downloaded fs-err v3.3.1 |
| 415 | 2026-09-04T21:31:21.663Z | Downloaded progenitor-client v0.14.0 |
| 416 | 2026-09-04T21:31:21.663Z | Downloaded camino-tempfile v1.4.1 |
| 417 | 2026-09-04T21:31:21.667Z | Downloaded ref-cast-impl v1.0.26 |
| 418 | 2026-09-04T21:31:21.667Z | Downloaded cmake v0.1.58 |
| 419 | 2026-09-04T21:31:21.667Z | Downloaded arrayvec v0.7.8 |
| 420 | 2026-09-04T21:31:21.667Z | Downloaded crc32fast v1.5.0 |
| 421 | 2026-09-04T21:31:21.667Z | Downloaded crossbeam-deque v0.8.7 |
| 422 | 2026-09-04T21:31:21.667Z | Downloaded same-file v1.0.6 |
| 423 | 2026-09-04T21:31:21.667Z | Downloaded sha1 v0.10.7 |
| 424 | 2026-09-04T21:31:21.667Z | Downloaded slog-envlogger v2.2.0 |
| 425 | 2026-09-04T21:31:21.670Z | Downloaded stable_deref_trait v1.2.1 |
| 426 | 2026-09-04T21:31:21.670Z | Downloaded tabwriter v1.4.1 |
| 427 | 2026-09-04T21:31:21.670Z | Downloaded termtree v0.5.1 |
| 428 | 2026-09-04T21:31:21.670Z | Downloaded xz2 v0.1.7 |
| 429 | 2026-09-04T21:31:21.670Z | Downloaded data-encoding v2.11.1 |
| 430 | 2026-09-04T21:31:21.670Z | Downloaded digest v0.11.3 |
| 431 | 2026-09-04T21:31:21.673Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 432 | 2026-09-04T21:31:21.678Z | Downloaded serde_repr v0.1.21 |
| 433 | 2026-09-04T21:31:21.678Z | Downloaded tracing-attributes v0.1.31 |
| 434 | 2026-09-04T21:31:21.681Z | Downloaded strum v0.26.3 |
| 435 | 2026-09-04T21:31:21.681Z | Downloaded strum v0.28.0 |
| 436 | 2026-09-04T21:31:21.681Z | Downloaded swrite v0.1.0 |
| 437 | 2026-09-04T21:31:21.684Z | Downloaded foldhash v0.1.5 |
| 438 | 2026-09-04T21:31:21.684Z | Downloaded ciborium v0.2.2 |
| 439 | 2026-09-04T21:31:21.687Z | Downloaded console v0.16.4 |
| 440 | 2026-09-04T21:31:21.687Z | Downloaded const_format_proc_macros v0.2.34 |
| 441 | 2026-09-04T21:31:21.687Z | Downloaded fixedbitset v0.5.7 |
| 442 | 2026-09-04T21:31:21.690Z | Downloaded allocator-api2 v0.2.21 |
| 443 | 2026-09-04T21:31:21.690Z | Downloaded poly1305 v0.8.0 |
| 444 | 2026-09-04T21:31:21.693Z | Downloaded port-file v0.1.0 |
| 445 | 2026-09-04T21:31:21.693Z | Downloaded rustls-pemfile v2.2.0 |
| 446 | 2026-09-04T21:31:21.693Z | Downloaded colored v3.1.1 |
| 447 | 2026-09-04T21:31:21.697Z | Downloaded cookie v0.18.2 |
| 448 | 2026-09-04T21:31:21.703Z | Downloaded litemap v0.8.2 |
| 449 | 2026-09-04T21:31:21.703Z | Downloaded schemars v0.8.22 |
| 450 | 2026-09-04T21:31:21.706Z | Downloaded thread_local v1.1.10 |
| 451 | 2026-09-04T21:31:21.706Z | Downloaded tower-layer v0.3.3 |
| 452 | 2026-09-04T21:31:21.709Z | Downloaded slog v2.8.2 |
| 453 | 2026-09-04T21:31:21.709Z | Downloaded log v0.4.33 |
| 454 | 2026-09-04T21:31:21.713Z | Downloaded anyhow v1.0.104 |
| 455 | 2026-09-04T21:31:21.713Z | Downloaded const-oid v0.10.2 |
| 456 | 2026-09-04T21:31:21.716Z | Downloaded paste v1.0.15 |
| 457 | 2026-09-04T21:31:21.717Z | Downloaded pest_derive v2.8.8 |
| 458 | 2026-09-04T21:31:21.717Z | Downloaded defmt-macros v1.1.1 |
| 459 | 2026-09-04T21:31:21.717Z | Downloaded konst v0.2.20 |
| 460 | 2026-09-04T21:31:21.720Z | Downloaded icu_normalizer v2.2.0 |
| 461 | 2026-09-04T21:31:21.727Z | Downloaded darling_macro v0.21.3 |
| 462 | 2026-09-04T21:31:21.727Z | Downloaded proc-macro-error v1.0.4 |
| 463 | 2026-09-04T21:31:21.727Z | Downloaded progenitor v0.10.0 |
| 464 | 2026-09-04T21:31:21.732Z | Downloaded usdt-macro v0.5.0 |
| 465 | 2026-09-04T21:31:21.732Z | Downloaded utf8parse v0.2.2 |
| 466 | 2026-09-04T21:31:21.732Z | Downloaded foreign-types v0.3.2 |
| 467 | 2026-09-04T21:31:21.732Z | Downloaded dtrace-parser v0.2.0 |
| 468 | 2026-09-04T21:31:21.732Z | Downloaded zeroize v1.9.0 |
| 469 | 2026-09-04T21:31:21.732Z | Downloaded progenitor-extras v0.2.0 |
| 470 | 2026-09-04T21:31:21.732Z | Downloaded scroll v0.13.0 |
| 471 | 2026-09-04T21:31:21.732Z | Downloaded sha2 v0.10.9 |
| 472 | 2026-09-04T21:31:21.732Z | Downloaded tabled_derive v0.7.0 |
| 473 | 2026-09-04T21:31:21.732Z | Downloaded equivalent v1.0.2 |
| 474 | 2026-09-04T21:31:21.742Z | Downloaded futures-sink v0.3.34 |
| 475 | 2026-09-04T21:31:21.742Z | Downloaded form_urlencoded v1.2.2 |
| 476 | 2026-09-04T21:31:21.742Z | Downloaded resolv-conf v0.7.6 |
| 477 | 2026-09-04T21:31:21.742Z | Downloaded serde_path_to_error v0.1.20 |
| 478 | 2026-09-04T21:31:21.743Z | Downloaded futures-io v0.3.34 |
| 479 | 2026-09-04T21:31:21.743Z | Downloaded hash32 v0.3.1 |
| 480 | 2026-09-04T21:31:21.743Z | Downloaded indicatif v0.18.6 |
| 481 | 2026-09-04T21:31:21.743Z | Downloaded hostname v0.3.1 |
| 482 | 2026-09-04T21:31:21.743Z | Downloaded indexmap v2.14.0 |
| 483 | 2026-09-04T21:31:21.746Z | Downloaded textwrap v0.16.2 |
| 484 | 2026-09-04T21:31:21.746Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 485 | 2026-09-04T21:31:21.746Z | Downloaded once_cell v1.21.4 |
| 486 | 2026-09-04T21:31:21.746Z | Downloaded pin-project-internal v1.1.13 |
| 487 | 2026-09-04T21:31:21.750Z | Downloaded smartstring v1.0.1 |
| 488 | 2026-09-04T21:31:21.754Z | Downloaded crossbeam-utils v0.8.22 |
| 489 | 2026-09-04T21:31:21.758Z | Downloaded globset v0.4.20 |
| 490 | 2026-09-04T21:31:21.762Z | Downloaded thiserror-impl v2.0.20 |
| 491 | 2026-09-04T21:31:21.762Z | Downloaded socket2 v0.6.5 |
| 492 | 2026-09-04T21:31:21.765Z | Downloaded serde_yaml v0.9.34+deprecated |
| 493 | 2026-09-04T21:31:21.765Z | Downloaded chacha20poly1305 v0.10.1 |
| 494 | 2026-09-04T21:31:21.769Z | Downloaded miniz_oxide v0.8.9 |
| 495 | 2026-09-04T21:31:21.769Z | Downloaded derive-where v1.6.1 |
| 496 | 2026-09-04T21:31:21.772Z | Downloaded pretty-hex v0.4.2 |
| 497 | 2026-09-04T21:31:21.772Z | Downloaded daft-derive v0.1.8 |
| 498 | 2026-09-04T21:31:21.776Z | Downloaded rand_xorshift v0.4.0 |
| 499 | 2026-09-04T21:31:21.776Z | Downloaded rustc_version v0.4.1 |
| 500 | 2026-09-04T21:31:21.776Z | Downloaded unicode-xid v0.2.6 |
| 501 | 2026-09-04T21:31:21.780Z | Downloaded serial_test v4.0.1 |
| 502 | 2026-09-04T21:31:21.784Z | Downloaded siphasher v1.0.3 |
| 503 | 2026-09-04T21:31:21.787Z | Downloaded ppv-lite86 v0.2.21 |
| 504 | 2026-09-04T21:31:21.787Z | Downloaded getrandom v0.4.3 |
| 505 | 2026-09-04T21:31:21.790Z | Downloaded fastrand v2.5.0 |
| 506 | 2026-09-04T21:31:21.794Z | Downloaded tar v0.4.46 |
| 507 | 2026-09-04T21:31:21.798Z | Downloaded unarray v0.1.4 |
| 508 | 2026-09-04T21:31:21.798Z | Downloaded nom v8.0.0 |
| 509 | 2026-09-04T21:31:21.801Z | Downloaded tinyvec v1.12.0 |
| 510 | 2026-09-04T21:31:21.804Z | Downloaded omicron-zone-package v0.12.3 |
| 511 | 2026-09-04T21:31:21.804Z | Downloaded papergrid v0.18.0 |
| 512 | 2026-09-04T21:31:21.807Z | Downloaded parking_lot_core v0.9.12 |
| 513 | 2026-09-04T21:31:21.807Z | Downloaded yansi v1.0.1 |
| 514 | 2026-09-04T21:31:21.811Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 515 | 2026-09-04T21:31:21.811Z | Downloaded usdt v0.6.0 |
| 516 | 2026-09-04T21:31:21.814Z | Downloaded drift v0.2.0 |
| 517 | 2026-09-04T21:31:21.819Z | Downloaded yoke-derive v0.8.2 |
| 518 | 2026-09-04T21:31:21.819Z | Downloaded defmt-parser v1.0.0 |
| 519 | 2026-09-04T21:31:21.819Z | Downloaded fxhash v0.2.1 |
| 520 | 2026-09-04T21:31:21.819Z | Downloaded omicron-workspace-hack v0.1.0 |
| 521 | 2026-09-04T21:31:21.822Z | Downloaded uuid v1.26.0 |
| 522 | 2026-09-04T21:31:21.822Z | Downloaded smallvec v1.15.2 |
| 523 | 2026-09-04T21:31:21.822Z | Downloaded scroll v0.12.0 |
| 524 | 2026-09-04T21:31:21.822Z | Downloaded http-body-util v0.1.5 |
| 525 | 2026-09-04T21:31:21.822Z | Downloaded darling_core v0.21.3 |
| 526 | 2026-09-04T21:31:21.825Z | Downloaded icu_collections v2.2.0 |
| 527 | 2026-09-04T21:31:21.828Z | Downloaded minimal-lexical v0.2.1 |
| 528 | 2026-09-04T21:31:21.835Z | Downloaded errno v0.3.14 |
| 529 | 2026-09-04T21:31:21.835Z | Downloaded clap v4.6.6 |
| 530 | 2026-09-04T21:31:21.842Z | Downloaded rand_core v0.6.4 |
| 531 | 2026-09-04T21:31:21.842Z | Downloaded serde_spanned v0.6.9 |
| 532 | 2026-09-04T21:31:21.842Z | Downloaded time-macros v0.2.32 |
| 533 | 2026-09-04T21:31:21.845Z | Downloaded const_format v0.2.36 |
| 534 | 2026-09-04T21:31:21.846Z | Downloaded potential_utf v0.1.5 |
| 535 | 2026-09-04T21:31:21.846Z | Downloaded powerfmt v0.2.0 |
| 536 | 2026-09-04T21:31:21.846Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 537 | 2026-09-04T21:31:21.846Z | Downloaded ucd-trie v0.1.7 |
| 538 | 2026-09-04T21:31:21.846Z | Downloaded progenitor v0.14.0 |
| 539 | 2026-09-04T21:31:21.846Z | Downloaded progenitor-client v0.10.0 |
| 540 | 2026-09-04T21:31:21.846Z | Downloaded serde-big-array v0.5.1 |
| 541 | 2026-09-04T21:31:21.850Z | Downloaded slab v0.4.12 |
| 542 | 2026-09-04T21:31:21.853Z | Downloaded git-stub v1.0.0 |
| 543 | 2026-09-04T21:31:21.853Z | Downloaded toml v0.8.23 |
| 544 | 2026-09-04T21:31:21.856Z | Downloaded unit-prefix v0.5.2 |
| 545 | 2026-09-04T21:31:21.860Z | Downloaded serde_urlencoded v0.7.1 |
| 546 | 2026-09-04T21:31:21.860Z | Downloaded rustls-native-certs v0.8.4 |
| 547 | 2026-09-04T21:31:21.864Z | Downloaded jiff-core v0.1.0 |
| 548 | 2026-09-04T21:31:21.869Z | Downloaded displaydoc v0.2.7 |
| 549 | 2026-09-04T21:31:21.873Z | Downloaded foreign-types-macros v0.2.4 |
| 550 | 2026-09-04T21:31:21.873Z | Downloaded fs_extra v1.3.0 |
| 551 | 2026-09-04T21:31:21.873Z | Downloaded highway v1.3.0 |
| 552 | 2026-09-04T21:31:21.873Z | Downloaded try-lock v0.2.5 |
| 553 | 2026-09-04T21:31:21.879Z | Downloaded defmt v1.1.1 |
| 554 | 2026-09-04T21:31:21.879Z | Downloaded pest_meta v2.8.8 |
| 555 | 2026-09-04T21:31:21.885Z | Downloaded smf v0.2.3 |
| 556 | 2026-09-04T21:31:21.885Z | Downloaded idna v1.1.0 |
| 557 | 2026-09-04T21:31:21.885Z | Downloaded thiserror v1.0.69 |
| 558 | 2026-09-04T21:31:21.889Z | Downloaded icu_normalizer_data v2.2.0 |
| 559 | 2026-09-04T21:31:21.889Z | Downloaded memchr v2.8.3 |
| 560 | 2026-09-04T21:31:21.889Z | Downloaded similar v3.2.0 |
| 561 | 2026-09-04T21:31:21.896Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 562 | 2026-09-04T21:31:21.896Z | Downloaded strsim v0.11.1 |
| 563 | 2026-09-04T21:31:21.896Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 564 | 2026-09-04T21:31:21.896Z | Downloaded zerofrom-derive v0.1.7 |
| 565 | 2026-09-04T21:31:21.901Z | Downloaded untrusted v0.7.1 |
| 566 | 2026-09-04T21:31:21.901Z | Downloaded bytes v1.12.1 |
| 567 | 2026-09-04T21:31:21.901Z | Downloaded debug-ignore v1.0.5 |
| 568 | 2026-09-04T21:31:21.901Z | Downloaded pin-project-lite v0.2.17 |
| 569 | 2026-09-04T21:31:21.901Z | Downloaded progenitor-client v0.13.0 |
| 570 | 2026-09-04T21:31:21.901Z | Downloaded tiny-keccak v2.0.2 |
| 571 | 2026-09-04T21:31:21.905Z | Downloaded rustls-platform-verifier v0.7.0 |
| 572 | 2026-09-04T21:31:21.905Z | Downloaded fixedbitset v0.4.2 |
| 573 | 2026-09-04T21:31:21.905Z | Downloaded gethostname v0.5.0 |
| 574 | 2026-09-04T21:31:21.905Z | Downloaded dtrace-parser v0.3.0 |
| 575 | 2026-09-04T21:31:21.905Z | Downloaded futures-task v0.3.34 |
| 576 | 2026-09-04T21:31:21.909Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-09-04T21:31:21.910Z | Downloaded futures-executor v0.3.34 |
| 578 | 2026-09-04T21:31:21.910Z | Downloaded olpc-cjson v0.1.4 |
| 579 | 2026-09-04T21:31:21.910Z | Downloaded derive_more v0.99.20 |
| 580 | 2026-09-04T21:31:21.914Z | Downloaded oxnet v0.1.7 |
| 581 | 2026-09-04T21:31:21.914Z | Downloaded parking_lot v0.11.2 |
| 582 | 2026-09-04T21:31:21.914Z | Downloaded serde_with_macros v3.22.0 |
| 583 | 2026-09-04T21:31:21.914Z | Downloaded usdt-impl v0.5.0 |
| 584 | 2026-09-04T21:31:21.914Z | Downloaded version_check v0.9.5 |
| 585 | 2026-09-04T21:31:21.917Z | Downloaded zone v0.3.1 |
| 586 | 2026-09-04T21:31:21.917Z | Downloaded slog-scope v4.4.1 |
| 587 | 2026-09-04T21:31:21.917Z | Downloaded term v1.2.1 |
| 588 | 2026-09-04T21:31:21.917Z | Downloaded diff v0.1.13 |
| 589 | 2026-09-04T21:31:21.917Z | Downloaded proc-macro-crate v1.3.1 |
| 590 | 2026-09-04T21:31:21.922Z | Downloaded progenitor-macro v0.14.0 |
| 591 | 2026-09-04T21:31:21.922Z | Downloaded enum-as-inner v0.6.1 |
| 592 | 2026-09-04T21:31:21.922Z | Downloaded serde_derive v1.0.229 |
| 593 | 2026-09-04T21:31:21.922Z | Downloaded either v1.17.0 |
| 594 | 2026-09-04T21:31:21.926Z | Downloaded erased-serde v0.3.31 |
| 595 | 2026-09-04T21:31:21.926Z | Downloaded thiserror v2.0.20 |
| 596 | 2026-09-04T21:31:21.929Z | Downloaded tinystr v0.8.3 |
| 597 | 2026-09-04T21:31:21.929Z | Downloaded zerocopy-derive v0.7.35 |
| 598 | 2026-09-04T21:31:21.933Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 599 | 2026-09-04T21:31:21.933Z | Downloaded utf-8 v0.7.6 |
| 600 | 2026-09-04T21:31:21.933Z | Downloaded tracing-core v0.1.36 |
| 601 | 2026-09-04T21:31:21.939Z | Downloaded typify v0.6.2 |
| 602 | 2026-09-04T21:31:21.939Z | Downloaded secrecy v0.10.3 |
| 603 | 2026-09-04T21:31:21.939Z | Downloaded slog-bunyan v2.5.0 |
| 604 | 2026-09-04T21:31:21.939Z | Downloaded pin-project v1.1.13 |
| 605 | 2026-09-04T21:31:21.942Z | Downloaded progenitor-impl v0.14.0 |
| 606 | 2026-09-04T21:31:21.942Z | Downloaded mio v1.2.2 |
| 607 | 2026-09-04T21:31:21.945Z | Downloaded nom v7.1.3 |
| 608 | 2026-09-04T21:31:21.949Z | Downloaded steno v0.4.1 |
| 609 | 2026-09-04T21:31:21.953Z | Downloaded writeable v0.6.3 |
| 610 | 2026-09-04T21:31:21.953Z | Downloaded usdt-attr-macro v0.6.0 |
| 611 | 2026-09-04T21:31:21.953Z | Downloaded snafu-derive v0.8.9 |
| 612 | 2026-09-04T21:31:21.953Z | Downloaded digest v0.10.7 |
| 613 | 2026-09-04T21:31:21.957Z | Downloaded password-hash v0.5.0 |
| 614 | 2026-09-04T21:31:21.957Z | Downloaded ref-cast v1.0.26 |
| 615 | 2026-09-04T21:31:21.957Z | Downloaded rusty-fork v0.3.1 |
| 616 | 2026-09-04T21:31:21.957Z | Downloaded unicode-linebreak v0.1.5 |
| 617 | 2026-09-04T21:31:21.957Z | Downloaded dunce v1.0.5 |
| 618 | 2026-09-04T21:31:21.960Z | Downloaded rand_chacha v0.9.0 |
| 619 | 2026-09-04T21:31:21.960Z | Downloaded rand_core v0.9.5 |
| 620 | 2026-09-04T21:31:21.960Z | Downloaded schemars_derive v0.8.22 |
| 621 | 2026-09-04T21:31:21.963Z | Downloaded owo-colors v4.3.0 |
| 622 | 2026-09-04T21:31:21.967Z | Downloaded foreign-types-shared v0.1.1 |
| 623 | 2026-09-04T21:31:21.967Z | Downloaded dropshot_endpoint v0.17.1 |
| 624 | 2026-09-04T21:31:21.971Z | Downloaded thin-vec v0.2.19 |
| 625 | 2026-09-04T21:31:21.971Z | Downloaded unicode-normalization v0.1.25 |
| 626 | 2026-09-04T21:31:21.975Z | Downloaded rand v0.9.5 |
| 627 | 2026-09-04T21:31:21.979Z | Downloaded zeroize_derive v1.5.0 |
| 628 | 2026-09-04T21:31:21.983Z | Downloaded plain v0.2.3 |
| 629 | 2026-09-04T21:31:21.983Z | Downloaded progenitor-macro v0.13.0 |
| 630 | 2026-09-04T21:31:21.986Z | Downloaded progenitor-impl v0.10.0 |
| 631 | 2026-09-04T21:31:21.986Z | Downloaded rand v0.10.2 |
| 632 | 2026-09-04T21:31:21.989Z | Downloaded papergrid v0.11.0 |
| 633 | 2026-09-04T21:31:21.992Z | Downloaded slog-async v2.8.0 |
| 634 | 2026-09-04T21:31:21.995Z | Downloaded tokio-dtrace v0.1.1 |
| 635 | 2026-09-04T21:31:21.995Z | Downloaded topological-sort v0.2.2 |
| 636 | 2026-09-04T21:31:21.995Z | Downloaded percent-encoding v2.3.2 |
| 637 | 2026-09-04T21:31:21.999Z | Downloaded itertools v0.12.1 |
| 638 | 2026-09-04T21:31:22.003Z | Downloaded zmij v1.0.23 |
| 639 | 2026-09-04T21:31:22.008Z | Downloaded hickory-resolver v0.24.4 |
| 640 | 2026-09-04T21:31:22.012Z | Downloaded openssl-probe v0.2.1 |
| 641 | 2026-09-04T21:31:22.012Z | Downloaded proc-macro-error-attr v1.0.4 |
| 642 | 2026-09-04T21:31:22.016Z | Downloaded serial_test_derive v4.0.1 |
| 643 | 2026-09-04T21:31:22.016Z | Downloaded derive-ex v0.1.8 |
| 644 | 2026-09-04T21:31:22.021Z | Downloaded thread-id v5.1.0 |
| 645 | 2026-09-04T21:31:22.021Z | Downloaded utf8_iter v1.0.4 |
| 646 | 2026-09-04T21:31:22.021Z | Downloaded want v0.3.1 |
| 647 | 2026-09-04T21:31:22.021Z | Downloaded async-compression v0.4.43 |
| 648 | 2026-09-04T21:31:22.024Z | Downloaded rand_pcg v0.10.2 |
| 649 | 2026-09-04T21:31:22.024Z | Downloaded cc v1.4.2 |
| 650 | 2026-09-04T21:31:22.028Z | Downloaded pest_generator v2.8.8 |
| 651 | 2026-09-04T21:31:22.028Z | Downloaded serde_spanned v1.1.1 |
| 652 | 2026-09-04T21:31:22.028Z | Downloaded terminal_size v0.4.4 |
| 653 | 2026-09-04T21:31:22.039Z | Downloaded tinyvec_macros v0.1.1 |
| 654 | 2026-09-04T21:31:22.039Z | Downloaded defmt v0.3.100 |
| 655 | 2026-09-04T21:31:22.039Z | Downloaded heck v0.4.1 |
| 656 | 2026-09-04T21:31:22.039Z | Downloaded rustls-pki-types v1.15.1 |
| 657 | 2026-09-04T21:31:22.039Z | Downloaded quinn-udp v0.5.15 |
| 658 | 2026-09-04T21:31:22.044Z | Downloaded git-stub-vcs v0.1.0 |
| 659 | 2026-09-04T21:31:22.044Z | Downloaded parking_lot_core v0.8.6 |
| 660 | 2026-09-04T21:31:22.044Z | Downloaded tungstenite v0.21.0 |
| 661 | 2026-09-04T21:31:22.044Z | Downloaded synstructure v0.13.2 |
| 662 | 2026-09-04T21:31:22.044Z | Downloaded typeid v1.0.3 |
| 663 | 2026-09-04T21:31:22.044Z | Downloaded dof v0.3.0 |
| 664 | 2026-09-04T21:31:22.049Z | Downloaded progenitor-macro v0.10.0 |
| 665 | 2026-09-04T21:31:22.049Z | Downloaded parse-display v0.10.0 |
| 666 | 2026-09-04T21:31:22.049Z | Downloaded waitgroup v0.1.2 |
| 667 | 2026-09-04T21:31:22.049Z | Downloaded structmeta v0.3.0 |
| 668 | 2026-09-04T21:31:22.049Z | Downloaded structmeta-derive v0.3.0 |
| 669 | 2026-09-04T21:31:22.057Z | Downloaded pretty_assertions v1.4.1 |
| 670 | 2026-09-04T21:31:22.060Z | Downloaded qorb v0.4.1 |
| 671 | 2026-09-04T21:31:22.065Z | Downloaded openssl-macros v0.1.1 |
| 672 | 2026-09-04T21:31:22.072Z | Downloaded usdt-attr-macro v0.5.0 |
| 673 | 2026-09-04T21:31:22.072Z | Downloaded embedded-io v0.4.0 |
| 674 | 2026-09-04T21:31:22.072Z | Downloaded strum_macros v0.27.2 |
| 675 | 2026-09-04T21:31:22.072Z | Downloaded tokio-stream v0.1.19 |
| 676 | 2026-09-04T21:31:22.076Z | Downloaded toml_edit v0.19.15 |
| 677 | 2026-09-04T21:31:22.079Z | Downloaded serde v1.0.229 |
| 678 | 2026-09-04T21:31:22.083Z | Downloaded url v2.5.8 |
| 679 | 2026-09-04T21:31:22.083Z | Downloaded usdt-impl v0.6.0 |
| 680 | 2026-09-04T21:31:22.084Z | Downloaded zerofrom v0.1.8 |
| 681 | 2026-09-04T21:31:22.087Z | Downloaded zerovec-derive v0.11.3 |
| 682 | 2026-09-04T21:31:22.087Z | Downloaded thread-id v4.2.2 |
| 683 | 2026-09-04T21:31:22.087Z | Downloaded tokio-rustls v0.26.4 |
| 684 | 2026-09-04T21:31:22.087Z | Downloaded getrandom v0.2.17 |
| 685 | 2026-09-04T21:31:22.087Z | Downloaded filetime v0.2.29 |
| 686 | 2026-09-04T21:31:22.090Z | Downloaded fnv v1.0.7 |
| 687 | 2026-09-04T21:31:22.090Z | Downloaded heck v0.5.0 |
| 688 | 2026-09-04T21:31:22.090Z | Downloaded untrusted v0.9.0 |
| 689 | 2026-09-04T21:31:22.095Z | Downloaded shlex v2.0.1 |
| 690 | 2026-09-04T21:31:22.095Z | Downloaded hex v0.4.3 |
| 691 | 2026-09-04T21:31:22.095Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 692 | 2026-09-04T21:31:22.098Z | Downloaded deranged v0.5.8 |
| 693 | 2026-09-04T21:31:22.098Z | Downloaded half v2.7.1 |
| 694 | 2026-09-04T21:31:22.102Z | Downloaded itertools v0.14.0 |
| 695 | 2026-09-04T21:31:22.105Z | Downloaded rand_core v0.10.1 |
| 696 | 2026-09-04T21:31:22.105Z | Downloaded serde_tokenstream v0.2.3 |
| 697 | 2026-09-04T21:31:22.105Z | Downloaded slog-json v2.6.1 |
| 698 | 2026-09-04T21:31:22.108Z | Downloaded semver v0.1.20 |
| 699 | 2026-09-04T21:31:22.108Z | Downloaded darling_macro v0.23.0 |
| 700 | 2026-09-04T21:31:22.108Z | Downloaded quick-error v1.2.3 |
| 701 | 2026-09-04T21:31:22.108Z | Downloaded foreign-types-shared v0.3.1 |
| 702 | 2026-09-04T21:31:22.112Z | Downloaded itertools v0.15.0 |
| 703 | 2026-09-04T21:31:22.116Z | Downloaded strum_macros v0.26.4 |
| 704 | 2026-09-04T21:31:22.124Z | Downloaded snafu v0.8.9 |
| 705 | 2026-09-04T21:31:22.124Z | Downloaded libm v0.2.16 |
| 706 | 2026-09-04T21:31:22.133Z | Downloaded parking_lot v0.12.5 |
| 707 | 2026-09-04T21:31:22.133Z | Downloaded strum_macros v0.28.0 |
| 708 | 2026-09-04T21:31:22.133Z | Downloaded group v0.13.0 |
| 709 | 2026-09-04T21:31:22.139Z | Downloaded parse-display-derive v0.10.0 |
| 710 | 2026-09-04T21:31:22.139Z | Downloaded quote v1.0.47 |
| 711 | 2026-09-04T21:31:22.139Z | Downloaded subtle v2.6.1 |
| 712 | 2026-09-04T21:31:22.140Z | Downloaded flate2 v1.1.9 |
| 713 | 2026-09-04T21:31:22.143Z | Downloaded pem v3.0.6 |
| 714 | 2026-09-04T21:31:22.143Z | Downloaded phf v0.12.1 |
| 715 | 2026-09-04T21:31:22.143Z | Downloaded tower v0.5.3 |
| 716 | 2026-09-04T21:31:22.148Z | Downloaded spin v0.5.2 |
| 717 | 2026-09-04T21:31:22.148Z | Downloaded testing_table v0.3.0 |
| 718 | 2026-09-04T21:31:22.148Z | Downloaded toml_edit v0.22.27 |
| 719 | 2026-09-04T21:31:22.155Z | Downloaded foldhash v0.2.0 |
| 720 | 2026-09-04T21:31:22.155Z | Downloaded hashbrown v0.15.5 |
| 721 | 2026-09-04T21:31:22.155Z | Downloaded tempfile v3.27.0 |
| 722 | 2026-09-04T21:31:22.165Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 723 | 2026-09-04T21:31:22.165Z | Downloaded darling v0.23.0 |
| 724 | 2026-09-04T21:31:22.165Z | Downloaded vsss-rs v3.3.4 |
| 725 | 2026-09-04T21:31:22.165Z | Downloaded rustc-hash v2.1.3 |
| 726 | 2026-09-04T21:31:22.165Z | Downloaded hyper v1.11.1 |
| 727 | 2026-09-04T21:31:22.171Z | Downloaded tagptr v0.2.0 |
| 728 | 2026-09-04T21:31:22.171Z | Downloaded toml_datetime v0.6.11 |
| 729 | 2026-09-04T21:31:22.171Z | Downloaded progenitor v0.13.0 |
| 730 | 2026-09-04T21:31:22.171Z | Downloaded darling_core v0.23.0 |
| 731 | 2026-09-04T21:31:22.171Z | Downloaded getrandom v0.3.4 |
| 732 | 2026-09-04T21:31:22.177Z | Downloaded ryu v1.0.23 |
| 733 | 2026-09-04T21:31:22.177Z | Downloaded rhai_codegen v3.2.0 |
| 734 | 2026-09-04T21:31:22.187Z | Downloaded icu_properties_data v2.2.0 |
| 735 | 2026-09-04T21:31:22.187Z | Downloaded proc-macro-crate v3.5.0 |
| 736 | 2026-09-04T21:31:22.196Z | Downloaded rustc_version v0.1.7 |
| 737 | 2026-09-04T21:31:22.196Z | Downloaded unicode-ident v1.0.24 |
| 738 | 2026-09-04T21:31:22.196Z | Downloaded toml v0.7.8 |
| 739 | 2026-09-04T21:31:22.196Z | Downloaded oxide-tokio-rt v0.1.6 |
| 740 | 2026-09-04T21:31:22.196Z | Downloaded zerovec v0.11.6 |
| 741 | 2026-09-04T21:31:22.196Z | Downloaded futures v0.3.34 |
| 742 | 2026-09-04T21:31:22.200Z | Downloaded simd-adler32 v0.3.10 |
| 743 | 2026-09-04T21:31:22.200Z | Downloaded phf_shared v0.12.1 |
| 744 | 2026-09-04T21:31:22.200Z | Downloaded elliptic-curve v0.13.8 |
| 745 | 2026-09-04T21:31:22.200Z | Downloaded sigpipe v0.1.3 |
| 746 | 2026-09-04T21:31:22.200Z | Downloaded walkdir v2.5.0 |
| 747 | 2026-09-04T21:31:22.200Z | Downloaded hashbrown v0.16.1 |
| 748 | 2026-09-04T21:31:22.200Z | Downloaded proc-macro2 v1.0.107 |
| 749 | 2026-09-04T21:31:22.203Z | Downloaded similar v2.7.0 |
| 750 | 2026-09-04T21:31:22.206Z | Downloaded slog-term v2.9.2 |
| 751 | 2026-09-04T21:31:22.206Z | Downloaded pkg-config v0.3.33 |
| 752 | 2026-09-04T21:31:22.217Z | Downloaded find-msvc-tools v0.1.10 |
| 753 | 2026-09-04T21:31:22.220Z | Downloaded yoke v0.8.3 |
| 754 | 2026-09-04T21:31:22.220Z | Downloaded tokio-tungstenite v0.21.0 |
| 755 | 2026-09-04T21:31:22.223Z | Downloaded dof v0.4.0 |
| 756 | 2026-09-04T21:31:22.230Z | Downloaded glob v0.3.4 |
| 757 | 2026-09-04T21:31:22.233Z | Downloaded http v1.5.0 |
| 758 | 2026-09-04T21:31:22.237Z | Downloaded postcard v1.1.3 |
| 759 | 2026-09-04T21:31:22.240Z | Downloaded semver v1.0.28 |
| 760 | 2026-09-04T21:31:22.240Z | Downloaded typify v0.4.3 |
| 761 | 2026-09-04T21:31:22.245Z | Downloaded progenitor-impl v0.13.0 |
| 762 | 2026-09-04T21:31:22.250Z | Downloaded test-strategy v0.4.5 |
| 763 | 2026-09-04T21:31:22.255Z | Downloaded spin v0.9.9 |
| 764 | 2026-09-04T21:31:22.258Z | Downloaded schemars v1.2.2 |
| 765 | 2026-09-04T21:31:22.263Z | Downloaded zerocopy v0.7.35 |
| 766 | 2026-09-04T21:31:22.272Z | Downloaded iddqd v0.4.6 |
| 767 | 2026-09-04T21:31:22.276Z | Downloaded serde_core v1.0.229 |
| 768 | 2026-09-04T21:31:22.282Z | Downloaded zerotrie v0.2.4 |
| 769 | 2026-09-04T21:31:22.292Z | Downloaded tokio-util v0.7.19 |
| 770 | 2026-09-04T21:31:22.292Z | Downloaded futures-channel v0.3.34 |
| 771 | 2026-09-04T21:31:22.292Z | Downloaded unsafe-libyaml v0.2.11 |
| 772 | 2026-09-04T21:31:22.292Z | Downloaded heapless v0.8.0 |
| 773 | 2026-09-04T21:31:22.301Z | Downloaded hmac v0.12.1 |
| 774 | 2026-09-04T21:31:22.302Z | Downloaded darling v0.21.3 |
| 775 | 2026-09-04T21:31:22.302Z | Downloaded quinn v0.11.11 |
| 776 | 2026-09-04T21:31:22.302Z | Downloaded hashbrown v0.12.3 |
| 777 | 2026-09-04T21:31:22.308Z | Downloaded ron v0.12.2 |
| 778 | 2026-09-04T21:31:22.308Z | Downloaded hickory-resolver v0.25.2 |
| 779 | 2026-09-04T21:31:22.308Z | Downloaded goblin v0.8.2 |
| 780 | 2026-09-04T21:31:22.311Z | Downloaded rand v0.8.7 |
| 781 | 2026-09-04T21:31:22.311Z | Downloaded blake3 v1.8.6 |
| 782 | 2026-09-04T21:31:22.311Z | Downloaded openssl-sys v0.9.117 |
| 783 | 2026-09-04T21:31:22.316Z | Downloaded rayon-core v1.13.0 |
| 784 | 2026-09-04T21:31:22.320Z | Downloaded pest v2.8.8 |
| 785 | 2026-09-04T21:31:22.320Z | Downloaded webpki-roots v1.0.9 |
| 786 | 2026-09-04T21:31:22.323Z | Downloaded typenum v1.20.1 |
| 787 | 2026-09-04T21:31:22.326Z | Downloaded winnow v1.0.4 |
| 788 | 2026-09-04T21:31:22.331Z | Downloaded typed-path v0.9.3 |
| 789 | 2026-09-04T21:31:22.355Z | Downloaded schemars v0.9.0 |
| 790 | 2026-09-04T21:31:22.361Z | Downloaded prettyplease v0.2.37 |
| 791 | 2026-09-04T21:31:22.364Z | Downloaded zerocopy-derive v0.8.56 |
| 792 | 2026-09-04T21:31:22.370Z | Downloaded futures-util v0.3.34 |
| 793 | 2026-09-04T21:31:22.377Z | Downloaded regex v1.13.1 |
| 794 | 2026-09-04T21:31:22.382Z | Downloaded aho-corasick v1.1.5 |
| 795 | 2026-09-04T21:31:22.386Z | Downloaded moka v0.12.16 |
| 796 | 2026-09-04T21:31:22.390Z | Downloaded serde_json v1.0.151 |
| 797 | 2026-09-04T21:31:22.393Z | Downloaded clap_builder v4.6.6 |
| 798 | 2026-09-04T21:31:22.397Z | Downloaded rustls-webpki v0.103.14 |
| 799 | 2026-09-04T21:31:22.397Z | Downloaded proptest v1.11.0 |
| 800 | 2026-09-04T21:31:22.419Z | Downloaded hkdf v0.12.4 |
| 801 | 2026-09-04T21:31:22.423Z | Downloaded vcpkg v0.2.15 |
| 802 | 2026-09-04T21:31:22.443Z | Downloaded dropshot-api-manager v0.8.0 |
| 803 | 2026-09-04T21:31:22.447Z | Downloaded serde_with v3.22.0 |
| 804 | 2026-09-04T21:31:22.456Z | Downloaded winnow v0.7.15 |
| 805 | 2026-09-04T21:31:22.461Z | Downloaded quinn-proto v0.11.16 |
| 806 | 2026-09-04T21:31:22.461Z | Downloaded winnow v0.5.40 |
| 807 | 2026-09-04T21:31:22.465Z | Downloaded expectorate v1.3.0 |
| 808 | 2026-09-04T21:31:22.465Z | Downloaded hashbrown v0.17.1 |
| 809 | 2026-09-04T21:31:22.468Z | Downloaded rayon v1.12.0 |
| 810 | 2026-09-04T21:31:22.473Z | Downloaded syn v3.0.3 |
| 811 | 2026-09-04T21:31:22.478Z | Downloaded reqwest v0.12.28 |
| 812 | 2026-09-04T21:31:22.483Z | Downloaded reqwest v0.13.4 |
| 813 | 2026-09-04T21:31:22.488Z | Downloaded unicode-width v0.2.2 |
| 814 | 2026-09-04T21:31:22.492Z | Downloaded unicode-width v0.1.14 |
| 815 | 2026-09-04T21:31:22.498Z | Downloaded zerocopy v0.8.56 |
| 816 | 2026-09-04T21:31:22.505Z | Downloaded goblin v0.10.7 |
| 817 | 2026-09-04T21:31:22.509Z | Downloaded h2 v0.4.15 |
| 818 | 2026-09-04T21:31:22.517Z | Downloaded tabled v0.21.0 |
| 819 | 2026-09-04T21:31:22.521Z | Downloaded unicode-segmentation v1.13.3 |
| 820 | 2026-09-04T21:31:22.524Z | Downloaded curve25519-dalek v4.1.3 |
| 821 | 2026-09-04T21:31:22.535Z | Downloaded nix v0.31.3 |
| 822 | 2026-09-04T21:31:22.543Z | Downloaded aws-lc-rs v1.18.0 |
| 823 | 2026-09-04T21:31:22.548Z | Downloaded chrono v0.4.45 |
| 824 | 2026-09-04T21:31:22.548Z | Downloaded tower-http v0.6.11 |
| 825 | 2026-09-04T21:31:22.552Z | Downloaded portable-atomic v1.15.0 |
| 826 | 2026-09-04T21:31:22.563Z | Downloaded tough v0.22.0 |
| 827 | 2026-09-04T21:31:22.566Z | Downloaded tabled v0.15.0 |
| 828 | 2026-09-04T21:31:22.572Z | Downloaded openapiv3 v2.2.0 |
| 829 | 2026-09-04T21:31:22.577Z | Downloaded rustix v1.1.4 |
| 830 | 2026-09-04T21:31:22.593Z | Downloaded syn v1.0.109 |
| 831 | 2026-09-04T21:31:22.600Z | Downloaded regress v0.11.1 |
| 832 | 2026-09-04T21:31:22.606Z | Downloaded dropshot v0.17.1 |
| 833 | 2026-09-04T21:31:22.617Z | Downloaded regress v0.10.5 |
| 834 | 2026-09-04T21:31:22.621Z | Downloaded openssl v0.10.81 |
| 835 | 2026-09-04T21:31:22.626Z | Downloaded hickory-proto v0.24.4 |
| 836 | 2026-09-04T21:31:22.636Z | Downloaded bstr v1.13.1 |
| 837 | 2026-09-04T21:31:22.642Z | Downloaded smoltcp v0.11.0 |
| 838 | 2026-09-04T21:31:22.649Z | Downloaded sled v0.34.7 |
| 839 | 2026-09-04T21:31:22.664Z | Downloaded typify-impl v0.4.3 |
| 840 | 2026-09-04T21:31:22.670Z | Downloaded time v0.3.55 |
| 841 | 2026-09-04T21:31:22.679Z | Downloaded rustix v0.38.44 |
| 842 | 2026-09-04T21:31:22.696Z | Downloaded syn v2.0.119 |
| 843 | 2026-09-04T21:31:22.704Z | Downloaded jiff v0.2.35 |
| 844 | 2026-09-04T21:31:22.712Z | Downloaded regex-syntax v0.8.11 |
| 845 | 2026-09-04T21:31:22.717Z | Downloaded lzma-sys v0.1.20 |
| 846 | 2026-09-04T21:31:22.735Z | Downloaded rustls v0.23.43 |
| 847 | 2026-09-04T21:31:22.741Z | Downloaded hickory-proto v0.25.2 |
| 848 | 2026-09-04T21:31:22.750Z | Downloaded libc v0.2.189 |
| 849 | 2026-09-04T21:31:22.768Z | Downloaded tracing v0.1.44 |
| 850 | 2026-09-04T21:31:22.780Z | Downloaded petgraph v0.8.3 |
| 851 | 2026-09-04T21:31:22.794Z | Downloaded typify-impl v0.6.2 |
| 852 | 2026-09-04T21:31:22.809Z | Downloaded tokio v1.53.1 |
| 853 | 2026-09-04T21:31:22.825Z | Downloaded encoding_rs v0.8.35 |
| 854 | 2026-09-04T21:31:22.839Z | Downloaded rhai v1.26.0 |
| 855 | 2026-09-04T21:31:22.847Z | Downloaded ring v0.17.14 |
| 856 | 2026-09-04T21:31:22.874Z | Downloaded petgraph v0.6.5 |
| 857 | 2026-09-04T21:31:22.889Z | Downloaded regex-automata v0.4.18 |
| 858 | 2026-09-04T21:31:22.902Z | Downloaded chrono-tz v0.10.4 |
| 859 | 2026-09-04T21:31:22.913Z | Downloaded csv v1.4.0 |
| 860 | 2026-09-04T21:31:22.935Z | Downloaded sha3 v0.10.9 |
| 861 | 2026-09-04T21:31:23.585Z | Downloaded aws-lc-sys v0.44.0 |
| 862 | 2026-09-04T21:31:24.600Z | Compiling proc-macro2 v1.0.107 |
| 863 | 2026-09-04T21:31:24.600Z | Compiling unicode-ident v1.0.24 |
| 864 | 2026-09-04T21:31:24.603Z | Compiling quote v1.0.47 |
| 865 | 2026-09-04T21:31:24.603Z | Compiling serde_core v1.0.229 |
| 866 | 2026-09-04T21:31:24.603Z | Compiling cfg-if v1.0.4 |
| 867 | 2026-09-04T21:31:24.603Z | Compiling serde v1.0.229 |
| 868 | 2026-09-04T21:31:24.603Z | Compiling libc v0.2.189 |
| 869 | 2026-09-04T21:31:24.603Z | Compiling memchr v2.8.3 |
| 870 | 2026-09-04T21:31:24.849Z | Compiling itoa v1.0.18 |
| 871 | 2026-09-04T21:31:25.044Z | Compiling zmij v1.0.23 |
| 872 | 2026-09-04T21:31:25.138Z | Compiling autocfg v1.5.1 |
| 873 | 2026-09-04T21:31:25.152Z | Compiling libm v0.2.16 |
| 874 | 2026-09-04T21:31:25.462Z | Compiling stable_deref_trait v1.2.1 |
| 875 | 2026-09-04T21:31:25.506Z | Compiling litemap v0.8.2 |
| 876 | 2026-09-04T21:31:25.529Z | Compiling writeable v0.6.3 |
| 877 | 2026-09-04T21:31:25.573Z | Compiling utf8_iter v1.0.4 |
| 878 | 2026-09-04T21:31:25.684Z | Compiling icu_normalizer_data v2.2.0 |
| 879 | 2026-09-04T21:31:25.695Z | Compiling icu_properties_data v2.2.0 |
| 880 | 2026-09-04T21:31:25.704Z | Compiling percent-encoding v2.3.2 |
| 881 | 2026-09-04T21:31:25.718Z | Compiling iana-time-zone v0.1.65 |
| 882 | 2026-09-04T21:31:25.729Z | Compiling version_check v0.9.5 |
| 883 | 2026-09-04T21:31:25.940Z | Compiling equivalent v1.0.2 |
| 884 | 2026-09-04T21:31:25.991Z | Compiling form_urlencoded v1.2.2 |
| 885 | 2026-09-04T21:31:26.000Z | Compiling allocator-api2 v0.2.21 |
| 886 | 2026-09-04T21:31:26.020Z | Compiling serde_json v1.0.151 |
| 887 | 2026-09-04T21:31:26.058Z | Compiling pin-project-lite v0.2.17 |
| 888 | 2026-09-04T21:31:26.156Z | Compiling syn v2.0.119 |
| 889 | 2026-09-04T21:31:26.164Z | Compiling syn v3.0.3 |
| 890 | 2026-09-04T21:31:26.174Z | Compiling dyn-clone v1.0.20 |
| 891 | 2026-09-04T21:31:26.187Z | Compiling parking_lot_core v0.9.12 |
| 892 | 2026-09-04T21:31:26.263Z | Compiling scopeguard v1.2.0 |
| 893 | 2026-09-04T21:31:26.311Z | Compiling hashbrown v0.17.1 |
| 894 | 2026-09-04T21:31:26.336Z | Compiling num-traits v0.2.19 |
| 895 | 2026-09-04T21:31:26.397Z | Compiling lock_api v0.4.14 |
| 896 | 2026-09-04T21:31:26.471Z | Compiling rand_core v0.10.1 |
| 897 | 2026-09-04T21:31:26.630Z | Compiling getrandom v0.4.3 |
| 898 | 2026-09-04T21:31:26.637Z | Compiling thiserror v2.0.20 |
| 899 | 2026-09-04T21:31:26.722Z | Compiling errno v0.3.14 |
| 900 | 2026-09-04T21:31:26.884Z | Compiling log v0.4.33 |
| 901 | 2026-09-04T21:31:26.896Z | Compiling heck v0.5.0 |
| 902 | 2026-09-04T21:31:26.973Z | Compiling semver v1.0.28 |
| 903 | 2026-09-04T21:31:27.117Z | Compiling indexmap v2.14.0 |
| 904 | 2026-09-04T21:31:27.155Z | Compiling futures-core v0.3.34 |
| 905 | 2026-09-04T21:31:27.302Z | Compiling zerocopy v0.8.56 |
| 906 | 2026-09-04T21:31:27.306Z | Compiling uuid v1.26.0 |
| 907 | 2026-09-04T21:31:27.337Z | Compiling futures-sink v0.3.34 |
| 908 | 2026-09-04T21:31:27.439Z | Compiling schemars v0.8.22 |
| 909 | 2026-09-04T21:31:27.694Z | Compiling slab v0.4.12 |
| 910 | 2026-09-04T21:31:27.718Z | Compiling jobserver v0.1.35 |
| 911 | 2026-09-04T21:31:27.728Z | Compiling find-msvc-tools v0.1.10 |
| 912 | 2026-09-04T21:31:27.752Z | Compiling fnv v1.0.7 |
| 913 | 2026-09-04T21:31:27.858Z | Compiling rustversion v1.0.23 |
| 914 | 2026-09-04T21:31:27.887Z | Compiling shlex v2.0.1 |
| 915 | 2026-09-04T21:31:27.969Z | Compiling futures-channel v0.3.34 |
| 916 | 2026-09-04T21:31:28.046Z | Compiling cc v1.4.2 |
| 917 | 2026-09-04T21:31:28.064Z | Compiling bitflags v2.13.1 |
| 918 | 2026-09-04T21:31:28.184Z | Compiling futures-task v0.3.34 |
| 919 | 2026-09-04T21:31:28.204Z | Compiling futures-io v0.3.34 |
| 920 | 2026-09-04T21:31:28.302Z | Compiling pkg-config v0.3.33 |
| 921 | 2026-09-04T21:31:28.352Z | Compiling socket2 v0.6.5 |
| 922 | 2026-09-04T21:31:28.368Z | Compiling portable-atomic v1.15.0 |
| 923 | 2026-09-04T21:31:28.427Z | Compiling signal-hook-registry v1.4.8 |
| 924 | 2026-09-04T21:31:28.737Z | Compiling mio v1.2.2 |
| 925 | 2026-09-04T21:31:28.766Z | Compiling critical-section v1.2.0 |
| 926 | 2026-09-04T21:31:28.823Z | Compiling cmake v0.1.58 |
| 927 | 2026-09-04T21:31:28.839Z | Compiling fs_extra v1.3.0 |
| 928 | 2026-09-04T21:31:28.866Z | Compiling typenum v1.20.1 |
| 929 | 2026-09-04T21:31:29.092Z | Compiling synstructure v0.13.2 |
| 930 | 2026-09-04T21:31:29.167Z | Compiling serde_derive_internals v0.29.1 |
| 931 | 2026-09-04T21:31:29.247Z | Compiling dunce v1.0.5 |
| 932 | 2026-09-04T21:31:29.350Z | Compiling once_cell v1.21.4 |
| 933 | 2026-09-04T21:31:29.376Z | Compiling aws-lc-sys v0.44.0 |
| 934 | 2026-09-04T21:31:29.415Z | Compiling serde_derive v1.0.229 |
| 935 | 2026-09-04T21:31:29.425Z | Compiling displaydoc v0.2.7 |
| 936 | 2026-09-04T21:31:29.561Z | Compiling thiserror-impl v2.0.20 |
| 937 | 2026-09-04T21:31:29.588Z | Compiling tokio-macros v2.7.2 |
| 938 | 2026-09-04T21:31:29.665Z | Compiling futures-macro v0.3.34 |
| 939 | 2026-09-04T21:31:29.904Z | Compiling base64 v0.22.1 |
| 940 | 2026-09-04T21:31:30.226Z | Compiling slog v2.8.2 |
| 941 | 2026-09-04T21:31:30.242Z | Compiling zerofrom-derive v0.1.7 |
| 942 | 2026-09-04T21:31:30.263Z | Compiling yoke-derive v0.8.2 |
| 943 | 2026-09-04T21:31:30.328Z | Compiling zerovec-derive v0.11.3 |
| 944 | 2026-09-04T21:31:30.451Z | Compiling schemars_derive v0.8.22 |
| 945 | 2026-09-04T21:31:30.495Z | Compiling zerocopy-derive v0.8.56 |
| 946 | 2026-09-04T21:31:30.516Z | Compiling zeroize_derive v1.5.0 |
| 947 | 2026-09-04T21:31:30.910Z | Compiling futures-util v0.3.34 |
| 948 | 2026-09-04T21:31:31.212Z | Compiling zeroize v1.9.0 |
| 949 | 2026-09-04T21:31:31.407Z | Compiling subtle v2.6.1 |
| 950 | 2026-09-04T21:31:31.422Z | Compiling rustix v1.1.4 |
| 951 | 2026-09-04T21:31:31.436Z | Compiling zerofrom v0.1.8 |
| 952 | 2026-09-04T21:31:31.561Z | Compiling yoke v0.8.3 |
| 953 | 2026-09-04T21:31:31.573Z | Compiling byteorder v1.5.0 |
| 954 | 2026-09-04T21:31:31.636Z | Compiling strsim v0.11.1 |
| 955 | 2026-09-04T21:31:31.730Z | Compiling zerovec v0.11.6 |
| 956 | 2026-09-04T21:31:31.759Z | Compiling zerotrie v0.2.4 |
| 957 | 2026-09-04T21:31:31.991Z | Compiling regex-syntax v0.8.11 |
| 958 | 2026-09-04T21:31:32.026Z | Compiling atomic-waker v1.1.2 |
| 959 | 2026-09-04T21:31:32.053Z | Compiling ipnet v2.12.1 |
| 960 | 2026-09-04T21:31:32.140Z | Compiling httparse v1.10.1 |
| 961 | 2026-09-04T21:31:32.251Z | Compiling tinystr v0.8.3 |
| 962 | 2026-09-04T21:31:32.451Z | Compiling bytes v1.12.1 |
| 963 | 2026-09-04T21:31:32.468Z | Compiling smallvec v1.15.2 |
| 964 | 2026-09-04T21:31:32.524Z | Compiling icu_locale_core v2.2.0 |
| 965 | 2026-09-04T21:31:32.566Z | Compiling potential_utf v0.1.5 |
| 966 | 2026-09-04T21:31:32.694Z | Compiling icu_collections v2.2.0 |
| 967 | 2026-09-04T21:31:32.728Z | Compiling chrono v0.4.45 |
| 968 | 2026-09-04T21:31:33.198Z | Compiling icu_provider v2.2.0 |
| 969 | 2026-09-04T21:31:33.209Z | Compiling http v1.5.0 |
| 970 | 2026-09-04T21:31:33.393Z | Compiling parking_lot v0.12.5 |
| 971 | 2026-09-04T21:31:33.523Z | Compiling icu_properties v2.2.0 |
| 972 | 2026-09-04T21:31:33.597Z | Compiling icu_normalizer v2.2.0 |
| 973 | 2026-09-04T21:31:33.844Z | Compiling tokio v1.53.1 |
| 974 | 2026-09-04T21:31:34.247Z | Compiling erased-serde v0.3.31 |
| 975 | 2026-09-04T21:31:34.274Z | Compiling serde_tokenstream v0.2.3 |
| 976 | 2026-09-04T21:31:34.274Z | Compiling http-body v1.1.0 |
| 977 | 2026-09-04T21:31:34.456Z | Compiling idna_adapter v1.2.2 |
| 978 | 2026-09-04T21:31:34.523Z | Compiling tower-service v0.3.3 |
| 979 | 2026-09-04T21:31:34.596Z | Compiling idna v1.1.0 |
| 980 | 2026-09-04T21:31:34.680Z | Compiling tower-layer v0.3.3 |
| 981 | 2026-09-04T21:31:34.772Z | Compiling ppv-lite86 v0.2.21 |
| 982 | 2026-09-04T21:31:34.839Z | Compiling getrandom v0.2.17 |
| 983 | 2026-09-04T21:31:34.919Z | Compiling url v2.5.8 |
| 984 | 2026-09-04T21:31:35.016Z | Compiling getrandom v0.3.4 |
| 985 | 2026-09-04T21:31:35.025Z | Compiling thiserror v1.0.69 |
| 986 | 2026-09-04T21:31:35.031Z | Compiling ryu v1.0.23 |
| 987 | 2026-09-04T21:31:35.084Z | Compiling try-lock v0.2.5 |
| 988 | 2026-09-04T21:31:35.197Z | Compiling untrusted v0.9.0 |
| 989 | 2026-09-04T21:31:35.227Z | Compiling ucd-trie v0.1.7 |
| 990 | 2026-09-04T21:31:35.310Z | Compiling want v0.3.1 |
| 991 | 2026-09-04T21:31:35.343Z | Compiling pest v2.8.8 |
| 992 | 2026-09-04T21:31:35.386Z | Compiling rand_core v0.6.4 |
| 993 | 2026-09-04T21:31:35.512Z | Compiling thiserror-impl v1.0.69 |
| 994 | 2026-09-04T21:31:35.533Z | Compiling httpdate v1.0.3 |
| 995 | 2026-09-04T21:31:35.582Z | Compiling pretty-hex v0.4.2 |
| 996 | 2026-09-04T21:31:35.723Z | Compiling plain v0.2.3 |
| 997 | 2026-09-04T21:31:35.757Z | Compiling winnow v1.0.4 |
| 998 | 2026-09-04T21:31:35.770Z | Compiling paste v1.0.15 |
| 999 | 2026-09-04T21:31:35.845Z | Compiling foldhash v0.2.0 |
| 1000 | 2026-09-04T21:31:36.051Z | Compiling tracing-attributes v0.1.31 |
| 1001 | 2026-09-04T21:31:36.104Z | Compiling tracing-core v0.1.36 |
| 1002 | 2026-09-04T21:31:36.584Z | Compiling ipnetwork v0.21.1 |
| 1003 | 2026-09-04T21:31:36.700Z | Compiling pest_meta v2.8.8 |
| 1004 | 2026-09-04T21:31:36.731Z | Compiling omicron-workspace-hack v0.1.0 |
| 1005 | 2026-09-04T21:31:36.824Z | Compiling oxnet v0.1.7 |
| 1006 | 2026-09-04T21:31:36.925Z | Compiling ident_case v1.0.1 |
| 1007 | 2026-09-04T21:31:37.008Z | Compiling serde_urlencoded v0.7.1 |
| 1008 | 2026-09-04T21:31:37.045Z | Compiling http-body-util v0.1.5 |
| 1009 | 2026-09-04T21:31:37.230Z | Compiling tracing v0.1.44 |
| 1010 | 2026-09-04T21:31:37.248Z | Compiling aho-corasick v1.1.5 |
| 1011 | 2026-09-04T21:31:37.302Z | Compiling pest_generator v2.8.8 |
| 1012 | 2026-09-04T21:31:37.426Z | Compiling sync_wrapper v1.0.2 |
| 1013 | 2026-09-04T21:31:37.466Z | Compiling daft-derive v0.1.8 |
| 1014 | 2026-09-04T21:31:37.755Z | Compiling fastrand v2.5.0 |
| 1015 | 2026-09-04T21:31:37.989Z | Compiling pest_derive v2.8.8 |
| 1016 | 2026-09-04T21:31:38.017Z | Compiling hashbrown v0.16.1 |
| 1017 | 2026-09-04T21:31:38.048Z | Compiling regex-automata v0.4.18 |
| 1018 | 2026-09-04T21:31:38.535Z | Compiling tokio-util v0.7.19 |
| 1019 | 2026-09-04T21:31:38.596Z | Compiling scroll_derive v0.13.1 |
| 1020 | 2026-09-04T21:31:38.637Z | Compiling async-trait v0.1.92 |
| 1021 | 2026-09-04T21:31:38.840Z | Compiling anyhow v1.0.104 |
| 1022 | 2026-09-04T21:31:39.155Z | Compiling num-conv v0.2.2 |
| 1023 | 2026-09-04T21:31:39.307Z | Compiling aws-lc-rs v1.18.0 |
| 1024 | 2026-09-04T21:31:39.374Z | Compiling time-core v0.1.9 |
| 1025 | 2026-09-04T21:31:39.449Z | Compiling scroll v0.13.0 |
| 1026 | 2026-09-04T21:31:39.559Z | Compiling time-macros v0.2.32 |
| 1027 | 2026-09-04T21:31:39.623Z | Compiling rustls-pki-types v1.15.1 |
| 1028 | 2026-09-04T21:31:39.721Z | Compiling powerfmt v0.2.0 |
| 1029 | 2026-09-04T21:31:39.819Z | Compiling regex v1.13.1 |
| 1030 | 2026-09-04T21:31:39.930Z | Compiling hex v0.4.3 |
| 1031 | 2026-09-04T21:31:40.108Z | Compiling deranged v0.5.8 |
| 1032 | 2026-09-04T21:31:40.190Z | Compiling openssl-probe v0.2.1 |
| 1033 | 2026-09-04T21:31:40.285Z | Compiling num_threads v0.1.7 |
| 1034 | 2026-09-04T21:31:40.387Z | Compiling goblin v0.10.7 |
| 1035 | 2026-09-04T21:31:40.685Z | Compiling untrusted v0.7.1 |
| 1036 | 2026-09-04T21:31:40.706Z | Compiling camino v1.2.5 |
| 1037 | 2026-09-04T21:31:40.754Z | Compiling crc32fast v1.5.0 |
| 1038 | 2026-09-04T21:31:40.797Z | Compiling usdt-impl v0.6.0 |
| 1039 | 2026-09-04T21:31:40.918Z | Compiling rustls v0.23.43 |
| 1040 | 2026-09-04T21:31:41.070Z | Compiling h2 v0.4.15 |
| 1041 | 2026-09-04T21:31:41.085Z | Compiling dtrace-parser v0.3.0 |
| 1042 | 2026-09-04T21:31:41.131Z | Compiling futures-executor v0.3.34 |
| 1043 | 2026-09-04T21:31:41.188Z | Compiling crossbeam-utils v0.8.22 |
| 1044 | 2026-09-04T21:31:41.510Z | Compiling serde_tokenstream v0.3.0 |
| 1045 | 2026-09-04T21:31:41.641Z | Compiling structmeta-derive v0.3.0 |
| 1046 | 2026-09-04T21:31:41.675Z | Compiling thread-id v5.1.0 |
| 1047 | 2026-09-04T21:31:41.755Z | Compiling adler2 v2.0.1 |
| 1048 | 2026-09-04T21:31:41.796Z | Compiling simd-adler32 v0.3.10 |
| 1049 | 2026-09-04T21:31:41.884Z | Compiling cpufeatures v0.3.0 |
| 1050 | 2026-09-04T21:31:41.942Z | Compiling miniz_oxide v0.8.9 |
| 1051 | 2026-09-04T21:31:41.955Z | Compiling newtype-uuid-macros v0.1.1 |
| 1052 | 2026-09-04T21:31:42.517Z | Compiling futures v0.3.34 |
| 1053 | 2026-09-04T21:31:42.593Z | Compiling rand_core v0.9.5 |
| 1054 | 2026-09-04T21:31:42.603Z | Compiling darling_core v0.23.0 |
| 1055 | 2026-09-04T21:31:42.653Z | Compiling structmeta v0.3.0 |
| 1056 | 2026-09-04T21:31:42.719Z | Compiling hybrid-array v0.4.14 |
| 1057 | 2026-09-04T21:31:42.849Z | Compiling thread_local v1.1.10 |
| 1058 | 2026-09-04T21:31:42.959Z | Compiling match_cfg v0.1.0 |
| 1059 | 2026-09-04T21:31:43.027Z | Compiling flate2 v1.1.9 |
| 1060 | 2026-09-04T21:31:43.123Z | Compiling dof v0.4.0 |
| 1061 | 2026-09-04T21:31:43.173Z | Compiling hyper v1.11.1 |
| 1062 | 2026-09-04T21:31:43.440Z | Compiling newtype-uuid v1.4.0 |
| 1063 | 2026-09-04T21:31:43.832Z | Compiling compression-core v0.4.32 |
| 1064 | 2026-09-04T21:31:44.297Z | Compiling ref-cast v1.0.26 |
| 1065 | 2026-09-04T21:31:44.756Z | Compiling hyper-util v0.1.20 |
| 1066 | 2026-09-04T21:31:44.876Z | Compiling slog-async v2.8.0 |
| 1067 | 2026-09-04T21:31:44.876Z | Compiling darling_macro v0.23.0 |
| 1068 | 2026-09-04T21:31:45.017Z | Compiling quick-error v1.2.3 |
| 1069 | 2026-09-04T21:31:45.091Z | Compiling compression-codecs v0.4.38 |
| 1070 | 2026-09-04T21:31:45.091Z | Compiling daft v0.1.8 |
| 1071 | 2026-09-04T21:31:45.091Z | Compiling block-buffer v0.12.1 |
| 1072 | 2026-09-04T21:31:45.091Z | Compiling crypto-common v0.2.2 |
| 1073 | 2026-09-04T21:31:45.161Z | Compiling rand_chacha v0.9.0 |
| 1074 | 2026-09-04T21:31:45.439Z | Compiling strum_macros v0.26.4 |
| 1075 | 2026-09-04T21:31:45.526Z | Compiling darling v0.23.0 |
| 1076 | 2026-09-04T21:31:45.526Z | Compiling ref-cast-impl v1.0.26 |
| 1077 | 2026-09-04T21:31:45.526Z | Compiling usdt-macro v0.6.0 |
| 1078 | 2026-09-04T21:31:45.668Z | Compiling usdt-attr-macro v0.6.0 |
| 1079 | 2026-09-04T21:31:45.696Z | Compiling serde_spanned v1.1.1 |
| 1080 | 2026-09-04T21:31:45.887Z | Compiling multer v3.1.0 |
| 1081 | 2026-09-04T21:31:45.997Z | Compiling generic-array v0.14.7 |
| 1082 | 2026-09-04T21:31:46.450Z | Compiling const-oid v0.10.2 |
| 1083 | 2026-09-04T21:31:46.450Z | Compiling term v1.2.1 |
| 1084 | 2026-09-04T21:31:46.451Z | Compiling bit-vec v0.8.0 |
| 1085 | 2026-09-04T21:31:46.451Z | Compiling debug-ignore v1.0.5 |
| 1086 | 2026-09-04T21:31:46.451Z | Compiling take_mut v0.2.2 |
| 1087 | 2026-09-04T21:31:46.531Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1088 | 2026-09-04T21:31:46.531Z | Compiling digest v0.11.3 |
| 1089 | 2026-09-04T21:31:46.531Z | Compiling bit-set v0.8.0 |
| 1090 | 2026-09-04T21:31:46.580Z | Compiling serde_with_macros v3.22.0 |
| 1091 | 2026-09-04T21:31:46.623Z | Compiling rand v0.9.5 |
| 1092 | 2026-09-04T21:31:46.694Z | Compiling async-stream-impl v0.3.6 |
| 1093 | 2026-09-04T21:31:46.789Z | Compiling dropshot v0.17.1 |
| 1094 | 2026-09-04T21:31:46.830Z | Compiling encoding_rs v0.8.35 |
| 1095 | 2026-09-04T21:31:47.012Z | Compiling strum v0.26.3 |
| 1096 | 2026-09-04T21:31:47.053Z | Compiling spin v0.9.9 |
| 1097 | 2026-09-04T21:31:47.211Z | Compiling mime v0.3.17 |
| 1098 | 2026-09-04T21:31:47.239Z | Compiling syn v1.0.109 |
| 1099 | 2026-09-04T21:31:47.239Z | Compiling unarray v0.1.4 |
| 1100 | 2026-09-04T21:31:47.273Z | Compiling async-stream v0.3.6 |
| 1101 | 2026-09-04T21:31:47.379Z | Compiling sha1 v0.11.0 |
| 1102 | 2026-09-04T21:31:47.427Z | Compiling derive-ex v0.1.8 |
| 1103 | 2026-09-04T21:31:47.500Z | Compiling tower v0.5.3 |
| 1104 | 2026-09-04T21:31:47.746Z | Compiling dropshot_endpoint v0.17.1 |
| 1105 | 2026-09-04T21:31:47.842Z | Compiling macaddr v1.0.1 |
| 1106 | 2026-09-04T21:31:47.842Z | Compiling waitgroup v0.1.2 |
| 1107 | 2026-09-04T21:31:47.885Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1108 | 2026-09-04T21:31:47.885Z | Compiling serde_path_to_error v0.1.20 |
| 1109 | 2026-09-04T21:31:48.218Z | Compiling tower-http v0.6.11 |
| 1110 | 2026-09-04T21:31:48.318Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1111 | 2026-09-04T21:31:48.415Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1112 | 2026-09-04T21:31:48.456Z | Compiling tempfile v3.27.0 |
| 1113 | 2026-09-04T21:31:48.612Z | Compiling openapiv3 v2.2.0 |
| 1114 | 2026-09-04T21:31:48.630Z | Compiling strum_macros v0.27.2 |
| 1115 | 2026-09-04T21:31:49.029Z | Compiling test-strategy v0.4.5 |
| 1116 | 2026-09-04T21:31:49.301Z | Compiling instant v0.1.13 |
| 1117 | 2026-09-04T21:31:49.400Z | Compiling time v0.3.55 |
| 1118 | 2026-09-04T21:31:50.075Z | Compiling rustls-native-certs v0.8.4 |
| 1119 | 2026-09-04T21:31:50.221Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1120 | 2026-09-04T21:31:50.376Z | Compiling crossbeam-channel v0.5.16 |
| 1121 | 2026-09-04T21:31:50.403Z | Compiling crypto-common v0.1.7 |
| 1122 | 2026-09-04T21:31:50.487Z | Compiling strum v0.27.2 |
| 1123 | 2026-09-04T21:31:50.833Z | Compiling parse-display-derive v0.10.0 |
| 1124 | 2026-09-04T21:31:50.844Z | Compiling backon v1.6.0 |
| 1125 | 2026-09-04T21:31:51.051Z | Compiling rand_chacha v0.3.1 |
| 1126 | 2026-09-04T21:31:51.167Z | Compiling either v1.17.0 |
| 1127 | 2026-09-04T21:31:51.385Z | Compiling rand v0.8.7 |
| 1128 | 2026-09-04T21:31:51.517Z | Compiling slog-json v2.6.1 |
| 1129 | 2026-09-04T21:31:51.734Z | Compiling hostname v0.3.1 |
| 1130 | 2026-09-04T21:31:52.047Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1131 | 2026-09-04T21:31:52.105Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1132 | 2026-09-04T21:31:52.168Z | Compiling wait-timeout v0.2.1 |
| 1133 | 2026-09-04T21:31:52.176Z | Compiling memmap2 v0.9.11 |
| 1134 | 2026-09-04T21:31:52.198Z | Compiling is-terminal v0.4.17 |
| 1135 | 2026-09-04T21:31:52.404Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1136 | 2026-09-04T21:31:52.441Z | Compiling usdt v0.6.0 |
| 1137 | 2026-09-04T21:31:52.853Z | Compiling rusty-fork v0.3.1 |
| 1138 | 2026-09-04T21:31:52.857Z | Compiling slog-term v2.9.2 |
| 1139 | 2026-09-04T21:31:52.857Z | Compiling slog-bunyan v2.5.0 |
| 1140 | 2026-09-04T21:31:52.857Z | Compiling serde_with v3.22.0 |
| 1141 | 2026-09-04T21:31:52.870Z | Compiling async-compression v0.4.43 |
| 1142 | 2026-09-04T21:31:52.882Z | Compiling rand_xorshift v0.4.0 |
| 1143 | 2026-09-04T21:31:53.025Z | Compiling rustls-pemfile v2.2.0 |
| 1144 | 2026-09-04T21:31:53.139Z | Compiling regress v0.10.5 |
| 1145 | 2026-09-04T21:31:53.182Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1146 | 2026-09-04T21:31:53.222Z | Compiling hostname v0.4.2 |
| 1147 | 2026-09-04T21:31:53.287Z | Compiling humantime v2.4.0 |
| 1148 | 2026-09-04T21:31:53.359Z | Compiling proptest v1.11.0 |
| 1149 | 2026-09-04T21:31:53.919Z | Compiling iddqd v0.4.6 |
| 1150 | 2026-09-04T21:31:54.143Z | Compiling reqwest v0.12.28 |
| 1151 | 2026-09-04T21:31:54.146Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1152 | 2026-09-04T21:31:54.392Z | Compiling block-buffer v0.10.4 |
| 1153 | 2026-09-04T21:31:54.957Z | Compiling utf8parse v0.2.2 |
| 1154 | 2026-09-04T21:31:54.964Z | Compiling anstyle-parse v1.0.0 |
| 1155 | 2026-09-04T21:31:54.964Z | Compiling digest v0.10.7 |
| 1156 | 2026-09-04T21:31:54.964Z | Compiling parse-display v0.10.0 |
| 1157 | 2026-09-04T21:31:55.029Z | Compiling backoff v0.4.0 |
| 1158 | 2026-09-04T21:31:55.172Z | Compiling progenitor-client v0.10.0 |
| 1159 | 2026-09-04T21:31:55.182Z | Compiling itertools v0.14.0 |
| 1160 | 2026-09-04T21:31:55.240Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1161 | 2026-09-04T21:31:55.443Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1162 | 2026-09-04T21:31:56.245Z | Compiling anstyle v1.0.14 |
| 1163 | 2026-09-04T21:31:56.325Z | Compiling colorchoice v1.0.5 |
| 1164 | 2026-09-04T21:31:56.426Z | Compiling is_terminal_polyfill v1.70.2 |
| 1165 | 2026-09-04T21:31:56.439Z | Compiling anstyle-query v1.1.5 |
| 1166 | 2026-09-04T21:31:56.521Z | Compiling anstream v1.0.0 |
| 1167 | 2026-09-04T21:31:56.851Z | Compiling clap_lex v1.1.0 |
| 1168 | 2026-09-04T21:31:57.167Z | Compiling regress v0.11.1 |
| 1169 | 2026-09-04T21:31:57.681Z | Compiling clap_derive v4.6.4 |
| 1170 | 2026-09-04T21:31:57.926Z | Compiling terminal_size v0.4.4 |
| 1171 | 2026-09-04T21:31:58.921Z | Compiling typify-impl v0.6.2 |
| 1172 | 2026-09-04T21:31:58.970Z | Compiling toml_datetime v0.6.11 |
| 1173 | 2026-09-04T21:31:59.593Z | Compiling zerocopy-derive v0.7.35 |
| 1174 | 2026-09-04T21:31:59.596Z | Compiling convert_case v0.4.0 |
| 1175 | 2026-09-04T21:31:59.596Z | Compiling cpufeatures v0.2.17 |
| 1176 | 2026-09-04T21:31:59.596Z | Compiling derive_more v0.99.20 |
| 1177 | 2026-09-04T21:32:00.047Z | Compiling zerocopy v0.7.35 |
| 1178 | 2026-09-04T21:32:00.091Z | Compiling clap_builder v4.6.6 |
| 1179 | 2026-09-04T21:32:00.721Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1180 | 2026-09-04T21:32:01.761Z | Compiling unicode-width v0.2.2 |
| 1181 | 2026-09-04T21:32:01.765Z | Compiling proc-macro-crate v3.5.0 |
| 1182 | 2026-09-04T21:32:01.765Z | Compiling clap v4.6.6 |
| 1183 | 2026-09-04T21:32:01.836Z | Compiling secrecy v0.10.3 |
| 1184 | 2026-09-04T21:32:01.987Z | Compiling float-ord v0.3.2 |
| 1185 | 2026-09-04T21:32:02.050Z | Compiling crucible-workspace-hack v0.1.0 |
| 1186 | 2026-09-04T21:32:02.220Z | Compiling tinyvec_macros v0.1.1 |
| 1187 | 2026-09-04T21:32:02.238Z | Compiling num_enum_derive v0.7.6 |
| 1188 | 2026-09-04T21:32:02.269Z | Compiling tinyvec v1.12.0 |
| 1189 | 2026-09-04T21:32:03.172Z | Compiling dtrace-parser v0.2.0 |
| 1190 | 2026-09-04T21:32:03.177Z | Compiling scroll_derive v0.12.1 |
| 1191 | 2026-09-04T21:32:03.177Z | Compiling num-integer v0.1.47 |
| 1192 | 2026-09-04T21:32:03.257Z | Compiling rustc_version v0.4.1 |
| 1193 | 2026-09-04T21:32:03.267Z | Compiling usdt-impl v0.5.0 |
| 1194 | 2026-09-04T21:32:03.500Z | Compiling crossbeam-epoch v0.9.20 |
| 1195 | 2026-09-04T21:32:03.526Z | Compiling curve25519-dalek v4.1.3 |
| 1196 | 2026-09-04T21:32:03.610Z | Compiling scroll v0.12.0 |
| 1197 | 2026-09-04T21:32:03.627Z | Compiling num_enum v0.7.6 |
| 1198 | 2026-09-04T21:32:03.917Z | Compiling dof v0.3.0 |
| 1199 | 2026-09-04T21:32:04.228Z | Compiling hmac v0.12.1 |
| 1200 | 2026-09-04T21:32:04.235Z | Compiling inout v0.1.4 |
| 1201 | 2026-09-04T21:32:04.240Z | Compiling darling_core v0.21.3 |
| 1202 | 2026-09-04T21:32:04.259Z | Compiling ff v0.13.1 |
| 1203 | 2026-09-04T21:32:04.336Z | Compiling thread-id v4.2.2 |
| 1204 | 2026-09-04T21:32:04.771Z | Compiling group v0.13.0 |
| 1205 | 2026-09-04T21:32:04.774Z | Compiling cipher v0.4.4 |
| 1206 | 2026-09-04T21:32:04.774Z | Compiling hkdf v0.12.4 |
| 1207 | 2026-09-04T21:32:04.867Z | Compiling goblin v0.8.2 |
| 1208 | 2026-09-04T21:32:05.066Z | Compiling num-iter v0.1.46 |
| 1209 | 2026-09-04T21:32:05.076Z | Compiling num-rational v0.4.2 |
| 1210 | 2026-09-04T21:32:05.275Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1211 | 2026-09-04T21:32:05.310Z | Compiling typify-macro v0.6.2 |
| 1212 | 2026-09-04T21:32:05.328Z | Compiling universal-hash v0.5.1 |
| 1213 | 2026-09-04T21:32:05.424Z | Compiling crypto-bigint v0.5.5 |
| 1214 | 2026-09-04T21:32:05.463Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1215 | 2026-09-04T21:32:05.821Z | Compiling half v2.7.1 |
| 1216 | 2026-09-04T21:32:06.523Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1217 | 2026-09-04T21:32:06.528Z | Compiling num-complex v0.4.6 |
| 1218 | 2026-09-04T21:32:06.529Z | Compiling darling_macro v0.21.3 |
| 1219 | 2026-09-04T21:32:06.575Z | Compiling ciborium-io v0.2.2 |
| 1220 | 2026-09-04T21:32:06.598Z | Compiling opaque-debug v0.3.1 |
| 1221 | 2026-09-04T21:32:06.658Z | Compiling base16ct v0.2.0 |
| 1222 | 2026-09-04T21:32:06.676Z | Compiling base64ct v1.8.3 |
| 1223 | 2026-09-04T21:32:06.793Z | Compiling elliptic-curve v0.13.8 |
| 1224 | 2026-09-04T21:32:06.941Z | Compiling darling v0.21.3 |
| 1225 | 2026-09-04T21:32:06.973Z | Compiling password-hash v0.5.0 |
| 1226 | 2026-09-04T21:32:07.020Z | Compiling ciborium-ll v0.2.2 |
| 1227 | 2026-09-04T21:32:07.099Z | Compiling poly1305 v0.8.0 |
| 1228 | 2026-09-04T21:32:07.399Z | Compiling typify v0.6.2 |
| 1229 | 2026-09-04T21:32:07.412Z | Compiling num v0.4.3 |
| 1230 | 2026-09-04T21:32:07.481Z | Compiling thiserror-no-std v2.0.2 |
| 1231 | 2026-09-04T21:32:07.901Z | Compiling chacha20 v0.9.1 |
| 1232 | 2026-09-04T21:32:07.920Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1233 | 2026-09-04T21:32:08.110Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1234 | 2026-09-04T21:32:08.515Z | Compiling blake2 v0.10.6 |
| 1235 | 2026-09-04T21:32:08.844Z | Compiling aead v0.5.2 |
| 1236 | 2026-09-04T21:32:08.855Z | Compiling byte-wrapper v0.1.0 |
| 1237 | 2026-09-04T21:32:09.411Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1238 | 2026-09-04T21:32:09.415Z | Compiling proc-macro-error-attr v1.0.4 |
| 1239 | 2026-09-04T21:32:09.415Z | Compiling keccak v0.1.6 |
| 1240 | 2026-09-04T21:32:09.415Z | Compiling rustix v0.38.44 |
| 1241 | 2026-09-04T21:32:09.415Z | Compiling heapless v0.8.0 |
| 1242 | 2026-09-04T21:32:09.537Z | Compiling unsafe-libyaml v0.2.11 |
| 1243 | 2026-09-04T21:32:09.684Z | Compiling prettyplease v0.2.37 |
| 1244 | 2026-09-04T21:32:10.013Z | Compiling sha3 v0.10.9 |
| 1245 | 2026-09-04T21:32:10.163Z | Compiling serde_yaml v0.9.34+deprecated |
| 1246 | 2026-09-04T21:32:10.360Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1247 | 2026-09-04T21:32:10.532Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1248 | 2026-09-04T21:32:11.178Z | Compiling chacha20poly1305 v0.10.1 |
| 1249 | 2026-09-04T21:32:11.711Z | Compiling argon2 v0.5.3 |
| 1250 | 2026-09-04T21:32:11.714Z | Compiling vsss-rs v3.3.4 |
| 1251 | 2026-09-04T21:32:11.714Z | Compiling ciborium v0.2.2 |
| 1252 | 2026-09-04T21:32:11.714Z | Compiling ingot-macros v0.1.1 |
| 1253 | 2026-09-04T21:32:11.939Z | Compiling usdt-attr-macro v0.5.0 |
| 1254 | 2026-09-04T21:32:12.083Z | Compiling usdt-macro v0.5.0 |
| 1255 | 2026-09-04T21:32:13.172Z | Compiling serde_spanned v0.6.9 |
| 1256 | 2026-09-04T21:32:13.637Z | Compiling hash32 v0.3.1 |
| 1257 | 2026-09-04T21:32:13.638Z | Compiling enum-as-inner v0.6.1 |
| 1258 | 2026-09-04T21:32:13.638Z | Compiling proc-macro-error v1.0.4 |
| 1259 | 2026-09-04T21:32:13.730Z | Compiling memmap v0.7.0 |
| 1260 | 2026-09-04T21:32:13.922Z | Compiling memoffset v0.9.1 |
| 1261 | 2026-09-04T21:32:13.952Z | Compiling winnow v0.5.40 |
| 1262 | 2026-09-04T21:32:13.977Z | Compiling winnow v0.7.15 |
| 1263 | 2026-09-04T21:32:13.980Z | Compiling cfg_aliases v0.2.2 |
| 1264 | 2026-09-04T21:32:14.059Z | Compiling indent_write v2.2.0 |
| 1265 | 2026-09-04T21:32:14.154Z | Compiling toml_write v0.1.2 |
| 1266 | 2026-09-04T21:32:14.194Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1267 | 2026-09-04T21:32:14.205Z | Compiling static_assertions v1.1.0 |
| 1268 | 2026-09-04T21:32:14.272Z | Compiling data-encoding v2.11.1 |
| 1269 | 2026-09-04T21:32:14.347Z | Compiling smoltcp v0.11.0 |
| 1270 | 2026-09-04T21:32:14.751Z | Compiling ingot-types v0.1.2 |
| 1271 | 2026-09-04T21:32:14.754Z | Compiling nix v0.31.3 |
| 1272 | 2026-09-04T21:32:14.754Z | Compiling usdt v0.5.0 |
| 1273 | 2026-09-04T21:32:14.795Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1274 | 2026-09-04T21:32:14.835Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1275 | 2026-09-04T21:32:15.251Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1276 | 2026-09-04T21:32:15.254Z | Compiling tabwriter v1.4.1 |
| 1277 | 2026-09-04T21:32:15.310Z | Compiling toml_edit v0.22.27 |
| 1278 | 2026-09-04T21:32:15.341Z | Compiling toml_edit v0.19.15 |
| 1279 | 2026-09-04T21:32:15.344Z | Compiling cobs v0.3.0 |
| 1280 | 2026-09-04T21:32:15.360Z | Compiling serde_repr v0.1.21 |
| 1281 | 2026-09-04T21:32:15.482Z | Compiling vcpkg v0.2.15 |
| 1282 | 2026-09-04T21:32:15.541Z | Compiling crossbeam-deque v0.8.7 |
| 1283 | 2026-09-04T21:32:15.806Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1284 | 2026-09-04T21:32:15.918Z | Compiling bitflags v1.3.2 |
| 1285 | 2026-09-04T21:32:15.992Z | Compiling managed v0.8.0 |
| 1286 | 2026-09-04T21:32:16.029Z | Compiling openssl-sys v0.9.117 |
| 1287 | 2026-09-04T21:32:16.037Z | Compiling postcard v1.1.3 |
| 1288 | 2026-09-04T21:32:16.368Z | Compiling ingot v0.1.1 |
| 1289 | 2026-09-04T21:32:16.620Z | Compiling proc-macro-crate v1.3.1 |
| 1290 | 2026-09-04T21:32:17.331Z | Compiling toml v0.8.23 |
| 1291 | 2026-09-04T21:32:18.023Z | Compiling rustls-webpki v0.103.14 |
| 1292 | 2026-09-04T21:32:18.661Z | Compiling hubpack_derive v0.1.1 |
| 1293 | 2026-09-04T21:32:18.664Z | Compiling foreign-types-macros v0.2.4 |
| 1294 | 2026-09-04T21:32:18.811Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1295 | 2026-09-04T21:32:18.823Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1296 | 2026-09-04T21:32:18.848Z | Compiling swrite v0.1.0 |
| 1297 | 2026-09-04T21:32:18.942Z | Compiling colored v3.1.1 |
| 1298 | 2026-09-04T21:32:19.052Z | Compiling semver v0.1.20 |
| 1299 | 2026-09-04T21:32:19.055Z | Compiling resolv-conf v0.7.6 |
| 1300 | 2026-09-04T21:32:19.130Z | Compiling unicode-segmentation v1.13.3 |
| 1301 | 2026-09-04T21:32:19.133Z | Compiling foreign-types-shared v0.3.1 |
| 1302 | 2026-09-04T21:32:19.153Z | Compiling rayon-core v1.13.0 |
| 1303 | 2026-09-04T21:32:19.233Z | Compiling heck v0.4.1 |
| 1304 | 2026-09-04T21:32:19.306Z | Compiling linked-hash-map v0.5.6 |
| 1305 | 2026-09-04T21:32:19.351Z | Compiling foreign-types v0.5.0 |
| 1306 | 2026-09-04T21:32:19.382Z | Compiling rustc_version v0.1.7 |
| 1307 | 2026-09-04T21:32:19.433Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1308 | 2026-09-04T21:32:19.443Z | Compiling hubpack v0.1.2 |
| 1309 | 2026-09-04T21:32:19.461Z | Compiling lru-cache v0.1.2 |
| 1310 | 2026-09-04T21:32:19.495Z | Compiling newline-converter v0.3.0 |
| 1311 | 2026-09-04T21:32:19.595Z | Compiling num_enum_derive v0.5.11 |
| 1312 | 2026-09-04T21:32:20.081Z | Compiling atomicwrites v0.4.4 |
| 1313 | 2026-09-04T21:32:20.084Z | Compiling hickory-proto v0.24.4 |
| 1314 | 2026-09-04T21:32:20.084Z | Compiling progenitor-impl v0.13.0 |
| 1315 | 2026-09-04T21:32:20.610Z | Compiling console v0.16.4 |
| 1316 | 2026-09-04T21:32:20.624Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1317 | 2026-09-04T21:32:21.136Z | Compiling camino-tempfile v1.4.1 |
| 1318 | 2026-09-04T21:32:21.262Z | Compiling chacha20 v0.10.1 |
| 1319 | 2026-09-04T21:32:21.272Z | Compiling serde-big-array v0.5.1 |
| 1320 | 2026-09-04T21:32:21.305Z | Compiling derive-where v1.6.1 |
| 1321 | 2026-09-04T21:32:21.375Z | Compiling pin-project-internal v1.1.13 |
| 1322 | 2026-09-04T21:32:21.412Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1323 | 2026-09-04T21:32:21.519Z | Compiling tokio-rustls v0.26.4 |
| 1324 | 2026-09-04T21:32:21.789Z | Compiling hyper-rustls v0.27.9 |
| 1325 | 2026-09-04T21:32:21.934Z | Compiling rustls-platform-verifier v0.7.0 |
| 1326 | 2026-09-04T21:32:22.101Z | Compiling reqwest v0.13.4 |
| 1327 | 2026-09-04T21:32:23.056Z | Compiling num-derive v0.4.2 |
| 1328 | 2026-09-04T21:32:23.106Z | Compiling cstr-argument v0.1.2 |
| 1329 | 2026-09-04T21:32:23.671Z | Compiling similar v3.2.0 |
| 1330 | 2026-09-04T21:32:23.675Z | Compiling progenitor-client v0.14.0 |
| 1331 | 2026-09-04T21:32:23.878Z | Compiling progenitor-extras v0.2.0 |
| 1332 | 2026-09-04T21:32:24.462Z | Compiling minimal-lexical v0.2.1 |
| 1333 | 2026-09-04T21:32:24.475Z | Compiling siphasher v1.0.3 |
| 1334 | 2026-09-04T21:32:24.475Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1335 | 2026-09-04T21:32:24.642Z | Compiling phf_shared v0.12.1 |
| 1336 | 2026-09-04T21:32:24.797Z | Compiling nom v7.1.3 |
| 1337 | 2026-09-04T21:32:24.825Z | Compiling expectorate v1.3.0 |
| 1338 | 2026-09-04T21:32:24.875Z | Compiling progenitor-macro v0.13.0 |
| 1339 | 2026-09-04T21:32:24.980Z | Compiling progenitor-client v0.13.0 |
| 1340 | 2026-09-04T21:32:25.289Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1341 | 2026-09-04T21:32:26.189Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1342 | 2026-09-04T21:32:26.467Z | Compiling pin-project v1.1.13 |
| 1343 | 2026-09-04T21:32:26.571Z | Compiling hickory-resolver v0.24.4 |
| 1344 | 2026-09-04T21:32:27.018Z | Compiling rand v0.10.2 |
| 1345 | 2026-09-04T21:32:27.395Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1346 | 2026-09-04T21:32:27.709Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1347 | 2026-09-04T21:32:27.834Z | Compiling num_enum v0.5.11 |
| 1348 | 2026-09-04T21:32:28.754Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1349 | 2026-09-04T21:32:28.969Z | Compiling newtype_derive v0.1.6 |
| 1350 | 2026-09-04T21:32:29.284Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1351 | 2026-09-04T21:32:29.795Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1352 | 2026-09-04T21:32:30.358Z | Compiling progenitor-impl v0.14.0 |
| 1353 | 2026-09-04T21:32:30.628Z | Compiling unicode-normalization v0.1.25 |
| 1354 | 2026-09-04T21:32:31.101Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1355 | 2026-09-04T21:32:31.770Z | Compiling tokio-stream v0.1.19 |
| 1356 | 2026-09-04T21:32:31.775Z | Compiling snafu-derive v0.8.9 |
| 1357 | 2026-09-04T21:32:32.250Z | Compiling async-recursion v1.1.1 |
| 1358 | 2026-09-04T21:32:32.254Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1359 | 2026-09-04T21:32:32.332Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1360 | 2026-09-04T21:32:32.534Z | Compiling slog-dtrace v0.3.0 |
| 1361 | 2026-09-04T21:32:32.640Z | Compiling csv-core v0.1.13 |
| 1362 | 2026-09-04T21:32:32.769Z | Compiling bstr v1.13.1 |
| 1363 | 2026-09-04T21:32:32.782Z | Compiling owo-colors v4.3.0 |
| 1364 | 2026-09-04T21:32:32.896Z | Compiling openssl v0.10.81 |
| 1365 | 2026-09-04T21:32:33.102Z | Compiling highway v1.3.0 |
| 1366 | 2026-09-04T21:32:33.179Z | Compiling jiff-core v0.1.0 |
| 1367 | 2026-09-04T21:32:33.198Z | Compiling foldhash v0.1.5 |
| 1368 | 2026-09-04T21:32:33.258Z | Compiling unicode-xid v0.2.6 |
| 1369 | 2026-09-04T21:32:33.270Z | Compiling unicode-width v0.1.14 |
| 1370 | 2026-09-04T21:32:33.368Z | Compiling chrono-tz v0.10.4 |
| 1371 | 2026-09-04T21:32:33.378Z | Compiling cancel-safe-futures v0.1.5 |
| 1372 | 2026-09-04T21:32:33.497Z | Compiling konst_macro_rules v0.2.19 |
| 1373 | 2026-09-04T21:32:33.544Z | Compiling foreign-types-shared v0.1.1 |
| 1374 | 2026-09-04T21:32:33.582Z | Compiling same-file v1.0.6 |
| 1375 | 2026-09-04T21:32:33.633Z | Compiling konst v0.2.20 |
| 1376 | 2026-09-04T21:32:33.652Z | Compiling foreign-types v0.3.2 |
| 1377 | 2026-09-04T21:32:33.766Z | Compiling walkdir v2.5.0 |
| 1378 | 2026-09-04T21:32:33.788Z | Compiling const_format_proc_macros v0.2.34 |
| 1379 | 2026-09-04T21:32:34.212Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1380 | 2026-09-04T21:32:34.222Z | Compiling hashbrown v0.15.5 |
| 1381 | 2026-09-04T21:32:34.222Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1382 | 2026-09-04T21:32:34.222Z | Compiling progenitor-macro v0.14.0 |
| 1383 | 2026-09-04T21:32:34.222Z | Compiling jiff v0.2.35 |
| 1384 | 2026-09-04T21:32:34.449Z | Compiling snafu v0.8.9 |
| 1385 | 2026-09-04T21:32:34.475Z | Compiling globset v0.4.20 |
| 1386 | 2026-09-04T21:32:34.648Z | Compiling csv v1.4.0 |
| 1387 | 2026-09-04T21:32:34.984Z | Compiling qorb v0.4.1 |
| 1388 | 2026-09-04T21:32:35.317Z | Compiling olpc-cjson v0.1.4 |
| 1389 | 2026-09-04T21:32:35.484Z | Compiling progenitor v0.13.0 |
| 1390 | 2026-09-04T21:32:35.635Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1391 | 2026-09-04T21:32:35.698Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1392 | 2026-09-04T21:32:36.898Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1393 | 2026-09-04T21:32:37.830Z | Compiling rayon v1.12.0 |
| 1394 | 2026-09-04T21:32:37.851Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1395 | 2026-09-04T21:32:38.165Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1396 | 2026-09-04T21:32:38.205Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1397 | 2026-09-04T21:32:38.390Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1398 | 2026-09-04T21:32:38.629Z | Compiling phf v0.12.1 |
| 1399 | 2026-09-04T21:32:38.994Z | Compiling zone_cfg_derive v0.3.1 |
| 1400 | 2026-09-04T21:32:39.241Z | Compiling tokio-dtrace v0.1.1 |
| 1401 | 2026-09-04T21:32:39.512Z | Compiling itertools v0.12.1 |
| 1402 | 2026-09-04T21:32:40.072Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1403 | 2026-09-04T21:32:40.082Z | Compiling libsw-core v0.3.2 |
| 1404 | 2026-09-04T21:32:40.082Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1405 | 2026-09-04T21:32:40.082Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1406 | 2026-09-04T21:32:40.083Z | Compiling serde_plain v1.0.2 |
| 1407 | 2026-09-04T21:32:40.094Z | Compiling openssl-macros v0.1.1 |
| 1408 | 2026-09-04T21:32:40.227Z | Compiling pem v3.0.6 |
| 1409 | 2026-09-04T21:32:40.300Z | Compiling cookie v0.18.2 |
| 1410 | 2026-09-04T21:32:40.537Z | Compiling sigpipe v0.1.3 |
| 1411 | 2026-09-04T21:32:40.601Z | Compiling bytecount v0.6.9 |
| 1412 | 2026-09-04T21:32:40.613Z | Compiling typed-path v0.9.3 |
| 1413 | 2026-09-04T21:32:40.624Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1414 | 2026-09-04T21:32:40.712Z | Compiling fixedbitset v0.4.2 |
| 1415 | 2026-09-04T21:32:40.760Z | Compiling fixedbitset v0.5.7 |
| 1416 | 2026-09-04T21:32:40.809Z | Compiling glob v0.3.4 |
| 1417 | 2026-09-04T21:32:40.859Z | Compiling petgraph v0.6.5 |
| 1418 | 2026-09-04T21:32:40.951Z | Compiling papergrid v0.11.0 |
| 1419 | 2026-09-04T21:32:41.111Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1420 | 2026-09-04T21:32:41.263Z | Compiling petgraph v0.8.3 |
| 1421 | 2026-09-04T21:32:41.718Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1422 | 2026-09-04T21:32:41.850Z | Compiling tough v0.22.0 |
| 1423 | 2026-09-04T21:32:41.965Z | Compiling zone v0.3.1 |
| 1424 | 2026-09-04T21:32:42.431Z | Compiling progenitor v0.14.0 |
| 1425 | 2026-09-04T21:32:42.568Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1426 | 2026-09-04T21:32:42.761Z | Compiling libsw v3.5.0 |
| 1427 | 2026-09-04T21:32:42.841Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1428 | 2026-09-04T21:32:42.905Z | Compiling oxide-tokio-rt v0.1.6 |
| 1429 | 2026-09-04T21:32:42.989Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1430 | 2026-09-04T21:32:43.205Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1431 | 2026-09-04T21:32:43.671Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1432 | 2026-09-04T21:32:43.674Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-09-04T21:32:43.675Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1434 | 2026-09-04T21:32:44.298Z | Compiling const_format v0.2.36 |
| 1435 | 2026-09-04T21:32:44.580Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1436 | 2026-09-04T21:32:44.631Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1437 | 2026-09-04T21:32:44.722Z | Compiling tabled_derive v0.7.0 |
| 1438 | 2026-09-04T21:32:44.854Z | Compiling gethostname v0.5.0 |
| 1439 | 2026-09-04T21:32:44.982Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1440 | 2026-09-04T21:32:45.040Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1441 | 2026-09-04T21:32:45.109Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1442 | 2026-09-04T21:32:45.154Z | Compiling bcs v0.1.6 |
| 1443 | 2026-09-04T21:32:45.194Z | Compiling smf v0.2.3 |
| 1444 | 2026-09-04T21:32:45.396Z | Compiling nom v8.0.0 |
| 1445 | 2026-09-04T21:32:45.476Z | Compiling unicode-linebreak v0.1.5 |
| 1446 | 2026-09-04T21:32:45.745Z | Compiling tagptr v0.2.0 |
| 1447 | 2026-09-04T21:32:45.780Z | Compiling linear-map v1.2.0 |
| 1448 | 2026-09-04T21:32:45.823Z | Compiling smawk v0.3.3 |
| 1449 | 2026-09-04T21:32:45.857Z | Compiling crunchy v0.2.4 |
| 1450 | 2026-09-04T21:32:45.935Z | Compiling lazy_static v1.5.0 |
| 1451 | 2026-09-04T21:32:46.361Z | Compiling termtree v0.5.1 |
| 1452 | 2026-09-04T21:32:46.380Z | Compiling whoami v1.6.1 |
| 1453 | 2026-09-04T21:32:46.382Z | Compiling steno v0.4.1 |
| 1454 | 2026-09-04T21:32:46.382Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1455 | 2026-09-04T21:32:46.480Z | Compiling textwrap v0.16.2 |
| 1456 | 2026-09-04T21:32:46.537Z | Compiling moka v0.12.16 |
| 1457 | 2026-09-04T21:32:46.991Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1458 | 2026-09-04T21:32:47.308Z | Compiling tabled v0.15.0 |
| 1459 | 2026-09-04T21:32:47.723Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1460 | 2026-09-04T21:32:47.751Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1461 | 2026-09-04T21:32:48.027Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1462 | 2026-09-04T21:32:49.550Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1463 | 2026-09-04T21:32:49.555Z | Compiling hickory-proto v0.25.2 |
| 1464 | 2026-09-04T21:32:50.081Z | Compiling tiny-keccak v2.0.2 |
| 1465 | 2026-09-04T21:32:50.125Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1466 | 2026-09-04T21:32:50.398Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1467 | 2026-09-04T21:32:50.636Z | Compiling parking_lot_core v0.8.6 |
| 1468 | 2026-09-04T21:32:50.930Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1469 | 2026-09-04T21:32:50.949Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1470 | 2026-09-04T21:32:51.338Z | Compiling hickory-resolver v0.25.2 |
| 1471 | 2026-09-04T21:32:51.425Z | Compiling libscf-sys v1.2.0 |
| 1472 | 2026-09-04T21:32:51.450Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1473 | 2026-09-04T21:32:51.569Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1474 | 2026-09-04T21:32:51.679Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1475 | 2026-09-04T21:32:52.190Z | Compiling const-random-macro v0.1.16 |
| 1476 | 2026-09-04T21:32:52.199Z | Compiling ahash v0.8.12 |
| 1477 | 2026-09-04T21:32:52.199Z | Compiling smartstring v1.0.1 |
| 1478 | 2026-09-04T21:32:52.199Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1479 | 2026-09-04T21:32:52.277Z | Compiling const-random v0.1.18 |
| 1480 | 2026-09-04T21:32:52.385Z | Compiling parking_lot v0.11.2 |
| 1481 | 2026-09-04T21:32:53.170Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1482 | 2026-09-04T21:32:53.174Z | Compiling fxhash v0.2.1 |
| 1483 | 2026-09-04T21:32:53.174Z | Compiling internet-checksum v0.2.1 |
| 1484 | 2026-09-04T21:32:53.174Z | Compiling sled v0.34.7 |
| 1485 | 2026-09-04T21:32:53.334Z | Compiling itertools v0.15.0 |
| 1486 | 2026-09-04T21:32:53.791Z | Compiling rhai_codegen v3.2.0 |
| 1487 | 2026-09-04T21:32:53.796Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1488 | 2026-09-04T21:32:53.796Z | Compiling thin-vec v0.2.19 |
| 1489 | 2026-09-04T21:32:54.035Z | Compiling serial_test_derive v4.0.1 |
| 1490 | 2026-09-04T21:32:54.303Z | Compiling diff v0.1.13 |
| 1491 | 2026-09-04T21:32:54.492Z | Compiling yansi v1.0.1 |
| 1492 | 2026-09-04T21:32:54.606Z | Compiling rhai v1.26.0 |
| 1493 | 2026-09-04T21:32:54.707Z | Compiling pretty_assertions v1.4.1 |
| 1494 | 2026-09-04T21:32:55.167Z | Compiling serial_test v4.0.1 |
| 1495 | 2026-09-04T21:32:55.891Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1496 | 2026-09-04T21:32:57.193Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1497 | 2026-09-04T21:33:05.588Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1498 | 2026-09-04T21:33:07.335Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1499 | 2026-09-04T21:33:08.208Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1500 | 2026-09-04T21:33:09.633Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1501 | 2026-09-04T21:33:10.236Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1502 | 2026-09-04T21:33:11.370Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1503 | 2026-09-04T21:33:46.203Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 1504 | 2026-09-04T21:33:46.387Z | ──────────── |
| 1505 | 2026-09-04T21:33:46.387Z | Nextest run ID 3088973c-b21d-4e49-9cb4-76f2216451dd with nextest profile: default |
| 1506 | 2026-09-04T21:33:46.388Z | Starting 158 tests across 3 binaries |
| 1507 | 2026-09-04T21:33:46.393Z | PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip |
| 1508 | 2026-09-04T21:33:46.401Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length |
| 1509 | 2026-09-04T21:33:46.401Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes |
| 1510 | 2026-09-04T21:33:46.401Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch |
| 1511 | 2026-09-04T21:33:46.401Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len |
| 1512 | 2026-09-04T21:33:46.401Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes |
| 1513 | 2026-09-04T21:33:46.401Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes |
| 1514 | 2026-09-04T21:33:46.401Z | PASS [ 0.013s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding |
| 1515 | 2026-09-04T21:33:46.405Z | PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together |
| 1516 | 2026-09-04T21:33:46.409Z | PASS [ 0.009s] bgp messages::tests::decoding_deduplicates_non_mp_attributes |
| 1517 | 2026-09-04T21:33:46.409Z | PASS [ 0.010s] bgp messages::tests::duplicate_origin_attrs_deduplicated |
| 1518 | 2026-09-04T21:33:46.409Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length |
| 1519 | 2026-09-04T21:33:46.409Z | PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker |
| 1520 | 2026-09-04T21:33:46.409Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length |
| 1521 | 2026-09-04T21:33:46.409Z | PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib |
| 1522 | 2026-09-04T21:33:46.409Z | PASS [ 0.012s] bgp messages::tests::header_round_trip |
| 1523 | 2026-09-04T21:33:46.413Z | PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length |
| 1524 | 2026-09-04T21:33:46.413Z | PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length |
| 1525 | 2026-09-04T21:33:46.416Z | PASS [ 0.008s] bgp messages::tests::header_tests::new_rejects_length_too_large |
| 1526 | 2026-09-04T21:33:46.416Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small |
| 1527 | 2026-09-04T21:33:46.417Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header |
| 1528 | 2026-09-04T21:33:46.420Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header |
| 1529 | 2026-09-04T21:33:46.420Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display |
| 1530 | 2026-09-04T21:33:46.420Z | PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding |
| 1531 | 2026-09-04T21:33:46.420Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message |
| 1532 | 2026-09-04T21:33:46.423Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length |
| 1533 | 2026-09-04T21:33:46.423Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing |
| 1534 | 2026-09-04T21:33:46.423Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing |
| 1535 | 2026-09-04T21:33:46.427Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format |
| 1536 | 2026-09-04T21:33:46.427Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length |
| 1537 | 2026-09-04T21:33:46.427Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing |
| 1538 | 2026-09-04T21:33:46.427Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display |
| 1539 | 2026-09-04T21:33:46.430Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format |
| 1540 | 2026-09-04T21:33:46.431Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message |
| 1541 | 2026-09-04T21:33:46.431Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error |
| 1542 | 2026-09-04T21:33:46.434Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire |
| 1543 | 2026-09-04T21:33:46.434Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length |
| 1544 | 2026-09-04T21:33:46.438Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs |
| 1545 | 2026-09-04T21:33:46.438Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds |
| 1546 | 2026-09-04T21:33:46.438Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop |
| 1547 | 2026-09-04T21:33:46.438Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs |
| 1548 | 2026-09-04T21:33:46.442Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length |
| 1549 | 2026-09-04T21:33:46.442Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short |
| 1550 | 2026-09-04T21:33:46.442Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short |
| 1551 | 2026-09-04T21:33:46.445Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs |
| 1552 | 2026-09-04T21:33:46.446Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors |
| 1553 | 2026-09-04T21:33:46.446Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors |
| 1554 | 2026-09-04T21:33:46.446Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors |
| 1555 | 2026-09-04T21:33:46.446Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length |
| 1556 | 2026-09-04T21:33:46.449Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short |
| 1557 | 2026-09-04T21:33:46.449Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs |
| 1558 | 2026-09-04T21:33:46.449Z | PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first |
| 1559 | 2026-09-04T21:33:46.452Z | PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast |
| 1560 | 2026-09-04T21:33:46.452Z | PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast |
| 1561 | 2026-09-04T21:33:46.457Z | PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip |
| 1562 | 2026-09-04T21:33:46.457Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast |
| 1563 | 2026-09-04T21:33:46.458Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip |
| 1564 | 2026-09-04T21:33:46.458Z | PASS [ 0.010s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast |
| 1565 | 2026-09-04T21:33:46.458Z | PASS [ 0.008s] bgp messages::tests::notification_round_trip |
| 1566 | 2026-09-04T21:33:46.462Z | PASS [ 0.008s] bgp messages::tests::open_round_trip |
| 1567 | 2026-09-04T21:33:46.462Z | PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop |
| 1568 | 2026-09-04T21:33:46.462Z | PASS [ 0.008s] bgp messages::tests::prefix_conversion |
| 1569 | 2026-09-04T21:33:46.466Z | PASS [ 0.008s] bgp messages::tests::prefix_within |
| 1570 | 2026-09-04T21:33:46.466Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard |
| 1571 | 2026-09-04T21:33:46.466Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw |
| 1572 | 2026-09-04T21:33:46.466Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard |
| 1573 | 2026-09-04T21:33:46.466Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw |
| 1574 | 2026-09-04T21:33:46.466Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw |
| 1575 | 2026-09-04T21:33:46.469Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset |
| 1576 | 2026-09-04T21:33:46.469Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw |
| 1577 | 2026-09-04T21:33:46.472Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw |
| 1578 | 2026-09-04T21:33:46.472Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw |
| 1579 | 2026-09-04T21:33:46.475Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected |
| 1580 | 2026-09-04T21:33:46.475Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected |
| 1581 | 2026-09-04T21:33:46.475Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors |
| 1582 | 2026-09-04T21:33:46.475Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid |
| 1583 | 2026-09-04T21:33:46.478Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed |
| 1584 | 2026-09-04T21:33:46.479Z | PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details |
| 1585 | 2026-09-04T21:33:46.479Z | PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive |
| 1586 | 2026-09-04T21:33:46.482Z | PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags |
| 1587 | 2026-09-04T21:33:46.483Z | PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional |
| 1588 | 2026-09-04T21:33:46.486Z | PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip |
| 1589 | 2026-09-04T21:33:46.486Z | PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation |
| 1590 | 2026-09-04T21:33:46.486Z | PASS [ 0.010s] bgp messages::tests::update_round_trip |
| 1591 | 2026-09-04T21:33:46.497Z | PASS [ 0.021s] bgp policy::test::open_add_4byte_as |
| 1592 | 2026-09-04T21:33:46.500Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 1593 | 2026-09-04T21:33:46.503Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 1594 | 2026-09-04T21:33:46.503Z | PASS [ 0.024s] bgp policy::test::open_require_4byte_as |
| 1595 | 2026-09-04T21:33:46.503Z | PASS [ 0.020s] bgp policy::test::update_shape_community |
| 1596 | 2026-09-04T21:33:46.503Z | PASS [ 0.023s] bgp policy::test::update_drop_on_no_export |
| 1597 | 2026-09-04T21:33:46.503Z | PASS [ 0.025s] bgp policy::test::shape_update_prefixes |
| 1598 | 2026-09-04T21:33:46.513Z | PASS [ 0.029s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 1599 | 2026-09-04T21:33:46.516Z | PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 1600 | 2026-09-04T21:33:46.516Z | PASS [ 0.019s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 1601 | 2026-09-04T21:33:46.516Z | PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 1602 | 2026-09-04T21:33:46.520Z | PASS [ 0.016s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 1603 | 2026-09-04T21:33:46.520Z | PASS [ 0.016s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 1604 | 2026-09-04T21:33:46.520Z | PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 1605 | 2026-09-04T21:33:46.520Z | PASS [ 0.016s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 1606 | 2026-09-04T21:33:46.528Z | PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal |
| 1607 | 2026-09-04T21:33:46.531Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 1608 | 2026-09-04T21:33:46.531Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 1609 | 2026-09-04T21:33:46.531Z | PASS [ 0.016s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 1610 | 2026-09-04T21:33:46.537Z | PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 1611 | 2026-09-04T21:33:46.541Z | PASS [ 0.008s] bgp session::tests::shutdown_state_transitions |
| 1612 | 2026-09-04T21:33:46.541Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling |
| 1613 | 2026-09-04T21:33:46.541Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering |
| 1614 | 2026-09-04T21:33:46.544Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling |
| 1615 | 2026-09-04T21:33:46.544Z | PASS [ 0.029s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 1616 | 2026-09-04T21:33:46.544Z | PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation |
| 1617 | 2026-09-04T21:33:46.544Z | PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision |
| 1618 | 2026-09-04T21:33:46.549Z | PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip |
| 1619 | 2026-09-04T21:33:46.549Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error |
| 1620 | 2026-09-04T21:33:46.554Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error |
| 1621 | 2026-09-04T21:33:46.554Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured |
| 1622 | 2026-09-04T21:33:46.554Z | PASS [ 0.033s] bgp proptest::prop_update_mp_reach_roundtrip |
| 1623 | 2026-09-04T21:33:46.554Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4 |
| 1624 | 2026-09-04T21:33:46.554Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4 |
| 1625 | 2026-09-04T21:33:46.557Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured |
| 1626 | 2026-09-04T21:33:46.557Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6 |
| 1627 | 2026-09-04T21:33:46.557Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop |
| 1628 | 2026-09-04T21:33:46.557Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop |
| 1629 | 2026-09-04T21:33:46.604Z | PASS [ 0.054s] bgp test::router_teardown_leaves_other_routers_sessions_alone |
| 1630 | 2026-09-04T21:33:46.604Z | PASS [ 0.054s] bgp test::recreated_router_does_not_claim_predecessors_sessions |
| 1631 | 2026-09-04T21:33:46.804Z | PASS [ 0.255s] bgp test::admin_events_do_not_reach_other_routers_sessions |
| 1632 | 2026-09-04T21:33:49.651Z | PASS [ 3.065s] bgp test::test_basic_peering_active |
| 1633 | 2026-09-04T21:33:49.704Z | PASS [ 3.067s] bgp test::test_basic_peering_passive |
| 1634 | 2026-09-04T21:33:49.705Z | PASS [ 3.064s] bgp test::test_basic_update |
| 1635 | 2026-09-04T21:33:49.705Z | PASS [ 3.070s] bgp test::test_basic_peering_passive_tcp |
| 1636 | 2026-09-04T21:33:49.739Z | PASS [ 3.067s] bgp test::test_basic_update_ipv6 |
| 1637 | 2026-09-04T21:33:49.739Z | PASS [ 3.080s] bgp test::test_basic_update_ipv6_tcp |
| 1638 | 2026-09-04T21:33:49.933Z | PASS [ 3.078s] bgp test::test_basic_update_tcp |
| 1639 | 2026-09-04T21:33:50.686Z | PASS [ 4.080s] bgp test::test_basic_peering_active_tcp |
| 1640 | 2026-09-04T21:33:52.736Z | PASS [ 3.064s] bgp test::test_ipv6_basic_peering_active |
| 1641 | 2026-09-04T21:33:52.945Z | PASS [ 3.063s] bgp test::test_ipv6_basic_peering_passive |
| 1642 | 2026-09-04T21:33:53.701Z | PASS [ 4.080s] bgp test::test_dual_stack_routes_ipv4_peer_success |
| 1643 | 2026-09-04T21:33:53.701Z | PASS [ 4.076s] bgp test::test_import_export_policy_filtering |
| 1644 | 2026-09-04T21:33:53.701Z | PASS [ 4.077s] bgp test::test_dual_stack_routes_ipv6_peer_success |
| 1645 | 2026-09-04T21:33:53.709Z | PASS [ 4.073s] bgp test::test_ipv4_routes_ipv6_peer_success |
| 1646 | 2026-09-04T21:33:53.712Z | PASS [ 3.075s] bgp test::test_ipv6_basic_peering_passive_tcp |
| 1647 | 2026-09-04T21:33:53.762Z | PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp |
| 1648 | 2026-09-04T21:33:54.006Z | PASS [ 1.061s] bgp test::test_multiple_unnumbered_sessions |
| 1649 | 2026-09-04T21:33:54.794Z | PASS [ 1.097s] bgp test::test_three_router_chain_tcp |
| 1650 | 2026-09-04T21:33:54.801Z | PASS [ 1.102s] bgp test::test_three_router_chain_tcp_ipv6 |
| 1651 | 2026-09-04T21:33:55.762Z | PASS [ 2.065s] bgp test::test_same_linklocal_multiple_interfaces |
| 1652 | 2026-09-04T21:33:55.855Z | PASS [ 1.061s] bgp test::test_unnumbered_ndp_change |
| 1653 | 2026-09-04T21:33:56.591Z | PASS [ 2.894s] bgp test::test_neighbor_thread_lifecycle_no_leaks |
| 1654 | 2026-09-04T21:33:56.598Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1655 | 2026-09-04T21:33:56.601Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1656 | 2026-09-04T21:33:56.606Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1657 | 2026-09-04T21:33:56.610Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1658 | 2026-09-04T21:33:56.803Z | PASS [ 3.065s] bgp test::test_three_router_chain_unnumbered |
| 1659 | 2026-09-04T21:33:56.810Z | PASS [ 4.075s] bgp test::test_ipv6_routes_ipv4_peer_success |
| 1660 | 2026-09-04T21:33:58.827Z | PASS [ 5.061s] bgp test::test_unnumbered_dualstack_route_exchange |
| 1661 | 2026-09-04T21:34:00.823Z | PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change |
| 1662 | 2026-09-04T21:34:03.867Z | PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery |
| 1663 | 2026-09-04T21:34:04.937Z | PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp |
| 1664 | 2026-09-04T21:34:12.071Z | PASS [ 18.063s] bgp test::test_unnumbered_interface_lifecycle |
| 1665 | 2026-09-04T21:34:12.071Z | ──────────── |
| 1666 | 2026-09-04T21:34:12.071Z | Summary [ 25.686s] 158 tests run: 158 passed, 0 skipped |
| 1667 | 2026-09-04T21:34:12.084Z | + cp ./admin_events_do_not_reach_other_routers_sessions.log ./dualstack_routes.log ./loopback-manager.test_basic_peering_active_tcp.log ./loopback-manager.test_basic_peering_passive_tcp.log ./loopback-manager.test_basic_update_ipv6_tcp.log ./loopback-manager.test_basic_update_tcp.log ./loopback-manager.test_dual_stack_routes_ipv4_peer_success.log ./loopback-manager.test_dual_stack_routes_ipv6_peer_success.log ./loopback-manager.test_import_export_policy_filtering.log ./loopback-manager.test_ipv4_routes_ipv6_peer_success.log ./loopback-manager.test_ipv6_basic_peering_active_tcp.log ./loopback-manager.test_ipv6_basic_peering_passive_tcp.log ./loopback-manager.test_ipv6_routes_ipv4_peer_success.log ./loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log ./loopback-manager.test_three_router_chain_tcp_ipv6.log ./loopback-manager.test_three_router_chain_tcp.log ./multiple_unnumbered.log ./ndp_change_reset.log ./ndp_changes.log ./r1.test_basic_peering_active_tcp.log ./r1.test_basic_peering_active.log ./r1.test_basic_peering_passive_tcp.log ./r1.test_basic_peering_passive.log ./r1.test_basic_update_ipv6_tcp.log ./r1.test_basic_update_ipv6.log ./r1.test_basic_update_tcp.log ./r1.test_basic_update.log ./r1.test_dual_stack_routes_ipv4_peer_success.log ./r1.test_dual_stack_routes_ipv6_peer_success.log ./r1.test_import_export_policy_filtering.log ./r1.test_ipv4_routes_ipv6_peer_success.log ./r1.test_ipv6_basic_peering_active_tcp.log ./r1.test_ipv6_basic_peering_active.log ./r1.test_ipv6_basic_peering_passive_tcp.log ./r1.test_ipv6_basic_peering_passive.log ./r1.test_ipv6_routes_ipv4_peer_success.log ./r1.test_neighbor_thread_lifecycle_no_leaks.log ./r1.test_three_router_chain_tcp_ipv6.log ./r1.test_three_router_chain_tcp.log ./r2.test_basic_peering_active_tcp.log ./r2.test_basic_peering_active.log ./r2.test_basic_peering_passive_tcp.log ./r2.test_basic_peering_passive.log ./r2.test_basic_update_ipv6_tcp.log ./r2.test_basic_update_ipv6.log ./r2.test_basic_update_tcp.log ./r2.test_basic_update.log ./r2.test_dual_stack_routes_ipv4_peer_success.log ./r2.test_dual_stack_routes_ipv6_peer_success.log ./r2.test_import_export_policy_filtering.log ./r2.test_ipv4_routes_ipv6_peer_success.log ./r2.test_ipv6_basic_peering_active_tcp.log ./r2.test_ipv6_basic_peering_active.log ./r2.test_ipv6_basic_peering_passive_tcp.log ./r2.test_ipv6_basic_peering_passive.log ./r2.test_ipv6_routes_ipv4_peer_success.log ./r2.test_neighbor_thread_lifecycle_no_leaks.log ./r2.test_three_router_chain_tcp_ipv6.log ./r2.test_three_router_chain_tcp.log ./r3.test_three_router_chain_tcp_ipv6.log ./r3.test_three_router_chain_tcp.log ./recreated_router_does_not_claim_predecessors_sessions.log ./router_teardown_leaves_other_routers_sessions_alone.log ./same_linklocal.log ./three_chain.log ./unnumbered_expiry.log ./unnumbered_interface_lifecycle.log ./unnumbered_peer_change.log /work/ |
| 1668 | 2026-09-04T21:34:12.096Z | + popd |
| 1669 | 2026-09-04T21:34:12.096Z | + pushd mgd |
| 1670 | 2026-09-04T21:34:12.096Z | /work/oxidecomputer/maghemite |
| 1671 | 2026-09-04T21:34:12.096Z | /work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite |
| 1672 | 2026-09-04T21:34:12.096Z | + pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions |
| 1673 | 2026-09-04T21:34:13.308Z | Compiling slog v2.8.2 |
| 1674 | 2026-09-04T21:34:13.416Z | Compiling usdt v0.6.0 |
| 1675 | 2026-09-04T21:34:13.505Z | Compiling papergrid v0.18.0 |
| 1676 | 2026-09-04T21:34:13.506Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1677 | 2026-09-04T21:34:13.544Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1678 | 2026-09-04T21:34:13.566Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1679 | 2026-09-04T21:34:13.738Z | Compiling crc8 v0.1.1 |
| 1680 | 2026-09-04T21:34:13.742Z | Compiling slog-json v2.6.1 |
| 1681 | 2026-09-04T21:34:13.753Z | Compiling slog-async v2.8.0 |
| 1682 | 2026-09-04T21:34:13.817Z | Compiling slog-term v2.9.2 |
| 1683 | 2026-09-04T21:34:13.834Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1684 | 2026-09-04T21:34:14.157Z | Compiling slog-bunyan v2.5.0 |
| 1685 | 2026-09-04T21:34:14.164Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1686 | 2026-09-04T21:34:14.287Z | Compiling dropshot v0.17.1 |
| 1687 | 2026-09-04T21:34:14.300Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1688 | 2026-09-04T21:34:14.482Z | Compiling slog-dtrace v0.3.0 |
| 1689 | 2026-09-04T21:34:14.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1690 | 2026-09-04T21:34:14.668Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1691 | 2026-09-04T21:34:14.696Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1692 | 2026-09-04T21:34:14.908Z | Compiling steno v0.4.1 |
| 1693 | 2026-09-04T21:34:14.977Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1694 | 2026-09-04T21:34:15.570Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1695 | 2026-09-04T21:34:15.698Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1696 | 2026-09-04T21:34:15.911Z | Compiling tabled v0.21.0 |
| 1697 | 2026-09-04T21:34:17.333Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1698 | 2026-09-04T21:34:18.648Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1699 | 2026-09-04T21:34:18.692Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1700 | 2026-09-04T21:34:19.264Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1701 | 2026-09-04T21:34:23.068Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1702 | 2026-09-04T21:34:23.271Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1703 | 2026-09-04T21:34:23.271Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1704 | 2026-09-04T21:34:23.271Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1705 | 2026-09-04T21:34:23.271Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1706 | 2026-09-04T21:34:23.271Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1707 | 2026-09-04T21:34:23.271Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1708 | 2026-09-04T21:34:23.271Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-09-04T21:34:23.444Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1710 | 2026-09-04T21:34:23.725Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-09-04T21:34:24.081Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1712 | 2026-09-04T21:34:24.453Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1713 | 2026-09-04T21:34:24.695Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1714 | 2026-09-04T21:34:24.919Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1715 | 2026-09-04T21:34:25.125Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1716 | 2026-09-04T21:34:25.151Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1717 | 2026-09-04T21:34:25.452Z | Compiling dropshot-api-manager-types v0.8.0 |
| 1718 | 2026-09-04T21:34:25.693Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1719 | 2026-09-04T21:34:25.854Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1720 | 2026-09-04T21:34:25.866Z | Compiling port-file v0.1.0 |
| 1721 | 2026-09-04T21:34:25.998Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1722 | 2026-09-04T21:34:30.252Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1723 | 2026-09-04T21:34:30.252Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1724 | 2026-09-04T21:34:31.150Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-09-04T21:34:31.419Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-09-04T21:34:32.117Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1727 | 2026-09-04T21:34:32.946Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1728 | 2026-09-04T21:34:33.207Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1729 | 2026-09-04T21:34:39.597Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1730 | 2026-09-04T21:34:47.212Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-09-04T21:34:48.848Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1732 | 2026-09-04T21:34:49.903Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1733 | 2026-09-04T21:34:50.876Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1734 | 2026-09-04T21:34:51.713Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1735 | 2026-09-04T21:34:52.892Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1736 | 2026-09-04T21:34:52.892Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1737 | 2026-09-04T21:34:52.896Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1738 | 2026-09-04T21:34:58.843Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1739 | 2026-09-04T21:35:28.950Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 1740 | 2026-09-04T21:35:29.120Z | ──────────── |
| 1741 | 2026-09-04T21:35:29.120Z | Nextest run ID 595d8da6-2fba-4fea-a29f-2494688e5f35 with nextest profile: default |
| 1742 | 2026-09-04T21:35:29.120Z | Starting 37 tests across 3 binaries |
| 1743 | 2026-09-04T21:35:29.125Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1744 | 2026-09-04T21:35:29.128Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1745 | 2026-09-04T21:35:29.128Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1746 | 2026-09-04T21:35:29.128Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1747 | 2026-09-04T21:35:29.182Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db |
| 1748 | 2026-09-04T21:35:29.182Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop |
| 1749 | 2026-09-04T21:35:29.185Z | PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp |
| 1750 | 2026-09-04T21:35:29.188Z | PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6 |
| 1751 | 2026-09-04T21:35:29.191Z | PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group |
| 1752 | 2026-09-04T21:35:29.191Z | PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn |
| 1753 | 2026-09-04T21:35:29.191Z | PASS [ 0.070s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state |
| 1754 | 2026-09-04T21:35:29.191Z | PASS [ 0.071s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers |
| 1755 | 2026-09-04T21:35:29.201Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list |
| 1756 | 2026-09-04T21:35:29.203Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence |
| 1757 | 2026-09-04T21:35:29.204Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized |
| 1758 | 2026-09-04T21:35:29.204Z | PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence |
| 1759 | 2026-09-04T21:35:29.206Z | PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence |
| 1760 | 2026-09-04T21:35:29.210Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence |
| 1761 | 2026-09-04T21:35:29.210Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4 |
| 1762 | 2026-09-04T21:35:29.210Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6 |
| 1763 | 2026-09-04T21:35:29.210Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4 |
| 1764 | 2026-09-04T21:35:29.213Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6 |
| 1765 | 2026-09-04T21:35:29.215Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4 |
| 1766 | 2026-09-04T21:35:29.219Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6 |
| 1767 | 2026-09-04T21:35:29.219Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized |
| 1768 | 2026-09-04T21:35:29.219Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list |
| 1769 | 2026-09-04T21:35:29.219Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback |
| 1770 | 2026-09-04T21:35:29.222Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast |
| 1771 | 2026-09-04T21:35:29.225Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized |
| 1772 | 2026-09-04T21:35:29.225Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized |
| 1773 | 2026-09-04T21:35:29.228Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list |
| 1774 | 2026-09-04T21:35:29.228Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local |
| 1775 | 2026-09-04T21:35:29.228Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback |
| 1776 | 2026-09-04T21:35:29.228Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast |
| 1777 | 2026-09-04T21:35:29.231Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized |
| 1778 | 2026-09-04T21:35:29.238Z | PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized |
| 1779 | 2026-09-04T21:35:29.241Z | PASS [ 0.057s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families |
| 1780 | 2026-09-04T21:35:29.241Z | ──────────── |
| 1781 | 2026-09-04T21:35:29.241Z | Summary [ 0.119s] 37 tests run: 37 passed, 0 skipped |
| 1782 | 2026-09-04T21:35:29.249Z | + cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/ |
| 1783 | 2026-09-04T21:35:29.252Z | + popd |
| 1784 | 2026-09-04T21:35:29.252Z | /work/oxidecomputer/maghemite |
| 1785 | 2026-09-04T21:35:29.252Z | + rm -rf /tmp/tmp.fhaGrc |
| 1786 | 2026-09-04T21:35:29.255Z | process exited: duration 287733 ms, exit code 0 |
| |
| 1787 | 2026-09-04T21:35:29.262Z | found 72 output files |
| 1788 | 2026-09-04T21:35:29.262Z | uploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4712 bytes) |
| 1789 | 2026-09-04T21:35:30.273Z | uploaded: /work/admin_events_do_not_reach_other_routers_sessions.log |
| 1790 | 2026-09-04T21:35:30.273Z | uploading: /work/apply_change_peer_asn.log (22718 bytes) |
| 1791 | 2026-09-04T21:35:31.283Z | uploaded: /work/apply_change_peer_asn.log |
| 1792 | 2026-09-04T21:35:31.283Z | uploading: /work/apply_empty_removes_peers.log (8231 bytes) |
| 1793 | 2026-09-04T21:35:32.293Z | uploaded: /work/apply_empty_removes_peers.log |
| 1794 | 2026-09-04T21:35:32.293Z | uploading: /work/apply_remove_entire_group.log (11599 bytes) |
| 1795 | 2026-09-04T21:35:33.303Z | uploaded: /work/apply_remove_entire_group.log |
| 1796 | 2026-09-04T21:35:33.303Z | uploading: /work/delete_router_removes_router_state.log (23928 bytes) |
| 1797 | 2026-09-04T21:35:34.313Z | uploaded: /work/delete_router_removes_router_state.log |
| 1798 | 2026-09-04T21:35:34.313Z | uploading: /work/dualstack_routes.log (121097 bytes) |
| 1799 | 2026-09-04T21:35:35.325Z | uploaded: /work/dualstack_routes.log |
| 1800 | 2026-09-04T21:35:35.325Z | uploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2390 bytes) |
| 1801 | 2026-09-04T21:35:36.333Z | uploaded: /work/loopback-manager.test_basic_peering_active_tcp.log |
| 1802 | 2026-09-04T21:35:36.333Z | uploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1478 bytes) |
| 1803 | 2026-09-04T21:35:37.342Z | uploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log |
| 1804 | 2026-09-04T21:35:37.342Z | uploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2043 bytes) |
| 1805 | 2026-09-04T21:35:38.356Z | uploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log |
| 1806 | 2026-09-04T21:35:38.356Z | uploading: /work/loopback-manager.test_basic_update_tcp.log (2417 bytes) |
| 1807 | 2026-09-04T21:35:39.368Z | uploaded: /work/loopback-manager.test_basic_update_tcp.log |
| 1808 | 2026-09-04T21:35:39.368Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2282 bytes) |
| 1809 | 2026-09-04T21:35:40.378Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log |
| 1810 | 2026-09-04T21:35:40.378Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2239 bytes) |
| 1811 | 2026-09-04T21:35:41.387Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log |
| 1812 | 2026-09-04T21:35:41.387Z | uploading: /work/loopback-manager.test_import_export_policy_filtering.log (3031 bytes) |
| 1813 | 2026-09-04T21:35:42.395Z | uploaded: /work/loopback-manager.test_import_export_policy_filtering.log |
| 1814 | 2026-09-04T21:35:42.395Z | uploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2330 bytes) |
| 1815 | 2026-09-04T21:35:43.412Z | uploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log |
| 1816 | 2026-09-04T21:35:43.412Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2357 bytes) |
| 1817 | 2026-09-04T21:35:44.421Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log |
| 1818 | 2026-09-04T21:35:44.421Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2260 bytes) |
| 1819 | 2026-09-04T21:35:45.431Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log |
| 1820 | 2026-09-04T21:35:45.431Z | uploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2247 bytes) |
| 1821 | 2026-09-04T21:35:46.440Z | uploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log |
| 1822 | 2026-09-04T21:35:46.440Z | uploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2394 bytes) |
| 1823 | 2026-09-04T21:35:47.448Z | uploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log |
| 1824 | 2026-09-04T21:35:47.448Z | uploading: /work/loopback-manager.test_three_router_chain_tcp.log (4701 bytes) |
| 1825 | 2026-09-04T21:35:48.457Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp.log |
| 1826 | 2026-09-04T21:35:48.457Z | uploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3511 bytes) |
| 1827 | 2026-09-04T21:35:49.465Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log |
| 1828 | 2026-09-04T21:35:49.468Z | uploading: /work/multiple_unnumbered.log (144549 bytes) |
| 1829 | 2026-09-04T21:35:50.478Z | uploaded: /work/multiple_unnumbered.log |
| 1830 | 2026-09-04T21:35:50.478Z | uploading: /work/ndp_change_reset.log (71784 bytes) |
| 1831 | 2026-09-04T21:35:51.488Z | uploaded: /work/ndp_change_reset.log |
| 1832 | 2026-09-04T21:35:51.488Z | uploading: /work/ndp_changes.log (91126 bytes) |
| 1833 | 2026-09-04T21:35:52.503Z | uploaded: /work/ndp_changes.log |
| 1834 | 2026-09-04T21:35:52.503Z | uploading: /work/r1.test_basic_peering_active.log (41656 bytes) |
| 1835 | 2026-09-04T21:35:53.516Z | uploaded: /work/r1.test_basic_peering_active.log |
| 1836 | 2026-09-04T21:35:53.516Z | uploading: /work/r1.test_basic_peering_active_tcp.log (49659 bytes) |
| 1837 | 2026-09-04T21:35:54.526Z | uploaded: /work/r1.test_basic_peering_active_tcp.log |
| 1838 | 2026-09-04T21:35:54.526Z | uploading: /work/r1.test_basic_peering_passive.log (34241 bytes) |
| 1839 | 2026-09-04T21:35:55.538Z | uploaded: /work/r1.test_basic_peering_passive.log |
| 1840 | 2026-09-04T21:35:55.538Z | uploading: /work/r1.test_basic_peering_passive_tcp.log (40466 bytes) |
| 1841 | 2026-09-04T21:35:56.549Z | uploaded: /work/r1.test_basic_peering_passive_tcp.log |
| 1842 | 2026-09-04T21:35:56.549Z | uploading: /work/r1.test_basic_update.log (29120 bytes) |
| 1843 | 2026-09-04T21:35:57.561Z | uploaded: /work/r1.test_basic_update.log |
| 1844 | 2026-09-04T21:35:57.561Z | uploading: /work/r1.test_basic_update_ipv6.log (28981 bytes) |
| 1845 | 2026-09-04T21:35:58.570Z | uploaded: /work/r1.test_basic_update_ipv6.log |
| 1846 | 2026-09-04T21:35:58.571Z | uploading: /work/r1.test_basic_update_ipv6_tcp.log (31882 bytes) |
| 1847 | 2026-09-04T21:35:59.582Z | uploaded: /work/r1.test_basic_update_ipv6_tcp.log |
| 1848 | 2026-09-04T21:35:59.582Z | uploading: /work/r1.test_basic_update_tcp.log (32149 bytes) |
| 1849 | 2026-09-04T21:36:00.595Z | uploaded: /work/r1.test_basic_update_tcp.log |
| 1850 | 2026-09-04T21:36:00.595Z | uploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (45985 bytes) |
| 1851 | 2026-09-04T21:36:01.605Z | uploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log |
| 1852 | 2026-09-04T21:36:01.605Z | uploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (44870 bytes) |
| 1853 | 2026-09-04T21:36:02.617Z | uploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log |
| 1854 | 2026-09-04T21:36:02.617Z | uploading: /work/r1.test_import_export_policy_filtering.log (42357 bytes) |
| 1855 | 2026-09-04T21:36:03.627Z | uploaded: /work/r1.test_import_export_policy_filtering.log |
| 1856 | 2026-09-04T21:36:03.627Z | uploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (36750 bytes) |
| 1857 | 2026-09-04T21:36:04.639Z | uploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log |
| 1858 | 2026-09-04T21:36:04.640Z | uploading: /work/r1.test_ipv6_basic_peering_active.log (41872 bytes) |
| 1859 | 2026-09-04T21:36:05.652Z | uploaded: /work/r1.test_ipv6_basic_peering_active.log |
| 1860 | 2026-09-04T21:36:05.652Z | uploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49479 bytes) |
| 1861 | 2026-09-04T21:36:06.666Z | uploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log |
| 1862 | 2026-09-04T21:36:06.666Z | uploading: /work/r1.test_ipv6_basic_peering_passive.log (34630 bytes) |
| 1863 | 2026-09-04T21:36:07.677Z | uploaded: /work/r1.test_ipv6_basic_peering_passive.log |
| 1864 | 2026-09-04T21:36:07.677Z | uploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40404 bytes) |
| 1865 | 2026-09-04T21:36:08.700Z | uploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log |
| 1866 | 2026-09-04T21:36:08.700Z | uploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36409 bytes) |
| 1867 | 2026-09-04T21:36:09.713Z | uploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log |
| 1868 | 2026-09-04T21:36:09.713Z | uploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30625 bytes) |
| 1869 | 2026-09-04T21:36:10.726Z | uploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log |
| 1870 | 2026-09-04T21:36:10.726Z | uploading: /work/r1.test_three_router_chain_tcp.log (24712 bytes) |
| 1871 | 2026-09-04T21:36:11.740Z | uploaded: /work/r1.test_three_router_chain_tcp.log |
| 1872 | 2026-09-04T21:36:11.740Z | uploading: /work/r1.test_three_router_chain_tcp_ipv6.log (24416 bytes) |
| 1873 | 2026-09-04T21:36:12.750Z | uploaded: /work/r1.test_three_router_chain_tcp_ipv6.log |
| 1874 | 2026-09-04T21:36:12.750Z | uploading: /work/r2.test_basic_peering_active.log (39792 bytes) |
| 1875 | 2026-09-04T21:36:13.762Z | uploaded: /work/r2.test_basic_peering_active.log |
| 1876 | 2026-09-04T21:36:13.764Z | uploading: /work/r2.test_basic_peering_active_tcp.log (47888 bytes) |
| 1877 | 2026-09-04T21:36:14.775Z | uploaded: /work/r2.test_basic_peering_active_tcp.log |
| 1878 | 2026-09-04T21:36:14.775Z | uploading: /work/r2.test_basic_peering_passive.log (42558 bytes) |
| 1879 | 2026-09-04T21:36:15.785Z | uploaded: /work/r2.test_basic_peering_passive.log |
| 1880 | 2026-09-04T21:36:15.785Z | uploading: /work/r2.test_basic_peering_passive_tcp.log (47959 bytes) |
| 1881 | 2026-09-04T21:36:16.876Z | uploaded: /work/r2.test_basic_peering_passive_tcp.log |
| 1882 | 2026-09-04T21:36:16.876Z | uploading: /work/r2.test_basic_update.log (27192 bytes) |
| 1883 | 2026-09-04T21:36:18.375Z | uploaded: /work/r2.test_basic_update.log |
| 1884 | 2026-09-04T21:36:18.375Z | uploading: /work/r2.test_basic_update_ipv6.log (27489 bytes) |
| 1885 | 2026-09-04T21:36:19.431Z | uploaded: /work/r2.test_basic_update_ipv6.log |
| 1886 | 2026-09-04T21:36:19.431Z | uploading: /work/r2.test_basic_update_ipv6_tcp.log (34015 bytes) |
| 1887 | 2026-09-04T21:36:20.463Z | uploaded: /work/r2.test_basic_update_ipv6_tcp.log |
| 1888 | 2026-09-04T21:36:20.463Z | uploading: /work/r2.test_basic_update_tcp.log (34015 bytes) |
| 1889 | 2026-09-04T21:36:21.473Z | uploaded: /work/r2.test_basic_update_tcp.log |
| 1890 | 2026-09-04T21:36:21.473Z | uploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45108 bytes) |
| 1891 | 2026-09-04T21:36:22.566Z | uploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log |
| 1892 | 2026-09-04T21:36:22.566Z | uploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45346 bytes) |
| 1893 | 2026-09-04T21:36:23.575Z | uploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log |
| 1894 | 2026-09-04T21:36:23.575Z | uploading: /work/r2.test_import_export_policy_filtering.log (39010 bytes) |
| 1895 | 2026-09-04T21:36:24.588Z | uploaded: /work/r2.test_import_export_policy_filtering.log |
| 1896 | 2026-09-04T21:36:24.588Z | uploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39676 bytes) |
| 1897 | 2026-09-04T21:36:25.603Z | uploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log |
| 1898 | 2026-09-04T21:36:25.603Z | uploading: /work/r2.test_ipv6_basic_peering_active.log (39925 bytes) |
| 1899 | 2026-09-04T21:36:26.623Z | uploaded: /work/r2.test_ipv6_basic_peering_active.log |
| 1900 | 2026-09-04T21:36:26.623Z | uploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47735 bytes) |
| 1901 | 2026-09-04T21:36:27.707Z | uploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log |
| 1902 | 2026-09-04T21:36:27.707Z | uploading: /work/r2.test_ipv6_basic_peering_passive.log (42968 bytes) |
| 1903 | 2026-09-04T21:36:28.724Z | uploaded: /work/r2.test_ipv6_basic_peering_passive.log |
| 1904 | 2026-09-04T21:36:28.724Z | uploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48310 bytes) |
| 1905 | 2026-09-04T21:36:29.738Z | uploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log |
| 1906 | 2026-09-04T21:36:29.738Z | uploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39548 bytes) |
| 1907 | 2026-09-04T21:36:30.748Z | uploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log |
| 1908 | 2026-09-04T21:36:30.748Z | uploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29068 bytes) |
| 1909 | 2026-09-04T21:36:31.758Z | uploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log |
| 1910 | 2026-09-04T21:36:31.758Z | uploading: /work/r2.test_three_router_chain_tcp.log (44365 bytes) |
| 1911 | 2026-09-04T21:36:32.772Z | uploaded: /work/r2.test_three_router_chain_tcp.log |
| 1912 | 2026-09-04T21:36:32.772Z | uploading: /work/r2.test_three_router_chain_tcp_ipv6.log (45844 bytes) |
| 1913 | 2026-09-04T21:36:33.799Z | uploaded: /work/r2.test_three_router_chain_tcp_ipv6.log |
| 1914 | 2026-09-04T21:36:33.803Z | uploading: /work/r3.test_three_router_chain_tcp.log (22106 bytes) |
| 1915 | 2026-09-04T21:36:34.813Z | uploaded: /work/r3.test_three_router_chain_tcp.log |
| 1916 | 2026-09-04T21:36:34.813Z | uploading: /work/r3.test_three_router_chain_tcp_ipv6.log (23602 bytes) |
| 1917 | 2026-09-04T21:36:35.825Z | uploaded: /work/r3.test_three_router_chain_tcp_ipv6.log |
| 1918 | 2026-09-04T21:36:35.825Z | uploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (797 bytes) |
| 1919 | 2026-09-04T21:36:36.833Z | uploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log |
| 1920 | 2026-09-04T21:36:36.833Z | uploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (1273 bytes) |
| 1921 | 2026-09-04T21:36:37.896Z | uploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log |
| 1922 | 2026-09-04T21:36:37.896Z | uploading: /work/same_linklocal.log (125383 bytes) |
| 1923 | 2026-09-04T21:36:38.915Z | uploaded: /work/same_linklocal.log |
| 1924 | 2026-09-04T21:36:38.916Z | uploading: /work/three_chain.log (214133 bytes) |
| 1925 | 2026-09-04T21:36:39.937Z | uploaded: /work/three_chain.log |
| 1926 | 2026-09-04T21:36:39.937Z | uploading: /work/unnumbered_expiry.log (90764 bytes) |
| 1927 | 2026-09-04T21:36:40.950Z | uploaded: /work/unnumbered_expiry.log |
| 1928 | 2026-09-04T21:36:40.950Z | uploading: /work/unnumbered_interface_lifecycle.log (122898 bytes) |
| 1929 | 2026-09-04T21:36:41.962Z | uploaded: /work/unnumbered_interface_lifecycle.log |
| 1930 | 2026-09-04T21:36:41.962Z | uploading: /work/unnumbered_peer_change.log (81465 bytes) |
| 1931 | 2026-09-04T21:36:42.977Z | uploaded: /work/unnumbered_peer_change.log |