|
|
|
| 1 | 2026-09-04T03:12:39.949Z | job assigned to worker 01M1N6D9QC3QRZD6WFDSWFMCA8 [factory aws, i-0f3bfb3db5c749846] (queued for 1 m 9 s) |
| |
| 2 | 2026-09-04T03:12:46.158Z | starting task 0: "setup" |
| 3 | 2026-09-04T03:12:46.164Z | ++ uname -s |
| 4 | 2026-09-04T03:12:46.164Z | + kern=SunOS |
| 5 | 2026-09-04T03:12:46.164Z | + build_user=build |
| 6 | 2026-09-04T03:12:46.164Z | + build_uid=12345 |
| 7 | 2026-09-04T03:12:46.164Z | + work_dir=/work |
| 8 | 2026-09-04T03:12:46.164Z | + input_dir=/input |
| 9 | 2026-09-04T03:12:46.164Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T03:12:46.164Z | + case "$kern" in |
| 11 | 2026-09-04T03:12:46.164Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T03:12:46.164Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T03:12:48.170Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T03:12:48.258Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T03:12:48.261Z | + home_fs=zfs |
| 16 | 2026-09-04T03:12:48.261Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T03:12:48.261Z | + mkdir -p /home/build |
| 18 | 2026-09-04T03:12:48.261Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T03:12:50.263Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T03:12:50.266Z | process exited: duration 4110 ms, exit code 0 |
| |
| 21 | 2026-09-04T03:12:50.273Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T03:12:50.277Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T03:12:50.277Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-09-04T03:12:50.277Z | * rust toolchain channel = "stable" |
| 25 | 2026-09-04T03:12:50.277Z | * rust toolchain profile = "default" |
| 26 | 2026-09-04T03:12:50.277Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T03:12:50.280Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T03:12:50.280Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T03:12:50.280Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T03:12:50.333Z | info: downloading installer |
| 31 | 2026-09-04T03:12:51.996Z | info: profile set to default |
| 32 | 2026-09-04T03:12:51.996Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T03:12:51.999Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T03:12:52.134Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T03:12:52.137Z | info: downloading 6 components |
| 36 | 2026-09-04T03:13:07.817Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T03:13:07.817Z | |
| 38 | 2026-09-04T03:13:07.844Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T03:13:07.844Z | |
| 40 | 2026-09-04T03:13:07.847Z | |
| 41 | 2026-09-04T03:13:07.848Z | Rust is installed now. Great! |
| 42 | 2026-09-04T03:13:07.848Z | |
| 43 | 2026-09-04T03:13:07.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T03:13:07.848Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T03:13:07.848Z | |
| 46 | 2026-09-04T03:13:07.848Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T03:13:07.848Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T03:13:07.848Z | |
| 49 | 2026-09-04T03:13:07.848Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T03:13:07.848Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T03:13:07.848Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T03:13:07.848Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T03:13:07.849Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T03:13:07.849Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T03:13:07.849Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T03:13:07.849Z | HOST_CC = None |
| 57 | 2026-09-04T03:13:07.849Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T03:13:07.849Z | CC = None |
| 59 | 2026-09-04T03:13:07.849Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T03:13:08.017Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T03:13:08.017Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T03:13:08.017Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T03:13:08.018Z | CFLAGS = None |
| 64 | 2026-09-04T03:13:08.018Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T03:13:08.018Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T03:13:08.018Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T03:13:08.018Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T03:13:08.018Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T03:13:08.018Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T03:13:08.119Z | + rustup --version |
| 71 | 2026-09-04T03:13:08.125Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T03:13:08.130Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T03:13:08.147Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T03:13:08.154Z | + cargo --version |
| 75 | 2026-09-04T03:13:08.162Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T03:13:08.165Z | + rustc --version |
| 77 | 2026-09-04T03:13:08.185Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T03:13:08.189Z | process exited: duration 17912 ms, exit code 0 |
| |
| 79 | 2026-09-04T03:13:08.195Z | starting task 2: "authentication" |
| 80 | 2026-09-04T03:13:08.208Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 81 | 2026-09-04T03:13:32.272Z | process exited: duration 24076 ms, exit code 0 |
| |
| 82 | 2026-09-04T03:13:32.281Z | starting task 3: "clone repository" |
| 83 | 2026-09-04T03:13:32.284Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T03:13:32.284Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-09-04T03:13:32.313Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-09-04T03:13:33.763Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-09-04T03:13:33.763Z | + git fetch origin 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 88 | 2026-09-04T03:13:34.036Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-09-04T03:13:34.036Z | * branch 226a6c4ce96b24ac690c850483c24a696e138a3c -> FETCH_HEAD |
| 90 | 2026-09-04T03:13:34.040Z | + [[ -n renovate/opte ]] |
| 91 | 2026-09-04T03:13:34.043Z | ++ git branch --show-current |
| 92 | 2026-09-04T03:13:34.043Z | + current=main |
| 93 | 2026-09-04T03:13:34.043Z | + [[ main != renovate/opte ]] |
| 94 | 2026-09-04T03:13:34.043Z | + git branch -f renovate/opte 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 95 | 2026-09-04T03:13:34.046Z | + git checkout -f renovate/opte |
| 96 | 2026-09-04T03:13:34.066Z | Switched to branch 'renovate/opte' |
| 97 | 2026-09-04T03:13:34.069Z | + git reset --hard 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 98 | 2026-09-04T03:13:34.083Z | HEAD is now at 226a6c4 Update opte to 16ef8c6 |
| 99 | 2026-09-04T03:13:34.086Z | process exited: duration 1804 ms, exit code 0 |
| |
| 100 | 2026-09-04T03:13:34.092Z | starting task 4: "build" |
| 101 | 2026-09-04T03:13:34.098Z | + set -e |
| 102 | 2026-09-04T03:13:34.098Z | + source .github/buildomat/test-common.sh |
| 103 | 2026-09-04T03:13:34.103Z | ++ NEXTEST_VERSION=0.9.97 |
| 104 | 2026-09-04T03:13:34.103Z | ++ source .github/buildomat/common.sh |
| 105 | 2026-09-04T03:13:34.103Z | +++ export PKG_SUCCESS_ON_NOP=1 |
| 106 | 2026-09-04T03:13:34.103Z | +++ PKG_SUCCESS_ON_NOP=1 |
| 107 | 2026-09-04T03:13:34.103Z | +++ cargo --version |
| 108 | 2026-09-04T03:13:34.103Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 109 | 2026-09-04T03:13:34.247Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 110 | 2026-09-04T03:13:34.250Z | info: downloading 6 components |
| 111 | 2026-09-04T03:13:47.272Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 112 | 2026-09-04T03:13:47.272Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 113 | 2026-09-04T03:13:47.272Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 114 | 2026-09-04T03:13:47.382Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 115 | 2026-09-04T03:13:47.386Z | +++ rustc --version |
| 116 | 2026-09-04T03:13:47.412Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 117 | 2026-09-04T03:13:47.418Z | ++ banner install |
| 118 | 2026-09-04T03:13:47.421Z | |
| 119 | 2026-09-04T03:13:47.421Z | # # # #### ##### ## # # |
| 120 | 2026-09-04T03:13:47.421Z | # ## # # # # # # # |
| 121 | 2026-09-04T03:13:47.421Z | # # # # #### # # # # # |
| 122 | 2026-09-04T03:13:47.421Z | # # # # # # ###### # # |
| 123 | 2026-09-04T03:13:47.421Z | # # ## # # # # # # # |
| 124 | 2026-09-04T03:13:47.421Z | # # # #### # # # ###### ###### |
| 125 | 2026-09-04T03:13:47.421Z | |
| 126 | 2026-09-04T03:13:47.421Z | ++ pfexec pkg install clang-15 |
| 127 | 2026-09-04T03:13:50.526Z | Startup: Refreshing catalog 'helios' ... Done |
| 128 | 2026-09-04T03:13:50.948Z | Startup: Caching catalogs ... Done |
| 129 | 2026-09-04T03:13:53.506Z | Planning: Solver setup ... Done |
| 130 | 2026-09-04T03:13:53.565Z | Planning: Running solver ... Done |
| 131 | 2026-09-04T03:13:53.615Z | Planning: Consolidating action changes ... Done |
| 132 | 2026-09-04T03:13:53.618Z | Planning: Evaluating mediators ... Done |
| 133 | 2026-09-04T03:13:53.619Z | Planning: Planning completed in 2.65 seconds |
| 134 | 2026-09-04T03:13:53.631Z | No updates necessary for this image. |
| 135 | 2026-09-04T03:13:53.880Z | +++ uname -s |
| 136 | 2026-09-04T03:13:53.883Z | ++ nextest_host_os=SunOS |
| 137 | 2026-09-04T03:13:53.883Z | ++ case "${nextest_host_os}" in |
| 138 | 2026-09-04T03:13:53.883Z | ++ nextest_platform=illumos |
| 139 | 2026-09-04T03:13:53.883Z | ++ nextest_url=https://get.nexte.st/0.9.97/illumos |
| 140 | 2026-09-04T03:13:53.883Z | +++ mktemp -d |
| 141 | 2026-09-04T03:13:53.883Z | ++ nextest_tmp=/tmp/tmp.Z9a4rc |
| 142 | 2026-09-04T03:13:53.883Z | ++ trap 'rm -rf "${nextest_tmp}"' EXIT |
| 143 | 2026-09-04T03:13:53.883Z | ++ nextest_tar=/tmp/tmp.Z9a4rc/nextest.tar.gz |
| 144 | 2026-09-04T03:13:53.883Z | ++ curl -sSfL --retry 10 -o /tmp/tmp.Z9a4rc/nextest.tar.gz https://get.nexte.st/0.9.97/illumos |
| 145 | 2026-09-04T03:13:54.531Z | ++ mkdir -p /home/build/.cargo/bin |
| 146 | 2026-09-04T03:13:54.534Z | ++ tar -xzf /tmp/tmp.Z9a4rc/nextest.tar.gz -C /home/build/.cargo/bin |
| 147 | 2026-09-04T03:13:54.604Z | + pushd bgp |
| 148 | 2026-09-04T03:13:54.607Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
| 149 | 2026-09-04T03:13:54.607Z | + pfexec cargo nextest run -p bgp -p mg-api-types -p mg-api-types-versions |
| 150 | 2026-09-04T03:13:54.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 151 | 2026-09-04T03:13:55.362Z | From https://github.com/oxidecomputer/falcon |
| 152 | 2026-09-04T03:13:55.362Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 153 | 2026-09-04T03:13:55.438Z | Updating crates.io index |
| 154 | 2026-09-04T03:13:55.441Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 155 | 2026-09-04T03:13:55.877Z | From https://github.com/oxidecomputer/dendrite |
| 156 | 2026-09-04T03:13:55.877Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 157 | 2026-09-04T03:13:55.911Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 158 | 2026-09-04T03:13:56.224Z | From https://github.com/oxidecomputer/ispf |
| 159 | 2026-09-04T03:13:56.224Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 160 | 2026-09-04T03:13:56.229Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 161 | 2026-09-04T03:13:56.596Z | From https://github.com/oxidecomputer/netadm-sys |
| 162 | 2026-09-04T03:13:56.597Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 163 | 2026-09-04T03:13:56.604Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 164 | 2026-09-04T03:14:02.588Z | From https://github.com/oxidecomputer/omicron |
| 165 | 2026-09-04T03:14:02.588Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 166 | 2026-09-04T03:14:03.017Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 167 | 2026-09-04T03:14:03.733Z | From https://github.com/oxidecomputer/opte |
| 168 | 2026-09-04T03:14:03.733Z | * [new ref] 16ef8c60a15fa6b0afd02c5f23f742c20b818f97 -> refs/commit/16ef8c60a15fa6b0afd02c5f23f742c20b818f97 |
| 169 | 2026-09-04T03:14:03.763Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 170 | 2026-09-04T03:14:04.039Z | From https://github.com/oxidecomputer/slog-error-chain |
| 171 | 2026-09-04T03:14:04.039Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 172 | 2026-09-04T03:14:04.047Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 173 | 2026-09-04T03:14:04.332Z | From https://github.com/illumos/smf-rs |
| 174 | 2026-09-04T03:14:04.332Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 175 | 2026-09-04T03:14:04.342Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 176 | 2026-09-04T03:14:04.638Z | From https://github.com/oxidecomputer/network-interface |
| 177 | 2026-09-04T03:14:04.638Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 178 | 2026-09-04T03:14:04.645Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 179 | 2026-09-04T03:14:04.939Z | From https://github.com/oxidecomputer/zone |
| 180 | 2026-09-04T03:14:04.939Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 181 | 2026-09-04T03:14:04.943Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 182 | 2026-09-04T03:14:05.628Z | From https://github.com/oxidecomputer/propolis |
| 183 | 2026-09-04T03:14:05.628Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 184 | 2026-09-04T03:14:05.669Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 185 | 2026-09-04T03:14:06.236Z | From https://github.com/oxidecomputer/transceiver-control |
| 186 | 2026-09-04T03:14:06.236Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 187 | 2026-09-04T03:14:06.247Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 188 | 2026-09-04T03:14:06.541Z | From https://github.com/oxidecomputer/dlpi-sys |
| 189 | 2026-09-04T03:14:06.541Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 190 | 2026-09-04T03:14:06.545Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 191 | 2026-09-04T03:14:06.902Z | From https://github.com/jmesmon/rust-libzfs |
| 192 | 2026-09-04T03:14:06.902Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 193 | 2026-09-04T03:14:06.912Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 194 | 2026-09-04T03:14:07.203Z | From https://github.com/oxidecomputer/rusty-doors |
| 195 | 2026-09-04T03:14:07.203Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 196 | 2026-09-04T03:14:07.209Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 197 | 2026-09-04T03:14:07.577Z | From https://github.com/oxidecomputer/lldp |
| 198 | 2026-09-04T03:14:07.577Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 199 | 2026-09-04T03:14:07.587Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 200 | 2026-09-04T03:14:07.917Z | From https://github.com/oxidecomputer/tufaceous |
| 201 | 2026-09-04T03:14:07.917Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 202 | 2026-09-04T03:14:07.927Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 203 | 2026-09-04T03:14:08.450Z | From https://github.com/oxidecomputer/management-gateway-service |
| 204 | 2026-09-04T03:14:08.450Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 205 | 2026-09-04T03:14:08.470Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 206 | 2026-09-04T03:14:09.722Z | From https://github.com/oxidecomputer/crucible |
| 207 | 2026-09-04T03:14:09.722Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 208 | 2026-09-04T03:14:09.765Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 209 | 2026-09-04T03:14:10.056Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 210 | 2026-09-04T03:14:10.056Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 211 | 2026-09-04T03:14:10.067Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 212 | 2026-09-04T03:14:10.534Z | From https://github.com/oxidecomputer/propolis |
| 213 | 2026-09-04T03:14:10.534Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 214 | 2026-09-04T03:14:10.578Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 215 | 2026-09-04T03:14:11.242Z | From https://github.com/oxidecomputer/crucible |
| 216 | 2026-09-04T03:14:11.242Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 217 | 2026-09-04T03:14:11.295Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 218 | 2026-09-04T03:14:11.658Z | From https://github.com/oxidecomputer/tofino |
| 219 | 2026-09-04T03:14:11.658Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 220 | 2026-09-04T03:14:11.669Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 221 | 2026-09-04T03:14:12.333Z | From https://github.com/oxidecomputer/maghemite |
| 222 | 2026-09-04T03:14:12.333Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 223 | 2026-09-04T03:14:12.355Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 224 | 2026-09-04T03:14:12.655Z | From https://github.com/oxidecomputer/clickward |
| 225 | 2026-09-04T03:14:12.655Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 226 | 2026-09-04T03:14:12.659Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 227 | 2026-09-04T03:14:12.948Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 228 | 2026-09-04T03:14:12.948Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 229 | 2026-09-04T03:14:14.652Z | Downloading crates ... |
| 230 | 2026-09-04T03:14:14.695Z | Downloaded async-stream v0.3.6 |
| 231 | 2026-09-04T03:14:14.703Z | Downloaded aead v0.5.2 |
| 232 | 2026-09-04T03:14:14.706Z | Downloaded anstyle-parse v1.0.0 |
| 233 | 2026-09-04T03:14:14.709Z | Downloaded allocator-api2 v0.2.21 |
| 234 | 2026-09-04T03:14:14.712Z | Downloaded crc8 v0.1.1 |
| 235 | 2026-09-04T03:14:14.718Z | Downloaded base16ct v1.0.0 |
| 236 | 2026-09-04T03:14:14.721Z | Downloaded block-buffer v0.10.4 |
| 237 | 2026-09-04T03:14:14.721Z | Downloaded crucible-workspace-hack v0.1.0 |
| 238 | 2026-09-04T03:14:14.721Z | Downloaded inout v0.1.4 |
| 239 | 2026-09-04T03:14:14.724Z | Downloaded daft v0.1.8 |
| 240 | 2026-09-04T03:14:14.728Z | Downloaded async-recursion v1.1.1 |
| 241 | 2026-09-04T03:14:14.728Z | Downloaded autocfg v1.5.1 |
| 242 | 2026-09-04T03:14:14.728Z | Downloaded camino-tempfile v1.4.1 |
| 243 | 2026-09-04T03:14:14.731Z | Downloaded async-trait v0.1.92 |
| 244 | 2026-09-04T03:14:14.731Z | Downloaded backoff v0.4.0 |
| 245 | 2026-09-04T03:14:14.731Z | Downloaded chacha20 v0.9.1 |
| 246 | 2026-09-04T03:14:14.734Z | Downloaded crossbeam-deque v0.8.7 |
| 247 | 2026-09-04T03:14:14.734Z | Downloaded arrayref v0.3.9 |
| 248 | 2026-09-04T03:14:14.734Z | Downloaded constant_time_eq v0.4.2 |
| 249 | 2026-09-04T03:14:14.737Z | Downloaded compression-codecs v0.4.38 |
| 250 | 2026-09-04T03:14:14.737Z | Downloaded adler2 v2.0.1 |
| 251 | 2026-09-04T03:14:14.740Z | Downloaded crypto-common v0.1.7 |
| 252 | 2026-09-04T03:14:14.740Z | Downloaded argon2 v0.5.3 |
| 253 | 2026-09-04T03:14:14.740Z | Downloaded byteorder v1.5.0 |
| 254 | 2026-09-04T03:14:14.743Z | Downloaded ciborium v0.2.2 |
| 255 | 2026-09-04T03:14:14.746Z | Downloaded base64ct v1.8.3 |
| 256 | 2026-09-04T03:14:14.746Z | Downloaded iddqd v0.4.6 |
| 257 | 2026-09-04T03:14:14.752Z | Downloaded log v0.4.33 |
| 258 | 2026-09-04T03:14:14.756Z | Downloaded arc-swap v1.9.2 |
| 259 | 2026-09-04T03:14:14.759Z | Downloaded atomicwrites v0.4.4 |
| 260 | 2026-09-04T03:14:14.759Z | Downloaded bit-set v0.8.0 |
| 261 | 2026-09-04T03:14:14.759Z | Downloaded bit-vec v0.8.0 |
| 262 | 2026-09-04T03:14:14.759Z | Downloaded clap_derive v4.6.4 |
| 263 | 2026-09-04T03:14:14.759Z | Downloaded konst_macro_rules v0.2.19 |
| 264 | 2026-09-04T03:14:14.762Z | Downloaded humantime v2.4.0 |
| 265 | 2026-09-04T03:14:14.762Z | Downloaded icu_properties v2.2.0 |
| 266 | 2026-09-04T03:14:14.762Z | Downloaded serde_repr v0.1.21 |
| 267 | 2026-09-04T03:14:14.765Z | Downloaded anstyle-query v1.1.5 |
| 268 | 2026-09-04T03:14:14.765Z | Downloaded hyper-rustls v0.27.9 |
| 269 | 2026-09-04T03:14:14.765Z | Downloaded hybrid-array v0.4.14 |
| 270 | 2026-09-04T03:14:14.769Z | Downloaded block-buffer v0.12.1 |
| 271 | 2026-09-04T03:14:14.769Z | Downloaded hubpack v0.1.2 |
| 272 | 2026-09-04T03:14:14.769Z | Downloaded keccak v0.1.6 |
| 273 | 2026-09-04T03:14:14.769Z | Downloaded async-stream-impl v0.3.6 |
| 274 | 2026-09-04T03:14:14.774Z | Downloaded convert_case v0.4.0 |
| 275 | 2026-09-04T03:14:14.774Z | Downloaded anstyle v1.0.14 |
| 276 | 2026-09-04T03:14:14.774Z | Downloaded bs58 v0.5.1 |
| 277 | 2026-09-04T03:14:14.774Z | Downloaded base16ct v0.2.0 |
| 278 | 2026-09-04T03:14:14.782Z | Downloaded httpdate v1.0.3 |
| 279 | 2026-09-04T03:14:14.782Z | Downloaded hubpack_derive v0.1.1 |
| 280 | 2026-09-04T03:14:14.782Z | Downloaded is_terminal_polyfill v1.70.2 |
| 281 | 2026-09-04T03:14:14.786Z | Downloaded cpufeatures v0.2.17 |
| 282 | 2026-09-04T03:14:14.786Z | Downloaded ident_case v1.0.1 |
| 283 | 2026-09-04T03:14:14.786Z | Downloaded ciborium-ll v0.2.2 |
| 284 | 2026-09-04T03:14:14.786Z | Downloaded const-random v0.1.18 |
| 285 | 2026-09-04T03:14:14.786Z | Downloaded crunchy v0.2.4 |
| 286 | 2026-09-04T03:14:14.786Z | Downloaded ciborium-io v0.2.2 |
| 287 | 2026-09-04T03:14:14.786Z | Downloaded internet-checksum v0.2.1 |
| 288 | 2026-09-04T03:14:14.786Z | Downloaded is-terminal v0.4.17 |
| 289 | 2026-09-04T03:14:14.791Z | Downloaded scopeguard v1.2.0 |
| 290 | 2026-09-04T03:14:14.791Z | Downloaded clap_lex v1.1.0 |
| 291 | 2026-09-04T03:14:14.796Z | Downloaded compression-core v0.4.32 |
| 292 | 2026-09-04T03:14:14.796Z | Downloaded num v0.4.3 |
| 293 | 2026-09-04T03:14:14.796Z | Downloaded const-random-macro v0.1.16 |
| 294 | 2026-09-04T03:14:14.796Z | Downloaded crypto-common v0.2.2 |
| 295 | 2026-09-04T03:14:14.796Z | Downloaded moka v0.12.16 |
| 296 | 2026-09-04T03:14:14.799Z | Downloaded cobs v0.3.0 |
| 297 | 2026-09-04T03:14:14.799Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 298 | 2026-09-04T03:14:14.800Z | Downloaded cfg_aliases v0.2.2 |
| 299 | 2026-09-04T03:14:14.804Z | Downloaded atomic-waker v1.1.2 |
| 300 | 2026-09-04T03:14:14.804Z | Downloaded instant v0.1.13 |
| 301 | 2026-09-04T03:14:14.804Z | Downloaded is_ci v1.2.0 |
| 302 | 2026-09-04T03:14:14.809Z | Downloaded itoa v1.0.18 |
| 303 | 2026-09-04T03:14:14.809Z | Downloaded csv-core v0.1.13 |
| 304 | 2026-09-04T03:14:14.812Z | Downloaded jiff-static v0.2.35 |
| 305 | 2026-09-04T03:14:14.812Z | Downloaded idna_adapter v1.2.2 |
| 306 | 2026-09-04T03:14:14.816Z | Downloaded hostname v0.4.2 |
| 307 | 2026-09-04T03:14:14.819Z | Downloaded cfg-if v1.0.4 |
| 308 | 2026-09-04T03:14:14.819Z | Downloaded colorchoice v1.0.5 |
| 309 | 2026-09-04T03:14:14.819Z | Downloaded ingot v0.1.1 |
| 310 | 2026-09-04T03:14:14.819Z | Downloaded ingot-types v0.2.0 |
| 311 | 2026-09-04T03:14:14.819Z | Downloaded supports-color v3.0.2 |
| 312 | 2026-09-04T03:14:14.822Z | Downloaded macaddr v1.0.1 |
| 313 | 2026-09-04T03:14:14.826Z | Downloaded sigpipe v0.1.3 |
| 314 | 2026-09-04T03:14:14.826Z | Downloaded no-std-compat v0.4.1 |
| 315 | 2026-09-04T03:14:14.830Z | Downloaded newtype_derive v0.1.6 |
| 316 | 2026-09-04T03:14:14.830Z | Downloaded subtle v2.6.1 |
| 317 | 2026-09-04T03:14:14.830Z | Downloaded libsw-core v0.3.2 |
| 318 | 2026-09-04T03:14:14.836Z | Downloaded tabwriter v1.4.1 |
| 319 | 2026-09-04T03:14:14.836Z | Downloaded jobserver v0.1.35 |
| 320 | 2026-09-04T03:14:14.840Z | Downloaded managed v0.8.0 |
| 321 | 2026-09-04T03:14:14.841Z | Downloaded lazy_static v1.5.0 |
| 322 | 2026-09-04T03:14:14.841Z | Downloaded cipher v0.4.4 |
| 323 | 2026-09-04T03:14:14.841Z | Downloaded lru-slab v0.1.2 |
| 324 | 2026-09-04T03:14:14.841Z | Downloaded byte-wrapper v0.1.0 |
| 325 | 2026-09-04T03:14:14.841Z | Downloaded num-conv v0.2.2 |
| 326 | 2026-09-04T03:14:14.844Z | Downloaded num_threads v0.1.7 |
| 327 | 2026-09-04T03:14:14.844Z | Downloaded anstream v1.0.0 |
| 328 | 2026-09-04T03:14:14.844Z | Downloaded bcs v0.1.6 |
| 329 | 2026-09-04T03:14:14.844Z | Downloaded bitflags v1.3.2 |
| 330 | 2026-09-04T03:14:14.847Z | Downloaded newtype-uuid-macros v0.1.1 |
| 331 | 2026-09-04T03:14:14.847Z | Downloaded mime v0.3.17 |
| 332 | 2026-09-04T03:14:14.847Z | Downloaded cpufeatures v0.3.0 |
| 333 | 2026-09-04T03:14:14.851Z | Downloaded bytecount v0.6.9 |
| 334 | 2026-09-04T03:14:14.854Z | Downloaded cmake v0.1.58 |
| 335 | 2026-09-04T03:14:14.854Z | Downloaded num_enum_derive v0.5.11 |
| 336 | 2026-09-04T03:14:14.854Z | Downloaded match_cfg v0.1.0 |
| 337 | 2026-09-04T03:14:14.858Z | Downloaded memmap v0.7.0 |
| 338 | 2026-09-04T03:14:14.858Z | Downloaded ahash v0.8.12 |
| 339 | 2026-09-04T03:14:14.862Z | Downloaded backon v1.6.0 |
| 340 | 2026-09-04T03:14:14.862Z | Downloaded libscf-sys v1.2.0 |
| 341 | 2026-09-04T03:14:14.862Z | Downloaded cancel-safe-futures v0.1.5 |
| 342 | 2026-09-04T03:14:14.865Z | Downloaded const_format v0.2.36 |
| 343 | 2026-09-04T03:14:14.869Z | Downloaded typeid v1.0.3 |
| 344 | 2026-09-04T03:14:14.869Z | Downloaded untrusted v0.7.1 |
| 345 | 2026-09-04T03:14:14.869Z | Downloaded untrusted v0.9.0 |
| 346 | 2026-09-04T03:14:14.869Z | Downloaded lru-cache v0.1.2 |
| 347 | 2026-09-04T03:14:14.869Z | Downloaded natord v1.0.9 |
| 348 | 2026-09-04T03:14:14.869Z | Downloaded newline-converter v0.3.0 |
| 349 | 2026-09-04T03:14:15.276Z | Downloaded num-derive v0.4.2 |
| 350 | 2026-09-04T03:14:15.276Z | Downloaded yoke-derive v0.8.2 |
| 351 | 2026-09-04T03:14:15.276Z | Downloaded ingot v0.2.1 |
| 352 | 2026-09-04T03:14:15.276Z | Downloaded ipnetwork v0.21.1 |
| 353 | 2026-09-04T03:14:15.276Z | Downloaded defmt v0.3.100 |
| 354 | 2026-09-04T03:14:15.279Z | Downloaded linked-hash-map v0.5.6 |
| 355 | 2026-09-04T03:14:15.280Z | Downloaded ingot-types v0.1.2 |
| 356 | 2026-09-04T03:14:15.280Z | Downloaded ipnet v2.12.1 |
| 357 | 2026-09-04T03:14:15.280Z | Downloaded rustls-pemfile v2.2.0 |
| 358 | 2026-09-04T03:14:15.280Z | Downloaded const_format_proc_macros v0.2.34 |
| 359 | 2026-09-04T03:14:15.280Z | Downloaded cstr-argument v0.1.2 |
| 360 | 2026-09-04T03:14:15.280Z | Downloaded simd-adler32 v0.3.10 |
| 361 | 2026-09-04T03:14:15.280Z | Downloaded num-iter v0.1.46 |
| 362 | 2026-09-04T03:14:15.280Z | Downloaded memoffset v0.9.1 |
| 363 | 2026-09-04T03:14:15.280Z | Downloaded tower-layer v0.3.3 |
| 364 | 2026-09-04T03:14:15.280Z | Downloaded scroll v0.12.0 |
| 365 | 2026-09-04T03:14:15.280Z | Downloaded serde_tokenstream v0.3.0 |
| 366 | 2026-09-04T03:14:15.280Z | Downloaded static_assertions v1.1.0 |
| 367 | 2026-09-04T03:14:15.280Z | Downloaded rustversion v1.0.23 |
| 368 | 2026-09-04T03:14:15.280Z | Downloaded smf v0.2.3 |
| 369 | 2026-09-04T03:14:15.280Z | Downloaded snafu-derive v0.8.9 |
| 370 | 2026-09-04T03:14:15.280Z | Downloaded thiserror v1.0.69 |
| 371 | 2026-09-04T03:14:15.280Z | Downloaded thiserror v2.0.20 |
| 372 | 2026-09-04T03:14:15.280Z | Downloaded indent_write v2.2.0 |
| 373 | 2026-09-04T03:14:15.280Z | Downloaded signal-hook-registry v1.4.8 |
| 374 | 2026-09-04T03:14:15.280Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 375 | 2026-09-04T03:14:15.280Z | Downloaded enum-as-inner v0.6.1 |
| 376 | 2026-09-04T03:14:15.280Z | Downloaded float-ord v0.3.2 |
| 377 | 2026-09-04T03:14:15.280Z | Downloaded futures-io v0.3.34 |
| 378 | 2026-09-04T03:14:15.280Z | Downloaded icu_locale_core v2.2.0 |
| 379 | 2026-09-04T03:14:15.280Z | Downloaded lock_api v0.4.14 |
| 380 | 2026-09-04T03:14:15.280Z | Downloaded cargo_toml v0.22.3 |
| 381 | 2026-09-04T03:14:15.280Z | Downloaded libsw v3.5.0 |
| 382 | 2026-09-04T03:14:15.280Z | Downloaded linear-map v1.2.0 |
| 383 | 2026-09-04T03:14:15.280Z | Downloaded multer v3.1.0 |
| 384 | 2026-09-04T03:14:15.280Z | Downloaded thiserror-impl v1.0.69 |
| 385 | 2026-09-04T03:14:15.280Z | Downloaded tiny-keccak v2.0.2 |
| 386 | 2026-09-04T03:14:15.280Z | Downloaded blake2 v0.10.6 |
| 387 | 2026-09-04T03:14:15.280Z | Downloaded camino v1.2.5 |
| 388 | 2026-09-04T03:14:15.280Z | Downloaded chacha20 v0.10.1 |
| 389 | 2026-09-04T03:14:15.280Z | Downloaded indexmap v1.9.3 |
| 390 | 2026-09-04T03:14:15.280Z | Downloaded utf8_iter v1.0.4 |
| 391 | 2026-09-04T03:14:15.280Z | Downloaded xattr v1.6.1 |
| 392 | 2026-09-04T03:14:15.281Z | Downloaded utf8parse v0.2.2 |
| 393 | 2026-09-04T03:14:15.281Z | Downloaded console v0.16.4 |
| 394 | 2026-09-04T03:14:15.281Z | Downloaded cookie v0.18.2 |
| 395 | 2026-09-04T03:14:15.281Z | Downloaded foreign-types v0.5.0 |
| 396 | 2026-09-04T03:14:15.281Z | Downloaded foreign-types-macros v0.2.4 |
| 397 | 2026-09-04T03:14:15.281Z | Downloaded foreign-types v0.3.2 |
| 398 | 2026-09-04T03:14:15.281Z | Downloaded num-rational v0.4.2 |
| 399 | 2026-09-04T03:14:15.281Z | Downloaded topological-sort v0.2.2 |
| 400 | 2026-09-04T03:14:15.281Z | Downloaded critical-section v1.2.0 |
| 401 | 2026-09-04T03:14:15.281Z | Downloaded num_enum_derive v0.7.6 |
| 402 | 2026-09-04T03:14:15.281Z | Downloaded num_enum v0.5.11 |
| 403 | 2026-09-04T03:14:15.281Z | Downloaded num_enum v0.7.6 |
| 404 | 2026-09-04T03:14:15.281Z | Downloaded usdt-impl v0.6.0 |
| 405 | 2026-09-04T03:14:15.281Z | Downloaded num-complex v0.4.6 |
| 406 | 2026-09-04T03:14:15.281Z | Downloaded olpc-cjson v0.1.4 |
| 407 | 2026-09-04T03:14:15.281Z | Downloaded newtype-uuid v1.4.0 |
| 408 | 2026-09-04T03:14:15.281Z | Downloaded hex v0.4.3 |
| 409 | 2026-09-04T03:14:15.281Z | Downloaded hostname v0.3.1 |
| 410 | 2026-09-04T03:14:15.281Z | Downloaded progenitor-client v0.10.0 |
| 411 | 2026-09-04T03:14:15.281Z | Downloaded progenitor-macro v0.13.0 |
| 412 | 2026-09-04T03:14:15.281Z | Downloaded crossbeam-epoch v0.9.20 |
| 413 | 2026-09-04T03:14:15.281Z | Downloaded iana-time-zone v0.1.65 |
| 414 | 2026-09-04T03:14:15.281Z | Downloaded ingot-macros v0.1.1 |
| 415 | 2026-09-04T03:14:15.281Z | Downloaded openssl-probe v0.2.1 |
| 416 | 2026-09-04T03:14:15.281Z | Downloaded arrayvec v0.7.8 |
| 417 | 2026-09-04T03:14:15.281Z | Downloaded strum_macros v0.27.2 |
| 418 | 2026-09-04T03:14:15.281Z | Downloaded plain v0.2.3 |
| 419 | 2026-09-04T03:14:15.281Z | Downloaded percent-encoding v2.3.2 |
| 420 | 2026-09-04T03:14:15.281Z | Downloaded proc-macro-crate v3.5.0 |
| 421 | 2026-09-04T03:14:15.281Z | Downloaded tinystr v0.8.3 |
| 422 | 2026-09-04T03:14:15.281Z | Downloaded icu_provider v2.2.0 |
| 423 | 2026-09-04T03:14:15.281Z | Downloaded rand_chacha v0.3.1 |
| 424 | 2026-09-04T03:14:15.281Z | Downloaded find-msvc-tools v0.1.10 |
| 425 | 2026-09-04T03:14:15.281Z | Downloaded git-stub-vcs v0.1.0 |
| 426 | 2026-09-04T03:14:15.281Z | Downloaded proc-macro-crate v1.3.1 |
| 427 | 2026-09-04T03:14:15.281Z | Downloaded bitflags v2.13.1 |
| 428 | 2026-09-04T03:14:15.281Z | Downloaded colored v3.1.1 |
| 429 | 2026-09-04T03:14:15.282Z | Downloaded crc32fast v1.5.0 |
| 430 | 2026-09-04T03:14:15.282Z | Downloaded crossbeam-utils v0.8.22 |
| 431 | 2026-09-04T03:14:15.282Z | Downloaded phf_shared v0.12.1 |
| 432 | 2026-09-04T03:14:15.282Z | Downloaded quick-error v1.2.3 |
| 433 | 2026-09-04T03:14:15.282Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 434 | 2026-09-04T03:14:15.282Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 435 | 2026-09-04T03:14:15.282Z | Downloaded serde_derive_internals v0.29.1 |
| 436 | 2026-09-04T03:14:15.282Z | Downloaded walkdir v2.5.0 |
| 437 | 2026-09-04T03:14:15.282Z | Downloaded displaydoc v0.2.7 |
| 438 | 2026-09-04T03:14:15.282Z | Downloaded anyhow v1.0.104 |
| 439 | 2026-09-04T03:14:15.282Z | Downloaded base64 v0.22.1 |
| 440 | 2026-09-04T03:14:15.282Z | Downloaded group v0.13.0 |
| 441 | 2026-09-04T03:14:15.282Z | Downloaded rand_pcg v0.10.2 |
| 442 | 2026-09-04T03:14:15.282Z | Downloaded serial_test_derive v4.0.1 |
| 443 | 2026-09-04T03:14:15.282Z | Downloaded sha1 v0.10.7 |
| 444 | 2026-09-04T03:14:15.282Z | Downloaded scroll_derive v0.13.1 |
| 445 | 2026-09-04T03:14:15.282Z | Downloaded serde-big-array v0.5.1 |
| 446 | 2026-09-04T03:14:15.282Z | Downloaded num-integer v0.1.47 |
| 447 | 2026-09-04T03:14:15.282Z | Downloaded oxnet v0.1.7 |
| 448 | 2026-09-04T03:14:15.282Z | Downloaded pkg-config v0.3.33 |
| 449 | 2026-09-04T03:14:15.282Z | Downloaded rustc_version v0.1.7 |
| 450 | 2026-09-04T03:14:15.282Z | Downloaded structmeta v0.3.0 |
| 451 | 2026-09-04T03:14:15.282Z | Downloaded litemap v0.8.2 |
| 452 | 2026-09-04T03:14:15.282Z | Downloaded const-oid v0.10.2 |
| 453 | 2026-09-04T03:14:15.282Z | Downloaded schemars v0.8.22 |
| 454 | 2026-09-04T03:14:15.299Z | Downloaded serde_yaml v0.9.34+deprecated |
| 455 | 2026-09-04T03:14:15.299Z | Downloaded ppv-lite86 v0.2.21 |
| 456 | 2026-09-04T03:14:15.299Z | Downloaded progenitor-client v0.13.0 |
| 457 | 2026-09-04T03:14:15.299Z | Downloaded defmt v1.1.1 |
| 458 | 2026-09-04T03:14:15.299Z | Downloaded diff v0.1.13 |
| 459 | 2026-09-04T03:14:15.299Z | Downloaded opaque-debug v0.3.1 |
| 460 | 2026-09-04T03:14:15.299Z | Downloaded serde_with_macros v3.22.0 |
| 461 | 2026-09-04T03:14:15.299Z | Downloaded clap v4.6.6 |
| 462 | 2026-09-04T03:14:15.299Z | Downloaded testing_table v0.3.0 |
| 463 | 2026-09-04T03:14:15.299Z | Downloaded version_check v0.9.5 |
| 464 | 2026-09-04T03:14:15.299Z | Downloaded icu_normalizer v2.2.0 |
| 465 | 2026-09-04T03:14:15.299Z | Downloaded toml v0.8.23 |
| 466 | 2026-09-04T03:14:15.299Z | Downloaded thread_local v1.1.10 |
| 467 | 2026-09-04T03:14:15.299Z | Downloaded try-lock v0.2.5 |
| 468 | 2026-09-04T03:14:15.299Z | Downloaded dof v0.4.0 |
| 469 | 2026-09-04T03:14:15.299Z | Downloaded fxhash v0.2.1 |
| 470 | 2026-09-04T03:14:15.299Z | Downloaded unarray v0.1.4 |
| 471 | 2026-09-04T03:14:15.299Z | Downloaded dof v0.3.0 |
| 472 | 2026-09-04T03:14:15.299Z | Downloaded zone_cfg_derive v0.3.1 |
| 473 | 2026-09-04T03:14:15.299Z | Downloaded futures-task v0.3.34 |
| 474 | 2026-09-04T03:14:15.299Z | Downloaded tokio-macros v2.7.2 |
| 475 | 2026-09-04T03:14:15.299Z | Downloaded usdt v0.6.0 |
| 476 | 2026-09-04T03:14:15.299Z | Downloaded darling_macro v0.21.3 |
| 477 | 2026-09-04T03:14:15.299Z | Downloaded usdt-macro v0.5.0 |
| 478 | 2026-09-04T03:14:15.299Z | Downloaded bytes v1.12.1 |
| 479 | 2026-09-04T03:14:15.299Z | Downloaded futures-core v0.3.34 |
| 480 | 2026-09-04T03:14:15.299Z | Downloaded chacha20poly1305 v0.10.1 |
| 481 | 2026-09-04T03:14:15.299Z | Downloaded rand_core v0.10.1 |
| 482 | 2026-09-04T03:14:15.299Z | Downloaded tracing-attributes v0.1.31 |
| 483 | 2026-09-04T03:14:15.299Z | Downloaded icu_normalizer_data v2.2.0 |
| 484 | 2026-09-04T03:14:15.299Z | Downloaded rustc_version v0.4.1 |
| 485 | 2026-09-04T03:14:15.300Z | Downloaded darling v0.21.3 |
| 486 | 2026-09-04T03:14:15.300Z | Downloaded rusty-fork v0.3.1 |
| 487 | 2026-09-04T03:14:15.300Z | Downloaded slab v0.4.12 |
| 488 | 2026-09-04T03:14:15.300Z | Downloaded parse-display-derive v0.10.0 |
| 489 | 2026-09-04T03:14:15.300Z | Downloaded slog-scope v4.4.1 |
| 490 | 2026-09-04T03:14:15.300Z | Downloaded slog-term v2.9.2 |
| 491 | 2026-09-04T03:14:15.300Z | Downloaded similar v2.7.0 |
| 492 | 2026-09-04T03:14:15.300Z | Downloaded darling_macro v0.23.0 |
| 493 | 2026-09-04T03:14:15.300Z | Downloaded progenitor-macro v0.14.0 |
| 494 | 2026-09-04T03:14:15.300Z | Downloaded httparse v1.10.1 |
| 495 | 2026-09-04T03:14:15.300Z | Downloaded ref-cast-impl v1.0.26 |
| 496 | 2026-09-04T03:14:15.300Z | Downloaded serde_plain v1.0.2 |
| 497 | 2026-09-04T03:14:15.300Z | Downloaded term v1.2.1 |
| 498 | 2026-09-04T03:14:15.300Z | Downloaded getrandom v0.2.17 |
| 499 | 2026-09-04T03:14:15.300Z | Downloaded powerfmt v0.2.0 |
| 500 | 2026-09-04T03:14:15.300Z | Downloaded crossbeam-channel v0.5.16 |
| 501 | 2026-09-04T03:14:15.300Z | Downloaded crypto-bigint v0.5.5 |
| 502 | 2026-09-04T03:14:15.300Z | Downloaded tinyvec v1.12.0 |
| 503 | 2026-09-04T03:14:15.301Z | Downloaded fastrand v2.5.0 |
| 504 | 2026-09-04T03:14:15.301Z | Downloaded cc v1.4.2 |
| 505 | 2026-09-04T03:14:15.301Z | Downloaded ingot-macros v0.2.0 |
| 506 | 2026-09-04T03:14:15.301Z | Downloaded serde_urlencoded v0.7.1 |
| 507 | 2026-09-04T03:14:15.301Z | Downloaded usdt v0.5.0 |
| 508 | 2026-09-04T03:14:15.301Z | Downloaded siphasher v1.0.3 |
| 509 | 2026-09-04T03:14:15.301Z | Downloaded usdt-attr-macro v0.5.0 |
| 510 | 2026-09-04T03:14:15.301Z | Downloaded rand_xorshift v0.4.0 |
| 511 | 2026-09-04T03:14:15.301Z | Downloaded pem v3.0.6 |
| 512 | 2026-09-04T03:14:15.301Z | Downloaded konst v0.2.20 |
| 513 | 2026-09-04T03:14:15.301Z | Downloaded tempfile v3.27.0 |
| 514 | 2026-09-04T03:14:15.301Z | Downloaded pest_meta v2.8.8 |
| 515 | 2026-09-04T03:14:15.301Z | Downloaded slog-envlogger v2.2.0 |
| 516 | 2026-09-04T03:14:15.301Z | Downloaded zone v0.3.1 |
| 517 | 2026-09-04T03:14:15.301Z | Downloaded equivalent v1.0.2 |
| 518 | 2026-09-04T03:14:15.301Z | Downloaded generic-array v0.14.7 |
| 519 | 2026-09-04T03:14:15.301Z | Downloaded embedded-io v0.4.0 |
| 520 | 2026-09-04T03:14:15.301Z | Downloaded gethostname v0.5.0 |
| 521 | 2026-09-04T03:14:15.301Z | Downloaded hash32 v0.3.1 |
| 522 | 2026-09-04T03:14:15.301Z | Downloaded unicode-linebreak v0.1.5 |
| 523 | 2026-09-04T03:14:15.301Z | Downloaded serde v1.0.229 |
| 524 | 2026-09-04T03:14:15.301Z | Downloaded base64 v0.21.7 |
| 525 | 2026-09-04T03:14:15.301Z | Downloaded unicode-xid v0.2.6 |
| 526 | 2026-09-04T03:14:15.301Z | Downloaded wait-timeout v0.2.1 |
| 527 | 2026-09-04T03:14:15.302Z | Downloaded progenitor v0.10.0 |
| 528 | 2026-09-04T03:14:15.302Z | Downloaded progenitor v0.13.0 |
| 529 | 2026-09-04T03:14:15.302Z | Downloaded schemars_derive v0.8.22 |
| 530 | 2026-09-04T03:14:15.302Z | Downloaded embedded-io v0.6.1 |
| 531 | 2026-09-04T03:14:15.302Z | Downloaded sha2 v0.10.9 |
| 532 | 2026-09-04T03:14:15.302Z | Downloaded fs-err v3.3.1 |
| 533 | 2026-09-04T03:14:15.302Z | Downloaded quote v1.0.47 |
| 534 | 2026-09-04T03:14:15.302Z | Downloaded slog-dtrace v0.3.0 |
| 535 | 2026-09-04T03:14:15.302Z | Downloaded slog-stdlog v4.1.1 |
| 536 | 2026-09-04T03:14:15.302Z | Downloaded rhai_codegen v3.2.0 |
| 537 | 2026-09-04T03:14:15.302Z | Downloaded smawk v0.3.3 |
| 538 | 2026-09-04T03:14:15.302Z | Downloaded owo-colors v4.3.0 |
| 539 | 2026-09-04T03:14:15.302Z | Downloaded openssl-macros v0.1.1 |
| 540 | 2026-09-04T03:14:15.302Z | Downloaded potential_utf v0.1.5 |
| 541 | 2026-09-04T03:14:15.302Z | Downloaded elliptic-curve v0.13.8 |
| 542 | 2026-09-04T03:14:15.302Z | Downloaded fixedbitset v0.5.7 |
| 543 | 2026-09-04T03:14:15.302Z | Downloaded globset v0.4.20 |
| 544 | 2026-09-04T03:14:15.302Z | Downloaded num-traits v0.2.19 |
| 545 | 2026-09-04T03:14:15.302Z | Downloaded omicron-workspace-hack v0.1.0 |
| 546 | 2026-09-04T03:14:15.302Z | Downloaded serde_core v1.0.229 |
| 547 | 2026-09-04T03:14:15.302Z | Downloaded toml_datetime v0.6.11 |
| 548 | 2026-09-04T03:14:15.302Z | Downloaded memmap2 v0.9.11 |
| 549 | 2026-09-04T03:14:15.302Z | Downloaded indicatif v0.18.6 |
| 550 | 2026-09-04T03:14:15.302Z | Downloaded progenitor-macro v0.10.0 |
| 551 | 2026-09-04T03:14:15.302Z | Downloaded rustc-hash v2.1.3 |
| 552 | 2026-09-04T03:14:15.302Z | Downloaded secrecy v0.10.3 |
| 553 | 2026-09-04T03:14:15.302Z | Downloaded terminal_size v0.4.4 |
| 554 | 2026-09-04T03:14:15.312Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 555 | 2026-09-04T03:14:15.312Z | Downloaded spin v0.5.2 |
| 556 | 2026-09-04T03:14:15.312Z | Downloaded parking_lot_core v0.8.6 |
| 557 | 2026-09-04T03:14:15.312Z | Downloaded proc-macro-error v1.0.4 |
| 558 | 2026-09-04T03:14:15.312Z | Downloaded serde_derive v1.0.229 |
| 559 | 2026-09-04T03:14:15.312Z | Downloaded writeable v0.6.3 |
| 560 | 2026-09-04T03:14:15.312Z | Downloaded zerotrie v0.2.4 |
| 561 | 2026-09-04T03:14:15.313Z | Downloaded icu_collections v2.2.0 |
| 562 | 2026-09-04T03:14:15.313Z | Downloaded derive-ex v0.1.8 |
| 563 | 2026-09-04T03:14:15.313Z | Downloaded whoami v1.6.1 |
| 564 | 2026-09-04T03:14:15.313Z | Downloaded paste v1.0.15 |
| 565 | 2026-09-04T03:14:15.313Z | Downloaded port-file v0.1.0 |
| 566 | 2026-09-04T03:14:15.313Z | Downloaded semver v0.1.20 |
| 567 | 2026-09-04T03:14:15.313Z | Downloaded quinn-udp v0.5.15 |
| 568 | 2026-09-04T03:14:15.313Z | Downloaded smartstring v1.0.1 |
| 569 | 2026-09-04T03:14:15.313Z | Downloaded take_mut v0.2.2 |
| 570 | 2026-09-04T03:14:15.313Z | Downloaded tungstenite v0.21.0 |
| 571 | 2026-09-04T03:14:15.313Z | Downloaded erased-serde v0.3.31 |
| 572 | 2026-09-04T03:14:15.313Z | Downloaded steno v0.4.1 |
| 573 | 2026-09-04T03:14:15.313Z | Downloaded tinyvec_macros v0.1.1 |
| 574 | 2026-09-04T03:14:15.313Z | Downloaded tower-service v0.3.3 |
| 575 | 2026-09-04T03:14:15.313Z | Downloaded digest v0.11.3 |
| 576 | 2026-09-04T03:14:15.313Z | Downloaded papergrid v0.11.0 |
| 577 | 2026-09-04T03:14:15.313Z | Downloaded slog-json v2.6.1 |
| 578 | 2026-09-04T03:14:15.313Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 579 | 2026-09-04T03:14:15.313Z | Downloaded time-macros v0.2.32 |
| 580 | 2026-09-04T03:14:15.313Z | Downloaded data-encoding v2.11.1 |
| 581 | 2026-09-04T03:14:15.313Z | Downloaded debug-ignore v1.0.5 |
| 582 | 2026-09-04T03:14:15.313Z | Downloaded tokio-tungstenite v0.21.0 |
| 583 | 2026-09-04T03:14:15.314Z | Downloaded drift v0.2.0 |
| 584 | 2026-09-04T03:14:15.314Z | Downloaded usdt-attr-macro v0.6.0 |
| 585 | 2026-09-04T03:14:15.314Z | Downloaded zeroize_derive v1.5.0 |
| 586 | 2026-09-04T03:14:15.314Z | Downloaded unicode-ident v1.0.24 |
| 587 | 2026-09-04T03:14:15.314Z | Downloaded yoke v0.8.3 |
| 588 | 2026-09-04T03:14:15.314Z | Downloaded darling v0.23.0 |
| 589 | 2026-09-04T03:14:15.314Z | Downloaded want v0.3.1 |
| 590 | 2026-09-04T03:14:15.314Z | Downloaded dyn-clone v1.0.20 |
| 591 | 2026-09-04T03:14:15.314Z | Downloaded pin-project-lite v0.2.17 |
| 592 | 2026-09-04T03:14:15.314Z | Downloaded futures-sink v0.3.34 |
| 593 | 2026-09-04T03:14:15.314Z | Downloaded hickory-resolver v0.25.2 |
| 594 | 2026-09-04T03:14:15.314Z | Downloaded minimal-lexical v0.2.1 |
| 595 | 2026-09-04T03:14:15.314Z | Downloaded oxide-tokio-rt v0.1.6 |
| 596 | 2026-09-04T03:14:15.314Z | Downloaded progenitor-extras v0.2.0 |
| 597 | 2026-09-04T03:14:15.314Z | Downloaded miniz_oxide v0.8.9 |
| 598 | 2026-09-04T03:14:15.314Z | Downloaded rand_core v0.6.4 |
| 599 | 2026-09-04T03:14:15.314Z | Downloaded strum v0.27.2 |
| 600 | 2026-09-04T03:14:15.314Z | Downloaded proc-macro-error-attr v1.0.4 |
| 601 | 2026-09-04T03:14:15.314Z | Downloaded sha1 v0.11.0 |
| 602 | 2026-09-04T03:14:15.314Z | Downloaded heck v0.4.1 |
| 603 | 2026-09-04T03:14:15.314Z | Downloaded same-file v1.0.6 |
| 604 | 2026-09-04T03:14:15.314Z | Downloaded tabled_derive v0.7.0 |
| 605 | 2026-09-04T03:14:15.314Z | Downloaded expectorate v1.3.0 |
| 606 | 2026-09-04T03:14:15.314Z | Downloaded synstructure v0.13.2 |
| 607 | 2026-09-04T03:14:15.314Z | Downloaded time-core v0.1.9 |
| 608 | 2026-09-04T03:14:15.314Z | Downloaded strsim v0.11.1 |
| 609 | 2026-09-04T03:14:15.314Z | Downloaded structmeta-derive v0.3.0 |
| 610 | 2026-09-04T03:14:15.314Z | Downloaded smallvec v1.15.2 |
| 611 | 2026-09-04T03:14:15.315Z | Downloaded unit-prefix v0.5.2 |
| 612 | 2026-09-04T03:14:15.315Z | Downloaded tar v0.4.46 |
| 613 | 2026-09-04T03:14:15.315Z | Downloaded yansi v1.0.1 |
| 614 | 2026-09-04T03:14:15.315Z | Downloaded zerofrom v0.1.8 |
| 615 | 2026-09-04T03:14:15.315Z | Downloaded zerofrom-derive v0.1.7 |
| 616 | 2026-09-04T03:14:15.315Z | Downloaded toml v0.7.8 |
| 617 | 2026-09-04T03:14:15.315Z | Downloaded async-compression v0.4.43 |
| 618 | 2026-09-04T03:14:15.315Z | Downloaded textwrap v0.16.2 |
| 619 | 2026-09-04T03:14:15.315Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 620 | 2026-09-04T03:14:15.315Z | Downloaded strum_macros v0.26.4 |
| 621 | 2026-09-04T03:14:15.315Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 622 | 2026-09-04T03:14:15.315Z | Downloaded usdt-macro v0.6.0 |
| 623 | 2026-09-04T03:14:15.315Z | Downloaded ucd-trie v0.1.7 |
| 624 | 2026-09-04T03:14:15.315Z | Downloaded either v1.17.0 |
| 625 | 2026-09-04T03:14:15.315Z | Downloaded hyper-util v0.1.20 |
| 626 | 2026-09-04T03:14:15.315Z | Downloaded hmac v0.12.1 |
| 627 | 2026-09-04T03:14:15.315Z | Downloaded schemars v1.2.2 |
| 628 | 2026-09-04T03:14:15.315Z | Downloaded typify v0.4.3 |
| 629 | 2026-09-04T03:14:15.315Z | Downloaded nom v7.1.3 |
| 630 | 2026-09-04T03:14:15.315Z | Downloaded futures-channel v0.3.34 |
| 631 | 2026-09-04T03:14:15.315Z | Downloaded foreign-types-shared v0.1.1 |
| 632 | 2026-09-04T03:14:15.315Z | Downloaded glob v0.3.4 |
| 633 | 2026-09-04T03:14:15.315Z | Downloaded serial_test v4.0.1 |
| 634 | 2026-09-04T03:14:15.315Z | Downloaded thread-id v4.2.2 |
| 635 | 2026-09-04T03:14:15.315Z | Downloaded strum v0.26.3 |
| 636 | 2026-09-04T03:14:15.315Z | Downloaded highway v1.3.0 |
| 637 | 2026-09-04T03:14:15.315Z | Downloaded foldhash v0.2.0 |
| 638 | 2026-09-04T03:14:15.315Z | Downloaded memchr v2.8.3 |
| 639 | 2026-09-04T03:14:15.316Z | Downloaded mio v1.2.2 |
| 640 | 2026-09-04T03:14:15.316Z | Downloaded phf v0.12.1 |
| 641 | 2026-09-04T03:14:15.316Z | Downloaded shlex v2.0.1 |
| 642 | 2026-09-04T03:14:15.316Z | Downloaded toml_edit v0.22.27 |
| 643 | 2026-09-04T03:14:15.316Z | Downloaded serde_spanned v1.1.1 |
| 644 | 2026-09-04T03:14:15.316Z | Downloaded semver v1.0.28 |
| 645 | 2026-09-04T03:14:15.316Z | Downloaded rand_chacha v0.9.0 |
| 646 | 2026-09-04T03:14:15.316Z | Downloaded slog-async v2.8.0 |
| 647 | 2026-09-04T03:14:15.316Z | Downloaded thread-id v5.1.0 |
| 648 | 2026-09-04T03:14:15.316Z | Downloaded tokio-dtrace v0.1.1 |
| 649 | 2026-09-04T03:14:15.316Z | Downloaded swrite v0.1.0 |
| 650 | 2026-09-04T03:14:15.316Z | Downloaded universal-hash v0.5.1 |
| 651 | 2026-09-04T03:14:15.316Z | Downloaded progenitor-client v0.14.0 |
| 652 | 2026-09-04T03:14:15.316Z | Downloaded fixedbitset v0.4.2 |
| 653 | 2026-09-04T03:14:15.316Z | Downloaded toml_edit v0.19.15 |
| 654 | 2026-09-04T03:14:15.326Z | Downloaded spin v0.9.9 |
| 655 | 2026-09-04T03:14:15.326Z | Downloaded indexmap v2.14.0 |
| 656 | 2026-09-04T03:14:15.326Z | Downloaded thiserror-no-std v2.0.2 |
| 657 | 2026-09-04T03:14:15.326Z | Downloaded papergrid v0.18.0 |
| 658 | 2026-09-04T03:14:15.326Z | Downloaded zerovec-derive v0.11.3 |
| 659 | 2026-09-04T03:14:15.326Z | Downloaded slog-bunyan v2.5.0 |
| 660 | 2026-09-04T03:14:15.326Z | Downloaded heck v0.5.0 |
| 661 | 2026-09-04T03:14:15.326Z | Downloaded ref-cast v1.0.26 |
| 662 | 2026-09-04T03:14:15.326Z | Downloaded vsss-rs v3.3.4 |
| 663 | 2026-09-04T03:14:15.327Z | Downloaded unicode-normalization v0.1.25 |
| 664 | 2026-09-04T03:14:15.327Z | Downloaded foldhash v0.1.5 |
| 665 | 2026-09-04T03:14:15.327Z | Downloaded zeroize v1.9.0 |
| 666 | 2026-09-04T03:14:15.327Z | Downloaded fs_extra v1.3.0 |
| 667 | 2026-09-04T03:14:15.327Z | Downloaded typify-macro v0.4.3 |
| 668 | 2026-09-04T03:14:15.327Z | Downloaded errno v0.3.14 |
| 669 | 2026-09-04T03:14:15.327Z | Downloaded utf-8 v0.7.6 |
| 670 | 2026-09-04T03:14:15.327Z | Downloaded futures-macro v0.3.34 |
| 671 | 2026-09-04T03:14:15.327Z | Downloaded parking_lot_core v0.9.12 |
| 672 | 2026-09-04T03:14:15.328Z | Downloaded ryu v1.0.23 |
| 673 | 2026-09-04T03:14:15.328Z | Downloaded pin-project-internal v1.1.13 |
| 674 | 2026-09-04T03:14:15.328Z | Downloaded poly1305 v0.8.0 |
| 675 | 2026-09-04T03:14:15.328Z | Downloaded unicode-segmentation v1.13.3 |
| 676 | 2026-09-04T03:14:15.328Z | Downloaded parking_lot v0.12.5 |
| 677 | 2026-09-04T03:14:15.328Z | Downloaded daft-derive v0.1.8 |
| 678 | 2026-09-04T03:14:15.328Z | Downloaded stable_deref_trait v1.2.1 |
| 679 | 2026-09-04T03:14:15.328Z | Downloaded typify v0.6.2 |
| 680 | 2026-09-04T03:14:15.328Z | Downloaded pest_derive v2.8.8 |
| 681 | 2026-09-04T03:14:15.328Z | Downloaded dtrace-parser v0.3.0 |
| 682 | 2026-09-04T03:14:15.328Z | Downloaded serde_spanned v0.6.9 |
| 683 | 2026-09-04T03:14:15.328Z | Downloaded termtree v0.5.1 |
| 684 | 2026-09-04T03:14:15.328Z | Downloaded http-body v1.1.0 |
| 685 | 2026-09-04T03:14:15.340Z | Downloaded foreign-types-shared v0.3.1 |
| 686 | 2026-09-04T03:14:15.340Z | Downloaded form_urlencoded v1.2.2 |
| 687 | 2026-09-04T03:14:15.340Z | Downloaded toml_write v0.1.2 |
| 688 | 2026-09-04T03:14:15.345Z | Downloaded pest_generator v2.8.8 |
| 689 | 2026-09-04T03:14:15.345Z | Downloaded password-hash v0.5.0 |
| 690 | 2026-09-04T03:14:15.345Z | Downloaded scroll v0.13.0 |
| 691 | 2026-09-04T03:14:15.350Z | Downloaded jiff-core v0.1.0 |
| 692 | 2026-09-04T03:14:15.350Z | Downloaded openssl-sys v0.9.117 |
| 693 | 2026-09-04T03:14:15.354Z | Downloaded prettyplease v0.2.37 |
| 694 | 2026-09-04T03:14:15.354Z | Downloaded thiserror-impl v2.0.20 |
| 695 | 2026-09-04T03:14:15.354Z | Downloaded defmt-macros v1.1.1 |
| 696 | 2026-09-04T03:14:15.357Z | Downloaded dunce v1.0.5 |
| 697 | 2026-09-04T03:14:15.358Z | Downloaded fnv v1.0.7 |
| 698 | 2026-09-04T03:14:15.358Z | Downloaded rayon-core v1.13.0 |
| 699 | 2026-09-04T03:14:15.360Z | Downloaded http v1.5.0 |
| 700 | 2026-09-04T03:14:15.363Z | Downloaded pin-project v1.1.13 |
| 701 | 2026-09-04T03:14:15.411Z | Downloaded resolv-conf v0.7.6 |
| 702 | 2026-09-04T03:14:15.431Z | Downloaded typify-macro v0.6.2 |
| 703 | 2026-09-04T03:14:15.431Z | Downloaded waitgroup v0.1.2 |
| 704 | 2026-09-04T03:14:15.431Z | Downloaded git-stub v1.0.0 |
| 705 | 2026-09-04T03:14:15.431Z | Downloaded parse-display v0.10.0 |
| 706 | 2026-09-04T03:14:15.431Z | Downloaded tagptr v0.2.0 |
| 707 | 2026-09-04T03:14:15.432Z | Downloaded dtrace-parser v0.2.0 |
| 708 | 2026-09-04T03:14:15.432Z | Downloaded sync_wrapper v1.0.2 |
| 709 | 2026-09-04T03:14:15.432Z | Downloaded proc-macro2 v1.0.107 |
| 710 | 2026-09-04T03:14:15.432Z | Downloaded progenitor v0.14.0 |
| 711 | 2026-09-04T03:14:15.432Z | Downloaded flate2 v1.1.9 |
| 712 | 2026-09-04T03:14:15.432Z | Downloaded idna v1.1.0 |
| 713 | 2026-09-04T03:14:15.432Z | Downloaded filetime v0.2.29 |
| 714 | 2026-09-04T03:14:15.432Z | Downloaded scroll_derive v0.12.1 |
| 715 | 2026-09-04T03:14:15.432Z | Downloaded zmij v1.0.23 |
| 716 | 2026-09-04T03:14:15.432Z | Downloaded pretty-hex v0.4.2 |
| 717 | 2026-09-04T03:14:15.432Z | Downloaded aho-corasick v1.1.5 |
| 718 | 2026-09-04T03:14:15.432Z | Downloaded clap_builder v4.6.6 |
| 719 | 2026-09-04T03:14:15.432Z | Downloaded darling_core v0.21.3 |
| 720 | 2026-09-04T03:14:15.432Z | Downloaded http-body-util v0.1.5 |
| 721 | 2026-09-04T03:14:15.432Z | Downloaded serde_path_to_error v0.1.20 |
| 722 | 2026-09-04T03:14:15.432Z | Downloaded ff v0.13.1 |
| 723 | 2026-09-04T03:14:15.432Z | Downloaded omicron-zone-package v0.12.3 |
| 724 | 2026-09-04T03:14:15.432Z | Downloaded darling_core v0.23.0 |
| 725 | 2026-09-04T03:14:15.432Z | Downloaded zerocopy-derive v0.7.35 |
| 726 | 2026-09-04T03:14:15.432Z | Downloaded zerocopy v0.7.35 |
| 727 | 2026-09-04T03:14:15.441Z | Downloaded xz2 v0.1.7 |
| 728 | 2026-09-04T03:14:15.441Z | Downloaded parking_lot v0.11.2 |
| 729 | 2026-09-04T03:14:15.442Z | Downloaded futures-executor v0.3.34 |
| 730 | 2026-09-04T03:14:15.442Z | Downloaded dropshot-api-manager v0.8.0 |
| 731 | 2026-09-04T03:14:15.442Z | Downloaded tokio-rustls v0.26.4 |
| 732 | 2026-09-04T03:14:15.442Z | Downloaded chrono v0.4.45 |
| 733 | 2026-09-04T03:14:15.442Z | Downloaded serde_tokenstream v0.2.3 |
| 734 | 2026-09-04T03:14:15.442Z | Downloaded hashbrown v0.12.3 |
| 735 | 2026-09-04T03:14:15.442Z | Downloaded itertools v0.12.1 |
| 736 | 2026-09-04T03:14:15.448Z | Downloaded rustls-native-certs v0.8.4 |
| 737 | 2026-09-04T03:14:15.448Z | Downloaded deranged v0.5.8 |
| 738 | 2026-09-04T03:14:15.453Z | Downloaded usdt-impl v0.5.0 |
| 739 | 2026-09-04T03:14:15.453Z | Downloaded dropshot_endpoint v0.17.1 |
| 740 | 2026-09-04T03:14:15.453Z | Downloaded getrandom v0.4.3 |
| 741 | 2026-09-04T03:14:15.453Z | Downloaded rustls-webpki v0.103.14 |
| 742 | 2026-09-04T03:14:15.459Z | Downloaded winnow v0.5.40 |
| 743 | 2026-09-04T03:14:15.459Z | Downloaded heapless v0.8.0 |
| 744 | 2026-09-04T03:14:15.464Z | Downloaded progenitor-impl v0.10.0 |
| 745 | 2026-09-04T03:14:15.464Z | Downloaded progenitor-impl v0.13.0 |
| 746 | 2026-09-04T03:14:15.464Z | Downloaded defmt-parser v1.0.0 |
| 747 | 2026-09-04T03:14:15.464Z | Downloaded digest v0.10.7 |
| 748 | 2026-09-04T03:14:15.464Z | Downloaded once_cell v1.21.4 |
| 749 | 2026-09-04T03:14:15.468Z | Downloaded snafu v0.8.9 |
| 750 | 2026-09-04T03:14:15.468Z | Downloaded rand_core v0.9.5 |
| 751 | 2026-09-04T03:14:15.468Z | Downloaded thin-vec v0.2.19 |
| 752 | 2026-09-04T03:14:15.468Z | Downloaded nom v8.0.0 |
| 753 | 2026-09-04T03:14:15.473Z | Downloaded unsafe-libyaml v0.2.11 |
| 754 | 2026-09-04T03:14:15.477Z | Downloaded rustls-platform-verifier v0.7.0 |
| 755 | 2026-09-04T03:14:15.477Z | Downloaded tracing-core v0.1.36 |
| 756 | 2026-09-04T03:14:15.478Z | Downloaded getrandom v0.3.4 |
| 757 | 2026-09-04T03:14:15.483Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 758 | 2026-09-04T03:14:15.491Z | Downloaded postcard v1.1.3 |
| 759 | 2026-09-04T03:14:15.491Z | Downloaded slog v2.8.2 |
| 760 | 2026-09-04T03:14:15.494Z | Downloaded futures v0.3.34 |
| 761 | 2026-09-04T03:14:15.494Z | Downloaded icu_properties_data v2.2.0 |
| 762 | 2026-09-04T03:14:15.498Z | Downloaded itertools v0.15.0 |
| 763 | 2026-09-04T03:14:15.502Z | Downloaded url v2.5.8 |
| 764 | 2026-09-04T03:14:15.507Z | Downloaded blake3 v1.8.6 |
| 765 | 2026-09-04T03:14:15.511Z | Downloaded uuid v1.26.0 |
| 766 | 2026-09-04T03:14:15.511Z | Downloaded derive_more v0.99.20 |
| 767 | 2026-09-04T03:14:15.517Z | Downloaded tokio-stream v0.1.19 |
| 768 | 2026-09-04T03:14:15.517Z | Downloaded rustls-pki-types v1.15.1 |
| 769 | 2026-09-04T03:14:15.517Z | Downloaded progenitor-impl v0.14.0 |
| 770 | 2026-09-04T03:14:15.520Z | Downloaded hashbrown v0.15.5 |
| 771 | 2026-09-04T03:14:15.523Z | Downloaded libm v0.2.16 |
| 772 | 2026-09-04T03:14:15.527Z | Downloaded hyper v1.11.0 |
| 773 | 2026-09-04T03:14:15.531Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 774 | 2026-09-04T03:14:15.534Z | Downloaded similar v3.2.0 |
| 775 | 2026-09-04T03:14:15.538Z | Downloaded pretty_assertions v1.4.1 |
| 776 | 2026-09-04T03:14:15.538Z | Downloaded itertools v0.14.0 |
| 777 | 2026-09-04T03:14:15.541Z | Downloaded aws-lc-rs v1.18.0 |
| 778 | 2026-09-04T03:14:15.546Z | Downloaded socket2 v0.6.5 |
| 779 | 2026-09-04T03:14:15.550Z | Downloaded half v2.7.1 |
| 780 | 2026-09-04T03:14:15.553Z | Downloaded derive-where v1.6.1 |
| 781 | 2026-09-04T03:14:15.553Z | Downloaded zerovec v0.11.6 |
| 782 | 2026-09-04T03:14:15.565Z | Downloaded reqwest v0.13.4 |
| 783 | 2026-09-04T03:14:15.569Z | Downloaded typenum v1.20.1 |
| 784 | 2026-09-04T03:14:15.574Z | Downloaded schemars v0.9.0 |
| 785 | 2026-09-04T03:14:15.584Z | Downloaded rand v0.10.2 |
| 786 | 2026-09-04T03:14:15.588Z | Downloaded tower v0.5.3 |
| 787 | 2026-09-04T03:14:15.588Z | Downloaded test-strategy v0.4.5 |
| 788 | 2026-09-04T03:14:15.595Z | Downloaded tokio-util v0.7.19 |
| 789 | 2026-09-04T03:14:15.606Z | Downloaded winnow v1.0.4 |
| 790 | 2026-09-04T03:14:15.606Z | Downloaded regex v1.13.1 |
| 791 | 2026-09-04T03:14:15.611Z | Downloaded winnow v0.7.15 |
| 792 | 2026-09-04T03:14:15.611Z | Downloaded hashbrown v0.16.1 |
| 793 | 2026-09-04T03:14:15.611Z | Downloaded rand v0.8.7 |
| 794 | 2026-09-04T03:14:15.628Z | Downloaded qorb v0.4.1 |
| 795 | 2026-09-04T03:14:15.643Z | Downloaded bstr v1.13.1 |
| 796 | 2026-09-04T03:14:15.643Z | Downloaded vcpkg v0.2.15 |
| 797 | 2026-09-04T03:14:15.656Z | Downloaded ron v0.12.2 |
| 798 | 2026-09-04T03:14:15.656Z | Downloaded zerocopy-derive v0.8.56 |
| 799 | 2026-09-04T03:14:15.666Z | Downloaded hickory-resolver v0.24.4 |
| 800 | 2026-09-04T03:14:15.666Z | Downloaded rand v0.9.5 |
| 801 | 2026-09-04T03:14:15.666Z | Downloaded pest v2.8.8 |
| 802 | 2026-09-04T03:14:15.667Z | Downloaded serde_json v1.0.151 |
| 803 | 2026-09-04T03:14:15.667Z | Downloaded zerocopy v0.8.56 |
| 804 | 2026-09-04T03:14:15.672Z | Downloaded quinn v0.11.11 |
| 805 | 2026-09-04T03:14:15.672Z | Downloaded futures-util v0.3.34 |
| 806 | 2026-09-04T03:14:15.678Z | Downloaded curve25519-dalek v4.1.3 |
| 807 | 2026-09-04T03:14:15.689Z | Downloaded goblin v0.10.7 |
| 808 | 2026-09-04T03:14:15.694Z | Downloaded rayon v1.12.0 |
| 809 | 2026-09-04T03:14:15.694Z | Downloaded reqwest v0.12.28 |
| 810 | 2026-09-04T03:14:15.694Z | Downloaded webpki-roots v1.0.9 |
| 811 | 2026-09-04T03:14:15.699Z | Downloaded portable-atomic v1.15.0 |
| 812 | 2026-09-04T03:14:15.703Z | Downloaded typed-path v0.9.3 |
| 813 | 2026-09-04T03:14:15.703Z | Downloaded tough v0.22.0 |
| 814 | 2026-09-04T03:14:15.707Z | Downloaded rustix v0.38.44 |
| 815 | 2026-09-04T03:14:15.726Z | Downloaded goblin v0.8.2 |
| 816 | 2026-09-04T03:14:15.729Z | Downloaded unicode-width v0.1.14 |
| 817 | 2026-09-04T03:14:15.735Z | Downloaded tower-http v0.6.11 |
| 818 | 2026-09-04T03:14:15.741Z | Downloaded regress v0.10.5 |
| 819 | 2026-09-04T03:14:15.746Z | Downloaded hkdf v0.12.4 |
| 820 | 2026-09-04T03:14:15.756Z | Downloaded tabled v0.15.0 |
| 821 | 2026-09-04T03:14:15.762Z | Downloaded dropshot v0.17.1 |
| 822 | 2026-09-04T03:14:15.774Z | Downloaded hashbrown v0.17.1 |
| 823 | 2026-09-04T03:14:15.779Z | Downloaded regex-syntax v0.8.11 |
| 824 | 2026-09-04T03:14:15.783Z | Downloaded time v0.3.55 |
| 825 | 2026-09-04T03:14:15.792Z | Downloaded proptest v1.11.0 |
| 826 | 2026-09-04T03:14:15.798Z | Downloaded regress v0.11.1 |
| 827 | 2026-09-04T03:14:15.806Z | Downloaded h2 v0.4.15 |
| 828 | 2026-09-04T03:14:15.809Z | Downloaded quinn-proto v0.11.16 |
| 829 | 2026-09-04T03:14:15.813Z | Downloaded tabled v0.21.0 |
| 830 | 2026-09-04T03:14:15.821Z | Downloaded tracing v0.1.44 |
| 831 | 2026-09-04T03:14:15.844Z | Downloaded serde_with v3.22.0 |
| 832 | 2026-09-04T03:14:15.857Z | Downloaded rhai v1.26.0 |
| 833 | 2026-09-04T03:14:15.864Z | Downloaded syn v2.0.119 |
| 834 | 2026-09-04T03:14:15.869Z | Downloaded smoltcp v0.11.0 |
| 835 | 2026-09-04T03:14:15.883Z | Downloaded nix v0.31.3 |
| 836 | 2026-09-04T03:14:15.893Z | Downloaded syn v3.0.3 |
| 837 | 2026-09-04T03:14:15.904Z | Downloaded unicode-width v0.2.2 |
| 838 | 2026-09-04T03:14:15.904Z | Downloaded syn v1.0.109 |
| 839 | 2026-09-04T03:14:15.916Z | Downloaded chrono-tz v0.10.4 |
| 840 | 2026-09-04T03:14:15.928Z | Downloaded openssl v0.10.81 |
| 841 | 2026-09-04T03:14:15.928Z | Downloaded csv v1.4.0 |
| 842 | 2026-09-04T03:14:15.948Z | Downloaded petgraph v0.6.5 |
| 843 | 2026-09-04T03:14:15.959Z | Downloaded petgraph v0.8.3 |
| 844 | 2026-09-04T03:14:15.965Z | Downloaded sha3 v0.10.9 |
| 845 | 2026-09-04T03:14:15.965Z | Downloaded hickory-proto v0.24.4 |
| 846 | 2026-09-04T03:14:15.969Z | Downloaded rustls v0.23.43 |
| 847 | 2026-09-04T03:14:15.972Z | Downloaded openapiv3 v2.2.0 |
| 848 | 2026-09-04T03:14:15.980Z | Downloaded rustix v1.1.4 |
| 849 | 2026-09-04T03:14:16.036Z | Downloaded typify-impl v0.6.2 |
| 850 | 2026-09-04T03:14:16.066Z | Downloaded typify-impl v0.4.3 |
| 851 | 2026-09-04T03:14:16.066Z | Downloaded sled v0.34.7 |
| 852 | 2026-09-04T03:14:16.066Z | Downloaded encoding_rs v0.8.35 |
| 853 | 2026-09-04T03:14:16.066Z | Downloaded hickory-proto v0.25.2 |
| 854 | 2026-09-04T03:14:16.086Z | Downloaded jiff v0.2.35 |
| 855 | 2026-09-04T03:14:16.087Z | Downloaded regex-automata v0.4.18 |
| 856 | 2026-09-04T03:14:16.120Z | Downloaded lzma-sys v0.1.20 |
| 857 | 2026-09-04T03:14:16.142Z | Downloaded libc v0.2.189 |
| 858 | 2026-09-04T03:14:16.164Z | Downloaded tokio v1.53.1 |
| 859 | 2026-09-04T03:14:16.189Z | Downloaded ring v0.17.14 |
| 860 | 2026-09-04T03:14:16.443Z | Downloaded aws-lc-sys v0.44.0 |
| 861 | 2026-09-04T03:14:17.412Z | Compiling proc-macro2 v1.0.107 |
| 862 | 2026-09-04T03:14:17.412Z | Compiling unicode-ident v1.0.24 |
| 863 | 2026-09-04T03:14:17.412Z | Compiling quote v1.0.47 |
| 864 | 2026-09-04T03:14:17.412Z | Compiling serde_core v1.0.229 |
| 865 | 2026-09-04T03:14:17.422Z | Compiling cfg-if v1.0.4 |
| 866 | 2026-09-04T03:14:17.422Z | Compiling serde v1.0.229 |
| 867 | 2026-09-04T03:14:17.422Z | Compiling libc v0.2.189 |
| 868 | 2026-09-04T03:14:17.422Z | Compiling memchr v2.8.3 |
| 869 | 2026-09-04T03:14:17.648Z | Compiling itoa v1.0.18 |
| 870 | 2026-09-04T03:14:17.844Z | Compiling zmij v1.0.23 |
| 871 | 2026-09-04T03:14:17.889Z | Compiling autocfg v1.5.1 |
| 872 | 2026-09-04T03:14:17.912Z | Compiling libm v0.2.16 |
| 873 | 2026-09-04T03:14:18.228Z | Compiling stable_deref_trait v1.2.1 |
| 874 | 2026-09-04T03:14:18.238Z | Compiling writeable v0.6.3 |
| 875 | 2026-09-04T03:14:18.295Z | Compiling litemap v0.8.2 |
| 876 | 2026-09-04T03:14:18.327Z | Compiling utf8_iter v1.0.4 |
| 877 | 2026-09-04T03:14:18.432Z | Compiling icu_normalizer_data v2.2.0 |
| 878 | 2026-09-04T03:14:18.441Z | Compiling icu_properties_data v2.2.0 |
| 879 | 2026-09-04T03:14:18.455Z | Compiling percent-encoding v2.3.2 |
| 880 | 2026-09-04T03:14:18.465Z | Compiling iana-time-zone v0.1.65 |
| 881 | 2026-09-04T03:14:18.500Z | Compiling version_check v0.9.5 |
| 882 | 2026-09-04T03:14:18.702Z | Compiling equivalent v1.0.2 |
| 883 | 2026-09-04T03:14:18.753Z | Compiling form_urlencoded v1.2.2 |
| 884 | 2026-09-04T03:14:18.763Z | Compiling allocator-api2 v0.2.21 |
| 885 | 2026-09-04T03:14:18.780Z | Compiling serde_json v1.0.151 |
| 886 | 2026-09-04T03:14:18.844Z | Compiling syn v2.0.119 |
| 887 | 2026-09-04T03:14:18.923Z | Compiling syn v3.0.3 |
| 888 | 2026-09-04T03:14:18.942Z | Compiling pin-project-lite v0.2.17 |
| 889 | 2026-09-04T03:14:18.961Z | Compiling dyn-clone v1.0.20 |
| 890 | 2026-09-04T03:14:19.020Z | Compiling scopeguard v1.2.0 |
| 891 | 2026-09-04T03:14:19.030Z | Compiling parking_lot_core v0.9.12 |
| 892 | 2026-09-04T03:14:19.094Z | Compiling hashbrown v0.17.1 |
| 893 | 2026-09-04T03:14:19.102Z | Compiling lock_api v0.4.14 |
| 894 | 2026-09-04T03:14:19.125Z | Compiling num-traits v0.2.19 |
| 895 | 2026-09-04T03:14:19.306Z | Compiling getrandom v0.4.3 |
| 896 | 2026-09-04T03:14:19.334Z | Compiling thiserror v2.0.20 |
| 897 | 2026-09-04T03:14:19.848Z | Compiling rand_core v0.10.1 |
| 898 | 2026-09-04T03:14:19.852Z | Compiling errno v0.3.14 |
| 899 | 2026-09-04T03:14:19.852Z | Compiling log v0.4.33 |
| 900 | 2026-09-04T03:14:19.852Z | Compiling semver v1.0.28 |
| 901 | 2026-09-04T03:14:19.852Z | Compiling indexmap v2.14.0 |
| 902 | 2026-09-04T03:14:19.856Z | Compiling heck v0.5.0 |
| 903 | 2026-09-04T03:14:19.860Z | Compiling futures-core v0.3.34 |
| 904 | 2026-09-04T03:14:20.068Z | Compiling zerocopy v0.8.56 |
| 905 | 2026-09-04T03:14:20.115Z | Compiling uuid v1.26.0 |
| 906 | 2026-09-04T03:14:20.125Z | Compiling futures-sink v0.3.34 |
| 907 | 2026-09-04T03:14:20.225Z | Compiling schemars v0.8.22 |
| 908 | 2026-09-04T03:14:20.479Z | Compiling slab v0.4.12 |
| 909 | 2026-09-04T03:14:20.497Z | Compiling jobserver v0.1.35 |
| 910 | 2026-09-04T03:14:20.497Z | Compiling fnv v1.0.7 |
| 911 | 2026-09-04T03:14:20.538Z | Compiling find-msvc-tools v0.1.10 |
| 912 | 2026-09-04T03:14:20.572Z | Compiling shlex v2.0.1 |
| 913 | 2026-09-04T03:14:21.036Z | Compiling rustversion v1.0.23 |
| 914 | 2026-09-04T03:14:21.040Z | Compiling cc v1.4.2 |
| 915 | 2026-09-04T03:14:21.040Z | Compiling futures-channel v0.3.34 |
| 916 | 2026-09-04T03:14:21.040Z | Compiling bitflags v2.13.1 |
| 917 | 2026-09-04T03:14:21.040Z | Compiling futures-task v0.3.34 |
| 918 | 2026-09-04T03:14:21.040Z | Compiling futures-io v0.3.34 |
| 919 | 2026-09-04T03:14:21.040Z | Compiling pkg-config v0.3.33 |
| 920 | 2026-09-04T03:14:21.040Z | Compiling socket2 v0.6.5 |
| 921 | 2026-09-04T03:14:21.133Z | Compiling portable-atomic v1.15.0 |
| 922 | 2026-09-04T03:14:21.146Z | Compiling signal-hook-registry v1.4.8 |
| 923 | 2026-09-04T03:14:21.448Z | Compiling mio v1.2.2 |
| 924 | 2026-09-04T03:14:21.471Z | Compiling critical-section v1.2.0 |
| 925 | 2026-09-04T03:14:21.520Z | Compiling dunce v1.0.5 |
| 926 | 2026-09-04T03:14:21.580Z | Compiling cmake v0.1.58 |
| 927 | 2026-09-04T03:14:21.618Z | Compiling synstructure v0.13.2 |
| 928 | 2026-09-04T03:14:22.044Z | Compiling serde_derive_internals v0.29.1 |
| 929 | 2026-09-04T03:14:22.056Z | Compiling typenum v1.20.1 |
| 930 | 2026-09-04T03:14:22.056Z | Compiling fs_extra v1.3.0 |
| 931 | 2026-09-04T03:14:22.109Z | Compiling once_cell v1.21.4 |
| 932 | 2026-09-04T03:14:22.124Z | Compiling base64 v0.22.1 |
| 933 | 2026-09-04T03:14:22.134Z | Compiling serde_derive v1.0.229 |
| 934 | 2026-09-04T03:14:22.178Z | Compiling displaydoc v0.2.7 |
| 935 | 2026-09-04T03:14:22.232Z | Compiling thiserror-impl v2.0.20 |
| 936 | 2026-09-04T03:14:22.327Z | Compiling tokio-macros v2.7.2 |
| 937 | 2026-09-04T03:14:22.785Z | Compiling futures-macro v0.3.34 |
| 938 | 2026-09-04T03:14:22.788Z | Compiling aws-lc-sys v0.44.0 |
| 939 | 2026-09-04T03:14:22.788Z | Compiling slog v2.8.2 |
| 940 | 2026-09-04T03:14:22.869Z | Compiling zerofrom-derive v0.1.7 |
| 941 | 2026-09-04T03:14:22.995Z | Compiling yoke-derive v0.8.2 |
| 942 | 2026-09-04T03:14:23.002Z | Compiling zerovec-derive v0.11.3 |
| 943 | 2026-09-04T03:14:23.060Z | Compiling schemars_derive v0.8.22 |
| 944 | 2026-09-04T03:14:23.179Z | Compiling zerocopy-derive v0.8.56 |
| 945 | 2026-09-04T03:14:23.556Z | Compiling zeroize_derive v1.5.0 |
| 946 | 2026-09-04T03:14:23.616Z | Compiling futures-util v0.3.34 |
| 947 | 2026-09-04T03:14:24.028Z | Compiling byteorder v1.5.0 |
| 948 | 2026-09-04T03:14:24.484Z | Compiling zerofrom v0.1.8 |
| 949 | 2026-09-04T03:14:24.495Z | Compiling yoke v0.8.3 |
| 950 | 2026-09-04T03:14:24.495Z | Compiling zeroize v1.9.0 |
| 951 | 2026-09-04T03:14:24.495Z | Compiling rustix v1.1.4 |
| 952 | 2026-09-04T03:14:24.495Z | Compiling strsim v0.11.1 |
| 953 | 2026-09-04T03:14:24.495Z | Compiling zerovec v0.11.6 |
| 954 | 2026-09-04T03:14:24.495Z | Compiling zerotrie v0.2.4 |
| 955 | 2026-09-04T03:14:24.611Z | Compiling subtle v2.6.1 |
| 956 | 2026-09-04T03:14:24.735Z | Compiling regex-syntax v0.8.11 |
| 957 | 2026-09-04T03:14:24.775Z | Compiling httparse v1.10.1 |
| 958 | 2026-09-04T03:14:24.823Z | Compiling tinystr v0.8.3 |
| 959 | 2026-09-04T03:14:24.886Z | Compiling potential_utf v0.1.5 |
| 960 | 2026-09-04T03:14:25.018Z | Compiling icu_locale_core v2.2.0 |
| 961 | 2026-09-04T03:14:25.045Z | Compiling icu_collections v2.2.0 |
| 962 | 2026-09-04T03:14:25.085Z | Compiling ipnet v2.12.1 |
| 963 | 2026-09-04T03:14:25.208Z | Compiling bytes v1.12.1 |
| 964 | 2026-09-04T03:14:25.551Z | Compiling smallvec v1.15.2 |
| 965 | 2026-09-04T03:14:25.593Z | Compiling chrono v0.4.45 |
| 966 | 2026-09-04T03:14:25.781Z | Compiling icu_provider v2.2.0 |
| 967 | 2026-09-04T03:14:25.891Z | Compiling http v1.5.0 |
| 968 | 2026-09-04T03:14:26.067Z | Compiling icu_properties v2.2.0 |
| 969 | 2026-09-04T03:14:26.097Z | Compiling icu_normalizer v2.2.0 |
| 970 | 2026-09-04T03:14:26.133Z | Compiling parking_lot v0.12.5 |
| 971 | 2026-09-04T03:14:26.591Z | Compiling tokio v1.53.1 |
| 972 | 2026-09-04T03:14:26.741Z | Compiling erased-serde v0.3.31 |
| 973 | 2026-09-04T03:14:26.905Z | Compiling serde_tokenstream v0.2.3 |
| 974 | 2026-09-04T03:14:27.496Z | Compiling idna_adapter v1.2.2 |
| 975 | 2026-09-04T03:14:27.500Z | Compiling idna v1.1.0 |
| 976 | 2026-09-04T03:14:27.500Z | Compiling http-body v1.1.0 |
| 977 | 2026-09-04T03:14:27.500Z | Compiling atomic-waker v1.1.2 |
| 978 | 2026-09-04T03:14:27.500Z | Compiling tower-layer v0.3.3 |
| 979 | 2026-09-04T03:14:27.500Z | Compiling tower-service v0.3.3 |
| 980 | 2026-09-04T03:14:27.500Z | Compiling ppv-lite86 v0.2.21 |
| 981 | 2026-09-04T03:14:27.519Z | Compiling url v2.5.8 |
| 982 | 2026-09-04T03:14:27.578Z | Compiling getrandom v0.2.17 |
| 983 | 2026-09-04T03:14:27.589Z | Compiling thiserror v1.0.69 |
| 984 | 2026-09-04T03:14:27.744Z | Compiling ucd-trie v0.1.7 |
| 985 | 2026-09-04T03:14:27.774Z | Compiling getrandom v0.3.4 |
| 986 | 2026-09-04T03:14:27.794Z | Compiling untrusted v0.9.0 |
| 987 | 2026-09-04T03:14:27.910Z | Compiling try-lock v0.2.5 |
| 988 | 2026-09-04T03:14:27.921Z | Compiling ryu v1.0.23 |
| 989 | 2026-09-04T03:14:28.017Z | Compiling want v0.3.1 |
| 990 | 2026-09-04T03:14:28.500Z | Compiling pest v2.8.8 |
| 991 | 2026-09-04T03:14:28.506Z | Compiling rand_core v0.6.4 |
| 992 | 2026-09-04T03:14:28.506Z | Compiling thiserror-impl v1.0.69 |
| 993 | 2026-09-04T03:14:28.506Z | Compiling httpdate v1.0.3 |
| 994 | 2026-09-04T03:14:28.506Z | Compiling pretty-hex v0.4.2 |
| 995 | 2026-09-04T03:14:28.506Z | Compiling winnow v1.0.4 |
| 996 | 2026-09-04T03:14:28.507Z | Compiling plain v0.2.3 |
| 997 | 2026-09-04T03:14:28.507Z | Compiling paste v1.0.15 |
| 998 | 2026-09-04T03:14:28.550Z | Compiling foldhash v0.2.0 |
| 999 | 2026-09-04T03:14:28.766Z | Compiling ipnetwork v0.21.1 |
| 1000 | 2026-09-04T03:14:28.777Z | Compiling tracing-attributes v0.1.31 |
| 1001 | 2026-09-04T03:14:29.194Z | Compiling pest_meta v2.8.8 |
| 1002 | 2026-09-04T03:14:29.324Z | Compiling oxnet v0.1.7 |
| 1003 | 2026-09-04T03:14:29.391Z | Compiling tracing-core v0.1.36 |
| 1004 | 2026-09-04T03:14:29.848Z | Compiling omicron-workspace-hack v0.1.0 |
| 1005 | 2026-09-04T03:14:29.851Z | Compiling ident_case v1.0.1 |
| 1006 | 2026-09-04T03:14:29.851Z | Compiling serde_urlencoded v0.7.1 |
| 1007 | 2026-09-04T03:14:29.851Z | Compiling pest_generator v2.8.8 |
| 1008 | 2026-09-04T03:14:29.899Z | Compiling http-body-util v0.1.5 |
| 1009 | 2026-09-04T03:14:29.946Z | Compiling tracing v0.1.44 |
| 1010 | 2026-09-04T03:14:29.982Z | Compiling aho-corasick v1.1.5 |
| 1011 | 2026-09-04T03:14:30.107Z | Compiling sync_wrapper v1.0.2 |
| 1012 | 2026-09-04T03:14:30.175Z | Compiling daft-derive v0.1.8 |
| 1013 | 2026-09-04T03:14:30.436Z | Compiling fastrand v2.5.0 |
| 1014 | 2026-09-04T03:14:30.478Z | Compiling pest_derive v2.8.8 |
| 1015 | 2026-09-04T03:14:30.598Z | Compiling hashbrown v0.16.1 |
| 1016 | 2026-09-04T03:14:30.905Z | Compiling regex-automata v0.4.18 |
| 1017 | 2026-09-04T03:14:31.042Z | Compiling tokio-util v0.7.19 |
| 1018 | 2026-09-04T03:14:31.190Z | Compiling scroll_derive v0.13.1 |
| 1019 | 2026-09-04T03:14:31.277Z | Compiling async-trait v0.1.92 |
| 1020 | 2026-09-04T03:14:31.407Z | Compiling anyhow v1.0.104 |
| 1021 | 2026-09-04T03:14:31.745Z | Compiling aws-lc-rs v1.18.0 |
| 1022 | 2026-09-04T03:14:31.847Z | Compiling time-core v0.1.9 |
| 1023 | 2026-09-04T03:14:32.028Z | Compiling num-conv v0.2.2 |
| 1024 | 2026-09-04T03:14:32.033Z | Compiling scroll v0.13.0 |
| 1025 | 2026-09-04T03:14:32.182Z | Compiling time-macros v0.2.32 |
| 1026 | 2026-09-04T03:14:32.672Z | Compiling rustls-pki-types v1.15.1 |
| 1027 | 2026-09-04T03:14:32.680Z | Compiling hex v0.4.3 |
| 1028 | 2026-09-04T03:14:32.680Z | Compiling deranged v0.5.8 |
| 1029 | 2026-09-04T03:14:32.680Z | Compiling powerfmt v0.2.0 |
| 1030 | 2026-09-04T03:14:33.182Z | Compiling regex v1.13.1 |
| 1031 | 2026-09-04T03:14:33.196Z | Compiling openssl-probe v0.2.1 |
| 1032 | 2026-09-04T03:14:33.196Z | Compiling num_threads v0.1.7 |
| 1033 | 2026-09-04T03:14:33.196Z | Compiling goblin v0.10.7 |
| 1034 | 2026-09-04T03:14:33.214Z | Compiling untrusted v0.7.1 |
| 1035 | 2026-09-04T03:14:33.310Z | Compiling camino v1.2.5 |
| 1036 | 2026-09-04T03:14:33.422Z | Compiling rustls v0.23.43 |
| 1037 | 2026-09-04T03:14:33.532Z | Compiling crc32fast v1.5.0 |
| 1038 | 2026-09-04T03:14:33.548Z | Compiling usdt-impl v0.6.0 |
| 1039 | 2026-09-04T03:14:34.025Z | Compiling h2 v0.4.15 |
| 1040 | 2026-09-04T03:14:34.438Z | Compiling dtrace-parser v0.3.0 |
| 1041 | 2026-09-04T03:14:34.438Z | Compiling futures-executor v0.3.34 |
| 1042 | 2026-09-04T03:14:34.438Z | Compiling crossbeam-utils v0.8.22 |
| 1043 | 2026-09-04T03:14:34.441Z | Compiling serde_tokenstream v0.3.0 |
| 1044 | 2026-09-04T03:14:34.441Z | Compiling structmeta-derive v0.3.0 |
| 1045 | 2026-09-04T03:14:34.441Z | Compiling thread-id v5.1.0 |
| 1046 | 2026-09-04T03:14:34.441Z | Compiling cpufeatures v0.3.0 |
| 1047 | 2026-09-04T03:14:34.441Z | Compiling adler2 v2.0.1 |
| 1048 | 2026-09-04T03:14:34.441Z | Compiling simd-adler32 v0.3.10 |
| 1049 | 2026-09-04T03:14:34.536Z | Compiling newtype-uuid-macros v0.1.1 |
| 1050 | 2026-09-04T03:14:34.621Z | Compiling miniz_oxide v0.8.9 |
| 1051 | 2026-09-04T03:14:35.460Z | Compiling futures v0.3.34 |
| 1052 | 2026-09-04T03:14:35.865Z | Compiling rand_core v0.9.5 |
| 1053 | 2026-09-04T03:14:35.865Z | Compiling structmeta v0.3.0 |
| 1054 | 2026-09-04T03:14:35.865Z | Compiling darling_core v0.23.0 |
| 1055 | 2026-09-04T03:14:35.866Z | Compiling hybrid-array v0.4.14 |
| 1056 | 2026-09-04T03:14:35.866Z | Compiling thread_local v1.1.10 |
| 1057 | 2026-09-04T03:14:35.870Z | Compiling match_cfg v0.1.0 |
| 1058 | 2026-09-04T03:14:35.870Z | Compiling flate2 v1.1.9 |
| 1059 | 2026-09-04T03:14:35.870Z | Compiling hyper v1.11.0 |
| 1060 | 2026-09-04T03:14:35.931Z | Compiling dof v0.4.0 |
| 1061 | 2026-09-04T03:14:35.960Z | Compiling newtype-uuid v1.4.0 |
| 1062 | 2026-09-04T03:14:36.288Z | Compiling quick-error v1.2.3 |
| 1063 | 2026-09-04T03:14:36.393Z | Compiling ref-cast v1.0.26 |
| 1064 | 2026-09-04T03:14:37.168Z | Compiling compression-core v0.4.32 |
| 1065 | 2026-09-04T03:14:37.176Z | Compiling hyper-util v0.1.20 |
| 1066 | 2026-09-04T03:14:37.223Z | Compiling slog-async v2.8.0 |
| 1067 | 2026-09-04T03:14:37.344Z | Compiling darling_macro v0.23.0 |
| 1068 | 2026-09-04T03:14:37.455Z | Compiling compression-codecs v0.4.38 |
| 1069 | 2026-09-04T03:14:37.557Z | Compiling daft v0.1.8 |
| 1070 | 2026-09-04T03:14:37.975Z | Compiling crypto-common v0.2.2 |
| 1071 | 2026-09-04T03:14:37.987Z | Compiling block-buffer v0.12.1 |
| 1072 | 2026-09-04T03:14:37.987Z | Compiling rand_chacha v0.9.0 |
| 1073 | 2026-09-04T03:14:37.987Z | Compiling strum_macros v0.26.4 |
| 1074 | 2026-09-04T03:14:37.988Z | Compiling darling v0.23.0 |
| 1075 | 2026-09-04T03:14:38.019Z | Compiling ref-cast-impl v1.0.26 |
| 1076 | 2026-09-04T03:14:38.155Z | Compiling serde_spanned v1.1.1 |
| 1077 | 2026-09-04T03:14:38.179Z | Compiling multer v3.1.0 |
| 1078 | 2026-09-04T03:14:38.199Z | Compiling usdt-attr-macro v0.6.0 |
| 1079 | 2026-09-04T03:14:38.298Z | Compiling usdt-macro v0.6.0 |
| 1080 | 2026-09-04T03:14:38.372Z | Compiling generic-array v0.14.7 |
| 1081 | 2026-09-04T03:14:38.507Z | Compiling debug-ignore v1.0.5 |
| 1082 | 2026-09-04T03:14:38.583Z | Compiling take_mut v0.2.2 |
| 1083 | 2026-09-04T03:14:38.593Z | Compiling bit-vec v0.8.0 |
| 1084 | 2026-09-04T03:14:38.600Z | Compiling term v1.2.1 |
| 1085 | 2026-09-04T03:14:38.610Z | Compiling const-oid v0.10.2 |
| 1086 | 2026-09-04T03:14:38.681Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1087 | 2026-09-04T03:14:38.807Z | Compiling bit-set v0.8.0 |
| 1088 | 2026-09-04T03:14:38.818Z | Compiling digest v0.11.3 |
| 1089 | 2026-09-04T03:14:38.978Z | Compiling serde_with_macros v3.22.0 |
| 1090 | 2026-09-04T03:14:39.034Z | Compiling rand v0.9.5 |
| 1091 | 2026-09-04T03:14:39.285Z | Compiling async-stream-impl v0.3.6 |
| 1092 | 2026-09-04T03:14:39.326Z | Compiling dropshot v0.17.1 |
| 1093 | 2026-09-04T03:14:39.403Z | Compiling encoding_rs v0.8.35 |
| 1094 | 2026-09-04T03:14:39.427Z | Compiling strum v0.26.3 |
| 1095 | 2026-09-04T03:14:39.553Z | Compiling syn v1.0.109 |
| 1096 | 2026-09-04T03:14:39.675Z | Compiling mime v0.3.17 |
| 1097 | 2026-09-04T03:14:39.780Z | Compiling unarray v0.1.4 |
| 1098 | 2026-09-04T03:14:40.264Z | Compiling spin v0.9.9 |
| 1099 | 2026-09-04T03:14:40.273Z | Compiling async-stream v0.3.6 |
| 1100 | 2026-09-04T03:14:40.273Z | Compiling sha1 v0.11.0 |
| 1101 | 2026-09-04T03:14:40.274Z | Compiling derive-ex v0.1.8 |
| 1102 | 2026-09-04T03:14:40.274Z | Compiling tower v0.5.3 |
| 1103 | 2026-09-04T03:14:40.274Z | Compiling waitgroup v0.1.2 |
| 1104 | 2026-09-04T03:14:40.274Z | Compiling dropshot_endpoint v0.17.1 |
| 1105 | 2026-09-04T03:14:40.274Z | Compiling macaddr v1.0.1 |
| 1106 | 2026-09-04T03:14:40.274Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1107 | 2026-09-04T03:14:40.388Z | Compiling serde_path_to_error v0.1.20 |
| 1108 | 2026-09-04T03:14:40.684Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1109 | 2026-09-04T03:14:41.137Z | Compiling tower-http v0.6.11 |
| 1110 | 2026-09-04T03:14:41.156Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1111 | 2026-09-04T03:14:41.156Z | Compiling tempfile v3.27.0 |
| 1112 | 2026-09-04T03:14:41.156Z | Compiling openapiv3 v2.2.0 |
| 1113 | 2026-09-04T03:14:41.163Z | Compiling strum_macros v0.27.2 |
| 1114 | 2026-09-04T03:14:41.575Z | Compiling test-strategy v0.4.5 |
| 1115 | 2026-09-04T03:14:42.135Z | Compiling instant v0.1.13 |
| 1116 | 2026-09-04T03:14:42.142Z | Compiling time v0.3.55 |
| 1117 | 2026-09-04T03:14:42.669Z | Compiling rustls-native-certs v0.8.4 |
| 1118 | 2026-09-04T03:14:42.713Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1119 | 2026-09-04T03:14:42.844Z | Compiling crossbeam-channel v0.5.16 |
| 1120 | 2026-09-04T03:14:43.007Z | Compiling crypto-common v0.1.7 |
| 1121 | 2026-09-04T03:14:43.049Z | Compiling strum v0.27.2 |
| 1122 | 2026-09-04T03:14:43.325Z | Compiling parse-display-derive v0.10.0 |
| 1123 | 2026-09-04T03:14:43.456Z | Compiling backon v1.6.0 |
| 1124 | 2026-09-04T03:14:43.641Z | Compiling rand_chacha v0.3.1 |
| 1125 | 2026-09-04T03:14:43.740Z | Compiling either v1.17.0 |
| 1126 | 2026-09-04T03:14:43.936Z | Compiling rand v0.8.7 |
| 1127 | 2026-09-04T03:14:43.965Z | Compiling slog-json v2.6.1 |
| 1128 | 2026-09-04T03:14:44.194Z | Compiling hostname v0.3.1 |
| 1129 | 2026-09-04T03:14:44.557Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1130 | 2026-09-04T03:14:44.566Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1131 | 2026-09-04T03:14:44.627Z | Compiling is-terminal v0.4.17 |
| 1132 | 2026-09-04T03:14:44.662Z | Compiling memmap2 v0.9.11 |
| 1133 | 2026-09-04T03:14:44.750Z | Compiling wait-timeout v0.2.1 |
| 1134 | 2026-09-04T03:14:44.905Z | Compiling usdt v0.6.0 |
| 1135 | 2026-09-04T03:14:44.983Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1136 | 2026-09-04T03:14:45.027Z | Compiling rusty-fork v0.3.1 |
| 1137 | 2026-09-04T03:14:45.060Z | Compiling slog-term v2.9.2 |
| 1138 | 2026-09-04T03:14:45.230Z | Compiling slog-bunyan v2.5.0 |
| 1139 | 2026-09-04T03:14:45.746Z | Compiling serde_with v3.22.0 |
| 1140 | 2026-09-04T03:14:45.750Z | Compiling async-compression v0.4.43 |
| 1141 | 2026-09-04T03:14:45.750Z | Compiling rand_xorshift v0.4.0 |
| 1142 | 2026-09-04T03:14:45.750Z | Compiling rustls-pemfile v2.2.0 |
| 1143 | 2026-09-04T03:14:45.750Z | Compiling regress v0.10.5 |
| 1144 | 2026-09-04T03:14:45.750Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1145 | 2026-09-04T03:14:45.750Z | Compiling hostname v0.4.2 |
| 1146 | 2026-09-04T03:14:45.774Z | Compiling humantime v2.4.0 |
| 1147 | 2026-09-04T03:14:45.844Z | Compiling proptest v1.11.0 |
| 1148 | 2026-09-04T03:14:46.432Z | Compiling iddqd v0.4.6 |
| 1149 | 2026-09-04T03:14:46.621Z | Compiling reqwest v0.12.28 |
| 1150 | 2026-09-04T03:14:46.654Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1151 | 2026-09-04T03:14:46.904Z | Compiling block-buffer v0.10.4 |
| 1152 | 2026-09-04T03:14:47.505Z | Compiling utf8parse v0.2.2 |
| 1153 | 2026-09-04T03:14:47.519Z | Compiling anstyle-parse v1.0.0 |
| 1154 | 2026-09-04T03:14:47.519Z | Compiling digest v0.10.7 |
| 1155 | 2026-09-04T03:14:47.519Z | Compiling parse-display v0.10.0 |
| 1156 | 2026-09-04T03:14:47.574Z | Compiling backoff v0.4.0 |
| 1157 | 2026-09-04T03:14:47.685Z | Compiling progenitor-client v0.10.0 |
| 1158 | 2026-09-04T03:14:47.697Z | Compiling itertools v0.14.0 |
| 1159 | 2026-09-04T03:14:47.751Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1160 | 2026-09-04T03:14:47.941Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1161 | 2026-09-04T03:14:48.524Z | Compiling colorchoice v1.0.5 |
| 1162 | 2026-09-04T03:14:48.740Z | Compiling anstyle-query v1.1.5 |
| 1163 | 2026-09-04T03:14:48.843Z | Compiling anstyle v1.0.14 |
| 1164 | 2026-09-04T03:14:48.935Z | Compiling is_terminal_polyfill v1.70.2 |
| 1165 | 2026-09-04T03:14:49.029Z | Compiling anstream v1.0.0 |
| 1166 | 2026-09-04T03:14:49.347Z | Compiling clap_lex v1.1.0 |
| 1167 | 2026-09-04T03:14:49.675Z | Compiling regress v0.11.1 |
| 1168 | 2026-09-04T03:14:49.732Z | Compiling clap_derive v4.6.4 |
| 1169 | 2026-09-04T03:14:50.440Z | Compiling terminal_size v0.4.4 |
| 1170 | 2026-09-04T03:14:51.417Z | Compiling typify-impl v0.6.2 |
| 1171 | 2026-09-04T03:14:51.863Z | Compiling toml_datetime v0.6.11 |
| 1172 | 2026-09-04T03:14:51.886Z | Compiling zerocopy-derive v0.7.35 |
| 1173 | 2026-09-04T03:14:51.886Z | Compiling convert_case v0.4.0 |
| 1174 | 2026-09-04T03:14:51.886Z | Compiling cpufeatures v0.2.17 |
| 1175 | 2026-09-04T03:14:52.250Z | Compiling derive_more v0.99.20 |
| 1176 | 2026-09-04T03:14:53.690Z | Compiling clap_builder v4.6.6 |
| 1177 | 2026-09-04T03:14:53.748Z | Compiling zerocopy v0.7.35 |
| 1178 | 2026-09-04T03:14:53.748Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1179 | 2026-09-04T03:14:53.946Z | Compiling unicode-width v0.2.2 |
| 1180 | 2026-09-04T03:14:54.066Z | Compiling clap v4.6.6 |
| 1181 | 2026-09-04T03:14:54.196Z | Compiling proc-macro-crate v3.5.0 |
| 1182 | 2026-09-04T03:14:54.723Z | Compiling secrecy v0.10.3 |
| 1183 | 2026-09-04T03:14:54.737Z | Compiling float-ord v0.3.2 |
| 1184 | 2026-09-04T03:14:54.737Z | Compiling crucible-workspace-hack v0.1.0 |
| 1185 | 2026-09-04T03:14:54.737Z | Compiling tinyvec_macros v0.1.1 |
| 1186 | 2026-09-04T03:14:54.737Z | Compiling tinyvec v1.12.0 |
| 1187 | 2026-09-04T03:14:54.737Z | Compiling num_enum_derive v0.7.6 |
| 1188 | 2026-09-04T03:14:55.197Z | Compiling dtrace-parser v0.2.0 |
| 1189 | 2026-09-04T03:14:55.292Z | Compiling scroll_derive v0.12.1 |
| 1190 | 2026-09-04T03:14:55.297Z | Compiling num-integer v0.1.47 |
| 1191 | 2026-09-04T03:14:55.615Z | Compiling rustc_version v0.4.1 |
| 1192 | 2026-09-04T03:14:56.119Z | Compiling usdt-impl v0.5.0 |
| 1193 | 2026-09-04T03:14:56.134Z | Compiling crossbeam-epoch v0.9.20 |
| 1194 | 2026-09-04T03:14:56.134Z | Compiling scroll v0.12.0 |
| 1195 | 2026-09-04T03:14:56.134Z | Compiling curve25519-dalek v4.1.3 |
| 1196 | 2026-09-04T03:14:56.134Z | Compiling num_enum v0.7.6 |
| 1197 | 2026-09-04T03:14:56.264Z | Compiling dof v0.3.0 |
| 1198 | 2026-09-04T03:14:57.005Z | Compiling hmac v0.12.1 |
| 1199 | 2026-09-04T03:14:57.019Z | Compiling inout v0.1.4 |
| 1200 | 2026-09-04T03:14:57.019Z | Compiling darling_core v0.21.3 |
| 1201 | 2026-09-04T03:14:57.019Z | Compiling ff v0.13.1 |
| 1202 | 2026-09-04T03:14:57.019Z | Compiling thread-id v4.2.2 |
| 1203 | 2026-09-04T03:14:57.019Z | Compiling group v0.13.0 |
| 1204 | 2026-09-04T03:14:57.019Z | Compiling cipher v0.4.4 |
| 1205 | 2026-09-04T03:14:57.019Z | Compiling hkdf v0.12.4 |
| 1206 | 2026-09-04T03:14:57.295Z | Compiling goblin v0.8.2 |
| 1207 | 2026-09-04T03:14:57.466Z | Compiling num-iter v0.1.46 |
| 1208 | 2026-09-04T03:14:57.482Z | Compiling num-rational v0.4.2 |
| 1209 | 2026-09-04T03:14:57.732Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1210 | 2026-09-04T03:14:57.745Z | Compiling universal-hash v0.5.1 |
| 1211 | 2026-09-04T03:14:57.745Z | Compiling typify-macro v0.6.2 |
| 1212 | 2026-09-04T03:14:57.842Z | Compiling crypto-bigint v0.5.5 |
| 1213 | 2026-09-04T03:14:58.257Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1214 | 2026-09-04T03:14:58.261Z | Compiling half v2.7.1 |
| 1215 | 2026-09-04T03:14:58.507Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1216 | 2026-09-04T03:14:58.507Z | Compiling num-complex v0.4.6 |
| 1217 | 2026-09-04T03:14:58.769Z | Compiling darling_macro v0.21.3 |
| 1218 | 2026-09-04T03:14:58.993Z | Compiling ciborium-io v0.2.2 |
| 1219 | 2026-09-04T03:14:59.057Z | Compiling base64ct v1.8.3 |
| 1220 | 2026-09-04T03:14:59.098Z | Compiling base16ct v0.2.0 |
| 1221 | 2026-09-04T03:14:59.140Z | Compiling opaque-debug v0.3.1 |
| 1222 | 2026-09-04T03:14:59.577Z | Compiling poly1305 v0.8.0 |
| 1223 | 2026-09-04T03:14:59.589Z | Compiling elliptic-curve v0.13.8 |
| 1224 | 2026-09-04T03:14:59.589Z | Compiling darling v0.21.3 |
| 1225 | 2026-09-04T03:14:59.589Z | Compiling password-hash v0.5.0 |
| 1226 | 2026-09-04T03:14:59.589Z | Compiling ciborium-ll v0.2.2 |
| 1227 | 2026-09-04T03:14:59.794Z | Compiling typify v0.6.2 |
| 1228 | 2026-09-04T03:14:59.852Z | Compiling num v0.4.3 |
| 1229 | 2026-09-04T03:15:00.284Z | Compiling thiserror-no-std v2.0.2 |
| 1230 | 2026-09-04T03:15:00.301Z | Compiling chacha20 v0.9.1 |
| 1231 | 2026-09-04T03:15:00.310Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1232 | 2026-09-04T03:15:00.505Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1233 | 2026-09-04T03:15:00.888Z | Compiling blake2 v0.10.6 |
| 1234 | 2026-09-04T03:15:01.182Z | Compiling aead v0.5.2 |
| 1235 | 2026-09-04T03:15:01.267Z | Compiling byte-wrapper v0.1.0 |
| 1236 | 2026-09-04T03:15:01.357Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1237 | 2026-09-04T03:15:01.368Z | Compiling proc-macro-error-attr v1.0.4 |
| 1238 | 2026-09-04T03:15:01.657Z | Compiling keccak v0.1.6 |
| 1239 | 2026-09-04T03:15:01.702Z | Compiling prettyplease v0.2.37 |
| 1240 | 2026-09-04T03:15:01.742Z | Compiling rustix v0.38.44 |
| 1241 | 2026-09-04T03:15:01.882Z | Compiling unsafe-libyaml v0.2.11 |
| 1242 | 2026-09-04T03:15:01.933Z | Compiling heapless v0.8.0 |
| 1243 | 2026-09-04T03:15:02.431Z | Compiling serde_yaml v0.9.34+deprecated |
| 1244 | 2026-09-04T03:15:02.561Z | Compiling sha3 v0.10.9 |
| 1245 | 2026-09-04T03:15:02.857Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1246 | 2026-09-04T03:15:02.898Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1247 | 2026-09-04T03:15:03.529Z | Compiling chacha20poly1305 v0.10.1 |
| 1248 | 2026-09-04T03:15:04.028Z | Compiling argon2 v0.5.3 |
| 1249 | 2026-09-04T03:15:04.032Z | Compiling vsss-rs v3.3.4 |
| 1250 | 2026-09-04T03:15:04.032Z | Compiling ciborium v0.2.2 |
| 1251 | 2026-09-04T03:15:04.032Z | Compiling ingot-macros v0.1.1 |
| 1252 | 2026-09-04T03:15:04.189Z | Compiling usdt-macro v0.5.0 |
| 1253 | 2026-09-04T03:15:04.389Z | Compiling usdt-attr-macro v0.5.0 |
| 1254 | 2026-09-04T03:15:05.504Z | Compiling serde_spanned v0.6.9 |
| 1255 | 2026-09-04T03:15:05.644Z | Compiling hash32 v0.3.1 |
| 1256 | 2026-09-04T03:15:05.820Z | Compiling enum-as-inner v0.6.1 |
| 1257 | 2026-09-04T03:15:05.847Z | Compiling proc-macro-error v1.0.4 |
| 1258 | 2026-09-04T03:15:06.030Z | Compiling memmap v0.7.0 |
| 1259 | 2026-09-04T03:15:06.568Z | Compiling memoffset v0.9.1 |
| 1260 | 2026-09-04T03:15:06.599Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1261 | 2026-09-04T03:15:06.599Z | Compiling cfg_aliases v0.2.2 |
| 1262 | 2026-09-04T03:15:06.599Z | Compiling winnow v0.7.15 |
| 1263 | 2026-09-04T03:15:06.599Z | Compiling indent_write v2.2.0 |
| 1264 | 2026-09-04T03:15:06.599Z | Compiling data-encoding v2.11.1 |
| 1265 | 2026-09-04T03:15:06.599Z | Compiling smoltcp v0.11.0 |
| 1266 | 2026-09-04T03:15:06.599Z | Compiling toml_write v0.1.2 |
| 1267 | 2026-09-04T03:15:06.600Z | Compiling static_assertions v1.1.0 |
| 1268 | 2026-09-04T03:15:06.630Z | Compiling winnow v0.5.40 |
| 1269 | 2026-09-04T03:15:06.645Z | Compiling ingot-types v0.1.2 |
| 1270 | 2026-09-04T03:15:07.218Z | Compiling nix v0.31.3 |
| 1271 | 2026-09-04T03:15:07.224Z | Compiling usdt v0.5.0 |
| 1272 | 2026-09-04T03:15:07.224Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1273 | 2026-09-04T03:15:07.224Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1274 | 2026-09-04T03:15:07.224Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1275 | 2026-09-04T03:15:07.369Z | Compiling tabwriter v1.4.1 |
| 1276 | 2026-09-04T03:15:07.559Z | Compiling cobs v0.3.0 |
| 1277 | 2026-09-04T03:15:07.592Z | Compiling serde_repr v0.1.21 |
| 1278 | 2026-09-04T03:15:08.020Z | Compiling managed v0.8.0 |
| 1279 | 2026-09-04T03:15:08.032Z | Compiling toml_edit v0.22.27 |
| 1280 | 2026-09-04T03:15:08.032Z | Compiling bitflags v1.3.2 |
| 1281 | 2026-09-04T03:15:08.032Z | Compiling toml_edit v0.19.15 |
| 1282 | 2026-09-04T03:15:08.032Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1283 | 2026-09-04T03:15:08.032Z | Compiling crossbeam-deque v0.8.7 |
| 1284 | 2026-09-04T03:15:08.113Z | Compiling vcpkg v0.2.15 |
| 1285 | 2026-09-04T03:15:08.163Z | Compiling postcard v1.1.3 |
| 1286 | 2026-09-04T03:15:08.631Z | Compiling ingot v0.1.1 |
| 1287 | 2026-09-04T03:15:09.059Z | Compiling openssl-sys v0.9.117 |
| 1288 | 2026-09-04T03:15:09.175Z | Compiling toml v0.8.23 |
| 1289 | 2026-09-04T03:15:10.187Z | Compiling proc-macro-crate v1.3.1 |
| 1290 | 2026-09-04T03:15:10.322Z | Compiling hubpack_derive v0.1.1 |
| 1291 | 2026-09-04T03:15:10.407Z | Compiling foreign-types-macros v0.2.4 |
| 1292 | 2026-09-04T03:15:10.690Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1293 | 2026-09-04T03:15:10.994Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1294 | 2026-09-04T03:15:11.074Z | Compiling foreign-types-shared v0.3.1 |
| 1295 | 2026-09-04T03:15:11.074Z | Compiling rustls-webpki v0.103.14 |
| 1296 | 2026-09-04T03:15:11.075Z | Compiling rayon-core v1.13.0 |
| 1297 | 2026-09-04T03:15:11.075Z | Compiling resolv-conf v0.7.6 |
| 1298 | 2026-09-04T03:15:11.075Z | Compiling unicode-segmentation v1.13.3 |
| 1299 | 2026-09-04T03:15:11.888Z | Compiling colored v3.1.1 |
| 1300 | 2026-09-04T03:15:11.888Z | Compiling heck v0.4.1 |
| 1301 | 2026-09-04T03:15:11.996Z | Compiling linked-hash-map v0.5.6 |
| 1302 | 2026-09-04T03:15:12.178Z | Compiling semver v0.1.20 |
| 1303 | 2026-09-04T03:15:12.178Z | Compiling swrite v0.1.0 |
| 1304 | 2026-09-04T03:15:12.178Z | Compiling lru-cache v0.1.2 |
| 1305 | 2026-09-04T03:15:12.178Z | Compiling newline-converter v0.3.0 |
| 1306 | 2026-09-04T03:15:12.178Z | Compiling rustc_version v0.1.7 |
| 1307 | 2026-09-04T03:15:12.178Z | Compiling foreign-types v0.5.0 |
| 1308 | 2026-09-04T03:15:12.178Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1309 | 2026-09-04T03:15:12.178Z | Compiling hubpack v0.1.2 |
| 1310 | 2026-09-04T03:15:12.178Z | Compiling num_enum_derive v0.5.11 |
| 1311 | 2026-09-04T03:15:12.178Z | Compiling atomicwrites v0.4.4 |
| 1312 | 2026-09-04T03:15:12.292Z | Compiling hickory-proto v0.24.4 |
| 1313 | 2026-09-04T03:15:12.292Z | Compiling progenitor-impl v0.13.0 |
| 1314 | 2026-09-04T03:15:12.700Z | Compiling console v0.16.4 |
| 1315 | 2026-09-04T03:15:12.771Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1316 | 2026-09-04T03:15:13.245Z | Compiling camino-tempfile v1.4.1 |
| 1317 | 2026-09-04T03:15:13.344Z | Compiling chacha20 v0.10.1 |
| 1318 | 2026-09-04T03:15:13.475Z | Compiling serde-big-array v0.5.1 |
| 1319 | 2026-09-04T03:15:13.902Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1320 | 2026-09-04T03:15:14.320Z | Compiling derive-where v1.6.1 |
| 1321 | 2026-09-04T03:15:14.320Z | Compiling num-derive v0.4.2 |
| 1322 | 2026-09-04T03:15:14.320Z | Compiling pin-project-internal v1.1.13 |
| 1323 | 2026-09-04T03:15:14.332Z | Compiling cstr-argument v0.1.2 |
| 1324 | 2026-09-04T03:15:14.332Z | Compiling minimal-lexical v0.2.1 |
| 1325 | 2026-09-04T03:15:14.407Z | Compiling tokio-rustls v0.26.4 |
| 1326 | 2026-09-04T03:15:14.533Z | Compiling rustls-platform-verifier v0.7.0 |
| 1327 | 2026-09-04T03:15:14.675Z | Compiling hyper-rustls v0.27.9 |
| 1328 | 2026-09-04T03:15:14.967Z | Compiling reqwest v0.13.4 |
| 1329 | 2026-09-04T03:15:15.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1330 | 2026-09-04T03:15:15.663Z | Compiling similar v3.2.0 |
| 1331 | 2026-09-04T03:15:15.740Z | Compiling siphasher v1.0.3 |
| 1332 | 2026-09-04T03:15:15.818Z | Compiling progenitor-macro v0.13.0 |
| 1333 | 2026-09-04T03:15:16.315Z | Compiling phf_shared v0.12.1 |
| 1334 | 2026-09-04T03:15:16.320Z | Compiling pin-project v1.1.13 |
| 1335 | 2026-09-04T03:15:16.320Z | Compiling progenitor-client v0.14.0 |
| 1336 | 2026-09-04T03:15:16.597Z | Compiling progenitor-extras v0.2.0 |
| 1337 | 2026-09-04T03:15:17.325Z | Compiling expectorate v1.3.0 |
| 1338 | 2026-09-04T03:15:17.529Z | Compiling progenitor-client v0.13.0 |
| 1339 | 2026-09-04T03:15:17.588Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1340 | 2026-09-04T03:15:17.816Z | Compiling nom v7.1.3 |
| 1341 | 2026-09-04T03:15:19.177Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1342 | 2026-09-04T03:15:19.417Z | Compiling hickory-resolver v0.24.4 |
| 1343 | 2026-09-04T03:15:19.619Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1344 | 2026-09-04T03:15:19.766Z | Compiling rand v0.10.2 |
| 1345 | 2026-09-04T03:15:20.486Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1346 | 2026-09-04T03:15:20.594Z | Compiling num_enum v0.5.11 |
| 1347 | 2026-09-04T03:15:21.575Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1348 | 2026-09-04T03:15:21.580Z | Compiling newtype_derive v0.1.6 |
| 1349 | 2026-09-04T03:15:21.634Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1350 | 2026-09-04T03:15:21.677Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1351 | 2026-09-04T03:15:22.551Z | Compiling progenitor-impl v0.14.0 |
| 1352 | 2026-09-04T03:15:22.881Z | Compiling unicode-normalization v0.1.25 |
| 1353 | 2026-09-04T03:15:23.351Z | Compiling tokio-stream v0.1.19 |
| 1354 | 2026-09-04T03:15:23.692Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1355 | 2026-09-04T03:15:23.990Z | Compiling snafu-derive v0.8.9 |
| 1356 | 2026-09-04T03:15:24.120Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1357 | 2026-09-04T03:15:24.197Z | Compiling async-recursion v1.1.1 |
| 1358 | 2026-09-04T03:15:24.697Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1359 | 2026-09-04T03:15:24.859Z | Compiling slog-dtrace v0.3.0 |
| 1360 | 2026-09-04T03:15:25.033Z | Compiling bstr v1.13.1 |
| 1361 | 2026-09-04T03:15:25.521Z | Compiling csv-core v0.1.13 |
| 1362 | 2026-09-04T03:15:25.553Z | Compiling foreign-types-shared v0.1.1 |
| 1363 | 2026-09-04T03:15:25.554Z | Compiling cancel-safe-futures v0.1.5 |
| 1364 | 2026-09-04T03:15:25.554Z | Compiling jiff-core v0.1.0 |
| 1365 | 2026-09-04T03:15:25.554Z | Compiling foldhash v0.1.5 |
| 1366 | 2026-09-04T03:15:25.554Z | Compiling openssl v0.10.81 |
| 1367 | 2026-09-04T03:15:25.584Z | Compiling same-file v1.0.6 |
| 1368 | 2026-09-04T03:15:25.719Z | Compiling konst_macro_rules v0.2.19 |
| 1369 | 2026-09-04T03:15:25.771Z | Compiling chrono-tz v0.10.4 |
| 1370 | 2026-09-04T03:15:25.771Z | Compiling unicode-xid v0.2.6 |
| 1371 | 2026-09-04T03:15:25.826Z | Compiling owo-colors v4.3.0 |
| 1372 | 2026-09-04T03:15:25.826Z | Compiling highway v1.3.0 |
| 1373 | 2026-09-04T03:15:25.866Z | Compiling unicode-width v0.1.14 |
| 1374 | 2026-09-04T03:15:26.322Z | Compiling const_format_proc_macros v0.2.34 |
| 1375 | 2026-09-04T03:15:26.360Z | Compiling konst v0.2.20 |
| 1376 | 2026-09-04T03:15:26.360Z | Compiling jiff v0.2.35 |
| 1377 | 2026-09-04T03:15:26.360Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1378 | 2026-09-04T03:15:26.360Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1379 | 2026-09-04T03:15:26.361Z | Compiling progenitor-macro v0.14.0 |
| 1380 | 2026-09-04T03:15:26.361Z | Compiling snafu v0.8.9 |
| 1381 | 2026-09-04T03:15:26.642Z | Compiling walkdir v2.5.0 |
| 1382 | 2026-09-04T03:15:26.655Z | Compiling hashbrown v0.15.5 |
| 1383 | 2026-09-04T03:15:26.707Z | Compiling globset v0.4.20 |
| 1384 | 2026-09-04T03:15:26.967Z | Compiling csv v1.4.0 |
| 1385 | 2026-09-04T03:15:27.157Z | Compiling foreign-types v0.3.2 |
| 1386 | 2026-09-04T03:15:27.961Z | Compiling qorb v0.4.1 |
| 1387 | 2026-09-04T03:15:28.008Z | Compiling olpc-cjson v0.1.4 |
| 1388 | 2026-09-04T03:15:28.008Z | Compiling progenitor v0.13.0 |
| 1389 | 2026-09-04T03:15:28.008Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1390 | 2026-09-04T03:15:28.110Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1391 | 2026-09-04T03:15:29.039Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1392 | 2026-09-04T03:15:30.355Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1393 | 2026-09-04T03:15:30.390Z | Compiling rayon v1.12.0 |
| 1394 | 2026-09-04T03:15:30.390Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1395 | 2026-09-04T03:15:30.542Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1396 | 2026-09-04T03:15:30.789Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1397 | 2026-09-04T03:15:31.119Z | Compiling phf v0.12.1 |
| 1398 | 2026-09-04T03:15:32.067Z | Compiling zone_cfg_derive v0.3.1 |
| 1399 | 2026-09-04T03:15:32.067Z | Compiling tokio-dtrace v0.1.1 |
| 1400 | 2026-09-04T03:15:32.091Z | Compiling itertools v0.12.1 |
| 1401 | 2026-09-04T03:15:32.091Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1402 | 2026-09-04T03:15:32.091Z | Compiling libsw-core v0.3.2 |
| 1403 | 2026-09-04T03:15:32.092Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1404 | 2026-09-04T03:15:32.092Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1405 | 2026-09-04T03:15:32.107Z | Compiling serde_plain v1.0.2 |
| 1406 | 2026-09-04T03:15:32.346Z | Compiling openssl-macros v0.1.1 |
| 1407 | 2026-09-04T03:15:32.525Z | Compiling pem v3.0.6 |
| 1408 | 2026-09-04T03:15:32.749Z | Compiling cookie v0.18.2 |
| 1409 | 2026-09-04T03:15:32.816Z | Compiling sigpipe v0.1.3 |
| 1410 | 2026-09-04T03:15:32.816Z | Compiling fixedbitset v0.4.2 |
| 1411 | 2026-09-04T03:15:32.861Z | Compiling typed-path v0.9.3 |
| 1412 | 2026-09-04T03:15:32.861Z | Compiling fixedbitset v0.5.7 |
| 1413 | 2026-09-04T03:15:32.921Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1414 | 2026-09-04T03:15:33.009Z | Compiling bytecount v0.6.9 |
| 1415 | 2026-09-04T03:15:33.040Z | Compiling glob v0.3.4 |
| 1416 | 2026-09-04T03:15:33.331Z | Compiling papergrid v0.11.0 |
| 1417 | 2026-09-04T03:15:33.584Z | Compiling petgraph v0.8.3 |
| 1418 | 2026-09-04T03:15:33.584Z | Compiling progenitor v0.14.0 |
| 1419 | 2026-09-04T03:15:33.584Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1420 | 2026-09-04T03:15:33.864Z | Compiling zone v0.3.1 |
| 1421 | 2026-09-04T03:15:34.848Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1422 | 2026-09-04T03:15:34.987Z | Compiling tough v0.22.0 |
| 1423 | 2026-09-04T03:15:34.987Z | Compiling petgraph v0.6.5 |
| 1424 | 2026-09-04T03:15:34.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1425 | 2026-09-04T03:15:34.987Z | Compiling libsw v3.5.0 |
| 1426 | 2026-09-04T03:15:35.078Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1427 | 2026-09-04T03:15:35.078Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1428 | 2026-09-04T03:15:35.146Z | Compiling oxide-tokio-rt v0.1.6 |
| 1429 | 2026-09-04T03:15:35.409Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1430 | 2026-09-04T03:15:35.517Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1431 | 2026-09-04T03:15:35.622Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1432 | 2026-09-04T03:15:35.732Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1433 | 2026-09-04T03:15:36.190Z | Compiling const_format v0.2.36 |
| 1434 | 2026-09-04T03:15:36.671Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1435 | 2026-09-04T03:15:37.136Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1436 | 2026-09-04T03:15:37.188Z | Compiling tabled_derive v0.7.0 |
| 1437 | 2026-09-04T03:15:37.188Z | Compiling gethostname v0.5.0 |
| 1438 | 2026-09-04T03:15:37.221Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1439 | 2026-09-04T03:15:37.221Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1440 | 2026-09-04T03:15:37.729Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1441 | 2026-09-04T03:15:37.768Z | Compiling bcs v0.1.6 |
| 1442 | 2026-09-04T03:15:37.768Z | Compiling smf v0.2.3 |
| 1443 | 2026-09-04T03:15:37.768Z | Compiling nom v8.0.0 |
| 1444 | 2026-09-04T03:15:37.768Z | Compiling linear-map v1.2.0 |
| 1445 | 2026-09-04T03:15:37.768Z | Compiling tagptr v0.2.0 |
| 1446 | 2026-09-04T03:15:37.798Z | Compiling whoami v1.6.1 |
| 1447 | 2026-09-04T03:15:37.981Z | Compiling crunchy v0.2.4 |
| 1448 | 2026-09-04T03:15:38.022Z | Compiling smawk v0.3.3 |
| 1449 | 2026-09-04T03:15:38.095Z | Compiling unicode-linebreak v0.1.5 |
| 1450 | 2026-09-04T03:15:38.148Z | Compiling termtree v0.5.1 |
| 1451 | 2026-09-04T03:15:38.192Z | Compiling lazy_static v1.5.0 |
| 1452 | 2026-09-04T03:15:38.306Z | Compiling textwrap v0.16.2 |
| 1453 | 2026-09-04T03:15:38.351Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1454 | 2026-09-04T03:15:38.351Z | Compiling steno v0.4.1 |
| 1455 | 2026-09-04T03:15:38.716Z | Compiling moka v0.12.16 |
| 1456 | 2026-09-04T03:15:38.814Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1457 | 2026-09-04T03:15:39.692Z | Compiling tabled v0.15.0 |
| 1458 | 2026-09-04T03:15:39.827Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1459 | 2026-09-04T03:15:39.890Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1460 | 2026-09-04T03:15:40.417Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1461 | 2026-09-04T03:15:41.480Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1462 | 2026-09-04T03:15:41.606Z | Compiling hickory-proto v0.25.2 |
| 1463 | 2026-09-04T03:15:42.416Z | Compiling tiny-keccak v2.0.2 |
| 1464 | 2026-09-04T03:15:42.442Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1465 | 2026-09-04T03:15:42.716Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1466 | 2026-09-04T03:15:42.747Z | Compiling parking_lot_core v0.8.6 |
| 1467 | 2026-09-04T03:15:42.983Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1468 | 2026-09-04T03:15:43.055Z | Compiling libscf-sys v1.2.0 |
| 1469 | 2026-09-04T03:15:43.178Z | Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 1470 | 2026-09-04T03:15:43.407Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1471 | 2026-09-04T03:15:43.486Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1472 | 2026-09-04T03:15:43.729Z | Compiling hickory-resolver v0.25.2 |
| 1473 | 2026-09-04T03:15:43.796Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1474 | 2026-09-04T03:15:43.895Z | Compiling const-random-macro v0.1.16 |
| 1475 | 2026-09-04T03:15:43.932Z | Compiling smartstring v1.0.1 |
| 1476 | 2026-09-04T03:15:44.134Z | Compiling ahash v0.8.12 |
| 1477 | 2026-09-04T03:15:44.707Z | Compiling const-random v0.1.18 |
| 1478 | 2026-09-04T03:15:44.736Z | Compiling parking_lot v0.11.2 |
| 1479 | 2026-09-04T03:15:44.736Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1480 | 2026-09-04T03:15:44.736Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1481 | 2026-09-04T03:15:44.764Z | Compiling fxhash v0.2.1 |
| 1482 | 2026-09-04T03:15:44.795Z | Compiling internet-checksum v0.2.1 |
| 1483 | 2026-09-04T03:15:44.898Z | Compiling sled v0.34.7 |
| 1484 | 2026-09-04T03:15:45.586Z | Compiling itertools v0.15.0 |
| 1485 | 2026-09-04T03:15:46.012Z | Compiling rhai_codegen v3.2.0 |
| 1486 | 2026-09-04T03:15:46.059Z | Compiling thin-vec v0.2.19 |
| 1487 | 2026-09-04T03:15:46.078Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1488 | 2026-09-04T03:15:46.160Z | Compiling serial_test_derive v4.0.1 |
| 1489 | 2026-09-04T03:15:46.584Z | Compiling yansi v1.0.1 |
| 1490 | 2026-09-04T03:15:46.584Z | Compiling diff v0.1.13 |
| 1491 | 2026-09-04T03:15:46.604Z | Compiling rhai v1.26.0 |
| 1492 | 2026-09-04T03:15:47.349Z | Compiling pretty_assertions v1.4.1 |
| 1493 | 2026-09-04T03:15:47.464Z | Compiling serial_test v4.0.1 |
| 1494 | 2026-09-04T03:15:48.301Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1495 | 2026-09-04T03:15:49.968Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1496 | 2026-09-04T03:15:56.749Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1497 | 2026-09-04T03:15:58.836Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1498 | 2026-09-04T03:15:59.497Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1499 | 2026-09-04T03:16:00.432Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1500 | 2026-09-04T03:16:01.238Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1501 | 2026-09-04T03:16:02.434Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1502 | 2026-09-04T03:16:37.120Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1503 | 2026-09-04T03:16:37.296Z | ──────────── |
| 1504 | 2026-09-04T03:16:37.296Z | Nextest run ID 0feaaa4c-4d8c-41a4-a206-506ce053c6a2 with nextest profile: default |
| 1505 | 2026-09-04T03:16:37.296Z | Starting 158 tests across 3 binaries |
| 1506 | 2026-09-04T03:16:37.306Z | PASS [ 0.009s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes |
| 1507 | 2026-09-04T03:16:37.309Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes |
| 1508 | 2026-09-04T03:16:37.309Z | PASS [ 0.011s] bgp messages::tests::bgp_nexthop_invalid_length |
| 1509 | 2026-09-04T03:16:37.309Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_round_trip |
| 1510 | 2026-09-04T03:16:37.309Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_byte_len |
| 1511 | 2026-09-04T03:16:37.309Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_length_mismatch |
| 1512 | 2026-09-04T03:16:37.309Z | PASS [ 0.012s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes |
| 1513 | 2026-09-04T03:16:37.309Z | PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding |
| 1514 | 2026-09-04T03:16:37.314Z | PASS [ 0.009s] bgp messages::tests::decoding_accepts_reach_and_unreach_together |
| 1515 | 2026-09-04T03:16:37.318Z | PASS [ 0.010s] bgp messages::tests::decoding_deduplicates_non_mp_attributes |
| 1516 | 2026-09-04T03:16:37.321Z | PASS [ 0.010s] bgp messages::tests::empty_update_end_of_rib |
| 1517 | 2026-09-04T03:16:37.321Z | PASS [ 0.011s] bgp messages::tests::duplicate_origin_attrs_deduplicated |
| 1518 | 2026-09-04T03:16:37.322Z | PASS [ 0.011s] bgp messages::tests::header_round_trip |
| 1519 | 2026-09-04T03:16:37.322Z | PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker |
| 1520 | 2026-09-04T03:16:37.322Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length |
| 1521 | 2026-09-04T03:16:37.322Z | PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_oversized_length |
| 1522 | 2026-09-04T03:16:37.325Z | PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_maximum_length |
| 1523 | 2026-09-04T03:16:37.328Z | PASS [ 0.008s] bgp messages::tests::header_tests::new_accepts_minimum_length |
| 1524 | 2026-09-04T03:16:37.329Z | PASS [ 0.009s] bgp messages::tests::header_tests::new_rejects_length_too_small |
| 1525 | 2026-09-04T03:16:37.329Z | PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large |
| 1526 | 2026-09-04T03:16:37.329Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_keepalive_header |
| 1527 | 2026-09-04T03:16:37.333Z | PASS [ 0.010s] bgp messages::tests::header_tests::roundtrip_max_length_header |
| 1528 | 2026-09-04T03:16:37.333Z | PASS [ 0.010s] bgp messages::tests::ipv4_unicast_dual_encoding |
| 1529 | 2026-09-04T03:16:37.333Z | PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display |
| 1530 | 2026-09-04T03:16:37.333Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message |
| 1531 | 2026-09-04T03:16:37.337Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length |
| 1532 | 2026-09-04T03:16:37.337Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing |
| 1533 | 2026-09-04T03:16:37.343Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing |
| 1534 | 2026-09-04T03:16:37.343Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format |
| 1535 | 2026-09-04T03:16:37.343Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display |
| 1536 | 2026-09-04T03:16:37.343Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length |
| 1537 | 2026-09-04T03:16:37.343Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing |
| 1538 | 2026-09-04T03:16:37.343Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format |
| 1539 | 2026-09-04T03:16:37.348Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message |
| 1540 | 2026-09-04T03:16:37.348Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error |
| 1541 | 2026-09-04T03:16:37.348Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire |
| 1542 | 2026-09-04T03:16:37.348Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length |
| 1543 | 2026-09-04T03:16:37.348Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs |
| 1544 | 2026-09-04T03:16:37.354Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop |
| 1545 | 2026-09-04T03:16:37.354Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds |
| 1546 | 2026-09-04T03:16:37.354Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs |
| 1547 | 2026-09-04T03:16:37.354Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length |
| 1548 | 2026-09-04T03:16:37.359Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short |
| 1549 | 2026-09-04T03:16:37.359Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short |
| 1550 | 2026-09-04T03:16:37.359Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs |
| 1551 | 2026-09-04T03:16:37.359Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors |
| 1552 | 2026-09-04T03:16:37.359Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors |
| 1553 | 2026-09-04T03:16:37.359Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors |
| 1554 | 2026-09-04T03:16:37.360Z | PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length |
| 1555 | 2026-09-04T03:16:37.364Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short |
| 1556 | 2026-09-04T03:16:37.364Z | PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs |
| 1557 | 2026-09-04T03:16:37.364Z | PASS [ 0.008s] bgp messages::tests::mp_bgp_attributes_encoded_first |
| 1558 | 2026-09-04T03:16:37.377Z | PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast |
| 1559 | 2026-09-04T03:16:37.377Z | PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast |
| 1560 | 2026-09-04T03:16:37.377Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast |
| 1561 | 2026-09-04T03:16:37.377Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast |
| 1562 | 2026-09-04T03:16:37.377Z | PASS [ 0.009s] bgp messages::tests::mp_reach_nlri_round_trip |
| 1563 | 2026-09-04T03:16:37.377Z | PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip |
| 1564 | 2026-09-04T03:16:37.377Z | PASS [ 0.008s] bgp messages::tests::notification_round_trip |
| 1565 | 2026-09-04T03:16:37.404Z | PASS [ 0.008s] bgp messages::tests::open_round_trip |
| 1566 | 2026-09-04T03:16:37.404Z | PASS [ 0.009s] bgp messages::tests::open_round_trip_extended_nexthop |
| 1567 | 2026-09-04T03:16:37.404Z | PASS [ 0.008s] bgp messages::tests::prefix_conversion |
| 1568 | 2026-09-04T03:16:37.405Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard |
| 1569 | 2026-09-04T03:16:37.405Z | PASS [ 0.009s] bgp messages::tests::prefix_within |
| 1570 | 2026-09-04T03:16:37.405Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw |
| 1571 | 2026-09-04T03:16:37.405Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard |
| 1572 | 2026-09-04T03:16:37.405Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw |
| 1573 | 2026-09-04T03:16:37.405Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw |
| 1574 | 2026-09-04T03:16:37.405Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset |
| 1575 | 2026-09-04T03:16:37.405Z | PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw |
| 1576 | 2026-09-04T03:16:37.818Z | PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw |
| 1577 | 2026-09-04T03:16:37.818Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw |
| 1578 | 2026-09-04T03:16:37.818Z | PASS [ 0.010s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected |
| 1579 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors |
| 1580 | 2026-09-04T03:16:37.819Z | PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected |
| 1581 | 2026-09-04T03:16:37.819Z | PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid |
| 1582 | 2026-09-04T03:16:37.819Z | PASS [ 0.008s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed |
| 1583 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details |
| 1584 | 2026-09-04T03:16:37.819Z | PASS [ 0.008s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive |
| 1585 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional |
| 1586 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip |
| 1587 | 2026-09-04T03:16:37.819Z | PASS [ 0.010s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags |
| 1588 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation |
| 1589 | 2026-09-04T03:16:37.819Z | PASS [ 0.009s] bgp messages::tests::update_round_trip |
| 1590 | 2026-09-04T03:16:37.819Z | PASS [ 0.020s] bgp policy::test::open_add_4byte_as |
| 1591 | 2026-09-04T03:16:37.829Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_roundtrip |
| 1592 | 2026-09-04T03:16:37.829Z | PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach |
| 1593 | 2026-09-04T03:16:37.830Z | PASS [ 0.023s] bgp policy::test::open_require_4byte_as |
| 1594 | 2026-09-04T03:16:37.830Z | PASS [ 0.020s] bgp policy::test::update_shape_community |
| 1595 | 2026-09-04T03:16:37.830Z | PASS [ 0.023s] bgp policy::test::shape_update_prefixes |
| 1596 | 2026-09-04T03:16:37.830Z | PASS [ 0.022s] bgp policy::test::update_drop_on_no_export |
| 1597 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_ipv4_wire_format_roundtrip |
| 1598 | 2026-09-04T03:16:37.830Z | PASS [ 0.031s] bgp proptest::prop_encode_decode_semantic_equivalence |
| 1599 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip |
| 1600 | 2026-09-04T03:16:37.830Z | PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence |
| 1601 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach |
| 1602 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach |
| 1603 | 2026-09-04T03:16:37.830Z | PASS [ 0.014s] bgp proptest::prop_ipv6_wire_format_roundtrip |
| 1604 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach |
| 1605 | 2026-09-04T03:16:37.830Z | PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal |
| 1606 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv4_via_mp_reach |
| 1607 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach |
| 1608 | 2026-09-04T03:16:37.830Z | PASS [ 0.015s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach |
| 1609 | 2026-09-04T03:16:37.830Z | PASS [ 0.018s] bgp proptest::prop_update_mp_unreach_roundtrip |
| 1610 | 2026-09-04T03:16:37.830Z | PASS [ 0.008s] bgp session::tests::shutdown_state_transitions |
| 1611 | 2026-09-04T03:16:37.830Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_all_buffer_rolling |
| 1612 | 2026-09-04T03:16:37.830Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_filtering |
| 1613 | 2026-09-04T03:16:37.830Z | PASS [ 0.009s] bgp session::tests::test_fsm_event_history_major_buffer_rolling |
| 1614 | 2026-09-04T03:16:37.830Z | PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation |
| 1615 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision |
| 1616 | 2026-09-04T03:16:37.831Z | PASS [ 0.027s] bgp proptest::prop_update_traditional_roundtrip |
| 1617 | 2026-09-04T03:16:37.831Z | PASS [ 0.031s] bgp proptest::prop_mp_bgp_attrs_encoded_first |
| 1618 | 2026-09-04T03:16:37.831Z | PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip |
| 1619 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error |
| 1620 | 2026-09-04T03:16:37.831Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error |
| 1621 | 2026-09-04T03:16:37.831Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured |
| 1622 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4 |
| 1623 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4 |
| 1624 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_ipv6_configured |
| 1625 | 2026-09-04T03:16:37.831Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6 |
| 1626 | 2026-09-04T03:16:37.831Z | PASS [ 0.008s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop |
| 1627 | 2026-09-04T03:16:37.831Z | PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop |
| 1628 | 2026-09-04T03:16:37.831Z | PASS [ 0.054s] bgp test::recreated_router_does_not_claim_predecessors_sessions |
| 1629 | 2026-09-04T03:16:37.832Z | PASS [ 0.054s] bgp test::router_teardown_leaves_other_routers_sessions_alone |
| 1630 | 2026-09-04T03:16:37.832Z | PASS [ 0.257s] bgp test::admin_events_do_not_reach_other_routers_sessions |
| 1631 | 2026-09-04T03:16:40.528Z | PASS [ 3.064s] bgp test::test_basic_peering_active |
| 1632 | 2026-09-04T03:16:40.532Z | PASS [ 3.063s] bgp test::test_basic_peering_passive |
| 1633 | 2026-09-04T03:16:40.532Z | PASS [ 3.062s] bgp test::test_basic_update |
| 1634 | 2026-09-04T03:16:40.538Z | PASS [ 3.069s] bgp test::test_basic_peering_passive_tcp |
| 1635 | 2026-09-04T03:16:40.580Z | PASS [ 3.065s] bgp test::test_basic_update_ipv6 |
| 1636 | 2026-09-04T03:16:40.596Z | PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp |
| 1637 | 2026-09-04T03:16:40.794Z | PASS [ 3.077s] bgp test::test_basic_update_tcp |
| 1638 | 2026-09-04T03:16:41.569Z | PASS [ 4.078s] bgp test::test_basic_peering_active_tcp |
| 1639 | 2026-09-04T03:16:43.644Z | PASS [ 3.064s] bgp test::test_ipv6_basic_peering_active |
| 1640 | 2026-09-04T03:16:43.856Z | PASS [ 3.062s] bgp test::test_ipv6_basic_peering_passive |
| 1641 | 2026-09-04T03:16:44.610Z | PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success |
| 1642 | 2026-09-04T03:16:44.610Z | PASS [ 4.079s] bgp test::test_import_export_policy_filtering |
| 1643 | 2026-09-04T03:16:44.614Z | PASS [ 4.082s] bgp test::test_dual_stack_routes_ipv4_peer_success |
| 1644 | 2026-09-04T03:16:44.618Z | PASS [ 3.073s] bgp test::test_ipv6_basic_peering_passive_tcp |
| 1645 | 2026-09-04T03:16:44.621Z | PASS [ 4.083s] bgp test::test_ipv4_routes_ipv6_peer_success |
| 1646 | 2026-09-04T03:16:44.677Z | PASS [ 4.077s] bgp test::test_ipv6_basic_peering_active_tcp |
| 1647 | 2026-09-04T03:16:44.916Z | PASS [ 1.059s] bgp test::test_multiple_unnumbered_sessions |
| 1648 | 2026-09-04T03:16:45.706Z | PASS [ 1.088s] bgp test::test_three_router_chain_tcp_ipv6 |
| 1649 | 2026-09-04T03:16:45.710Z | PASS [ 1.100s] bgp test::test_three_router_chain_tcp |
| 1650 | 2026-09-04T03:16:46.674Z | PASS [ 2.064s] bgp test::test_same_linklocal_multiple_interfaces |
| 1651 | 2026-09-04T03:16:46.766Z | PASS [ 1.061s] bgp test::test_unnumbered_ndp_change |
| 1652 | 2026-09-04T03:16:47.513Z | PASS [ 2.897s] bgp test::test_neighbor_thread_lifecycle_no_leaks |
| 1653 | 2026-09-04T03:16:47.516Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1654 | 2026-09-04T03:16:47.520Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1655 | 2026-09-04T03:16:47.523Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1656 | 2026-09-04T03:16:47.528Z | PASS [ 0.004s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1657 | 2026-09-04T03:16:47.684Z | PASS [ 3.064s] bgp test::test_three_router_chain_unnumbered |
| 1658 | 2026-09-04T03:16:47.718Z | PASS [ 4.073s] bgp test::test_ipv6_routes_ipv4_peer_success |
| 1659 | 2026-09-04T03:16:49.736Z | PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange |
| 1660 | 2026-09-04T03:16:51.736Z | PASS [ 5.060s] bgp test::test_unnumbered_session_survives_peer_change |
| 1661 | 2026-09-04T03:16:54.774Z | PASS [ 9.062s] bgp test::test_unnumbered_peer_expiry_and_rediscovery |
| 1662 | 2026-09-04T03:16:55.831Z | PASS [ 9.061s] bgp test::test_unnumbered_unaffected_by_ndp |
| 1663 | 2026-09-04T03:17:02.987Z | PASS [ 18.061s] bgp test::test_unnumbered_interface_lifecycle |
| 1664 | 2026-09-04T03:17:02.987Z | ──────────── |
| 1665 | 2026-09-04T03:17:02.987Z | Summary [ 25.681s] 158 tests run: 158 passed, 0 skipped |
| 1666 | 2026-09-04T03:17:02.998Z | + 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/ |
| 1667 | 2026-09-04T03:17:03.018Z | + popd |
| 1668 | 2026-09-04T03:17:03.018Z | + pushd mgd |
| 1669 | 2026-09-04T03:17:03.018Z | /work/oxidecomputer/maghemite |
| 1670 | 2026-09-04T03:17:03.018Z | /work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite |
| 1671 | 2026-09-04T03:17:03.018Z | + pfexec cargo nextest run -p mgd -p mg-api-types -p mg-api-types-versions |
| 1672 | 2026-09-04T03:17:04.187Z | Compiling slog v2.8.2 |
| 1673 | 2026-09-04T03:17:04.297Z | Compiling usdt v0.6.0 |
| 1674 | 2026-09-04T03:17:04.386Z | Compiling papergrid v0.18.0 |
| 1675 | 2026-09-04T03:17:04.386Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1676 | 2026-09-04T03:17:04.391Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1677 | 2026-09-04T03:17:04.421Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1678 | 2026-09-04T03:17:04.564Z | Compiling crc8 v0.1.1 |
| 1679 | 2026-09-04T03:17:04.587Z | Compiling slog-json v2.6.1 |
| 1680 | 2026-09-04T03:17:04.626Z | Compiling slog-term v2.9.2 |
| 1681 | 2026-09-04T03:17:04.670Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1682 | 2026-09-04T03:17:04.675Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-09-04T03:17:05.008Z | Compiling slog-bunyan v2.5.0 |
| 1684 | 2026-09-04T03:17:05.024Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1685 | 2026-09-04T03:17:05.143Z | Compiling dropshot v0.17.1 |
| 1686 | 2026-09-04T03:17:05.220Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1687 | 2026-09-04T03:17:05.328Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1688 | 2026-09-04T03:17:05.353Z | Compiling slog-dtrace v0.3.0 |
| 1689 | 2026-09-04T03:17:05.474Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1690 | 2026-09-04T03:17:05.558Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1691 | 2026-09-04T03:17:05.558Z | Compiling mg-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types/versions) |
| 1692 | 2026-09-04T03:17:05.676Z | Compiling steno v0.4.1 |
| 1693 | 2026-09-04T03:17:06.416Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-09-04T03:17:06.542Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1695 | 2026-09-04T03:17:06.662Z | Compiling tabled v0.21.0 |
| 1696 | 2026-09-04T03:17:08.120Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1697 | 2026-09-04T03:17:09.474Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1698 | 2026-09-04T03:17:09.505Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1699 | 2026-09-04T03:17:10.111Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1700 | 2026-09-04T03:17:10.632Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1701 | 2026-09-04T03:17:11.718Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1702 | 2026-09-04T03:17:11.751Z | Compiling mg-api-types v0.1.0 (/work/oxidecomputer/maghemite/mg-api-types) |
| 1703 | 2026-09-04T03:17:11.865Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1704 | 2026-09-04T03:17:11.945Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1705 | 2026-09-04T03:17:12.292Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1706 | 2026-09-04T03:17:12.978Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1707 | 2026-09-04T03:17:13.178Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1708 | 2026-09-04T03:17:14.279Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-09-04T03:17:14.779Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1710 | 2026-09-04T03:17:14.854Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-09-04T03:17:15.376Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1712 | 2026-09-04T03:17:15.404Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1713 | 2026-09-04T03:17:15.631Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1714 | 2026-09-04T03:17:15.869Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1715 | 2026-09-04T03:17:15.947Z | Compiling dropshot-api-manager-types v0.8.0 |
| 1716 | 2026-09-04T03:17:16.314Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1717 | 2026-09-04T03:17:16.331Z | Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api) |
| 1718 | 2026-09-04T03:17:16.477Z | Compiling port-file v0.1.0 |
| 1719 | 2026-09-04T03:17:16.489Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1720 | 2026-09-04T03:17:16.767Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1721 | 2026-09-04T03:17:20.866Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1722 | 2026-09-04T03:17:20.866Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1723 | 2026-09-04T03:17:21.752Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1724 | 2026-09-04T03:17:22.024Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-09-04T03:17:22.992Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-09-04T03:17:23.529Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1727 | 2026-09-04T03:17:23.744Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1728 | 2026-09-04T03:17:30.049Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1729 | 2026-09-04T03:17:37.626Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1730 | 2026-09-04T03:17:39.230Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-09-04T03:17:40.274Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1732 | 2026-09-04T03:17:41.278Z | Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp) |
| 1733 | 2026-09-04T03:17:42.086Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
| 1734 | 2026-09-04T03:17:43.272Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
| 1735 | 2026-09-04T03:17:43.272Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
| 1736 | 2026-09-04T03:17:43.293Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
| 1737 | 2026-09-04T03:17:49.195Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
| 1738 | 2026-09-04T03:18:19.726Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 1739 | 2026-09-04T03:18:19.894Z | ──────────── |
| 1740 | 2026-09-04T03:18:19.894Z | Nextest run ID fdc20ac3-19cf-4cc2-a65f-89dd88b02fd0 with nextest profile: default |
| 1741 | 2026-09-04T03:18:19.894Z | Starting 37 tests across 3 binaries |
| 1742 | 2026-09-04T03:18:19.899Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_static_route4_converts_to_latest |
| 1743 | 2026-09-04T03:18:19.903Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_add_request_converts_to_latest |
| 1744 | 2026-09-04T03:18:19.903Z | PASS [ 0.005s] mg-api-types-versions v10::static_routes::tests::v1_delete_request_converts_to_latest |
| 1745 | 2026-09-04T03:18:19.903Z | PASS [ 0.006s] mg-api-types-versions v10::static_routes::tests::v1_wire_payload_deserializes_then_converts |
| 1746 | 2026-09-04T03:18:19.959Z | PASS [ 0.058s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db |
| 1747 | 2026-09-04T03:18:19.962Z | PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp |
| 1748 | 2026-09-04T03:18:19.962Z | PASS [ 0.065s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group |
| 1749 | 2026-09-04T03:18:19.962Z | PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_change_peer_asn |
| 1750 | 2026-09-04T03:18:19.963Z | PASS [ 0.067s] mgd::bin/mgd bgp_admin::tests::apply_empty_removes_peers |
| 1751 | 2026-09-04T03:18:19.963Z | PASS [ 0.062s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop |
| 1752 | 2026-09-04T03:18:19.968Z | PASS [ 0.063s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6 |
| 1753 | 2026-09-04T03:18:19.971Z | PASS [ 0.076s] mgd::bin/mgd bgp_admin::tests::delete_router_removes_router_state |
| 1754 | 2026-09-04T03:18:19.974Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list |
| 1755 | 2026-09-04T03:18:19.976Z | PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence |
| 1756 | 2026-09-04T03:18:19.979Z | PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence |
| 1757 | 2026-09-04T03:18:19.979Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence |
| 1758 | 2026-09-04T03:18:19.981Z | PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence |
| 1759 | 2026-09-04T03:18:19.981Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized |
| 1760 | 2026-09-04T03:18:19.981Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4 |
| 1761 | 2026-09-04T03:18:19.985Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6 |
| 1762 | 2026-09-04T03:18:19.989Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4 |
| 1763 | 2026-09-04T03:18:19.989Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6 |
| 1764 | 2026-09-04T03:18:19.989Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6 |
| 1765 | 2026-09-04T03:18:19.989Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4 |
| 1766 | 2026-09-04T03:18:19.993Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized |
| 1767 | 2026-09-04T03:18:19.996Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list |
| 1768 | 2026-09-04T03:18:19.996Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback |
| 1769 | 2026-09-04T03:18:19.999Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast |
| 1770 | 2026-09-04T03:18:19.999Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized |
| 1771 | 2026-09-04T03:18:19.999Z | PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized |
| 1772 | 2026-09-04T03:18:19.999Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list |
| 1773 | 2026-09-04T03:18:20.002Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local |
| 1774 | 2026-09-04T03:18:20.005Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback |
| 1775 | 2026-09-04T03:18:20.005Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast |
| 1776 | 2026-09-04T03:18:20.008Z | PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized |
| 1777 | 2026-09-04T03:18:20.014Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families |
| 1778 | 2026-09-04T03:18:20.017Z | PASS [ 0.056s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized |
| 1779 | 2026-09-04T03:18:20.017Z | ──────────── |
| 1780 | 2026-09-04T03:18:20.017Z | Summary [ 0.121s] 37 tests run: 37 passed, 0 skipped |
| 1781 | 2026-09-04T03:18:20.027Z | + cp ./apply_change_peer_asn.log ./apply_empty_removes_peers.log ./apply_remove_entire_group.log ./delete_router_removes_router_state.log /work/ |
| 1782 | 2026-09-04T03:18:20.030Z | + popd |
| 1783 | 2026-09-04T03:18:20.030Z | /work/oxidecomputer/maghemite |
| 1784 | 2026-09-04T03:18:20.030Z | + rm -rf /tmp/tmp.Z9a4rc |
| 1785 | 2026-09-04T03:18:20.033Z | process exited: duration 285936 ms, exit code 0 |
| |
| 1786 | 2026-09-04T03:18:20.044Z | found 72 output files |
| 1787 | 2026-09-04T03:18:20.044Z | uploading: /work/admin_events_do_not_reach_other_routers_sessions.log (4711 bytes) |
| 1788 | 2026-09-04T03:18:21.055Z | uploaded: /work/admin_events_do_not_reach_other_routers_sessions.log |
| 1789 | 2026-09-04T03:18:21.058Z | uploading: /work/apply_change_peer_asn.log (13272 bytes) |
| 1790 | 2026-09-04T03:18:22.066Z | uploaded: /work/apply_change_peer_asn.log |
| 1791 | 2026-09-04T03:18:22.066Z | uploading: /work/apply_empty_removes_peers.log (12142 bytes) |
| 1792 | 2026-09-04T03:18:23.078Z | uploaded: /work/apply_empty_removes_peers.log |
| 1793 | 2026-09-04T03:18:23.087Z | uploading: /work/apply_remove_entire_group.log (11831 bytes) |
| 1794 | 2026-09-04T03:18:24.094Z | uploaded: /work/apply_remove_entire_group.log |
| 1795 | 2026-09-04T03:18:24.094Z | uploading: /work/delete_router_removes_router_state.log (29200 bytes) |
| 1796 | 2026-09-04T03:18:25.107Z | uploaded: /work/delete_router_removes_router_state.log |
| 1797 | 2026-09-04T03:18:25.113Z | uploading: /work/dualstack_routes.log (121851 bytes) |
| 1798 | 2026-09-04T03:18:26.125Z | uploaded: /work/dualstack_routes.log |
| 1799 | 2026-09-04T03:18:26.128Z | uploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2262 bytes) |
| 1800 | 2026-09-04T03:18:27.139Z | uploaded: /work/loopback-manager.test_basic_peering_active_tcp.log |
| 1801 | 2026-09-04T03:18:27.142Z | uploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1373 bytes) |
| 1802 | 2026-09-04T03:18:28.152Z | uploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log |
| 1803 | 2026-09-04T03:18:28.152Z | uploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (2167 bytes) |
| 1804 | 2026-09-04T03:18:29.168Z | uploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log |
| 1805 | 2026-09-04T03:18:29.172Z | uploading: /work/loopback-manager.test_basic_update_tcp.log (2385 bytes) |
| 1806 | 2026-09-04T03:18:30.181Z | uploaded: /work/loopback-manager.test_basic_update_tcp.log |
| 1807 | 2026-09-04T03:18:30.185Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2317 bytes) |
| 1808 | 2026-09-04T03:18:31.191Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log |
| 1809 | 2026-09-04T03:18:31.196Z | uploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2238 bytes) |
| 1810 | 2026-09-04T03:18:32.206Z | uploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log |
| 1811 | 2026-09-04T03:18:32.210Z | uploading: /work/loopback-manager.test_import_export_policy_filtering.log (2954 bytes) |
| 1812 | 2026-09-04T03:18:33.216Z | uploaded: /work/loopback-manager.test_import_export_policy_filtering.log |
| 1813 | 2026-09-04T03:18:33.217Z | uploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2277 bytes) |
| 1814 | 2026-09-04T03:18:34.226Z | uploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log |
| 1815 | 2026-09-04T03:18:34.226Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2345 bytes) |
| 1816 | 2026-09-04T03:18:35.235Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log |
| 1817 | 2026-09-04T03:18:35.238Z | uploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2242 bytes) |
| 1818 | 2026-09-04T03:18:36.248Z | uploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log |
| 1819 | 2026-09-04T03:18:36.248Z | uploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2264 bytes) |
| 1820 | 2026-09-04T03:18:37.262Z | uploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log |
| 1821 | 2026-09-04T03:18:37.267Z | uploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2430 bytes) |
| 1822 | 2026-09-04T03:18:38.275Z | uploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log |
| 1823 | 2026-09-04T03:18:38.275Z | uploading: /work/loopback-manager.test_three_router_chain_tcp.log (4660 bytes) |
| 1824 | 2026-09-04T03:18:39.302Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp.log |
| 1825 | 2026-09-04T03:18:39.306Z | uploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3524 bytes) |
| 1826 | 2026-09-04T03:18:40.312Z | uploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log |
| 1827 | 2026-09-04T03:18:40.317Z | uploading: /work/multiple_unnumbered.log (153049 bytes) |
| 1828 | 2026-09-04T03:18:41.330Z | uploaded: /work/multiple_unnumbered.log |
| 1829 | 2026-09-04T03:18:41.335Z | uploading: /work/ndp_change_reset.log (71370 bytes) |
| 1830 | 2026-09-04T03:18:42.351Z | uploaded: /work/ndp_change_reset.log |
| 1831 | 2026-09-04T03:18:42.355Z | uploading: /work/ndp_changes.log (91692 bytes) |
| 1832 | 2026-09-04T03:18:43.368Z | uploaded: /work/ndp_changes.log |
| 1833 | 2026-09-04T03:18:43.368Z | uploading: /work/r1.test_basic_peering_active.log (41761 bytes) |
| 1834 | 2026-09-04T03:18:44.381Z | uploaded: /work/r1.test_basic_peering_active.log |
| 1835 | 2026-09-04T03:18:44.384Z | uploading: /work/r1.test_basic_peering_active_tcp.log (49587 bytes) |
| 1836 | 2026-09-04T03:18:45.396Z | uploaded: /work/r1.test_basic_peering_active_tcp.log |
| 1837 | 2026-09-04T03:18:45.400Z | uploading: /work/r1.test_basic_peering_passive.log (34486 bytes) |
| 1838 | 2026-09-04T03:18:46.421Z | uploaded: /work/r1.test_basic_peering_passive.log |
| 1839 | 2026-09-04T03:18:46.425Z | uploading: /work/r1.test_basic_peering_passive_tcp.log (40438 bytes) |
| 1840 | 2026-09-04T03:18:47.440Z | uploaded: /work/r1.test_basic_peering_passive_tcp.log |
| 1841 | 2026-09-04T03:18:47.443Z | uploading: /work/r1.test_basic_update.log (29461 bytes) |
| 1842 | 2026-09-04T03:18:48.453Z | uploaded: /work/r1.test_basic_update.log |
| 1843 | 2026-09-04T03:18:48.453Z | uploading: /work/r1.test_basic_update_ipv6.log (28930 bytes) |
| 1844 | 2026-09-04T03:18:49.467Z | uploaded: /work/r1.test_basic_update_ipv6.log |
| 1845 | 2026-09-04T03:18:49.470Z | uploading: /work/r1.test_basic_update_ipv6_tcp.log (31831 bytes) |
| 1846 | 2026-09-04T03:18:50.481Z | uploaded: /work/r1.test_basic_update_ipv6_tcp.log |
| 1847 | 2026-09-04T03:18:50.481Z | uploading: /work/r1.test_basic_update_tcp.log (32113 bytes) |
| 1848 | 2026-09-04T03:18:51.492Z | uploaded: /work/r1.test_basic_update_tcp.log |
| 1849 | 2026-09-04T03:18:51.496Z | uploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (44591 bytes) |
| 1850 | 2026-09-04T03:18:52.504Z | uploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log |
| 1851 | 2026-09-04T03:18:52.504Z | uploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (46226 bytes) |
| 1852 | 2026-09-04T03:18:53.517Z | uploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log |
| 1853 | 2026-09-04T03:18:53.517Z | uploading: /work/r1.test_import_export_policy_filtering.log (41011 bytes) |
| 1854 | 2026-09-04T03:18:54.531Z | uploaded: /work/r1.test_import_export_policy_filtering.log |
| 1855 | 2026-09-04T03:18:54.531Z | uploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (36693 bytes) |
| 1856 | 2026-09-04T03:18:55.542Z | uploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log |
| 1857 | 2026-09-04T03:18:55.542Z | uploading: /work/r1.test_ipv6_basic_peering_active.log (41866 bytes) |
| 1858 | 2026-09-04T03:18:56.556Z | uploaded: /work/r1.test_ipv6_basic_peering_active.log |
| 1859 | 2026-09-04T03:18:56.559Z | uploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (49549 bytes) |
| 1860 | 2026-09-04T03:18:57.568Z | uploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log |
| 1861 | 2026-09-04T03:18:57.571Z | uploading: /work/r1.test_ipv6_basic_peering_passive.log (34733 bytes) |
| 1862 | 2026-09-04T03:18:58.583Z | uploaded: /work/r1.test_ipv6_basic_peering_passive.log |
| 1863 | 2026-09-04T03:18:58.591Z | uploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (40398 bytes) |
| 1864 | 2026-09-04T03:18:59.609Z | uploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log |
| 1865 | 2026-09-04T03:18:59.613Z | uploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (36384 bytes) |
| 1866 | 2026-09-04T03:19:00.624Z | uploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log |
| 1867 | 2026-09-04T03:19:00.627Z | uploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (30640 bytes) |
| 1868 | 2026-09-04T03:19:01.639Z | uploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log |
| 1869 | 2026-09-04T03:19:01.639Z | uploading: /work/r1.test_three_router_chain_tcp.log (22663 bytes) |
| 1870 | 2026-09-04T03:19:02.651Z | uploaded: /work/r1.test_three_router_chain_tcp.log |
| 1871 | 2026-09-04T03:19:02.651Z | uploading: /work/r1.test_three_router_chain_tcp_ipv6.log (23874 bytes) |
| 1872 | 2026-09-04T03:19:03.700Z | uploaded: /work/r1.test_three_router_chain_tcp_ipv6.log |
| 1873 | 2026-09-04T03:19:03.703Z | uploading: /work/r2.test_basic_peering_active.log (39796 bytes) |
| 1874 | 2026-09-04T03:19:04.714Z | uploaded: /work/r2.test_basic_peering_active.log |
| 1875 | 2026-09-04T03:19:04.714Z | uploading: /work/r2.test_basic_peering_active_tcp.log (47824 bytes) |
| 1876 | 2026-09-04T03:19:05.729Z | uploaded: /work/r2.test_basic_peering_active_tcp.log |
| 1877 | 2026-09-04T03:19:05.732Z | uploading: /work/r2.test_basic_peering_passive.log (42804 bytes) |
| 1878 | 2026-09-04T03:19:06.743Z | uploaded: /work/r2.test_basic_peering_passive.log |
| 1879 | 2026-09-04T03:19:06.743Z | uploading: /work/r2.test_basic_peering_passive_tcp.log (48103 bytes) |
| 1880 | 2026-09-04T03:19:07.768Z | uploaded: /work/r2.test_basic_peering_passive_tcp.log |
| 1881 | 2026-09-04T03:19:07.768Z | uploading: /work/r2.test_basic_update.log (30183 bytes) |
| 1882 | 2026-09-04T03:19:09.015Z | uploaded: /work/r2.test_basic_update.log |
| 1883 | 2026-09-04T03:19:09.027Z | uploading: /work/r2.test_basic_update_ipv6.log (27339 bytes) |
| 1884 | 2026-09-04T03:19:10.047Z | uploaded: /work/r2.test_basic_update_ipv6.log |
| 1885 | 2026-09-04T03:19:10.051Z | uploading: /work/r2.test_basic_update_ipv6_tcp.log (34255 bytes) |
| 1886 | 2026-09-04T03:19:11.060Z | uploaded: /work/r2.test_basic_update_ipv6_tcp.log |
| 1887 | 2026-09-04T03:19:11.060Z | uploading: /work/r2.test_basic_update_tcp.log (33988 bytes) |
| 1888 | 2026-09-04T03:19:12.100Z | uploaded: /work/r2.test_basic_update_tcp.log |
| 1889 | 2026-09-04T03:19:12.100Z | uploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (45108 bytes) |
| 1890 | 2026-09-04T03:19:13.122Z | uploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log |
| 1891 | 2026-09-04T03:19:13.135Z | uploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (45346 bytes) |
| 1892 | 2026-09-04T03:19:14.145Z | uploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log |
| 1893 | 2026-09-04T03:19:14.151Z | uploading: /work/r2.test_import_export_policy_filtering.log (37838 bytes) |
| 1894 | 2026-09-04T03:19:15.163Z | uploaded: /work/r2.test_import_export_policy_filtering.log |
| 1895 | 2026-09-04T03:19:15.165Z | uploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (39684 bytes) |
| 1896 | 2026-09-04T03:19:16.177Z | uploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log |
| 1897 | 2026-09-04T03:19:16.180Z | uploading: /work/r2.test_ipv6_basic_peering_active.log (39916 bytes) |
| 1898 | 2026-09-04T03:19:17.190Z | uploaded: /work/r2.test_ipv6_basic_peering_active.log |
| 1899 | 2026-09-04T03:19:17.196Z | uploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47702 bytes) |
| 1900 | 2026-09-04T03:19:18.208Z | uploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log |
| 1901 | 2026-09-04T03:19:18.208Z | uploading: /work/r2.test_ipv6_basic_peering_passive.log (42934 bytes) |
| 1902 | 2026-09-04T03:19:19.279Z | uploaded: /work/r2.test_ipv6_basic_peering_passive.log |
| 1903 | 2026-09-04T03:19:19.279Z | uploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (48307 bytes) |
| 1904 | 2026-09-04T03:19:20.324Z | uploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log |
| 1905 | 2026-09-04T03:19:20.327Z | uploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (39552 bytes) |
| 1906 | 2026-09-04T03:19:21.356Z | uploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log |
| 1907 | 2026-09-04T03:19:21.356Z | uploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (29071 bytes) |
| 1908 | 2026-09-04T03:19:22.379Z | uploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log |
| 1909 | 2026-09-04T03:19:22.379Z | uploading: /work/r2.test_three_router_chain_tcp.log (46501 bytes) |
| 1910 | 2026-09-04T03:19:23.395Z | uploaded: /work/r2.test_three_router_chain_tcp.log |
| 1911 | 2026-09-04T03:19:23.402Z | uploading: /work/r2.test_three_router_chain_tcp_ipv6.log (43714 bytes) |
| 1912 | 2026-09-04T03:19:24.414Z | uploaded: /work/r2.test_three_router_chain_tcp_ipv6.log |
| 1913 | 2026-09-04T03:19:24.414Z | uploading: /work/r3.test_three_router_chain_tcp.log (23725 bytes) |
| 1914 | 2026-09-04T03:19:25.469Z | uploaded: /work/r3.test_three_router_chain_tcp.log |
| 1915 | 2026-09-04T03:19:25.469Z | uploading: /work/r3.test_three_router_chain_tcp_ipv6.log (22141 bytes) |
| 1916 | 2026-09-04T03:19:26.484Z | uploaded: /work/r3.test_three_router_chain_tcp_ipv6.log |
| 1917 | 2026-09-04T03:19:26.484Z | uploading: /work/recreated_router_does_not_claim_predecessors_sessions.log (582 bytes) |
| 1918 | 2026-09-04T03:19:27.494Z | uploaded: /work/recreated_router_does_not_claim_predecessors_sessions.log |
| 1919 | 2026-09-04T03:19:27.494Z | uploading: /work/router_teardown_leaves_other_routers_sessions_alone.log (602 bytes) |
| 1920 | 2026-09-04T03:19:28.507Z | uploaded: /work/router_teardown_leaves_other_routers_sessions_alone.log |
| 1921 | 2026-09-04T03:19:28.510Z | uploading: /work/same_linklocal.log (107060 bytes) |
| 1922 | 2026-09-04T03:19:29.523Z | uploaded: /work/same_linklocal.log |
| 1923 | 2026-09-04T03:19:29.526Z | uploading: /work/three_chain.log (174043 bytes) |
| 1924 | 2026-09-04T03:19:30.539Z | uploaded: /work/three_chain.log |
| 1925 | 2026-09-04T03:19:30.539Z | uploading: /work/unnumbered_expiry.log (90764 bytes) |
| 1926 | 2026-09-04T03:19:31.554Z | uploaded: /work/unnumbered_expiry.log |
| 1927 | 2026-09-04T03:19:31.556Z | uploading: /work/unnumbered_interface_lifecycle.log (123070 bytes) |
| 1928 | 2026-09-04T03:19:32.572Z | uploaded: /work/unnumbered_interface_lifecycle.log |
| 1929 | 2026-09-04T03:19:32.572Z | uploading: /work/unnumbered_peer_change.log (82264 bytes) |
| 1930 | 2026-09-04T03:19:33.588Z | uploaded: /work/unnumbered_peer_change.log |