|
|
|
| 1 | 2026-09-04T03:12:43.989Z | job assigned to worker 01M1N6DEG45XZXDCHHM3STT0ZB [factory aws, i-0c05905d5b5902fc0] (queued for 1 m 13 s) |
| |
| 2 | 2026-09-04T03:12:50.371Z | starting task 0: "setup" |
| 3 | 2026-09-04T03:12:50.377Z | ++ uname -s |
| 4 | 2026-09-04T03:12:50.380Z | + kern=SunOS |
| 5 | 2026-09-04T03:12:50.380Z | + build_user=build |
| 6 | 2026-09-04T03:12:50.380Z | + build_uid=12345 |
| 7 | 2026-09-04T03:12:50.380Z | + work_dir=/work |
| 8 | 2026-09-04T03:12:50.380Z | + input_dir=/input |
| 9 | 2026-09-04T03:12:50.380Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T03:12:50.380Z | + case "$kern" in |
| 11 | 2026-09-04T03:12:50.380Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T03:12:50.399Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T03:12:52.389Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T03:12:52.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T03:12:52.504Z | + home_fs=zfs |
| 16 | 2026-09-04T03:12:52.504Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T03:12:52.505Z | + mkdir -p /home/build |
| 18 | 2026-09-04T03:12:52.505Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T03:12:53.505Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T03:12:53.508Z | process exited: duration 3137 ms, exit code 0 |
| |
| 21 | 2026-09-04T03:12:53.514Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T03:12:53.518Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T03:12:53.518Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T03:12:53.518Z | * rust toolchain profile = "default" |
| 25 | 2026-09-04T03:12:53.518Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-04T03:12:53.518Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T03:12:53.521Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T03:12:53.521Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T03:12:53.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T03:12:53.622Z | info: downloading installer |
| 31 | 2026-09-04T03:12:55.136Z | info: profile set to default |
| 32 | 2026-09-04T03:12:55.136Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T03:12:55.139Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T03:12:55.297Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T03:12:55.300Z | info: downloading 6 components |
| 36 | 2026-09-04T03:13:11.674Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T03:13:11.674Z | |
| 38 | 2026-09-04T03:13:11.699Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T03:13:11.699Z | |
| 40 | 2026-09-04T03:13:11.702Z | |
| 41 | 2026-09-04T03:13:11.702Z | Rust is installed now. Great! |
| 42 | 2026-09-04T03:13:11.702Z | |
| 43 | 2026-09-04T03:13:11.702Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T03:13:11.702Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T03:13:11.702Z | |
| 46 | 2026-09-04T03:13:11.702Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T03:13:11.702Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T03:13:11.702Z | |
| 49 | 2026-09-04T03:13:11.702Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T03:13:11.702Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T03:13:11.702Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T03:13:11.702Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T03:13:11.702Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T03:13:11.702Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T03:13:11.702Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T03:13:11.702Z | HOST_CC = None |
| 57 | 2026-09-04T03:13:11.702Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T03:13:11.702Z | CC = None |
| 59 | 2026-09-04T03:13:11.702Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T03:13:11.871Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T03:13:11.871Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T03:13:11.871Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T03:13:11.871Z | CFLAGS = None |
| 64 | 2026-09-04T03:13:11.871Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T03:13:11.871Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T03:13:11.871Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T03:13:11.871Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T03:13:11.871Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T03:13:11.871Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T03:13:11.974Z | + rustup --version |
| 71 | 2026-09-04T03:13:11.981Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T03:13:11.984Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T03:13:12.002Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T03:13:12.005Z | + cargo --version |
| 75 | 2026-09-04T03:13:12.018Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T03:13:12.021Z | + rustc --version |
| 77 | 2026-09-04T03:13:12.039Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T03:13:12.042Z | process exited: duration 18526 ms, exit code 0 |
| |
| 79 | 2026-09-04T03:13:12.048Z | starting task 2: "authentication" |
| 80 | 2026-09-04T03:13:12.062Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
| 81 | 2026-09-04T03:13:32.118Z | process exited: duration 20068 ms, exit code 0 |
| |
| 82 | 2026-09-04T03:13:32.129Z | starting task 3: "clone repository" |
| 83 | 2026-09-04T03:13:32.132Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T03:13:32.136Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-09-04T03:13:32.162Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-09-04T03:13:33.688Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-09-04T03:13:33.688Z | + git fetch origin 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 88 | 2026-09-04T03:13:33.966Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-09-04T03:13:33.966Z | * branch 226a6c4ce96b24ac690c850483c24a696e138a3c -> FETCH_HEAD |
| 90 | 2026-09-04T03:13:33.971Z | + [[ -n renovate/opte ]] |
| 91 | 2026-09-04T03:13:33.975Z | ++ git branch --show-current |
| 92 | 2026-09-04T03:13:33.975Z | + current=main |
| 93 | 2026-09-04T03:13:33.975Z | + [[ main != renovate/opte ]] |
| 94 | 2026-09-04T03:13:33.975Z | + git branch -f renovate/opte 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 95 | 2026-09-04T03:13:33.979Z | + git checkout -f renovate/opte |
| 96 | 2026-09-04T03:13:33.995Z | Switched to branch 'renovate/opte' |
| 97 | 2026-09-04T03:13:33.998Z | + git reset --hard 226a6c4ce96b24ac690c850483c24a696e138a3c |
| 98 | 2026-09-04T03:13:34.014Z | HEAD is now at 226a6c4 Update opte to 16ef8c6 |
| 99 | 2026-09-04T03:13:34.017Z | process exited: duration 1888 ms, exit code 0 |
| |
| 100 | 2026-09-04T03:13:34.023Z | starting task 4: "build" |
| 101 | 2026-09-04T03:13:34.031Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 102 | 2026-09-04T03:13:34.181Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 103 | 2026-09-04T03:13:34.184Z | info: downloading 6 components |
| 104 | 2026-09-04T03:13:48.851Z | warn: the missing active toolchain `1.97.1-x86_64-unknown-illumos` has been auto-installed |
| 105 | 2026-09-04T03:13:48.851Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 106 | 2026-09-04T03:13:48.851Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 107 | 2026-09-04T03:13:48.953Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 108 | 2026-09-04T03:13:48.983Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 109 | 2026-09-04T03:13:48.986Z | ++ dladm |
| 110 | 2026-09-04T03:13:48.990Z | LINK CLASS MTU STATE BRIDGE OVER |
| 111 | 2026-09-04T03:13:48.990Z | ena0 phys 9216 up -- -- |
| 112 | 2026-09-04T03:13:48.993Z | ++ ipadm |
| 113 | 2026-09-04T03:13:48.993Z | ADDROBJ TYPE STATE ADDR |
| 114 | 2026-09-04T03:13:48.993Z | lo0/v4 static ok 127.0.0.1/8 |
| 115 | 2026-09-04T03:13:48.993Z | ena0/dhcp dhcp ok 10.150.1.192/24 |
| 116 | 2026-09-04T03:13:48.993Z | lo0/v6 static ok ::1/128 |
| 117 | 2026-09-04T03:13:48.993Z | ++ banner collect |
| 118 | 2026-09-04T03:13:48.996Z | |
| 119 | 2026-09-04T03:13:48.996Z | #### #### # # ###### #### ##### |
| 120 | 2026-09-04T03:13:48.996Z | # # # # # # # # # # |
| 121 | 2026-09-04T03:13:48.996Z | # # # # # ##### # # |
| 122 | 2026-09-04T03:13:48.996Z | # # # # # # # # |
| 123 | 2026-09-04T03:13:48.996Z | # # # # # # # # # # |
| 124 | 2026-09-04T03:13:48.996Z | #### #### ###### ###### ###### #### # |
| 125 | 2026-09-04T03:13:48.996Z | |
| 126 | 2026-09-04T03:13:48.996Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 127 | 2026-09-04T03:13:48.996Z | ++ repo=softnpu |
| 128 | 2026-09-04T03:13:48.996Z | ++ series=image |
| 129 | 2026-09-04T03:13:48.996Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 130 | 2026-09-04T03:13:48.996Z | ++ name=softnpu |
| 131 | 2026-09-04T03:13:48.996Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 132 | 2026-09-04T03:13:48.996Z | ++ mkdir -p download |
| 133 | 2026-09-04T03:13:48.996Z | ++ pushd download |
| 134 | 2026-09-04T03:13:48.997Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 135 | 2026-09-04T03:13:48.997Z | ++ [[ ! -f softnpu ]] |
| 136 | 2026-09-04T03:13:49.001Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 137 | 2026-09-04T03:13:49.004Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 138 | 2026-09-04T03:13:49.004Z | Dload Upload Total Spent Left Speed |
| 139 | 2026-09-04T03:13:49.332Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 47.44M 0 0
100 15.63M 100 15.63M 0 0 47.44M 0 0
100 15.63M 100 15.63M 0 0 47.43M 0 0 |
| 140 | 2026-09-04T03:13:49.335Z | ++ popd |
| 141 | 2026-09-04T03:13:49.335Z | /work/oxidecomputer/maghemite |
| 142 | 2026-09-04T03:13:49.335Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 143 | 2026-09-04T03:13:49.335Z | ++ repo=sidecar-lite |
| 144 | 2026-09-04T03:13:49.335Z | ++ series=release |
| 145 | 2026-09-04T03:13:49.335Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 146 | 2026-09-04T03:13:49.335Z | ++ name=libsidecar_lite.so |
| 147 | 2026-09-04T03:13:49.336Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 148 | 2026-09-04T03:13:49.336Z | ++ mkdir -p download |
| 149 | 2026-09-04T03:13:49.340Z | ++ pushd download |
| 150 | 2026-09-04T03:13:49.340Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 151 | 2026-09-04T03:13:49.340Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 152 | 2026-09-04T03:13:49.340Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 153 | 2026-09-04T03:13:49.343Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 154 | 2026-09-04T03:13:49.343Z | Dload Upload Total Spent Left Speed |
| 155 | 2026-09-04T03:13:49.622Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 43.12M 0 0
100 12.04M 100 12.04M 0 0 43.11M 0 0
100 12.04M 100 12.04M 0 0 43.11M 0 0 |
| 156 | 2026-09-04T03:13:49.629Z | ++ popd |
| 157 | 2026-09-04T03:13:49.629Z | /work/oxidecomputer/maghemite |
| 158 | 2026-09-04T03:13:49.629Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 159 | 2026-09-04T03:13:49.629Z | ++ repo=sidecar-lite |
| 160 | 2026-09-04T03:13:49.629Z | ++ series=release |
| 161 | 2026-09-04T03:13:49.629Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 162 | 2026-09-04T03:13:49.629Z | ++ name=scadm |
| 163 | 2026-09-04T03:13:49.629Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 164 | 2026-09-04T03:13:49.629Z | ++ mkdir -p download |
| 165 | 2026-09-04T03:13:49.629Z | ++ pushd download |
| 166 | 2026-09-04T03:13:49.629Z | ++ [[ ! -f scadm ]] |
| 167 | 2026-09-04T03:13:49.629Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 168 | 2026-09-04T03:13:49.630Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 169 | 2026-09-04T03:13:49.639Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 170 | 2026-09-04T03:13:49.639Z | Dload Upload Total Spent Left Speed |
| 171 | 2026-09-04T03:13:50.086Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 35.35M 0 0
100 15.78M 100 15.78M 0 0 35.34M 0 0
100 15.78M 100 15.78M 0 0 35.34M 0 0 |
| 172 | 2026-09-04T03:13:50.100Z | ++ popd |
| 173 | 2026-09-04T03:13:50.100Z | /work/oxidecomputer/maghemite |
| 174 | 2026-09-04T03:13:50.100Z | ++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz |
| 175 | 2026-09-04T03:13:50.100Z | ++ repo=dendrite |
| 176 | 2026-09-04T03:13:50.100Z | ++ series=image |
| 177 | 2026-09-04T03:13:50.100Z | ++ commit=803f6899e3bc64780a965d625e248e1d77e37d43 |
| 178 | 2026-09-04T03:13:50.101Z | ++ name=dendrite-softnpu.tar.gz |
| 179 | 2026-09-04T03:13:50.101Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 180 | 2026-09-04T03:13:50.101Z | ++ mkdir -p download |
| 181 | 2026-09-04T03:13:50.101Z | ++ pushd download |
| 182 | 2026-09-04T03:13:50.101Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 183 | 2026-09-04T03:13:50.101Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 184 | 2026-09-04T03:13:50.101Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz |
| 185 | 2026-09-04T03:13:50.101Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 186 | 2026-09-04T03:13:50.101Z | Dload Upload Total Spent Left Speed |
| 187 | 2026-09-04T03:13:51.281Z |
0 0 0 0 0 0 0 0 0
81 61.61M 81 50.29M 0 0 50.32M 0 00:01 00:01 50.33M
100 61.61M 100 61.61M 0 0 51.77M 0 00:01 00:01 50.33M
100 61.61M 100 61.61M 0 0 51.77M 0 00:01 00:01 50.33M
100 61.61M 100 61.61M 0 0 51.76M 0 00:01 00:01 50.33M |
| 188 | 2026-09-04T03:13:51.287Z | ++ popd |
| 189 | 2026-09-04T03:13:51.287Z | /work/oxidecomputer/maghemite |
| 190 | 2026-09-04T03:13:51.288Z | ++ get_artifact maghemite release 226a6c4ce96b24ac690c850483c24a696e138a3c ddm |
| 191 | 2026-09-04T03:13:51.288Z | ++ repo=maghemite |
| 192 | 2026-09-04T03:13:51.288Z | ++ series=release |
| 193 | 2026-09-04T03:13:51.288Z | ++ commit=226a6c4ce96b24ac690c850483c24a696e138a3c |
| 194 | 2026-09-04T03:13:51.288Z | ++ name=ddm |
| 195 | 2026-09-04T03:13:51.288Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 196 | 2026-09-04T03:13:51.288Z | ++ mkdir -p download |
| 197 | 2026-09-04T03:13:51.288Z | ++ pushd download |
| 198 | 2026-09-04T03:13:51.289Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 199 | 2026-09-04T03:13:51.289Z | ++ [[ ! -f ddm ]] |
| 200 | 2026-09-04T03:13:51.289Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/226a6c4ce96b24ac690c850483c24a696e138a3c/ddm |
| 201 | 2026-09-04T03:13:51.294Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 202 | 2026-09-04T03:13:51.294Z | Dload Upload Total Spent Left Speed |
| 203 | 2026-09-04T03:13:51.365Z |
0 0 0 0 0 0 0 0 0 |
| 204 | 2026-09-04T03:13:51.365Z | curl: (22) The requested URL returned error: 404 |
| 205 | 2026-09-04T03:13:51.369Z | ++ popd |
| 206 | 2026-09-04T03:13:51.370Z | /work/oxidecomputer/maghemite |
| 207 | 2026-09-04T03:13:51.370Z | ++ get_artifact maghemite release 226a6c4ce96b24ac690c850483c24a696e138a3c ddmadm |
| 208 | 2026-09-04T03:13:51.370Z | ++ repo=maghemite |
| 209 | 2026-09-04T03:13:51.370Z | ++ series=release |
| 210 | 2026-09-04T03:13:51.370Z | ++ commit=226a6c4ce96b24ac690c850483c24a696e138a3c |
| 211 | 2026-09-04T03:13:51.370Z | ++ name=ddmadm |
| 212 | 2026-09-04T03:13:51.370Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 213 | 2026-09-04T03:13:51.370Z | ++ mkdir -p download |
| 214 | 2026-09-04T03:13:51.376Z | ++ pushd download |
| 215 | 2026-09-04T03:13:51.376Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 216 | 2026-09-04T03:13:51.376Z | ++ [[ ! -f ddmadm ]] |
| 217 | 2026-09-04T03:13:51.376Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/226a6c4ce96b24ac690c850483c24a696e138a3c/ddmadm |
| 218 | 2026-09-04T03:13:51.376Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 219 | 2026-09-04T03:13:51.376Z | Dload Upload Total Spent Left Speed |
| 220 | 2026-09-04T03:13:51.434Z |
0 0 0 0 0 0 0 0 0 |
| 221 | 2026-09-04T03:13:51.434Z | curl: (22) The requested URL returned error: 404 |
| 222 | 2026-09-04T03:13:51.438Z | ++ popd |
| 223 | 2026-09-04T03:13:51.438Z | /work/oxidecomputer/maghemite |
| 224 | 2026-09-04T03:13:51.438Z | ++ pushd download |
| 225 | 2026-09-04T03:13:51.438Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 226 | 2026-09-04T03:13:51.438Z | ++ chmod +x softnpu |
| 227 | 2026-09-04T03:13:51.438Z | ++ chmod +x scadm |
| 228 | 2026-09-04T03:13:51.441Z | ++ chmod +x ddmadm |
| 229 | 2026-09-04T03:13:51.441Z | chmod: WARNING: can't access ddmadm |
| 230 | 2026-09-04T03:13:51.441Z | ++ chmod +x ddmd |
| 231 | 2026-09-04T03:13:51.441Z | chmod: WARNING: can't access ddmd |
| 232 | 2026-09-04T03:13:51.441Z | ++ mv ddmadm ddmadm-v2 |
| 233 | 2026-09-04T03:13:51.445Z | mv: cannot access ddmadm |
| 234 | 2026-09-04T03:13:51.445Z | ++ mv ddmd ddmd-v2 |
| 235 | 2026-09-04T03:13:51.445Z | mv: cannot access ddmd |
| 236 | 2026-09-04T03:13:51.445Z | ++ rm -rf zones/dendrite |
| 237 | 2026-09-04T03:13:51.446Z | ++ mkdir -p zones/dendrite |
| 238 | 2026-09-04T03:13:51.449Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 239 | 2026-09-04T03:13:52.047Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml |
| 240 | 2026-09-04T03:13:52.053Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 241 | 2026-09-04T03:13:52.056Z | ++ popd |
| 242 | 2026-09-04T03:13:52.056Z | ++ banner install |
| 243 | 2026-09-04T03:13:52.056Z | /work/oxidecomputer/maghemite |
| 244 | 2026-09-04T03:13:52.056Z | |
| 245 | 2026-09-04T03:13:52.056Z | # # # #### ##### ## # # |
| 246 | 2026-09-04T03:13:52.056Z | # ## # # # # # # # |
| 247 | 2026-09-04T03:13:52.056Z | # # # # #### # # # # # |
| 248 | 2026-09-04T03:13:52.056Z | # # # # # # ###### # # |
| 249 | 2026-09-04T03:13:52.056Z | # # ## # # # # # # # |
| 250 | 2026-09-04T03:13:52.056Z | # # # #### # # # ###### ###### |
| 251 | 2026-09-04T03:13:52.056Z | |
| 252 | 2026-09-04T03:13:52.056Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 253 | 2026-09-04T03:13:52.056Z | ++ pfexec pkg install clang-15 |
| 254 | 2026-09-04T03:13:54.600Z | Startup: Refreshing catalog 'helios' ... Done |
| 255 | 2026-09-04T03:13:55.022Z | Startup: Caching catalogs ... Done |
| 256 | 2026-09-04T03:13:57.617Z | Planning: Solver setup ... Done |
| 257 | 2026-09-04T03:13:57.686Z | Planning: Running solver ... Done |
| 258 | 2026-09-04T03:13:57.741Z | Planning: Consolidating action changes ... Done |
| 259 | 2026-09-04T03:13:57.747Z | Planning: Evaluating mediators ... Done |
| 260 | 2026-09-04T03:13:57.747Z | Planning: Planning completed in 2.68 seconds |
| 261 | 2026-09-04T03:13:57.760Z | No updates necessary for this image. |
| 262 | 2026-09-04T03:13:58.010Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 263 | 2026-09-04T03:13:58.010Z | ++ pfexec pkg install pkg-config |
| 264 | 2026-09-04T03:13:58.331Z | Startup: Refreshing catalog 'helios' ... Done |
| 265 | 2026-09-04T03:14:00.724Z | Planning: Solver setup ... Done |
| 266 | 2026-09-04T03:14:00.793Z | Planning: Running solver ... Done |
| 267 | 2026-09-04T03:14:00.859Z | Planning: Consolidating action changes ... Done |
| 268 | 2026-09-04T03:14:00.859Z | Planning: Evaluating mediators ... Done |
| 269 | 2026-09-04T03:14:00.873Z | Planning: Planning completed in 2.56 seconds |
| 270 | 2026-09-04T03:14:00.874Z | No updates necessary for this image. |
| 271 | 2026-09-04T03:14:01.010Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 272 | 2026-09-04T03:14:01.010Z | ++ pfexec pkg install brand/omicron1 |
| 273 | 2026-09-04T03:14:01.304Z | Startup: Refreshing catalog 'helios' ... Done |
| 274 | 2026-09-04T03:14:03.653Z | Planning: Solver setup ... Done |
| 275 | 2026-09-04T03:14:03.722Z | Planning: Running solver ... Done |
| 276 | 2026-09-04T03:14:03.780Z | Planning: Finding local manifests ... Done |
| 277 | 2026-09-04T03:14:03.783Z | Planning: Fetching manifests: 0/2 0% complete |
| 278 | 2026-09-04T03:14:03.804Z | Planning: Fetching manifests: 2/2 100% complete |
| 279 | 2026-09-04T03:14:03.816Z | Planning: Package planning ... Done |
| 280 | 2026-09-04T03:14:03.819Z | Planning: Merging actions ... Done |
| 281 | 2026-09-04T03:14:03.969Z | Planning: Checking for conflicting actions ... Done |
| 282 | 2026-09-04T03:14:03.972Z | Planning: Consolidating action changes ... Done |
| 283 | 2026-09-04T03:14:04.759Z | Planning: Evaluating mediators ... Done |
| 284 | 2026-09-04T03:14:04.762Z | Planning: Planning completed in 3.48 seconds |
| 285 | 2026-09-04T03:14:04.768Z | Packages to install: 2 |
| 286 | 2026-09-04T03:14:04.768Z | Create boot environment: No |
| 287 | 2026-09-04T03:14:04.768Z | Create backup boot environment: No |
| 288 | 2026-09-04T03:14:04.793Z | |
| 289 | 2026-09-04T03:14:04.793Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 290 | 2026-09-04T03:14:04.808Z | Download: Completed 1.01 MB in 0.02 seconds (66.7M/s) |
| 291 | 2026-09-04T03:14:04.950Z | Actions: 1/28 actions (Installing new actions) |
| 292 | 2026-09-04T03:14:04.963Z | Actions: Completed 28 actions in 0.01 seconds. |
| 293 | 2026-09-04T03:14:05.010Z | Finalize: Updating package state database ... Done |
| 294 | 2026-09-04T03:14:05.013Z | Finalize: Updating package cache ... Done |
| 295 | 2026-09-04T03:14:05.098Z | Finalize: Updating image state ... Done |
| 296 | 2026-09-04T03:14:07.487Z | Finalize: Creating fast lookup database ... Done |
| 297 | 2026-09-04T03:14:07.556Z | Finalize: Reading search index ... Done |
| 298 | 2026-09-04T03:14:07.561Z | Finalize: Updating search index ... Done |
| 299 | 2026-09-04T03:14:07.629Z | Finalize: Updating package cache ... Done |
| 300 | 2026-09-04T03:14:07.714Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 301 | 2026-09-04T03:14:07.714Z | ++ pfexec pkg install brand/omicron1/tools |
| 302 | 2026-09-04T03:14:07.986Z | Startup: Refreshing catalog 'helios' ... Done |
| 303 | 2026-09-04T03:14:10.382Z | Planning: Solver setup ... Done |
| 304 | 2026-09-04T03:14:10.452Z | Planning: Running solver ... Done |
| 305 | 2026-09-04T03:14:10.506Z | Planning: Finding local manifests ... Done |
| 306 | 2026-09-04T03:14:10.509Z | Planning: Fetching manifests: 0/1 0% complete |
| 307 | 2026-09-04T03:14:10.524Z | Planning: Fetching manifests: 1/1 100% complete |
| 308 | 2026-09-04T03:14:10.537Z | Planning: Package planning ... Done |
| 309 | 2026-09-04T03:14:10.540Z | Planning: Merging actions ... Done |
| 310 | 2026-09-04T03:14:10.674Z | Planning: Checking for conflicting actions ... Done |
| 311 | 2026-09-04T03:14:10.677Z | Planning: Consolidating action changes ... Done |
| 312 | 2026-09-04T03:14:10.832Z | Planning: Evaluating mediators ... Done |
| 313 | 2026-09-04T03:14:10.836Z | Planning: Planning completed in 2.85 seconds |
| 314 | 2026-09-04T03:14:10.842Z | Packages to install: 1 |
| 315 | 2026-09-04T03:14:10.842Z | Services to change: 1 |
| 316 | 2026-09-04T03:14:10.842Z | Create boot environment: No |
| 317 | 2026-09-04T03:14:10.842Z | Create backup boot environment: No |
| 318 | 2026-09-04T03:14:10.856Z | |
| 319 | 2026-09-04T03:14:10.856Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 320 | 2026-09-04T03:14:10.879Z | Download: Completed 1.13 MB in 0.02 seconds (47.4M/s) |
| 321 | 2026-09-04T03:14:10.938Z | Actions: 1/19 actions (Installing new actions) |
| 322 | 2026-09-04T03:14:10.952Z | Actions: Completed 19 actions in 0.01 seconds. |
| 323 | 2026-09-04T03:14:10.989Z | Finalize: Updating package state database ... Done |
| 324 | 2026-09-04T03:14:10.989Z | Finalize: Updating package cache ... Done |
| 325 | 2026-09-04T03:14:11.084Z | Finalize: Updating image state ... Done |
| 326 | 2026-09-04T03:14:13.068Z | Finalize: Creating fast lookup database ... Done |
| 327 | 2026-09-04T03:14:13.133Z | Finalize: Reading search index ... Done |
| 328 | 2026-09-04T03:14:13.136Z | Finalize: Updating search index ... Done |
| 329 | 2026-09-04T03:14:13.220Z | Finalize: Updating package cache ... Done |
| 330 | 2026-09-04T03:14:13.306Z | ++ pfexec svcadm enable baseline |
| 331 | 2026-09-04T03:14:13.325Z | ++ retry=0 |
| 332 | 2026-09-04T03:14:13.333Z | +++ svcs -Hostate baseline |
| 333 | 2026-09-04T03:14:13.337Z | ++ [[ offline* != online ]] |
| 334 | 2026-09-04T03:14:13.337Z | ++ [[ 0 -gt 300 ]] |
| 335 | 2026-09-04T03:14:13.337Z | ++ sleep 1 |
| 336 | 2026-09-04T03:14:14.337Z | ++ retry=1 |
| 337 | 2026-09-04T03:14:14.341Z | +++ svcs -Hostate baseline |
| 338 | 2026-09-04T03:14:14.351Z | ++ [[ offline* != online ]] |
| 339 | 2026-09-04T03:14:14.351Z | ++ [[ 1 -gt 300 ]] |
| 340 | 2026-09-04T03:14:14.351Z | ++ sleep 1 |
| 341 | 2026-09-04T03:14:15.355Z | ++ retry=2 |
| 342 | 2026-09-04T03:14:15.359Z | +++ svcs -Hostate baseline |
| 343 | 2026-09-04T03:14:15.367Z | ++ [[ offline* != online ]] |
| 344 | 2026-09-04T03:14:15.367Z | ++ [[ 2 -gt 300 ]] |
| 345 | 2026-09-04T03:14:15.367Z | ++ sleep 1 |
| 346 | 2026-09-04T03:14:16.371Z | ++ retry=3 |
| 347 | 2026-09-04T03:14:16.391Z | +++ svcs -Hostate baseline |
| 348 | 2026-09-04T03:14:16.402Z | ++ [[ offline* != online ]] |
| 349 | 2026-09-04T03:14:16.402Z | ++ [[ 3 -gt 300 ]] |
| 350 | 2026-09-04T03:14:16.402Z | ++ sleep 1 |
| 351 | 2026-09-04T03:14:17.806Z | ++ retry=4 |
| 352 | 2026-09-04T03:14:17.826Z | +++ svcs -Hostate baseline |
| 353 | 2026-09-04T03:14:17.826Z | ++ [[ offline* != online ]] |
| 354 | 2026-09-04T03:14:17.826Z | ++ [[ 4 -gt 300 ]] |
| 355 | 2026-09-04T03:14:17.826Z | ++ sleep 1 |
| 356 | 2026-09-04T03:14:18.404Z | ++ retry=5 |
| 357 | 2026-09-04T03:14:18.408Z | +++ svcs -Hostate baseline |
| 358 | 2026-09-04T03:14:18.414Z | ++ [[ offline* != online ]] |
| 359 | 2026-09-04T03:14:18.414Z | ++ [[ 5 -gt 300 ]] |
| 360 | 2026-09-04T03:14:18.414Z | ++ sleep 1 |
| 361 | 2026-09-04T03:14:19.416Z | ++ retry=6 |
| 362 | 2026-09-04T03:14:19.419Z | +++ svcs -Hostate baseline |
| 363 | 2026-09-04T03:14:19.431Z | ++ [[ offline* != online ]] |
| 364 | 2026-09-04T03:14:19.431Z | ++ [[ 6 -gt 300 ]] |
| 365 | 2026-09-04T03:14:19.431Z | ++ sleep 1 |
| 366 | 2026-09-04T03:14:20.433Z | ++ retry=7 |
| 367 | 2026-09-04T03:14:20.435Z | +++ svcs -Hostate baseline |
| 368 | 2026-09-04T03:14:20.449Z | ++ [[ offline* != online ]] |
| 369 | 2026-09-04T03:14:20.449Z | ++ [[ 7 -gt 300 ]] |
| 370 | 2026-09-04T03:14:20.449Z | ++ sleep 1 |
| 371 | 2026-09-04T03:14:21.451Z | ++ retry=8 |
| 372 | 2026-09-04T03:14:21.462Z | +++ svcs -Hostate baseline |
| 373 | 2026-09-04T03:14:21.469Z | ++ [[ offline* != online ]] |
| 374 | 2026-09-04T03:14:21.469Z | ++ [[ 8 -gt 300 ]] |
| 375 | 2026-09-04T03:14:21.469Z | ++ sleep 1 |
| 376 | 2026-09-04T03:14:22.467Z | ++ retry=9 |
| 377 | 2026-09-04T03:14:22.470Z | +++ svcs -Hostate baseline |
| 378 | 2026-09-04T03:14:22.482Z | ++ [[ offline* != online ]] |
| 379 | 2026-09-04T03:14:22.482Z | ++ [[ 9 -gt 300 ]] |
| 380 | 2026-09-04T03:14:22.485Z | ++ sleep 1 |
| 381 | 2026-09-04T03:14:23.483Z | ++ retry=10 |
| 382 | 2026-09-04T03:14:23.488Z | +++ svcs -Hostate baseline |
| 383 | 2026-09-04T03:14:23.906Z | ++ [[ offline* != online ]] |
| 384 | 2026-09-04T03:14:23.906Z | ++ [[ 10 -gt 300 ]] |
| 385 | 2026-09-04T03:14:23.911Z | ++ sleep 1 |
| 386 | 2026-09-04T03:14:24.511Z | ++ retry=11 |
| 387 | 2026-09-04T03:14:24.526Z | +++ svcs -Hostate baseline |
| 388 | 2026-09-04T03:14:24.526Z | ++ [[ offline* != online ]] |
| 389 | 2026-09-04T03:14:24.526Z | ++ [[ 11 -gt 300 ]] |
| 390 | 2026-09-04T03:14:24.526Z | ++ sleep 1 |
| 391 | 2026-09-04T03:14:25.516Z | ++ retry=12 |
| 392 | 2026-09-04T03:14:25.519Z | +++ svcs -Hostate baseline |
| 393 | 2026-09-04T03:14:25.533Z | ++ [[ offline* != online ]] |
| 394 | 2026-09-04T03:14:25.533Z | ++ [[ 12 -gt 300 ]] |
| 395 | 2026-09-04T03:14:25.533Z | ++ sleep 1 |
| 396 | 2026-09-04T03:14:26.547Z | ++ retry=13 |
| 397 | 2026-09-04T03:14:26.557Z | +++ svcs -Hostate baseline |
| 398 | 2026-09-04T03:14:26.557Z | ++ [[ offline* != online ]] |
| 399 | 2026-09-04T03:14:26.557Z | ++ [[ 13 -gt 300 ]] |
| 400 | 2026-09-04T03:14:26.557Z | ++ sleep 1 |
| 401 | 2026-09-04T03:14:27.558Z | ++ retry=14 |
| 402 | 2026-09-04T03:14:27.967Z | +++ svcs -Hostate baseline |
| 403 | 2026-09-04T03:14:27.975Z | ++ [[ offline* != online ]] |
| 404 | 2026-09-04T03:14:27.975Z | ++ [[ 14 -gt 300 ]] |
| 405 | 2026-09-04T03:14:27.975Z | ++ sleep 1 |
| 406 | 2026-09-04T03:14:28.568Z | ++ retry=15 |
| 407 | 2026-09-04T03:14:28.571Z | +++ svcs -Hostate baseline |
| 408 | 2026-09-04T03:14:28.582Z | ++ [[ offline* != online ]] |
| 409 | 2026-09-04T03:14:28.582Z | ++ [[ 15 -gt 300 ]] |
| 410 | 2026-09-04T03:14:28.585Z | ++ sleep 1 |
| 411 | 2026-09-04T03:14:29.583Z | ++ retry=16 |
| 412 | 2026-09-04T03:14:29.591Z | +++ svcs -Hostate baseline |
| 413 | 2026-09-04T03:14:29.611Z | ++ [[ offline* != online ]] |
| 414 | 2026-09-04T03:14:29.611Z | ++ [[ 16 -gt 300 ]] |
| 415 | 2026-09-04T03:14:29.611Z | ++ sleep 1 |
| 416 | 2026-09-04T03:14:30.615Z | ++ retry=17 |
| 417 | 2026-09-04T03:14:30.633Z | +++ svcs -Hostate baseline |
| 418 | 2026-09-04T03:14:30.633Z | ++ [[ offline* != online ]] |
| 419 | 2026-09-04T03:14:30.633Z | ++ [[ 17 -gt 300 ]] |
| 420 | 2026-09-04T03:14:30.633Z | ++ sleep 1 |
| 421 | 2026-09-04T03:14:31.616Z | ++ retry=18 |
| 422 | 2026-09-04T03:14:31.621Z | +++ svcs -Hostate baseline |
| 423 | 2026-09-04T03:14:31.631Z | ++ [[ offline* != online ]] |
| 424 | 2026-09-04T03:14:31.631Z | ++ [[ 18 -gt 300 ]] |
| 425 | 2026-09-04T03:14:31.631Z | ++ sleep 1 |
| 426 | 2026-09-04T03:14:32.634Z | ++ retry=19 |
| 427 | 2026-09-04T03:14:32.649Z | +++ svcs -Hostate baseline |
| 428 | 2026-09-04T03:14:32.659Z | ++ [[ offline* != online ]] |
| 429 | 2026-09-04T03:14:32.659Z | ++ [[ 19 -gt 300 ]] |
| 430 | 2026-09-04T03:14:32.659Z | ++ sleep 1 |
| 431 | 2026-09-04T03:14:33.656Z | ++ retry=20 |
| 432 | 2026-09-04T03:14:33.660Z | +++ svcs -Hostate baseline |
| 433 | 2026-09-04T03:14:33.664Z | ++ [[ offline* != online ]] |
| 434 | 2026-09-04T03:14:33.665Z | ++ [[ 20 -gt 300 ]] |
| 435 | 2026-09-04T03:14:33.665Z | ++ sleep 1 |
| 436 | 2026-09-04T03:14:34.669Z | ++ retry=21 |
| 437 | 2026-09-04T03:14:34.677Z | +++ svcs -Hostate baseline |
| 438 | 2026-09-04T03:14:34.683Z | ++ [[ online != online ]] |
| 439 | 2026-09-04T03:14:34.683Z | ++ set -o errexit |
| 440 | 2026-09-04T03:14:34.683Z | ++ set -o pipefail |
| 441 | 2026-09-04T03:14:34.683Z | ++ banner build |
| 442 | 2026-09-04T03:14:34.683Z | |
| 443 | 2026-09-04T03:14:34.683Z | ##### # # # # ##### |
| 444 | 2026-09-04T03:14:34.683Z | # # # # # # # # |
| 445 | 2026-09-04T03:14:34.683Z | ##### # # # # # # |
| 446 | 2026-09-04T03:14:34.683Z | # # # # # # # # |
| 447 | 2026-09-04T03:14:34.683Z | # # # # # # # # |
| 448 | 2026-09-04T03:14:34.683Z | ##### #### # ###### ##### |
| 449 | 2026-09-04T03:14:34.683Z | |
| 450 | 2026-09-04T03:14:34.683Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 451 | 2026-09-04T03:14:34.779Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 452 | 2026-09-04T03:14:35.461Z | From https://github.com/oxidecomputer/falcon |
| 453 | 2026-09-04T03:14:35.461Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 454 | 2026-09-04T03:14:35.533Z | Updating crates.io index |
| 455 | 2026-09-04T03:14:35.537Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 456 | 2026-09-04T03:14:36.110Z | From https://github.com/oxidecomputer/dendrite |
| 457 | 2026-09-04T03:14:36.110Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 458 | 2026-09-04T03:14:36.143Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 459 | 2026-09-04T03:14:36.849Z | From https://github.com/oxidecomputer/ispf |
| 460 | 2026-09-04T03:14:36.849Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 461 | 2026-09-04T03:14:36.863Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 462 | 2026-09-04T03:14:36.863Z | From https://github.com/oxidecomputer/netadm-sys |
| 463 | 2026-09-04T03:14:36.863Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 464 | 2026-09-04T03:14:36.863Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 465 | 2026-09-04T03:14:43.835Z | From https://github.com/oxidecomputer/omicron |
| 466 | 2026-09-04T03:14:43.835Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 467 | 2026-09-04T03:14:44.250Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 468 | 2026-09-04T03:14:45.034Z | From https://github.com/oxidecomputer/opte |
| 469 | 2026-09-04T03:14:45.034Z | * [new ref] 16ef8c60a15fa6b0afd02c5f23f742c20b818f97 -> refs/commit/16ef8c60a15fa6b0afd02c5f23f742c20b818f97 |
| 470 | 2026-09-04T03:14:45.070Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 471 | 2026-09-04T03:14:45.310Z | From https://github.com/oxidecomputer/slog-error-chain |
| 472 | 2026-09-04T03:14:45.310Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 473 | 2026-09-04T03:14:45.318Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 474 | 2026-09-04T03:14:45.622Z | From https://github.com/illumos/smf-rs |
| 475 | 2026-09-04T03:14:45.622Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 476 | 2026-09-04T03:14:45.629Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 477 | 2026-09-04T03:14:45.905Z | From https://github.com/oxidecomputer/network-interface |
| 478 | 2026-09-04T03:14:45.905Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 479 | 2026-09-04T03:14:45.911Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 480 | 2026-09-04T03:14:46.209Z | From https://github.com/oxidecomputer/zone |
| 481 | 2026-09-04T03:14:46.209Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 482 | 2026-09-04T03:14:46.217Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 483 | 2026-09-04T03:14:46.838Z | From https://github.com/oxidecomputer/propolis |
| 484 | 2026-09-04T03:14:46.838Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 485 | 2026-09-04T03:14:46.872Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 486 | 2026-09-04T03:14:47.453Z | From https://github.com/oxidecomputer/transceiver-control |
| 487 | 2026-09-04T03:14:47.453Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 488 | 2026-09-04T03:14:47.507Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 489 | 2026-09-04T03:14:48.184Z | From https://github.com/oxidecomputer/dlpi-sys |
| 490 | 2026-09-04T03:14:48.185Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 491 | 2026-09-04T03:14:48.236Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 492 | 2026-09-04T03:14:48.237Z | From https://github.com/jmesmon/rust-libzfs |
| 493 | 2026-09-04T03:14:48.237Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 494 | 2026-09-04T03:14:48.237Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 495 | 2026-09-04T03:14:48.376Z | From https://github.com/oxidecomputer/rusty-doors |
| 496 | 2026-09-04T03:14:48.376Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 497 | 2026-09-04T03:14:48.382Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 498 | 2026-09-04T03:14:48.769Z | From https://github.com/oxidecomputer/lldp |
| 499 | 2026-09-04T03:14:48.769Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 500 | 2026-09-04T03:14:49.187Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 501 | 2026-09-04T03:14:49.598Z | From https://github.com/oxidecomputer/tufaceous |
| 502 | 2026-09-04T03:14:49.598Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 503 | 2026-09-04T03:14:49.606Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 504 | 2026-09-04T03:14:49.730Z | From https://github.com/oxidecomputer/management-gateway-service |
| 505 | 2026-09-04T03:14:49.730Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 506 | 2026-09-04T03:14:49.755Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 507 | 2026-09-04T03:14:50.950Z | From https://github.com/oxidecomputer/crucible |
| 508 | 2026-09-04T03:14:50.950Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 509 | 2026-09-04T03:14:51.467Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 510 | 2026-09-04T03:14:51.571Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 511 | 2026-09-04T03:14:51.571Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 512 | 2026-09-04T03:14:51.571Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 513 | 2026-09-04T03:14:51.637Z | From https://github.com/oxidecomputer/propolis |
| 514 | 2026-09-04T03:14:51.637Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 515 | 2026-09-04T03:14:51.702Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 516 | 2026-09-04T03:14:53.686Z | From https://github.com/oxidecomputer/crucible |
| 517 | 2026-09-04T03:14:53.686Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 518 | 2026-09-04T03:14:53.752Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 519 | 2026-09-04T03:14:53.752Z | From https://github.com/oxidecomputer/tofino |
| 520 | 2026-09-04T03:14:53.752Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 521 | 2026-09-04T03:14:53.753Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 522 | 2026-09-04T03:14:53.753Z | From https://github.com/oxidecomputer/maghemite |
| 523 | 2026-09-04T03:14:53.753Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 524 | 2026-09-04T03:14:53.753Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 525 | 2026-09-04T03:14:53.935Z | From https://github.com/oxidecomputer/clickward |
| 526 | 2026-09-04T03:14:53.935Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 527 | 2026-09-04T03:14:53.979Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 528 | 2026-09-04T03:14:54.185Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 529 | 2026-09-04T03:14:54.185Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 530 | 2026-09-04T03:14:56.300Z | Downloading crates ... |
| 531 | 2026-09-04T03:14:56.375Z | Downloaded async-stream-impl v0.3.6 |
| 532 | 2026-09-04T03:14:56.393Z | Downloaded arc-swap v1.9.2 |
| 533 | 2026-09-04T03:14:56.395Z | Downloaded cfg_aliases v0.2.2 |
| 534 | 2026-09-04T03:14:56.395Z | Downloaded cpufeatures v0.3.0 |
| 535 | 2026-09-04T03:14:56.395Z | Downloaded convert_case v0.4.0 |
| 536 | 2026-09-04T03:14:56.395Z | Downloaded adler2 v2.0.1 |
| 537 | 2026-09-04T03:14:56.395Z | Downloaded const-oid v0.10.2 |
| 538 | 2026-09-04T03:14:56.395Z | Downloaded chacha20 v0.10.1 |
| 539 | 2026-09-04T03:14:56.399Z | Downloaded crossbeam-deque v0.8.7 |
| 540 | 2026-09-04T03:14:56.399Z | Downloaded anyhow v1.0.104 |
| 541 | 2026-09-04T03:14:56.399Z | Downloaded async-recursion v1.1.1 |
| 542 | 2026-09-04T03:14:56.399Z | Downloaded bitflags v2.13.1 |
| 543 | 2026-09-04T03:14:56.399Z | Downloaded schemars v0.8.22 |
| 544 | 2026-09-04T03:14:56.403Z | Downloaded anstream v1.0.0 |
| 545 | 2026-09-04T03:14:56.403Z | Downloaded allocator-api2 v0.2.21 |
| 546 | 2026-09-04T03:14:56.411Z | Downloaded bytecount v0.6.9 |
| 547 | 2026-09-04T03:14:56.415Z | Downloaded async-trait v0.1.92 |
| 548 | 2026-09-04T03:14:56.415Z | Downloaded base16ct v0.2.0 |
| 549 | 2026-09-04T03:14:56.415Z | Downloaded bytes v1.12.1 |
| 550 | 2026-09-04T03:14:56.415Z | Downloaded is_ci v1.2.0 |
| 551 | 2026-09-04T03:14:56.415Z | Downloaded jiff-static v0.2.35 |
| 552 | 2026-09-04T03:14:56.415Z | Downloaded console v0.16.4 |
| 553 | 2026-09-04T03:14:56.835Z | Downloaded base16ct v1.0.0 |
| 554 | 2026-09-04T03:14:56.835Z | Downloaded konst_macro_rules v0.2.19 |
| 555 | 2026-09-04T03:14:56.835Z | Downloaded ahash v0.8.12 |
| 556 | 2026-09-04T03:14:56.857Z | Downloaded keccak v0.1.6 |
| 557 | 2026-09-04T03:14:56.857Z | Downloaded ident_case v1.0.1 |
| 558 | 2026-09-04T03:14:56.857Z | Downloaded bcs v0.1.6 |
| 559 | 2026-09-04T03:14:56.857Z | Downloaded async-compression v0.4.43 |
| 560 | 2026-09-04T03:14:56.857Z | Downloaded clap_lex v1.1.0 |
| 561 | 2026-09-04T03:14:56.857Z | Downloaded chacha20poly1305 v0.10.1 |
| 562 | 2026-09-04T03:14:56.857Z | Downloaded cmake v0.1.58 |
| 563 | 2026-09-04T03:14:56.857Z | Downloaded const-random-macro v0.1.16 |
| 564 | 2026-09-04T03:14:56.857Z | Downloaded csv-core v0.1.13 |
| 565 | 2026-09-04T03:14:56.857Z | Downloaded hubpack_derive v0.1.1 |
| 566 | 2026-09-04T03:14:56.857Z | Downloaded idna_adapter v1.2.2 |
| 567 | 2026-09-04T03:14:56.857Z | Downloaded bit-set v0.8.0 |
| 568 | 2026-09-04T03:14:56.857Z | Downloaded aead v0.5.2 |
| 569 | 2026-09-04T03:14:56.857Z | Downloaded cfg-if v1.0.4 |
| 570 | 2026-09-04T03:14:56.857Z | Downloaded crc8 v0.1.1 |
| 571 | 2026-09-04T03:14:56.857Z | Downloaded async-stream v0.3.6 |
| 572 | 2026-09-04T03:14:56.857Z | Downloaded atomic-waker v1.1.2 |
| 573 | 2026-09-04T03:14:56.857Z | Downloaded ciborium-io v0.2.2 |
| 574 | 2026-09-04T03:14:56.857Z | Downloaded crunchy v0.2.4 |
| 575 | 2026-09-04T03:14:56.857Z | Downloaded no-std-compat v0.4.1 |
| 576 | 2026-09-04T03:14:56.857Z | Downloaded num_enum_derive v0.5.11 |
| 577 | 2026-09-04T03:14:56.857Z | Downloaded memoffset v0.9.1 |
| 578 | 2026-09-04T03:14:56.857Z | Downloaded num v0.4.3 |
| 579 | 2026-09-04T03:14:56.857Z | Downloaded atomicwrites v0.4.4 |
| 580 | 2026-09-04T03:14:56.858Z | Downloaded simd-adler32 v0.3.10 |
| 581 | 2026-09-04T03:14:56.858Z | Downloaded bitflags v1.3.2 |
| 582 | 2026-09-04T03:14:56.858Z | Downloaded anstyle-query v1.1.5 |
| 583 | 2026-09-04T03:14:56.858Z | Downloaded const-random v0.1.18 |
| 584 | 2026-09-04T03:14:56.858Z | Downloaded lazy_static v1.5.0 |
| 585 | 2026-09-04T03:14:56.858Z | Downloaded linked-hash-map v0.5.6 |
| 586 | 2026-09-04T03:14:56.858Z | Downloaded newtype_derive v0.1.6 |
| 587 | 2026-09-04T03:14:56.858Z | Downloaded hubpack v0.1.2 |
| 588 | 2026-09-04T03:14:56.858Z | Downloaded lru-cache v0.1.2 |
| 589 | 2026-09-04T03:14:56.858Z | Downloaded crypto-common v0.1.7 |
| 590 | 2026-09-04T03:14:56.858Z | Downloaded num-conv v0.2.2 |
| 591 | 2026-09-04T03:14:56.858Z | Downloaded byteorder v1.5.0 |
| 592 | 2026-09-04T03:14:56.858Z | Downloaded block-buffer v0.12.1 |
| 593 | 2026-09-04T03:14:56.858Z | Downloaded crucible-workspace-hack v0.1.0 |
| 594 | 2026-09-04T03:14:56.858Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-09-04T03:14:56.858Z | Downloaded compression-core v0.4.32 |
| 596 | 2026-09-04T03:14:56.858Z | Downloaded cpufeatures v0.2.17 |
| 597 | 2026-09-04T03:14:56.858Z | Downloaded block-buffer v0.10.4 |
| 598 | 2026-09-04T03:14:56.858Z | Downloaded bs58 v0.5.1 |
| 599 | 2026-09-04T03:14:56.858Z | Downloaded anstyle-parse v1.0.0 |
| 600 | 2026-09-04T03:14:56.858Z | Downloaded bit-vec v0.8.0 |
| 601 | 2026-09-04T03:14:56.858Z | Downloaded crossbeam-epoch v0.9.20 |
| 602 | 2026-09-04T03:14:56.858Z | Downloaded colorchoice v1.0.5 |
| 603 | 2026-09-04T03:14:56.858Z | Downloaded cstr-argument v0.1.2 |
| 604 | 2026-09-04T03:14:56.858Z | Downloaded inout v0.1.4 |
| 605 | 2026-09-04T03:14:56.858Z | Downloaded mime v0.3.17 |
| 606 | 2026-09-04T03:14:56.858Z | Downloaded take_mut v0.2.2 |
| 607 | 2026-09-04T03:14:56.858Z | Downloaded backoff v0.4.0 |
| 608 | 2026-09-04T03:14:56.858Z | Downloaded chacha20 v0.9.1 |
| 609 | 2026-09-04T03:14:56.858Z | Downloaded daft v0.1.8 |
| 610 | 2026-09-04T03:14:56.858Z | Downloaded ingot-types v0.1.2 |
| 611 | 2026-09-04T03:14:56.858Z | Downloaded ipnetwork v0.21.1 |
| 612 | 2026-09-04T03:14:56.858Z | Downloaded itoa v1.0.18 |
| 613 | 2026-09-04T03:14:56.858Z | Downloaded memmap v0.7.0 |
| 614 | 2026-09-04T03:14:56.859Z | Downloaded scopeguard v1.2.0 |
| 615 | 2026-09-04T03:14:56.859Z | Downloaded num_enum v0.5.11 |
| 616 | 2026-09-04T03:14:56.859Z | Downloaded jobserver v0.1.35 |
| 617 | 2026-09-04T03:14:56.859Z | Downloaded supports-color v3.0.2 |
| 618 | 2026-09-04T03:14:56.859Z | Downloaded cobs v0.3.0 |
| 619 | 2026-09-04T03:14:56.859Z | Downloaded is_terminal_polyfill v1.70.2 |
| 620 | 2026-09-04T03:14:56.859Z | Downloaded num_threads v0.1.7 |
| 621 | 2026-09-04T03:14:56.859Z | Downloaded is-terminal v0.4.17 |
| 622 | 2026-09-04T03:14:56.859Z | Downloaded match_cfg v0.1.0 |
| 623 | 2026-09-04T03:14:56.859Z | Downloaded lru-slab v0.1.2 |
| 624 | 2026-09-04T03:14:56.859Z | Downloaded libscf-sys v1.2.0 |
| 625 | 2026-09-04T03:14:56.859Z | Downloaded natord v1.0.9 |
| 626 | 2026-09-04T03:14:56.859Z | Downloaded newtype-uuid-macros v0.1.1 |
| 627 | 2026-09-04T03:14:56.859Z | Downloaded num-iter v0.1.46 |
| 628 | 2026-09-04T03:14:56.859Z | Downloaded ciborium v0.2.2 |
| 629 | 2026-09-04T03:14:56.859Z | Downloaded base64ct v1.8.3 |
| 630 | 2026-09-04T03:14:56.859Z | Downloaded byte-wrapper v0.1.0 |
| 631 | 2026-09-04T03:14:56.860Z | Downloaded crossbeam-utils v0.8.22 |
| 632 | 2026-09-04T03:14:56.860Z | Downloaded num-derive v0.4.2 |
| 633 | 2026-09-04T03:14:56.860Z | Downloaded strum v0.27.2 |
| 634 | 2026-09-04T03:14:56.860Z | Downloaded instant v0.1.13 |
| 635 | 2026-09-04T03:14:56.860Z | Downloaded newline-converter v0.3.0 |
| 636 | 2026-09-04T03:14:56.860Z | Downloaded argon2 v0.5.3 |
| 637 | 2026-09-04T03:14:56.860Z | Downloaded scroll_derive v0.13.1 |
| 638 | 2026-09-04T03:14:56.860Z | Downloaded managed v0.8.0 |
| 639 | 2026-09-04T03:14:56.860Z | Downloaded internet-checksum v0.2.1 |
| 640 | 2026-09-04T03:14:56.860Z | Downloaded olpc-cjson v0.1.4 |
| 641 | 2026-09-04T03:14:56.860Z | Downloaded cipher v0.4.4 |
| 642 | 2026-09-04T03:14:56.860Z | Downloaded cargo_toml v0.22.3 |
| 643 | 2026-09-04T03:14:56.860Z | Downloaded crypto-common v0.2.2 |
| 644 | 2026-09-04T03:14:56.860Z | Downloaded slog-bunyan v2.5.0 |
| 645 | 2026-09-04T03:14:56.860Z | Downloaded hyper-rustls v0.27.9 |
| 646 | 2026-09-04T03:14:56.860Z | Downloaded libsw v3.5.0 |
| 647 | 2026-09-04T03:14:56.860Z | Downloaded macaddr v1.0.1 |
| 648 | 2026-09-04T03:14:56.860Z | Downloaded compression-codecs v0.4.38 |
| 649 | 2026-09-04T03:14:56.860Z | Downloaded humantime v2.4.0 |
| 650 | 2026-09-04T03:14:56.860Z | Downloaded newtype-uuid v1.4.0 |
| 651 | 2026-09-04T03:14:56.860Z | Downloaded lock_api v0.4.14 |
| 652 | 2026-09-04T03:14:56.860Z | Downloaded tinyvec_macros v0.1.1 |
| 653 | 2026-09-04T03:14:56.860Z | Downloaded untrusted v0.9.0 |
| 654 | 2026-09-04T03:14:56.860Z | Downloaded usdt-macro v0.5.0 |
| 655 | 2026-09-04T03:14:56.860Z | Downloaded darling_macro v0.21.3 |
| 656 | 2026-09-04T03:14:56.901Z | Downloaded usdt-macro v0.6.0 |
| 657 | 2026-09-04T03:14:56.901Z | Downloaded darling_macro v0.23.0 |
| 658 | 2026-09-04T03:14:56.901Z | Downloaded thread-id v5.1.0 |
| 659 | 2026-09-04T03:14:56.901Z | Downloaded ingot v0.1.1 |
| 660 | 2026-09-04T03:14:56.901Z | Downloaded num_enum_derive v0.7.6 |
| 661 | 2026-09-04T03:14:56.901Z | Downloaded indent_write v2.2.0 |
| 662 | 2026-09-04T03:14:56.901Z | Downloaded num-rational v0.4.2 |
| 663 | 2026-09-04T03:14:56.901Z | Downloaded multer v3.1.0 |
| 664 | 2026-09-04T03:14:56.901Z | Downloaded try-lock v0.2.5 |
| 665 | 2026-09-04T03:14:56.901Z | Downloaded cookie v0.18.2 |
| 666 | 2026-09-04T03:14:56.901Z | Downloaded colored v3.1.1 |
| 667 | 2026-09-04T03:14:56.901Z | Downloaded serde_derive_internals v0.29.1 |
| 668 | 2026-09-04T03:14:56.901Z | Downloaded slog-scope v4.4.1 |
| 669 | 2026-09-04T03:14:56.901Z | Downloaded camino-tempfile v1.4.1 |
| 670 | 2026-09-04T03:14:56.901Z | Downloaded ciborium-ll v0.2.2 |
| 671 | 2026-09-04T03:14:56.901Z | Downloaded iana-time-zone v0.1.65 |
| 672 | 2026-09-04T03:14:56.901Z | Downloaded version_check v0.9.5 |
| 673 | 2026-09-04T03:14:56.901Z | Downloaded dtrace-parser v0.3.0 |
| 674 | 2026-09-04T03:14:56.902Z | Downloaded const_format_proc_macros v0.2.34 |
| 675 | 2026-09-04T03:14:56.902Z | Downloaded anstyle v1.0.14 |
| 676 | 2026-09-04T03:14:56.902Z | Downloaded critical-section v1.2.0 |
| 677 | 2026-09-04T03:14:56.902Z | Downloaded unit-prefix v0.5.2 |
| 678 | 2026-09-04T03:14:56.902Z | Downloaded backon v1.6.0 |
| 679 | 2026-09-04T03:14:56.902Z | Downloaded camino v1.2.5 |
| 680 | 2026-09-04T03:14:56.902Z | Downloaded darling v0.21.3 |
| 681 | 2026-09-04T03:14:56.902Z | Downloaded cancel-safe-futures v0.1.5 |
| 682 | 2026-09-04T03:14:56.902Z | Downloaded linear-map v1.2.0 |
| 683 | 2026-09-04T03:14:56.902Z | Downloaded num-integer v0.1.47 |
| 684 | 2026-09-04T03:14:56.902Z | Downloaded num_enum v0.7.6 |
| 685 | 2026-09-04T03:14:56.902Z | Downloaded omicron-workspace-hack v0.1.0 |
| 686 | 2026-09-04T03:14:56.902Z | Downloaded proc-macro-crate v1.3.1 |
| 687 | 2026-09-04T03:14:56.903Z | Downloaded serde_repr v0.1.21 |
| 688 | 2026-09-04T03:14:56.903Z | Downloaded typify-macro v0.4.3 |
| 689 | 2026-09-04T03:14:56.903Z | Downloaded usdt-attr-macro v0.5.0 |
| 690 | 2026-09-04T03:14:56.903Z | Downloaded crc32fast v1.5.0 |
| 691 | 2026-09-04T03:14:56.903Z | Downloaded rustversion v1.0.23 |
| 692 | 2026-09-04T03:14:56.903Z | Downloaded stable_deref_trait v1.2.1 |
| 693 | 2026-09-04T03:14:56.903Z | Downloaded litemap v0.8.2 |
| 694 | 2026-09-04T03:14:56.903Z | Downloaded fnv v1.0.7 |
| 695 | 2026-09-04T03:14:56.903Z | Downloaded futures-macro v0.3.34 |
| 696 | 2026-09-04T03:14:56.903Z | Downloaded form_urlencoded v1.2.2 |
| 697 | 2026-09-04T03:14:56.903Z | Downloaded hybrid-array v0.4.14 |
| 698 | 2026-09-04T03:14:56.903Z | Downloaded memmap2 v0.9.11 |
| 699 | 2026-09-04T03:14:56.903Z | Downloaded blake2 v0.10.6 |
| 700 | 2026-09-04T03:14:56.903Z | Downloaded thiserror-impl v2.0.20 |
| 701 | 2026-09-04T03:14:56.903Z | Downloaded ingot v0.2.1 |
| 702 | 2026-09-04T03:14:56.903Z | Downloaded progenitor-client v0.14.0 |
| 703 | 2026-09-04T03:14:56.903Z | Downloaded proc-macro-crate v3.5.0 |
| 704 | 2026-09-04T03:14:56.904Z | Downloaded serde_tokenstream v0.3.0 |
| 705 | 2026-09-04T03:14:56.904Z | Downloaded rustls-pemfile v2.2.0 |
| 706 | 2026-09-04T03:14:56.904Z | Downloaded smartstring v1.0.1 |
| 707 | 2026-09-04T03:14:56.904Z | Downloaded enum-as-inner v0.6.1 |
| 708 | 2026-09-04T03:14:56.904Z | Downloaded foreign-types v0.3.2 |
| 709 | 2026-09-04T03:14:56.904Z | Downloaded openssl-macros v0.1.1 |
| 710 | 2026-09-04T03:14:56.904Z | Downloaded phf_shared v0.12.1 |
| 711 | 2026-09-04T03:14:56.904Z | Downloaded progenitor-macro v0.10.0 |
| 712 | 2026-09-04T03:14:56.904Z | Downloaded num-complex v0.4.6 |
| 713 | 2026-09-04T03:14:56.904Z | Downloaded openssl-probe v0.2.1 |
| 714 | 2026-09-04T03:14:56.904Z | Downloaded digest v0.10.7 |
| 715 | 2026-09-04T03:14:56.904Z | Downloaded plain v0.2.3 |
| 716 | 2026-09-04T03:14:56.904Z | Downloaded futures-sink v0.3.34 |
| 717 | 2026-09-04T03:14:56.904Z | Downloaded secrecy v0.10.3 |
| 718 | 2026-09-04T03:14:56.904Z | Downloaded potential_utf v0.1.5 |
| 719 | 2026-09-04T03:14:56.904Z | Downloaded ingot-types v0.2.0 |
| 720 | 2026-09-04T03:14:56.904Z | Downloaded libsw-core v0.3.2 |
| 721 | 2026-09-04T03:14:56.904Z | Downloaded ipnet v2.12.1 |
| 722 | 2026-09-04T03:14:56.904Z | Downloaded zeroize v1.9.0 |
| 723 | 2026-09-04T03:14:56.904Z | Downloaded progenitor-macro v0.13.0 |
| 724 | 2026-09-04T03:14:56.904Z | Downloaded daft-derive v0.1.8 |
| 725 | 2026-09-04T03:14:56.904Z | Downloaded rand_xorshift v0.4.0 |
| 726 | 2026-09-04T03:14:56.904Z | Downloaded tower-layer v0.3.3 |
| 727 | 2026-09-04T03:14:56.904Z | Downloaded sha1 v0.10.7 |
| 728 | 2026-09-04T03:14:56.904Z | Downloaded tagptr v0.2.0 |
| 729 | 2026-09-04T03:14:56.904Z | Downloaded serde_urlencoded v0.7.1 |
| 730 | 2026-09-04T03:14:56.904Z | Downloaded sigpipe v0.1.3 |
| 731 | 2026-09-04T03:14:56.904Z | Downloaded serde_with_macros v3.22.0 |
| 732 | 2026-09-04T03:14:56.904Z | Downloaded hostname v0.4.2 |
| 733 | 2026-09-04T03:14:56.904Z | Downloaded icu_provider v2.2.0 |
| 734 | 2026-09-04T03:14:56.904Z | Downloaded zerovec-derive v0.11.3 |
| 735 | 2026-09-04T03:14:56.904Z | Downloaded fastrand v2.5.0 |
| 736 | 2026-09-04T03:14:56.904Z | Downloaded highway v1.3.0 |
| 737 | 2026-09-04T03:14:56.904Z | Downloaded darling v0.23.0 |
| 738 | 2026-09-04T03:14:56.904Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 739 | 2026-09-04T03:14:56.904Z | Downloaded autocfg v1.5.1 |
| 740 | 2026-09-04T03:14:56.905Z | Downloaded tokio-stream v0.1.19 |
| 741 | 2026-09-04T03:14:56.905Z | Downloaded globset v0.4.20 |
| 742 | 2026-09-04T03:14:56.905Z | Downloaded yoke-derive v0.8.2 |
| 743 | 2026-09-04T03:14:56.905Z | Downloaded ingot-macros v0.2.0 |
| 744 | 2026-09-04T03:14:56.905Z | Downloaded paste v1.0.15 |
| 745 | 2026-09-04T03:14:56.905Z | Downloaded darling_core v0.21.3 |
| 746 | 2026-09-04T03:14:56.905Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 747 | 2026-09-04T03:14:56.905Z | Downloaded time-macros v0.2.32 |
| 748 | 2026-09-04T03:14:56.905Z | Downloaded resolv-conf v0.7.6 |
| 749 | 2026-09-04T03:14:56.905Z | Downloaded strum v0.26.3 |
| 750 | 2026-09-04T03:14:56.905Z | Downloaded password-hash v0.5.0 |
| 751 | 2026-09-04T03:14:56.905Z | Downloaded zerofrom-derive v0.1.7 |
| 752 | 2026-09-04T03:14:56.905Z | Downloaded slog-envlogger v2.2.0 |
| 753 | 2026-09-04T03:14:56.905Z | Downloaded schemars_derive v0.8.22 |
| 754 | 2026-09-04T03:14:56.905Z | Downloaded fs-err v3.3.1 |
| 755 | 2026-09-04T03:14:56.905Z | Downloaded base64 v0.22.1 |
| 756 | 2026-09-04T03:14:56.925Z | Downloaded tabwriter v1.4.1 |
| 757 | 2026-09-04T03:14:56.926Z | Downloaded icu_properties v2.2.0 |
| 758 | 2026-09-04T03:14:56.926Z | Downloaded clap v4.6.6 |
| 759 | 2026-09-04T03:14:56.926Z | Downloaded thin-vec v0.2.19 |
| 760 | 2026-09-04T03:14:56.926Z | Downloaded similar v2.7.0 |
| 761 | 2026-09-04T03:14:56.926Z | Downloaded snafu-derive v0.8.9 |
| 762 | 2026-09-04T03:14:56.926Z | Downloaded utf8parse v0.2.2 |
| 763 | 2026-09-04T03:14:56.926Z | Downloaded defmt v0.3.100 |
| 764 | 2026-09-04T03:14:56.926Z | Downloaded fixedbitset v0.4.2 |
| 765 | 2026-09-04T03:14:56.926Z | Downloaded float-ord v0.3.2 |
| 766 | 2026-09-04T03:14:56.926Z | Downloaded futures-task v0.3.34 |
| 767 | 2026-09-04T03:14:56.926Z | Downloaded typeid v1.0.3 |
| 768 | 2026-09-04T03:14:56.926Z | Downloaded icu_normalizer_data v2.2.0 |
| 769 | 2026-09-04T03:14:56.926Z | Downloaded miniz_oxide v0.8.9 |
| 770 | 2026-09-04T03:14:56.926Z | Downloaded terminal_size v0.4.4 |
| 771 | 2026-09-04T03:14:56.926Z | Downloaded untrusted v0.7.1 |
| 772 | 2026-09-04T03:14:56.926Z | Downloaded icu_locale_core v2.2.0 |
| 773 | 2026-09-04T03:14:56.926Z | Downloaded ingot-macros v0.1.1 |
| 774 | 2026-09-04T03:14:56.926Z | Downloaded tinystr v0.8.3 |
| 775 | 2026-09-04T03:14:56.926Z | Downloaded pest_meta v2.8.8 |
| 776 | 2026-09-04T03:14:56.926Z | Downloaded num-traits v0.2.19 |
| 777 | 2026-09-04T03:14:56.926Z | Downloaded unarray v0.1.4 |
| 778 | 2026-09-04T03:14:56.926Z | Downloaded icu_normalizer v2.2.0 |
| 779 | 2026-09-04T03:14:56.926Z | Downloaded gethostname v0.5.0 |
| 780 | 2026-09-04T03:14:56.926Z | Downloaded utf8_iter v1.0.4 |
| 781 | 2026-09-04T03:14:56.926Z | Downloaded indexmap v1.9.3 |
| 782 | 2026-09-04T03:14:56.926Z | Downloaded log v0.4.33 |
| 783 | 2026-09-04T03:14:56.926Z | Downloaded serde_spanned v1.1.1 |
| 784 | 2026-09-04T03:14:56.926Z | Downloaded rustc_version v0.4.1 |
| 785 | 2026-09-04T03:14:56.926Z | Downloaded slog-json v2.6.1 |
| 786 | 2026-09-04T03:14:56.926Z | Downloaded base64 v0.21.7 |
| 787 | 2026-09-04T03:14:56.926Z | Downloaded clap_derive v4.6.4 |
| 788 | 2026-09-04T03:14:56.926Z | Downloaded postcard v1.1.3 |
| 789 | 2026-09-04T03:14:56.927Z | Downloaded powerfmt v0.2.0 |
| 790 | 2026-09-04T03:14:56.927Z | Downloaded sha1 v0.11.0 |
| 791 | 2026-09-04T03:14:56.927Z | Downloaded derive_more v0.99.20 |
| 792 | 2026-09-04T03:14:56.927Z | Downloaded writeable v0.6.3 |
| 793 | 2026-09-04T03:14:56.927Z | Downloaded debug-ignore v1.0.5 |
| 794 | 2026-09-04T03:14:56.927Z | Downloaded testing_table v0.3.0 |
| 795 | 2026-09-04T03:14:56.927Z | Downloaded scroll_derive v0.12.1 |
| 796 | 2026-09-04T03:14:56.927Z | Downloaded opaque-debug v0.3.1 |
| 797 | 2026-09-04T03:14:56.927Z | Downloaded synstructure v0.13.2 |
| 798 | 2026-09-04T03:14:56.927Z | Downloaded tiny-keccak v2.0.2 |
| 799 | 2026-09-04T03:14:56.928Z | Downloaded strum_macros v0.26.4 |
| 800 | 2026-09-04T03:14:56.928Z | Downloaded thiserror-impl v1.0.69 |
| 801 | 2026-09-04T03:14:56.928Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 802 | 2026-09-04T03:14:56.928Z | Downloaded spin v0.9.9 |
| 803 | 2026-09-04T03:14:56.928Z | Downloaded phf v0.12.1 |
| 804 | 2026-09-04T03:14:56.928Z | Downloaded slab v0.4.12 |
| 805 | 2026-09-04T03:14:56.928Z | Downloaded rustls-pki-types v1.15.1 |
| 806 | 2026-09-04T03:14:56.928Z | Downloaded fixedbitset v0.5.7 |
| 807 | 2026-09-04T03:14:56.928Z | Downloaded quick-error v1.2.3 |
| 808 | 2026-09-04T03:14:56.928Z | Downloaded http-body-util v0.1.5 |
| 809 | 2026-09-04T03:14:56.928Z | Downloaded pkg-config v0.3.33 |
| 810 | 2026-09-04T03:14:56.928Z | Downloaded siphasher v1.0.3 |
| 811 | 2026-09-04T03:14:56.928Z | Downloaded serde v1.0.229 |
| 812 | 2026-09-04T03:14:56.928Z | Downloaded elliptic-curve v0.13.8 |
| 813 | 2026-09-04T03:14:56.928Z | Downloaded snafu v0.8.9 |
| 814 | 2026-09-04T03:14:56.928Z | Downloaded parse-display-derive v0.10.0 |
| 815 | 2026-09-04T03:14:56.928Z | Downloaded zmij v1.0.23 |
| 816 | 2026-09-04T03:14:56.928Z | Downloaded konst v0.2.20 |
| 817 | 2026-09-04T03:14:56.928Z | Downloaded indicatif v0.18.6 |
| 818 | 2026-09-04T03:14:56.928Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 819 | 2026-09-04T03:14:56.928Z | Downloaded crypto-bigint v0.5.5 |
| 820 | 2026-09-04T03:14:56.928Z | Downloaded getrandom v0.2.17 |
| 821 | 2026-09-04T03:14:56.928Z | Downloaded darling_core v0.23.0 |
| 822 | 2026-09-04T03:14:56.928Z | Downloaded progenitor v0.13.0 |
| 823 | 2026-09-04T03:14:56.928Z | Downloaded git-stub v1.0.0 |
| 824 | 2026-09-04T03:14:56.928Z | Downloaded swrite v0.1.0 |
| 825 | 2026-09-04T03:14:56.928Z | Downloaded termtree v0.5.1 |
| 826 | 2026-09-04T03:14:56.928Z | Downloaded tower-service v0.3.3 |
| 827 | 2026-09-04T03:14:56.928Z | Downloaded rand_chacha v0.3.1 |
| 828 | 2026-09-04T03:14:56.928Z | Downloaded foreign-types-macros v0.2.4 |
| 829 | 2026-09-04T03:14:56.929Z | Downloaded futures-io v0.3.34 |
| 830 | 2026-09-04T03:14:56.929Z | Downloaded rand_core v0.6.4 |
| 831 | 2026-09-04T03:14:56.940Z | Downloaded zerocopy-derive v0.7.35 |
| 832 | 2026-09-04T03:14:56.940Z | Downloaded progenitor-impl v0.14.0 |
| 833 | 2026-09-04T03:14:56.941Z | Downloaded ryu v1.0.23 |
| 834 | 2026-09-04T03:14:56.941Z | Downloaded getrandom v0.3.4 |
| 835 | 2026-09-04T03:14:56.941Z | Downloaded glob v0.3.4 |
| 836 | 2026-09-04T03:14:56.941Z | Downloaded structmeta v0.3.0 |
| 837 | 2026-09-04T03:14:56.941Z | Downloaded thiserror v2.0.20 |
| 838 | 2026-09-04T03:14:56.941Z | Downloaded progenitor-macro v0.14.0 |
| 839 | 2026-09-04T03:14:56.941Z | Downloaded minimal-lexical v0.2.1 |
| 840 | 2026-09-04T03:14:56.941Z | Downloaded serde_core v1.0.229 |
| 841 | 2026-09-04T03:14:56.941Z | Downloaded digest v0.11.3 |
| 842 | 2026-09-04T03:14:56.941Z | Downloaded progenitor-impl v0.13.0 |
| 843 | 2026-09-04T03:14:56.941Z | Downloaded cc v1.4.2 |
| 844 | 2026-09-04T03:14:56.960Z | Downloaded derive-ex v0.1.8 |
| 845 | 2026-09-04T03:14:56.960Z | Downloaded ref-cast v1.0.26 |
| 846 | 2026-09-04T03:14:56.960Z | Downloaded same-file v1.0.6 |
| 847 | 2026-09-04T03:14:56.960Z | Downloaded structmeta-derive v0.3.0 |
| 848 | 2026-09-04T03:14:56.960Z | Downloaded const_format v0.2.36 |
| 849 | 2026-09-04T03:14:56.960Z | Downloaded erased-serde v0.3.31 |
| 850 | 2026-09-04T03:14:56.960Z | Downloaded icu_collections v2.2.0 |
| 851 | 2026-09-04T03:14:56.965Z | Downloaded memchr v2.8.3 |
| 852 | 2026-09-04T03:14:56.965Z | Downloaded tokio-rustls v0.26.4 |
| 853 | 2026-09-04T03:14:56.965Z | Downloaded tokio-dtrace v0.1.1 |
| 854 | 2026-09-04T03:14:56.965Z | Downloaded ref-cast-impl v1.0.26 |
| 855 | 2026-09-04T03:14:56.965Z | Downloaded dof v0.3.0 |
| 856 | 2026-09-04T03:14:56.965Z | Downloaded walkdir v2.5.0 |
| 857 | 2026-09-04T03:14:56.981Z | Downloaded errno v0.3.14 |
| 858 | 2026-09-04T03:14:56.981Z | Downloaded futures-core v0.3.34 |
| 859 | 2026-09-04T03:14:56.981Z | Downloaded indexmap v2.14.0 |
| 860 | 2026-09-04T03:14:56.981Z | Downloaded port-file v0.1.0 |
| 861 | 2026-09-04T03:14:56.994Z | Downloaded hyper-util v0.1.20 |
| 862 | 2026-09-04T03:14:57.009Z | Downloaded serde_derive v1.0.229 |
| 863 | 2026-09-04T03:14:57.009Z | Downloaded progenitor-extras v0.2.0 |
| 864 | 2026-09-04T03:14:57.009Z | Downloaded typenum v1.20.1 |
| 865 | 2026-09-04T03:14:57.009Z | Downloaded smallvec v1.15.2 |
| 866 | 2026-09-04T03:14:57.009Z | Downloaded rayon-core v1.13.0 |
| 867 | 2026-09-04T03:14:57.009Z | Downloaded usdt v0.6.0 |
| 868 | 2026-09-04T03:14:57.009Z | Downloaded equivalent v1.0.2 |
| 869 | 2026-09-04T03:14:57.009Z | Downloaded toml v0.8.23 |
| 870 | 2026-09-04T03:14:57.009Z | Downloaded vsss-rs v3.3.4 |
| 871 | 2026-09-04T03:14:57.022Z | Downloaded group v0.13.0 |
| 872 | 2026-09-04T03:14:57.023Z | Downloaded unicode-linebreak v0.1.5 |
| 873 | 2026-09-04T03:14:57.023Z | Downloaded typify-macro v0.6.2 |
| 874 | 2026-09-04T03:14:57.023Z | Downloaded serde-big-array v0.5.1 |
| 875 | 2026-09-04T03:14:57.023Z | Downloaded crossbeam-channel v0.5.16 |
| 876 | 2026-09-04T03:14:57.023Z | Downloaded defmt v1.1.1 |
| 877 | 2026-09-04T03:14:57.056Z | Downloaded unsafe-libyaml v0.2.11 |
| 878 | 2026-09-04T03:14:57.056Z | Downloaded serde_spanned v0.6.9 |
| 879 | 2026-09-04T03:14:57.056Z | Downloaded toml_write v0.1.2 |
| 880 | 2026-09-04T03:14:57.056Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 881 | 2026-09-04T03:14:57.056Z | Downloaded universal-hash v0.5.1 |
| 882 | 2026-09-04T03:14:57.056Z | Downloaded parking_lot v0.12.5 |
| 883 | 2026-09-04T03:14:57.056Z | Downloaded find-msvc-tools v0.1.10 |
| 884 | 2026-09-04T03:14:57.056Z | Downloaded dunce v1.0.5 |
| 885 | 2026-09-04T03:14:57.080Z | Downloaded serde_path_to_error v0.1.20 |
| 886 | 2026-09-04T03:14:57.080Z | Downloaded time-core v0.1.9 |
| 887 | 2026-09-04T03:14:57.080Z | Downloaded dyn-clone v1.0.20 |
| 888 | 2026-09-04T03:14:57.080Z | Downloaded getrandom v0.4.3 |
| 889 | 2026-09-04T03:14:57.080Z | Downloaded rustls-native-certs v0.8.4 |
| 890 | 2026-09-04T03:14:57.080Z | Downloaded usdt v0.5.0 |
| 891 | 2026-09-04T03:14:57.080Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-09-04T03:14:57.080Z | Downloaded drift v0.2.0 |
| 893 | 2026-09-04T03:14:57.080Z | Downloaded utf-8 v0.7.6 |
| 894 | 2026-09-04T03:14:57.132Z | Downloaded embedded-io v0.4.0 |
| 895 | 2026-09-04T03:14:57.132Z | Downloaded fs_extra v1.3.0 |
| 896 | 2026-09-04T03:14:57.132Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-09-04T03:14:57.132Z | Downloaded pest_derive v2.8.8 |
| 898 | 2026-09-04T03:14:57.132Z | Downloaded poly1305 v0.8.0 |
| 899 | 2026-09-04T03:14:57.132Z | Downloaded once_cell v1.21.4 |
| 900 | 2026-09-04T03:14:57.132Z | Downloaded tower v0.5.3 |
| 901 | 2026-09-04T03:14:57.153Z | Downloaded test-strategy v0.4.5 |
| 902 | 2026-09-04T03:14:57.153Z | Downloaded unicode-segmentation v1.13.3 |
| 903 | 2026-09-04T03:14:57.153Z | Downloaded tabled_derive v0.7.0 |
| 904 | 2026-09-04T03:14:57.153Z | Downloaded progenitor-client v0.10.0 |
| 905 | 2026-09-04T03:14:57.153Z | Downloaded scroll v0.13.0 |
| 906 | 2026-09-04T03:14:57.153Z | Downloaded thread-id v4.2.2 |
| 907 | 2026-09-04T03:14:57.153Z | Downloaded unicode-xid v0.2.6 |
| 908 | 2026-09-04T03:14:57.153Z | Downloaded url v2.5.8 |
| 909 | 2026-09-04T03:14:57.154Z | Downloaded progenitor v0.14.0 |
| 910 | 2026-09-04T03:14:57.154Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 911 | 2026-09-04T03:14:57.154Z | Downloaded strum_macros v0.27.2 |
| 912 | 2026-09-04T03:14:57.154Z | Downloaded data-encoding v2.11.1 |
| 913 | 2026-09-04T03:14:57.154Z | Downloaded quinn-udp v0.5.15 |
| 914 | 2026-09-04T03:14:57.154Z | Downloaded hashbrown v0.12.3 |
| 915 | 2026-09-04T03:14:57.154Z | Downloaded schemars v0.9.0 |
| 916 | 2026-09-04T03:14:57.154Z | Downloaded zeroize_derive v1.5.0 |
| 917 | 2026-09-04T03:14:57.154Z | Downloaded jiff-core v0.1.0 |
| 918 | 2026-09-04T03:14:57.154Z | Downloaded proc-macro-error v1.0.4 |
| 919 | 2026-09-04T03:14:57.154Z | Downloaded git-stub-vcs v0.1.0 |
| 920 | 2026-09-04T03:14:57.154Z | Downloaded hash32 v0.3.1 |
| 921 | 2026-09-04T03:14:57.154Z | Downloaded term v1.2.1 |
| 922 | 2026-09-04T03:14:57.154Z | Downloaded derive-where v1.6.1 |
| 923 | 2026-09-04T03:14:57.154Z | Downloaded pin-project v1.1.13 |
| 924 | 2026-09-04T03:14:57.194Z | Downloaded subtle v2.6.1 |
| 925 | 2026-09-04T03:14:57.194Z | Downloaded mio v1.2.2 |
| 926 | 2026-09-04T03:14:57.194Z | Downloaded heapless v0.8.0 |
| 927 | 2026-09-04T03:14:57.194Z | Downloaded flate2 v1.1.9 |
| 928 | 2026-09-04T03:14:57.194Z | Downloaded futures-executor v0.3.34 |
| 929 | 2026-09-04T03:14:57.194Z | Downloaded thiserror-no-std v2.0.2 |
| 930 | 2026-09-04T03:14:57.194Z | Downloaded yoke v0.8.3 |
| 931 | 2026-09-04T03:14:57.194Z | Downloaded rustc-hash v2.1.3 |
| 932 | 2026-09-04T03:14:57.194Z | Downloaded dtrace-parser v0.2.0 |
| 933 | 2026-09-04T03:14:57.194Z | Downloaded nom v7.1.3 |
| 934 | 2026-09-04T03:14:57.194Z | Downloaded socket2 v0.6.5 |
| 935 | 2026-09-04T03:14:57.194Z | Downloaded rand_chacha v0.9.0 |
| 936 | 2026-09-04T03:14:57.217Z | Downloaded prettyplease v0.2.37 |
| 937 | 2026-09-04T03:14:57.217Z | Downloaded sync_wrapper v1.0.2 |
| 938 | 2026-09-04T03:14:57.217Z | Downloaded parse-display v0.10.0 |
| 939 | 2026-09-04T03:14:57.217Z | Downloaded deranged v0.5.8 |
| 940 | 2026-09-04T03:14:57.217Z | Downloaded futures-channel v0.3.34 |
| 941 | 2026-09-04T03:14:57.217Z | Downloaded rhai_codegen v3.2.0 |
| 942 | 2026-09-04T03:14:57.217Z | Downloaded pest_generator v2.8.8 |
| 943 | 2026-09-04T03:14:57.217Z | Downloaded toml_edit v0.19.15 |
| 944 | 2026-09-04T03:14:57.217Z | Downloaded slog-stdlog v4.1.1 |
| 945 | 2026-09-04T03:14:57.217Z | Downloaded http v1.5.0 |
| 946 | 2026-09-04T03:14:57.217Z | Downloaded signal-hook-registry v1.4.8 |
| 947 | 2026-09-04T03:14:57.217Z | Downloaded ucd-trie v0.1.7 |
| 948 | 2026-09-04T03:14:57.217Z | Downloaded static_assertions v1.1.0 |
| 949 | 2026-09-04T03:14:57.217Z | Downloaded dof v0.4.0 |
| 950 | 2026-09-04T03:14:57.217Z | Downloaded zone_cfg_derive v0.3.1 |
| 951 | 2026-09-04T03:14:57.217Z | Downloaded foreign-types v0.5.0 |
| 952 | 2026-09-04T03:14:57.217Z | Downloaded idna v1.1.0 |
| 953 | 2026-09-04T03:14:57.227Z | Downloaded foreign-types-shared v0.1.1 |
| 954 | 2026-09-04T03:14:57.227Z | Downloaded zerofrom v0.1.8 |
| 955 | 2026-09-04T03:14:57.227Z | Downloaded tungstenite v0.21.0 |
| 956 | 2026-09-04T03:14:57.227Z | Downloaded whoami v1.6.1 |
| 957 | 2026-09-04T03:14:57.227Z | Downloaded aho-corasick v1.1.5 |
| 958 | 2026-09-04T03:14:57.227Z | Downloaded either v1.17.0 |
| 959 | 2026-09-04T03:14:57.227Z | Downloaded openssl-sys v0.9.117 |
| 960 | 2026-09-04T03:14:57.247Z | Downloaded oxnet v0.1.7 |
| 961 | 2026-09-04T03:14:57.247Z | Downloaded steno v0.4.1 |
| 962 | 2026-09-04T03:14:57.247Z | Downloaded wait-timeout v0.2.1 |
| 963 | 2026-09-04T03:14:57.247Z | Downloaded rustc_version v0.1.7 |
| 964 | 2026-09-04T03:14:57.247Z | Downloaded proc-macro-error-attr v1.0.4 |
| 965 | 2026-09-04T03:14:57.248Z | Downloaded sha2 v0.10.9 |
| 966 | 2026-09-04T03:14:57.248Z | Downloaded httpdate v1.0.3 |
| 967 | 2026-09-04T03:14:57.248Z | Downloaded zone v0.3.1 |
| 968 | 2026-09-04T03:14:57.248Z | Downloaded progenitor v0.10.0 |
| 969 | 2026-09-04T03:14:57.248Z | Downloaded itertools v0.12.1 |
| 970 | 2026-09-04T03:14:57.258Z | Downloaded nom v8.0.0 |
| 971 | 2026-09-04T03:14:57.258Z | Downloaded futures v0.3.34 |
| 972 | 2026-09-04T03:14:57.258Z | Downloaded clap_builder v4.6.6 |
| 973 | 2026-09-04T03:14:57.258Z | Downloaded parking_lot_core v0.8.6 |
| 974 | 2026-09-04T03:14:57.258Z | Downloaded shlex v2.0.1 |
| 975 | 2026-09-04T03:14:57.258Z | Downloaded owo-colors v4.3.0 |
| 976 | 2026-09-04T03:14:57.258Z | Downloaded rand_pcg v0.10.2 |
| 977 | 2026-09-04T03:14:57.258Z | Downloaded tracing-core v0.1.36 |
| 978 | 2026-09-04T03:14:57.258Z | Downloaded http-body v1.1.0 |
| 979 | 2026-09-04T03:14:57.258Z | Downloaded thread_local v1.1.10 |
| 980 | 2026-09-04T03:14:57.258Z | Downloaded toml_datetime v0.6.11 |
| 981 | 2026-09-04T03:14:57.267Z | Downloaded libm v0.2.16 |
| 982 | 2026-09-04T03:14:57.267Z | Downloaded waitgroup v0.1.2 |
| 983 | 2026-09-04T03:14:57.267Z | Downloaded usdt-impl v0.5.0 |
| 984 | 2026-09-04T03:14:57.272Z | Downloaded rustls-platform-verifier v0.7.0 |
| 985 | 2026-09-04T03:14:57.272Z | Downloaded defmt-parser v1.0.0 |
| 986 | 2026-09-04T03:14:57.272Z | Downloaded semver v0.1.20 |
| 987 | 2026-09-04T03:14:57.272Z | Downloaded semver v1.0.28 |
| 988 | 2026-09-04T03:14:57.272Z | Downloaded serde_tokenstream v0.2.3 |
| 989 | 2026-09-04T03:14:57.273Z | Downloaded strsim v0.11.1 |
| 990 | 2026-09-04T03:14:57.273Z | Downloaded tracing-attributes v0.1.31 |
| 991 | 2026-09-04T03:14:57.289Z | Downloaded slog-term v2.9.2 |
| 992 | 2026-09-04T03:14:57.289Z | Downloaded thiserror v1.0.69 |
| 993 | 2026-09-04T03:14:57.289Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 994 | 2026-09-04T03:14:57.289Z | Downloaded serde_plain v1.0.2 |
| 995 | 2026-09-04T03:14:57.289Z | Downloaded heck v0.4.1 |
| 996 | 2026-09-04T03:14:57.289Z | Downloaded smf v0.2.3 |
| 997 | 2026-09-04T03:14:57.299Z | Downloaded pin-project-lite v0.2.17 |
| 998 | 2026-09-04T03:14:57.299Z | Downloaded usdt-impl v0.6.0 |
| 999 | 2026-09-04T03:14:57.299Z | Downloaded percent-encoding v2.3.2 |
| 1000 | 2026-09-04T03:14:57.299Z | Downloaded spin v0.5.2 |
| 1001 | 2026-09-04T03:14:57.300Z | Downloaded httparse v1.10.1 |
| 1002 | 2026-09-04T03:14:57.300Z | Downloaded foreign-types-shared v0.3.1 |
| 1003 | 2026-09-04T03:14:57.300Z | Downloaded generic-array v0.14.7 |
| 1004 | 2026-09-04T03:14:57.300Z | Downloaded expectorate v1.3.0 |
| 1005 | 2026-09-04T03:14:57.300Z | Downloaded similar v3.2.0 |
| 1006 | 2026-09-04T03:14:57.305Z | Downloaded hashbrown v0.16.1 |
| 1007 | 2026-09-04T03:14:57.305Z | Downloaded hickory-resolver v0.24.4 |
| 1008 | 2026-09-04T03:14:57.305Z | Downloaded foldhash v0.2.0 |
| 1009 | 2026-09-04T03:14:57.319Z | Downloaded defmt-macros v1.1.1 |
| 1010 | 2026-09-04T03:14:57.319Z | Downloaded dropshot-api-manager v0.8.0 |
| 1011 | 2026-09-04T03:14:57.319Z | Downloaded pem v3.0.6 |
| 1012 | 2026-09-04T03:14:57.729Z | Downloaded qorb v0.4.1 |
| 1013 | 2026-09-04T03:14:57.729Z | Downloaded rand v0.10.2 |
| 1014 | 2026-09-04T03:14:57.729Z | Downloaded slog v2.8.2 |
| 1015 | 2026-09-04T03:14:57.730Z | Downloaded slog-dtrace v0.3.0 |
| 1016 | 2026-09-04T03:14:57.730Z | Downloaded ff v0.13.1 |
| 1017 | 2026-09-04T03:14:57.730Z | Downloaded usdt-attr-macro v0.6.0 |
| 1018 | 2026-09-04T03:14:57.730Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1019 | 2026-09-04T03:14:57.748Z | Downloaded hyper v1.11.0 |
| 1020 | 2026-09-04T03:14:57.748Z | Downloaded want v0.3.1 |
| 1021 | 2026-09-04T03:14:57.748Z | Downloaded oxide-tokio-rt v0.1.6 |
| 1022 | 2026-09-04T03:14:57.748Z | Downloaded icu_properties_data v2.2.0 |
| 1023 | 2026-09-04T03:14:57.748Z | Downloaded tinyvec v1.12.0 |
| 1024 | 2026-09-04T03:14:57.748Z | Downloaded scroll v0.12.0 |
| 1025 | 2026-09-04T03:14:57.748Z | Downloaded tough v0.22.0 |
| 1026 | 2026-09-04T03:14:57.749Z | Downloaded zerotrie v0.2.4 |
| 1027 | 2026-09-04T03:14:57.749Z | Downloaded half v2.7.1 |
| 1028 | 2026-09-04T03:14:57.749Z | Downloaded smawk v0.3.3 |
| 1029 | 2026-09-04T03:14:57.749Z | Downloaded heck v0.5.0 |
| 1030 | 2026-09-04T03:14:57.749Z | Downloaded rusty-fork v0.3.1 |
| 1031 | 2026-09-04T03:14:57.749Z | Downloaded papergrid v0.18.0 |
| 1032 | 2026-09-04T03:14:57.749Z | Downloaded displaydoc v0.2.7 |
| 1033 | 2026-09-04T03:14:57.749Z | Downloaded schemars v1.2.2 |
| 1034 | 2026-09-04T03:14:57.749Z | Downloaded tokio-tungstenite v0.21.0 |
| 1035 | 2026-09-04T03:14:57.749Z | Downloaded uuid v1.26.0 |
| 1036 | 2026-09-04T03:14:57.749Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 1037 | 2026-09-04T03:14:57.749Z | Downloaded pin-project-internal v1.1.13 |
| 1038 | 2026-09-04T03:14:57.749Z | Downloaded tempfile v3.27.0 |
| 1039 | 2026-09-04T03:14:57.749Z | Downloaded rand_core v0.10.1 |
| 1040 | 2026-09-04T03:14:57.749Z | Downloaded rand_core v0.9.5 |
| 1041 | 2026-09-04T03:14:57.749Z | Downloaded parking_lot v0.11.2 |
| 1042 | 2026-09-04T03:14:57.749Z | Downloaded proc-macro2 v1.0.107 |
| 1043 | 2026-09-04T03:14:57.749Z | Downloaded foldhash v0.1.5 |
| 1044 | 2026-09-04T03:14:57.749Z | Downloaded itertools v0.14.0 |
| 1045 | 2026-09-04T03:14:57.749Z | Downloaded typify v0.4.3 |
| 1046 | 2026-09-04T03:14:57.749Z | Downloaded pest v2.8.8 |
| 1047 | 2026-09-04T03:14:57.749Z | Downloaded ppv-lite86 v0.2.21 |
| 1048 | 2026-09-04T03:14:57.749Z | Downloaded rand v0.9.5 |
| 1049 | 2026-09-04T03:14:57.749Z | Downloaded rand v0.8.7 |
| 1050 | 2026-09-04T03:14:57.749Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1051 | 2026-09-04T03:14:57.749Z | Downloaded rayon v1.12.0 |
| 1052 | 2026-09-04T03:14:57.749Z | Downloaded textwrap v0.16.2 |
| 1053 | 2026-09-04T03:14:57.749Z | Downloaded itertools v0.15.0 |
| 1054 | 2026-09-04T03:14:57.749Z | Downloaded hostname v0.3.1 |
| 1055 | 2026-09-04T03:14:57.749Z | Downloaded unicode-normalization v0.1.25 |
| 1056 | 2026-09-04T03:14:57.749Z | Downloaded hickory-resolver v0.25.2 |
| 1057 | 2026-09-04T03:14:57.749Z | Downloaded iddqd v0.4.6 |
| 1058 | 2026-09-04T03:14:57.749Z | Downloaded progenitor-impl v0.10.0 |
| 1059 | 2026-09-04T03:14:57.749Z | Downloaded rustls-webpki v0.103.14 |
| 1060 | 2026-09-04T03:14:57.749Z | Downloaded winnow v0.7.15 |
| 1061 | 2026-09-04T03:14:57.749Z | Downloaded dropshot_endpoint v0.17.1 |
| 1062 | 2026-09-04T03:14:57.750Z | Downloaded zerovec v0.11.6 |
| 1063 | 2026-09-04T03:14:57.750Z | Downloaded winnow v1.0.4 |
| 1064 | 2026-09-04T03:14:57.750Z | Downloaded quinn v0.11.11 |
| 1065 | 2026-09-04T03:14:57.750Z | Downloaded regex v1.13.1 |
| 1066 | 2026-09-04T03:14:57.750Z | Downloaded bstr v1.13.1 |
| 1067 | 2026-09-04T03:14:57.750Z | Downloaded hashbrown v0.15.5 |
| 1068 | 2026-09-04T03:14:57.750Z | Downloaded tower-http v0.6.11 |
| 1069 | 2026-09-04T03:14:57.750Z | Downloaded toml_edit v0.22.27 |
| 1070 | 2026-09-04T03:14:57.750Z | Downloaded aws-lc-rs v1.18.0 |
| 1071 | 2026-09-04T03:14:57.750Z | Downloaded typify v0.6.2 |
| 1072 | 2026-09-04T03:14:57.750Z | Downloaded tokio-util v0.7.19 |
| 1073 | 2026-09-04T03:14:57.750Z | Downloaded chrono v0.4.45 |
| 1074 | 2026-09-04T03:14:57.750Z | Downloaded tabled v0.21.0 |
| 1075 | 2026-09-04T03:14:57.750Z | Downloaded serde_json v1.0.151 |
| 1076 | 2026-09-04T03:14:57.750Z | Downloaded vcpkg v0.2.15 |
| 1077 | 2026-09-04T03:14:57.750Z | Downloaded hashbrown v0.17.1 |
| 1078 | 2026-09-04T03:14:57.750Z | Downloaded papergrid v0.11.0 |
| 1079 | 2026-09-04T03:14:57.750Z | Downloaded typed-path v0.9.3 |
| 1080 | 2026-09-04T03:14:57.750Z | Downloaded moka v0.12.16 |
| 1081 | 2026-09-04T03:14:57.750Z | Downloaded curve25519-dalek v4.1.3 |
| 1082 | 2026-09-04T03:14:57.750Z | Downloaded xz2 v0.1.7 |
| 1083 | 2026-09-04T03:14:57.751Z | Downloaded winnow v0.5.40 |
| 1084 | 2026-09-04T03:14:57.751Z | Downloaded embedded-io v0.6.1 |
| 1085 | 2026-09-04T03:14:57.751Z | Downloaded pretty-hex v0.4.2 |
| 1086 | 2026-09-04T03:14:57.751Z | Downloaded quote v1.0.47 |
| 1087 | 2026-09-04T03:14:57.752Z | Downloaded tabled v0.15.0 |
| 1088 | 2026-09-04T03:14:57.752Z | Downloaded h2 v0.4.15 |
| 1089 | 2026-09-04T03:14:57.752Z | Downloaded reqwest v0.13.4 |
| 1090 | 2026-09-04T03:14:57.752Z | Downloaded hkdf v0.12.4 |
| 1091 | 2026-09-04T03:14:57.752Z | Downloaded portable-atomic v1.15.0 |
| 1092 | 2026-09-04T03:14:57.752Z | Downloaded fxhash v0.2.1 |
| 1093 | 2026-09-04T03:14:57.752Z | Downloaded tokio-macros v2.7.2 |
| 1094 | 2026-09-04T03:14:57.752Z | Downloaded goblin v0.8.2 |
| 1095 | 2026-09-04T03:14:57.752Z | Downloaded reqwest v0.12.28 |
| 1096 | 2026-09-04T03:14:57.752Z | Downloaded hex v0.4.3 |
| 1097 | 2026-09-04T03:14:57.752Z | Downloaded webpki-roots v1.0.9 |
| 1098 | 2026-09-04T03:14:57.752Z | Downloaded zerocopy v0.7.35 |
| 1099 | 2026-09-04T03:14:57.752Z | Downloaded futures-util v0.3.34 |
| 1100 | 2026-09-04T03:14:57.752Z | Downloaded slog-async v2.8.0 |
| 1101 | 2026-09-04T03:14:57.752Z | Downloaded unicode-ident v1.0.24 |
| 1102 | 2026-09-04T03:14:57.752Z | Downloaded openssl v0.10.81 |
| 1103 | 2026-09-04T03:14:57.752Z | Downloaded hmac v0.12.1 |
| 1104 | 2026-09-04T03:14:57.752Z | Downloaded nix v0.31.3 |
| 1105 | 2026-09-04T03:14:57.773Z | Downloaded proptest v1.11.0 |
| 1106 | 2026-09-04T03:14:57.773Z | Downloaded serde_with v3.22.0 |
| 1107 | 2026-09-04T03:14:57.773Z | Downloaded syn v3.0.3 |
| 1108 | 2026-09-04T03:14:57.793Z | Downloaded quinn-proto v0.11.16 |
| 1109 | 2026-09-04T03:14:57.793Z | Downloaded unicode-width v0.2.2 |
| 1110 | 2026-09-04T03:14:57.793Z | Downloaded unicode-width v0.1.14 |
| 1111 | 2026-09-04T03:14:57.794Z | Downloaded zerocopy-derive v0.8.56 |
| 1112 | 2026-09-04T03:14:57.811Z | Downloaded openapiv3 v2.2.0 |
| 1113 | 2026-09-04T03:14:57.811Z | Downloaded goblin v0.10.7 |
| 1114 | 2026-09-04T03:14:57.811Z | Downloaded rustix v0.38.44 |
| 1115 | 2026-09-04T03:14:57.818Z | Downloaded regress v0.11.1 |
| 1116 | 2026-09-04T03:14:57.818Z | Downloaded zerocopy v0.8.56 |
| 1117 | 2026-09-04T03:14:57.838Z | Downloaded smoltcp v0.11.0 |
| 1118 | 2026-09-04T03:14:57.844Z | Downloaded rustix v1.1.4 |
| 1119 | 2026-09-04T03:14:57.858Z | Downloaded ron v0.12.2 |
| 1120 | 2026-09-04T03:14:57.868Z | Downloaded regress v0.10.5 |
| 1121 | 2026-09-04T03:14:57.868Z | Downloaded rustls v0.23.43 |
| 1122 | 2026-09-04T03:14:57.873Z | Downloaded dropshot v0.17.1 |
| 1123 | 2026-09-04T03:14:57.879Z | Downloaded time v0.3.55 |
| 1124 | 2026-09-04T03:14:57.893Z | Downloaded tracing v0.1.44 |
| 1125 | 2026-09-04T03:14:57.905Z | Downloaded rhai v1.26.0 |
| 1126 | 2026-09-04T03:14:57.914Z | Downloaded sled v0.34.7 |
| 1127 | 2026-09-04T03:14:57.928Z | Downloaded hickory-proto v0.24.4 |
| 1128 | 2026-09-04T03:14:57.943Z | Downloaded hickory-proto v0.25.2 |
| 1129 | 2026-09-04T03:14:57.966Z | Downloaded jiff v0.2.35 |
| 1130 | 2026-09-04T03:14:57.966Z | Downloaded syn v2.0.119 |
| 1131 | 2026-09-04T03:14:58.006Z | Downloaded syn v1.0.109 |
| 1132 | 2026-09-04T03:14:58.006Z | Downloaded typify-impl v0.6.2 |
| 1133 | 2026-09-04T03:14:58.006Z | Downloaded regex-automata v0.4.18 |
| 1134 | 2026-09-04T03:14:58.031Z | Downloaded lzma-sys v0.1.20 |
| 1135 | 2026-09-04T03:14:58.031Z | Downloaded libc v0.2.189 |
| 1136 | 2026-09-04T03:14:58.031Z | Downloaded petgraph v0.8.3 |
| 1137 | 2026-09-04T03:14:58.042Z | Downloaded typify-impl v0.4.3 |
| 1138 | 2026-09-04T03:14:58.042Z | Downloaded regex-syntax v0.8.11 |
| 1139 | 2026-09-04T03:14:58.064Z | Downloaded ring v0.17.14 |
| 1140 | 2026-09-04T03:14:58.150Z | Downloaded petgraph v0.6.5 |
| 1141 | 2026-09-04T03:14:58.162Z | Downloaded chrono-tz v0.10.4 |
| 1142 | 2026-09-04T03:14:58.162Z | Downloaded sha3 v0.10.9 |
| 1143 | 2026-09-04T03:14:58.182Z | Downloaded csv v1.4.0 |
| 1144 | 2026-09-04T03:14:58.191Z | Downloaded tokio v1.53.1 |
| 1145 | 2026-09-04T03:14:58.272Z | Downloaded encoding_rs v0.8.35 |
| 1146 | 2026-09-04T03:14:58.917Z | Downloaded aws-lc-sys v0.44.0 |
| 1147 | 2026-09-04T03:14:59.676Z | Compiling proc-macro2 v1.0.107 |
| 1148 | 2026-09-04T03:14:59.676Z | Compiling quote v1.0.47 |
| 1149 | 2026-09-04T03:14:59.677Z | Compiling unicode-ident v1.0.24 |
| 1150 | 2026-09-04T03:14:59.677Z | Compiling serde_core v1.0.229 |
| 1151 | 2026-09-04T03:14:59.687Z | Compiling serde v1.0.229 |
| 1152 | 2026-09-04T03:14:59.687Z | Compiling libc v0.2.189 |
| 1153 | 2026-09-04T03:14:59.687Z | Compiling cfg-if v1.0.4 |
| 1154 | 2026-09-04T03:14:59.687Z | Compiling zmij v1.0.23 |
| 1155 | 2026-09-04T03:14:59.687Z | Compiling autocfg v1.5.1 |
| 1156 | 2026-09-04T03:14:59.985Z | Compiling memchr v2.8.3 |
| 1157 | 2026-09-04T03:15:00.000Z | Compiling libm v0.2.16 |
| 1158 | 2026-09-04T03:15:00.331Z | Compiling icu_properties_data v2.2.0 |
| 1159 | 2026-09-04T03:15:00.368Z | Compiling icu_normalizer_data v2.2.0 |
| 1160 | 2026-09-04T03:15:00.533Z | Compiling itoa v1.0.18 |
| 1161 | 2026-09-04T03:15:01.007Z | Compiling version_check v0.9.5 |
| 1162 | 2026-09-04T03:15:01.014Z | Compiling stable_deref_trait v1.2.1 |
| 1163 | 2026-09-04T03:15:01.014Z | Compiling serde_json v1.0.151 |
| 1164 | 2026-09-04T03:15:01.014Z | Compiling syn v2.0.119 |
| 1165 | 2026-09-04T03:15:01.014Z | Compiling syn v3.0.3 |
| 1166 | 2026-09-04T03:15:01.015Z | Compiling writeable v0.6.3 |
| 1167 | 2026-09-04T03:15:01.015Z | Compiling litemap v0.8.2 |
| 1168 | 2026-09-04T03:15:01.115Z | Compiling parking_lot_core v0.9.12 |
| 1169 | 2026-09-04T03:15:01.173Z | Compiling num-traits v0.2.19 |
| 1170 | 2026-09-04T03:15:01.188Z | Compiling utf8_iter v1.0.4 |
| 1171 | 2026-09-04T03:15:01.388Z | Compiling percent-encoding v2.3.2 |
| 1172 | 2026-09-04T03:15:01.410Z | Compiling thiserror v2.0.20 |
| 1173 | 2026-09-04T03:15:01.716Z | Compiling getrandom v0.4.3 |
| 1174 | 2026-09-04T03:15:01.730Z | Compiling rand_core v0.10.1 |
| 1175 | 2026-09-04T03:15:01.907Z | Compiling form_urlencoded v1.2.2 |
| 1176 | 2026-09-04T03:15:01.931Z | Compiling zerocopy v0.8.56 |
| 1177 | 2026-09-04T03:15:02.194Z | Compiling errno v0.3.14 |
| 1178 | 2026-09-04T03:15:02.231Z | Compiling iana-time-zone v0.1.65 |
| 1179 | 2026-09-04T03:15:02.353Z | Compiling heck v0.5.0 |
| 1180 | 2026-09-04T03:15:02.570Z | Compiling uuid v1.26.0 |
| 1181 | 2026-09-04T03:15:02.613Z | Compiling jobserver v0.1.35 |
| 1182 | 2026-09-04T03:15:02.774Z | Compiling shlex v2.0.1 |
| 1183 | 2026-09-04T03:15:02.925Z | Compiling find-msvc-tools v0.1.10 |
| 1184 | 2026-09-04T03:15:02.942Z | Compiling rustversion v1.0.23 |
| 1185 | 2026-09-04T03:15:03.387Z | Compiling semver v1.0.28 |
| 1186 | 2026-09-04T03:15:03.452Z | Compiling cc v1.4.2 |
| 1187 | 2026-09-04T03:15:03.452Z | Compiling dyn-clone v1.0.20 |
| 1188 | 2026-09-04T03:15:03.452Z | Compiling schemars v0.8.22 |
| 1189 | 2026-09-04T03:15:03.633Z | Compiling synstructure v0.13.2 |
| 1190 | 2026-09-04T03:15:03.655Z | Compiling serde_derive_internals v0.29.1 |
| 1191 | 2026-09-04T03:15:03.730Z | Compiling pin-project-lite v0.2.17 |
| 1192 | 2026-09-04T03:15:03.849Z | Compiling getrandom v0.2.17 |
| 1193 | 2026-09-04T03:15:03.988Z | Compiling serde_derive v1.0.229 |
| 1194 | 2026-09-04T03:15:04.064Z | Compiling displaydoc v0.2.7 |
| 1195 | 2026-09-04T03:15:04.075Z | Compiling thiserror-impl v2.0.20 |
| 1196 | 2026-09-04T03:15:04.123Z | Compiling tokio-macros v2.7.2 |
| 1197 | 2026-09-04T03:15:04.201Z | Compiling futures-macro v0.3.34 |
| 1198 | 2026-09-04T03:15:04.397Z | Compiling bitflags v2.13.1 |
| 1199 | 2026-09-04T03:15:04.547Z | Compiling pkg-config v0.3.33 |
| 1200 | 2026-09-04T03:15:04.776Z | Compiling zerofrom-derive v0.1.7 |
| 1201 | 2026-09-04T03:15:04.822Z | Compiling yoke-derive v0.8.2 |
| 1202 | 2026-09-04T03:15:04.841Z | Compiling zerovec-derive v0.11.3 |
| 1203 | 2026-09-04T03:15:04.890Z | Compiling schemars_derive v0.8.22 |
| 1204 | 2026-09-04T03:15:05.003Z | Compiling zerocopy-derive v0.8.56 |
| 1205 | 2026-09-04T03:15:05.047Z | Compiling zeroize_derive v1.5.0 |
| 1206 | 2026-09-04T03:15:05.288Z | Compiling scopeguard v1.2.0 |
| 1207 | 2026-09-04T03:15:05.819Z | Compiling lock_api v0.4.14 |
| 1208 | 2026-09-04T03:15:05.819Z | Compiling zeroize v1.9.0 |
| 1209 | 2026-09-04T03:15:06.335Z | Compiling socket2 v0.6.5 |
| 1210 | 2026-09-04T03:15:06.355Z | Compiling cmake v0.1.58 |
| 1211 | 2026-09-04T03:15:06.355Z | Compiling zerofrom v0.1.8 |
| 1212 | 2026-09-04T03:15:06.355Z | Compiling signal-hook-registry v1.4.8 |
| 1213 | 2026-09-04T03:15:06.355Z | Compiling mio v1.2.2 |
| 1214 | 2026-09-04T03:15:06.355Z | Compiling fs_extra v1.3.0 |
| 1215 | 2026-09-04T03:15:06.356Z | Compiling yoke v0.8.3 |
| 1216 | 2026-09-04T03:15:06.356Z | Compiling dunce v1.0.5 |
| 1217 | 2026-09-04T03:15:06.356Z | Compiling zerovec v0.11.6 |
| 1218 | 2026-09-04T03:15:06.356Z | Compiling zerotrie v0.2.4 |
| 1219 | 2026-09-04T03:15:06.377Z | Compiling aws-lc-sys v0.44.0 |
| 1220 | 2026-09-04T03:15:06.826Z | Compiling portable-atomic v1.15.0 |
| 1221 | 2026-09-04T03:15:06.878Z | Compiling futures-core v0.3.34 |
| 1222 | 2026-09-04T03:15:06.878Z | Compiling critical-section v1.2.0 |
| 1223 | 2026-09-04T03:15:06.878Z | Compiling log v0.4.33 |
| 1224 | 2026-09-04T03:15:06.919Z | Compiling tinystr v0.8.3 |
| 1225 | 2026-09-04T03:15:07.344Z | Compiling potential_utf v0.1.5 |
| 1226 | 2026-09-04T03:15:07.348Z | Compiling icu_locale_core v2.2.0 |
| 1227 | 2026-09-04T03:15:07.348Z | Compiling icu_collections v2.2.0 |
| 1228 | 2026-09-04T03:15:07.349Z | Compiling smallvec v1.15.2 |
| 1229 | 2026-09-04T03:15:07.349Z | Compiling bytes v1.12.1 |
| 1230 | 2026-09-04T03:15:07.349Z | Compiling chrono v0.4.45 |
| 1231 | 2026-09-04T03:15:07.529Z | Compiling once_cell v1.21.4 |
| 1232 | 2026-09-04T03:15:07.724Z | Compiling parking_lot v0.12.5 |
| 1233 | 2026-09-04T03:15:07.791Z | Compiling subtle v2.6.1 |
| 1234 | 2026-09-04T03:15:07.824Z | Compiling equivalent v1.0.2 |
| 1235 | 2026-09-04T03:15:07.934Z | Compiling icu_provider v2.2.0 |
| 1236 | 2026-09-04T03:15:07.990Z | Compiling tokio v1.53.1 |
| 1237 | 2026-09-04T03:15:08.049Z | Compiling allocator-api2 v0.2.21 |
| 1238 | 2026-09-04T03:15:08.473Z | Compiling icu_properties v2.2.0 |
| 1239 | 2026-09-04T03:15:08.616Z | Compiling icu_normalizer v2.2.0 |
| 1240 | 2026-09-04T03:15:08.730Z | Compiling httparse v1.10.1 |
| 1241 | 2026-09-04T03:15:08.730Z | Compiling serde_tokenstream v0.2.3 |
| 1242 | 2026-09-04T03:15:08.947Z | Compiling futures-sink v0.3.34 |
| 1243 | 2026-09-04T03:15:09.039Z | Compiling slab v0.4.12 |
| 1244 | 2026-09-04T03:15:09.199Z | Compiling rustix v1.1.4 |
| 1245 | 2026-09-04T03:15:10.140Z | Compiling ucd-trie v0.1.7 |
| 1246 | 2026-09-04T03:15:10.281Z | Compiling idna_adapter v1.2.2 |
| 1247 | 2026-09-04T03:15:10.281Z | Compiling thiserror v1.0.69 |
| 1248 | 2026-09-04T03:15:10.281Z | Compiling pest v2.8.8 |
| 1249 | 2026-09-04T03:15:10.281Z | Compiling idna v1.1.0 |
| 1250 | 2026-09-04T03:15:10.281Z | Compiling typenum v1.20.1 |
| 1251 | 2026-09-04T03:15:10.281Z | Compiling regex-syntax v0.8.11 |
| 1252 | 2026-09-04T03:15:10.281Z | Compiling url v2.5.8 |
| 1253 | 2026-09-04T03:15:10.402Z | Compiling futures-channel v0.3.34 |
| 1254 | 2026-09-04T03:15:10.961Z | Compiling thiserror-impl v1.0.69 |
| 1255 | 2026-09-04T03:15:11.903Z | Compiling strsim v0.11.1 |
| 1256 | 2026-09-04T03:15:11.903Z | Compiling pest_meta v2.8.8 |
| 1257 | 2026-09-04T03:15:11.904Z | Compiling hashbrown v0.17.1 |
| 1258 | 2026-09-04T03:15:11.944Z | Compiling pest_generator v2.8.8 |
| 1259 | 2026-09-04T03:15:11.944Z | Compiling aho-corasick v1.1.5 |
| 1260 | 2026-09-04T03:15:11.944Z | Compiling futures-task v0.3.34 |
| 1261 | 2026-09-04T03:15:12.153Z | Compiling futures-io v0.3.34 |
| 1262 | 2026-09-04T03:15:12.583Z | Compiling ipnetwork v0.21.1 |
| 1263 | 2026-09-04T03:15:12.583Z | Compiling futures-util v0.3.34 |
| 1264 | 2026-09-04T03:15:12.584Z | Compiling ident_case v1.0.1 |
| 1265 | 2026-09-04T03:15:12.597Z | Compiling pest_derive v2.8.8 |
| 1266 | 2026-09-04T03:15:12.597Z | Compiling getrandom v0.3.4 |
| 1267 | 2026-09-04T03:15:12.597Z | Compiling rand_core v0.6.4 |
| 1268 | 2026-09-04T03:15:13.023Z | Compiling regex-automata v0.4.18 |
| 1269 | 2026-09-04T03:15:13.054Z | Compiling byteorder v1.5.0 |
| 1270 | 2026-09-04T03:15:13.054Z | Compiling indexmap v2.14.0 |
| 1271 | 2026-09-04T03:15:13.110Z | Compiling tracing-core v0.1.36 |
| 1272 | 2026-09-04T03:15:13.492Z | Compiling tracing-attributes v0.1.31 |
| 1273 | 2026-09-04T03:15:13.632Z | Compiling slog v2.8.2 |
| 1274 | 2026-09-04T03:15:13.799Z | Compiling fnv v1.0.7 |
| 1275 | 2026-09-04T03:15:13.904Z | Compiling base64 v0.22.1 |
| 1276 | 2026-09-04T03:15:13.946Z | Compiling paste v1.0.15 |
| 1277 | 2026-09-04T03:15:14.216Z | Compiling anyhow v1.0.104 |
| 1278 | 2026-09-04T03:15:14.390Z | Compiling regex v1.13.1 |
| 1279 | 2026-09-04T03:15:14.733Z | Compiling tracing v0.1.44 |
| 1280 | 2026-09-04T03:15:14.802Z | Compiling erased-serde v0.3.31 |
| 1281 | 2026-09-04T03:15:14.879Z | Compiling omicron-workspace-hack v0.1.0 |
| 1282 | 2026-09-04T03:15:15.166Z | Compiling http v1.5.0 |
| 1283 | 2026-09-04T03:15:15.454Z | Compiling oxnet v0.1.7 |
| 1284 | 2026-09-04T03:15:15.955Z | Compiling rustls-pki-types v1.15.1 |
| 1285 | 2026-09-04T03:15:16.519Z | Compiling scroll_derive v0.13.1 |
| 1286 | 2026-09-04T03:15:16.799Z | Compiling ring v0.17.14 |
| 1287 | 2026-09-04T03:15:16.970Z | Compiling aws-lc-rs v1.18.0 |
| 1288 | 2026-09-04T03:15:17.143Z | Compiling num-conv v0.2.2 |
| 1289 | 2026-09-04T03:15:17.221Z | Compiling time-core v0.1.9 |
| 1290 | 2026-09-04T03:15:17.411Z | Compiling time-macros v0.2.32 |
| 1291 | 2026-09-04T03:15:17.556Z | Compiling tokio-util v0.7.19 |
| 1292 | 2026-09-04T03:15:17.754Z | Compiling ipnet v2.12.1 |
| 1293 | 2026-09-04T03:15:18.303Z | Compiling camino v1.2.5 |
| 1294 | 2026-09-04T03:15:18.665Z | Compiling untrusted v0.7.1 |
| 1295 | 2026-09-04T03:15:18.681Z | Compiling untrusted v0.9.0 |
| 1296 | 2026-09-04T03:15:18.933Z | Compiling ppv-lite86 v0.2.21 |
| 1297 | 2026-09-04T03:15:18.982Z | Compiling async-trait v0.1.92 |
| 1298 | 2026-09-04T03:15:19.012Z | Compiling daft-derive v0.1.8 |
| 1299 | 2026-09-04T03:15:19.272Z | Compiling rustls v0.23.43 |
| 1300 | 2026-09-04T03:15:19.697Z | Compiling crc32fast v1.5.0 |
| 1301 | 2026-09-04T03:15:20.111Z | Compiling http-body v1.1.0 |
| 1302 | 2026-09-04T03:15:20.115Z | Compiling darling_core v0.23.0 |
| 1303 | 2026-09-04T03:15:20.115Z | Compiling atomic-waker v1.1.2 |
| 1304 | 2026-09-04T03:15:20.115Z | Compiling crossbeam-utils v0.8.22 |
| 1305 | 2026-09-04T03:15:20.115Z | Compiling pretty-hex v0.4.2 |
| 1306 | 2026-09-04T03:15:20.159Z | Compiling usdt-impl v0.6.0 |
| 1307 | 2026-09-04T03:15:20.461Z | Compiling scroll v0.13.0 |
| 1308 | 2026-09-04T03:15:20.491Z | Compiling try-lock v0.2.5 |
| 1309 | 2026-09-04T03:15:20.600Z | Compiling ryu v1.0.23 |
| 1310 | 2026-09-04T03:15:20.712Z | Compiling tower-service v0.3.3 |
| 1311 | 2026-09-04T03:15:21.234Z | Compiling plain v0.2.3 |
| 1312 | 2026-09-04T03:15:21.250Z | Compiling tower-layer v0.3.3 |
| 1313 | 2026-09-04T03:15:21.250Z | Compiling goblin v0.10.7 |
| 1314 | 2026-09-04T03:15:21.250Z | Compiling want v0.3.1 |
| 1315 | 2026-09-04T03:15:21.250Z | Compiling h2 v0.4.15 |
| 1316 | 2026-09-04T03:15:21.501Z | Compiling slog-async v2.8.0 |
| 1317 | 2026-09-04T03:15:21.777Z | Compiling httpdate v1.0.3 |
| 1318 | 2026-09-04T03:15:21.790Z | Compiling darling_macro v0.23.0 |
| 1319 | 2026-09-04T03:15:22.038Z | Compiling dtrace-parser v0.3.0 |
| 1320 | 2026-09-04T03:15:22.162Z | Compiling thread-id v5.1.0 |
| 1321 | 2026-09-04T03:15:22.382Z | Compiling darling v0.23.0 |
| 1322 | 2026-09-04T03:15:22.869Z | Compiling ref-cast v1.0.26 |
| 1323 | 2026-09-04T03:15:23.677Z | Compiling dof v0.4.0 |
| 1324 | 2026-09-04T03:15:24.637Z | Compiling hyper v1.11.0 |
| 1325 | 2026-09-04T03:15:24.714Z | Compiling rand_core v0.9.5 |
| 1326 | 2026-09-04T03:15:24.964Z | Compiling serde_urlencoded v0.7.1 |
| 1327 | 2026-09-04T03:15:25.586Z | Compiling http-body-util v0.1.5 |
| 1328 | 2026-09-04T03:15:25.651Z | Compiling ref-cast-impl v1.0.26 |
| 1329 | 2026-09-04T03:15:25.722Z | Compiling hyper-util v0.1.20 |
| 1330 | 2026-09-04T03:15:26.341Z | Compiling syn v1.0.109 |
| 1331 | 2026-09-04T03:15:27.164Z | Compiling usdt-macro v0.6.0 |
| 1332 | 2026-09-04T03:15:27.590Z | Compiling usdt-attr-macro v0.6.0 |
| 1333 | 2026-09-04T03:15:28.029Z | Compiling serde_tokenstream v0.3.0 |
| 1334 | 2026-09-04T03:15:28.328Z | Compiling structmeta-derive v0.3.0 |
| 1335 | 2026-09-04T03:15:28.469Z | Compiling multer v3.1.0 |
| 1336 | 2026-09-04T03:15:28.524Z | Compiling foldhash v0.2.0 |
| 1337 | 2026-09-04T03:15:28.680Z | Compiling newtype-uuid-macros v0.1.1 |
| 1338 | 2026-09-04T03:15:28.765Z | Compiling rand_chacha v0.9.0 |
| 1339 | 2026-09-04T03:15:29.416Z | Compiling structmeta v0.3.0 |
| 1340 | 2026-09-04T03:15:29.454Z | Compiling powerfmt v0.2.0 |
| 1341 | 2026-09-04T03:15:29.685Z | Compiling deranged v0.5.8 |
| 1342 | 2026-09-04T03:15:29.693Z | Compiling num_threads v0.1.7 |
| 1343 | 2026-09-04T03:15:29.781Z | Compiling rand v0.9.5 |
| 1344 | 2026-09-04T03:15:29.899Z | Compiling newtype-uuid v1.4.0 |
| 1345 | 2026-09-04T03:15:29.912Z | Compiling sync_wrapper v1.0.2 |
| 1346 | 2026-09-04T03:15:30.025Z | Compiling async-stream-impl v0.3.6 |
| 1347 | 2026-09-04T03:15:30.538Z | Compiling strum_macros v0.26.4 |
| 1348 | 2026-09-04T03:15:31.079Z | Compiling time v0.3.55 |
| 1349 | 2026-09-04T03:15:31.097Z | Compiling dropshot v0.17.1 |
| 1350 | 2026-09-04T03:15:31.097Z | Compiling hex v0.4.3 |
| 1351 | 2026-09-04T03:15:31.097Z | Compiling fastrand v2.5.0 |
| 1352 | 2026-09-04T03:15:31.117Z | Compiling daft v0.1.8 |
| 1353 | 2026-09-04T03:15:31.358Z | Compiling tower v0.5.3 |
| 1354 | 2026-09-04T03:15:32.412Z | Compiling crossbeam-channel v0.5.16 |
| 1355 | 2026-09-04T03:15:32.470Z | Compiling webpki-roots v1.0.9 |
| 1356 | 2026-09-04T03:15:32.470Z | Compiling openapiv3 v2.2.0 |
| 1357 | 2026-09-04T03:15:32.717Z | Compiling generic-array v0.14.7 |
| 1358 | 2026-09-04T03:15:33.487Z | Compiling tower-http v0.6.11 |
| 1359 | 2026-09-04T03:15:33.546Z | Compiling hashbrown v0.16.1 |
| 1360 | 2026-09-04T03:15:34.887Z | Compiling serde_with_macros v3.22.0 |
| 1361 | 2026-09-04T03:15:35.063Z | Compiling futures-executor v0.3.34 |
| 1362 | 2026-09-04T03:15:35.063Z | Compiling dropshot_endpoint v0.17.1 |
| 1363 | 2026-09-04T03:15:35.063Z | Compiling macaddr v1.0.1 |
| 1364 | 2026-09-04T03:15:35.063Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1365 | 2026-09-04T03:15:35.063Z | Compiling thread_local v1.1.10 |
| 1366 | 2026-09-04T03:15:35.063Z | Compiling openssl-probe v0.2.1 |
| 1367 | 2026-09-04T03:15:35.063Z | Compiling cpufeatures v0.3.0 |
| 1368 | 2026-09-04T03:15:35.134Z | Compiling rustls-native-certs v0.8.4 |
| 1369 | 2026-09-04T03:15:35.168Z | Compiling futures v0.3.34 |
| 1370 | 2026-09-04T03:15:35.722Z | Compiling tempfile v3.27.0 |
| 1371 | 2026-09-04T03:15:35.747Z | Compiling derive-ex v0.1.8 |
| 1372 | 2026-09-04T03:15:35.896Z | Compiling strum_macros v0.27.2 |
| 1373 | 2026-09-04T03:15:35.936Z | Compiling is-terminal v0.4.17 |
| 1374 | 2026-09-04T03:15:36.043Z | Compiling take_mut v0.2.2 |
| 1375 | 2026-09-04T03:15:36.167Z | Compiling term v1.2.1 |
| 1376 | 2026-09-04T03:15:36.543Z | Compiling winnow v1.0.4 |
| 1377 | 2026-09-04T03:15:37.765Z | Compiling test-strategy v0.4.5 |
| 1378 | 2026-09-04T03:15:37.856Z | Compiling slog-term v2.9.2 |
| 1379 | 2026-09-04T03:15:38.993Z | Compiling hybrid-array v0.4.14 |
| 1380 | 2026-09-04T03:15:39.170Z | Compiling adler2 v2.0.1 |
| 1381 | 2026-09-04T03:15:39.260Z | Compiling simd-adler32 v0.3.10 |
| 1382 | 2026-09-04T03:15:39.325Z | Compiling match_cfg v0.1.0 |
| 1383 | 2026-09-04T03:15:39.393Z | Compiling miniz_oxide v0.8.9 |
| 1384 | 2026-09-04T03:15:39.483Z | Compiling hostname v0.3.1 |
| 1385 | 2026-09-04T03:15:40.226Z | Compiling slog-json v2.6.1 |
| 1386 | 2026-09-04T03:15:40.494Z | Compiling memmap2 v0.9.11 |
| 1387 | 2026-09-04T03:15:40.744Z | Compiling either v1.17.0 |
| 1388 | 2026-09-04T03:15:40.788Z | Compiling usdt v0.6.0 |
| 1389 | 2026-09-04T03:15:40.973Z | Compiling slog-bunyan v2.5.0 |
| 1390 | 2026-09-04T03:15:41.057Z | Compiling flate2 v1.1.9 |
| 1391 | 2026-09-04T03:15:41.149Z | Compiling block-buffer v0.12.1 |
| 1392 | 2026-09-04T03:15:41.796Z | Compiling crypto-common v0.2.2 |
| 1393 | 2026-09-04T03:15:42.215Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1394 | 2026-09-04T03:15:42.215Z | Compiling debug-ignore v1.0.5 |
| 1395 | 2026-09-04T03:15:42.215Z | Compiling compression-core v0.4.32 |
| 1396 | 2026-09-04T03:15:42.215Z | Compiling const-oid v0.10.2 |
| 1397 | 2026-09-04T03:15:42.219Z | Compiling digest v0.11.3 |
| 1398 | 2026-09-04T03:15:42.219Z | Compiling compression-codecs v0.4.38 |
| 1399 | 2026-09-04T03:15:42.461Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1400 | 2026-09-04T03:15:42.500Z | Compiling crypto-common v0.1.7 |
| 1401 | 2026-09-04T03:15:42.701Z | Compiling parse-display-derive v0.10.0 |
| 1402 | 2026-09-04T03:15:43.191Z | Compiling rand_chacha v0.3.1 |
| 1403 | 2026-09-04T03:15:43.271Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1404 | 2026-09-04T03:15:43.271Z | Compiling serde_spanned v1.1.1 |
| 1405 | 2026-09-04T03:15:43.314Z | Compiling encoding_rs v0.8.35 |
| 1406 | 2026-09-04T03:15:43.398Z | Compiling mime v0.3.17 |
| 1407 | 2026-09-04T03:15:43.449Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1408 | 2026-09-04T03:15:43.496Z | Compiling spin v0.9.9 |
| 1409 | 2026-09-04T03:15:43.715Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1410 | 2026-09-04T03:15:43.808Z | Compiling rand v0.8.7 |
| 1411 | 2026-09-04T03:15:43.880Z | Compiling async-compression v0.4.43 |
| 1412 | 2026-09-04T03:15:44.183Z | Compiling sha1 v0.11.0 |
| 1413 | 2026-09-04T03:15:44.223Z | Compiling strum v0.26.3 |
| 1414 | 2026-09-04T03:15:44.363Z | Compiling async-stream v0.3.6 |
| 1415 | 2026-09-04T03:15:44.632Z | Compiling waitgroup v0.1.2 |
| 1416 | 2026-09-04T03:15:44.666Z | Compiling rustls-pemfile v2.2.0 |
| 1417 | 2026-09-04T03:15:44.722Z | Compiling serde_path_to_error v0.1.20 |
| 1418 | 2026-09-04T03:15:44.769Z | Compiling wait-timeout v0.2.1 |
| 1419 | 2026-09-04T03:15:44.892Z | Compiling hostname v0.4.2 |
| 1420 | 2026-09-04T03:15:45.204Z | Compiling bit-vec v0.8.0 |
| 1421 | 2026-09-04T03:15:45.472Z | Compiling quick-error v1.2.3 |
| 1422 | 2026-09-04T03:15:45.588Z | Compiling rusty-fork v0.3.1 |
| 1423 | 2026-09-04T03:15:45.620Z | Compiling bit-set v0.8.0 |
| 1424 | 2026-09-04T03:15:45.646Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1425 | 2026-09-04T03:15:45.818Z | Compiling serde_with v3.22.0 |
| 1426 | 2026-09-04T03:15:46.103Z | Compiling rand_xorshift v0.4.0 |
| 1427 | 2026-09-04T03:15:46.326Z | Compiling unarray v0.1.4 |
| 1428 | 2026-09-04T03:15:46.436Z | Compiling proptest v1.11.0 |
| 1429 | 2026-09-04T03:15:46.555Z | Compiling strum v0.27.2 |
| 1430 | 2026-09-04T03:15:46.705Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1431 | 2026-09-04T03:15:46.852Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1432 | 2026-09-04T03:15:47.230Z | Compiling instant v0.1.13 |
| 1433 | 2026-09-04T03:15:47.339Z | Compiling iddqd v0.4.6 |
| 1434 | 2026-09-04T03:15:47.791Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1435 | 2026-09-04T03:15:48.197Z | Compiling block-buffer v0.10.4 |
| 1436 | 2026-09-04T03:15:49.853Z | Compiling backon v1.6.0 |
| 1437 | 2026-09-04T03:15:50.064Z | Compiling unicode-width v0.2.2 |
| 1438 | 2026-09-04T03:15:50.064Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1439 | 2026-09-04T03:15:50.064Z | Compiling digest v0.10.7 |
| 1440 | 2026-09-04T03:15:50.064Z | Compiling backoff v0.4.0 |
| 1441 | 2026-09-04T03:15:50.064Z | Compiling parse-display v0.10.0 |
| 1442 | 2026-09-04T03:15:50.159Z | Compiling itertools v0.14.0 |
| 1443 | 2026-09-04T03:15:50.231Z | Compiling regress v0.10.5 |
| 1444 | 2026-09-04T03:15:50.646Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1445 | 2026-09-04T03:15:51.076Z | Compiling humantime v2.4.0 |
| 1446 | 2026-09-04T03:15:53.358Z | Compiling regress v0.11.1 |
| 1447 | 2026-09-04T03:15:55.498Z | Compiling typify-impl v0.6.2 |
| 1448 | 2026-09-04T03:15:55.667Z | Compiling zerocopy-derive v0.7.35 |
| 1449 | 2026-09-04T03:15:56.264Z | Compiling clap_derive v4.6.4 |
| 1450 | 2026-09-04T03:15:56.448Z | Compiling utf8parse v0.2.2 |
| 1451 | 2026-09-04T03:15:56.518Z | Compiling cpufeatures v0.2.17 |
| 1452 | 2026-09-04T03:15:56.561Z | Compiling convert_case v0.4.0 |
| 1453 | 2026-09-04T03:15:56.740Z | Compiling anstyle-parse v1.0.0 |
| 1454 | 2026-09-04T03:15:56.848Z | Compiling derive_more v0.99.20 |
| 1455 | 2026-09-04T03:15:57.984Z | Compiling terminal_size v0.4.4 |
| 1456 | 2026-09-04T03:15:58.085Z | Compiling typify-macro v0.6.2 |
| 1457 | 2026-09-04T03:15:58.107Z | Compiling toml_datetime v0.6.11 |
| 1458 | 2026-09-04T03:15:58.135Z | Compiling anstyle v1.0.14 |
| 1459 | 2026-09-04T03:15:58.371Z | Compiling is_terminal_polyfill v1.70.2 |
| 1460 | 2026-09-04T03:15:58.451Z | Compiling colorchoice v1.0.5 |
| 1461 | 2026-09-04T03:15:58.465Z | Compiling anstyle-query v1.1.5 |
| 1462 | 2026-09-04T03:15:58.575Z | Compiling anstream v1.0.0 |
| 1463 | 2026-09-04T03:15:59.030Z | Compiling secrecy v0.10.3 |
| 1464 | 2026-09-04T03:15:59.117Z | Compiling clap_lex v1.1.0 |
| 1465 | 2026-09-04T03:15:59.743Z | Compiling heapless v0.8.0 |
| 1466 | 2026-09-04T03:15:59.747Z | Compiling tinyvec_macros v0.1.1 |
| 1467 | 2026-09-04T03:15:59.747Z | Compiling crucible-workspace-hack v0.1.0 |
| 1468 | 2026-09-04T03:15:59.747Z | Compiling typify v0.6.2 |
| 1469 | 2026-09-04T03:15:59.805Z | Compiling tinyvec v1.12.0 |
| 1470 | 2026-09-04T03:15:59.965Z | Compiling clap_builder v4.6.6 |
| 1471 | 2026-09-04T03:16:00.201Z | Compiling zerocopy v0.7.35 |
| 1472 | 2026-09-04T03:16:00.739Z | Compiling hash32 v0.3.1 |
| 1473 | 2026-09-04T03:16:00.755Z | Compiling rustc_version v0.4.1 |
| 1474 | 2026-09-04T03:16:00.769Z | Compiling scroll_derive v0.12.1 |
| 1475 | 2026-09-04T03:16:01.425Z | Compiling num-integer v0.1.47 |
| 1476 | 2026-09-04T03:16:01.431Z | Compiling usdt-impl v0.5.0 |
| 1477 | 2026-09-04T03:16:01.431Z | Compiling smoltcp v0.11.0 |
| 1478 | 2026-09-04T03:16:01.462Z | Compiling crossbeam-epoch v0.9.20 |
| 1479 | 2026-09-04T03:16:01.508Z | Compiling scroll v0.12.0 |
| 1480 | 2026-09-04T03:16:01.783Z | Compiling curve25519-dalek v4.1.3 |
| 1481 | 2026-09-04T03:16:02.227Z | Compiling clap v4.6.6 |
| 1482 | 2026-09-04T03:16:02.232Z | Compiling dof v0.3.0 |
| 1483 | 2026-09-04T03:16:03.200Z | Compiling hmac v0.12.1 |
| 1484 | 2026-09-04T03:16:03.253Z | Compiling dtrace-parser v0.2.0 |
| 1485 | 2026-09-04T03:16:03.297Z | Compiling inout v0.1.4 |
| 1486 | 2026-09-04T03:16:03.361Z | Compiling darling_core v0.21.3 |
| 1487 | 2026-09-04T03:16:03.509Z | Compiling ff v0.13.1 |
| 1488 | 2026-09-04T03:16:03.668Z | Compiling cobs v0.3.0 |
| 1489 | 2026-09-04T03:16:03.946Z | Compiling thread-id v4.2.2 |
| 1490 | 2026-09-04T03:16:04.312Z | Compiling managed v0.8.0 |
| 1491 | 2026-09-04T03:16:04.571Z | Compiling unsafe-libyaml v0.2.11 |
| 1492 | 2026-09-04T03:16:04.705Z | Compiling bitflags v1.3.2 |
| 1493 | 2026-09-04T03:16:05.212Z | Compiling serde_yaml v0.9.34+deprecated |
| 1494 | 2026-09-04T03:16:05.493Z | Compiling darling_macro v0.21.3 |
| 1495 | 2026-09-04T03:16:06.053Z | Compiling postcard v1.1.3 |
| 1496 | 2026-09-04T03:16:06.442Z | Compiling group v0.13.0 |
| 1497 | 2026-09-04T03:16:06.556Z | Compiling cipher v0.4.4 |
| 1498 | 2026-09-04T03:16:06.578Z | Compiling hkdf v0.12.4 |
| 1499 | 2026-09-04T03:16:07.696Z | Compiling goblin v0.8.2 |
| 1500 | 2026-09-04T03:16:08.119Z | Compiling num-iter v0.1.46 |
| 1501 | 2026-09-04T03:16:08.120Z | Compiling num-rational v0.4.2 |
| 1502 | 2026-09-04T03:16:08.408Z | Compiling tabwriter v1.4.1 |
| 1503 | 2026-09-04T03:16:08.499Z | Compiling universal-hash v0.5.1 |
| 1504 | 2026-09-04T03:16:09.196Z | Compiling crypto-bigint v0.5.5 |
| 1505 | 2026-09-04T03:16:09.196Z | Compiling hubpack_derive v0.1.1 |
| 1506 | 2026-09-04T03:16:09.231Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1507 | 2026-09-04T03:16:09.231Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1508 | 2026-09-04T03:16:09.891Z | Compiling half v2.7.1 |
| 1509 | 2026-09-04T03:16:10.065Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1510 | 2026-09-04T03:16:10.245Z | Compiling num-complex v0.4.6 |
| 1511 | 2026-09-04T03:16:10.850Z | Compiling memoffset v0.9.1 |
| 1512 | 2026-09-04T03:16:10.910Z | Compiling base64ct v1.8.3 |
| 1513 | 2026-09-04T03:16:11.273Z | Compiling cfg_aliases v0.2.2 |
| 1514 | 2026-09-04T03:16:11.279Z | Compiling rustix v0.38.44 |
| 1515 | 2026-09-04T03:16:11.279Z | Compiling prettyplease v0.2.37 |
| 1516 | 2026-09-04T03:16:11.436Z | Compiling opaque-debug v0.3.1 |
| 1517 | 2026-09-04T03:16:11.478Z | Compiling ciborium-io v0.2.2 |
| 1518 | 2026-09-04T03:16:11.535Z | Compiling base16ct v0.2.0 |
| 1519 | 2026-09-04T03:16:12.210Z | Compiling elliptic-curve v0.13.8 |
| 1520 | 2026-09-04T03:16:13.785Z | Compiling ciborium-ll v0.2.2 |
| 1521 | 2026-09-04T03:16:13.951Z | Compiling poly1305 v0.8.0 |
| 1522 | 2026-09-04T03:16:13.951Z | Compiling nix v0.31.3 |
| 1523 | 2026-09-04T03:16:13.951Z | Compiling password-hash v0.5.0 |
| 1524 | 2026-09-04T03:16:14.093Z | Compiling num v0.4.3 |
| 1525 | 2026-09-04T03:16:14.130Z | Compiling thiserror-no-std v2.0.2 |
| 1526 | 2026-09-04T03:16:14.164Z | Compiling hubpack v0.1.2 |
| 1527 | 2026-09-04T03:16:14.595Z | Compiling chacha20 v0.9.1 |
| 1528 | 2026-09-04T03:16:14.872Z | Compiling darling v0.21.3 |
| 1529 | 2026-09-04T03:16:15.172Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1530 | 2026-09-04T03:16:15.234Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1531 | 2026-09-04T03:16:16.344Z | Compiling reqwest v0.12.28 |
| 1532 | 2026-09-04T03:16:16.574Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1533 | 2026-09-04T03:16:16.835Z | Compiling blake2 v0.10.6 |
| 1534 | 2026-09-04T03:16:16.903Z | Compiling aead v0.5.2 |
| 1535 | 2026-09-04T03:16:17.263Z | Compiling byte-wrapper v0.1.0 |
| 1536 | 2026-09-04T03:16:17.376Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1537 | 2026-09-04T03:16:17.487Z | Compiling serde_repr v0.1.21 |
| 1538 | 2026-09-04T03:16:18.194Z | Compiling proc-macro-error-attr v1.0.4 |
| 1539 | 2026-09-04T03:16:18.441Z | Compiling float-ord v0.3.2 |
| 1540 | 2026-09-04T03:16:18.469Z | Compiling keccak v0.1.6 |
| 1541 | 2026-09-04T03:16:18.478Z | Compiling static_assertions v1.1.0 |
| 1542 | 2026-09-04T03:16:18.547Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1543 | 2026-09-04T03:16:19.062Z | Compiling sha3 v0.10.9 |
| 1544 | 2026-09-04T03:16:19.089Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1545 | 2026-09-04T03:16:19.106Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1546 | 2026-09-04T03:16:19.173Z | Compiling progenitor-client v0.10.0 |
| 1547 | 2026-09-04T03:16:20.205Z | Compiling proc-macro-crate v3.5.0 |
| 1548 | 2026-09-04T03:16:20.210Z | Compiling argon2 v0.5.3 |
| 1549 | 2026-09-04T03:16:20.641Z | Compiling chacha20poly1305 v0.10.1 |
| 1550 | 2026-09-04T03:16:20.653Z | Compiling ingot-macros v0.1.1 |
| 1551 | 2026-09-04T03:16:20.853Z | Compiling vsss-rs v3.3.4 |
| 1552 | 2026-09-04T03:16:22.920Z | Compiling ciborium v0.2.2 |
| 1553 | 2026-09-04T03:16:23.424Z | Compiling usdt-attr-macro v0.5.0 |
| 1554 | 2026-09-04T03:16:23.765Z | Compiling usdt-macro v0.5.0 |
| 1555 | 2026-09-04T03:16:24.757Z | Compiling num-derive v0.4.2 |
| 1556 | 2026-09-04T03:16:24.913Z | Compiling enum-as-inner v0.6.1 |
| 1557 | 2026-09-04T03:16:25.482Z | Compiling proc-macro-error v1.0.4 |
| 1558 | 2026-09-04T03:16:25.693Z | Compiling memmap v0.7.0 |
| 1559 | 2026-09-04T03:16:26.123Z | Compiling winnow v0.5.40 |
| 1560 | 2026-09-04T03:16:26.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1561 | 2026-09-04T03:16:26.127Z | Compiling data-encoding v2.11.1 |
| 1562 | 2026-09-04T03:16:26.389Z | Compiling indent_write v2.2.0 |
| 1563 | 2026-09-04T03:16:26.560Z | Compiling usdt v0.5.0 |
| 1564 | 2026-09-04T03:16:26.789Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1565 | 2026-09-04T03:16:26.827Z | Compiling ingot-types v0.1.2 |
| 1566 | 2026-09-04T03:16:27.106Z | Compiling toml_edit v0.19.15 |
| 1567 | 2026-09-04T03:16:27.663Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1568 | 2026-09-04T03:16:27.666Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1569 | 2026-09-04T03:16:27.667Z | Compiling num_enum_derive v0.7.6 |
| 1570 | 2026-09-04T03:16:28.256Z | Compiling serde_spanned v0.6.9 |
| 1571 | 2026-09-04T03:16:28.383Z | Compiling foreign-types-macros v0.2.4 |
| 1572 | 2026-09-04T03:16:28.804Z | Compiling vcpkg v0.2.15 |
| 1573 | 2026-09-04T03:16:28.808Z | Compiling winnow v0.7.15 |
| 1574 | 2026-09-04T03:16:28.944Z | Compiling bytecount v0.6.9 |
| 1575 | 2026-09-04T03:16:29.048Z | Compiling toml_write v0.1.2 |
| 1576 | 2026-09-04T03:16:29.096Z | Compiling colored v3.1.1 |
| 1577 | 2026-09-04T03:16:29.304Z | Compiling crossbeam-deque v0.8.7 |
| 1578 | 2026-09-04T03:16:29.425Z | Compiling foreign-types-shared v0.3.1 |
| 1579 | 2026-09-04T03:16:29.524Z | Compiling foreign-types v0.5.0 |
| 1580 | 2026-09-04T03:16:29.619Z | Compiling openssl-sys v0.9.117 |
| 1581 | 2026-09-04T03:16:29.710Z | Compiling num_enum v0.7.6 |
| 1582 | 2026-09-04T03:16:29.728Z | Compiling proc-macro-crate v1.3.1 |
| 1583 | 2026-09-04T03:16:30.095Z | Compiling toml_edit v0.22.27 |
| 1584 | 2026-09-04T03:16:30.130Z | Compiling ingot v0.1.1 |
| 1585 | 2026-09-04T03:16:30.191Z | Compiling atomicwrites v0.4.4 |
| 1586 | 2026-09-04T03:16:30.434Z | Compiling progenitor-impl v0.14.0 |
| 1587 | 2026-09-04T03:16:30.873Z | Compiling chacha20 v0.10.1 |
| 1588 | 2026-09-04T03:16:30.879Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1589 | 2026-09-04T03:16:31.330Z | Compiling rustls-webpki v0.103.14 |
| 1590 | 2026-09-04T03:16:32.501Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1591 | 2026-09-04T03:16:32.505Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1592 | 2026-09-04T03:16:32.621Z | Compiling cstr-argument v0.1.2 |
| 1593 | 2026-09-04T03:16:32.713Z | Compiling resolv-conf v0.7.6 |
| 1594 | 2026-09-04T03:16:32.767Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1595 | 2026-09-04T03:16:32.801Z | Compiling linked-hash-map v0.5.6 |
| 1596 | 2026-09-04T03:16:32.928Z | Compiling unicode-segmentation v1.13.3 |
| 1597 | 2026-09-04T03:16:33.021Z | Compiling rayon-core v1.13.0 |
| 1598 | 2026-09-04T03:16:33.298Z | Compiling heck v0.4.1 |
| 1599 | 2026-09-04T03:16:33.322Z | Compiling swrite v0.1.0 |
| 1600 | 2026-09-04T03:16:33.436Z | Compiling semver v0.1.20 |
| 1601 | 2026-09-04T03:16:33.559Z | Compiling newline-converter v0.3.0 |
| 1602 | 2026-09-04T03:16:33.700Z | Compiling rustc_version v0.1.7 |
| 1603 | 2026-09-04T03:16:34.135Z | Compiling lru-cache v0.1.2 |
| 1604 | 2026-09-04T03:16:34.139Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1605 | 2026-09-04T03:16:34.139Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1606 | 2026-09-04T03:16:34.139Z | Compiling progenitor-macro v0.14.0 |
| 1607 | 2026-09-04T03:16:34.139Z | Compiling toml v0.8.23 |
| 1608 | 2026-09-04T03:16:34.744Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1609 | 2026-09-04T03:16:34.747Z | Compiling rand v0.10.2 |
| 1610 | 2026-09-04T03:16:35.270Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1611 | 2026-09-04T03:16:35.534Z | Compiling tokio-rustls v0.26.4 |
| 1612 | 2026-09-04T03:16:35.591Z | Compiling rustls-platform-verifier v0.7.0 |
| 1613 | 2026-09-04T03:16:35.684Z | Compiling num_enum_derive v0.5.11 |
| 1614 | 2026-09-04T03:16:35.843Z | Compiling hyper-rustls v0.27.9 |
| 1615 | 2026-09-04T03:16:36.183Z | Compiling reqwest v0.13.4 |
| 1616 | 2026-09-04T03:16:36.952Z | Compiling hickory-proto v0.24.4 |
| 1617 | 2026-09-04T03:16:38.337Z | Compiling progenitor-client v0.14.0 |
| 1618 | 2026-09-04T03:16:38.719Z | Compiling progenitor-extras v0.2.0 |
| 1619 | 2026-09-04T03:16:42.043Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1620 | 2026-09-04T03:16:44.470Z | Compiling progenitor-impl v0.13.0 |
| 1621 | 2026-09-04T03:16:46.580Z | Compiling console v0.16.4 |
| 1622 | 2026-09-04T03:16:47.857Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1623 | 2026-09-04T03:16:51.041Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1624 | 2026-09-04T03:16:51.158Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1625 | 2026-09-04T03:16:51.606Z | Compiling camino-tempfile v1.4.1 |
| 1626 | 2026-09-04T03:16:51.633Z | Compiling serde-big-array v0.5.1 |
| 1627 | 2026-09-04T03:16:51.799Z | Compiling pin-project-internal v1.1.13 |
| 1628 | 2026-09-04T03:16:51.995Z | Compiling derive-where v1.6.1 |
| 1629 | 2026-09-04T03:16:52.158Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1630 | 2026-09-04T03:16:52.698Z | Compiling siphasher v1.0.3 |
| 1631 | 2026-09-04T03:16:52.923Z | Compiling similar v3.2.0 |
| 1632 | 2026-09-04T03:16:52.938Z | Compiling lazy_static v1.5.0 |
| 1633 | 2026-09-04T03:16:53.052Z | Compiling minimal-lexical v0.2.1 |
| 1634 | 2026-09-04T03:16:53.310Z | Compiling nom v7.1.3 |
| 1635 | 2026-09-04T03:16:53.318Z | Compiling pin-project v1.1.13 |
| 1636 | 2026-09-04T03:16:53.428Z | Compiling phf_shared v0.12.1 |
| 1637 | 2026-09-04T03:16:53.888Z | Compiling expectorate v1.3.0 |
| 1638 | 2026-09-04T03:16:54.119Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1639 | 2026-09-04T03:16:54.498Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1640 | 2026-09-04T03:16:54.669Z | Compiling progenitor-macro v0.13.0 |
| 1641 | 2026-09-04T03:16:55.662Z | Compiling progenitor v0.14.0 |
| 1642 | 2026-09-04T03:16:56.873Z | Compiling hickory-resolver v0.24.4 |
| 1643 | 2026-09-04T03:16:57.908Z | Compiling progenitor-client v0.13.0 |
| 1644 | 2026-09-04T03:16:59.283Z | Compiling num_enum v0.5.11 |
| 1645 | 2026-09-04T03:16:59.594Z | Compiling newtype_derive v0.1.6 |
| 1646 | 2026-09-04T03:16:59.947Z | Compiling unicode-normalization v0.1.25 |
| 1647 | 2026-09-04T03:17:00.552Z | Compiling tokio-stream v0.1.19 |
| 1648 | 2026-09-04T03:17:01.160Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1649 | 2026-09-04T03:17:01.376Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-09-04T03:17:02.071Z | Compiling snafu-derive v0.8.9 |
| 1651 | 2026-09-04T03:17:02.960Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1652 | 2026-09-04T03:17:03.315Z | Compiling slog-dtrace v0.3.0 |
| 1653 | 2026-09-04T03:17:03.557Z | Compiling csv-core v0.1.13 |
| 1654 | 2026-09-04T03:17:03.830Z | Compiling bstr v1.13.1 |
| 1655 | 2026-09-04T03:17:03.986Z | Compiling chrono-tz v0.10.4 |
| 1656 | 2026-09-04T03:17:04.226Z | Compiling foreign-types-shared v0.1.1 |
| 1657 | 2026-09-04T03:17:04.336Z | Compiling konst_macro_rules v0.2.19 |
| 1658 | 2026-09-04T03:17:04.540Z | Compiling unicode-width v0.1.14 |
| 1659 | 2026-09-04T03:17:04.557Z | Compiling owo-colors v4.3.0 |
| 1660 | 2026-09-04T03:17:04.590Z | Compiling jiff-core v0.1.0 |
| 1661 | 2026-09-04T03:17:04.677Z | Compiling cancel-safe-futures v0.1.5 |
| 1662 | 2026-09-04T03:17:04.860Z | Compiling foldhash v0.1.5 |
| 1663 | 2026-09-04T03:17:04.904Z | Compiling unicode-xid v0.2.6 |
| 1664 | 2026-09-04T03:17:04.937Z | Compiling highway v1.3.0 |
| 1665 | 2026-09-04T03:17:05.039Z | Compiling openssl v0.10.81 |
| 1666 | 2026-09-04T03:17:05.094Z | Compiling same-file v1.0.6 |
| 1667 | 2026-09-04T03:17:05.321Z | Compiling walkdir v2.5.0 |
| 1668 | 2026-09-04T03:17:05.364Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1669 | 2026-09-04T03:17:05.623Z | Compiling jiff v0.2.35 |
| 1670 | 2026-09-04T03:17:05.977Z | Compiling const_format_proc_macros v0.2.34 |
| 1671 | 2026-09-04T03:17:06.000Z | Compiling hashbrown v0.15.5 |
| 1672 | 2026-09-04T03:17:06.912Z | Compiling konst v0.2.20 |
| 1673 | 2026-09-04T03:17:06.916Z | Compiling foreign-types v0.3.2 |
| 1674 | 2026-09-04T03:17:06.916Z | Compiling globset v0.4.20 |
| 1675 | 2026-09-04T03:17:06.916Z | Compiling snafu v0.8.9 |
| 1676 | 2026-09-04T03:17:06.916Z | Compiling csv v1.4.0 |
| 1677 | 2026-09-04T03:17:07.510Z | Compiling progenitor v0.13.0 |
| 1678 | 2026-09-04T03:17:07.674Z | Compiling qorb v0.4.1 |
| 1679 | 2026-09-04T03:17:07.816Z | Compiling olpc-cjson v0.1.4 |
| 1680 | 2026-09-04T03:17:09.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1681 | 2026-09-04T03:17:10.050Z | Compiling rayon v1.12.0 |
| 1682 | 2026-09-04T03:17:11.046Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1683 | 2026-09-04T03:17:11.273Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1684 | 2026-09-04T03:17:12.250Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1685 | 2026-09-04T03:17:12.804Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1686 | 2026-09-04T03:17:13.573Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1687 | 2026-09-04T03:17:14.729Z | Compiling phf v0.12.1 |
| 1688 | 2026-09-04T03:17:14.908Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1689 | 2026-09-04T03:17:15.259Z | Compiling zone_cfg_derive v0.3.1 |
| 1690 | 2026-09-04T03:17:15.514Z | Compiling tokio-dtrace v0.1.1 |
| 1691 | 2026-09-04T03:17:15.759Z | Compiling itertools v0.15.0 |
| 1692 | 2026-09-04T03:17:15.855Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1693 | 2026-09-04T03:17:15.897Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-09-04T03:17:16.080Z | Compiling itertools v0.12.1 |
| 1695 | 2026-09-04T03:17:16.098Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1696 | 2026-09-04T03:17:16.501Z | Compiling pem v3.0.6 |
| 1697 | 2026-09-04T03:17:16.840Z | Compiling libsw-core v0.3.2 |
| 1698 | 2026-09-04T03:17:17.043Z | Compiling serde_plain v1.0.2 |
| 1699 | 2026-09-04T03:17:17.089Z | Compiling openssl-macros v0.1.1 |
| 1700 | 2026-09-04T03:17:17.216Z | Compiling cookie v0.18.2 |
| 1701 | 2026-09-04T03:17:17.252Z | Compiling sigpipe v0.1.3 |
| 1702 | 2026-09-04T03:17:17.343Z | Compiling glob v0.3.4 |
| 1703 | 2026-09-04T03:17:17.389Z | Compiling fixedbitset v0.4.2 |
| 1704 | 2026-09-04T03:17:17.457Z | Compiling typed-path v0.9.3 |
| 1705 | 2026-09-04T03:17:17.511Z | Compiling fixedbitset v0.5.7 |
| 1706 | 2026-09-04T03:17:17.578Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1707 | 2026-09-04T03:17:18.125Z | Compiling petgraph v0.8.3 |
| 1708 | 2026-09-04T03:17:18.144Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-09-04T03:17:18.318Z | Compiling petgraph v0.6.5 |
| 1710 | 2026-09-04T03:17:19.598Z | Compiling tough v0.22.0 |
| 1711 | 2026-09-04T03:17:20.179Z | Compiling zone v0.3.1 |
| 1712 | 2026-09-04T03:17:20.212Z | Compiling ingot-macros v0.2.0 |
| 1713 | 2026-09-04T03:17:20.380Z | Compiling libsw v3.5.0 |
| 1714 | 2026-09-04T03:17:20.412Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1715 | 2026-09-04T03:17:20.554Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1716 | 2026-09-04T03:17:20.670Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1717 | 2026-09-04T03:17:20.973Z | Compiling oxide-tokio-rt v0.1.6 |
| 1718 | 2026-09-04T03:17:20.980Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1719 | 2026-09-04T03:17:21.550Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1720 | 2026-09-04T03:17:22.913Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1721 | 2026-09-04T03:17:23.138Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1722 | 2026-09-04T03:17:24.167Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1723 | 2026-09-04T03:17:24.530Z | Compiling const_format v0.2.36 |
| 1724 | 2026-09-04T03:17:25.438Z | Compiling papergrid v0.11.0 |
| 1725 | 2026-09-04T03:17:25.554Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1726 | 2026-09-04T03:17:25.578Z | Compiling tabled_derive v0.7.0 |
| 1727 | 2026-09-04T03:17:26.574Z | Compiling libscf-sys v1.2.0 |
| 1728 | 2026-09-04T03:17:26.738Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1729 | 2026-09-04T03:17:26.763Z | Compiling gethostname v0.5.0 |
| 1730 | 2026-09-04T03:17:26.923Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-09-04T03:17:27.067Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1732 | 2026-09-04T03:17:27.181Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1733 | 2026-09-04T03:17:27.313Z | Compiling bcs v0.1.6 |
| 1734 | 2026-09-04T03:17:27.340Z | Compiling smf v0.2.3 |
| 1735 | 2026-09-04T03:17:27.443Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1736 | 2026-09-04T03:17:27.731Z | Compiling unicode-linebreak v0.1.5 |
| 1737 | 2026-09-04T03:17:27.846Z | Compiling tagptr v0.2.0 |
| 1738 | 2026-09-04T03:17:28.017Z | Compiling smawk v0.3.3 |
| 1739 | 2026-09-04T03:17:28.018Z | Compiling linear-map v1.2.0 |
| 1740 | 2026-09-04T03:17:28.206Z | Compiling termtree v0.5.1 |
| 1741 | 2026-09-04T03:17:28.302Z | Compiling whoami v1.6.1 |
| 1742 | 2026-09-04T03:17:28.495Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1743 | 2026-09-04T03:17:30.320Z | Compiling textwrap v0.16.2 |
| 1744 | 2026-09-04T03:17:30.725Z | Compiling moka v0.12.16 |
| 1745 | 2026-09-04T03:17:31.355Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1746 | 2026-09-04T03:17:31.372Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1747 | 2026-09-04T03:17:31.458Z | Compiling tabled v0.15.0 |
| 1748 | 2026-09-04T03:17:31.928Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1749 | 2026-09-04T03:17:31.980Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1750 | 2026-09-04T03:17:32.067Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1751 | 2026-09-04T03:17:32.316Z | Compiling steno v0.4.1 |
| 1752 | 2026-09-04T03:17:32.756Z | Compiling ingot-types v0.2.0 |
| 1753 | 2026-09-04T03:17:35.090Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1754 | 2026-09-04T03:17:38.014Z | Compiling hickory-proto v0.25.2 |
| 1755 | 2026-09-04T03:17:38.727Z | Compiling ingot v0.2.1 |
| 1756 | 2026-09-04T03:17:39.397Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1757 | 2026-09-04T03:17:39.487Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1758 | 2026-09-04T03:17:39.743Z | Compiling parking_lot_core v0.8.6 |
| 1759 | 2026-09-04T03:17:39.949Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1760 | 2026-09-04T03:17:40.070Z | Compiling papergrid v0.18.0 |
| 1761 | 2026-09-04T03:17:40.864Z | Compiling hickory-resolver v0.25.2 |
| 1762 | 2026-09-04T03:17:40.949Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1763 | 2026-09-04T03:17:41.164Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1764 | 2026-09-04T03:17:42.591Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1765 | 2026-09-04T03:17:42.701Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1766 | 2026-09-04T03:17:42.977Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1767 | 2026-09-04T03:17:43.340Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1768 | 2026-09-04T03:17:44.098Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-09-04T03:17:45.652Z | Compiling tabled v0.21.0 |
| 1770 | 2026-09-04T03:17:46.505Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1771 | 2026-09-04T03:17:46.609Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1772 | 2026-09-04T03:17:47.307Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1773 | 2026-09-04T03:17:47.510Z | Compiling arc-swap v1.9.2 |
| 1774 | 2026-09-04T03:17:47.793Z | Compiling slog-scope v4.4.1 |
| 1775 | 2026-09-04T03:17:47.867Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1776 | 2026-09-04T03:17:47.932Z | Compiling parking_lot v0.11.2 |
| 1777 | 2026-09-04T03:17:48.174Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1778 | 2026-09-04T03:17:48.929Z | Compiling dropshot-api-manager-types v0.8.0 |
| 1779 | 2026-09-04T03:17:49.539Z | Compiling fxhash v0.2.1 |
| 1780 | 2026-09-04T03:17:49.698Z | Compiling crc8 v0.1.1 |
| 1781 | 2026-09-04T03:17:49.825Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1782 | 2026-09-04T03:17:50.025Z | Compiling sled v0.34.7 |
| 1783 | 2026-09-04T03:17:50.379Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=16ef8c60a15fa6b0afd02c5f23f742c20b818f97#16ef8c60) |
| 1784 | 2026-09-04T03:17:51.240Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1785 | 2026-09-04T03:17:53.635Z | Compiling slog-stdlog v4.1.1 |
| 1786 | 2026-09-04T03:17:53.932Z | Compiling port-file v0.1.0 |
| 1787 | 2026-09-04T03:17:54.001Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1788 | 2026-09-04T03:17:54.206Z | Compiling slog-envlogger v2.2.0 |
| 1789 | 2026-09-04T03:17:54.297Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1790 | 2026-09-04T03:17:55.007Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1791 | 2026-09-04T03:17:57.491Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1792 | 2026-09-04T03:17:58.988Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1793 | 2026-09-04T03:18:00.366Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1794 | 2026-09-04T03:18:10.990Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1795 | 2026-09-04T03:18:16.093Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1796 | 2026-09-04T03:18:19.493Z | Finished `release` profile [optimized] target(s) in 3m 44s |
| 1797 | 2026-09-04T03:18:19.820Z | + banner trio |
| 1798 | 2026-09-04T03:18:19.826Z | |
| 1799 | 2026-09-04T03:18:19.826Z | ##### ##### # #### |
| 1800 | 2026-09-04T03:18:19.826Z | # # # # # # |
| 1801 | 2026-09-04T03:18:19.826Z | # # # # # # |
| 1802 | 2026-09-04T03:18:19.826Z | # ##### # # # |
| 1803 | 2026-09-04T03:18:19.826Z | # # # # # # |
| 1804 | 2026-09-04T03:18:19.827Z | # # # # #### |
| 1805 | 2026-09-04T03:18:19.827Z | |
| 1806 | 2026-09-04T03:18:19.827Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
| 1807 | 2026-09-04T03:18:20.405Z | Compiling cfg-if v1.0.4 |
| 1808 | 2026-09-04T03:18:20.410Z | Compiling libc v0.2.189 |
| 1809 | 2026-09-04T03:18:20.410Z | Compiling serde_core v1.0.229 |
| 1810 | 2026-09-04T03:18:20.525Z | Compiling memchr v2.8.3 |
| 1811 | 2026-09-04T03:18:20.531Z | Compiling smallvec v1.15.2 |
| 1812 | 2026-09-04T03:18:20.531Z | Compiling itoa v1.0.18 |
| 1813 | 2026-09-04T03:18:20.535Z | Compiling stable_deref_trait v1.2.1 |
| 1814 | 2026-09-04T03:18:20.552Z | Compiling zerofrom v0.1.8 |
| 1815 | 2026-09-04T03:18:20.563Z | Compiling zmij v1.0.23 |
| 1816 | 2026-09-04T03:18:20.613Z | Compiling writeable v0.6.3 |
| 1817 | 2026-09-04T03:18:20.673Z | Compiling yoke v0.8.3 |
| 1818 | 2026-09-04T03:18:20.893Z | Compiling litemap v0.8.2 |
| 1819 | 2026-09-04T03:18:20.893Z | Compiling utf8_iter v1.0.4 |
| 1820 | 2026-09-04T03:18:20.913Z | Compiling zerovec v0.11.6 |
| 1821 | 2026-09-04T03:18:20.913Z | Compiling zerotrie v0.2.4 |
| 1822 | 2026-09-04T03:18:20.913Z | Compiling percent-encoding v2.3.2 |
| 1823 | 2026-09-04T03:18:20.936Z | Compiling libm v0.2.16 |
| 1824 | 2026-09-04T03:18:20.963Z | Compiling icu_normalizer_data v2.2.0 |
| 1825 | 2026-09-04T03:18:21.027Z | Compiling icu_properties_data v2.2.0 |
| 1826 | 2026-09-04T03:18:21.044Z | Compiling form_urlencoded v1.2.2 |
| 1827 | 2026-09-04T03:18:21.169Z | Compiling rand_core v0.10.1 |
| 1828 | 2026-09-04T03:18:21.182Z | Compiling errno v0.3.14 |
| 1829 | 2026-09-04T03:18:21.299Z | Compiling iana-time-zone v0.1.65 |
| 1830 | 2026-09-04T03:18:21.313Z | Compiling pin-project-lite v0.2.17 |
| 1831 | 2026-09-04T03:18:21.362Z | Compiling getrandom v0.4.3 |
| 1832 | 2026-09-04T03:18:21.401Z | Compiling tinystr v0.8.3 |
| 1833 | 2026-09-04T03:18:21.410Z | Compiling potential_utf v0.1.5 |
| 1834 | 2026-09-04T03:18:21.446Z | Compiling zeroize v1.9.0 |
| 1835 | 2026-09-04T03:18:21.566Z | Compiling icu_locale_core v2.2.0 |
| 1836 | 2026-09-04T03:18:21.587Z | Compiling icu_collections v2.2.0 |
| 1837 | 2026-09-04T03:18:21.601Z | Compiling dyn-clone v1.0.20 |
| 1838 | 2026-09-04T03:18:21.605Z | Compiling socket2 v0.6.5 |
| 1839 | 2026-09-04T03:18:21.661Z | Compiling scopeguard v1.2.0 |
| 1840 | 2026-09-04T03:18:21.688Z | Compiling parking_lot_core v0.9.12 |
| 1841 | 2026-09-04T03:18:21.744Z | Compiling num-traits v0.2.19 |
| 1842 | 2026-09-04T03:18:21.775Z | Compiling lock_api v0.4.14 |
| 1843 | 2026-09-04T03:18:22.029Z | Compiling parking_lot v0.12.5 |
| 1844 | 2026-09-04T03:18:22.099Z | Compiling signal-hook-registry v1.4.8 |
| 1845 | 2026-09-04T03:18:22.325Z | Compiling mio v1.2.2 |
| 1846 | 2026-09-04T03:18:22.340Z | Compiling serde v1.0.229 |
| 1847 | 2026-09-04T03:18:22.492Z | Compiling serde_json v1.0.151 |
| 1848 | 2026-09-04T03:18:22.519Z | Compiling icu_provider v2.2.0 |
| 1849 | 2026-09-04T03:18:22.548Z | Compiling uuid v1.26.0 |
| 1850 | 2026-09-04T03:18:22.653Z | Compiling semver v1.0.28 |
| 1851 | 2026-09-04T03:18:22.961Z | Compiling bytes v1.12.1 |
| 1852 | 2026-09-04T03:18:22.991Z | Compiling icu_normalizer v2.2.0 |
| 1853 | 2026-09-04T03:18:23.019Z | Compiling icu_properties v2.2.0 |
| 1854 | 2026-09-04T03:18:23.106Z | Compiling chrono v0.4.45 |
| 1855 | 2026-09-04T03:18:23.148Z | Compiling thiserror v2.0.20 |
| 1856 | 2026-09-04T03:18:23.288Z | Compiling portable-atomic v1.15.0 |
| 1857 | 2026-09-04T03:18:23.440Z | Compiling bitflags v2.13.1 |
| 1858 | 2026-09-04T03:18:23.756Z | Compiling tokio v1.53.1 |
| 1859 | 2026-09-04T03:18:23.916Z | Compiling futures-core v0.3.34 |
| 1860 | 2026-09-04T03:18:24.026Z | Compiling idna_adapter v1.2.2 |
| 1861 | 2026-09-04T03:18:24.087Z | Compiling critical-section v1.2.0 |
| 1862 | 2026-09-04T03:18:24.166Z | Compiling idna v1.1.0 |
| 1863 | 2026-09-04T03:18:24.228Z | Compiling once_cell v1.21.4 |
| 1864 | 2026-09-04T03:18:24.248Z | Compiling subtle v2.6.1 |
| 1865 | 2026-09-04T03:18:24.257Z | Compiling equivalent v1.0.2 |
| 1866 | 2026-09-04T03:18:24.351Z | Compiling log v0.4.33 |
| 1867 | 2026-09-04T03:18:24.422Z | Compiling allocator-api2 v0.2.21 |
| 1868 | 2026-09-04T03:18:24.453Z | Compiling zerocopy v0.8.56 |
| 1869 | 2026-09-04T03:18:24.612Z | Compiling url v2.5.8 |
| 1870 | 2026-09-04T03:18:24.652Z | Compiling futures-sink v0.3.34 |
| 1871 | 2026-09-04T03:18:24.768Z | Compiling slab v0.4.12 |
| 1872 | 2026-09-04T03:18:24.816Z | Compiling typenum v1.20.1 |
| 1873 | 2026-09-04T03:18:24.980Z | Compiling futures-channel v0.3.34 |
| 1874 | 2026-09-04T03:18:25.148Z | Compiling hashbrown v0.17.1 |
| 1875 | 2026-09-04T03:18:25.248Z | Compiling schemars v0.8.22 |
| 1876 | 2026-09-04T03:18:25.649Z | Compiling getrandom v0.2.17 |
| 1877 | 2026-09-04T03:18:25.869Z | Compiling futures-task v0.3.34 |
| 1878 | 2026-09-04T03:18:25.872Z | Compiling futures-io v0.3.34 |
| 1879 | 2026-09-04T03:18:26.051Z | Compiling futures-util v0.3.34 |
| 1880 | 2026-09-04T03:18:26.091Z | Compiling rand_core v0.6.4 |
| 1881 | 2026-09-04T03:18:26.279Z | Compiling indexmap v2.14.0 |
| 1882 | 2026-09-04T03:18:26.349Z | Compiling tracing-core v0.1.36 |
| 1883 | 2026-09-04T03:18:26.633Z | Compiling ipnetwork v0.21.1 |
| 1884 | 2026-09-04T03:18:27.096Z | Compiling tracing v0.1.44 |
| 1885 | 2026-09-04T03:18:27.116Z | Compiling base64 v0.22.1 |
| 1886 | 2026-09-04T03:18:27.418Z | Compiling http v1.5.0 |
| 1887 | 2026-09-04T03:18:27.454Z | Compiling unicode-ident v1.0.24 |
| 1888 | 2026-09-04T03:18:27.590Z | Compiling proc-macro2 v1.0.107 |
| 1889 | 2026-09-04T03:18:27.616Z | Compiling slog v2.8.2 |
| 1890 | 2026-09-04T03:18:27.630Z | Compiling erased-serde v0.3.31 |
| 1891 | 2026-09-04T03:18:27.696Z | Compiling fnv v1.0.7 |
| 1892 | 2026-09-04T03:18:27.807Z | Compiling oxnet v0.1.7 |
| 1893 | 2026-09-04T03:18:28.542Z | Compiling quote v1.0.47 |
| 1894 | 2026-09-04T03:18:28.839Z | Compiling syn v2.0.119 |
| 1895 | 2026-09-04T03:18:28.851Z | Compiling tokio-util v0.7.19 |
| 1896 | 2026-09-04T03:18:29.226Z | Compiling byteorder v1.5.0 |
| 1897 | 2026-09-04T03:18:29.323Z | Compiling ipnet v2.12.1 |
| 1898 | 2026-09-04T03:18:29.491Z | Compiling thiserror v1.0.69 |
| 1899 | 2026-09-04T03:18:29.607Z | Compiling ppv-lite86 v0.2.21 |
| 1900 | 2026-09-04T03:18:29.658Z | Compiling rustls-pki-types v1.15.1 |
| 1901 | 2026-09-04T03:18:29.958Z | Compiling aws-lc-sys v0.44.0 |
| 1902 | 2026-09-04T03:18:30.127Z | Compiling http-body v1.1.0 |
| 1903 | 2026-09-04T03:18:30.244Z | Compiling untrusted v0.7.1 |
| 1904 | 2026-09-04T03:18:30.268Z | Compiling atomic-waker v1.1.2 |
| 1905 | 2026-09-04T03:18:30.300Z | Compiling httparse v1.10.1 |
| 1906 | 2026-09-04T03:18:30.382Z | Compiling rustls v0.23.43 |
| 1907 | 2026-09-04T03:18:30.397Z | Compiling tower-layer v0.3.3 |
| 1908 | 2026-09-04T03:18:30.508Z | Compiling aws-lc-rs v1.18.0 |
| 1909 | 2026-09-04T03:18:30.526Z | Compiling ryu v1.0.23 |
| 1910 | 2026-09-04T03:18:30.547Z | Compiling untrusted v0.9.0 |
| 1911 | 2026-09-04T03:18:30.600Z | Compiling pretty-hex v0.4.2 |
| 1912 | 2026-09-04T03:18:30.618Z | Compiling tower-service v0.3.3 |
| 1913 | 2026-09-04T03:18:30.676Z | Compiling try-lock v0.2.5 |
| 1914 | 2026-09-04T03:18:30.727Z | Compiling h2 v0.4.15 |
| 1915 | 2026-09-04T03:18:30.741Z | Compiling httpdate v1.0.3 |
| 1916 | 2026-09-04T03:18:30.778Z | Compiling want v0.3.1 |
| 1917 | 2026-09-04T03:18:30.792Z | Compiling rustix v1.1.4 |
| 1918 | 2026-09-04T03:18:30.816Z | Compiling regex-syntax v0.8.11 |
| 1919 | 2026-09-04T03:18:30.964Z | Compiling plain v0.2.3 |
| 1920 | 2026-09-04T03:18:31.087Z | Compiling getrandom v0.3.4 |
| 1921 | 2026-09-04T03:18:31.121Z | Compiling omicron-workspace-hack v0.1.0 |
| 1922 | 2026-09-04T03:18:31.198Z | Compiling ucd-trie v0.1.7 |
| 1923 | 2026-09-04T03:18:31.296Z | Compiling rand_core v0.9.5 |
| 1924 | 2026-09-04T03:18:31.567Z | Compiling pest v2.8.8 |
| 1925 | 2026-09-04T03:18:31.758Z | Compiling rustls-webpki v0.103.14 |
| 1926 | 2026-09-04T03:18:33.245Z | Compiling hyper v1.11.0 |
| 1927 | 2026-09-04T03:18:33.494Z | Compiling crossbeam-utils v0.8.22 |
| 1928 | 2026-09-04T03:18:34.236Z | Compiling serde_urlencoded v0.7.1 |
| 1929 | 2026-09-04T03:18:34.313Z | Compiling http-body-util v0.1.5 |
| 1930 | 2026-09-04T03:18:34.527Z | Compiling foldhash v0.2.0 |
| 1931 | 2026-09-04T03:18:34.637Z | Compiling newtype-uuid v1.4.0 |
| 1932 | 2026-09-04T03:18:34.824Z | Compiling hyper-util v0.1.20 |
| 1933 | 2026-09-04T03:18:35.628Z | Compiling hex v0.4.3 |
| 1934 | 2026-09-04T03:18:35.936Z | Compiling daft v0.1.8 |
| 1935 | 2026-09-04T03:18:36.264Z | Compiling rand_chacha v0.9.0 |
| 1936 | 2026-09-04T03:18:36.835Z | Compiling tokio-rustls v0.26.4 |
| 1937 | 2026-09-04T03:18:37.063Z | Compiling sync_wrapper v1.0.2 |
| 1938 | 2026-09-04T03:18:37.149Z | Compiling aho-corasick v1.1.5 |
| 1939 | 2026-09-04T03:18:37.187Z | Compiling fastrand v2.5.0 |
| 1940 | 2026-09-04T03:18:37.557Z | Compiling tower v0.5.3 |
| 1941 | 2026-09-04T03:18:37.808Z | Compiling anyhow v1.0.104 |
| 1942 | 2026-09-04T03:18:37.822Z | Compiling rand v0.9.5 |
| 1943 | 2026-09-04T03:18:38.098Z | Compiling tower-http v0.6.11 |
| 1944 | 2026-09-04T03:18:38.172Z | Compiling regex-automata v0.4.18 |
| 1945 | 2026-09-04T03:18:38.404Z | Compiling generic-array v0.14.7 |
| 1946 | 2026-09-04T03:18:38.492Z | Compiling hashbrown v0.16.1 |
| 1947 | 2026-09-04T03:18:38.570Z | Compiling openapiv3 v2.2.0 |
| 1948 | 2026-09-04T03:18:38.800Z | Compiling powerfmt v0.2.0 |
| 1949 | 2026-09-04T03:18:38.949Z | Compiling openssl-probe v0.2.1 |
| 1950 | 2026-09-04T03:18:39.072Z | Compiling num_threads v0.1.7 |
| 1951 | 2026-09-04T03:18:39.176Z | Compiling deranged v0.5.8 |
| 1952 | 2026-09-04T03:18:39.207Z | Compiling num-conv v0.2.2 |
| 1953 | 2026-09-04T03:18:39.229Z | Compiling time-core v0.1.9 |
| 1954 | 2026-09-04T03:18:39.379Z | Compiling cpufeatures v0.3.0 |
| 1955 | 2026-09-04T03:18:39.433Z | Compiling rustls-native-certs v0.8.4 |
| 1956 | 2026-09-04T03:18:39.456Z | Compiling camino v1.2.5 |
| 1957 | 2026-09-04T03:18:40.032Z | Compiling tempfile v3.27.0 |
| 1958 | 2026-09-04T03:18:40.223Z | Compiling time v0.3.55 |
| 1959 | 2026-09-04T03:18:40.285Z | Compiling futures-executor v0.3.34 |
| 1960 | 2026-09-04T03:18:40.792Z | Compiling winnow v1.0.4 |
| 1961 | 2026-09-04T03:18:40.845Z | Compiling futures v0.3.34 |
| 1962 | 2026-09-04T03:18:40.857Z | Compiling regex v1.13.1 |
| 1963 | 2026-09-04T03:18:40.931Z | Compiling rustls-platform-verifier v0.7.0 |
| 1964 | 2026-09-04T03:18:41.504Z | Compiling hyper-rustls v0.27.9 |
| 1965 | 2026-09-04T03:18:41.891Z | Compiling crossbeam-channel v0.5.16 |
| 1966 | 2026-09-04T03:18:42.284Z | Compiling scroll v0.13.0 |
| 1967 | 2026-09-04T03:18:42.297Z | Compiling hybrid-array v0.4.14 |
| 1968 | 2026-09-04T03:18:42.599Z | Compiling adler2 v2.0.1 |
| 1969 | 2026-09-04T03:18:42.603Z | Compiling simd-adler32 v0.3.10 |
| 1970 | 2026-09-04T03:18:42.622Z | Compiling goblin v0.10.7 |
| 1971 | 2026-09-04T03:18:42.775Z | Compiling miniz_oxide v0.8.9 |
| 1972 | 2026-09-04T03:18:42.834Z | Compiling crc32fast v1.5.0 |
| 1973 | 2026-09-04T03:18:43.094Z | Compiling reqwest v0.13.4 |
| 1974 | 2026-09-04T03:18:43.196Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1975 | 2026-09-04T03:18:43.468Z | Compiling thread_local v1.1.10 |
| 1976 | 2026-09-04T03:18:43.828Z | Compiling either v1.17.0 |
| 1977 | 2026-09-04T03:18:44.067Z | Compiling flate2 v1.1.9 |
| 1978 | 2026-09-04T03:18:44.242Z | Compiling crypto-common v0.2.2 |
| 1979 | 2026-09-04T03:18:44.632Z | Compiling block-buffer v0.12.1 |
| 1980 | 2026-09-04T03:18:44.823Z | Compiling crypto-common v0.1.7 |
| 1981 | 2026-09-04T03:18:44.983Z | Compiling dtrace-parser v0.3.0 |
| 1982 | 2026-09-04T03:18:45.235Z | Compiling rand_chacha v0.3.1 |
| 1983 | 2026-09-04T03:18:45.541Z | Compiling is-terminal v0.4.17 |
| 1984 | 2026-09-04T03:18:45.650Z | Compiling thread-id v5.1.0 |
| 1985 | 2026-09-04T03:18:45.742Z | Compiling take_mut v0.2.2 |
| 1986 | 2026-09-04T03:18:45.864Z | Compiling const-oid v0.10.2 |
| 1987 | 2026-09-04T03:18:45.867Z | Compiling match_cfg v0.1.0 |
| 1988 | 2026-09-04T03:18:45.953Z | Compiling dof v0.4.0 |
| 1989 | 2026-09-04T03:18:46.177Z | Compiling compression-core v0.4.32 |
| 1990 | 2026-09-04T03:18:46.361Z | Compiling term v1.2.1 |
| 1991 | 2026-09-04T03:18:47.567Z | Compiling debug-ignore v1.0.5 |
| 1992 | 2026-09-04T03:18:47.686Z | Compiling usdt-impl v0.6.0 |
| 1993 | 2026-09-04T03:18:48.284Z | Compiling slog-term v2.9.2 |
| 1994 | 2026-09-04T03:18:49.020Z | Compiling compression-codecs v0.4.38 |
| 1995 | 2026-09-04T03:18:49.468Z | Compiling digest v0.11.3 |
| 1996 | 2026-09-04T03:18:49.670Z | Compiling hostname v0.3.1 |
| 1997 | 2026-09-04T03:18:49.787Z | Compiling slog-async v2.8.0 |
| 1998 | 2026-09-04T03:18:49.836Z | Compiling rand v0.8.7 |
| 1999 | 2026-09-04T03:18:49.903Z | Compiling ref-cast v1.0.26 |
| 2000 | 2026-09-04T03:18:50.018Z | Compiling slog-json v2.6.1 |
| 2001 | 2026-09-04T03:18:50.296Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2002 | 2026-09-04T03:18:50.642Z | Compiling strum v0.26.3 |
| 2003 | 2026-09-04T03:18:50.783Z | Compiling macaddr v1.0.1 |
| 2004 | 2026-09-04T03:18:51.071Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2005 | 2026-09-04T03:18:51.089Z | Compiling serde_spanned v1.1.1 |
| 2006 | 2026-09-04T03:18:51.257Z | Compiling wait-timeout v0.2.1 |
| 2007 | 2026-09-04T03:18:51.494Z | Compiling memmap2 v0.9.11 |
| 2008 | 2026-09-04T03:18:51.612Z | Compiling encoding_rs v0.8.35 |
| 2009 | 2026-09-04T03:18:51.747Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2010 | 2026-09-04T03:18:51.805Z | Compiling quick-error v1.2.3 |
| 2011 | 2026-09-04T03:18:51.916Z | Compiling mime v0.3.17 |
| 2012 | 2026-09-04T03:18:52.014Z | Compiling bit-vec v0.8.0 |
| 2013 | 2026-09-04T03:18:52.040Z | Compiling spin v0.9.9 |
| 2014 | 2026-09-04T03:18:52.172Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2015 | 2026-09-04T03:18:52.322Z | Compiling bit-set v0.8.0 |
| 2016 | 2026-09-04T03:18:52.409Z | Compiling rusty-fork v0.3.1 |
| 2017 | 2026-09-04T03:18:52.525Z | Compiling usdt v0.6.0 |
| 2018 | 2026-09-04T03:18:53.222Z | Compiling multer v3.1.0 |
| 2019 | 2026-09-04T03:18:53.299Z | Compiling slog-bunyan v2.5.0 |
| 2020 | 2026-09-04T03:18:53.490Z | Compiling sha1 v0.11.0 |
| 2021 | 2026-09-04T03:18:53.947Z | Compiling async-compression v0.4.43 |
| 2022 | 2026-09-04T03:18:54.418Z | Compiling serde_with v3.22.0 |
| 2023 | 2026-09-04T03:18:54.457Z | Compiling async-stream v0.3.6 |
| 2024 | 2026-09-04T03:18:54.507Z | Compiling rand_xorshift v0.4.0 |
| 2025 | 2026-09-04T03:18:54.547Z | Compiling waitgroup v0.1.2 |
| 2026 | 2026-09-04T03:18:54.658Z | Compiling rustls-pemfile v2.2.0 |
| 2027 | 2026-09-04T03:18:54.672Z | Compiling serde_path_to_error v0.1.20 |
| 2028 | 2026-09-04T03:18:54.708Z | Compiling hostname v0.4.2 |
| 2029 | 2026-09-04T03:18:54.876Z | Compiling unarray v0.1.4 |
| 2030 | 2026-09-04T03:18:54.946Z | Compiling progenitor-client v0.14.0 |
| 2031 | 2026-09-04T03:18:55.001Z | Compiling dropshot v0.17.1 |
| 2032 | 2026-09-04T03:18:55.130Z | Compiling proptest v1.11.0 |
| 2033 | 2026-09-04T03:18:55.263Z | Compiling strum v0.27.2 |
| 2034 | 2026-09-04T03:18:55.402Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2035 | 2026-09-04T03:18:55.432Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2036 | 2026-09-04T03:18:55.557Z | Compiling iddqd v0.4.6 |
| 2037 | 2026-09-04T03:18:55.666Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2038 | 2026-09-04T03:18:55.977Z | Compiling block-buffer v0.10.4 |
| 2039 | 2026-09-04T03:18:55.997Z | Compiling reqwest v0.12.28 |
| 2040 | 2026-09-04T03:18:56.156Z | Compiling backon v1.6.0 |
| 2041 | 2026-09-04T03:18:56.416Z | Compiling instant v0.1.13 |
| 2042 | 2026-09-04T03:18:56.545Z | Compiling backoff v0.4.0 |
| 2043 | 2026-09-04T03:18:56.711Z | Compiling progenitor-extras v0.2.0 |
| 2044 | 2026-09-04T03:18:56.797Z | Compiling digest v0.10.7 |
| 2045 | 2026-09-04T03:18:56.975Z | Compiling parse-display v0.10.0 |
| 2046 | 2026-09-04T03:18:57.058Z | Compiling itertools v0.14.0 |
| 2047 | 2026-09-04T03:18:57.156Z | Compiling progenitor-client v0.10.0 |
| 2048 | 2026-09-04T03:18:57.479Z | Compiling regress v0.10.5 |
| 2049 | 2026-09-04T03:18:57.632Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2050 | 2026-09-04T03:18:57.846Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2051 | 2026-09-04T03:18:58.637Z | Compiling humantime v2.4.0 |
| 2052 | 2026-09-04T03:18:59.082Z | Compiling cpufeatures v0.2.17 |
| 2053 | 2026-09-04T03:18:59.168Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2054 | 2026-09-04T03:18:59.441Z | Compiling heck v0.5.0 |
| 2055 | 2026-09-04T03:19:00.365Z | Compiling unicode-width v0.2.2 |
| 2056 | 2026-09-04T03:19:00.712Z | Compiling secrecy v0.10.3 |
| 2057 | 2026-09-04T03:19:00.901Z | Compiling tinyvec_macros v0.1.1 |
| 2058 | 2026-09-04T03:19:00.976Z | Compiling tinyvec v1.12.0 |
| 2059 | 2026-09-04T03:19:01.188Z | Compiling num-integer v0.1.47 |
| 2060 | 2026-09-04T03:19:01.435Z | Compiling scroll v0.12.0 |
| 2061 | 2026-09-04T03:19:01.629Z | Compiling crucible-workspace-hack v0.1.0 |
| 2062 | 2026-09-04T03:19:01.712Z | Compiling hmac v0.12.1 |
| 2063 | 2026-09-04T03:19:01.715Z | Compiling regress v0.11.1 |
| 2064 | 2026-09-04T03:19:01.749Z | Compiling inout v0.1.4 |
| 2065 | 2026-09-04T03:19:01.875Z | Compiling ff v0.13.1 |
| 2066 | 2026-09-04T03:19:01.915Z | Compiling utf8parse v0.2.2 |
| 2067 | 2026-09-04T03:19:02.034Z | Compiling anstyle-parse v1.0.0 |
| 2068 | 2026-09-04T03:19:02.038Z | Compiling group v0.13.0 |
| 2069 | 2026-09-04T03:19:02.176Z | Compiling cipher v0.4.4 |
| 2070 | 2026-09-04T03:19:02.242Z | Compiling hkdf v0.12.4 |
| 2071 | 2026-09-04T03:19:02.281Z | Compiling goblin v0.8.2 |
| 2072 | 2026-09-04T03:19:02.416Z | Compiling num-iter v0.1.46 |
| 2073 | 2026-09-04T03:19:02.449Z | Compiling num-rational v0.4.2 |
| 2074 | 2026-09-04T03:19:02.550Z | Compiling zerocopy v0.7.35 |
| 2075 | 2026-09-04T03:19:03.193Z | Compiling universal-hash v0.5.1 |
| 2076 | 2026-09-04T03:19:03.352Z | Compiling crypto-bigint v0.5.5 |
| 2077 | 2026-09-04T03:19:03.621Z | Compiling typify-impl v0.6.2 |
| 2078 | 2026-09-04T03:19:04.311Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2079 | 2026-09-04T03:19:05.308Z | Compiling terminal_size v0.4.4 |
| 2080 | 2026-09-04T03:19:05.462Z | Compiling half v2.7.1 |
| 2081 | 2026-09-04T03:19:05.594Z | Compiling num-complex v0.4.6 |
| 2082 | 2026-09-04T03:19:05.829Z | Compiling anstyle-query v1.1.5 |
| 2083 | 2026-09-04T03:19:05.949Z | Compiling opaque-debug v0.3.1 |
| 2084 | 2026-09-04T03:19:06.029Z | Compiling anstyle v1.0.14 |
| 2085 | 2026-09-04T03:19:06.055Z | Compiling is_terminal_polyfill v1.70.2 |
| 2086 | 2026-09-04T03:19:06.167Z | Compiling base64ct v1.8.3 |
| 2087 | 2026-09-04T03:19:06.311Z | Compiling ciborium-io v0.2.2 |
| 2088 | 2026-09-04T03:19:06.421Z | Compiling base16ct v0.2.0 |
| 2089 | 2026-09-04T03:19:06.529Z | Compiling colorchoice v1.0.5 |
| 2090 | 2026-09-04T03:19:06.638Z | Compiling anstream v1.0.0 |
| 2091 | 2026-09-04T03:19:06.665Z | Compiling elliptic-curve v0.13.8 |
| 2092 | 2026-09-04T03:19:06.685Z | Compiling password-hash v0.5.0 |
| 2093 | 2026-09-04T03:19:06.984Z | Compiling ciborium-ll v0.2.2 |
| 2094 | 2026-09-04T03:19:07.151Z | Compiling poly1305 v0.8.0 |
| 2095 | 2026-09-04T03:19:07.293Z | Compiling num v0.4.3 |
| 2096 | 2026-09-04T03:19:07.378Z | Compiling curve25519-dalek v4.1.3 |
| 2097 | 2026-09-04T03:19:07.665Z | Compiling typify v0.6.2 |
| 2098 | 2026-09-04T03:19:07.786Z | Compiling dof v0.3.0 |
| 2099 | 2026-09-04T03:19:07.814Z | Compiling thiserror-no-std v2.0.2 |
| 2100 | 2026-09-04T03:19:07.904Z | Compiling chacha20 v0.9.1 |
| 2101 | 2026-09-04T03:19:08.162Z | Compiling crossbeam-epoch v0.9.20 |
| 2102 | 2026-09-04T03:19:08.758Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2103 | 2026-09-04T03:19:09.237Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2104 | 2026-09-04T03:19:10.118Z | Compiling blake2 v0.10.6 |
| 2105 | 2026-09-04T03:19:10.412Z | Compiling aead v0.5.2 |
| 2106 | 2026-09-04T03:19:10.616Z | Compiling byte-wrapper v0.1.0 |
| 2107 | 2026-09-04T03:19:10.621Z | Compiling dtrace-parser v0.2.0 |
| 2108 | 2026-09-04T03:19:10.754Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2109 | 2026-09-04T03:19:11.275Z | Compiling thread-id v4.2.2 |
| 2110 | 2026-09-04T03:19:11.375Z | Compiling keccak v0.1.6 |
| 2111 | 2026-09-04T03:19:11.499Z | Compiling float-ord v0.3.2 |
| 2112 | 2026-09-04T03:19:11.621Z | Compiling clap_lex v1.1.0 |
| 2113 | 2026-09-04T03:19:11.794Z | Compiling strsim v0.11.1 |
| 2114 | 2026-09-04T03:19:11.988Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2115 | 2026-09-04T03:19:12.015Z | Compiling clap_builder v4.6.6 |
| 2116 | 2026-09-04T03:19:12.113Z | Compiling sha3 v0.10.9 |
| 2117 | 2026-09-04T03:19:12.518Z | Compiling usdt-impl v0.5.0 |
| 2118 | 2026-09-04T03:19:12.618Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2119 | 2026-09-04T03:19:13.238Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2120 | 2026-09-04T03:19:15.400Z | Compiling chacha20poly1305 v0.10.1 |
| 2121 | 2026-09-04T03:19:15.562Z | Compiling argon2 v0.5.3 |
| 2122 | 2026-09-04T03:19:16.570Z | Compiling vsss-rs v3.3.4 |
| 2123 | 2026-09-04T03:19:16.904Z | Compiling ciborium v0.2.2 |
| 2124 | 2026-09-04T03:19:17.791Z | Compiling hash32 v0.3.1 |
| 2125 | 2026-09-04T03:19:17.879Z | Compiling memmap v0.7.0 |
| 2126 | 2026-09-04T03:19:17.962Z | Compiling indent_write v2.2.0 |
| 2127 | 2026-09-04T03:19:18.068Z | Compiling data-encoding v2.11.1 |
| 2128 | 2026-09-04T03:19:18.119Z | Compiling usdt v0.5.0 |
| 2129 | 2026-09-04T03:19:18.133Z | Compiling heapless v0.8.0 |
| 2130 | 2026-09-04T03:19:18.658Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2131 | 2026-09-04T03:19:18.791Z | Compiling ingot-types v0.1.2 |
| 2132 | 2026-09-04T03:19:19.092Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2133 | 2026-09-04T03:19:19.305Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2134 | 2026-09-04T03:19:19.368Z | Compiling clap v4.6.6 |
| 2135 | 2026-09-04T03:19:19.451Z | Compiling rustix v0.38.44 |
| 2136 | 2026-09-04T03:19:19.464Z | Compiling tabwriter v1.4.1 |
| 2137 | 2026-09-04T03:19:19.850Z | Compiling cobs v0.3.0 |
| 2138 | 2026-09-04T03:19:20.134Z | Compiling bitflags v1.3.2 |
| 2139 | 2026-09-04T03:19:20.224Z | Compiling managed v0.8.0 |
| 2140 | 2026-09-04T03:19:20.500Z | Compiling foreign-types-shared v0.3.1 |
| 2141 | 2026-09-04T03:19:20.604Z | Compiling colored v3.1.1 |
| 2142 | 2026-09-04T03:19:20.810Z | Compiling foreign-types v0.5.0 |
| 2143 | 2026-09-04T03:19:20.821Z | Compiling smoltcp v0.11.0 |
| 2144 | 2026-09-04T03:19:20.889Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2145 | 2026-09-04T03:19:21.244Z | Compiling postcard v1.1.3 |
| 2146 | 2026-09-04T03:19:21.637Z | Compiling ingot v0.1.1 |
| 2147 | 2026-09-04T03:19:22.999Z | Compiling num_enum v0.7.6 |
| 2148 | 2026-09-04T03:19:23.138Z | Compiling memoffset v0.9.1 |
| 2149 | 2026-09-04T03:19:23.177Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2150 | 2026-09-04T03:19:23.267Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2151 | 2026-09-04T03:19:23.313Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2152 | 2026-09-04T03:19:23.441Z | Compiling chacha20 v0.10.1 |
| 2153 | 2026-09-04T03:19:23.561Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2154 | 2026-09-04T03:19:23.756Z | Compiling serde_spanned v0.6.9 |
| 2155 | 2026-09-04T03:19:23.870Z | Compiling toml_datetime v0.6.11 |
| 2156 | 2026-09-04T03:19:23.929Z | Compiling cstr-argument v0.1.2 |
| 2157 | 2026-09-04T03:19:24.006Z | Compiling resolv-conf v0.7.6 |
| 2158 | 2026-09-04T03:19:24.104Z | Compiling swrite v0.1.0 |
| 2159 | 2026-09-04T03:19:24.116Z | Compiling unicode-segmentation v1.13.3 |
| 2160 | 2026-09-04T03:19:24.210Z | Compiling linked-hash-map v0.5.6 |
| 2161 | 2026-09-04T03:19:24.222Z | Compiling toml_write v0.1.2 |
| 2162 | 2026-09-04T03:19:24.261Z | Compiling winnow v0.7.15 |
| 2163 | 2026-09-04T03:19:24.434Z | Compiling static_assertions v1.1.0 |
| 2164 | 2026-09-04T03:19:24.477Z | Compiling newline-converter v0.3.0 |
| 2165 | 2026-09-04T03:19:24.515Z | Compiling lru-cache v0.1.2 |
| 2166 | 2026-09-04T03:19:24.620Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2167 | 2026-09-04T03:19:24.633Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2168 | 2026-09-04T03:19:24.655Z | Compiling rand v0.10.2 |
| 2169 | 2026-09-04T03:19:24.723Z | Compiling hubpack v0.1.2 |
| 2170 | 2026-09-04T03:19:24.983Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2171 | 2026-09-04T03:19:25.023Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2172 | 2026-09-04T03:19:25.118Z | Compiling nix v0.31.3 |
| 2173 | 2026-09-04T03:19:25.263Z | Compiling crossbeam-deque v0.8.7 |
| 2174 | 2026-09-04T03:19:25.472Z | Compiling atomicwrites v0.4.4 |
| 2175 | 2026-09-04T03:19:25.501Z | Compiling hickory-proto v0.24.4 |
| 2176 | 2026-09-04T03:19:25.743Z | Compiling console v0.16.4 |
| 2177 | 2026-09-04T03:19:26.182Z | Compiling toml_edit v0.22.27 |
| 2178 | 2026-09-04T03:19:26.359Z | Compiling itertools v0.12.1 |
| 2179 | 2026-09-04T03:19:27.085Z | Compiling camino-tempfile v1.4.1 |
| 2180 | 2026-09-04T03:19:27.501Z | Compiling serde-big-array v0.5.1 |
| 2181 | 2026-09-04T03:19:27.664Z | Compiling similar v3.2.0 |
| 2182 | 2026-09-04T03:19:27.746Z | Compiling lazy_static v1.5.0 |
| 2183 | 2026-09-04T03:19:27.854Z | Compiling siphasher v1.0.3 |
| 2184 | 2026-09-04T03:19:27.857Z | Compiling toml v0.8.23 |
| 2185 | 2026-09-04T03:19:28.076Z | Compiling phf_shared v0.12.1 |
| 2186 | 2026-09-04T03:19:28.309Z | Compiling pin-project v1.1.13 |
| 2187 | 2026-09-04T03:19:28.471Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2188 | 2026-09-04T03:19:29.219Z | Compiling expectorate v1.3.0 |
| 2189 | 2026-09-04T03:19:29.297Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2190 | 2026-09-04T03:19:29.450Z | Compiling hickory-resolver v0.24.4 |
| 2191 | 2026-09-04T03:19:30.792Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2192 | 2026-09-04T03:19:33.149Z | Compiling prettyplease v0.2.37 |
| 2193 | 2026-09-04T03:19:34.025Z | Compiling rayon-core v1.13.0 |
| 2194 | 2026-09-04T03:19:34.096Z | Compiling num_enum v0.5.11 |
| 2195 | 2026-09-04T03:19:34.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2196 | 2026-09-04T03:19:35.552Z | Compiling progenitor-impl v0.14.0 |
| 2197 | 2026-09-04T03:19:35.751Z | Compiling progenitor-impl v0.13.0 |
| 2198 | 2026-09-04T03:19:37.967Z | Compiling unicode-normalization v0.1.25 |
| 2199 | 2026-09-04T03:19:38.584Z | Compiling progenitor-client v0.13.0 |
| 2200 | 2026-09-04T03:19:38.848Z | Compiling tokio-stream v0.1.19 |
| 2201 | 2026-09-04T03:19:39.084Z | Compiling bstr v1.13.1 |
| 2202 | 2026-09-04T03:19:39.444Z | Compiling csv-core v0.1.13 |
| 2203 | 2026-09-04T03:19:39.804Z | Compiling highway v1.3.0 |
| 2204 | 2026-09-04T03:19:39.858Z | Compiling unicode-width v0.1.14 |
| 2205 | 2026-09-04T03:19:40.178Z | Compiling foreign-types-shared v0.1.1 |
| 2206 | 2026-09-04T03:19:40.279Z | Compiling konst_macro_rules v0.2.19 |
| 2207 | 2026-09-04T03:19:40.481Z | Compiling foldhash v0.1.5 |
| 2208 | 2026-09-04T03:19:40.497Z | Compiling same-file v1.0.6 |
| 2209 | 2026-09-04T03:19:40.681Z | Compiling jiff-core v0.1.0 |
| 2210 | 2026-09-04T03:19:40.717Z | Compiling hashbrown v0.15.5 |
| 2211 | 2026-09-04T03:19:40.966Z | Compiling walkdir v2.5.0 |
| 2212 | 2026-09-04T03:19:41.319Z | Compiling konst v0.2.20 |
| 2213 | 2026-09-04T03:19:41.562Z | Compiling foreign-types v0.3.2 |
| 2214 | 2026-09-04T03:19:41.575Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2215 | 2026-09-04T03:19:41.653Z | Compiling jiff v0.2.35 |
| 2216 | 2026-09-04T03:19:41.729Z | Compiling csv v1.4.0 |
| 2217 | 2026-09-04T03:19:42.612Z | Compiling globset v0.4.20 |
| 2218 | 2026-09-04T03:19:42.699Z | Compiling qorb v0.4.1 |
| 2219 | 2026-09-04T03:19:44.835Z | Compiling snafu v0.8.9 |
| 2220 | 2026-09-04T03:19:45.409Z | Compiling progenitor v0.13.0 |
| 2221 | 2026-09-04T03:19:45.561Z | Compiling olpc-cjson v0.1.4 |
| 2222 | 2026-09-04T03:19:47.012Z | Compiling progenitor v0.14.0 |
| 2223 | 2026-09-04T03:19:47.080Z | Compiling rayon v1.12.0 |
| 2224 | 2026-09-04T03:19:47.080Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2225 | 2026-09-04T03:19:47.080Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2226 | 2026-09-04T03:19:49.039Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2227 | 2026-09-04T03:19:49.107Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2228 | 2026-09-04T03:19:51.314Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2229 | 2026-09-04T03:19:52.613Z | Compiling phf v0.12.1 |
| 2230 | 2026-09-04T03:19:52.789Z | Compiling openssl-sys v0.9.117 |
| 2231 | 2026-09-04T03:19:53.114Z | Compiling tokio-dtrace v0.1.1 |
| 2232 | 2026-09-04T03:19:53.259Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2233 | 2026-09-04T03:19:53.476Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2234 | 2026-09-04T03:19:53.571Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2235 | 2026-09-04T03:19:53.671Z | Compiling libsw-core v0.3.2 |
| 2236 | 2026-09-04T03:19:53.937Z | Compiling pem v3.0.6 |
| 2237 | 2026-09-04T03:19:54.721Z | Compiling serde_plain v1.0.2 |
| 2238 | 2026-09-04T03:19:54.872Z | Compiling sigpipe v0.1.3 |
| 2239 | 2026-09-04T03:19:54.937Z | Compiling fixedbitset v0.5.7 |
| 2240 | 2026-09-04T03:19:54.937Z | Compiling fixedbitset v0.4.2 |
| 2241 | 2026-09-04T03:19:55.627Z | Compiling minimal-lexical v0.2.1 |
| 2242 | 2026-09-04T03:19:55.682Z | Compiling typed-path v0.9.3 |
| 2243 | 2026-09-04T03:19:55.682Z | Compiling bytecount v0.6.9 |
| 2244 | 2026-09-04T03:19:55.682Z | Compiling glob v0.3.4 |
| 2245 | 2026-09-04T03:19:55.682Z | Compiling petgraph v0.8.3 |
| 2246 | 2026-09-04T03:19:55.704Z | Compiling papergrid v0.11.0 |
| 2247 | 2026-09-04T03:19:55.704Z | Compiling nom v7.1.3 |
| 2248 | 2026-09-04T03:19:56.284Z | Compiling tough v0.22.0 |
| 2249 | 2026-09-04T03:19:56.513Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2250 | 2026-09-04T03:19:57.216Z | Compiling petgraph v0.6.5 |
| 2251 | 2026-09-04T03:19:57.776Z | Compiling openssl v0.10.81 |
| 2252 | 2026-09-04T03:19:58.092Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2253 | 2026-09-04T03:19:58.446Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2254 | 2026-09-04T03:19:58.938Z | Compiling libsw v3.5.0 |
| 2255 | 2026-09-04T03:19:59.114Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2256 | 2026-09-04T03:19:59.132Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2257 | 2026-09-04T03:19:59.390Z | Compiling oxide-tokio-rt v0.1.6 |
| 2258 | 2026-09-04T03:19:59.413Z | Compiling zone v0.3.1 |
| 2259 | 2026-09-04T03:20:00.030Z | Compiling chrono-tz v0.10.4 |
| 2260 | 2026-09-04T03:20:00.869Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2261 | 2026-09-04T03:20:01.220Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2262 | 2026-09-04T03:20:01.386Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2263 | 2026-09-04T03:20:01.423Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2264 | 2026-09-04T03:20:01.624Z | Compiling newtype_derive v0.1.6 |
| 2265 | 2026-09-04T03:20:01.817Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-09-04T03:20:02.063Z | Compiling slog-dtrace v0.3.0 |
| 2267 | 2026-09-04T03:20:03.017Z | Compiling cancel-safe-futures v0.1.5 |
| 2268 | 2026-09-04T03:20:03.133Z | Compiling const_format v0.2.36 |
| 2269 | 2026-09-04T03:20:03.709Z | Compiling owo-colors v4.3.0 |
| 2270 | 2026-09-04T03:20:03.755Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2271 | 2026-09-04T03:20:04.100Z | Compiling gethostname v0.5.0 |
| 2272 | 2026-09-04T03:20:04.241Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2273 | 2026-09-04T03:20:04.516Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2274 | 2026-09-04T03:20:04.632Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2275 | 2026-09-04T03:20:04.644Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2276 | 2026-09-04T03:20:04.738Z | Compiling bcs v0.1.6 |
| 2277 | 2026-09-04T03:20:04.931Z | Compiling smf v0.2.3 |
| 2278 | 2026-09-04T03:20:05.132Z | Compiling smawk v0.3.3 |
| 2279 | 2026-09-04T03:20:05.267Z | Compiling linear-map v1.2.0 |
| 2280 | 2026-09-04T03:20:05.281Z | Compiling tagptr v0.2.0 |
| 2281 | 2026-09-04T03:20:05.392Z | Compiling whoami v1.6.1 |
| 2282 | 2026-09-04T03:20:05.462Z | Compiling termtree v0.5.1 |
| 2283 | 2026-09-04T03:20:05.506Z | Compiling unicode-linebreak v0.1.5 |
| 2284 | 2026-09-04T03:20:05.621Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2285 | 2026-09-04T03:20:05.788Z | Compiling textwrap v0.16.2 |
| 2286 | 2026-09-04T03:20:05.866Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-09-04T03:20:06.185Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2288 | 2026-09-04T03:20:07.384Z | Compiling moka v0.12.16 |
| 2289 | 2026-09-04T03:20:07.622Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2290 | 2026-09-04T03:20:08.735Z | Compiling tabled v0.15.0 |
| 2291 | 2026-09-04T03:20:09.517Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2292 | 2026-09-04T03:20:09.825Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2293 | 2026-09-04T03:20:10.551Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2294 | 2026-09-04T03:20:11.146Z | Compiling steno v0.4.1 |
| 2295 | 2026-09-04T03:20:11.333Z | Compiling cookie v0.18.2 |
| 2296 | 2026-09-04T03:20:12.836Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2297 | 2026-09-04T03:20:15.000Z | Compiling hickory-proto v0.25.2 |
| 2298 | 2026-09-04T03:20:17.481Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2299 | 2026-09-04T03:20:17.676Z | Compiling hickory-resolver v0.25.2 |
| 2300 | 2026-09-04T03:20:18.105Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2301 | 2026-09-04T03:20:19.374Z | Compiling arc-swap v1.9.2 |
| 2302 | 2026-09-04T03:20:19.795Z | Compiling slog-scope v4.4.1 |
| 2303 | 2026-09-04T03:20:19.817Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2304 | 2026-09-04T03:20:20.133Z | Compiling libscf-sys v1.2.0 |
| 2305 | 2026-09-04T03:20:20.287Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2306 | 2026-09-04T03:20:20.959Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2307 | 2026-09-04T03:20:21.130Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2308 | 2026-09-04T03:20:21.846Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2309 | 2026-09-04T03:20:21.957Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2310 | 2026-09-04T03:20:24.583Z | Compiling slog-stdlog v4.1.1 |
| 2311 | 2026-09-04T03:20:24.636Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2312 | 2026-09-04T03:20:24.636Z | Compiling slog-envlogger v2.2.0 |
| 2313 | 2026-09-04T03:20:24.636Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2314 | 2026-09-04T03:20:24.636Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2315 | 2026-09-04T03:20:25.127Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2316 | 2026-09-04T03:20:32.208Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2317 | 2026-09-04T03:20:34.436Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2318 | 2026-09-04T03:20:37.017Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2319 | 2026-09-04T03:20:44.965Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2320 | 2026-09-04T03:20:48.865Z | Finished `release` profile [optimized] target(s) in 2m 29s |
| 2321 | 2026-09-04T03:20:48.967Z | Running unittests src/lib.rs (target/release/deps/mg_tests-a94cfb196ef4718d) |
| 2322 | 2026-09-04T03:20:49.009Z | |
| 2323 | 2026-09-04T03:20:49.009Z | running 1 test |
| 2324 | 2026-09-04T03:20:49.132Z | configure zone |
| 2325 | 2026-09-04T03:20:49.154Z | install zone |
| 2326 | 2026-09-04T03:20:58.301Z | boot zone |
| 2327 | 2026-09-04T03:20:58.354Z | start zone s1 |
| 2328 | 2026-09-04T03:20:58.354Z | configure zone |
| 2329 | 2026-09-04T03:20:58.354Z | install zone |
| 2330 | 2026-09-04T03:20:59.881Z | boot zone |
| 2331 | 2026-09-04T03:21:00.018Z | start zone s2 |
| 2332 | 2026-09-04T03:21:00.018Z | configure zone |
| 2333 | 2026-09-04T03:21:00.034Z | install zone |
| 2334 | 2026-09-04T03:21:02.033Z | boot zone |
| 2335 | 2026-09-04T03:21:02.160Z | start zone t1 |
| 2336 | 2026-09-04T03:21:02.160Z | configure zone |
| 2337 | 2026-09-04T03:21:02.264Z | install zone |
| 2338 | 2026-09-04T03:21:04.393Z | boot zone |
| 2339 | 2026-09-04T03:21:04.514Z | waiting for zones to come up |
| 2340 | 2026-09-04T03:21:14.517Z | [sidecar.trio] svcs milestone/network |
| 2341 | 2026-09-04T03:21:14.545Z | STATE STIME FMRI |
| 2342 | 2026-09-04T03:21:14.545Z | online 3:20:57 svc:/milestone/network:default |
| 2343 | 2026-09-04T03:21:14.545Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
| 2344 | 2026-09-04T03:21:14.552Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
| 2345 | 2026-09-04T03:21:14.577Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
| 2346 | 2026-09-04T03:21:14.614Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
| 2347 | 2026-09-04T03:21:14.614Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2348 | 2026-09-04T03:21:14.657Z | |
| 2349 | 2026-09-04T03:21:14.658Z | running zone s1.trio setup |
| 2350 | 2026-09-04T03:21:14.658Z | [s1.trio] svcs milestone/network |
| 2351 | 2026-09-04T03:21:14.658Z | STATE STIME FMRI |
| 2352 | 2026-09-04T03:21:14.658Z | online 3:20:59 svc:/milestone/network:default |
| 2353 | 2026-09-04T03:21:14.658Z | [s1.trio] dladm |
| 2354 | 2026-09-04T03:21:14.682Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2355 | 2026-09-04T03:21:14.682Z | sl0 simnet 9000 up -- ? |
| 2356 | 2026-09-04T03:21:14.682Z | mg2 vnic 9000 up -- ? |
| 2357 | 2026-09-04T03:21:14.682Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
| 2358 | 2026-09-04T03:21:15.116Z | |
| 2359 | 2026-09-04T03:21:15.116Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
| 2360 | 2026-09-04T03:21:15.146Z | |
| 2361 | 2026-09-04T03:21:15.146Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2362 | 2026-09-04T03:21:15.180Z | |
| 2363 | 2026-09-04T03:21:15.180Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
| 2364 | 2026-09-04T03:21:15.240Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
| 2365 | 2026-09-04T03:21:15.330Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 2e2467f7-4526-4241-9ee0-1e9ccafd6866 --sled-uuid b8e2c47a-05b7-4251-ae3e-cd2a82def901 -a sl0/v6 &> /opt/ddmd.log & |
| 2366 | 2026-09-04T03:21:15.451Z | |
| 2367 | 2026-09-04T03:21:15.451Z | running zone s2.trio setup |
| 2368 | 2026-09-04T03:21:15.451Z | [s2.trio] svcs milestone/network |
| 2369 | 2026-09-04T03:21:15.451Z | STATE STIME FMRI |
| 2370 | 2026-09-04T03:21:15.451Z | online 3:21:01 svc:/milestone/network:default |
| 2371 | 2026-09-04T03:21:15.451Z | [s2.trio] dladm |
| 2372 | 2026-09-04T03:21:15.470Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2373 | 2026-09-04T03:21:15.470Z | sl1 simnet 9000 up -- ? |
| 2374 | 2026-09-04T03:21:15.470Z | mg3 vnic 9000 up -- ? |
| 2375 | 2026-09-04T03:21:15.470Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
| 2376 | 2026-09-04T03:21:15.804Z | |
| 2377 | 2026-09-04T03:21:15.804Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
| 2378 | 2026-09-04T03:21:15.813Z | |
| 2379 | 2026-09-04T03:21:15.813Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2380 | 2026-09-04T03:21:15.820Z | |
| 2381 | 2026-09-04T03:21:15.820Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
| 2382 | 2026-09-04T03:21:15.873Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
| 2383 | 2026-09-04T03:21:15.910Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid acdea65b-db89-46ce-aa0a-89d8bba4ba32 --sled-uuid 9d0893c6-d34c-469d-8e91-c67ef35f7e22 -a sl1/v6 &> /opt/ddmd.log & |
| 2384 | 2026-09-04T03:21:15.949Z | |
| 2385 | 2026-09-04T03:21:15.950Z | running zone t1.trio setup |
| 2386 | 2026-09-04T03:21:15.950Z | [t1.trio] svcs milestone/network |
| 2387 | 2026-09-04T03:21:15.970Z | STATE STIME FMRI |
| 2388 | 2026-09-04T03:21:15.971Z | online 3:21:03 svc:/milestone/network:default |
| 2389 | 2026-09-04T03:21:15.971Z | [t1.trio] dladm |
| 2390 | 2026-09-04T03:21:15.971Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2391 | 2026-09-04T03:21:15.971Z | tfportrear0_0 simnet 9000 up -- ? |
| 2392 | 2026-09-04T03:21:15.971Z | tfportrear1_0 simnet 9000 up -- ? |
| 2393 | 2026-09-04T03:21:15.971Z | mg1 vnic 9000 up -- ? |
| 2394 | 2026-09-04T03:21:15.971Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
| 2395 | 2026-09-04T03:21:16.492Z | |
| 2396 | 2026-09-04T03:21:16.492Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2397 | 2026-09-04T03:21:16.530Z | |
| 2398 | 2026-09-04T03:21:16.530Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2399 | 2026-09-04T03:21:16.562Z | |
| 2400 | 2026-09-04T03:21:16.562Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2401 | 2026-09-04T03:21:16.562Z | |
| 2402 | 2026-09-04T03:21:16.562Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
| 2403 | 2026-09-04T03:21:16.809Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
| 2404 | 2026-09-04T03:21:16.847Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
| 2405 | 2026-09-04T03:21:16.849Z | waiting 3s for copy of files to zone to complete ... |
| 2406 | 2026-09-04T03:21:19.807Z | [t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2407 | 2026-09-04T03:21:19.950Z | |
| 2408 | 2026-09-04T03:21:19.950Z | [t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2409 | 2026-09-04T03:21:20.094Z | |
| 2410 | 2026-09-04T03:21:20.094Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
| 2411 | 2026-09-04T03:21:20.131Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
| 2412 | 2026-09-04T03:21:20.175Z | [t1.trio] svcadm disable dendrite |
| 2413 | 2026-09-04T03:21:20.176Z | |
| 2414 | 2026-09-04T03:21:20.176Z | [t1.trio] svcadm disable tfport |
| 2415 | 2026-09-04T03:21:20.228Z | |
| 2416 | 2026-09-04T03:21:20.228Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2417 | 2026-09-04T03:21:20.259Z | |
| 2418 | 2026-09-04T03:21:20.259Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
| 2419 | 2026-09-04T03:21:20.259Z | |
| 2420 | 2026-09-04T03:21:20.259Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2421 | 2026-09-04T03:21:20.289Z | |
| 2422 | 2026-09-04T03:21:20.289Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2423 | 2026-09-04T03:21:20.289Z | |
| 2424 | 2026-09-04T03:21:20.289Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
| 2425 | 2026-09-04T03:21:20.407Z | |
| 2426 | 2026-09-04T03:21:20.407Z | [t1.trio] svcadm refresh dendrite:default |
| 2427 | 2026-09-04T03:21:20.455Z | |
| 2428 | 2026-09-04T03:21:20.455Z | [t1.trio] svcadm enable dendrite:default |
| 2429 | 2026-09-04T03:21:20.455Z | |
| 2430 | 2026-09-04T03:21:20.455Z | wait 10s for dendrite to come up ... |
| 2431 | 2026-09-04T03:21:30.333Z | [t1.trio] svccfg -s tfport setprop config/pkt_source = none |
| 2432 | 2026-09-04T03:21:30.403Z | |
| 2433 | 2026-09-04T03:21:30.403Z | [t1.trio] svccfg -s tfport setprop config/flags = --sync-only |
| 2434 | 2026-09-04T03:21:32.124Z | |
| 2435 | 2026-09-04T03:21:32.124Z | [t1.trio] svcadm refresh tfport:default |
| 2436 | 2026-09-04T03:21:32.124Z | |
| 2437 | 2026-09-04T03:21:32.124Z | [t1.trio] svcadm enable tfport |
| 2438 | 2026-09-04T03:21:32.124Z | |
| 2439 | 2026-09-04T03:21:32.124Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 926c01c9-cb72-4eb4-8d8b-24045ff4f9fe --sled-uuid 156492ca-23e9-4c2c-9379-577a63e9bedc -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2440 | 2026-09-04T03:21:32.126Z | |
| 2441 | 2026-09-04T03:21:32.126Z | [t1.trio] ipadm |
| 2442 | 2026-09-04T03:21:32.126Z | ADDROBJ TYPE STATE ADDR |
| 2443 | 2026-09-04T03:21:32.126Z | lo0/v4 static ok 127.0.0.1/8 |
| 2444 | 2026-09-04T03:21:32.126Z | mg1/v4 static ok 10.0.0.3/24 |
| 2445 | 2026-09-04T03:21:32.126Z | lo0/v6 static ok ::1/128 |
| 2446 | 2026-09-04T03:21:32.126Z | lo0/u6 static ok fd00:3::1/64 |
| 2447 | 2026-09-04T03:21:32.126Z | tfportrear0_0/v6 addrconf ok fe80::9c2a:8dff:fe84:2a95%tfportrear0_0/10 |
| 2448 | 2026-09-04T03:21:32.126Z | tfportrear1_0/v6 addrconf ok fe80::2466:cff:fe53:fff9%tfportrear1_0/10 |
| 2449 | 2026-09-04T03:21:32.544Z | initial peering test passed |
| 2450 | 2026-09-04T03:21:33.570Z | advertise from one passed |
| 2451 | 2026-09-04T03:21:34.580Z | advertise from two passed |
| 2452 | 2026-09-04T03:21:34.580Z | [s1.trio] ping fd00:2::1 |
| 2453 | 2026-09-04T03:21:34.600Z | fd00:2::1 is alive |
| 2454 | 2026-09-04T03:21:34.600Z | [s2.trio] ping fd00:1::1 |
| 2455 | 2026-09-04T03:21:34.600Z | fd00:1::1 is alive |
| 2456 | 2026-09-04T03:21:34.600Z | connectivity test passed |
| 2457 | 2026-09-04T03:21:34.600Z | [t1.trio] pkill ddmd |
| 2458 | 2026-09-04T03:21:34.600Z | |
| 2459 | 2026-09-04T03:21:40.601Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 159c03d5-21be-4026-a2af-57f288ace1d5 --sled-uuid 9f402edc-d308-4d56-bedf-08fbdc07c2e1 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2460 | 2026-09-04T03:21:40.615Z | |
| 2461 | 2026-09-04T03:21:40.615Z | [t1.trio] ipadm |
| 2462 | 2026-09-04T03:21:41.923Z | ADDROBJ TYPE STATE ADDR |
| 2463 | 2026-09-04T03:21:41.924Z | lo0/v4 static ok 127.0.0.1/8 |
| 2464 | 2026-09-04T03:21:41.924Z | mg1/v4 static ok 10.0.0.3/24 |
| 2465 | 2026-09-04T03:21:41.924Z | lo0/v6 static ok ::1/128 |
| 2466 | 2026-09-04T03:21:41.924Z | lo0/u6 static ok fd00:3::1/64 |
| 2467 | 2026-09-04T03:21:41.924Z | tfportrear0_0/v6 addrconf ok fe80::9c2a:8dff:fe84:2a95%tfportrear0_0/10 |
| 2468 | 2026-09-04T03:21:41.924Z | tfportrear1_0/v6 addrconf ok fe80::2466:cff:fe53:fff9%tfportrear1_0/10 |
| 2469 | 2026-09-04T03:21:43.699Z | [s1.trio] ping fd00:2::1 |
| 2470 | 2026-09-04T03:21:43.752Z | fd00:2::1 is alive |
| 2471 | 2026-09-04T03:21:43.752Z | [s2.trio] ping fd00:1::1 |
| 2472 | 2026-09-04T03:21:43.752Z | fd00:1::1 is alive |
| 2473 | 2026-09-04T03:21:43.752Z | transit router restart passed |
| 2474 | 2026-09-04T03:21:43.752Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2475 | 2026-09-04T03:21:43.752Z | local v6: |
| 2476 | 2026-09-04T03:21:43.752Z | fe80::9c2a:8dff:fe84:2a95 |
| 2477 | 2026-09-04T03:21:43.752Z | fe80::2466:cff:fe53:fff9 |
| 2478 | 2026-09-04T03:21:43.752Z | local v4: |
| 2479 | 2026-09-04T03:21:43.752Z | router v6_idx: |
| 2480 | 2026-09-04T03:21:43.752Z | fd00:1::/64 -> 0 |
| 2481 | 2026-09-04T03:21:43.752Z | fd00:2::/64 -> 1 |
| 2482 | 2026-09-04T03:21:43.752Z | router v6_routes: |
| 2483 | 2026-09-04T03:21:43.752Z | 1 -> fe80::9463:93ff:fef9:e7d5 (2) |
| 2484 | 2026-09-04T03:21:43.752Z | 0 -> fe80::1cf1:e8ff:fe3c:16c8 (1) |
| 2485 | 2026-09-04T03:21:43.753Z | router v4_idx: |
| 2486 | 2026-09-04T03:21:43.753Z | router v4_routes: |
| 2487 | 2026-09-04T03:21:43.753Z | resolver v4: |
| 2488 | 2026-09-04T03:21:43.753Z | 10.0.0.3 -> 02:08:20:cc:9c:8d |
| 2489 | 2026-09-04T03:21:43.753Z | 10.0.0.254 -> 02:08:20:bd:39:39 |
| 2490 | 2026-09-04T03:21:43.753Z | resolver v6: |
| 2491 | 2026-09-04T03:21:43.753Z | fe80::9c2a:8dff:fe84:2a95 -> 9e:2a:8d:84:2a:95 |
| 2492 | 2026-09-04T03:21:43.753Z | fe80::9463:93ff:fef9:e7d5 -> 96:63:93:f9:e7:d5 |
| 2493 | 2026-09-04T03:21:43.753Z | fe80::2466:cff:fe53:fff9 -> 26:66:0c:53:ff:f9 |
| 2494 | 2026-09-04T03:21:43.753Z | fe80::1cf1:e8ff:fe3c:16c8 -> 1e:f1:e8:3c:16:c8 |
| 2495 | 2026-09-04T03:21:43.753Z | nat v4: |
| 2496 | 2026-09-04T03:21:43.753Z | nat_v6: |
| 2497 | 2026-09-04T03:21:43.753Z | port_mac: |
| 2498 | 2026-09-04T03:21:43.753Z | 2: a8:40:25:35:a6:c5 |
| 2499 | 2026-09-04T03:21:43.753Z | 1: a8:40:25:35:a6:c4 |
| 2500 | 2026-09-04T03:21:43.753Z | proxy arp: |
| 2501 | 2026-09-04T03:21:43.753Z | [s1.trio] pkill ddmd |
| 2502 | 2026-09-04T03:21:43.753Z | |
| 2503 | 2026-09-04T03:21:48.676Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2504 | 2026-09-04T03:21:48.689Z | local v6: |
| 2505 | 2026-09-04T03:21:48.689Z | fe80::9c2a:8dff:fe84:2a95 |
| 2506 | 2026-09-04T03:21:48.689Z | fe80::2466:cff:fe53:fff9 |
| 2507 | 2026-09-04T03:21:48.689Z | local v4: |
| 2508 | 2026-09-04T03:21:48.689Z | router v6_idx: |
| 2509 | 2026-09-04T03:21:48.689Z | fd00:2::/64 -> 1 |
| 2510 | 2026-09-04T03:21:48.689Z | router v6_routes: |
| 2511 | 2026-09-04T03:21:48.689Z | 1 -> fe80::9463:93ff:fef9:e7d5 (2) |
| 2512 | 2026-09-04T03:21:48.689Z | router v4_idx: |
| 2513 | 2026-09-04T03:21:48.689Z | router v4_routes: |
| 2514 | 2026-09-04T03:21:48.689Z | resolver v4: |
| 2515 | 2026-09-04T03:21:48.689Z | 10.0.0.3 -> 02:08:20:cc:9c:8d |
| 2516 | 2026-09-04T03:21:48.689Z | 10.0.0.254 -> 02:08:20:bd:39:39 |
| 2517 | 2026-09-04T03:21:48.689Z | resolver v6: |
| 2518 | 2026-09-04T03:21:48.689Z | fe80::9c2a:8dff:fe84:2a95 -> 9e:2a:8d:84:2a:95 |
| 2519 | 2026-09-04T03:21:48.689Z | fe80::9463:93ff:fef9:e7d5 -> 96:63:93:f9:e7:d5 |
| 2520 | 2026-09-04T03:21:48.690Z | fe80::2466:cff:fe53:fff9 -> 26:66:0c:53:ff:f9 |
| 2521 | 2026-09-04T03:21:48.690Z | fe80::1cf1:e8ff:fe3c:16c8 -> 1e:f1:e8:3c:16:c8 |
| 2522 | 2026-09-04T03:21:48.690Z | nat v4: |
| 2523 | 2026-09-04T03:21:48.691Z | nat_v6: |
| 2524 | 2026-09-04T03:21:48.691Z | port_mac: |
| 2525 | 2026-09-04T03:21:48.691Z | 2: a8:40:25:35:a6:c5 |
| 2526 | 2026-09-04T03:21:48.691Z | 1: a8:40:25:35:a6:c4 |
| 2527 | 2026-09-04T03:21:48.691Z | proxy arp: |
| 2528 | 2026-09-04T03:21:48.691Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d929be29-0ce8-49da-9c3c-c58f5835380f --sled-uuid 79065572-f4b8-4664-aa5b-c6f92f2e4d21 -a sl0/v6 &> /opt/ddmd.log & |
| 2529 | 2026-09-04T03:21:48.709Z | |
| 2530 | 2026-09-04T03:21:48.992Z | test ddm::test_trio_v3 has been running for over 60 seconds |
| 2531 | 2026-09-04T03:21:51.707Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2532 | 2026-09-04T03:21:51.736Z | local v6: |
| 2533 | 2026-09-04T03:21:51.736Z | fe80::9c2a:8dff:fe84:2a95 |
| 2534 | 2026-09-04T03:21:51.737Z | fe80::2466:cff:fe53:fff9 |
| 2535 | 2026-09-04T03:21:51.737Z | local v4: |
| 2536 | 2026-09-04T03:21:51.737Z | router v6_idx: |
| 2537 | 2026-09-04T03:21:51.737Z | fd00:1::/64 -> 0 |
| 2538 | 2026-09-04T03:21:51.737Z | fd00:2::/64 -> 1 |
| 2539 | 2026-09-04T03:21:51.737Z | router v6_routes: |
| 2540 | 2026-09-04T03:21:51.737Z | 1 -> fe80::9463:93ff:fef9:e7d5 (2) |
| 2541 | 2026-09-04T03:21:51.737Z | 0 -> fe80::1cf1:e8ff:fe3c:16c8 (1) |
| 2542 | 2026-09-04T03:21:51.738Z | router v4_idx: |
| 2543 | 2026-09-04T03:21:51.738Z | router v4_routes: |
| 2544 | 2026-09-04T03:21:51.738Z | resolver v4: |
| 2545 | 2026-09-04T03:21:51.738Z | 10.0.0.3 -> 02:08:20:cc:9c:8d |
| 2546 | 2026-09-04T03:21:51.738Z | 10.0.0.254 -> 02:08:20:bd:39:39 |
| 2547 | 2026-09-04T03:21:51.738Z | resolver v6: |
| 2548 | 2026-09-04T03:21:51.738Z | fe80::9c2a:8dff:fe84:2a95 -> 9e:2a:8d:84:2a:95 |
| 2549 | 2026-09-04T03:21:51.738Z | fe80::9463:93ff:fef9:e7d5 -> 96:63:93:f9:e7:d5 |
| 2550 | 2026-09-04T03:21:51.738Z | fe80::2466:cff:fe53:fff9 -> 26:66:0c:53:ff:f9 |
| 2551 | 2026-09-04T03:21:51.738Z | fe80::1cf1:e8ff:fe3c:16c8 -> 1e:f1:e8:3c:16:c8 |
| 2552 | 2026-09-04T03:21:51.739Z | nat v4: |
| 2553 | 2026-09-04T03:21:51.739Z | nat_v6: |
| 2554 | 2026-09-04T03:21:51.739Z | port_mac: |
| 2555 | 2026-09-04T03:21:51.739Z | 2: a8:40:25:35:a6:c5 |
| 2556 | 2026-09-04T03:21:51.739Z | 1: a8:40:25:35:a6:c4 |
| 2557 | 2026-09-04T03:21:51.739Z | proxy arp: |
| 2558 | 2026-09-04T03:21:51.756Z | [s2.trio] netstat -nr -f inet6 |
| 2559 | 2026-09-04T03:21:51.756Z | Routing Table: IPv6 |
| 2560 | 2026-09-04T03:21:51.756Z | Destination/Mask Gateway Flags Ref Use If |
| 2561 | 2026-09-04T03:21:51.757Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2562 | 2026-09-04T03:21:51.757Z | ::1 ::1 UH 2 0 lo0 |
| 2563 | 2026-09-04T03:21:51.757Z | fd00:1::/64 fe80::2466:cff:fe53:fff9 UG 1 0 sl1 |
| 2564 | 2026-09-04T03:21:51.757Z | fe80::/10 fe80::9463:93ff:fef9:e7d5 U 3 64 sl1 |
| 2565 | 2026-09-04T03:21:51.757Z | [s2.trio] ipadm |
| 2566 | 2026-09-04T03:21:51.757Z | ADDROBJ TYPE STATE ADDR |
| 2567 | 2026-09-04T03:21:51.757Z | lo0/v4 static ok 127.0.0.1/8 |
| 2568 | 2026-09-04T03:21:51.757Z | mg3/v4 static ok 10.0.0.2/24 |
| 2569 | 2026-09-04T03:21:51.757Z | lo0/v6 static ok ::1/128 |
| 2570 | 2026-09-04T03:21:51.757Z | lo0/u6 static ok fd00:2::1/64 |
| 2571 | 2026-09-04T03:21:51.758Z | sl1/v6 addrconf ok fe80::9463:93ff:fef9:e7d5%sl1/10 |
| 2572 | 2026-09-04T03:21:51.758Z | [s2.trio] route -nv get -inet6 fd00:1::1 |
| 2573 | 2026-09-04T03:21:51.768Z | newrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC> |
| 2574 | 2026-09-04T03:21:51.768Z | locks: inits: |
| 2575 | 2026-09-04T03:21:51.768Z | sockaddrs: <DST,IFP> |
| 2576 | 2026-09-04T03:21:51.769Z | fd00:1::1 |
| 2577 | 2026-09-04T03:21:51.769Z | route to: fd00:1::1 |
| 2578 | 2026-09-04T03:21:51.769Z | destination: fd00:1:: |
| 2579 | 2026-09-04T03:21:51.769Z | mask: ffff:ffff:ffff:ffff:: |
| 2580 | 2026-09-04T03:21:51.769Z | gateway: fe80::2466:cff:fe53:fff9 |
| 2581 | 2026-09-04T03:21:51.769Z | interface: sl1 index 3 address 96 63 93 f9 e7 d5 |
| 2582 | 2026-09-04T03:21:51.770Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2583 | 2026-09-04T03:21:51.770Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2584 | 2026-09-04T03:21:51.770Z | 0 0 0 0 0 0 9000 0 |
| 2585 | 2026-09-04T03:21:51.770Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2586 | 2026-09-04T03:21:51.770Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2587 | 2026-09-04T03:21:51.770Z | fd00:1:: fe80::2466:cff:fe53:fff9 ffff:ffff:ffff:ffff:: sl1:96.63.93.f9.e7.d5 fe80::9463:93ff:fef9:e7d5 |
| 2588 | 2026-09-04T03:21:51.770Z | [s2.trio] ndp -na |
| 2589 | 2026-09-04T03:21:51.770Z | Net to Media Table: IPv6 |
| 2590 | 2026-09-04T03:21:51.770Z | If Physical Address Type State Destination/Mask |
| 2591 | 2026-09-04T03:21:51.770Z | ----- ----------------- ------- ------------ --------------------------- |
| 2592 | 2026-09-04T03:21:51.770Z | sl1 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2593 | 2026-09-04T03:21:51.770Z | sl1 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2594 | 2026-09-04T03:21:51.770Z | sl1 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2595 | 2026-09-04T03:21:51.770Z | sl1 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2596 | 2026-09-04T03:21:51.770Z | sl1 26:66:0c:53:ff:f9 dynamic REACHABLE fe80::2466:cff:fe53:fff9 |
| 2597 | 2026-09-04T03:21:51.770Z | sl1 33:33:ff:53:ff:f9 other REACHABLE ff02::1:ff53:fff9 |
| 2598 | 2026-09-04T03:21:51.770Z | sl1 96:63:93:f9:e7:d5 local REACHABLE fe80::9463:93ff:fef9:e7d5 |
| 2599 | 2026-09-04T03:21:51.771Z | sl1 33:33:ff:f9:e7:d5 other REACHABLE ff02::1:fff9:e7d5 |
| 2600 | 2026-09-04T03:21:51.771Z | sl1 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2601 | 2026-09-04T03:21:51.771Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2602 | 2026-09-04T03:21:51.809Z | local v6: |
| 2603 | 2026-09-04T03:21:51.809Z | fe80::9c2a:8dff:fe84:2a95 |
| 2604 | 2026-09-04T03:21:51.809Z | fe80::2466:cff:fe53:fff9 |
| 2605 | 2026-09-04T03:21:51.809Z | local v4: |
| 2606 | 2026-09-04T03:21:51.809Z | router v6_idx: |
| 2607 | 2026-09-04T03:21:51.809Z | fd00:1::/64 -> 0 |
| 2608 | 2026-09-04T03:21:51.809Z | fd00:2::/64 -> 1 |
| 2609 | 2026-09-04T03:21:51.809Z | router v6_routes: |
| 2610 | 2026-09-04T03:21:51.809Z | 1 -> fe80::9463:93ff:fef9:e7d5 (2) |
| 2611 | 2026-09-04T03:21:51.811Z | 0 -> fe80::1cf1:e8ff:fe3c:16c8 (1) |
| 2612 | 2026-09-04T03:21:51.811Z | router v4_idx: |
| 2613 | 2026-09-04T03:21:51.811Z | router v4_routes: |
| 2614 | 2026-09-04T03:21:51.811Z | resolver v4: |
| 2615 | 2026-09-04T03:21:51.811Z | 10.0.0.3 -> 02:08:20:cc:9c:8d |
| 2616 | 2026-09-04T03:21:51.811Z | 10.0.0.254 -> 02:08:20:bd:39:39 |
| 2617 | 2026-09-04T03:21:51.811Z | resolver v6: |
| 2618 | 2026-09-04T03:21:51.811Z | fe80::9c2a:8dff:fe84:2a95 -> 9e:2a:8d:84:2a:95 |
| 2619 | 2026-09-04T03:21:51.811Z | fe80::9463:93ff:fef9:e7d5 -> 96:63:93:f9:e7:d5 |
| 2620 | 2026-09-04T03:21:51.812Z | fe80::2466:cff:fe53:fff9 -> 26:66:0c:53:ff:f9 |
| 2621 | 2026-09-04T03:21:51.813Z | fe80::1cf1:e8ff:fe3c:16c8 -> 1e:f1:e8:3c:16:c8 |
| 2622 | 2026-09-04T03:21:51.813Z | nat v4: |
| 2623 | 2026-09-04T03:21:51.814Z | nat_v6: |
| 2624 | 2026-09-04T03:21:51.814Z | port_mac: |
| 2625 | 2026-09-04T03:21:51.816Z | 2: a8:40:25:35:a6:c5 |
| 2626 | 2026-09-04T03:21:51.816Z | 1: a8:40:25:35:a6:c4 |
| 2627 | 2026-09-04T03:21:51.816Z | proxy arp: |
| 2628 | 2026-09-04T03:21:51.816Z | [t1.trio] /opt/oxide/dendrite/bin/swadm route list |
| 2629 | 2026-09-04T03:21:51.853Z | Subnet Port Link Gateway Vlan |
| 2630 | 2026-09-04T03:21:51.853Z | fd00:1::/64 rear0 0 fe80::1cf1:e8ff:fe3c:16c8 |
| 2631 | 2026-09-04T03:21:51.853Z | fd00:2::/64 rear1 0 fe80::9463:93ff:fef9:e7d5 |
| 2632 | 2026-09-04T03:21:51.853Z | [t1.trio] /opt/oxide/dendrite/bin/swadm arp list |
| 2633 | 2026-09-04T03:21:51.853Z | host mac age |
| 2634 | 2026-09-04T03:21:51.853Z | 10.0.0.3 02:08:20:cc:9c:8d 21s |
| 2635 | 2026-09-04T03:21:51.853Z | 10.0.0.254 02:08:20:bd:39:39 18s |
| 2636 | 2026-09-04T03:21:51.853Z | fe80::1cf1:e8ff:fe3c:16c8 1e:f1:e8:3c:16:c8 20s |
| 2637 | 2026-09-04T03:21:51.853Z | fe80::2466:cff:fe53:fff9 26:66:0c:53:ff:f9 21s |
| 2638 | 2026-09-04T03:21:51.853Z | fe80::9463:93ff:fef9:e7d5 96:63:93:f9:e7:d5 20s |
| 2639 | 2026-09-04T03:21:51.854Z | fe80::9c2a:8dff:fe84:2a95 9e:2a:8d:84:2a:95 21s |
| 2640 | 2026-09-04T03:21:51.854Z | [t1.trio] /opt/oxide/dendrite/bin/swadm addr list |
| 2641 | 2026-09-04T03:21:51.868Z | Link IPv4 IPv6 |
| 2642 | 2026-09-04T03:21:51.868Z | rear0/0 fe80::9c2a:8dff:fe84:2a95 |
| 2643 | 2026-09-04T03:21:51.868Z | rear1/0 fe80::2466:cff:fe53:fff9 |
| 2644 | 2026-09-04T03:21:51.868Z | [s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2 |
| 2645 | 2026-09-04T03:21:53.111Z | ADDROBJ TYPE STATE ADDR |
| 2646 | 2026-09-04T03:21:53.111Z | lo0/v4 static ok 127.0.0.1/8 |
| 2647 | 2026-09-04T03:21:53.111Z | mg2/v4 static ok 10.0.0.1/24 |
| 2648 | 2026-09-04T03:21:53.111Z | lo0/v6 static ok ::1/128 |
| 2649 | 2026-09-04T03:21:53.111Z | lo0/u6 static ok fd00:1::1/64 |
| 2650 | 2026-09-04T03:21:53.111Z | sl0/v6 addrconf ok fe80::1cf1:e8ff:fe3c:16c8%sl0/10 |
| 2651 | 2026-09-04T03:21:53.111Z | newrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC> |
| 2652 | 2026-09-04T03:21:53.111Z | locks: inits: |
| 2653 | 2026-09-04T03:21:53.111Z | sockaddrs: <DST,IFP> |
| 2654 | 2026-09-04T03:21:53.111Z | fd00:2::1 |
| 2655 | 2026-09-04T03:21:53.111Z | route to: fd00:2::1 |
| 2656 | 2026-09-04T03:21:53.111Z | destination: fd00:2:: |
| 2657 | 2026-09-04T03:21:53.111Z | mask: ffff:ffff:ffff:ffff:: |
| 2658 | 2026-09-04T03:21:53.111Z | gateway: fe80::9c2a:8dff:fe84:2a95 |
| 2659 | 2026-09-04T03:21:53.111Z | interface: sl0 index 3 address 1e f1 e8 3c 16 c8 |
| 2660 | 2026-09-04T03:21:53.111Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2661 | 2026-09-04T03:21:53.111Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2662 | 2026-09-04T03:21:53.112Z | 0 0 0 0 0 0 9000 0 |
| 2663 | 2026-09-04T03:21:53.112Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2664 | 2026-09-04T03:21:53.112Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2665 | 2026-09-04T03:21:53.112Z | fd00:2:: fe80::9c2a:8dff:fe84:2a95 ffff:ffff:ffff:ffff:: sl0:1e.f1.e8.3c.16.c8 fe80::1cf1:e8ff:fe3c:16c8 |
| 2666 | 2026-09-04T03:21:53.112Z | |
| 2667 | 2026-09-04T03:21:53.112Z | Net to Media Table: IPv6 |
| 2668 | 2026-09-04T03:21:53.112Z | If Physical Address Type State Destination/Mask |
| 2669 | 2026-09-04T03:21:53.112Z | ----- ----------------- ------- ------------ --------------------------- |
| 2670 | 2026-09-04T03:21:53.112Z | sl0 9e:2a:8d:84:2a:95 dynamic REACHABLE fe80::9c2a:8dff:fe84:2a95 |
| 2671 | 2026-09-04T03:21:53.112Z | sl0 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2672 | 2026-09-04T03:21:53.112Z | sl0 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2673 | 2026-09-04T03:21:53.112Z | sl0 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2674 | 2026-09-04T03:21:53.112Z | sl0 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2675 | 2026-09-04T03:21:53.112Z | sl0 33:33:ff:84:2a:95 other REACHABLE ff02::1:ff84:2a95 |
| 2676 | 2026-09-04T03:21:53.112Z | sl0 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2677 | 2026-09-04T03:21:53.112Z | sl0 33:33:ff:3c:16:c8 other REACHABLE ff02::1:ff3c:16c8 |
| 2678 | 2026-09-04T03:21:53.112Z | sl0 1e:f1:e8:3c:16:c8 local REACHABLE fe80::1cf1:e8ff:fe3c:16c8 |
| 2679 | 2026-09-04T03:21:53.112Z | |
| 2680 | 2026-09-04T03:21:53.112Z | |
| 2681 | 2026-09-04T03:21:53.112Z | Routing Table: IPv6 |
| 2682 | 2026-09-04T03:21:53.112Z | Destination/Mask Gateway Flags Ref Use If |
| 2683 | 2026-09-04T03:21:53.112Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2684 | 2026-09-04T03:21:53.113Z | ::1 ::1 UH 2 0 lo0 |
| 2685 | 2026-09-04T03:21:53.113Z | fd00:2::/64 fe80::9c2a:8dff:fe84:2a95 UG 2 2 sl0 |
| 2686 | 2026-09-04T03:21:53.113Z | fe80::/10 fe80::1cf1:e8ff:fe3c:16c8 U 3 64 sl0 |
| 2687 | 2026-09-04T03:21:53.113Z | PING fd00:2::1 (fd00:2::1): 60 data bytes |
| 2688 | 2026-09-04T03:21:53.113Z | 68 bytes from fd00:2::1: icmp_seq=0. time=0.229 ms |
| 2689 | 2026-09-04T03:21:53.113Z | 68 bytes from fd00:2::1: icmp_seq=1. time=0.157 ms |
| 2690 | 2026-09-04T03:21:53.113Z | |
| 2691 | 2026-09-04T03:21:53.113Z | ----fd00:2::1 PING Statistics---- |
| 2692 | 2026-09-04T03:21:53.113Z | 2 packets transmitted, 2 packets received, 0% packet loss |
| 2693 | 2026-09-04T03:21:53.113Z | round-trip (ms) min/avg/max/stddev = 0.157/0.193/0.229/0.051 |
| 2694 | 2026-09-04T03:21:53.113Z | [s2.trio] ping fd00:1::1 |
| 2695 | 2026-09-04T03:21:53.196Z | fd00:1::1 is alive |
| 2696 | 2026-09-04T03:21:53.196Z | server router restart passed |
| 2697 | 2026-09-04T03:21:56.884Z | peer expiration recovery passed |
| 2698 | 2026-09-04T03:21:57.993Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
| 2699 | 2026-09-04T03:21:58.189Z | 3 |
| 2700 | 2026-09-04T03:21:58.189Z | redundant advertise passed |
| 2701 | 2026-09-04T03:21:59.454Z | tunnel endpoint advertise passed |
| 2702 | 2026-09-04T03:22:03.899Z | redundant tunnel endpoint advertise passed |
| 2703 | 2026-09-04T03:22:03.899Z | [s1.trio] pkill ddmd |
| 2704 | 2026-09-04T03:22:03.941Z | |
| 2705 | 2026-09-04T03:22:08.932Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 517949c8-b485-4088-9e77-031081a20c63 --sled-uuid 87240834-d0a7-4da2-98c7-525c0fc37490 -a sl0/v6 &> /opt/ddmd.log & |
| 2706 | 2026-09-04T03:22:09.009Z | |
| 2707 | 2026-09-04T03:22:14.090Z | tunnel router restart passed |
| 2708 | 2026-09-04T03:22:14.984Z | tunnel endpoint withdraw passed |
| 2709 | 2026-09-04T03:22:15.032Z | [t1.trio] pkill ddmd |
| 2710 | 2026-09-04T03:22:15.032Z | |
| 2711 | 2026-09-04T03:22:15.032Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
| 2712 | 2026-09-04T03:22:15.032Z | cp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log |
| 2713 | 2026-09-04T03:22:16.899Z | [s2.trio] pkill ddmd |
| 2714 | 2026-09-04T03:22:17.138Z | |
| 2715 | 2026-09-04T03:22:17.138Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
| 2716 | 2026-09-04T03:22:18.701Z | [s1.trio] pkill ddmd |
| 2717 | 2026-09-04T03:22:18.743Z | |
| 2718 | 2026-09-04T03:22:18.743Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
| 2719 | 2026-09-04T03:22:21.170Z | [sidecar.trio] pkill softnpu |
| 2720 | 2026-09-04T03:22:21.218Z | |
| 2721 | 2026-09-04T03:22:21.218Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
| 2722 | 2026-09-04T03:22:23.710Z | test ddm::test_trio_v3 ... ok |
| 2723 | 2026-09-04T03:22:23.710Z | |
| 2724 | 2026-09-04T03:22:23.710Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 94.73s |
| 2725 | 2026-09-04T03:22:23.710Z | |
| 2726 | 2026-09-04T03:22:23.801Z | + cleanup |
| 2727 | 2026-09-04T03:22:23.869Z | ++ id -un |
| 2728 | 2026-09-04T03:22:23.869Z | ++ id -gn |
| 2729 | 2026-09-04T03:22:23.869Z | + pfexec chown -R build:build . |
| 2730 | 2026-09-04T03:22:23.918Z | process exited: duration 529860 ms, exit code 0 |
| |
| 2731 | 2026-09-04T03:22:23.988Z | found 5 output files |
| 2732 | 2026-09-04T03:22:23.989Z | uploading: /work/s1.trio.log (3898 bytes) |
| 2733 | 2026-09-04T03:22:25.111Z | uploaded: /work/s1.trio.log |
| 2734 | 2026-09-04T03:22:25.111Z | uploading: /work/s2.trio.log (9985 bytes) |
| 2735 | 2026-09-04T03:22:26.287Z | uploaded: /work/s2.trio.log |
| 2736 | 2026-09-04T03:22:26.306Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
| 2737 | 2026-09-04T03:22:28.829Z | uploaded: /work/sidecar.trio-softnpu.log |
| 2738 | 2026-09-04T03:22:28.829Z | uploading: /work/t1.trio-dpd.log (559892 bytes) |
| 2739 | 2026-09-04T03:22:29.987Z | uploaded: /work/t1.trio-dpd.log |
| 2740 | 2026-09-04T03:22:29.988Z | uploading: /work/t1.trio.log (25596 bytes) |
| 2741 | 2026-09-04T03:22:31.050Z | uploaded: /work/t1.trio.log |