|
|
|
| 1 | 2026-08-18T22:08:28.293Z | job assigned to worker 01M0BEMV7MGZDVM3WSNN4R846V [factory aws, i-0d3400675e0083403] (queued for 1 m 7 s) |
| |
| 2 | 2026-08-18T22:08:34.414Z | starting task 0: "setup" |
| 3 | 2026-08-18T22:08:34.421Z | ++ uname -s |
| 4 | 2026-08-18T22:08:34.426Z | + kern=SunOS |
| 5 | 2026-08-18T22:08:34.426Z | + build_user=build |
| 6 | 2026-08-18T22:08:34.426Z | + build_uid=12345 |
| 7 | 2026-08-18T22:08:34.426Z | + work_dir=/work |
| 8 | 2026-08-18T22:08:34.426Z | + input_dir=/input |
| 9 | 2026-08-18T22:08:34.427Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-18T22:08:34.427Z | + case "$kern" in |
| 11 | 2026-08-18T22:08:34.427Z | + groupadd -g 12345 build |
| 12 | 2026-08-18T22:08:34.427Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-18T22:08:36.431Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-18T22:08:36.540Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-18T22:08:36.544Z | + home_fs=zfs |
| 16 | 2026-08-18T22:08:36.544Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-18T22:08:36.544Z | + mkdir -p /home/build |
| 18 | 2026-08-18T22:08:36.544Z | + chown build:build /home/build /work |
| 19 | 2026-08-18T22:08:38.544Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-18T22:08:38.547Z | process exited: duration 4131 ms, exit code 0 |
| |
| 21 | 2026-08-18T22:08:38.553Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-18T22:08:38.559Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-18T22:08:38.559Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-18T22:08:38.559Z | * rust toolchain profile = "default" |
| 25 | 2026-08-18T22:08:38.559Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-18T22:08:38.559Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-18T22:08:38.559Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-18T22:08:38.562Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-18T22:08:38.562Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-18T22:08:38.663Z | info: downloading installer |
| 31 | 2026-08-18T22:08:40.110Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-18T22:08:40.110Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-18T22:08:40.110Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-18T22:08:40.110Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-18T22:08:40.123Z | info: profile set to default |
| 36 | 2026-08-18T22:08:40.123Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-18T22:08:40.126Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-18T22:08:40.273Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-18T22:08:40.276Z | info: downloading 6 components |
| 40 | 2026-08-18T22:08:55.521Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-18T22:08:55.521Z | |
| 42 | 2026-08-18T22:08:55.554Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-18T22:08:55.555Z | |
| 44 | 2026-08-18T22:08:55.555Z | |
| 45 | 2026-08-18T22:08:55.555Z | Rust is installed now. Great! |
| 46 | 2026-08-18T22:08:55.555Z | |
| 47 | 2026-08-18T22:08:55.555Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-18T22:08:55.555Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-18T22:08:55.555Z | |
| 50 | 2026-08-18T22:08:55.555Z | To configure your current shell, you need to source |
| 51 | 2026-08-18T22:08:55.555Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-18T22:08:55.555Z | |
| 53 | 2026-08-18T22:08:55.555Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-18T22:08:55.558Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-18T22:08:55.558Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-18T22:08:55.560Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-18T22:08:55.560Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-18T22:08:55.560Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-18T22:08:55.560Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-18T22:08:55.560Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-18T22:08:55.560Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-18T22:08:55.653Z | + rustup --version |
| 63 | 2026-08-18T22:08:55.662Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-18T22:08:55.665Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-18T22:08:55.683Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-18T22:08:55.687Z | + cargo --version |
| 67 | 2026-08-18T22:08:55.700Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-18T22:08:55.703Z | + rustc --version |
| 69 | 2026-08-18T22:08:55.722Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-18T22:08:55.725Z | process exited: duration 17170 ms, exit code 0 |
| |
| 71 | 2026-08-18T22:08:55.734Z | starting task 2: "authentication" |
| 72 | 2026-08-18T22:08:55.750Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-18T22:08:55.758Z | starting task 3: "clone repository" |
| 74 | 2026-08-18T22:08:55.761Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-18T22:08:55.764Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-18T22:08:55.794Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-18T22:08:57.886Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-18T22:08:57.886Z | + git fetch origin dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 79 | 2026-08-18T22:08:58.179Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-18T22:08:58.179Z | * branch dbbeeabef5052148fb64580adbe9e5b2c36c1425 -> FETCH_HEAD |
| 81 | 2026-08-18T22:08:58.185Z | + [[ -n spr/trey/add-ddm_apply-api-endpoint ]] |
| 82 | 2026-08-18T22:08:58.189Z | ++ git branch --show-current |
| 83 | 2026-08-18T22:08:58.189Z | + current=main |
| 84 | 2026-08-18T22:08:58.189Z | + [[ main != spr/trey/add-ddm_apply-api-endpoint ]] |
| 85 | 2026-08-18T22:08:58.189Z | + git branch -f spr/trey/add-ddm_apply-api-endpoint dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 86 | 2026-08-18T22:08:58.192Z | + git checkout -f spr/trey/add-ddm_apply-api-endpoint |
| 87 | 2026-08-18T22:08:58.211Z | Switched to branch 'spr/trey/add-ddm_apply-api-endpoint' |
| 88 | 2026-08-18T22:08:58.215Z | + git reset --hard dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 89 | 2026-08-18T22:08:58.219Z | HEAD is now at dbbeeab Add ddm_apply API endpoint Signed-off-by: Trey Aspelund <trey@oxidecomputer.com> |
| 90 | 2026-08-18T22:08:58.219Z | process exited: duration 2460 ms, exit code 0 |
| |
| 91 | 2026-08-18T22:08:58.229Z | starting task 4: "build" |
| 92 | 2026-08-18T22:08:58.239Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 93 | 2026-08-18T22:08:58.388Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 94 | 2026-08-18T22:08:58.424Z | info: downloading 6 components |
| 95 | 2026-08-18T22:09:13.520Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 96 | 2026-08-18T22:09:13.549Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-18T22:09:13.555Z | ++ dladm |
| 98 | 2026-08-18T22:09:13.560Z | LINK CLASS MTU STATE BRIDGE OVER |
| 99 | 2026-08-18T22:09:13.560Z | ena0 phys 9216 up -- -- |
| 100 | 2026-08-18T22:09:13.565Z | ++ ipadm |
| 101 | 2026-08-18T22:09:13.565Z | ADDROBJ TYPE STATE ADDR |
| 102 | 2026-08-18T22:09:13.565Z | lo0/v4 static ok 127.0.0.1/8 |
| 103 | 2026-08-18T22:09:13.565Z | ena0/dhcp dhcp ok 10.150.1.8/24 |
| 104 | 2026-08-18T22:09:13.565Z | lo0/v6 static ok ::1/128 |
| 105 | 2026-08-18T22:09:13.565Z | ++ banner collect |
| 106 | 2026-08-18T22:09:13.580Z | |
| 107 | 2026-08-18T22:09:13.580Z | #### #### # # ###### #### ##### |
| 108 | 2026-08-18T22:09:13.580Z | # # # # # # # # # # |
| 109 | 2026-08-18T22:09:13.581Z | # # # # # ##### # # |
| 110 | 2026-08-18T22:09:13.581Z | # # # # # # # # |
| 111 | 2026-08-18T22:09:13.581Z | # # # # # # # # # # |
| 112 | 2026-08-18T22:09:13.581Z | #### #### ###### ###### ###### #### # |
| 113 | 2026-08-18T22:09:13.581Z | |
| 114 | 2026-08-18T22:09:13.581Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 115 | 2026-08-18T22:09:13.581Z | ++ repo=softnpu |
| 116 | 2026-08-18T22:09:13.581Z | ++ series=image |
| 117 | 2026-08-18T22:09:13.581Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 118 | 2026-08-18T22:09:13.583Z | ++ name=softnpu |
| 119 | 2026-08-18T22:09:13.583Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 120 | 2026-08-18T22:09:13.583Z | ++ mkdir -p download |
| 121 | 2026-08-18T22:09:13.583Z | ++ pushd download |
| 122 | 2026-08-18T22:09:13.583Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 123 | 2026-08-18T22:09:13.584Z | ++ [[ ! -f softnpu ]] |
| 124 | 2026-08-18T22:09:13.584Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 125 | 2026-08-18T22:09:13.589Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 126 | 2026-08-18T22:09:13.589Z | Dload Upload Total Spent Left Speed |
| 127 | 2026-08-18T22:09:14.750Z |
0 0 0 0 0 0 0 0 0
0 15.63M 0 3900 0 0 3876 0 1:10:30 00:01 1:10:29 3877
100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877
100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877
100 15.63M 100 15.63M 0 0 13.29M 0 00:01 00:01 3877 |
| 128 | 2026-08-18T22:09:14.755Z | ++ popd |
| 129 | 2026-08-18T22:09:14.755Z | /work/oxidecomputer/maghemite |
| 130 | 2026-08-18T22:09:14.755Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 131 | 2026-08-18T22:09:14.756Z | ++ repo=sidecar-lite |
| 132 | 2026-08-18T22:09:14.756Z | ++ series=release |
| 133 | 2026-08-18T22:09:14.756Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 134 | 2026-08-18T22:09:14.756Z | ++ name=libsidecar_lite.so |
| 135 | 2026-08-18T22:09:14.756Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 136 | 2026-08-18T22:09:14.756Z | ++ mkdir -p download |
| 137 | 2026-08-18T22:09:14.756Z | ++ pushd download |
| 138 | 2026-08-18T22:09:14.756Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 139 | 2026-08-18T22:09:14.756Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 140 | 2026-08-18T22:09:14.756Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 141 | 2026-08-18T22:09:14.762Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 142 | 2026-08-18T22:09:14.762Z | Dload Upload Total Spent Left Speed |
| 143 | 2026-08-18T22:09:15.137Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 31.78M 0 0
100 12.04M 100 12.04M 0 0 31.78M 0 0
100 12.04M 100 12.04M 0 0 31.78M 0 0 |
| 144 | 2026-08-18T22:09:15.142Z | ++ popd |
| 145 | 2026-08-18T22:09:15.143Z | /work/oxidecomputer/maghemite |
| 146 | 2026-08-18T22:09:15.143Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 147 | 2026-08-18T22:09:15.143Z | ++ repo=sidecar-lite |
| 148 | 2026-08-18T22:09:15.143Z | ++ series=release |
| 149 | 2026-08-18T22:09:15.143Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 150 | 2026-08-18T22:09:15.143Z | ++ name=scadm |
| 151 | 2026-08-18T22:09:15.143Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 152 | 2026-08-18T22:09:15.143Z | ++ mkdir -p download |
| 153 | 2026-08-18T22:09:15.143Z | ++ pushd download |
| 154 | 2026-08-18T22:09:15.143Z | ++ [[ ! -f scadm ]] |
| 155 | 2026-08-18T22:09:15.143Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 156 | 2026-08-18T22:09:15.143Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 157 | 2026-08-18T22:09:15.147Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 158 | 2026-08-18T22:09:15.147Z | Dload Upload Total Spent Left Speed |
| 159 | 2026-08-18T22:09:15.559Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 38.35M 0 0
100 15.78M 100 15.78M 0 0 38.34M 0 0
100 15.78M 100 15.78M 0 0 38.34M 0 0 |
| 160 | 2026-08-18T22:09:15.563Z | ++ popd |
| 161 | 2026-08-18T22:09:15.566Z | /work/oxidecomputer/maghemite |
| 162 | 2026-08-18T22:09:15.566Z | ++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz |
| 163 | 2026-08-18T22:09:15.566Z | ++ repo=dendrite |
| 164 | 2026-08-18T22:09:15.566Z | ++ series=image |
| 165 | 2026-08-18T22:09:15.566Z | ++ commit=803f6899e3bc64780a965d625e248e1d77e37d43 |
| 166 | 2026-08-18T22:09:15.566Z | ++ name=dendrite-softnpu.tar.gz |
| 167 | 2026-08-18T22:09:15.566Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 168 | 2026-08-18T22:09:15.566Z | ++ mkdir -p download |
| 169 | 2026-08-18T22:09:15.566Z | ++ pushd download |
| 170 | 2026-08-18T22:09:15.566Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 171 | 2026-08-18T22:09:15.566Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 172 | 2026-08-18T22:09:15.566Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz |
| 173 | 2026-08-18T22:09:15.574Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 174 | 2026-08-18T22:09:15.574Z | Dload Upload Total Spent Left Speed |
| 175 | 2026-08-18T22:09:16.403Z |
0 0 0 0 0 0 0 0 0
100 61.61M 100 61.61M 0 0 74.23M 0 0
100 61.61M 100 61.61M 0 0 74.22M 0 0
100 61.61M 100 61.61M 0 0 74.22M 0 0 |
| 176 | 2026-08-18T22:09:16.408Z | ++ popd |
| 177 | 2026-08-18T22:09:16.408Z | /work/oxidecomputer/maghemite |
| 178 | 2026-08-18T22:09:16.408Z | ++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddm |
| 179 | 2026-08-18T22:09:16.408Z | ++ repo=maghemite |
| 180 | 2026-08-18T22:09:16.408Z | ++ series=release |
| 181 | 2026-08-18T22:09:16.408Z | ++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 182 | 2026-08-18T22:09:16.408Z | ++ name=ddm |
| 183 | 2026-08-18T22:09:16.408Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 184 | 2026-08-18T22:09:16.408Z | ++ mkdir -p download |
| 185 | 2026-08-18T22:09:16.414Z | ++ pushd download |
| 186 | 2026-08-18T22:09:16.414Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 187 | 2026-08-18T22:09:16.414Z | ++ [[ ! -f ddm ]] |
| 188 | 2026-08-18T22:09:16.414Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddm |
| 189 | 2026-08-18T22:09:16.419Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 190 | 2026-08-18T22:09:16.419Z | Dload Upload Total Spent Left Speed |
| 191 | 2026-08-18T22:09:16.471Z |
0 0 0 0 0 0 0 0 0 |
| 192 | 2026-08-18T22:09:16.475Z | curl: (22) The requested URL returned error: 404 |
| 193 | 2026-08-18T22:09:16.475Z | ++ popd |
| 194 | 2026-08-18T22:09:16.475Z | /work/oxidecomputer/maghemite |
| 195 | 2026-08-18T22:09:16.475Z | ++ get_artifact maghemite release dbbeeabef5052148fb64580adbe9e5b2c36c1425 ddmadm |
| 196 | 2026-08-18T22:09:16.475Z | ++ repo=maghemite |
| 197 | 2026-08-18T22:09:16.476Z | ++ series=release |
| 198 | 2026-08-18T22:09:16.476Z | ++ commit=dbbeeabef5052148fb64580adbe9e5b2c36c1425 |
| 199 | 2026-08-18T22:09:16.476Z | ++ name=ddmadm |
| 200 | 2026-08-18T22:09:16.476Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 201 | 2026-08-18T22:09:16.476Z | ++ mkdir -p download |
| 202 | 2026-08-18T22:09:16.476Z | ++ pushd download |
| 203 | 2026-08-18T22:09:16.476Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 204 | 2026-08-18T22:09:16.476Z | ++ [[ ! -f ddmadm ]] |
| 205 | 2026-08-18T22:09:16.476Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/dbbeeabef5052148fb64580adbe9e5b2c36c1425/ddmadm |
| 206 | 2026-08-18T22:09:16.480Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 207 | 2026-08-18T22:09:16.480Z | Dload Upload Total Spent Left Speed |
| 208 | 2026-08-18T22:09:16.538Z |
0 0 0 0 0 0 0 0 0 |
| 209 | 2026-08-18T22:09:16.538Z | curl: (22) The requested URL returned error: 404 |
| 210 | 2026-08-18T22:09:16.542Z | /work/oxidecomputer/maghemite |
| 211 | 2026-08-18T22:09:16.543Z | ++ popd |
| 212 | 2026-08-18T22:09:16.543Z | ++ pushd download |
| 213 | 2026-08-18T22:09:16.543Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 214 | 2026-08-18T22:09:16.543Z | ++ chmod +x softnpu |
| 215 | 2026-08-18T22:09:16.543Z | ++ chmod +x scadm |
| 216 | 2026-08-18T22:09:16.543Z | ++ chmod +x ddmadm |
| 217 | 2026-08-18T22:09:16.543Z | chmod: WARNING: can't access ddmadm |
| 218 | 2026-08-18T22:09:16.543Z | ++ chmod +x ddmd |
| 219 | 2026-08-18T22:09:16.543Z | chmod: WARNING: can't access ddmd |
| 220 | 2026-08-18T22:09:16.543Z | ++ mv ddmadm ddmadm-v2 |
| 221 | 2026-08-18T22:09:16.543Z | mv: cannot access ddmadm |
| 222 | 2026-08-18T22:09:16.543Z | ++ mv ddmd ddmd-v2 |
| 223 | 2026-08-18T22:09:16.547Z | mv: cannot access ddmd |
| 224 | 2026-08-18T22:09:16.547Z | ++ rm -rf zones/dendrite |
| 225 | 2026-08-18T22:09:16.547Z | ++ mkdir -p zones/dendrite |
| 226 | 2026-08-18T22:09:16.547Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 227 | 2026-08-18T22:09:17.140Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml |
| 228 | 2026-08-18T22:09:17.145Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 229 | 2026-08-18T22:09:17.145Z | ++ popd |
| 230 | 2026-08-18T22:09:17.145Z | /work/oxidecomputer/maghemite |
| 231 | 2026-08-18T22:09:17.145Z | ++ banner install |
| 232 | 2026-08-18T22:09:17.145Z | |
| 233 | 2026-08-18T22:09:17.145Z | # # # #### ##### ## # # |
| 234 | 2026-08-18T22:09:17.145Z | # ## # # # # # # # |
| 235 | 2026-08-18T22:09:17.145Z | # # # # #### # # # # # |
| 236 | 2026-08-18T22:09:17.145Z | # # # # # # ###### # # |
| 237 | 2026-08-18T22:09:17.146Z | # # ## # # # # # # # |
| 238 | 2026-08-18T22:09:17.146Z | # # # #### # # # ###### ###### |
| 239 | 2026-08-18T22:09:17.146Z | |
| 240 | 2026-08-18T22:09:17.146Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 241 | 2026-08-18T22:09:17.146Z | ++ pfexec pkg install clang-15 |
| 242 | 2026-08-18T22:09:18.439Z | Startup: Refreshing catalog 'helios' ... Done |
| 243 | 2026-08-18T22:09:18.750Z | Startup: Caching catalogs ... Done |
| 244 | 2026-08-18T22:09:20.541Z | Planning: Solver setup ... Done |
| 245 | 2026-08-18T22:09:20.597Z | Planning: Running solver ... Done |
| 246 | 2026-08-18T22:09:20.638Z | Planning: Consolidating action changes ... Done |
| 247 | 2026-08-18T22:09:20.641Z | Planning: Evaluating mediators ... Done |
| 248 | 2026-08-18T22:09:20.641Z | Planning: Planning completed in 1.86 seconds |
| 249 | 2026-08-18T22:09:20.656Z | No updates necessary for this image. |
| 250 | 2026-08-18T22:09:20.863Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 251 | 2026-08-18T22:09:20.863Z | ++ pfexec pkg install pkg-config |
| 252 | 2026-08-18T22:09:21.126Z | Startup: Refreshing catalog 'helios' ... Done |
| 253 | 2026-08-18T22:09:22.747Z | Planning: Solver setup ... Done |
| 254 | 2026-08-18T22:09:22.800Z | Planning: Running solver ... Done |
| 255 | 2026-08-18T22:09:22.839Z | Planning: Consolidating action changes ... Done |
| 256 | 2026-08-18T22:09:22.839Z | Planning: Evaluating mediators ... Done |
| 257 | 2026-08-18T22:09:22.842Z | Planning: Planning completed in 1.71 seconds |
| 258 | 2026-08-18T22:09:22.857Z | No updates necessary for this image. |
| 259 | 2026-08-18T22:09:22.979Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 260 | 2026-08-18T22:09:22.979Z | ++ pfexec pkg install brand/omicron1 |
| 261 | 2026-08-18T22:09:23.247Z | Startup: Refreshing catalog 'helios' ... Done |
| 262 | 2026-08-18T22:09:24.859Z | Planning: Solver setup ... Done |
| 263 | 2026-08-18T22:09:24.912Z | Planning: Running solver ... Done |
| 264 | 2026-08-18T22:09:24.953Z | Planning: Finding local manifests ... Done |
| 265 | 2026-08-18T22:09:24.956Z | Planning: Fetching manifests: 0/2 0% complete |
| 266 | 2026-08-18T22:09:24.977Z | Planning: Fetching manifests: 2/2 100% complete |
| 267 | 2026-08-18T22:09:24.990Z | Planning: Package planning ... Done |
| 268 | 2026-08-18T22:09:24.993Z | Planning: Merging actions ... Done |
| 269 | 2026-08-18T22:09:25.171Z | Planning: Checking for conflicting actions ... Done |
| 270 | 2026-08-18T22:09:25.176Z | Planning: Consolidating action changes ... Done |
| 271 | 2026-08-18T22:09:25.985Z | Planning: Evaluating mediators ... Done |
| 272 | 2026-08-18T22:09:25.990Z | Planning: Planning completed in 2.74 seconds |
| 273 | 2026-08-18T22:09:25.994Z | Packages to install: 2 |
| 274 | 2026-08-18T22:09:25.994Z | Create boot environment: No |
| 275 | 2026-08-18T22:09:25.994Z | Create backup boot environment: No |
| 276 | 2026-08-18T22:09:26.020Z | |
| 277 | 2026-08-18T22:09:26.020Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 278 | 2026-08-18T22:09:26.039Z | Download: Completed 1.01 MB in 0.02 seconds (52.5M/s) |
| 279 | 2026-08-18T22:09:26.115Z | Actions: 1/28 actions (Installing new actions) |
| 280 | 2026-08-18T22:09:26.127Z | Actions: Completed 28 actions in 0.01 seconds. |
| 281 | 2026-08-18T22:09:26.154Z | Finalize: Updating package state database ... Done |
| 282 | 2026-08-18T22:09:26.154Z | Finalize: Updating package cache ... Done |
| 283 | 2026-08-18T22:09:26.229Z | Finalize: Updating image state ... Done |
| 284 | 2026-08-18T22:09:28.609Z | Finalize: Creating fast lookup database ... Done |
| 285 | 2026-08-18T22:09:28.674Z | Finalize: Reading search index ... Done |
| 286 | 2026-08-18T22:09:28.677Z | Finalize: Updating search index ... Done |
| 287 | 2026-08-18T22:09:28.768Z | Finalize: Updating package cache ... Done |
| 288 | 2026-08-18T22:09:28.851Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 289 | 2026-08-18T22:09:28.851Z | ++ pfexec pkg install brand/omicron1/tools |
| 290 | 2026-08-18T22:09:29.114Z | Startup: Refreshing catalog 'helios' ... Done |
| 291 | 2026-08-18T22:09:30.775Z | Planning: Solver setup ... Done |
| 292 | 2026-08-18T22:09:30.827Z | Planning: Running solver ... Done |
| 293 | 2026-08-18T22:09:30.856Z | Planning: Finding local manifests ... Done |
| 294 | 2026-08-18T22:09:30.856Z | Planning: Fetching manifests: 0/1 0% complete |
| 295 | 2026-08-18T22:09:30.877Z | Planning: Fetching manifests: 1/1 100% complete |
| 296 | 2026-08-18T22:09:30.877Z | Planning: Package planning ... Done |
| 297 | 2026-08-18T22:09:30.877Z | Planning: Merging actions ... Done |
| 298 | 2026-08-18T22:09:31.048Z | Planning: Checking for conflicting actions ... Done |
| 299 | 2026-08-18T22:09:31.061Z | Planning: Consolidating action changes ... Done |
| 300 | 2026-08-18T22:09:31.189Z | Planning: Evaluating mediators ... Done |
| 301 | 2026-08-18T22:09:31.192Z | Planning: Planning completed in 2.07 seconds |
| 302 | 2026-08-18T22:09:31.197Z | Packages to install: 1 |
| 303 | 2026-08-18T22:09:31.197Z | Services to change: 1 |
| 304 | 2026-08-18T22:09:31.197Z | Create boot environment: No |
| 305 | 2026-08-18T22:09:31.197Z | Create backup boot environment: No |
| 306 | 2026-08-18T22:09:31.214Z | |
| 307 | 2026-08-18T22:09:31.214Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 308 | 2026-08-18T22:09:31.240Z | Download: Completed 1.13 MB in 0.03 seconds (44.5M/s) |
| 309 | 2026-08-18T22:09:31.332Z | Actions: 1/19 actions (Installing new actions) |
| 310 | 2026-08-18T22:09:31.395Z | Actions: Completed 19 actions in 0.01 seconds. |
| 311 | 2026-08-18T22:09:31.395Z | Finalize: Updating package state database ... Done |
| 312 | 2026-08-18T22:09:31.395Z | Finalize: Updating package cache ... Done |
| 313 | 2026-08-18T22:09:31.440Z | Finalize: Updating image state ... Done |
| 314 | 2026-08-18T22:09:33.342Z | Finalize: Creating fast lookup database ... Done |
| 315 | 2026-08-18T22:09:33.404Z | Finalize: Reading search index ... Done |
| 316 | 2026-08-18T22:09:33.408Z | Finalize: Updating search index ... Done |
| 317 | 2026-08-18T22:09:33.485Z | Finalize: Updating package cache ... Done |
| 318 | 2026-08-18T22:09:33.569Z | ++ pfexec svcadm enable baseline |
| 319 | 2026-08-18T22:09:33.584Z | ++ retry=0 |
| 320 | 2026-08-18T22:09:33.588Z | +++ svcs -Hostate baseline |
| 321 | 2026-08-18T22:09:33.600Z | ++ [[ offline* != online ]] |
| 322 | 2026-08-18T22:09:33.604Z | ++ [[ 0 -gt 300 ]] |
| 323 | 2026-08-18T22:09:33.604Z | ++ sleep 1 |
| 324 | 2026-08-18T22:09:34.602Z | ++ retry=1 |
| 325 | 2026-08-18T22:09:34.605Z | +++ svcs -Hostate baseline |
| 326 | 2026-08-18T22:09:34.618Z | ++ [[ offline* != online ]] |
| 327 | 2026-08-18T22:09:34.618Z | ++ [[ 1 -gt 300 ]] |
| 328 | 2026-08-18T22:09:34.618Z | ++ sleep 1 |
| 329 | 2026-08-18T22:09:35.620Z | ++ retry=2 |
| 330 | 2026-08-18T22:09:35.623Z | +++ svcs -Hostate baseline |
| 331 | 2026-08-18T22:09:35.635Z | ++ [[ offline* != online ]] |
| 332 | 2026-08-18T22:09:35.635Z | ++ [[ 2 -gt 300 ]] |
| 333 | 2026-08-18T22:09:35.635Z | ++ sleep 1 |
| 334 | 2026-08-18T22:09:36.637Z | ++ retry=3 |
| 335 | 2026-08-18T22:09:36.640Z | +++ svcs -Hostate baseline |
| 336 | 2026-08-18T22:09:36.653Z | ++ [[ offline* != online ]] |
| 337 | 2026-08-18T22:09:36.653Z | ++ [[ 3 -gt 300 ]] |
| 338 | 2026-08-18T22:09:36.653Z | ++ sleep 1 |
| 339 | 2026-08-18T22:09:37.654Z | ++ retry=4 |
| 340 | 2026-08-18T22:09:37.657Z | +++ svcs -Hostate baseline |
| 341 | 2026-08-18T22:09:37.669Z | ++ [[ offline* != online ]] |
| 342 | 2026-08-18T22:09:37.672Z | ++ [[ 4 -gt 300 ]] |
| 343 | 2026-08-18T22:09:37.672Z | ++ sleep 1 |
| 344 | 2026-08-18T22:09:38.671Z | ++ retry=5 |
| 345 | 2026-08-18T22:09:38.675Z | +++ svcs -Hostate baseline |
| 346 | 2026-08-18T22:09:38.687Z | ++ [[ offline* != online ]] |
| 347 | 2026-08-18T22:09:38.688Z | ++ [[ 5 -gt 300 ]] |
| 348 | 2026-08-18T22:09:38.688Z | ++ sleep 1 |
| 349 | 2026-08-18T22:09:39.691Z | ++ retry=6 |
| 350 | 2026-08-18T22:09:39.695Z | +++ svcs -Hostate baseline |
| 351 | 2026-08-18T22:09:39.705Z | ++ [[ offline* != online ]] |
| 352 | 2026-08-18T22:09:39.705Z | ++ [[ 6 -gt 300 ]] |
| 353 | 2026-08-18T22:09:39.705Z | ++ sleep 1 |
| 354 | 2026-08-18T22:09:40.707Z | ++ retry=7 |
| 355 | 2026-08-18T22:09:40.710Z | +++ svcs -Hostate baseline |
| 356 | 2026-08-18T22:09:40.723Z | ++ [[ offline* != online ]] |
| 357 | 2026-08-18T22:09:40.723Z | ++ [[ 7 -gt 300 ]] |
| 358 | 2026-08-18T22:09:40.723Z | ++ sleep 1 |
| 359 | 2026-08-18T22:09:41.725Z | ++ retry=8 |
| 360 | 2026-08-18T22:09:41.729Z | +++ svcs -Hostate baseline |
| 361 | 2026-08-18T22:09:41.742Z | ++ [[ offline* != online ]] |
| 362 | 2026-08-18T22:09:41.742Z | ++ [[ 8 -gt 300 ]] |
| 363 | 2026-08-18T22:09:41.742Z | ++ sleep 1 |
| 364 | 2026-08-18T22:09:42.744Z | ++ retry=9 |
| 365 | 2026-08-18T22:09:42.748Z | +++ svcs -Hostate baseline |
| 366 | 2026-08-18T22:09:42.760Z | ++ [[ offline* != online ]] |
| 367 | 2026-08-18T22:09:42.760Z | ++ [[ 9 -gt 300 ]] |
| 368 | 2026-08-18T22:09:42.760Z | ++ sleep 1 |
| 369 | 2026-08-18T22:09:43.762Z | ++ retry=10 |
| 370 | 2026-08-18T22:09:43.765Z | +++ svcs -Hostate baseline |
| 371 | 2026-08-18T22:09:43.781Z | ++ [[ offline* != online ]] |
| 372 | 2026-08-18T22:09:43.781Z | ++ [[ 10 -gt 300 ]] |
| 373 | 2026-08-18T22:09:43.781Z | ++ sleep 1 |
| 374 | 2026-08-18T22:09:44.780Z | ++ retry=11 |
| 375 | 2026-08-18T22:09:44.783Z | +++ svcs -Hostate baseline |
| 376 | 2026-08-18T22:09:44.796Z | ++ [[ offline* != online ]] |
| 377 | 2026-08-18T22:09:44.796Z | ++ [[ 11 -gt 300 ]] |
| 378 | 2026-08-18T22:09:44.800Z | ++ sleep 1 |
| 379 | 2026-08-18T22:09:45.798Z | ++ retry=12 |
| 380 | 2026-08-18T22:09:45.803Z | +++ svcs -Hostate baseline |
| 381 | 2026-08-18T22:09:45.815Z | ++ [[ offline* != online ]] |
| 382 | 2026-08-18T22:09:45.815Z | ++ [[ 12 -gt 300 ]] |
| 383 | 2026-08-18T22:09:45.815Z | ++ sleep 1 |
| 384 | 2026-08-18T22:09:46.817Z | ++ retry=13 |
| 385 | 2026-08-18T22:09:46.820Z | +++ svcs -Hostate baseline |
| 386 | 2026-08-18T22:09:46.833Z | ++ [[ offline* != online ]] |
| 387 | 2026-08-18T22:09:46.833Z | ++ [[ 13 -gt 300 ]] |
| 388 | 2026-08-18T22:09:46.833Z | ++ sleep 1 |
| 389 | 2026-08-18T22:09:47.834Z | ++ retry=14 |
| 390 | 2026-08-18T22:09:47.838Z | +++ svcs -Hostate baseline |
| 391 | 2026-08-18T22:09:47.850Z | ++ [[ offline* != online ]] |
| 392 | 2026-08-18T22:09:47.850Z | ++ [[ 14 -gt 300 ]] |
| 393 | 2026-08-18T22:09:47.850Z | ++ sleep 1 |
| 394 | 2026-08-18T22:09:48.856Z | ++ retry=15 |
| 395 | 2026-08-18T22:09:48.862Z | +++ svcs -Hostate baseline |
| 396 | 2026-08-18T22:09:48.872Z | ++ [[ offline* != online ]] |
| 397 | 2026-08-18T22:09:48.872Z | ++ [[ 15 -gt 300 ]] |
| 398 | 2026-08-18T22:09:48.872Z | ++ sleep 1 |
| 399 | 2026-08-18T22:09:49.870Z | ++ retry=16 |
| 400 | 2026-08-18T22:09:49.873Z | +++ svcs -Hostate baseline |
| 401 | 2026-08-18T22:09:49.887Z | ++ [[ offline* != online ]] |
| 402 | 2026-08-18T22:09:49.887Z | ++ [[ 16 -gt 300 ]] |
| 403 | 2026-08-18T22:09:49.887Z | ++ sleep 1 |
| 404 | 2026-08-18T22:09:50.888Z | ++ retry=17 |
| 405 | 2026-08-18T22:09:50.894Z | +++ svcs -Hostate baseline |
| 406 | 2026-08-18T22:09:50.903Z | ++ [[ offline* != online ]] |
| 407 | 2026-08-18T22:09:50.903Z | ++ [[ 17 -gt 300 ]] |
| 408 | 2026-08-18T22:09:50.903Z | ++ sleep 1 |
| 409 | 2026-08-18T22:09:51.906Z | ++ retry=18 |
| 410 | 2026-08-18T22:09:51.910Z | +++ svcs -Hostate baseline |
| 411 | 2026-08-18T22:09:51.921Z | ++ [[ offline* != online ]] |
| 412 | 2026-08-18T22:09:51.921Z | ++ [[ 18 -gt 300 ]] |
| 413 | 2026-08-18T22:09:51.921Z | ++ sleep 1 |
| 414 | 2026-08-18T22:09:52.923Z | ++ retry=19 |
| 415 | 2026-08-18T22:09:52.928Z | +++ svcs -Hostate baseline |
| 416 | 2026-08-18T22:09:52.939Z | ++ [[ online != online ]] |
| 417 | 2026-08-18T22:09:52.939Z | ++ set -o errexit |
| 418 | 2026-08-18T22:09:52.942Z | ++ set -o pipefail |
| 419 | 2026-08-18T22:09:52.942Z | ++ banner build |
| 420 | 2026-08-18T22:09:52.942Z | |
| 421 | 2026-08-18T22:09:52.943Z | ##### # # # # ##### |
| 422 | 2026-08-18T22:09:52.943Z | # # # # # # # # |
| 423 | 2026-08-18T22:09:52.943Z | ##### # # # # # # |
| 424 | 2026-08-18T22:09:52.943Z | # # # # # # # # |
| 425 | 2026-08-18T22:09:52.943Z | # # # # # # # # |
| 426 | 2026-08-18T22:09:52.943Z | ##### #### # ###### ##### |
| 427 | 2026-08-18T22:09:52.943Z | |
| 428 | 2026-08-18T22:09:52.943Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 429 | 2026-08-18T22:09:53.038Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 430 | 2026-08-18T22:09:53.747Z | From https://github.com/oxidecomputer/falcon |
| 431 | 2026-08-18T22:09:53.747Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 432 | 2026-08-18T22:09:53.823Z | Updating crates.io index |
| 433 | 2026-08-18T22:09:53.827Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 434 | 2026-08-18T22:09:54.304Z | From https://github.com/oxidecomputer/dendrite |
| 435 | 2026-08-18T22:09:54.304Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 436 | 2026-08-18T22:09:54.337Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 437 | 2026-08-18T22:09:54.607Z | From https://github.com/oxidecomputer/ispf |
| 438 | 2026-08-18T22:09:54.607Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 439 | 2026-08-18T22:09:54.613Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 440 | 2026-08-18T22:09:54.971Z | From https://github.com/oxidecomputer/netadm-sys |
| 441 | 2026-08-18T22:09:54.971Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 442 | 2026-08-18T22:09:54.980Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 443 | 2026-08-18T22:10:01.510Z | From https://github.com/oxidecomputer/omicron |
| 444 | 2026-08-18T22:10:01.510Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 445 | 2026-08-18T22:10:01.928Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 446 | 2026-08-18T22:10:02.687Z | From https://github.com/oxidecomputer/opte |
| 447 | 2026-08-18T22:10:02.687Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 448 | 2026-08-18T22:10:02.716Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 449 | 2026-08-18T22:10:03.001Z | From https://github.com/oxidecomputer/slog-error-chain |
| 450 | 2026-08-18T22:10:03.002Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 451 | 2026-08-18T22:10:03.010Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 452 | 2026-08-18T22:10:03.403Z | From https://github.com/illumos/smf-rs |
| 453 | 2026-08-18T22:10:03.403Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 454 | 2026-08-18T22:10:03.413Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 455 | 2026-08-18T22:10:03.714Z | From https://github.com/oxidecomputer/network-interface |
| 456 | 2026-08-18T22:10:03.714Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 457 | 2026-08-18T22:10:03.721Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 458 | 2026-08-18T22:10:04.016Z | From https://github.com/oxidecomputer/zone |
| 459 | 2026-08-18T22:10:04.016Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 460 | 2026-08-18T22:10:04.022Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 461 | 2026-08-18T22:10:04.729Z | From https://github.com/oxidecomputer/propolis |
| 462 | 2026-08-18T22:10:04.730Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 463 | 2026-08-18T22:10:04.770Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 464 | 2026-08-18T22:10:05.307Z | From https://github.com/oxidecomputer/transceiver-control |
| 465 | 2026-08-18T22:10:05.307Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 466 | 2026-08-18T22:10:05.317Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 467 | 2026-08-18T22:10:05.596Z | From https://github.com/oxidecomputer/dlpi-sys |
| 468 | 2026-08-18T22:10:05.596Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 469 | 2026-08-18T22:10:05.601Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 470 | 2026-08-18T22:10:05.936Z | From https://github.com/jmesmon/rust-libzfs |
| 471 | 2026-08-18T22:10:05.936Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 472 | 2026-08-18T22:10:05.943Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 473 | 2026-08-18T22:10:06.242Z | From https://github.com/oxidecomputer/rusty-doors |
| 474 | 2026-08-18T22:10:06.242Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 475 | 2026-08-18T22:10:06.250Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 476 | 2026-08-18T22:10:06.636Z | From https://github.com/oxidecomputer/lldp |
| 477 | 2026-08-18T22:10:06.636Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 478 | 2026-08-18T22:10:06.647Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 479 | 2026-08-18T22:10:06.964Z | From https://github.com/oxidecomputer/tufaceous |
| 480 | 2026-08-18T22:10:06.969Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 481 | 2026-08-18T22:10:06.975Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 482 | 2026-08-18T22:10:07.487Z | From https://github.com/oxidecomputer/management-gateway-service |
| 483 | 2026-08-18T22:10:07.487Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 484 | 2026-08-18T22:10:07.500Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 485 | 2026-08-18T22:10:08.775Z | From https://github.com/oxidecomputer/crucible |
| 486 | 2026-08-18T22:10:08.775Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 487 | 2026-08-18T22:10:08.817Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 488 | 2026-08-18T22:10:09.119Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 489 | 2026-08-18T22:10:09.120Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 490 | 2026-08-18T22:10:09.129Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 491 | 2026-08-18T22:10:09.663Z | From https://github.com/oxidecomputer/propolis |
| 492 | 2026-08-18T22:10:09.664Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 493 | 2026-08-18T22:10:09.706Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 494 | 2026-08-18T22:10:10.579Z | From https://github.com/oxidecomputer/crucible |
| 495 | 2026-08-18T22:10:10.579Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 496 | 2026-08-18T22:10:10.643Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 497 | 2026-08-18T22:10:11.063Z | From https://github.com/oxidecomputer/tofino |
| 498 | 2026-08-18T22:10:11.063Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 499 | 2026-08-18T22:10:11.074Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 500 | 2026-08-18T22:10:11.801Z | From https://github.com/oxidecomputer/maghemite |
| 501 | 2026-08-18T22:10:11.802Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 502 | 2026-08-18T22:10:11.833Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 503 | 2026-08-18T22:10:13.213Z | From https://github.com/oxidecomputer/clickward |
| 504 | 2026-08-18T22:10:13.213Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 505 | 2026-08-18T22:10:13.221Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 506 | 2026-08-18T22:10:13.512Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 507 | 2026-08-18T22:10:13.512Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 508 | 2026-08-18T22:10:15.798Z | Downloading crates ... |
| 509 | 2026-08-18T22:10:15.847Z | Downloaded adler2 v2.0.1 |
| 510 | 2026-08-18T22:10:15.854Z | Downloaded cfg-if v1.0.4 |
| 511 | 2026-08-18T22:10:15.857Z | Downloaded const-random-macro v0.1.16 |
| 512 | 2026-08-18T22:10:15.857Z | Downloaded crunchy v0.2.4 |
| 513 | 2026-08-18T22:10:15.860Z | Downloaded anstream v1.0.0 |
| 514 | 2026-08-18T22:10:15.860Z | Downloaded byteorder v1.5.0 |
| 515 | 2026-08-18T22:10:15.863Z | Downloaded backoff v0.4.0 |
| 516 | 2026-08-18T22:10:15.863Z | Downloaded base64 v0.21.7 |
| 517 | 2026-08-18T22:10:15.867Z | Downloaded aead v0.5.2 |
| 518 | 2026-08-18T22:10:15.870Z | Downloaded cpufeatures v0.2.17 |
| 519 | 2026-08-18T22:10:15.876Z | Downloaded console v0.16.4 |
| 520 | 2026-08-18T22:10:15.879Z | Downloaded icu_collections v2.2.0 |
| 521 | 2026-08-18T22:10:15.882Z | Downloaded bit-vec v0.8.0 |
| 522 | 2026-08-18T22:10:15.885Z | Downloaded ahash v0.8.12 |
| 523 | 2026-08-18T22:10:15.885Z | Downloaded camino-tempfile v1.4.1 |
| 524 | 2026-08-18T22:10:15.891Z | Downloaded anstyle-query v1.1.5 |
| 525 | 2026-08-18T22:10:15.894Z | Downloaded block-buffer v0.10.4 |
| 526 | 2026-08-18T22:10:15.894Z | Downloaded inout v0.1.4 |
| 527 | 2026-08-18T22:10:15.894Z | Downloaded allocator-api2 v0.2.21 |
| 528 | 2026-08-18T22:10:15.897Z | Downloaded bitflags v2.13.1 |
| 529 | 2026-08-18T22:10:15.897Z | Downloaded cfg_aliases v0.2.2 |
| 530 | 2026-08-18T22:10:15.902Z | Downloaded cobs v0.3.0 |
| 531 | 2026-08-18T22:10:15.906Z | Downloaded atomicwrites v0.4.4 |
| 532 | 2026-08-18T22:10:15.906Z | Downloaded blake2 v0.10.6 |
| 533 | 2026-08-18T22:10:15.906Z | Downloaded indent_write v2.2.0 |
| 534 | 2026-08-18T22:10:15.909Z | Downloaded bitflags v1.3.2 |
| 535 | 2026-08-18T22:10:15.912Z | Downloaded const-random v0.1.18 |
| 536 | 2026-08-18T22:10:15.912Z | Downloaded is-terminal v0.4.17 |
| 537 | 2026-08-18T22:10:15.912Z | Downloaded block-buffer v0.12.1 |
| 538 | 2026-08-18T22:10:15.916Z | Downloaded internet-checksum v0.2.1 |
| 539 | 2026-08-18T22:10:15.916Z | Downloaded libscf-sys v1.2.0 |
| 540 | 2026-08-18T22:10:15.916Z | Downloaded idna_adapter v1.2.2 |
| 541 | 2026-08-18T22:10:15.916Z | Downloaded instant v0.1.13 |
| 542 | 2026-08-18T22:10:15.919Z | Downloaded convert_case v0.4.0 |
| 543 | 2026-08-18T22:10:15.919Z | Downloaded async-stream v0.3.6 |
| 544 | 2026-08-18T22:10:15.924Z | Downloaded ingot v0.1.1 |
| 545 | 2026-08-18T22:10:15.927Z | Downloaded darling v0.23.0 |
| 546 | 2026-08-18T22:10:15.930Z | Downloaded hybrid-array v0.4.14 |
| 547 | 2026-08-18T22:10:15.930Z | Downloaded ingot-types v0.1.2 |
| 548 | 2026-08-18T22:10:15.930Z | Downloaded anstyle v1.0.14 |
| 549 | 2026-08-18T22:10:15.933Z | Downloaded async-recursion v1.1.1 |
| 550 | 2026-08-18T22:10:15.934Z | Downloaded csv-core v0.1.13 |
| 551 | 2026-08-18T22:10:15.934Z | Downloaded base16ct v0.2.0 |
| 552 | 2026-08-18T22:10:15.936Z | Downloaded compression-core v0.4.32 |
| 553 | 2026-08-18T22:10:15.937Z | Downloaded crucible-workspace-hack v0.1.0 |
| 554 | 2026-08-18T22:10:15.937Z | Downloaded crypto-common v0.1.7 |
| 555 | 2026-08-18T22:10:15.940Z | Downloaded lazy_static v1.5.0 |
| 556 | 2026-08-18T22:10:15.943Z | Downloaded atomic-waker v1.1.2 |
| 557 | 2026-08-18T22:10:15.947Z | Downloaded crypto-common v0.2.2 |
| 558 | 2026-08-18T22:10:15.952Z | Downloaded ident_case v1.0.1 |
| 559 | 2026-08-18T22:10:15.952Z | Downloaded is_terminal_polyfill v1.70.2 |
| 560 | 2026-08-18T22:10:15.952Z | Downloaded cpufeatures v0.3.0 |
| 561 | 2026-08-18T22:10:15.952Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-08-18T22:10:15.952Z | Downloaded konst_macro_rules v0.2.19 |
| 563 | 2026-08-18T22:10:15.956Z | Downloaded keccak v0.1.6 |
| 564 | 2026-08-18T22:10:15.956Z | Downloaded base16ct v1.0.0 |
| 565 | 2026-08-18T22:10:15.956Z | Downloaded bit-set v0.8.0 |
| 566 | 2026-08-18T22:10:15.956Z | Downloaded is_ci v1.2.0 |
| 567 | 2026-08-18T22:10:15.960Z | Downloaded ciborium-io v0.2.2 |
| 568 | 2026-08-18T22:10:15.960Z | Downloaded crc8 v0.1.1 |
| 569 | 2026-08-18T22:10:15.960Z | Downloaded num_threads v0.1.7 |
| 570 | 2026-08-18T22:10:15.960Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 571 | 2026-08-18T22:10:15.960Z | Downloaded async-stream-impl v0.3.6 |
| 572 | 2026-08-18T22:10:15.968Z | Downloaded clap_lex v1.1.0 |
| 573 | 2026-08-18T22:10:15.968Z | Downloaded colorchoice v1.0.5 |
| 574 | 2026-08-18T22:10:15.968Z | Downloaded cstr-argument v0.1.2 |
| 575 | 2026-08-18T22:10:15.968Z | Downloaded ipnet v2.12.1 |
| 576 | 2026-08-18T22:10:15.971Z | Downloaded hyper-rustls v0.27.9 |
| 577 | 2026-08-18T22:10:15.971Z | Downloaded bs58 v0.5.1 |
| 578 | 2026-08-18T22:10:15.971Z | Downloaded icu_provider v2.2.0 |
| 579 | 2026-08-18T22:10:15.977Z | Downloaded bcs v0.1.6 |
| 580 | 2026-08-18T22:10:15.977Z | Downloaded anstyle-parse v1.0.0 |
| 581 | 2026-08-18T22:10:15.980Z | Downloaded newline-converter v0.3.0 |
| 582 | 2026-08-18T22:10:15.980Z | Downloaded same-file v1.0.6 |
| 583 | 2026-08-18T22:10:15.980Z | Downloaded itoa v1.0.18 |
| 584 | 2026-08-18T22:10:15.984Z | Downloaded jiff-static v0.2.35 |
| 585 | 2026-08-18T22:10:15.984Z | Downloaded no-std-compat v0.4.1 |
| 586 | 2026-08-18T22:10:15.984Z | Downloaded num-conv v0.2.2 |
| 587 | 2026-08-18T22:10:15.984Z | Downloaded num-derive v0.4.2 |
| 588 | 2026-08-18T22:10:15.984Z | Downloaded opaque-debug v0.3.1 |
| 589 | 2026-08-18T22:10:15.988Z | Downloaded scroll_derive v0.12.1 |
| 590 | 2026-08-18T22:10:15.988Z | Downloaded serde_plain v1.0.2 |
| 591 | 2026-08-18T22:10:15.988Z | Downloaded scroll_derive v0.13.1 |
| 592 | 2026-08-18T22:10:15.988Z | Downloaded linked-hash-map v0.5.6 |
| 593 | 2026-08-18T22:10:15.988Z | Downloaded slog-bunyan v2.5.0 |
| 594 | 2026-08-18T22:10:15.992Z | Downloaded match_cfg v0.1.0 |
| 595 | 2026-08-18T22:10:15.992Z | Downloaded num_enum_derive v0.5.11 |
| 596 | 2026-08-18T22:10:15.992Z | Downloaded mime v0.3.17 |
| 597 | 2026-08-18T22:10:15.992Z | Downloaded managed v0.8.0 |
| 598 | 2026-08-18T22:10:15.992Z | Downloaded byte-wrapper v0.1.0 |
| 599 | 2026-08-18T22:10:15.997Z | Downloaded num-iter v0.1.46 |
| 600 | 2026-08-18T22:10:15.997Z | Downloaded crossbeam-deque v0.8.7 |
| 601 | 2026-08-18T22:10:16.000Z | Downloaded macaddr v1.0.1 |
| 602 | 2026-08-18T22:10:16.000Z | Downloaded olpc-cjson v0.1.4 |
| 603 | 2026-08-18T22:10:16.000Z | Downloaded autocfg v1.5.1 |
| 604 | 2026-08-18T22:10:16.003Z | Downloaded lru-cache v0.1.2 |
| 605 | 2026-08-18T22:10:16.003Z | Downloaded memoffset v0.9.1 |
| 606 | 2026-08-18T22:10:16.005Z | Downloaded num v0.4.3 |
| 607 | 2026-08-18T22:10:16.011Z | Downloaded natord v1.0.9 |
| 608 | 2026-08-18T22:10:16.011Z | Downloaded async-trait v0.1.92 |
| 609 | 2026-08-18T22:10:16.011Z | Downloaded cipher v0.4.4 |
| 610 | 2026-08-18T22:10:16.011Z | Downloaded const_format_proc_macros v0.2.34 |
| 611 | 2026-08-18T22:10:16.014Z | Downloaded daft-derive v0.1.8 |
| 612 | 2026-08-18T22:10:16.014Z | Downloaded newtype_derive v0.1.6 |
| 613 | 2026-08-18T22:10:16.014Z | Downloaded cargo_toml v0.22.3 |
| 614 | 2026-08-18T22:10:16.014Z | Downloaded omicron-workspace-hack v0.1.0 |
| 615 | 2026-08-18T22:10:16.014Z | Downloaded structmeta v0.3.0 |
| 616 | 2026-08-18T22:10:16.014Z | Downloaded newtype-uuid-macros v0.1.1 |
| 617 | 2026-08-18T22:10:16.014Z | Downloaded strsim v0.11.1 |
| 618 | 2026-08-18T22:10:16.017Z | Downloaded supports-color v3.0.2 |
| 619 | 2026-08-18T22:10:16.017Z | Downloaded take_mut v0.2.2 |
| 620 | 2026-08-18T22:10:16.017Z | Downloaded chacha20 v0.9.1 |
| 621 | 2026-08-18T22:10:16.020Z | Downloaded memmap v0.7.0 |
| 622 | 2026-08-18T22:10:16.024Z | Downloaded argon2 v0.5.3 |
| 623 | 2026-08-18T22:10:16.031Z | Downloaded litemap v0.8.2 |
| 624 | 2026-08-18T22:10:16.036Z | Downloaded ipnetwork v0.21.1 |
| 625 | 2026-08-18T22:10:16.036Z | Downloaded jobserver v0.1.35 |
| 626 | 2026-08-18T22:10:16.036Z | Downloaded base64ct v1.8.3 |
| 627 | 2026-08-18T22:10:16.036Z | Downloaded cmake v0.1.58 |
| 628 | 2026-08-18T22:10:16.036Z | Downloaded critical-section v1.2.0 |
| 629 | 2026-08-18T22:10:16.041Z | Downloaded num-complex v0.4.6 |
| 630 | 2026-08-18T22:10:16.041Z | Downloaded compression-codecs v0.4.38 |
| 631 | 2026-08-18T22:10:16.041Z | Downloaded httpdate v1.0.3 |
| 632 | 2026-08-18T22:10:16.045Z | Downloaded ingot v0.2.1 |
| 633 | 2026-08-18T22:10:16.048Z | Downloaded indexmap v1.9.3 |
| 634 | 2026-08-18T22:10:16.048Z | Downloaded serde_tokenstream v0.2.3 |
| 635 | 2026-08-18T22:10:16.048Z | Downloaded universal-hash v0.5.1 |
| 636 | 2026-08-18T22:10:16.048Z | Downloaded typify-macro v0.4.3 |
| 637 | 2026-08-18T22:10:16.053Z | Downloaded usdt-attr-macro v0.5.0 |
| 638 | 2026-08-18T22:10:16.053Z | Downloaded usdt-attr-macro v0.6.0 |
| 639 | 2026-08-18T22:10:16.053Z | Downloaded want v0.3.1 |
| 640 | 2026-08-18T22:10:16.053Z | Downloaded sha2 v0.10.9 |
| 641 | 2026-08-18T22:10:16.057Z | Downloaded slab v0.4.12 |
| 642 | 2026-08-18T22:10:16.057Z | Downloaded icu_properties v2.2.0 |
| 643 | 2026-08-18T22:10:16.057Z | Downloaded termtree v0.5.1 |
| 644 | 2026-08-18T22:10:16.057Z | Downloaded thread-id v5.1.0 |
| 645 | 2026-08-18T22:10:16.057Z | Downloaded cancel-safe-futures v0.1.5 |
| 646 | 2026-08-18T22:10:16.060Z | Downloaded colored v3.1.1 |
| 647 | 2026-08-18T22:10:16.060Z | Downloaded bytecount v0.6.9 |
| 648 | 2026-08-18T22:10:16.060Z | Downloaded ciborium v0.2.2 |
| 649 | 2026-08-18T22:10:16.063Z | Downloaded slog-scope v4.4.1 |
| 650 | 2026-08-18T22:10:16.063Z | Downloaded backon v1.6.0 |
| 651 | 2026-08-18T22:10:16.063Z | Downloaded lock_api v0.4.14 |
| 652 | 2026-08-18T22:10:16.068Z | Downloaded smartstring v1.0.1 |
| 653 | 2026-08-18T22:10:16.068Z | Downloaded tower-service v0.3.3 |
| 654 | 2026-08-18T22:10:16.068Z | Downloaded try-lock v0.2.5 |
| 655 | 2026-08-18T22:10:16.068Z | Downloaded clap v4.6.6 |
| 656 | 2026-08-18T22:10:16.072Z | Downloaded defmt-parser v1.0.0 |
| 657 | 2026-08-18T22:10:16.076Z | Downloaded yoke-derive v0.8.2 |
| 658 | 2026-08-18T22:10:16.076Z | Downloaded foreign-types-shared v0.3.1 |
| 659 | 2026-08-18T22:10:16.076Z | Downloaded num_enum_derive v0.7.6 |
| 660 | 2026-08-18T22:10:16.076Z | Downloaded futures-io v0.3.34 |
| 661 | 2026-08-18T22:10:16.079Z | Downloaded typify-macro v0.6.2 |
| 662 | 2026-08-18T22:10:16.079Z | Downloaded libsw v3.5.0 |
| 663 | 2026-08-18T22:10:16.080Z | Downloaded crc32fast v1.5.0 |
| 664 | 2026-08-18T22:10:16.083Z | Downloaded libsw-core v0.3.2 |
| 665 | 2026-08-18T22:10:16.083Z | Downloaded num-rational v0.4.2 |
| 666 | 2026-08-18T22:10:16.083Z | Downloaded crossbeam-epoch v0.9.20 |
| 667 | 2026-08-18T22:10:16.087Z | Downloaded darling v0.21.3 |
| 668 | 2026-08-18T22:10:16.091Z | Downloaded lru-slab v0.1.2 |
| 669 | 2026-08-18T22:10:16.091Z | Downloaded newtype-uuid v1.4.0 |
| 670 | 2026-08-18T22:10:16.091Z | Downloaded num_enum v0.7.6 |
| 671 | 2026-08-18T22:10:16.091Z | Downloaded anyhow v1.0.104 |
| 672 | 2026-08-18T22:10:16.094Z | Downloaded cookie v0.18.2 |
| 673 | 2026-08-18T22:10:16.094Z | Downloaded chacha20 v0.10.1 |
| 674 | 2026-08-18T22:10:16.094Z | Downloaded multer v3.1.0 |
| 675 | 2026-08-18T22:10:16.098Z | Downloaded num_enum v0.5.11 |
| 676 | 2026-08-18T22:10:16.098Z | Downloaded zerofrom v0.1.8 |
| 677 | 2026-08-18T22:10:16.101Z | Downloaded git-stub v1.0.0 |
| 678 | 2026-08-18T22:10:16.101Z | Downloaded futures-task v0.3.34 |
| 679 | 2026-08-18T22:10:16.101Z | Downloaded linear-map v1.2.0 |
| 680 | 2026-08-18T22:10:16.101Z | Downloaded daft v0.1.8 |
| 681 | 2026-08-18T22:10:16.105Z | Downloaded hex v0.4.3 |
| 682 | 2026-08-18T22:10:16.105Z | Downloaded serde_with_macros v3.22.0 |
| 683 | 2026-08-18T22:10:16.116Z | Downloaded pretty-hex v0.4.2 |
| 684 | 2026-08-18T22:10:16.119Z | Downloaded plain v0.2.3 |
| 685 | 2026-08-18T22:10:16.119Z | Downloaded usdt-impl v0.5.0 |
| 686 | 2026-08-18T22:10:16.119Z | Downloaded zerovec-derive v0.11.3 |
| 687 | 2026-08-18T22:10:16.122Z | Downloaded camino v1.2.5 |
| 688 | 2026-08-18T22:10:16.122Z | Downloaded arc-swap v1.9.2 |
| 689 | 2026-08-18T22:10:16.128Z | Downloaded smf v0.2.3 |
| 690 | 2026-08-18T22:10:16.131Z | Downloaded iana-time-zone v0.1.65 |
| 691 | 2026-08-18T22:10:16.134Z | Downloaded fixedbitset v0.4.2 |
| 692 | 2026-08-18T22:10:16.140Z | Downloaded erased-serde v0.3.31 |
| 693 | 2026-08-18T22:10:16.140Z | Downloaded icu_normalizer_data v2.2.0 |
| 694 | 2026-08-18T22:10:16.140Z | Downloaded tinyvec_macros v0.1.1 |
| 695 | 2026-08-18T22:10:16.145Z | Downloaded defmt-macros v1.1.1 |
| 696 | 2026-08-18T22:10:16.145Z | Downloaded serde-big-array v0.5.1 |
| 697 | 2026-08-18T22:10:16.145Z | Downloaded ref-cast-impl v1.0.26 |
| 698 | 2026-08-18T22:10:16.146Z | Downloaded serde_repr v0.1.21 |
| 699 | 2026-08-18T22:10:16.146Z | Downloaded rand_xorshift v0.4.0 |
| 700 | 2026-08-18T22:10:16.149Z | Downloaded structmeta-derive v0.3.0 |
| 701 | 2026-08-18T22:10:16.149Z | Downloaded tagptr v0.2.0 |
| 702 | 2026-08-18T22:10:16.149Z | Downloaded secrecy v0.10.3 |
| 703 | 2026-08-18T22:10:16.149Z | Downloaded sigpipe v0.1.3 |
| 704 | 2026-08-18T22:10:16.149Z | Downloaded smawk v0.3.3 |
| 705 | 2026-08-18T22:10:16.149Z | Downloaded thiserror-impl v2.0.20 |
| 706 | 2026-08-18T22:10:16.153Z | Downloaded time-macros v0.2.32 |
| 707 | 2026-08-18T22:10:16.153Z | Downloaded ingot-macros v0.2.0 |
| 708 | 2026-08-18T22:10:16.156Z | Downloaded clap_derive v4.6.4 |
| 709 | 2026-08-18T22:10:16.156Z | Downloaded console v0.15.11 |
| 710 | 2026-08-18T22:10:16.156Z | Downloaded crossbeam-utils v0.8.22 |
| 711 | 2026-08-18T22:10:16.160Z | Downloaded thin-vec v0.2.19 |
| 712 | 2026-08-18T22:10:16.160Z | Downloaded fixedbitset v0.5.7 |
| 713 | 2026-08-18T22:10:16.160Z | Downloaded hash32 v0.3.1 |
| 714 | 2026-08-18T22:10:16.163Z | Downloaded data-encoding v2.11.1 |
| 715 | 2026-08-18T22:10:16.163Z | Downloaded utf-8 v0.7.6 |
| 716 | 2026-08-18T22:10:16.186Z | Downloaded slog-envlogger v2.2.0 |
| 717 | 2026-08-18T22:10:16.186Z | Downloaded zmij v1.0.23 |
| 718 | 2026-08-18T22:10:16.187Z | Downloaded toml_write v0.1.2 |
| 719 | 2026-08-18T22:10:16.187Z | Downloaded base64 v0.22.1 |
| 720 | 2026-08-18T22:10:16.187Z | Downloaded strum v0.26.3 |
| 721 | 2026-08-18T22:10:16.187Z | Downloaded const-oid v0.10.2 |
| 722 | 2026-08-18T22:10:16.187Z | Downloaded find-msvc-tools v0.1.10 |
| 723 | 2026-08-18T22:10:16.187Z | Downloaded ingot-types v0.2.0 |
| 724 | 2026-08-18T22:10:16.187Z | Downloaded num-integer v0.1.47 |
| 725 | 2026-08-18T22:10:16.187Z | Downloaded parking_lot_core v0.8.6 |
| 726 | 2026-08-18T22:10:16.187Z | Downloaded schemars v0.8.22 |
| 727 | 2026-08-18T22:10:16.187Z | Downloaded serde_derive v1.0.229 |
| 728 | 2026-08-18T22:10:16.187Z | Downloaded ucd-trie v0.1.7 |
| 729 | 2026-08-18T22:10:16.193Z | Downloaded memmap2 v0.9.11 |
| 730 | 2026-08-18T22:10:16.193Z | Downloaded once_cell v1.21.4 |
| 731 | 2026-08-18T22:10:16.193Z | Downloaded typeid v1.0.3 |
| 732 | 2026-08-18T22:10:16.193Z | Downloaded thread-id v4.2.2 |
| 733 | 2026-08-18T22:10:16.193Z | Downloaded displaydoc v0.2.7 |
| 734 | 2026-08-18T22:10:16.193Z | Downloaded dof v0.4.0 |
| 735 | 2026-08-18T22:10:16.193Z | Downloaded unicode-linebreak v0.1.5 |
| 736 | 2026-08-18T22:10:16.193Z | Downloaded owo-colors v4.3.0 |
| 737 | 2026-08-18T22:10:16.197Z | Downloaded rustls-native-certs v0.8.4 |
| 738 | 2026-08-18T22:10:16.197Z | Downloaded untrusted v0.7.1 |
| 739 | 2026-08-18T22:10:16.197Z | Downloaded zone_cfg_derive v0.3.1 |
| 740 | 2026-08-18T22:10:16.197Z | Downloaded icu_normalizer v2.2.0 |
| 741 | 2026-08-18T22:10:16.197Z | Downloaded schemars_derive v0.8.22 |
| 742 | 2026-08-18T22:10:16.202Z | Downloaded zone v0.3.1 |
| 743 | 2026-08-18T22:10:16.206Z | Downloaded ingot-macros v0.1.1 |
| 744 | 2026-08-18T22:10:16.210Z | Downloaded bytes v1.12.1 |
| 745 | 2026-08-18T22:10:16.210Z | Downloaded password-hash v0.5.0 |
| 746 | 2026-08-18T22:10:16.215Z | Downloaded serde_path_to_error v0.1.20 |
| 747 | 2026-08-18T22:10:16.218Z | Downloaded sha1 v0.10.7 |
| 748 | 2026-08-18T22:10:16.218Z | Downloaded dtrace-parser v0.2.0 |
| 749 | 2026-08-18T22:10:16.218Z | Downloaded futures-macro v0.3.34 |
| 750 | 2026-08-18T22:10:16.224Z | Downloaded proc-macro-crate v1.3.1 |
| 751 | 2026-08-18T22:10:16.225Z | Downloaded indicatif v0.18.6 |
| 752 | 2026-08-18T22:10:16.231Z | Downloaded highway v1.3.0 |
| 753 | 2026-08-18T22:10:16.231Z | Downloaded proc-macro-error v1.0.4 |
| 754 | 2026-08-18T22:10:16.231Z | Downloaded rand_chacha v0.3.1 |
| 755 | 2026-08-18T22:10:16.231Z | Downloaded static_assertions v1.1.0 |
| 756 | 2026-08-18T22:10:16.231Z | Downloaded log v0.4.33 |
| 757 | 2026-08-18T22:10:16.234Z | Downloaded tiny-keccak v2.0.2 |
| 758 | 2026-08-18T22:10:16.234Z | Downloaded tokio-dtrace v0.1.1 |
| 759 | 2026-08-18T22:10:16.235Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 760 | 2026-08-18T22:10:16.239Z | Downloaded progenitor-client v0.14.0 |
| 761 | 2026-08-18T22:10:16.248Z | Downloaded foreign-types-macros v0.2.4 |
| 762 | 2026-08-18T22:10:16.248Z | Downloaded futures-sink v0.3.34 |
| 763 | 2026-08-18T22:10:16.248Z | Downloaded hostname v0.3.1 |
| 764 | 2026-08-18T22:10:16.248Z | Downloaded const_format v0.2.36 |
| 765 | 2026-08-18T22:10:16.252Z | Downloaded chacha20poly1305 v0.10.1 |
| 766 | 2026-08-18T22:10:16.252Z | Downloaded usdt v0.6.0 |
| 767 | 2026-08-18T22:10:16.256Z | Downloaded quinn-udp v0.5.15 |
| 768 | 2026-08-18T22:10:16.256Z | Downloaded progenitor v0.13.0 |
| 769 | 2026-08-18T22:10:16.256Z | Downloaded spin v0.5.2 |
| 770 | 2026-08-18T22:10:16.259Z | Downloaded toml v0.8.23 |
| 771 | 2026-08-18T22:10:16.262Z | Downloaded either v1.17.0 |
| 772 | 2026-08-18T22:10:16.262Z | Downloaded vsss-rs v3.3.4 |
| 773 | 2026-08-18T22:10:16.262Z | Downloaded yoke v0.8.3 |
| 774 | 2026-08-18T22:10:16.265Z | Downloaded crypto-bigint v0.5.5 |
| 775 | 2026-08-18T22:10:16.269Z | Downloaded num-traits v0.2.19 |
| 776 | 2026-08-18T22:10:16.273Z | Downloaded foldhash v0.1.5 |
| 777 | 2026-08-18T22:10:16.277Z | Downloaded ff v0.13.1 |
| 778 | 2026-08-18T22:10:16.277Z | Downloaded fs_extra v1.3.0 |
| 779 | 2026-08-18T22:10:16.277Z | Downloaded toml_datetime v0.6.11 |
| 780 | 2026-08-18T22:10:16.281Z | Downloaded unarray v0.1.4 |
| 781 | 2026-08-18T22:10:16.281Z | Downloaded thiserror v2.0.20 |
| 782 | 2026-08-18T22:10:16.284Z | Downloaded usdt v0.5.0 |
| 783 | 2026-08-18T22:10:16.289Z | Downloaded glob v0.3.4 |
| 784 | 2026-08-18T22:10:16.292Z | Downloaded http-body-util v0.1.5 |
| 785 | 2026-08-18T22:10:16.292Z | Downloaded getrandom v0.2.17 |
| 786 | 2026-08-18T22:10:16.295Z | Downloaded git-stub-vcs v0.1.0 |
| 787 | 2026-08-18T22:10:16.295Z | Downloaded oxide-tokio-rt v0.1.6 |
| 788 | 2026-08-18T22:10:16.295Z | Downloaded percent-encoding v2.3.2 |
| 789 | 2026-08-18T22:10:16.295Z | Downloaded pest_derive v2.8.8 |
| 790 | 2026-08-18T22:10:16.298Z | Downloaded progenitor-extras v0.2.0 |
| 791 | 2026-08-18T22:10:16.298Z | Downloaded utf8parse v0.2.2 |
| 792 | 2026-08-18T22:10:16.298Z | Downloaded defmt v0.3.100 |
| 793 | 2026-08-18T22:10:16.298Z | Downloaded icu_locale_core v2.2.0 |
| 794 | 2026-08-18T22:10:16.309Z | Downloaded hmac v0.12.1 |
| 795 | 2026-08-18T22:10:16.314Z | Downloaded zeroize v1.9.0 |
| 796 | 2026-08-18T22:10:16.317Z | Downloaded progenitor-macro v0.13.0 |
| 797 | 2026-08-18T22:10:16.317Z | Downloaded rand_chacha v0.9.0 |
| 798 | 2026-08-18T22:10:16.317Z | Downloaded rand_core v0.6.4 |
| 799 | 2026-08-18T22:10:16.317Z | Downloaded embedded-io v0.4.0 |
| 800 | 2026-08-18T22:10:16.320Z | Downloaded form_urlencoded v1.2.2 |
| 801 | 2026-08-18T22:10:16.320Z | Downloaded waitgroup v0.1.2 |
| 802 | 2026-08-18T22:10:16.332Z | Downloaded quick-error v1.2.3 |
| 803 | 2026-08-18T22:10:16.336Z | Downloaded serde_spanned v1.1.1 |
| 804 | 2026-08-18T22:10:16.336Z | Downloaded simd-adler32 v0.3.10 |
| 805 | 2026-08-18T22:10:16.336Z | Downloaded ref-cast v1.0.26 |
| 806 | 2026-08-18T22:10:16.341Z | Downloaded pkg-config v0.3.33 |
| 807 | 2026-08-18T22:10:16.341Z | Downloaded rusty-fork v0.3.1 |
| 808 | 2026-08-18T22:10:16.341Z | Downloaded siphasher v1.0.3 |
| 809 | 2026-08-18T22:10:16.341Z | Downloaded dof v0.3.0 |
| 810 | 2026-08-18T22:10:16.345Z | Downloaded thiserror-impl v1.0.69 |
| 811 | 2026-08-18T22:10:16.350Z | Downloaded quote v1.0.47 |
| 812 | 2026-08-18T22:10:16.353Z | Downloaded parse-display-derive v0.10.0 |
| 813 | 2026-08-18T22:10:16.356Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 814 | 2026-08-18T22:10:16.361Z | Downloaded tungstenite v0.21.0 |
| 815 | 2026-08-18T22:10:16.364Z | Downloaded thiserror v1.0.69 |
| 816 | 2026-08-18T22:10:16.364Z | Downloaded tokio-tungstenite v0.21.0 |
| 817 | 2026-08-18T22:10:16.364Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 818 | 2026-08-18T22:10:16.364Z | Downloaded konst v0.2.20 |
| 819 | 2026-08-18T22:10:16.367Z | Downloaded progenitor v0.10.0 |
| 820 | 2026-08-18T22:10:16.367Z | Downloaded subtle v2.6.1 |
| 821 | 2026-08-18T22:10:16.370Z | Downloaded rustc-hash v2.1.3 |
| 822 | 2026-08-18T22:10:16.370Z | Downloaded serde_spanned v0.6.9 |
| 823 | 2026-08-18T22:10:16.370Z | Downloaded utf8_iter v1.0.4 |
| 824 | 2026-08-18T22:10:16.371Z | Downloaded smallvec v1.15.2 |
| 825 | 2026-08-18T22:10:16.374Z | Downloaded futures v0.3.34 |
| 826 | 2026-08-18T22:10:16.378Z | Downloaded writeable v0.6.3 |
| 827 | 2026-08-18T22:10:16.381Z | Downloaded enum-as-inner v0.6.1 |
| 828 | 2026-08-18T22:10:16.384Z | Downloaded fastrand v2.5.0 |
| 829 | 2026-08-18T22:10:16.384Z | Downloaded miniz_oxide v0.8.9 |
| 830 | 2026-08-18T22:10:16.384Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 831 | 2026-08-18T22:10:16.387Z | Downloaded slog-term v2.9.2 |
| 832 | 2026-08-18T22:10:16.390Z | Downloaded cc v1.4.2 |
| 833 | 2026-08-18T22:10:16.393Z | Downloaded semver v0.1.20 |
| 834 | 2026-08-18T22:10:16.393Z | Downloaded test-strategy v0.4.5 |
| 835 | 2026-08-18T22:10:16.397Z | Downloaded terminal_size v0.4.4 |
| 836 | 2026-08-18T22:10:16.397Z | Downloaded time-core v0.1.9 |
| 837 | 2026-08-18T22:10:16.400Z | Downloaded fxhash v0.2.1 |
| 838 | 2026-08-18T22:10:16.403Z | Downloaded oxnet v0.1.6 |
| 839 | 2026-08-18T22:10:16.403Z | Downloaded progenitor v0.14.0 |
| 840 | 2026-08-18T22:10:16.403Z | Downloaded darling_macro v0.21.3 |
| 841 | 2026-08-18T22:10:16.403Z | Downloaded dtrace-parser v0.3.0 |
| 842 | 2026-08-18T22:10:16.403Z | Downloaded fnv v1.0.7 |
| 843 | 2026-08-18T22:10:16.408Z | Downloaded foreign-types-shared v0.1.1 |
| 844 | 2026-08-18T22:10:16.408Z | Downloaded crossbeam-channel v0.5.16 |
| 845 | 2026-08-18T22:10:16.408Z | Downloaded openssl-sys v0.9.117 |
| 846 | 2026-08-18T22:10:16.412Z | Downloaded rustls-webpki v0.103.14 |
| 847 | 2026-08-18T22:10:16.412Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 848 | 2026-08-18T22:10:16.415Z | Downloaded rustls-pki-types v1.15.1 |
| 849 | 2026-08-18T22:10:16.415Z | Downloaded slog-json v2.6.1 |
| 850 | 2026-08-18T22:10:16.419Z | Downloaded hubpack v0.1.2 |
| 851 | 2026-08-18T22:10:16.419Z | Downloaded openssl-probe v0.2.1 |
| 852 | 2026-08-18T22:10:16.423Z | Downloaded proc-macro-crate v3.5.0 |
| 853 | 2026-08-18T22:10:16.423Z | Downloaded proc-macro-error-attr v1.0.4 |
| 854 | 2026-08-18T22:10:16.428Z | Downloaded strum_macros v0.27.2 |
| 855 | 2026-08-18T22:10:16.434Z | Downloaded async-compression v0.4.43 |
| 856 | 2026-08-18T22:10:16.437Z | Downloaded darling_macro v0.23.0 |
| 857 | 2026-08-18T22:10:16.439Z | Downloaded equivalent v1.0.2 |
| 858 | 2026-08-18T22:10:16.439Z | Downloaded minimal-lexical v0.2.1 |
| 859 | 2026-08-18T22:10:16.439Z | Downloaded term v1.2.1 |
| 860 | 2026-08-18T22:10:16.442Z | Downloaded tabled_derive v0.7.0 |
| 861 | 2026-08-18T22:10:16.442Z | Downloaded progenitor-impl v0.14.0 |
| 862 | 2026-08-18T22:10:16.447Z | Downloaded sha1 v0.11.0 |
| 863 | 2026-08-18T22:10:16.447Z | Downloaded futures-executor v0.3.34 |
| 864 | 2026-08-18T22:10:16.453Z | Downloaded indexmap v2.14.0 |
| 865 | 2026-08-18T22:10:16.453Z | Downloaded httparse v1.10.1 |
| 866 | 2026-08-18T22:10:16.453Z | Downloaded humantime v2.4.0 |
| 867 | 2026-08-18T22:10:16.453Z | Downloaded pest_generator v2.8.8 |
| 868 | 2026-08-18T22:10:16.453Z | Downloaded scopeguard v1.2.0 |
| 869 | 2026-08-18T22:10:16.457Z | Downloaded parking_lot v0.11.2 |
| 870 | 2026-08-18T22:10:16.457Z | Downloaded phf v0.12.1 |
| 871 | 2026-08-18T22:10:16.457Z | Downloaded poly1305 v0.8.0 |
| 872 | 2026-08-18T22:10:16.466Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 873 | 2026-08-18T22:10:16.471Z | Downloaded swrite v0.1.0 |
| 874 | 2026-08-18T22:10:16.471Z | Downloaded unit-prefix v0.5.2 |
| 875 | 2026-08-18T22:10:16.471Z | Downloaded aho-corasick v1.1.5 |
| 876 | 2026-08-18T22:10:16.475Z | Downloaded uuid v1.24.0 |
| 877 | 2026-08-18T22:10:16.478Z | Downloaded parking_lot v0.12.5 |
| 878 | 2026-08-18T22:10:16.484Z | Downloaded scroll v0.13.0 |
| 879 | 2026-08-18T22:10:16.487Z | Downloaded similar v2.7.0 |
| 880 | 2026-08-18T22:10:16.493Z | Downloaded tokio-macros v2.7.2 |
| 881 | 2026-08-18T22:10:16.500Z | Downloaded port-file v0.1.0 |
| 882 | 2026-08-18T22:10:16.503Z | Downloaded tinystr v0.8.3 |
| 883 | 2026-08-18T22:10:16.503Z | Downloaded zerofrom-derive v0.1.7 |
| 884 | 2026-08-18T22:10:16.503Z | Downloaded gethostname v0.5.0 |
| 885 | 2026-08-18T22:10:16.503Z | Downloaded dyn-clone v1.0.20 |
| 886 | 2026-08-18T22:10:16.503Z | Downloaded float-ord v0.3.2 |
| 887 | 2026-08-18T22:10:16.507Z | Downloaded serde_yaml v0.9.34+deprecated |
| 888 | 2026-08-18T22:10:16.510Z | Downloaded spin v0.9.9 |
| 889 | 2026-08-18T22:10:16.510Z | Downloaded strum v0.27.2 |
| 890 | 2026-08-18T22:10:16.510Z | Downloaded hyper-util v0.1.20 |
| 891 | 2026-08-18T22:10:16.517Z | Downloaded tracing-core v0.1.36 |
| 892 | 2026-08-18T22:10:16.525Z | Downloaded foreign-types v0.5.0 |
| 893 | 2026-08-18T22:10:16.529Z | Downloaded hostname v0.4.2 |
| 894 | 2026-08-18T22:10:16.533Z | Downloaded progenitor-macro v0.10.0 |
| 895 | 2026-08-18T22:10:16.533Z | Downloaded shlex v2.0.1 |
| 896 | 2026-08-18T22:10:16.533Z | Downloaded signal-hook-registry v1.4.8 |
| 897 | 2026-08-18T22:10:16.539Z | Downloaded derive-where v1.6.1 |
| 898 | 2026-08-18T22:10:16.543Z | Downloaded foreign-types v0.3.2 |
| 899 | 2026-08-18T22:10:16.546Z | Downloaded rand_pcg v0.10.2 |
| 900 | 2026-08-18T22:10:16.549Z | Downloaded rustc_version v0.1.7 |
| 901 | 2026-08-18T22:10:16.552Z | Downloaded rustc_version v0.4.1 |
| 902 | 2026-08-18T22:10:16.555Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 903 | 2026-08-18T22:10:16.555Z | Downloaded whoami v1.6.1 |
| 904 | 2026-08-18T22:10:16.559Z | Downloaded debug-ignore v1.0.5 |
| 905 | 2026-08-18T22:10:16.563Z | Downloaded pest_meta v2.8.8 |
| 906 | 2026-08-18T22:10:16.567Z | Downloaded deranged v0.5.8 |
| 907 | 2026-08-18T22:10:16.572Z | Downloaded testing_table v0.3.0 |
| 908 | 2026-08-18T22:10:16.572Z | Downloaded serde_derive_internals v0.29.1 |
| 909 | 2026-08-18T22:10:16.576Z | Downloaded parse-display v0.10.0 |
| 910 | 2026-08-18T22:10:16.579Z | Downloaded dunce v1.0.5 |
| 911 | 2026-08-18T22:10:16.582Z | Downloaded ryu v1.0.23 |
| 912 | 2026-08-18T22:10:16.588Z | Downloaded rhai_codegen v3.2.0 |
| 913 | 2026-08-18T22:10:16.593Z | Downloaded pin-project-internal v1.1.13 |
| 914 | 2026-08-18T22:10:16.595Z | Downloaded tinyvec v1.12.0 |
| 915 | 2026-08-18T22:10:16.599Z | Downloaded untrusted v0.9.0 |
| 916 | 2026-08-18T22:10:16.602Z | Downloaded darling_core v0.21.3 |
| 917 | 2026-08-18T22:10:16.602Z | Downloaded thiserror-no-std v2.0.2 |
| 918 | 2026-08-18T22:10:16.605Z | Downloaded potential_utf v0.1.5 |
| 919 | 2026-08-18T22:10:16.605Z | Downloaded embedded-io v0.6.1 |
| 920 | 2026-08-18T22:10:16.605Z | Downloaded serde_urlencoded v0.7.1 |
| 921 | 2026-08-18T22:10:16.608Z | Downloaded tempfile v3.27.0 |
| 922 | 2026-08-18T22:10:16.611Z | Downloaded tabwriter v1.4.1 |
| 923 | 2026-08-18T22:10:16.614Z | Downloaded unsafe-libyaml v0.2.11 |
| 924 | 2026-08-18T22:10:16.614Z | Downloaded fs-err v3.3.1 |
| 925 | 2026-08-18T22:10:16.617Z | Downloaded digest v0.11.3 |
| 926 | 2026-08-18T22:10:16.620Z | Downloaded foldhash v0.2.0 |
| 927 | 2026-08-18T22:10:16.620Z | Downloaded steno v0.4.1 |
| 928 | 2026-08-18T22:10:16.624Z | Downloaded walkdir v2.5.0 |
| 929 | 2026-08-18T22:10:16.627Z | Downloaded darling_core v0.23.0 |
| 930 | 2026-08-18T22:10:16.631Z | Downloaded pem v3.0.6 |
| 931 | 2026-08-18T22:10:16.631Z | Downloaded ppv-lite86 v0.2.21 |
| 932 | 2026-08-18T22:10:16.631Z | Downloaded wait-timeout v0.2.1 |
| 933 | 2026-08-18T22:10:16.634Z | Downloaded tokio-rustls v0.26.4 |
| 934 | 2026-08-18T22:10:16.634Z | Downloaded tokio-stream v0.1.19 |
| 935 | 2026-08-18T22:10:16.638Z | Downloaded usdt-macro v0.6.0 |
| 936 | 2026-08-18T22:10:16.638Z | Downloaded version_check v0.9.5 |
| 937 | 2026-08-18T22:10:16.638Z | Downloaded powerfmt v0.2.0 |
| 938 | 2026-08-18T22:10:16.638Z | Downloaded unicode-xid v0.2.6 |
| 939 | 2026-08-18T22:10:16.643Z | Downloaded generic-array v0.14.7 |
| 940 | 2026-08-18T22:10:16.648Z | Downloaded mio v1.2.2 |
| 941 | 2026-08-18T22:10:16.652Z | Downloaded slog-stdlog v4.1.1 |
| 942 | 2026-08-18T22:10:16.652Z | Downloaded synstructure v0.13.2 |
| 943 | 2026-08-18T22:10:16.652Z | Downloaded openssl-macros v0.1.1 |
| 944 | 2026-08-18T22:10:16.655Z | Downloaded thread_local v1.1.10 |
| 945 | 2026-08-18T22:10:16.655Z | Downloaded half v2.7.1 |
| 946 | 2026-08-18T22:10:16.655Z | Downloaded jiff-core v0.1.0 |
| 947 | 2026-08-18T22:10:16.660Z | Downloaded drift v0.2.0 |
| 948 | 2026-08-18T22:10:16.665Z | Downloaded rayon-core v1.13.0 |
| 949 | 2026-08-18T22:10:16.665Z | Downloaded schemars v0.9.0 |
| 950 | 2026-08-18T22:10:16.670Z | Downloaded getrandom v0.4.3 |
| 951 | 2026-08-18T22:10:16.676Z | Downloaded papergrid v0.11.0 |
| 952 | 2026-08-18T22:10:16.676Z | Downloaded globset v0.4.20 |
| 953 | 2026-08-18T22:10:16.676Z | Downloaded proc-macro2 v1.0.107 |
| 954 | 2026-08-18T22:10:16.681Z | Downloaded semver v1.0.28 |
| 955 | 2026-08-18T22:10:16.681Z | Downloaded sync_wrapper v1.0.2 |
| 956 | 2026-08-18T22:10:16.681Z | Downloaded heck v0.4.1 |
| 957 | 2026-08-18T22:10:16.681Z | Downloaded derive-ex v0.1.8 |
| 958 | 2026-08-18T22:10:16.684Z | Downloaded http-body v1.1.0 |
| 959 | 2026-08-18T22:10:16.684Z | Downloaded progenitor-client v0.10.0 |
| 960 | 2026-08-18T22:10:16.684Z | Downloaded stable_deref_trait v1.2.1 |
| 961 | 2026-08-18T22:10:16.687Z | Downloaded xz2 v0.1.7 |
| 962 | 2026-08-18T22:10:16.691Z | Downloaded nom v7.1.3 |
| 963 | 2026-08-18T22:10:16.694Z | Downloaded flate2 v1.1.9 |
| 964 | 2026-08-18T22:10:16.697Z | Downloaded unicode-ident v1.0.24 |
| 965 | 2026-08-18T22:10:16.700Z | Downloaded progenitor-client v0.13.0 |
| 966 | 2026-08-18T22:10:16.700Z | Downloaded slog-dtrace v0.3.0 |
| 967 | 2026-08-18T22:10:16.704Z | Downloaded socket2 v0.6.5 |
| 968 | 2026-08-18T22:10:16.707Z | Downloaded rustversion v1.0.23 |
| 969 | 2026-08-18T22:10:16.707Z | Downloaded zeroize_derive v1.5.0 |
| 970 | 2026-08-18T22:10:16.710Z | Downloaded errno v0.3.14 |
| 971 | 2026-08-18T22:10:16.716Z | Downloaded typenum v1.20.1 |
| 972 | 2026-08-18T22:10:16.719Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 973 | 2026-08-18T22:10:16.719Z | Downloaded tough v0.22.0 |
| 974 | 2026-08-18T22:10:16.723Z | Downloaded futures-channel v0.3.34 |
| 975 | 2026-08-18T22:10:16.728Z | Downloaded elliptic-curve v0.13.8 |
| 976 | 2026-08-18T22:10:16.731Z | Downloaded hickory-resolver v0.25.2 |
| 977 | 2026-08-18T22:10:16.734Z | Downloaded progenitor-macro v0.14.0 |
| 978 | 2026-08-18T22:10:16.734Z | Downloaded futures-core v0.3.34 |
| 979 | 2026-08-18T22:10:16.734Z | Downloaded progenitor-impl v0.10.0 |
| 980 | 2026-08-18T22:10:16.737Z | Downloaded getrandom v0.3.4 |
| 981 | 2026-08-18T22:10:16.738Z | Downloaded usdt-macro v0.5.0 |
| 982 | 2026-08-18T22:10:16.741Z | Downloaded parking_lot_core v0.9.12 |
| 983 | 2026-08-18T22:10:16.741Z | Downloaded digest v0.10.7 |
| 984 | 2026-08-18T22:10:16.741Z | Downloaded heck v0.5.0 |
| 985 | 2026-08-18T22:10:16.749Z | Downloaded serde_core v1.0.229 |
| 986 | 2026-08-18T22:10:16.752Z | Downloaded strum_macros v0.26.4 |
| 987 | 2026-08-18T22:10:16.757Z | Downloaded zerocopy-derive v0.8.56 |
| 988 | 2026-08-18T22:10:16.762Z | Downloaded papergrid v0.18.0 |
| 989 | 2026-08-18T22:10:16.765Z | Downloaded rand_core v0.10.1 |
| 990 | 2026-08-18T22:10:16.768Z | Downloaded hubpack_derive v0.1.1 |
| 991 | 2026-08-18T22:10:16.768Z | Downloaded pin-project-lite v0.2.17 |
| 992 | 2026-08-18T22:10:16.771Z | Downloaded scroll v0.12.0 |
| 993 | 2026-08-18T22:10:16.771Z | Downloaded resolv-conf v0.7.6 |
| 994 | 2026-08-18T22:10:16.771Z | Downloaded serde_tokenstream v0.3.0 |
| 995 | 2026-08-18T22:10:16.771Z | Downloaded quinn v0.11.11 |
| 996 | 2026-08-18T22:10:16.774Z | Downloaded http v1.5.0 |
| 997 | 2026-08-18T22:10:16.774Z | Downloaded iddqd v0.4.6 |
| 998 | 2026-08-18T22:10:16.779Z | Downloaded typed-path v0.9.3 |
| 999 | 2026-08-18T22:10:16.782Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-08-18T22:10:16.785Z | Downloaded clap_builder v4.6.6 |
| 1001 | 2026-08-18T22:10:16.788Z | Downloaded prettyplease v0.2.37 |
| 1002 | 2026-08-18T22:10:16.791Z | Downloaded zerocopy-derive v0.7.35 |
| 1003 | 2026-08-18T22:10:16.795Z | Downloaded derive_more v0.99.20 |
| 1004 | 2026-08-18T22:10:16.795Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 1005 | 2026-08-18T22:10:16.798Z | Downloaded memchr v2.8.3 |
| 1006 | 2026-08-18T22:10:16.799Z | Downloaded slog-async v2.8.0 |
| 1007 | 2026-08-18T22:10:16.799Z | Downloaded pin-project v1.1.13 |
| 1008 | 2026-08-18T22:10:16.804Z | Downloaded pest v2.8.8 |
| 1009 | 2026-08-18T22:10:16.807Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1010 | 2026-08-18T22:10:16.809Z | Downloaded typify v0.6.2 |
| 1011 | 2026-08-18T22:10:16.812Z | Downloaded postcard v1.1.3 |
| 1012 | 2026-08-18T22:10:16.812Z | Downloaded tower-layer v0.3.3 |
| 1013 | 2026-08-18T22:10:16.812Z | Downloaded group v0.13.0 |
| 1014 | 2026-08-18T22:10:16.816Z | Downloaded defmt v1.1.1 |
| 1015 | 2026-08-18T22:10:16.820Z | Downloaded tracing-attributes v0.1.31 |
| 1016 | 2026-08-18T22:10:16.820Z | Downloaded tokio-util v0.7.19 |
| 1017 | 2026-08-18T22:10:16.823Z | Downloaded dropshot-api-manager v0.7.2 |
| 1018 | 2026-08-18T22:10:16.826Z | Downloaded snafu v0.8.9 |
| 1019 | 2026-08-18T22:10:16.829Z | Downloaded paste v1.0.15 |
| 1020 | 2026-08-18T22:10:16.833Z | Downloaded phf_shared v0.12.1 |
| 1021 | 2026-08-18T22:10:16.836Z | Downloaded regex v1.13.1 |
| 1022 | 2026-08-18T22:10:16.836Z | Downloaded idna v1.1.0 |
| 1023 | 2026-08-18T22:10:16.839Z | Downloaded heapless v0.8.0 |
| 1024 | 2026-08-18T22:10:16.842Z | Downloaded libm v0.2.16 |
| 1025 | 2026-08-18T22:10:16.845Z | Downloaded tower v0.5.3 |
| 1026 | 2026-08-18T22:10:16.852Z | Downloaded itertools v0.12.1 |
| 1027 | 2026-08-18T22:10:16.857Z | Downloaded progenitor-impl v0.13.0 |
| 1028 | 2026-08-18T22:10:16.860Z | Downloaded rand_core v0.9.5 |
| 1029 | 2026-08-18T22:10:16.860Z | Downloaded usdt-impl v0.6.0 |
| 1030 | 2026-08-18T22:10:16.860Z | Downloaded rand v0.9.5 |
| 1031 | 2026-08-18T22:10:16.863Z | Downloaded winnow v0.7.15 |
| 1032 | 2026-08-18T22:10:16.868Z | Downloaded nom v8.0.0 |
| 1033 | 2026-08-18T22:10:16.871Z | Downloaded serde v1.0.229 |
| 1034 | 2026-08-18T22:10:16.874Z | Downloaded url v2.5.8 |
| 1035 | 2026-08-18T22:10:16.879Z | Downloaded qorb v0.4.1 |
| 1036 | 2026-08-18T22:10:16.882Z | Downloaded zerotrie v0.2.4 |
| 1037 | 2026-08-18T22:10:16.886Z | Downloaded icu_properties_data v2.2.0 |
| 1038 | 2026-08-18T22:10:16.890Z | Downloaded itertools v0.14.0 |
| 1039 | 2026-08-18T22:10:16.894Z | Downloaded reqwest v0.13.4 |
| 1040 | 2026-08-18T22:10:16.897Z | Downloaded rand v0.8.7 |
| 1041 | 2026-08-18T22:10:16.900Z | Downloaded slog v2.8.2 |
| 1042 | 2026-08-18T22:10:16.904Z | Downloaded zerocopy v0.7.35 |
| 1043 | 2026-08-18T22:10:16.909Z | Downloaded hickory-resolver v0.24.4 |
| 1044 | 2026-08-18T22:10:16.912Z | Downloaded schemars v1.2.2 |
| 1045 | 2026-08-18T22:10:16.918Z | Downloaded hashbrown v0.12.3 |
| 1046 | 2026-08-18T22:10:16.923Z | Downloaded aws-lc-rs v1.18.0 |
| 1047 | 2026-08-18T22:10:16.927Z | Downloaded snafu-derive v0.8.9 |
| 1048 | 2026-08-18T22:10:16.927Z | Downloaded expectorate v1.2.0 |
| 1049 | 2026-08-18T22:10:16.931Z | Downloaded textwrap v0.16.2 |
| 1050 | 2026-08-18T22:10:16.937Z | Downloaded winnow v1.0.4 |
| 1051 | 2026-08-18T22:10:16.942Z | Downloaded proptest v1.11.0 |
| 1052 | 2026-08-18T22:10:16.947Z | Downloaded typify v0.4.3 |
| 1053 | 2026-08-18T22:10:16.950Z | Downloaded chrono v0.4.45 |
| 1054 | 2026-08-18T22:10:16.953Z | Downloaded unicode-normalization v0.1.25 |
| 1055 | 2026-08-18T22:10:16.956Z | Downloaded tabled v0.21.0 |
| 1056 | 2026-08-18T22:10:16.966Z | Downloaded toml_edit v0.22.27 |
| 1057 | 2026-08-18T22:10:16.969Z | Downloaded winnow v0.5.40 |
| 1058 | 2026-08-18T22:10:16.973Z | Downloaded goblin v0.8.2 |
| 1059 | 2026-08-18T22:10:16.977Z | Downloaded dropshot_endpoint v0.17.1 |
| 1060 | 2026-08-18T22:10:16.980Z | Downloaded toml_edit v0.19.15 |
| 1061 | 2026-08-18T22:10:16.990Z | Downloaded ron v0.12.2 |
| 1062 | 2026-08-18T22:10:16.994Z | Downloaded hyper v1.11.0 |
| 1063 | 2026-08-18T22:10:16.999Z | Downloaded vcpkg v0.2.15 |
| 1064 | 2026-08-18T22:10:17.020Z | Downloaded zerovec v0.11.6 |
| 1065 | 2026-08-18T22:10:17.023Z | Downloaded hashbrown v0.15.5 |
| 1066 | 2026-08-18T22:10:17.026Z | Downloaded webpki-roots v1.0.9 |
| 1067 | 2026-08-18T22:10:17.029Z | Downloaded curve25519-dalek v4.1.3 |
| 1068 | 2026-08-18T22:10:17.033Z | Downloaded bstr v1.13.1 |
| 1069 | 2026-08-18T22:10:17.053Z | Downloaded rand v0.10.2 |
| 1070 | 2026-08-18T22:10:17.053Z | Downloaded itertools v0.15.0 |
| 1071 | 2026-08-18T22:10:17.053Z | Downloaded syn v3.0.3 |
| 1072 | 2026-08-18T22:10:17.053Z | Downloaded hashbrown v0.17.1 |
| 1073 | 2026-08-18T22:10:17.058Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-18T22:10:17.058Z | Downloaded hashbrown v0.16.1 |
| 1075 | 2026-08-18T22:10:17.062Z | Downloaded unicode-segmentation v1.13.3 |
| 1076 | 2026-08-18T22:10:17.099Z | Downloaded unicode-width v0.2.2 |
| 1077 | 2026-08-18T22:10:17.104Z | Downloaded dropshot v0.17.1 |
| 1078 | 2026-08-18T22:10:17.118Z | Downloaded serde_json v1.0.151 |
| 1079 | 2026-08-18T22:10:17.124Z | Downloaded regex-syntax v0.8.11 |
| 1080 | 2026-08-18T22:10:17.133Z | Downloaded time v0.3.55 |
| 1081 | 2026-08-18T22:10:17.144Z | Downloaded futures-util v0.3.34 |
| 1082 | 2026-08-18T22:10:17.150Z | Downloaded syn v2.0.119 |
| 1083 | 2026-08-18T22:10:17.170Z | Downloaded portable-atomic v1.15.0 |
| 1084 | 2026-08-18T22:10:17.193Z | Downloaded tower-http v0.6.11 |
| 1085 | 2026-08-18T22:10:17.200Z | Downloaded sled v0.34.7 |
| 1086 | 2026-08-18T22:10:17.207Z | Downloaded typify-impl v0.6.2 |
| 1087 | 2026-08-18T22:10:17.214Z | Downloaded typify-impl v0.4.3 |
| 1088 | 2026-08-18T22:10:17.225Z | Downloaded tracing v0.1.44 |
| 1089 | 2026-08-18T22:10:17.238Z | Downloaded moka v0.12.16 |
| 1090 | 2026-08-18T22:10:17.256Z | Downloaded quinn-proto v0.11.16 |
| 1091 | 2026-08-18T22:10:17.260Z | Downloaded regex-automata v0.4.18 |
| 1092 | 2026-08-18T22:10:17.269Z | Downloaded rayon v1.12.0 |
| 1093 | 2026-08-18T22:10:17.283Z | Downloaded h2 v0.4.15 |
| 1094 | 2026-08-18T22:10:17.287Z | Downloaded chrono-tz v0.10.4 |
| 1095 | 2026-08-18T22:10:17.297Z | Downloaded reqwest v0.12.28 |
| 1096 | 2026-08-18T22:10:17.312Z | Downloaded syn v1.0.109 |
| 1097 | 2026-08-18T22:10:17.317Z | Downloaded tabled v0.15.0 |
| 1098 | 2026-08-18T22:10:17.326Z | Downloaded csv v1.4.0 |
| 1099 | 2026-08-18T22:10:17.337Z | Downloaded goblin v0.10.7 |
| 1100 | 2026-08-18T22:10:17.342Z | Downloaded serde_with v3.22.0 |
| 1101 | 2026-08-18T22:10:17.394Z | Downloaded encoding_rs v0.8.35 |
| 1102 | 2026-08-18T22:10:17.410Z | Downloaded smoltcp v0.11.0 |
| 1103 | 2026-08-18T22:10:17.423Z | Downloaded zerocopy v0.8.56 |
| 1104 | 2026-08-18T22:10:17.452Z | Downloaded unicode-width v0.1.14 |
| 1105 | 2026-08-18T22:10:17.457Z | Downloaded nix v0.31.3 |
| 1106 | 2026-08-18T22:10:17.476Z | Downloaded openapiv3 v2.2.0 |
| 1107 | 2026-08-18T22:10:17.491Z | Downloaded rustix v0.38.44 |
| 1108 | 2026-08-18T22:10:17.504Z | Downloaded openssl v0.10.81 |
| 1109 | 2026-08-18T22:10:17.526Z | Downloaded rhai v1.25.1 |
| 1110 | 2026-08-18T22:10:17.534Z | Downloaded regress v0.11.1 |
| 1111 | 2026-08-18T22:10:17.554Z | Downloaded regress v0.10.5 |
| 1112 | 2026-08-18T22:10:17.560Z | Downloaded rustls v0.23.43 |
| 1113 | 2026-08-18T22:10:17.591Z | Downloaded rustix v1.1.4 |
| 1114 | 2026-08-18T22:10:17.606Z | Downloaded hickory-proto v0.24.4 |
| 1115 | 2026-08-18T22:10:17.613Z | Downloaded hickory-proto v0.25.2 |
| 1116 | 2026-08-18T22:10:17.703Z | Downloaded jiff v0.2.35 |
| 1117 | 2026-08-18T22:10:17.752Z | Downloaded petgraph v0.6.5 |
| 1118 | 2026-08-18T22:10:17.764Z | Downloaded lzma-sys v0.1.20 |
| 1119 | 2026-08-18T22:10:17.794Z | Downloaded libc v0.2.189 |
| 1120 | 2026-08-18T22:10:17.815Z | Downloaded petgraph v0.8.3 |
| 1121 | 2026-08-18T22:10:17.831Z | Downloaded sha3 v0.10.9 |
| 1122 | 2026-08-18T22:10:17.835Z | Downloaded tokio v1.53.1 |
| 1123 | 2026-08-18T22:10:17.879Z | Downloaded ring v0.17.14 |
| 1124 | 2026-08-18T22:10:17.958Z | Downloaded aws-lc-sys v0.44.0 |
| 1125 | 2026-08-18T22:10:18.314Z | Compiling proc-macro2 v1.0.107 |
| 1126 | 2026-08-18T22:10:18.314Z | Compiling quote v1.0.47 |
| 1127 | 2026-08-18T22:10:18.314Z | Compiling unicode-ident v1.0.24 |
| 1128 | 2026-08-18T22:10:18.314Z | Compiling serde_core v1.0.229 |
| 1129 | 2026-08-18T22:10:18.314Z | Compiling serde v1.0.229 |
| 1130 | 2026-08-18T22:10:18.314Z | Compiling libc v0.2.189 |
| 1131 | 2026-08-18T22:10:18.317Z | Compiling cfg-if v1.0.4 |
| 1132 | 2026-08-18T22:10:18.590Z | Compiling zmij v1.0.23 |
| 1133 | 2026-08-18T22:10:18.657Z | Compiling autocfg v1.5.1 |
| 1134 | 2026-08-18T22:10:18.974Z | Compiling memchr v2.8.3 |
| 1135 | 2026-08-18T22:10:19.014Z | Compiling libm v0.2.16 |
| 1136 | 2026-08-18T22:10:19.381Z | Compiling itoa v1.0.18 |
| 1137 | 2026-08-18T22:10:19.407Z | Compiling icu_properties_data v2.2.0 |
| 1138 | 2026-08-18T22:10:19.614Z | Compiling icu_normalizer_data v2.2.0 |
| 1139 | 2026-08-18T22:10:19.630Z | Compiling version_check v0.9.5 |
| 1140 | 2026-08-18T22:10:19.643Z | Compiling stable_deref_trait v1.2.1 |
| 1141 | 2026-08-18T22:10:19.767Z | Compiling syn v2.0.119 |
| 1142 | 2026-08-18T22:10:19.782Z | Compiling syn v3.0.3 |
| 1143 | 2026-08-18T22:10:19.841Z | Compiling serde_json v1.0.151 |
| 1144 | 2026-08-18T22:10:19.892Z | Compiling writeable v0.6.3 |
| 1145 | 2026-08-18T22:10:20.107Z | Compiling litemap v0.8.2 |
| 1146 | 2026-08-18T22:10:20.152Z | Compiling parking_lot_core v0.9.12 |
| 1147 | 2026-08-18T22:10:20.188Z | Compiling num-traits v0.2.19 |
| 1148 | 2026-08-18T22:10:20.207Z | Compiling utf8_iter v1.0.4 |
| 1149 | 2026-08-18T22:10:20.431Z | Compiling thiserror v2.0.20 |
| 1150 | 2026-08-18T22:10:20.449Z | Compiling percent-encoding v2.3.2 |
| 1151 | 2026-08-18T22:10:20.761Z | Compiling rand_core v0.10.1 |
| 1152 | 2026-08-18T22:10:20.798Z | Compiling getrandom v0.4.3 |
| 1153 | 2026-08-18T22:10:20.870Z | Compiling form_urlencoded v1.2.2 |
| 1154 | 2026-08-18T22:10:20.950Z | Compiling zerocopy v0.8.56 |
| 1155 | 2026-08-18T22:10:21.058Z | Compiling errno v0.3.14 |
| 1156 | 2026-08-18T22:10:21.149Z | Compiling iana-time-zone v0.1.65 |
| 1157 | 2026-08-18T22:10:21.452Z | Compiling uuid v1.24.0 |
| 1158 | 2026-08-18T22:10:21.647Z | Compiling jobserver v0.1.35 |
| 1159 | 2026-08-18T22:10:21.968Z | Compiling find-msvc-tools v0.1.10 |
| 1160 | 2026-08-18T22:10:21.984Z | Compiling shlex v2.0.1 |
| 1161 | 2026-08-18T22:10:22.055Z | Compiling rustversion v1.0.23 |
| 1162 | 2026-08-18T22:10:22.096Z | Compiling heck v0.5.0 |
| 1163 | 2026-08-18T22:10:22.165Z | Compiling semver v1.0.28 |
| 1164 | 2026-08-18T22:10:22.203Z | Compiling cc v1.4.2 |
| 1165 | 2026-08-18T22:10:22.294Z | Compiling dyn-clone v1.0.20 |
| 1166 | 2026-08-18T22:10:22.443Z | Compiling schemars v0.8.22 |
| 1167 | 2026-08-18T22:10:22.534Z | Compiling synstructure v0.13.2 |
| 1168 | 2026-08-18T22:10:22.595Z | Compiling serde_derive_internals v0.29.1 |
| 1169 | 2026-08-18T22:10:22.795Z | Compiling pin-project-lite v0.2.17 |
| 1170 | 2026-08-18T22:10:22.900Z | Compiling getrandom v0.2.17 |
| 1171 | 2026-08-18T22:10:22.988Z | Compiling serde_derive v1.0.229 |
| 1172 | 2026-08-18T22:10:23.015Z | Compiling displaydoc v0.2.7 |
| 1173 | 2026-08-18T22:10:23.125Z | Compiling thiserror-impl v2.0.20 |
| 1174 | 2026-08-18T22:10:23.227Z | Compiling tokio-macros v2.7.2 |
| 1175 | 2026-08-18T22:10:23.261Z | Compiling futures-macro v0.3.34 |
| 1176 | 2026-08-18T22:10:23.314Z | Compiling bitflags v2.13.1 |
| 1177 | 2026-08-18T22:10:23.459Z | Compiling scopeguard v1.2.0 |
| 1178 | 2026-08-18T22:10:23.582Z | Compiling pkg-config v0.3.33 |
| 1179 | 2026-08-18T22:10:23.742Z | Compiling zerofrom-derive v0.1.7 |
| 1180 | 2026-08-18T22:10:23.770Z | Compiling yoke-derive v0.8.2 |
| 1181 | 2026-08-18T22:10:23.798Z | Compiling zerovec-derive v0.11.3 |
| 1182 | 2026-08-18T22:10:23.985Z | Compiling schemars_derive v0.8.22 |
| 1183 | 2026-08-18T22:10:24.019Z | Compiling zerocopy-derive v0.8.56 |
| 1184 | 2026-08-18T22:10:24.100Z | Compiling zeroize_derive v1.5.0 |
| 1185 | 2026-08-18T22:10:24.310Z | Compiling lock_api v0.4.14 |
| 1186 | 2026-08-18T22:10:24.763Z | Compiling zeroize v1.9.0 |
| 1187 | 2026-08-18T22:10:24.854Z | Compiling socket2 v0.6.5 |
| 1188 | 2026-08-18T22:10:24.898Z | Compiling cmake v0.1.58 |
| 1189 | 2026-08-18T22:10:24.937Z | Compiling zerofrom v0.1.8 |
| 1190 | 2026-08-18T22:10:24.962Z | Compiling signal-hook-registry v1.4.8 |
| 1191 | 2026-08-18T22:10:25.001Z | Compiling mio v1.2.2 |
| 1192 | 2026-08-18T22:10:25.071Z | Compiling yoke v0.8.3 |
| 1193 | 2026-08-18T22:10:25.182Z | Compiling dunce v1.0.5 |
| 1194 | 2026-08-18T22:10:25.227Z | Compiling fs_extra v1.3.0 |
| 1195 | 2026-08-18T22:10:25.269Z | Compiling zerovec v0.11.6 |
| 1196 | 2026-08-18T22:10:25.286Z | Compiling zerotrie v0.2.4 |
| 1197 | 2026-08-18T22:10:25.373Z | Compiling portable-atomic v1.15.0 |
| 1198 | 2026-08-18T22:10:25.484Z | Compiling aws-lc-sys v0.44.0 |
| 1199 | 2026-08-18T22:10:25.583Z | Compiling critical-section v1.2.0 |
| 1200 | 2026-08-18T22:10:25.695Z | Compiling futures-core v0.3.34 |
| 1201 | 2026-08-18T22:10:25.713Z | Compiling log v0.4.33 |
| 1202 | 2026-08-18T22:10:25.815Z | Compiling tinystr v0.8.3 |
| 1203 | 2026-08-18T22:10:25.856Z | Compiling potential_utf v0.1.5 |
| 1204 | 2026-08-18T22:10:26.031Z | Compiling icu_locale_core v2.2.0 |
| 1205 | 2026-08-18T22:10:26.046Z | Compiling icu_collections v2.2.0 |
| 1206 | 2026-08-18T22:10:26.113Z | Compiling smallvec v1.15.2 |
| 1207 | 2026-08-18T22:10:26.176Z | Compiling bytes v1.12.1 |
| 1208 | 2026-08-18T22:10:26.191Z | Compiling chrono v0.4.45 |
| 1209 | 2026-08-18T22:10:26.606Z | Compiling parking_lot v0.12.5 |
| 1210 | 2026-08-18T22:10:26.625Z | Compiling once_cell v1.21.4 |
| 1211 | 2026-08-18T22:10:26.767Z | Compiling subtle v2.6.1 |
| 1212 | 2026-08-18T22:10:26.885Z | Compiling icu_provider v2.2.0 |
| 1213 | 2026-08-18T22:10:26.948Z | Compiling tokio v1.53.1 |
| 1214 | 2026-08-18T22:10:26.993Z | Compiling equivalent v1.0.2 |
| 1215 | 2026-08-18T22:10:27.038Z | Compiling allocator-api2 v0.2.21 |
| 1216 | 2026-08-18T22:10:27.093Z | Compiling httparse v1.10.1 |
| 1217 | 2026-08-18T22:10:27.418Z | Compiling icu_properties v2.2.0 |
| 1218 | 2026-08-18T22:10:27.433Z | Compiling icu_normalizer v2.2.0 |
| 1219 | 2026-08-18T22:10:27.471Z | Compiling serde_tokenstream v0.2.3 |
| 1220 | 2026-08-18T22:10:27.751Z | Compiling futures-sink v0.3.34 |
| 1221 | 2026-08-18T22:10:27.869Z | Compiling slab v0.4.12 |
| 1222 | 2026-08-18T22:10:28.076Z | Compiling rustix v1.1.4 |
| 1223 | 2026-08-18T22:10:28.206Z | Compiling ucd-trie v0.1.7 |
| 1224 | 2026-08-18T22:10:28.422Z | Compiling idna_adapter v1.2.2 |
| 1225 | 2026-08-18T22:10:28.439Z | Compiling thiserror v1.0.69 |
| 1226 | 2026-08-18T22:10:28.589Z | Compiling idna v1.1.0 |
| 1227 | 2026-08-18T22:10:28.604Z | Compiling pest v2.8.8 |
| 1228 | 2026-08-18T22:10:28.657Z | Compiling typenum v1.20.1 |
| 1229 | 2026-08-18T22:10:28.769Z | Compiling regex-syntax v0.8.11 |
| 1230 | 2026-08-18T22:10:29.017Z | Compiling url v2.5.8 |
| 1231 | 2026-08-18T22:10:29.220Z | Compiling futures-channel v0.3.34 |
| 1232 | 2026-08-18T22:10:29.489Z | Compiling thiserror-impl v1.0.69 |
| 1233 | 2026-08-18T22:10:29.489Z | Compiling strsim v0.11.1 |
| 1234 | 2026-08-18T22:10:29.585Z | Compiling hashbrown v0.17.1 |
| 1235 | 2026-08-18T22:10:29.822Z | Compiling pest_meta v2.8.8 |
| 1236 | 2026-08-18T22:10:30.267Z | Compiling aho-corasick v1.1.5 |
| 1237 | 2026-08-18T22:10:30.628Z | Compiling pest_generator v2.8.8 |
| 1238 | 2026-08-18T22:10:30.645Z | Compiling futures-task v0.3.34 |
| 1239 | 2026-08-18T22:10:30.781Z | Compiling futures-io v0.3.34 |
| 1240 | 2026-08-18T22:10:30.831Z | Compiling ipnetwork v0.21.1 |
| 1241 | 2026-08-18T22:10:30.993Z | Compiling futures-util v0.3.34 |
| 1242 | 2026-08-18T22:10:31.047Z | Compiling getrandom v0.3.4 |
| 1243 | 2026-08-18T22:10:31.254Z | Compiling pest_derive v2.8.8 |
| 1244 | 2026-08-18T22:10:31.378Z | Compiling regex-automata v0.4.18 |
| 1245 | 2026-08-18T22:10:31.431Z | Compiling ident_case v1.0.1 |
| 1246 | 2026-08-18T22:10:31.564Z | Compiling rand_core v0.6.4 |
| 1247 | 2026-08-18T22:10:31.631Z | Compiling byteorder v1.5.0 |
| 1248 | 2026-08-18T22:10:31.797Z | Compiling indexmap v2.14.0 |
| 1249 | 2026-08-18T22:10:31.890Z | Compiling tracing-core v0.1.36 |
| 1250 | 2026-08-18T22:10:32.290Z | Compiling tracing-attributes v0.1.31 |
| 1251 | 2026-08-18T22:10:32.401Z | Compiling slog v2.8.2 |
| 1252 | 2026-08-18T22:10:32.643Z | Compiling base64 v0.22.1 |
| 1253 | 2026-08-18T22:10:32.672Z | Compiling anyhow v1.0.104 |
| 1254 | 2026-08-18T22:10:32.883Z | Compiling fnv v1.0.7 |
| 1255 | 2026-08-18T22:10:33.011Z | Compiling paste v1.0.15 |
| 1256 | 2026-08-18T22:10:33.118Z | Compiling regex v1.13.1 |
| 1257 | 2026-08-18T22:10:33.519Z | Compiling tracing v0.1.44 |
| 1258 | 2026-08-18T22:10:33.534Z | Compiling erased-serde v0.3.31 |
| 1259 | 2026-08-18T22:10:33.851Z | Compiling omicron-workspace-hack v0.1.0 |
| 1260 | 2026-08-18T22:10:34.061Z | Compiling http v1.5.0 |
| 1261 | 2026-08-18T22:10:34.189Z | Compiling oxnet v0.1.6 |
| 1262 | 2026-08-18T22:10:34.630Z | Compiling rustls-pki-types v1.15.1 |
| 1263 | 2026-08-18T22:10:35.299Z | Compiling scroll_derive v0.13.1 |
| 1264 | 2026-08-18T22:10:35.450Z | Compiling ring v0.17.14 |
| 1265 | 2026-08-18T22:10:35.698Z | Compiling aws-lc-rs v1.18.0 |
| 1266 | 2026-08-18T22:10:35.835Z | Compiling time-core v0.1.9 |
| 1267 | 2026-08-18T22:10:35.915Z | Compiling num-conv v0.2.2 |
| 1268 | 2026-08-18T22:10:36.068Z | Compiling time-macros v0.2.32 |
| 1269 | 2026-08-18T22:10:36.158Z | Compiling tokio-util v0.7.19 |
| 1270 | 2026-08-18T22:10:36.430Z | Compiling untrusted v0.9.0 |
| 1271 | 2026-08-18T22:10:36.564Z | Compiling camino v1.2.5 |
| 1272 | 2026-08-18T22:10:36.891Z | Compiling untrusted v0.7.1 |
| 1273 | 2026-08-18T22:10:37.006Z | Compiling ipnet v2.12.1 |
| 1274 | 2026-08-18T22:10:37.387Z | Compiling ppv-lite86 v0.2.21 |
| 1275 | 2026-08-18T22:10:37.426Z | Compiling async-trait v0.1.92 |
| 1276 | 2026-08-18T22:10:37.619Z | Compiling daft-derive v0.1.8 |
| 1277 | 2026-08-18T22:10:37.720Z | Compiling crc32fast v1.5.0 |
| 1278 | 2026-08-18T22:10:38.008Z | Compiling rustls v0.23.43 |
| 1279 | 2026-08-18T22:10:38.322Z | Compiling http-body v1.1.0 |
| 1280 | 2026-08-18T22:10:38.326Z | Compiling darling_core v0.23.0 |
| 1281 | 2026-08-18T22:10:38.399Z | Compiling usdt-impl v0.6.0 |
| 1282 | 2026-08-18T22:10:38.497Z | Compiling pretty-hex v0.4.2 |
| 1283 | 2026-08-18T22:10:38.639Z | Compiling crossbeam-utils v0.8.22 |
| 1284 | 2026-08-18T22:10:38.656Z | Compiling atomic-waker v1.1.2 |
| 1285 | 2026-08-18T22:10:38.962Z | Compiling scroll v0.13.0 |
| 1286 | 2026-08-18T22:10:39.172Z | Compiling try-lock v0.2.5 |
| 1287 | 2026-08-18T22:10:39.227Z | Compiling tower-layer v0.3.3 |
| 1288 | 2026-08-18T22:10:39.263Z | Compiling tower-service v0.3.3 |
| 1289 | 2026-08-18T22:10:39.361Z | Compiling plain v0.2.3 |
| 1290 | 2026-08-18T22:10:39.422Z | Compiling ryu v1.0.23 |
| 1291 | 2026-08-18T22:10:39.467Z | Compiling goblin v0.10.7 |
| 1292 | 2026-08-18T22:10:39.571Z | Compiling want v0.3.1 |
| 1293 | 2026-08-18T22:10:39.745Z | Compiling h2 v0.4.15 |
| 1294 | 2026-08-18T22:10:39.963Z | Compiling slog-async v2.8.0 |
| 1295 | 2026-08-18T22:10:40.361Z | Compiling httpdate v1.0.3 |
| 1296 | 2026-08-18T22:10:40.382Z | Compiling darling_macro v0.23.0 |
| 1297 | 2026-08-18T22:10:40.614Z | Compiling dtrace-parser v0.3.0 |
| 1298 | 2026-08-18T22:10:40.744Z | Compiling thread-id v5.1.0 |
| 1299 | 2026-08-18T22:10:40.829Z | Compiling ref-cast v1.0.26 |
| 1300 | 2026-08-18T22:10:40.955Z | Compiling darling v0.23.0 |
| 1301 | 2026-08-18T22:10:42.185Z | Compiling dof v0.4.0 |
| 1302 | 2026-08-18T22:10:42.901Z | Compiling hyper v1.11.0 |
| 1303 | 2026-08-18T22:10:43.150Z | Compiling rand_core v0.9.5 |
| 1304 | 2026-08-18T22:10:43.398Z | Compiling serde_urlencoded v0.7.1 |
| 1305 | 2026-08-18T22:10:43.642Z | Compiling http-body-util v0.1.5 |
| 1306 | 2026-08-18T22:10:43.692Z | Compiling ref-cast-impl v1.0.26 |
| 1307 | 2026-08-18T22:10:43.942Z | Compiling syn v1.0.109 |
| 1308 | 2026-08-18T22:10:44.339Z | Compiling hyper-util v0.1.20 |
| 1309 | 2026-08-18T22:10:45.557Z | Compiling usdt-macro v0.6.0 |
| 1310 | 2026-08-18T22:10:45.676Z | Compiling usdt-attr-macro v0.6.0 |
| 1311 | 2026-08-18T22:10:46.395Z | Compiling serde_tokenstream v0.3.0 |
| 1312 | 2026-08-18T22:10:46.577Z | Compiling structmeta-derive v0.3.0 |
| 1313 | 2026-08-18T22:10:46.680Z | Compiling multer v3.1.0 |
| 1314 | 2026-08-18T22:10:47.060Z | Compiling foldhash v0.2.0 |
| 1315 | 2026-08-18T22:10:47.103Z | Compiling newtype-uuid-macros v0.1.1 |
| 1316 | 2026-08-18T22:10:47.347Z | Compiling rand_chacha v0.9.0 |
| 1317 | 2026-08-18T22:10:47.595Z | Compiling structmeta v0.3.0 |
| 1318 | 2026-08-18T22:10:47.866Z | Compiling deranged v0.5.8 |
| 1319 | 2026-08-18T22:10:47.895Z | Compiling num_threads v0.1.7 |
| 1320 | 2026-08-18T22:10:47.991Z | Compiling powerfmt v0.2.0 |
| 1321 | 2026-08-18T22:10:48.186Z | Compiling rand v0.9.5 |
| 1322 | 2026-08-18T22:10:48.306Z | Compiling newtype-uuid v1.4.0 |
| 1323 | 2026-08-18T22:10:48.327Z | Compiling sync_wrapper v1.0.2 |
| 1324 | 2026-08-18T22:10:48.439Z | Compiling strum_macros v0.26.4 |
| 1325 | 2026-08-18T22:10:48.892Z | Compiling time v0.3.55 |
| 1326 | 2026-08-18T22:10:48.947Z | Compiling async-stream-impl v0.3.6 |
| 1327 | 2026-08-18T22:10:49.175Z | Compiling dropshot v0.17.1 |
| 1328 | 2026-08-18T22:10:49.409Z | Compiling fastrand v2.5.0 |
| 1329 | 2026-08-18T22:10:49.575Z | Compiling hex v0.4.3 |
| 1330 | 2026-08-18T22:10:49.739Z | Compiling daft v0.1.8 |
| 1331 | 2026-08-18T22:10:49.864Z | Compiling tower v0.5.3 |
| 1332 | 2026-08-18T22:10:50.083Z | Compiling crossbeam-channel v0.5.16 |
| 1333 | 2026-08-18T22:10:50.472Z | Compiling webpki-roots v1.0.9 |
| 1334 | 2026-08-18T22:10:50.572Z | Compiling openapiv3 v2.2.0 |
| 1335 | 2026-08-18T22:10:50.733Z | Compiling generic-array v0.14.7 |
| 1336 | 2026-08-18T22:10:51.341Z | Compiling tower-http v0.6.11 |
| 1337 | 2026-08-18T22:10:51.441Z | Compiling hashbrown v0.16.1 |
| 1338 | 2026-08-18T22:10:51.704Z | Compiling serde_with_macros v3.22.0 |
| 1339 | 2026-08-18T22:10:52.138Z | Compiling futures-executor v0.3.34 |
| 1340 | 2026-08-18T22:10:52.288Z | Compiling dropshot_endpoint v0.17.1 |
| 1341 | 2026-08-18T22:10:52.592Z | Compiling macaddr v1.0.1 |
| 1342 | 2026-08-18T22:10:52.623Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1343 | 2026-08-18T22:10:52.824Z | Compiling thread_local v1.1.10 |
| 1344 | 2026-08-18T22:10:52.863Z | Compiling openssl-probe v0.2.1 |
| 1345 | 2026-08-18T22:10:53.090Z | Compiling cpufeatures v0.3.0 |
| 1346 | 2026-08-18T22:10:53.168Z | Compiling rustls-native-certs v0.8.4 |
| 1347 | 2026-08-18T22:10:53.235Z | Compiling futures v0.3.34 |
| 1348 | 2026-08-18T22:10:53.895Z | Compiling tempfile v3.27.0 |
| 1349 | 2026-08-18T22:10:53.917Z | Compiling derive-ex v0.1.8 |
| 1350 | 2026-08-18T22:10:54.045Z | Compiling strum_macros v0.27.2 |
| 1351 | 2026-08-18T22:10:54.440Z | Compiling is-terminal v0.4.17 |
| 1352 | 2026-08-18T22:10:54.546Z | Compiling take_mut v0.2.2 |
| 1353 | 2026-08-18T22:10:54.651Z | Compiling term v1.2.1 |
| 1354 | 2026-08-18T22:10:54.669Z | Compiling winnow v1.0.4 |
| 1355 | 2026-08-18T22:10:55.456Z | Compiling test-strategy v0.4.5 |
| 1356 | 2026-08-18T22:10:55.839Z | Compiling slog-term v2.9.2 |
| 1357 | 2026-08-18T22:10:57.249Z | Compiling hybrid-array v0.4.14 |
| 1358 | 2026-08-18T22:10:57.357Z | Compiling adler2 v2.0.1 |
| 1359 | 2026-08-18T22:10:57.425Z | Compiling simd-adler32 v0.3.10 |
| 1360 | 2026-08-18T22:10:57.677Z | Compiling match_cfg v0.1.0 |
| 1361 | 2026-08-18T22:10:57.729Z | Compiling miniz_oxide v0.8.9 |
| 1362 | 2026-08-18T22:10:57.763Z | Compiling hostname v0.3.1 |
| 1363 | 2026-08-18T22:10:58.372Z | Compiling slog-json v2.6.1 |
| 1364 | 2026-08-18T22:10:58.656Z | Compiling memmap2 v0.9.11 |
| 1365 | 2026-08-18T22:10:58.961Z | Compiling either v1.17.0 |
| 1366 | 2026-08-18T22:10:59.088Z | Compiling usdt v0.6.0 |
| 1367 | 2026-08-18T22:10:59.174Z | Compiling slog-bunyan v2.5.0 |
| 1368 | 2026-08-18T22:10:59.189Z | Compiling flate2 v1.1.9 |
| 1369 | 2026-08-18T22:10:59.354Z | Compiling block-buffer v0.12.1 |
| 1370 | 2026-08-18T22:10:59.540Z | Compiling crypto-common v0.2.2 |
| 1371 | 2026-08-18T22:10:59.560Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1372 | 2026-08-18T22:10:59.724Z | Compiling const-oid v0.10.2 |
| 1373 | 2026-08-18T22:10:59.739Z | Compiling compression-core v0.4.32 |
| 1374 | 2026-08-18T22:10:59.911Z | Compiling debug-ignore v1.0.5 |
| 1375 | 2026-08-18T22:11:00.032Z | Compiling compression-codecs v0.4.38 |
| 1376 | 2026-08-18T22:11:00.132Z | Compiling digest v0.11.3 |
| 1377 | 2026-08-18T22:11:00.622Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1378 | 2026-08-18T22:11:00.744Z | Compiling crypto-common v0.1.7 |
| 1379 | 2026-08-18T22:11:00.794Z | Compiling parse-display-derive v0.10.0 |
| 1380 | 2026-08-18T22:11:00.945Z | Compiling rand_chacha v0.3.1 |
| 1381 | 2026-08-18T22:11:01.288Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1382 | 2026-08-18T22:11:01.339Z | Compiling serde_spanned v1.1.1 |
| 1383 | 2026-08-18T22:11:01.493Z | Compiling encoding_rs v0.8.35 |
| 1384 | 2026-08-18T22:11:01.549Z | Compiling mime v0.3.17 |
| 1385 | 2026-08-18T22:11:01.621Z | Compiling spin v0.9.9 |
| 1386 | 2026-08-18T22:11:01.750Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1387 | 2026-08-18T22:11:01.928Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1388 | 2026-08-18T22:11:01.971Z | Compiling rand v0.8.7 |
| 1389 | 2026-08-18T22:11:02.020Z | Compiling sha1 v0.11.0 |
| 1390 | 2026-08-18T22:11:02.328Z | Compiling async-compression v0.4.43 |
| 1391 | 2026-08-18T22:11:02.332Z | Compiling strum v0.26.3 |
| 1392 | 2026-08-18T22:11:02.434Z | Compiling async-stream v0.3.6 |
| 1393 | 2026-08-18T22:11:02.711Z | Compiling waitgroup v0.1.2 |
| 1394 | 2026-08-18T22:11:02.786Z | Compiling rustls-pemfile v2.2.0 |
| 1395 | 2026-08-18T22:11:02.865Z | Compiling serde_path_to_error v0.1.20 |
| 1396 | 2026-08-18T22:11:02.871Z | Compiling hostname v0.4.2 |
| 1397 | 2026-08-18T22:11:03.046Z | Compiling wait-timeout v0.2.1 |
| 1398 | 2026-08-18T22:11:03.473Z | Compiling quick-error v1.2.3 |
| 1399 | 2026-08-18T22:11:03.489Z | Compiling bit-vec v0.8.0 |
| 1400 | 2026-08-18T22:11:03.710Z | Compiling bit-set v0.8.0 |
| 1401 | 2026-08-18T22:11:03.727Z | Compiling rusty-fork v0.3.1 |
| 1402 | 2026-08-18T22:11:03.798Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1403 | 2026-08-18T22:11:03.906Z | Compiling serde_with v3.22.0 |
| 1404 | 2026-08-18T22:11:04.273Z | Compiling rand_xorshift v0.4.0 |
| 1405 | 2026-08-18T22:11:04.440Z | Compiling unarray v0.1.4 |
| 1406 | 2026-08-18T22:11:04.560Z | Compiling proptest v1.11.0 |
| 1407 | 2026-08-18T22:11:04.677Z | Compiling strum v0.27.2 |
| 1408 | 2026-08-18T22:11:04.802Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1409 | 2026-08-18T22:11:04.954Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1410 | 2026-08-18T22:11:05.150Z | Compiling instant v0.1.13 |
| 1411 | 2026-08-18T22:11:05.363Z | Compiling iddqd v0.4.6 |
| 1412 | 2026-08-18T22:11:06.002Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1413 | 2026-08-18T22:11:06.085Z | Compiling block-buffer v0.10.4 |
| 1414 | 2026-08-18T22:11:06.262Z | Compiling backon v1.6.0 |
| 1415 | 2026-08-18T22:11:06.659Z | Compiling unicode-width v0.2.2 |
| 1416 | 2026-08-18T22:11:06.900Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1417 | 2026-08-18T22:11:07.335Z | Compiling digest v0.10.7 |
| 1418 | 2026-08-18T22:11:07.584Z | Compiling backoff v0.4.0 |
| 1419 | 2026-08-18T22:11:07.873Z | Compiling parse-display v0.10.0 |
| 1420 | 2026-08-18T22:11:08.186Z | Compiling itertools v0.14.0 |
| 1421 | 2026-08-18T22:11:08.234Z | Compiling regress v0.10.5 |
| 1422 | 2026-08-18T22:11:08.250Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1423 | 2026-08-18T22:11:09.699Z | Compiling humantime v2.4.0 |
| 1424 | 2026-08-18T22:11:11.243Z | Compiling regress v0.11.1 |
| 1425 | 2026-08-18T22:11:12.748Z | Compiling typify-impl v0.6.2 |
| 1426 | 2026-08-18T22:11:13.150Z | Compiling zerocopy-derive v0.7.35 |
| 1427 | 2026-08-18T22:11:14.328Z | Compiling clap_derive v4.6.4 |
| 1428 | 2026-08-18T22:11:14.476Z | Compiling utf8parse v0.2.2 |
| 1429 | 2026-08-18T22:11:14.586Z | Compiling convert_case v0.4.0 |
| 1430 | 2026-08-18T22:11:14.894Z | Compiling cpufeatures v0.2.17 |
| 1431 | 2026-08-18T22:11:14.970Z | Compiling derive_more v0.99.20 |
| 1432 | 2026-08-18T22:11:15.153Z | Compiling anstyle-parse v1.0.0 |
| 1433 | 2026-08-18T22:11:15.992Z | Compiling terminal_size v0.4.4 |
| 1434 | 2026-08-18T22:11:16.008Z | Compiling typify-macro v0.6.2 |
| 1435 | 2026-08-18T22:11:16.116Z | Compiling toml_datetime v0.6.11 |
| 1436 | 2026-08-18T22:11:16.263Z | Compiling anstyle v1.0.14 |
| 1437 | 2026-08-18T22:11:16.348Z | Compiling colorchoice v1.0.5 |
| 1438 | 2026-08-18T22:11:16.364Z | Compiling anstyle-query v1.1.5 |
| 1439 | 2026-08-18T22:11:16.468Z | Compiling is_terminal_polyfill v1.70.2 |
| 1440 | 2026-08-18T22:11:16.580Z | Compiling anstream v1.0.0 |
| 1441 | 2026-08-18T22:11:16.910Z | Compiling secrecy v0.10.3 |
| 1442 | 2026-08-18T22:11:17.052Z | Compiling heapless v0.8.0 |
| 1443 | 2026-08-18T22:11:17.353Z | Compiling clap_lex v1.1.0 |
| 1444 | 2026-08-18T22:11:17.446Z | Compiling crucible-workspace-hack v0.1.0 |
| 1445 | 2026-08-18T22:11:17.453Z | Compiling tinyvec_macros v0.1.1 |
| 1446 | 2026-08-18T22:11:17.724Z | Compiling typify v0.6.2 |
| 1447 | 2026-08-18T22:11:17.739Z | Compiling clap_builder v4.6.6 |
| 1448 | 2026-08-18T22:11:17.815Z | Compiling tinyvec v1.12.0 |
| 1449 | 2026-08-18T22:11:18.180Z | Compiling zerocopy v0.7.35 |
| 1450 | 2026-08-18T22:11:18.587Z | Compiling hash32 v0.3.1 |
| 1451 | 2026-08-18T22:11:18.701Z | Compiling rustc_version v0.4.1 |
| 1452 | 2026-08-18T22:11:18.726Z | Compiling scroll_derive v0.12.1 |
| 1453 | 2026-08-18T22:11:18.916Z | Compiling num-integer v0.1.47 |
| 1454 | 2026-08-18T22:11:18.965Z | Compiling usdt-impl v0.5.0 |
| 1455 | 2026-08-18T22:11:19.218Z | Compiling crossbeam-epoch v0.9.20 |
| 1456 | 2026-08-18T22:11:19.332Z | Compiling smoltcp v0.11.0 |
| 1457 | 2026-08-18T22:11:19.423Z | Compiling scroll v0.12.0 |
| 1458 | 2026-08-18T22:11:19.504Z | Compiling curve25519-dalek v4.1.3 |
| 1459 | 2026-08-18T22:11:19.676Z | Compiling clap v4.6.6 |
| 1460 | 2026-08-18T22:11:19.759Z | Compiling dof v0.3.0 |
| 1461 | 2026-08-18T22:11:20.870Z | Compiling hmac v0.12.1 |
| 1462 | 2026-08-18T22:11:20.874Z | Compiling dtrace-parser v0.2.0 |
| 1463 | 2026-08-18T22:11:21.039Z | Compiling inout v0.1.4 |
| 1464 | 2026-08-18T22:11:21.060Z | Compiling darling_core v0.21.3 |
| 1465 | 2026-08-18T22:11:21.245Z | Compiling ff v0.13.1 |
| 1466 | 2026-08-18T22:11:21.395Z | Compiling cobs v0.3.0 |
| 1467 | 2026-08-18T22:11:21.668Z | Compiling thread-id v4.2.2 |
| 1468 | 2026-08-18T22:11:21.871Z | Compiling unsafe-libyaml v0.2.11 |
| 1469 | 2026-08-18T22:11:22.103Z | Compiling managed v0.8.0 |
| 1470 | 2026-08-18T22:11:22.575Z | Compiling bitflags v1.3.2 |
| 1471 | 2026-08-18T22:11:22.980Z | Compiling serde_yaml v0.9.34+deprecated |
| 1472 | 2026-08-18T22:11:23.103Z | Compiling darling_macro v0.21.3 |
| 1473 | 2026-08-18T22:11:23.694Z | Compiling postcard v1.1.3 |
| 1474 | 2026-08-18T22:11:24.066Z | Compiling group v0.13.0 |
| 1475 | 2026-08-18T22:11:24.185Z | Compiling cipher v0.4.4 |
| 1476 | 2026-08-18T22:11:24.205Z | Compiling hkdf v0.12.4 |
| 1477 | 2026-08-18T22:11:24.852Z | Compiling goblin v0.8.2 |
| 1478 | 2026-08-18T22:11:25.123Z | Compiling num-iter v0.1.46 |
| 1479 | 2026-08-18T22:11:25.257Z | Compiling num-rational v0.4.2 |
| 1480 | 2026-08-18T22:11:26.081Z | Compiling tabwriter v1.4.1 |
| 1481 | 2026-08-18T22:11:26.101Z | Compiling universal-hash v0.5.1 |
| 1482 | 2026-08-18T22:11:26.227Z | Compiling crypto-bigint v0.5.5 |
| 1483 | 2026-08-18T22:11:26.250Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1484 | 2026-08-18T22:11:26.435Z | Compiling hubpack_derive v0.1.1 |
| 1485 | 2026-08-18T22:11:26.951Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1486 | 2026-08-18T22:11:27.446Z | Compiling half v2.7.1 |
| 1487 | 2026-08-18T22:11:27.711Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1488 | 2026-08-18T22:11:27.814Z | Compiling num-complex v0.4.6 |
| 1489 | 2026-08-18T22:11:28.371Z | Compiling memoffset v0.9.1 |
| 1490 | 2026-08-18T22:11:28.503Z | Compiling base64ct v1.8.3 |
| 1491 | 2026-08-18T22:11:28.614Z | Compiling cfg_aliases v0.2.2 |
| 1492 | 2026-08-18T22:11:28.775Z | Compiling base16ct v0.2.0 |
| 1493 | 2026-08-18T22:11:28.809Z | Compiling opaque-debug v0.3.1 |
| 1494 | 2026-08-18T22:11:28.985Z | Compiling prettyplease v0.2.37 |
| 1495 | 2026-08-18T22:11:29.113Z | Compiling heck v0.4.1 |
| 1496 | 2026-08-18T22:11:29.198Z | Compiling rustix v0.38.44 |
| 1497 | 2026-08-18T22:11:29.276Z | Compiling ciborium-io v0.2.2 |
| 1498 | 2026-08-18T22:11:29.376Z | Compiling ciborium-ll v0.2.2 |
| 1499 | 2026-08-18T22:11:29.677Z | Compiling elliptic-curve v0.13.8 |
| 1500 | 2026-08-18T22:11:29.868Z | Compiling poly1305 v0.8.0 |
| 1501 | 2026-08-18T22:11:30.140Z | Compiling password-hash v0.5.0 |
| 1502 | 2026-08-18T22:11:30.695Z | Compiling nix v0.31.3 |
| 1503 | 2026-08-18T22:11:31.208Z | Compiling num v0.4.3 |
| 1504 | 2026-08-18T22:11:31.327Z | Compiling thiserror-no-std v2.0.2 |
| 1505 | 2026-08-18T22:11:31.426Z | Compiling hubpack v0.1.2 |
| 1506 | 2026-08-18T22:11:32.490Z | Compiling chacha20 v0.9.1 |
| 1507 | 2026-08-18T22:11:32.727Z | Compiling darling v0.21.3 |
| 1508 | 2026-08-18T22:11:32.824Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1509 | 2026-08-18T22:11:33.035Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1510 | 2026-08-18T22:11:33.757Z | Compiling reqwest v0.12.28 |
| 1511 | 2026-08-18T22:11:34.082Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1512 | 2026-08-18T22:11:34.269Z | Compiling blake2 v0.10.6 |
| 1513 | 2026-08-18T22:11:34.422Z | Compiling aead v0.5.2 |
| 1514 | 2026-08-18T22:11:34.771Z | Compiling byte-wrapper v0.1.0 |
| 1515 | 2026-08-18T22:11:34.876Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1516 | 2026-08-18T22:11:34.940Z | Compiling serde_repr v0.1.21 |
| 1517 | 2026-08-18T22:11:35.665Z | Compiling proc-macro-error-attr v1.0.4 |
| 1518 | 2026-08-18T22:11:35.827Z | Compiling bstr v1.13.1 |
| 1519 | 2026-08-18T22:11:35.865Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1520 | 2026-08-18T22:11:35.890Z | Compiling keccak v0.1.6 |
| 1521 | 2026-08-18T22:11:36.110Z | Compiling float-ord v0.3.2 |
| 1522 | 2026-08-18T22:11:36.165Z | Compiling static_assertions v1.1.0 |
| 1523 | 2026-08-18T22:11:36.267Z | Compiling sha3 v0.10.9 |
| 1524 | 2026-08-18T22:11:36.603Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1525 | 2026-08-18T22:11:36.644Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1526 | 2026-08-18T22:11:37.137Z | Compiling progenitor-client v0.10.0 |
| 1527 | 2026-08-18T22:11:37.263Z | Compiling proc-macro-crate v3.5.0 |
| 1528 | 2026-08-18T22:11:37.386Z | Compiling chacha20poly1305 v0.10.1 |
| 1529 | 2026-08-18T22:11:37.534Z | Compiling argon2 v0.5.3 |
| 1530 | 2026-08-18T22:11:37.908Z | Compiling ingot-macros v0.1.1 |
| 1531 | 2026-08-18T22:11:38.477Z | Compiling vsss-rs v3.3.4 |
| 1532 | 2026-08-18T22:11:40.468Z | Compiling ciborium v0.2.2 |
| 1533 | 2026-08-18T22:11:40.861Z | Compiling usdt-macro v0.5.0 |
| 1534 | 2026-08-18T22:11:41.170Z | Compiling usdt-attr-macro v0.5.0 |
| 1535 | 2026-08-18T22:11:42.246Z | Compiling enum-as-inner v0.6.1 |
| 1536 | 2026-08-18T22:11:42.314Z | Compiling num-derive v0.4.2 |
| 1537 | 2026-08-18T22:11:42.788Z | Compiling proc-macro-error v1.0.4 |
| 1538 | 2026-08-18T22:11:43.024Z | Compiling memmap v0.7.0 |
| 1539 | 2026-08-18T22:11:43.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1540 | 2026-08-18T22:11:43.448Z | Compiling data-encoding v2.11.1 |
| 1541 | 2026-08-18T22:11:43.524Z | Compiling indent_write v2.2.0 |
| 1542 | 2026-08-18T22:11:43.608Z | Compiling winnow v0.5.40 |
| 1543 | 2026-08-18T22:11:43.698Z | Compiling usdt v0.5.0 |
| 1544 | 2026-08-18T22:11:44.134Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1545 | 2026-08-18T22:11:44.162Z | Compiling ingot-types v0.1.2 |
| 1546 | 2026-08-18T22:11:44.586Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1547 | 2026-08-18T22:11:44.687Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1548 | 2026-08-18T22:11:44.957Z | Compiling toml_edit v0.19.15 |
| 1549 | 2026-08-18T22:11:44.992Z | Compiling num_enum_derive v0.7.6 |
| 1550 | 2026-08-18T22:11:45.541Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-08-18T22:11:45.684Z | Compiling foreign-types-macros v0.2.4 |
| 1552 | 2026-08-18T22:11:45.979Z | Compiling crossbeam-deque v0.8.7 |
| 1553 | 2026-08-18T22:11:46.054Z | Compiling bytecount v0.6.9 |
| 1554 | 2026-08-18T22:11:46.259Z | Compiling winnow v0.7.15 |
| 1555 | 2026-08-18T22:11:46.283Z | Compiling vcpkg v0.2.15 |
| 1556 | 2026-08-18T22:11:46.474Z | Compiling toml_write v0.1.2 |
| 1557 | 2026-08-18T22:11:46.670Z | Compiling foreign-types-shared v0.3.1 |
| 1558 | 2026-08-18T22:11:46.724Z | Compiling colored v3.1.1 |
| 1559 | 2026-08-18T22:11:46.814Z | Compiling openssl-sys v0.9.117 |
| 1560 | 2026-08-18T22:11:46.883Z | Compiling foreign-types v0.5.0 |
| 1561 | 2026-08-18T22:11:47.002Z | Compiling proc-macro-crate v1.3.1 |
| 1562 | 2026-08-18T22:11:47.314Z | Compiling num_enum v0.7.6 |
| 1563 | 2026-08-18T22:11:47.358Z | Compiling ingot v0.1.1 |
| 1564 | 2026-08-18T22:11:47.559Z | Compiling toml_edit v0.22.27 |
| 1565 | 2026-08-18T22:11:47.594Z | Compiling atomicwrites v0.4.4 |
| 1566 | 2026-08-18T22:11:47.807Z | Compiling progenitor-impl v0.14.0 |
| 1567 | 2026-08-18T22:11:47.864Z | Compiling chacha20 v0.10.1 |
| 1568 | 2026-08-18T22:11:48.153Z | Compiling rustls-webpki v0.103.14 |
| 1569 | 2026-08-18T22:11:49.513Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1570 | 2026-08-18T22:11:49.842Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1571 | 2026-08-18T22:11:50.029Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1572 | 2026-08-18T22:11:50.046Z | Compiling cstr-argument v0.1.2 |
| 1573 | 2026-08-18T22:11:50.059Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1574 | 2026-08-18T22:11:50.210Z | Compiling linked-hash-map v0.5.6 |
| 1575 | 2026-08-18T22:11:50.265Z | Compiling semver v0.1.20 |
| 1576 | 2026-08-18T22:11:50.297Z | Compiling rayon-core v1.13.0 |
| 1577 | 2026-08-18T22:11:50.457Z | Compiling resolv-conf v0.7.6 |
| 1578 | 2026-08-18T22:11:50.519Z | Compiling unicode-segmentation v1.13.3 |
| 1579 | 2026-08-18T22:11:50.523Z | Compiling swrite v0.1.0 |
| 1580 | 2026-08-18T22:11:50.588Z | Compiling rustc_version v0.1.7 |
| 1581 | 2026-08-18T22:11:50.646Z | Compiling lru-cache v0.1.2 |
| 1582 | 2026-08-18T22:11:50.821Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1583 | 2026-08-18T22:11:50.853Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1584 | 2026-08-18T22:11:51.038Z | Compiling newline-converter v0.3.0 |
| 1585 | 2026-08-18T22:11:51.106Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1586 | 2026-08-18T22:11:51.176Z | Compiling progenitor-macro v0.14.0 |
| 1587 | 2026-08-18T22:11:51.215Z | Compiling toml v0.8.23 |
| 1588 | 2026-08-18T22:11:51.326Z | Compiling rand v0.10.2 |
| 1589 | 2026-08-18T22:11:52.479Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1590 | 2026-08-18T22:11:52.570Z | Compiling num_enum_derive v0.5.11 |
| 1591 | 2026-08-18T22:11:52.741Z | Compiling hickory-proto v0.24.4 |
| 1592 | 2026-08-18T22:11:52.939Z | Compiling tokio-rustls v0.26.4 |
| 1593 | 2026-08-18T22:11:53.246Z | Compiling hyper-rustls v0.27.9 |
| 1594 | 2026-08-18T22:11:53.564Z | Compiling rustls-platform-verifier v0.7.0 |
| 1595 | 2026-08-18T22:11:53.776Z | Compiling reqwest v0.13.4 |
| 1596 | 2026-08-18T22:11:55.458Z | Compiling progenitor-client v0.14.0 |
| 1597 | 2026-08-18T22:11:55.918Z | Compiling progenitor-extras v0.2.0 |
| 1598 | 2026-08-18T22:11:57.030Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1599 | 2026-08-18T22:12:00.214Z | Compiling similar v2.7.0 |
| 1600 | 2026-08-18T22:12:02.894Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1601 | 2026-08-18T22:12:08.322Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1602 | 2026-08-18T22:12:08.488Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1603 | 2026-08-18T22:12:08.608Z | Compiling progenitor-impl v0.13.0 |
| 1604 | 2026-08-18T22:12:08.632Z | Compiling console v0.15.11 |
| 1605 | 2026-08-18T22:12:09.919Z | Compiling camino-tempfile v1.4.1 |
| 1606 | 2026-08-18T22:12:10.305Z | Compiling serde-big-array v0.5.1 |
| 1607 | 2026-08-18T22:12:10.471Z | Compiling pin-project-internal v1.1.13 |
| 1608 | 2026-08-18T22:12:10.659Z | Compiling derive-where v1.6.1 |
| 1609 | 2026-08-18T22:12:10.904Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1610 | 2026-08-18T22:12:11.438Z | Compiling lazy_static v1.5.0 |
| 1611 | 2026-08-18T22:12:11.552Z | Compiling minimal-lexical v0.2.1 |
| 1612 | 2026-08-18T22:12:11.556Z | Compiling siphasher v1.0.3 |
| 1613 | 2026-08-18T22:12:11.800Z | Compiling nom v7.1.3 |
| 1614 | 2026-08-18T22:12:11.816Z | Compiling phf_shared v0.12.1 |
| 1615 | 2026-08-18T22:12:11.906Z | Compiling pin-project v1.1.13 |
| 1616 | 2026-08-18T22:12:12.021Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1617 | 2026-08-18T22:12:12.052Z | Compiling progenitor-macro v0.13.0 |
| 1618 | 2026-08-18T22:12:12.334Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1619 | 2026-08-18T22:12:12.832Z | Compiling expectorate v1.2.0 |
| 1620 | 2026-08-18T22:12:13.047Z | Compiling progenitor v0.14.0 |
| 1621 | 2026-08-18T22:12:13.148Z | Compiling progenitor-client v0.13.0 |
| 1622 | 2026-08-18T22:12:13.197Z | Compiling hickory-resolver v0.24.4 |
| 1623 | 2026-08-18T22:12:13.952Z | Compiling num_enum v0.5.11 |
| 1624 | 2026-08-18T22:12:15.579Z | Compiling newtype_derive v0.1.6 |
| 1625 | 2026-08-18T22:12:15.831Z | Compiling snafu-derive v0.8.9 |
| 1626 | 2026-08-18T22:12:16.123Z | Compiling unicode-normalization v0.1.25 |
| 1627 | 2026-08-18T22:12:16.411Z | Compiling tokio-stream v0.1.19 |
| 1628 | 2026-08-18T22:12:16.716Z | Compiling async-recursion v1.1.1 |
| 1629 | 2026-08-18T22:12:17.000Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1630 | 2026-08-18T22:12:17.326Z | Compiling slog-dtrace v0.3.0 |
| 1631 | 2026-08-18T22:12:17.390Z | Compiling csv-core v0.1.13 |
| 1632 | 2026-08-18T22:12:17.544Z | Compiling jiff-core v0.1.0 |
| 1633 | 2026-08-18T22:12:17.569Z | Compiling unicode-width v0.1.14 |
| 1634 | 2026-08-18T22:12:17.790Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1635 | 2026-08-18T22:12:17.879Z | Compiling chrono-tz v0.10.4 |
| 1636 | 2026-08-18T22:12:18.113Z | Compiling konst_macro_rules v0.2.19 |
| 1637 | 2026-08-18T22:12:18.321Z | Compiling highway v1.3.0 |
| 1638 | 2026-08-18T22:12:18.748Z | Compiling same-file v1.0.6 |
| 1639 | 2026-08-18T22:12:18.934Z | Compiling foreign-types-shared v0.1.1 |
| 1640 | 2026-08-18T22:12:19.043Z | Compiling openssl v0.10.81 |
| 1641 | 2026-08-18T22:12:19.058Z | Compiling owo-colors v4.3.0 |
| 1642 | 2026-08-18T22:12:19.327Z | Compiling foldhash v0.1.5 |
| 1643 | 2026-08-18T22:12:19.350Z | Compiling unicode-xid v0.2.6 |
| 1644 | 2026-08-18T22:12:19.392Z | Compiling cancel-safe-futures v0.1.5 |
| 1645 | 2026-08-18T22:12:19.478Z | Compiling const_format_proc_macros v0.2.34 |
| 1646 | 2026-08-18T22:12:19.555Z | Compiling hashbrown v0.15.5 |
| 1647 | 2026-08-18T22:12:19.747Z | Compiling foreign-types v0.3.2 |
| 1648 | 2026-08-18T22:12:19.834Z | Compiling walkdir v2.5.0 |
| 1649 | 2026-08-18T22:12:20.210Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1650 | 2026-08-18T22:12:20.266Z | Compiling jiff v0.2.35 |
| 1651 | 2026-08-18T22:12:20.502Z | Compiling konst v0.2.20 |
| 1652 | 2026-08-18T22:12:20.827Z | Compiling csv v1.4.0 |
| 1653 | 2026-08-18T22:12:20.947Z | Compiling snafu v0.8.9 |
| 1654 | 2026-08-18T22:12:21.572Z | Compiling progenitor v0.13.0 |
| 1655 | 2026-08-18T22:12:21.727Z | Compiling qorb v0.4.1 |
| 1656 | 2026-08-18T22:12:21.731Z | Compiling olpc-cjson v0.1.4 |
| 1657 | 2026-08-18T22:12:21.907Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1658 | 2026-08-18T22:12:21.945Z | Compiling rayon v1.12.0 |
| 1659 | 2026-08-18T22:12:26.076Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1660 | 2026-08-18T22:12:26.649Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1661 | 2026-08-18T22:12:27.452Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1662 | 2026-08-18T22:12:27.515Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1663 | 2026-08-18T22:12:27.945Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1664 | 2026-08-18T22:12:29.096Z | Compiling phf v0.12.1 |
| 1665 | 2026-08-18T22:12:29.277Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1666 | 2026-08-18T22:12:29.830Z | Compiling zone_cfg_derive v0.3.1 |
| 1667 | 2026-08-18T22:12:29.953Z | Compiling tokio-dtrace v0.1.1 |
| 1668 | 2026-08-18T22:12:30.128Z | Compiling globset v0.4.20 |
| 1669 | 2026-08-18T22:12:30.247Z | Compiling itertools v0.15.0 |
| 1670 | 2026-08-18T22:12:30.274Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1671 | 2026-08-18T22:12:30.491Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1672 | 2026-08-18T22:12:30.525Z | Compiling itertools v0.12.1 |
| 1673 | 2026-08-18T22:12:30.936Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1674 | 2026-08-18T22:12:31.069Z | Compiling pem v3.0.6 |
| 1675 | 2026-08-18T22:12:31.592Z | Compiling libsw-core v0.3.2 |
| 1676 | 2026-08-18T22:12:31.745Z | Compiling serde_plain v1.0.2 |
| 1677 | 2026-08-18T22:12:31.783Z | Compiling openssl-macros v0.1.1 |
| 1678 | 2026-08-18T22:12:31.803Z | Compiling cookie v0.18.2 |
| 1679 | 2026-08-18T22:12:31.980Z | Compiling sigpipe v0.1.3 |
| 1680 | 2026-08-18T22:12:32.023Z | Compiling fixedbitset v0.4.2 |
| 1681 | 2026-08-18T22:12:32.026Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1682 | 2026-08-18T22:12:32.054Z | Compiling fixedbitset v0.5.7 |
| 1683 | 2026-08-18T22:12:32.079Z | Compiling glob v0.3.4 |
| 1684 | 2026-08-18T22:12:32.252Z | Compiling typed-path v0.9.3 |
| 1685 | 2026-08-18T22:12:32.400Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1686 | 2026-08-18T22:12:32.585Z | Compiling petgraph v0.8.3 |
| 1687 | 2026-08-18T22:12:32.989Z | Compiling petgraph v0.6.5 |
| 1688 | 2026-08-18T22:12:34.283Z | Compiling tough v0.22.0 |
| 1689 | 2026-08-18T22:12:34.431Z | Compiling zone v0.3.1 |
| 1690 | 2026-08-18T22:12:34.916Z | Compiling libsw v3.5.0 |
| 1691 | 2026-08-18T22:12:34.953Z | Compiling ingot-macros v0.2.0 |
| 1692 | 2026-08-18T22:12:35.074Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1693 | 2026-08-18T22:12:35.106Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-08-18T22:12:35.359Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1695 | 2026-08-18T22:12:35.510Z | Compiling oxide-tokio-rt v0.1.6 |
| 1696 | 2026-08-18T22:12:35.654Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1697 | 2026-08-18T22:12:36.070Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1698 | 2026-08-18T22:12:36.087Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1699 | 2026-08-18T22:12:38.262Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1700 | 2026-08-18T22:12:38.530Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1701 | 2026-08-18T22:12:39.223Z | Compiling const_format v0.2.36 |
| 1702 | 2026-08-18T22:12:39.959Z | Compiling papergrid v0.11.0 |
| 1703 | 2026-08-18T22:12:40.102Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1704 | 2026-08-18T22:12:40.342Z | Compiling tabled_derive v0.7.0 |
| 1705 | 2026-08-18T22:12:41.075Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1706 | 2026-08-18T22:12:41.290Z | Compiling libscf-sys v1.2.0 |
| 1707 | 2026-08-18T22:12:41.443Z | Compiling gethostname v0.5.0 |
| 1708 | 2026-08-18T22:12:41.583Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-08-18T22:12:41.631Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1710 | 2026-08-18T22:12:41.717Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-08-18T22:12:41.751Z | Compiling smf v0.2.3 |
| 1712 | 2026-08-18T22:12:41.844Z | Compiling bcs v0.1.6 |
| 1713 | 2026-08-18T22:12:42.237Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1714 | 2026-08-18T22:12:42.361Z | Compiling unicode-linebreak v0.1.5 |
| 1715 | 2026-08-18T22:12:42.639Z | Compiling whoami v1.6.1 |
| 1716 | 2026-08-18T22:12:42.879Z | Compiling linear-map v1.2.0 |
| 1717 | 2026-08-18T22:12:43.089Z | Compiling tagptr v0.2.0 |
| 1718 | 2026-08-18T22:12:43.109Z | Compiling termtree v0.5.1 |
| 1719 | 2026-08-18T22:12:43.262Z | Compiling smawk v0.3.3 |
| 1720 | 2026-08-18T22:12:43.415Z | Compiling textwrap v0.16.2 |
| 1721 | 2026-08-18T22:12:44.013Z | Compiling moka v0.12.16 |
| 1722 | 2026-08-18T22:12:44.943Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1723 | 2026-08-18T22:12:45.095Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1724 | 2026-08-18T22:12:45.250Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-08-18T22:12:45.635Z | Compiling tabled v0.15.0 |
| 1726 | 2026-08-18T22:12:45.863Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1727 | 2026-08-18T22:12:46.508Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1728 | 2026-08-18T22:12:46.666Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1729 | 2026-08-18T22:12:46.876Z | Compiling steno v0.4.1 |
| 1730 | 2026-08-18T22:12:47.823Z | Compiling ingot-types v0.2.0 |
| 1731 | 2026-08-18T22:12:50.369Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1732 | 2026-08-18T22:12:51.854Z | Compiling hickory-proto v0.25.2 |
| 1733 | 2026-08-18T22:12:53.170Z | Compiling ingot v0.2.1 |
| 1734 | 2026-08-18T22:12:53.558Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1735 | 2026-08-18T22:12:53.968Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1736 | 2026-08-18T22:12:53.991Z | Compiling parking_lot_core v0.8.6 |
| 1737 | 2026-08-18T22:12:54.213Z | Compiling hickory-resolver v0.25.2 |
| 1738 | 2026-08-18T22:12:54.362Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1739 | 2026-08-18T22:12:55.182Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1740 | 2026-08-18T22:12:55.319Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1741 | 2026-08-18T22:12:57.040Z | Compiling papergrid v0.18.0 |
| 1742 | 2026-08-18T22:12:57.091Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1743 | 2026-08-18T22:12:57.325Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1744 | 2026-08-18T22:12:57.854Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1745 | 2026-08-18T22:12:58.105Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1746 | 2026-08-18T22:12:58.492Z | Compiling tabled v0.21.0 |
| 1747 | 2026-08-18T22:12:59.917Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1748 | 2026-08-18T22:13:01.848Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1749 | 2026-08-18T22:13:01.962Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1750 | 2026-08-18T22:13:02.438Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1751 | 2026-08-18T22:13:02.577Z | Compiling arc-swap v1.9.2 |
| 1752 | 2026-08-18T22:13:02.619Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1753 | 2026-08-18T22:13:02.921Z | Compiling slog-scope v4.4.1 |
| 1754 | 2026-08-18T22:13:03.083Z | Compiling parking_lot v0.11.2 |
| 1755 | 2026-08-18T22:13:03.284Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1756 | 2026-08-18T22:13:04.057Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1757 | 2026-08-18T22:13:04.102Z | Compiling fxhash v0.2.1 |
| 1758 | 2026-08-18T22:13:04.247Z | Compiling crc8 v0.1.1 |
| 1759 | 2026-08-18T22:13:04.368Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1760 | 2026-08-18T22:13:04.612Z | Compiling sled v0.34.7 |
| 1761 | 2026-08-18T22:13:05.464Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1762 | 2026-08-18T22:13:06.291Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1763 | 2026-08-18T22:13:06.345Z | Compiling slog-stdlog v4.1.1 |
| 1764 | 2026-08-18T22:13:06.704Z | Compiling port-file v0.1.0 |
| 1765 | 2026-08-18T22:13:06.962Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1766 | 2026-08-18T22:13:07.243Z | Compiling slog-envlogger v2.2.0 |
| 1767 | 2026-08-18T22:13:07.848Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1768 | 2026-08-18T22:13:09.431Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-08-18T22:13:11.736Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1770 | 2026-08-18T22:13:14.284Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1771 | 2026-08-18T22:13:15.695Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1772 | 2026-08-18T22:13:24.508Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1773 | 2026-08-18T22:13:29.982Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1774 | 2026-08-18T22:13:33.363Z | Finished `release` profile [optimized] target(s) in 3m 40s |
| 1775 | 2026-08-18T22:13:33.688Z | + banner trio |
| 1776 | 2026-08-18T22:13:33.692Z | |
| 1777 | 2026-08-18T22:13:33.692Z | ##### ##### # #### |
| 1778 | 2026-08-18T22:13:33.692Z | # # # # # # |
| 1779 | 2026-08-18T22:13:33.692Z | # # # # # # |
| 1780 | 2026-08-18T22:13:33.692Z | # ##### # # # |
| 1781 | 2026-08-18T22:13:33.692Z | # # # # # # |
| 1782 | 2026-08-18T22:13:33.692Z | # # # # #### |
| 1783 | 2026-08-18T22:13:33.692Z | |
| 1784 | 2026-08-18T22:13:33.692Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
| 1785 | 2026-08-18T22:13:34.270Z | Compiling cfg-if v1.0.4 |
| 1786 | 2026-08-18T22:13:34.273Z | Compiling libc v0.2.189 |
| 1787 | 2026-08-18T22:13:34.273Z | Compiling serde_core v1.0.229 |
| 1788 | 2026-08-18T22:13:34.379Z | Compiling memchr v2.8.3 |
| 1789 | 2026-08-18T22:13:34.386Z | Compiling smallvec v1.15.2 |
| 1790 | 2026-08-18T22:13:34.392Z | Compiling itoa v1.0.18 |
| 1791 | 2026-08-18T22:13:34.400Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-08-18T22:13:34.408Z | Compiling zerofrom v0.1.8 |
| 1793 | 2026-08-18T22:13:34.422Z | Compiling zmij v1.0.23 |
| 1794 | 2026-08-18T22:13:34.465Z | Compiling writeable v0.6.3 |
| 1795 | 2026-08-18T22:13:34.526Z | Compiling yoke v0.8.3 |
| 1796 | 2026-08-18T22:13:34.617Z | Compiling litemap v0.8.2 |
| 1797 | 2026-08-18T22:13:34.620Z | Compiling utf8_iter v1.0.4 |
| 1798 | 2026-08-18T22:13:34.695Z | Compiling zerovec v0.11.6 |
| 1799 | 2026-08-18T22:13:34.721Z | Compiling zerotrie v0.2.4 |
| 1800 | 2026-08-18T22:13:34.743Z | Compiling percent-encoding v2.3.2 |
| 1801 | 2026-08-18T22:13:34.780Z | Compiling libm v0.2.16 |
| 1802 | 2026-08-18T22:13:34.808Z | Compiling icu_normalizer_data v2.2.0 |
| 1803 | 2026-08-18T22:13:34.885Z | Compiling icu_properties_data v2.2.0 |
| 1804 | 2026-08-18T22:13:34.895Z | Compiling form_urlencoded v1.2.2 |
| 1805 | 2026-08-18T22:13:35.003Z | Compiling rand_core v0.10.1 |
| 1806 | 2026-08-18T22:13:35.034Z | Compiling errno v0.3.14 |
| 1807 | 2026-08-18T22:13:35.133Z | Compiling getrandom v0.4.3 |
| 1808 | 2026-08-18T22:13:35.159Z | Compiling iana-time-zone v0.1.65 |
| 1809 | 2026-08-18T22:13:35.175Z | Compiling pin-project-lite v0.2.17 |
| 1810 | 2026-08-18T22:13:35.213Z | Compiling zeroize v1.9.0 |
| 1811 | 2026-08-18T22:13:35.266Z | Compiling tinystr v0.8.3 |
| 1812 | 2026-08-18T22:13:35.313Z | Compiling potential_utf v0.1.5 |
| 1813 | 2026-08-18T22:13:35.329Z | Compiling dyn-clone v1.0.20 |
| 1814 | 2026-08-18T22:13:35.443Z | Compiling icu_locale_core v2.2.0 |
| 1815 | 2026-08-18T22:13:35.455Z | Compiling icu_collections v2.2.0 |
| 1816 | 2026-08-18T22:13:35.468Z | Compiling socket2 v0.6.5 |
| 1817 | 2026-08-18T22:13:35.473Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-08-18T22:13:35.488Z | Compiling parking_lot_core v0.9.12 |
| 1819 | 2026-08-18T22:13:35.500Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-08-18T22:13:35.584Z | Compiling num-traits v0.2.19 |
| 1821 | 2026-08-18T22:13:35.852Z | Compiling lock_api v0.4.14 |
| 1822 | 2026-08-18T22:13:35.930Z | Compiling mio v1.2.2 |
| 1823 | 2026-08-18T22:13:36.100Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-08-18T22:13:36.155Z | Compiling portable-atomic v1.15.0 |
| 1825 | 2026-08-18T22:13:36.189Z | Compiling serde v1.0.229 |
| 1826 | 2026-08-18T22:13:36.330Z | Compiling serde_json v1.0.151 |
| 1827 | 2026-08-18T22:13:36.387Z | Compiling icu_provider v2.2.0 |
| 1828 | 2026-08-18T22:13:36.452Z | Compiling uuid v1.24.0 |
| 1829 | 2026-08-18T22:13:36.578Z | Compiling semver v1.0.28 |
| 1830 | 2026-08-18T22:13:36.802Z | Compiling bytes v1.12.1 |
| 1831 | 2026-08-18T22:13:36.883Z | Compiling icu_properties v2.2.0 |
| 1832 | 2026-08-18T22:13:36.944Z | Compiling icu_normalizer v2.2.0 |
| 1833 | 2026-08-18T22:13:36.988Z | Compiling chrono v0.4.45 |
| 1834 | 2026-08-18T22:13:37.052Z | Compiling thiserror v2.0.20 |
| 1835 | 2026-08-18T22:13:37.164Z | Compiling bitflags v2.13.1 |
| 1836 | 2026-08-18T22:13:37.206Z | Compiling futures-core v0.3.34 |
| 1837 | 2026-08-18T22:13:37.368Z | Compiling tokio v1.53.1 |
| 1838 | 2026-08-18T22:13:37.568Z | Compiling critical-section v1.2.0 |
| 1839 | 2026-08-18T22:13:37.676Z | Compiling once_cell v1.21.4 |
| 1840 | 2026-08-18T22:13:37.688Z | Compiling subtle v2.6.1 |
| 1841 | 2026-08-18T22:13:37.858Z | Compiling idna_adapter v1.2.2 |
| 1842 | 2026-08-18T22:13:37.919Z | Compiling equivalent v1.0.2 |
| 1843 | 2026-08-18T22:13:37.994Z | Compiling idna v1.1.0 |
| 1844 | 2026-08-18T22:13:38.013Z | Compiling log v0.4.33 |
| 1845 | 2026-08-18T22:13:38.053Z | Compiling allocator-api2 v0.2.21 |
| 1846 | 2026-08-18T22:13:38.129Z | Compiling zerocopy v0.8.56 |
| 1847 | 2026-08-18T22:13:38.262Z | Compiling futures-sink v0.3.34 |
| 1848 | 2026-08-18T22:13:38.377Z | Compiling url v2.5.8 |
| 1849 | 2026-08-18T22:13:38.420Z | Compiling slab v0.4.12 |
| 1850 | 2026-08-18T22:13:38.438Z | Compiling typenum v1.20.1 |
| 1851 | 2026-08-18T22:13:38.648Z | Compiling futures-channel v0.3.34 |
| 1852 | 2026-08-18T22:13:38.894Z | Compiling hashbrown v0.17.1 |
| 1853 | 2026-08-18T22:13:38.917Z | Compiling getrandom v0.2.17 |
| 1854 | 2026-08-18T22:13:39.141Z | Compiling schemars v0.8.22 |
| 1855 | 2026-08-18T22:13:39.296Z | Compiling futures-io v0.3.34 |
| 1856 | 2026-08-18T22:13:39.494Z | Compiling futures-task v0.3.34 |
| 1857 | 2026-08-18T22:13:39.566Z | Compiling rand_core v0.6.4 |
| 1858 | 2026-08-18T22:13:39.671Z | Compiling futures-util v0.3.34 |
| 1859 | 2026-08-18T22:13:39.824Z | Compiling indexmap v2.14.0 |
| 1860 | 2026-08-18T22:13:40.106Z | Compiling tracing-core v0.1.36 |
| 1861 | 2026-08-18T22:13:40.431Z | Compiling ipnetwork v0.21.1 |
| 1862 | 2026-08-18T22:13:40.640Z | Compiling tracing v0.1.44 |
| 1863 | 2026-08-18T22:13:40.883Z | Compiling base64 v0.22.1 |
| 1864 | 2026-08-18T22:13:40.988Z | Compiling http v1.5.0 |
| 1865 | 2026-08-18T22:13:41.147Z | Compiling unicode-ident v1.0.24 |
| 1866 | 2026-08-18T22:13:41.269Z | Compiling proc-macro2 v1.0.107 |
| 1867 | 2026-08-18T22:13:41.354Z | Compiling slog v2.8.2 |
| 1868 | 2026-08-18T22:13:41.370Z | Compiling erased-serde v0.3.31 |
| 1869 | 2026-08-18T22:13:41.383Z | Compiling fnv v1.0.7 |
| 1870 | 2026-08-18T22:13:41.507Z | Compiling oxnet v0.1.6 |
| 1871 | 2026-08-18T22:13:42.297Z | Compiling quote v1.0.47 |
| 1872 | 2026-08-18T22:13:42.329Z | Compiling tokio-util v0.7.19 |
| 1873 | 2026-08-18T22:13:42.541Z | Compiling syn v2.0.119 |
| 1874 | 2026-08-18T22:13:42.862Z | Compiling byteorder v1.5.0 |
| 1875 | 2026-08-18T22:13:42.949Z | Compiling ipnet v2.12.1 |
| 1876 | 2026-08-18T22:13:43.124Z | Compiling thiserror v1.0.69 |
| 1877 | 2026-08-18T22:13:43.235Z | Compiling ppv-lite86 v0.2.21 |
| 1878 | 2026-08-18T22:13:43.321Z | Compiling rustls-pki-types v1.15.1 |
| 1879 | 2026-08-18T22:13:43.566Z | Compiling aws-lc-sys v0.44.0 |
| 1880 | 2026-08-18T22:13:43.607Z | Compiling http-body v1.1.0 |
| 1881 | 2026-08-18T22:13:43.620Z | Compiling untrusted v0.7.1 |
| 1882 | 2026-08-18T22:13:43.747Z | Compiling atomic-waker v1.1.2 |
| 1883 | 2026-08-18T22:13:43.778Z | Compiling httparse v1.10.1 |
| 1884 | 2026-08-18T22:13:43.885Z | Compiling try-lock v0.2.5 |
| 1885 | 2026-08-18T22:13:44.008Z | Compiling tower-layer v0.3.3 |
| 1886 | 2026-08-18T22:13:44.132Z | Compiling aws-lc-rs v1.18.0 |
| 1887 | 2026-08-18T22:13:44.153Z | Compiling pretty-hex v0.4.2 |
| 1888 | 2026-08-18T22:13:44.156Z | Compiling rustls v0.23.43 |
| 1889 | 2026-08-18T22:13:44.194Z | Compiling untrusted v0.9.0 |
| 1890 | 2026-08-18T22:13:44.209Z | Compiling ryu v1.0.23 |
| 1891 | 2026-08-18T22:13:44.266Z | Compiling tower-service v0.3.3 |
| 1892 | 2026-08-18T22:13:44.291Z | Compiling want v0.3.1 |
| 1893 | 2026-08-18T22:13:44.324Z | Compiling h2 v0.4.15 |
| 1894 | 2026-08-18T22:13:44.358Z | Compiling httpdate v1.0.3 |
| 1895 | 2026-08-18T22:13:44.394Z | Compiling rustix v1.1.4 |
| 1896 | 2026-08-18T22:13:44.469Z | Compiling regex-syntax v0.8.11 |
| 1897 | 2026-08-18T22:13:44.502Z | Compiling plain v0.2.3 |
| 1898 | 2026-08-18T22:13:44.619Z | Compiling getrandom v0.3.4 |
| 1899 | 2026-08-18T22:13:44.732Z | Compiling omicron-workspace-hack v0.1.0 |
| 1900 | 2026-08-18T22:13:44.807Z | Compiling ucd-trie v0.1.7 |
| 1901 | 2026-08-18T22:13:44.825Z | Compiling rand_core v0.9.5 |
| 1902 | 2026-08-18T22:13:45.090Z | Compiling pest v2.8.8 |
| 1903 | 2026-08-18T22:13:45.370Z | Compiling rustls-webpki v0.103.14 |
| 1904 | 2026-08-18T22:13:46.744Z | Compiling crossbeam-utils v0.8.22 |
| 1905 | 2026-08-18T22:13:47.090Z | Compiling hyper v1.11.0 |
| 1906 | 2026-08-18T22:13:47.457Z | Compiling serde_urlencoded v0.7.1 |
| 1907 | 2026-08-18T22:13:47.740Z | Compiling http-body-util v0.1.5 |
| 1908 | 2026-08-18T22:13:47.832Z | Compiling foldhash v0.2.0 |
| 1909 | 2026-08-18T22:13:48.049Z | Compiling newtype-uuid v1.4.0 |
| 1910 | 2026-08-18T22:13:48.145Z | Compiling hex v0.4.3 |
| 1911 | 2026-08-18T22:13:48.436Z | Compiling daft v0.1.8 |
| 1912 | 2026-08-18T22:13:48.762Z | Compiling hyper-util v0.1.20 |
| 1913 | 2026-08-18T22:13:49.080Z | Compiling rand_chacha v0.9.0 |
| 1914 | 2026-08-18T22:13:49.654Z | Compiling sync_wrapper v1.0.2 |
| 1915 | 2026-08-18T22:13:49.771Z | Compiling tokio-rustls v0.26.4 |
| 1916 | 2026-08-18T22:13:50.102Z | Compiling aho-corasick v1.1.5 |
| 1917 | 2026-08-18T22:13:50.564Z | Compiling fastrand v2.5.0 |
| 1918 | 2026-08-18T22:13:50.910Z | Compiling tower v0.5.3 |
| 1919 | 2026-08-18T22:13:51.119Z | Compiling regex-automata v0.4.18 |
| 1920 | 2026-08-18T22:13:51.509Z | Compiling anyhow v1.0.104 |
| 1921 | 2026-08-18T22:13:51.727Z | Compiling rand v0.9.5 |
| 1922 | 2026-08-18T22:13:51.809Z | Compiling tower-http v0.6.11 |
| 1923 | 2026-08-18T22:13:51.844Z | Compiling generic-array v0.14.7 |
| 1924 | 2026-08-18T22:13:52.155Z | Compiling hashbrown v0.16.1 |
| 1925 | 2026-08-18T22:13:52.410Z | Compiling openapiv3 v2.2.0 |
| 1926 | 2026-08-18T22:13:52.444Z | Compiling cpufeatures v0.3.0 |
| 1927 | 2026-08-18T22:13:52.468Z | Compiling openssl-probe v0.2.1 |
| 1928 | 2026-08-18T22:13:52.521Z | Compiling deranged v0.5.8 |
| 1929 | 2026-08-18T22:13:52.717Z | Compiling num-conv v0.2.2 |
| 1930 | 2026-08-18T22:13:52.876Z | Compiling num_threads v0.1.7 |
| 1931 | 2026-08-18T22:13:52.894Z | Compiling time-core v0.1.9 |
| 1932 | 2026-08-18T22:13:52.972Z | Compiling powerfmt v0.2.0 |
| 1933 | 2026-08-18T22:13:53.088Z | Compiling rustls-native-certs v0.8.4 |
| 1934 | 2026-08-18T22:13:53.262Z | Compiling camino v1.2.5 |
| 1935 | 2026-08-18T22:13:53.603Z | Compiling time v0.3.55 |
| 1936 | 2026-08-18T22:13:53.821Z | Compiling tempfile v3.27.0 |
| 1937 | 2026-08-18T22:13:53.879Z | Compiling futures-executor v0.3.34 |
| 1938 | 2026-08-18T22:13:54.374Z | Compiling winnow v1.0.4 |
| 1939 | 2026-08-18T22:13:54.648Z | Compiling futures v0.3.34 |
| 1940 | 2026-08-18T22:13:54.673Z | Compiling rustls-platform-verifier v0.7.0 |
| 1941 | 2026-08-18T22:13:54.731Z | Compiling regex v1.13.1 |
| 1942 | 2026-08-18T22:13:55.225Z | Compiling hyper-rustls v0.27.9 |
| 1943 | 2026-08-18T22:13:55.516Z | Compiling crossbeam-channel v0.5.16 |
| 1944 | 2026-08-18T22:13:55.599Z | Compiling scroll v0.13.0 |
| 1945 | 2026-08-18T22:13:55.866Z | Compiling hybrid-array v0.4.14 |
| 1946 | 2026-08-18T22:13:55.914Z | Compiling simd-adler32 v0.3.10 |
| 1947 | 2026-08-18T22:13:56.171Z | Compiling adler2 v2.0.1 |
| 1948 | 2026-08-18T22:13:56.205Z | Compiling goblin v0.10.7 |
| 1949 | 2026-08-18T22:13:56.335Z | Compiling miniz_oxide v0.8.9 |
| 1950 | 2026-08-18T22:13:56.367Z | Compiling crc32fast v1.5.0 |
| 1951 | 2026-08-18T22:13:56.503Z | Compiling reqwest v0.13.4 |
| 1952 | 2026-08-18T22:13:56.616Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1953 | 2026-08-18T22:13:56.761Z | Compiling thread_local v1.1.10 |
| 1954 | 2026-08-18T22:13:57.096Z | Compiling either v1.17.0 |
| 1955 | 2026-08-18T22:13:57.330Z | Compiling flate2 v1.1.9 |
| 1956 | 2026-08-18T22:13:57.742Z | Compiling block-buffer v0.12.1 |
| 1957 | 2026-08-18T22:13:57.923Z | Compiling crypto-common v0.2.2 |
| 1958 | 2026-08-18T22:13:57.927Z | Compiling crypto-common v0.1.7 |
| 1959 | 2026-08-18T22:13:58.072Z | Compiling dtrace-parser v0.3.0 |
| 1960 | 2026-08-18T22:13:58.592Z | Compiling rand_chacha v0.3.1 |
| 1961 | 2026-08-18T22:13:59.203Z | Compiling thread-id v5.1.0 |
| 1962 | 2026-08-18T22:13:59.222Z | Compiling is-terminal v0.4.17 |
| 1963 | 2026-08-18T22:13:59.292Z | Compiling term v1.2.1 |
| 1964 | 2026-08-18T22:13:59.335Z | Compiling compression-core v0.4.32 |
| 1965 | 2026-08-18T22:13:59.509Z | Compiling dof v0.4.0 |
| 1966 | 2026-08-18T22:14:00.625Z | Compiling take_mut v0.2.2 |
| 1967 | 2026-08-18T22:14:00.747Z | Compiling debug-ignore v1.0.5 |
| 1968 | 2026-08-18T22:14:00.861Z | Compiling match_cfg v0.1.0 |
| 1969 | 2026-08-18T22:14:00.939Z | Compiling const-oid v0.10.2 |
| 1970 | 2026-08-18T22:14:01.163Z | Compiling digest v0.11.3 |
| 1971 | 2026-08-18T22:14:01.243Z | Compiling hostname v0.3.1 |
| 1972 | 2026-08-18T22:14:01.355Z | Compiling slog-async v2.8.0 |
| 1973 | 2026-08-18T22:14:01.408Z | Compiling usdt-impl v0.6.0 |
| 1974 | 2026-08-18T22:14:02.573Z | Compiling slog-term v2.9.2 |
| 1975 | 2026-08-18T22:14:02.594Z | Compiling compression-codecs v0.4.38 |
| 1976 | 2026-08-18T22:14:02.628Z | Compiling rand v0.8.7 |
| 1977 | 2026-08-18T22:14:02.970Z | Compiling ref-cast v1.0.26 |
| 1978 | 2026-08-18T22:14:03.086Z | Compiling slog-json v2.6.1 |
| 1979 | 2026-08-18T22:14:03.356Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1980 | 2026-08-18T22:14:03.411Z | Compiling strum v0.26.3 |
| 1981 | 2026-08-18T22:14:03.556Z | Compiling macaddr v1.0.1 |
| 1982 | 2026-08-18T22:14:03.840Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1983 | 2026-08-18T22:14:04.085Z | Compiling serde_spanned v1.1.1 |
| 1984 | 2026-08-18T22:14:04.258Z | Compiling memmap2 v0.9.11 |
| 1985 | 2026-08-18T22:14:04.258Z | Compiling wait-timeout v0.2.1 |
| 1986 | 2026-08-18T22:14:04.572Z | Compiling encoding_rs v0.8.35 |
| 1987 | 2026-08-18T22:14:04.655Z | Compiling spin v0.9.9 |
| 1988 | 2026-08-18T22:14:04.735Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1989 | 2026-08-18T22:14:04.780Z | Compiling mime v0.3.17 |
| 1990 | 2026-08-18T22:14:04.987Z | Compiling quick-error v1.2.3 |
| 1991 | 2026-08-18T22:14:05.099Z | Compiling bit-vec v0.8.0 |
| 1992 | 2026-08-18T22:14:05.263Z | Compiling rusty-fork v0.3.1 |
| 1993 | 2026-08-18T22:14:05.399Z | Compiling bit-set v0.8.0 |
| 1994 | 2026-08-18T22:14:05.590Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1995 | 2026-08-18T22:14:05.666Z | Compiling multer v3.1.0 |
| 1996 | 2026-08-18T22:14:06.134Z | Compiling usdt v0.6.0 |
| 1997 | 2026-08-18T22:14:06.788Z | Compiling slog-bunyan v2.5.0 |
| 1998 | 2026-08-18T22:14:06.913Z | Compiling async-compression v0.4.43 |
| 1999 | 2026-08-18T22:14:06.968Z | Compiling sha1 v0.11.0 |
| 2000 | 2026-08-18T22:14:07.378Z | Compiling serde_with v3.22.0 |
| 2001 | 2026-08-18T22:14:07.393Z | Compiling async-stream v0.3.6 |
| 2002 | 2026-08-18T22:14:07.539Z | Compiling rand_xorshift v0.4.0 |
| 2003 | 2026-08-18T22:14:07.619Z | Compiling waitgroup v0.1.2 |
| 2004 | 2026-08-18T22:14:07.697Z | Compiling rustls-pemfile v2.2.0 |
| 2005 | 2026-08-18T22:14:07.714Z | Compiling serde_path_to_error v0.1.20 |
| 2006 | 2026-08-18T22:14:07.773Z | Compiling hostname v0.4.2 |
| 2007 | 2026-08-18T22:14:07.932Z | Compiling unarray v0.1.4 |
| 2008 | 2026-08-18T22:14:07.972Z | Compiling progenitor-client v0.14.0 |
| 2009 | 2026-08-18T22:14:08.055Z | Compiling dropshot v0.17.1 |
| 2010 | 2026-08-18T22:14:08.173Z | Compiling proptest v1.11.0 |
| 2011 | 2026-08-18T22:14:08.390Z | Compiling strum v0.27.2 |
| 2012 | 2026-08-18T22:14:08.444Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2013 | 2026-08-18T22:14:08.537Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2014 | 2026-08-18T22:14:08.595Z | Compiling iddqd v0.4.6 |
| 2015 | 2026-08-18T22:14:08.771Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2016 | 2026-08-18T22:14:08.837Z | Compiling block-buffer v0.10.4 |
| 2017 | 2026-08-18T22:14:09.006Z | Compiling reqwest v0.12.28 |
| 2018 | 2026-08-18T22:14:09.071Z | Compiling backon v1.6.0 |
| 2019 | 2026-08-18T22:14:09.330Z | Compiling instant v0.1.13 |
| 2020 | 2026-08-18T22:14:09.457Z | Compiling backoff v0.4.0 |
| 2021 | 2026-08-18T22:14:09.672Z | Compiling progenitor-extras v0.2.0 |
| 2022 | 2026-08-18T22:14:09.922Z | Compiling digest v0.10.7 |
| 2023 | 2026-08-18T22:14:10.005Z | Compiling parse-display v0.10.0 |
| 2024 | 2026-08-18T22:14:10.357Z | Compiling progenitor-client v0.10.0 |
| 2025 | 2026-08-18T22:14:10.377Z | Compiling itertools v0.14.0 |
| 2026 | 2026-08-18T22:14:10.498Z | Compiling regress v0.10.5 |
| 2027 | 2026-08-18T22:14:10.541Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2028 | 2026-08-18T22:14:10.877Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2029 | 2026-08-18T22:14:11.699Z | Compiling humantime v2.4.0 |
| 2030 | 2026-08-18T22:14:12.126Z | Compiling cpufeatures v0.2.17 |
| 2031 | 2026-08-18T22:14:12.211Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-08-18T22:14:12.640Z | Compiling unicode-width v0.2.2 |
| 2033 | 2026-08-18T22:14:12.962Z | Compiling heck v0.5.0 |
| 2034 | 2026-08-18T22:14:13.850Z | Compiling secrecy v0.10.3 |
| 2035 | 2026-08-18T22:14:14.022Z | Compiling tinyvec_macros v0.1.1 |
| 2036 | 2026-08-18T22:14:14.102Z | Compiling tinyvec v1.12.0 |
| 2037 | 2026-08-18T22:14:14.239Z | Compiling num-integer v0.1.47 |
| 2038 | 2026-08-18T22:14:14.315Z | Compiling scroll v0.12.0 |
| 2039 | 2026-08-18T22:14:14.547Z | Compiling crucible-workspace-hack v0.1.0 |
| 2040 | 2026-08-18T22:14:14.623Z | Compiling hmac v0.12.1 |
| 2041 | 2026-08-18T22:14:14.635Z | Compiling regress v0.11.1 |
| 2042 | 2026-08-18T22:14:14.799Z | Compiling inout v0.1.4 |
| 2043 | 2026-08-18T22:14:14.806Z | Compiling ff v0.13.1 |
| 2044 | 2026-08-18T22:14:14.914Z | Compiling utf8parse v0.2.2 |
| 2045 | 2026-08-18T22:14:14.946Z | Compiling group v0.13.0 |
| 2046 | 2026-08-18T22:14:15.040Z | Compiling anstyle-parse v1.0.0 |
| 2047 | 2026-08-18T22:14:15.078Z | Compiling cipher v0.4.4 |
| 2048 | 2026-08-18T22:14:15.235Z | Compiling hkdf v0.12.4 |
| 2049 | 2026-08-18T22:14:15.269Z | Compiling goblin v0.8.2 |
| 2050 | 2026-08-18T22:14:15.329Z | Compiling num-rational v0.4.2 |
| 2051 | 2026-08-18T22:14:15.407Z | Compiling num-iter v0.1.46 |
| 2052 | 2026-08-18T22:14:15.537Z | Compiling zerocopy v0.7.35 |
| 2053 | 2026-08-18T22:14:16.156Z | Compiling universal-hash v0.5.1 |
| 2054 | 2026-08-18T22:14:16.294Z | Compiling crypto-bigint v0.5.5 |
| 2055 | 2026-08-18T22:14:16.462Z | Compiling typify-impl v0.6.2 |
| 2056 | 2026-08-18T22:14:17.114Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2057 | 2026-08-18T22:14:18.179Z | Compiling terminal_size v0.4.4 |
| 2058 | 2026-08-18T22:14:18.343Z | Compiling half v2.7.1 |
| 2059 | 2026-08-18T22:14:18.355Z | Compiling num-complex v0.4.6 |
| 2060 | 2026-08-18T22:14:18.710Z | Compiling anstyle-query v1.1.5 |
| 2061 | 2026-08-18T22:14:18.826Z | Compiling is_terminal_polyfill v1.70.2 |
| 2062 | 2026-08-18T22:14:18.827Z | Compiling base64ct v1.8.3 |
| 2063 | 2026-08-18T22:14:18.935Z | Compiling colorchoice v1.0.5 |
| 2064 | 2026-08-18T22:14:19.064Z | Compiling opaque-debug v0.3.1 |
| 2065 | 2026-08-18T22:14:19.142Z | Compiling anstyle v1.0.14 |
| 2066 | 2026-08-18T22:14:19.179Z | Compiling base16ct v0.2.0 |
| 2067 | 2026-08-18T22:14:19.392Z | Compiling ciborium-io v0.2.2 |
| 2068 | 2026-08-18T22:14:19.413Z | Compiling anstream v1.0.0 |
| 2069 | 2026-08-18T22:14:19.485Z | Compiling ciborium-ll v0.2.2 |
| 2070 | 2026-08-18T22:14:19.497Z | Compiling elliptic-curve v0.13.8 |
| 2071 | 2026-08-18T22:14:19.751Z | Compiling poly1305 v0.8.0 |
| 2072 | 2026-08-18T22:14:19.803Z | Compiling password-hash v0.5.0 |
| 2073 | 2026-08-18T22:14:19.908Z | Compiling num v0.4.3 |
| 2074 | 2026-08-18T22:14:19.995Z | Compiling curve25519-dalek v4.1.3 |
| 2075 | 2026-08-18T22:14:20.378Z | Compiling typify v0.6.2 |
| 2076 | 2026-08-18T22:14:20.491Z | Compiling dof v0.3.0 |
| 2077 | 2026-08-18T22:14:20.785Z | Compiling thiserror-no-std v2.0.2 |
| 2078 | 2026-08-18T22:14:20.885Z | Compiling chacha20 v0.9.1 |
| 2079 | 2026-08-18T22:14:21.143Z | Compiling crossbeam-epoch v0.9.20 |
| 2080 | 2026-08-18T22:14:21.630Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2081 | 2026-08-18T22:14:21.859Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2082 | 2026-08-18T22:14:22.657Z | Compiling blake2 v0.10.6 |
| 2083 | 2026-08-18T22:14:23.154Z | Compiling aead v0.5.2 |
| 2084 | 2026-08-18T22:14:23.157Z | Compiling byte-wrapper v0.1.0 |
| 2085 | 2026-08-18T22:14:23.347Z | Compiling dtrace-parser v0.2.0 |
| 2086 | 2026-08-18T22:14:23.379Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2087 | 2026-08-18T22:14:24.097Z | Compiling thread-id v4.2.2 |
| 2088 | 2026-08-18T22:14:24.185Z | Compiling keccak v0.1.6 |
| 2089 | 2026-08-18T22:14:24.197Z | Compiling float-ord v0.3.2 |
| 2090 | 2026-08-18T22:14:24.312Z | Compiling strsim v0.11.1 |
| 2091 | 2026-08-18T22:14:24.572Z | Compiling clap_lex v1.1.0 |
| 2092 | 2026-08-18T22:14:24.639Z | Compiling sha3 v0.10.9 |
| 2093 | 2026-08-18T22:14:24.905Z | Compiling clap_builder v4.6.6 |
| 2094 | 2026-08-18T22:14:24.931Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2095 | 2026-08-18T22:14:25.028Z | Compiling usdt-impl v0.5.0 |
| 2096 | 2026-08-18T22:14:25.125Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2097 | 2026-08-18T22:14:25.915Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-08-18T22:14:27.909Z | Compiling chacha20poly1305 v0.10.1 |
| 2099 | 2026-08-18T22:14:28.063Z | Compiling argon2 v0.5.3 |
| 2100 | 2026-08-18T22:14:29.071Z | Compiling vsss-rs v3.3.4 |
| 2101 | 2026-08-18T22:14:29.325Z | Compiling ciborium v0.2.2 |
| 2102 | 2026-08-18T22:14:30.174Z | Compiling hash32 v0.3.1 |
| 2103 | 2026-08-18T22:14:30.340Z | Compiling memmap v0.7.0 |
| 2104 | 2026-08-18T22:14:30.540Z | Compiling indent_write v2.2.0 |
| 2105 | 2026-08-18T22:14:30.560Z | Compiling data-encoding v2.11.1 |
| 2106 | 2026-08-18T22:14:30.578Z | Compiling usdt v0.5.0 |
| 2107 | 2026-08-18T22:14:30.687Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2108 | 2026-08-18T22:14:31.218Z | Compiling heapless v0.8.0 |
| 2109 | 2026-08-18T22:14:31.723Z | Compiling ingot-types v0.1.2 |
| 2110 | 2026-08-18T22:14:31.759Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2111 | 2026-08-18T22:14:32.116Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2112 | 2026-08-18T22:14:32.180Z | Compiling clap v4.6.6 |
| 2113 | 2026-08-18T22:14:32.216Z | Compiling rustix v0.38.44 |
| 2114 | 2026-08-18T22:14:32.265Z | Compiling tabwriter v1.4.1 |
| 2115 | 2026-08-18T22:14:32.635Z | Compiling cobs v0.3.0 |
| 2116 | 2026-08-18T22:14:32.914Z | Compiling managed v0.8.0 |
| 2117 | 2026-08-18T22:14:33.182Z | Compiling colored v3.1.1 |
| 2118 | 2026-08-18T22:14:33.200Z | Compiling foreign-types-shared v0.3.1 |
| 2119 | 2026-08-18T22:14:33.298Z | Compiling bitflags v1.3.2 |
| 2120 | 2026-08-18T22:14:33.381Z | Compiling smoltcp v0.11.0 |
| 2121 | 2026-08-18T22:14:33.559Z | Compiling foreign-types v0.5.0 |
| 2122 | 2026-08-18T22:14:33.644Z | Compiling postcard v1.1.3 |
| 2123 | 2026-08-18T22:14:33.828Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2124 | 2026-08-18T22:14:34.039Z | Compiling ingot v0.1.1 |
| 2125 | 2026-08-18T22:14:35.213Z | Compiling num_enum v0.7.6 |
| 2126 | 2026-08-18T22:14:35.347Z | Compiling memoffset v0.9.1 |
| 2127 | 2026-08-18T22:14:35.440Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2128 | 2026-08-18T22:14:35.557Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2129 | 2026-08-18T22:14:35.835Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2130 | 2026-08-18T22:14:35.927Z | Compiling chacha20 v0.10.1 |
| 2131 | 2026-08-18T22:14:35.956Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2132 | 2026-08-18T22:14:36.220Z | Compiling toml_datetime v0.6.11 |
| 2133 | 2026-08-18T22:14:36.232Z | Compiling serde_spanned v0.6.9 |
| 2134 | 2026-08-18T22:14:36.376Z | Compiling cstr-argument v0.1.2 |
| 2135 | 2026-08-18T22:14:36.393Z | Compiling toml_write v0.1.2 |
| 2136 | 2026-08-18T22:14:36.549Z | Compiling swrite v0.1.0 |
| 2137 | 2026-08-18T22:14:36.566Z | Compiling resolv-conf v0.7.6 |
| 2138 | 2026-08-18T22:14:36.597Z | Compiling unicode-segmentation v1.13.3 |
| 2139 | 2026-08-18T22:14:36.642Z | Compiling static_assertions v1.1.0 |
| 2140 | 2026-08-18T22:14:36.654Z | Compiling winnow v0.7.15 |
| 2141 | 2026-08-18T22:14:36.717Z | Compiling linked-hash-map v0.5.6 |
| 2142 | 2026-08-18T22:14:36.932Z | Compiling lru-cache v0.1.2 |
| 2143 | 2026-08-18T22:14:37.013Z | Compiling newline-converter v0.3.0 |
| 2144 | 2026-08-18T22:14:37.072Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2145 | 2026-08-18T22:14:37.148Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2146 | 2026-08-18T22:14:37.183Z | Compiling rand v0.10.2 |
| 2147 | 2026-08-18T22:14:37.187Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2148 | 2026-08-18T22:14:37.342Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-08-18T22:14:37.472Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2150 | 2026-08-18T22:14:37.590Z | Compiling nix v0.31.3 |
| 2151 | 2026-08-18T22:14:37.698Z | Compiling crossbeam-deque v0.8.7 |
| 2152 | 2026-08-18T22:14:37.920Z | Compiling atomicwrites v0.4.4 |
| 2153 | 2026-08-18T22:14:37.937Z | Compiling hickory-proto v0.24.4 |
| 2154 | 2026-08-18T22:14:38.215Z | Compiling toml_edit v0.22.27 |
| 2155 | 2026-08-18T22:14:38.597Z | Compiling console v0.15.11 |
| 2156 | 2026-08-18T22:14:38.875Z | Compiling itertools v0.12.1 |
| 2157 | 2026-08-18T22:14:39.936Z | Compiling camino-tempfile v1.4.1 |
| 2158 | 2026-08-18T22:14:40.193Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-08-18T22:14:40.348Z | Compiling similar v2.7.0 |
| 2160 | 2026-08-18T22:14:40.360Z | Compiling lazy_static v1.5.0 |
| 2161 | 2026-08-18T22:14:40.364Z | Compiling siphasher v1.0.3 |
| 2162 | 2026-08-18T22:14:40.477Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2163 | 2026-08-18T22:14:40.568Z | Compiling phf_shared v0.12.1 |
| 2164 | 2026-08-18T22:14:40.791Z | Compiling pin-project v1.1.13 |
| 2165 | 2026-08-18T22:14:40.900Z | Compiling expectorate v1.2.0 |
| 2166 | 2026-08-18T22:14:41.078Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2167 | 2026-08-18T22:14:41.120Z | Compiling hickory-resolver v0.24.4 |
| 2168 | 2026-08-18T22:14:41.318Z | Compiling toml v0.8.23 |
| 2169 | 2026-08-18T22:14:42.991Z | Compiling prettyplease v0.2.37 |
| 2170 | 2026-08-18T22:14:44.199Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2171 | 2026-08-18T22:14:44.795Z | Compiling rayon-core v1.13.0 |
| 2172 | 2026-08-18T22:14:46.304Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2173 | 2026-08-18T22:14:46.475Z | Compiling num_enum v0.5.11 |
| 2174 | 2026-08-18T22:14:46.516Z | Compiling progenitor-impl v0.14.0 |
| 2175 | 2026-08-18T22:14:46.599Z | Compiling progenitor-impl v0.13.0 |
| 2176 | 2026-08-18T22:14:47.364Z | Compiling unicode-normalization v0.1.25 |
| 2177 | 2026-08-18T22:14:47.957Z | Compiling progenitor-client v0.13.0 |
| 2178 | 2026-08-18T22:14:48.463Z | Compiling tokio-stream v0.1.19 |
| 2179 | 2026-08-18T22:14:49.051Z | Compiling bstr v1.13.1 |
| 2180 | 2026-08-18T22:14:49.742Z | Compiling csv-core v0.1.13 |
| 2181 | 2026-08-18T22:14:50.032Z | Compiling unicode-width v0.1.14 |
| 2182 | 2026-08-18T22:14:50.140Z | Compiling highway v1.3.0 |
| 2183 | 2026-08-18T22:14:50.345Z | Compiling konst_macro_rules v0.2.19 |
| 2184 | 2026-08-18T22:14:50.418Z | Compiling foreign-types-shared v0.1.1 |
| 2185 | 2026-08-18T22:14:50.513Z | Compiling jiff-core v0.1.0 |
| 2186 | 2026-08-18T22:14:50.537Z | Compiling same-file v1.0.6 |
| 2187 | 2026-08-18T22:14:50.720Z | Compiling foldhash v0.1.5 |
| 2188 | 2026-08-18T22:14:50.815Z | Compiling walkdir v2.5.0 |
| 2189 | 2026-08-18T22:14:50.943Z | Compiling hashbrown v0.15.5 |
| 2190 | 2026-08-18T22:14:51.530Z | Compiling jiff v0.2.35 |
| 2191 | 2026-08-18T22:14:51.596Z | Compiling foreign-types v0.3.2 |
| 2192 | 2026-08-18T22:14:51.672Z | Compiling konst v0.2.20 |
| 2193 | 2026-08-18T22:14:52.055Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2194 | 2026-08-18T22:14:52.353Z | Compiling csv v1.4.0 |
| 2195 | 2026-08-18T22:14:53.294Z | Compiling globset v0.4.20 |
| 2196 | 2026-08-18T22:14:54.428Z | Compiling qorb v0.4.1 |
| 2197 | 2026-08-18T22:14:54.591Z | Compiling progenitor v0.13.0 |
| 2198 | 2026-08-18T22:14:54.736Z | Compiling snafu v0.8.9 |
| 2199 | 2026-08-18T22:14:55.352Z | Compiling progenitor v0.14.0 |
| 2200 | 2026-08-18T22:14:55.499Z | Compiling olpc-cjson v0.1.4 |
| 2201 | 2026-08-18T22:14:55.711Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2202 | 2026-08-18T22:14:56.309Z | Compiling rayon v1.12.0 |
| 2203 | 2026-08-18T22:14:56.557Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2204 | 2026-08-18T22:14:58.497Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2205 | 2026-08-18T22:14:59.142Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2206 | 2026-08-18T22:15:01.103Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2207 | 2026-08-18T22:15:03.295Z | Compiling phf v0.12.1 |
| 2208 | 2026-08-18T22:15:03.352Z | Compiling openssl-sys v0.9.117 |
| 2209 | 2026-08-18T22:15:03.464Z | Compiling tokio-dtrace v0.1.1 |
| 2210 | 2026-08-18T22:15:03.807Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2211 | 2026-08-18T22:15:03.855Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2212 | 2026-08-18T22:15:04.064Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2213 | 2026-08-18T22:15:04.207Z | Compiling libsw-core v0.3.2 |
| 2214 | 2026-08-18T22:15:04.383Z | Compiling pem v3.0.6 |
| 2215 | 2026-08-18T22:15:04.942Z | Compiling serde_plain v1.0.2 |
| 2216 | 2026-08-18T22:15:05.076Z | Compiling sigpipe v0.1.3 |
| 2217 | 2026-08-18T22:15:05.176Z | Compiling fixedbitset v0.5.7 |
| 2218 | 2026-08-18T22:15:05.226Z | Compiling fixedbitset v0.4.2 |
| 2219 | 2026-08-18T22:15:05.440Z | Compiling typed-path v0.9.3 |
| 2220 | 2026-08-18T22:15:05.455Z | Compiling minimal-lexical v0.2.1 |
| 2221 | 2026-08-18T22:15:05.594Z | Compiling bytecount v0.6.9 |
| 2222 | 2026-08-18T22:15:05.687Z | Compiling glob v0.3.4 |
| 2223 | 2026-08-18T22:15:05.755Z | Compiling papergrid v0.11.0 |
| 2224 | 2026-08-18T22:15:05.773Z | Compiling nom v7.1.3 |
| 2225 | 2026-08-18T22:15:05.785Z | Compiling petgraph v0.8.3 |
| 2226 | 2026-08-18T22:15:06.633Z | Compiling tough v0.22.0 |
| 2227 | 2026-08-18T22:15:06.962Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2228 | 2026-08-18T22:15:07.471Z | Compiling petgraph v0.6.5 |
| 2229 | 2026-08-18T22:15:08.173Z | Compiling openssl v0.10.81 |
| 2230 | 2026-08-18T22:15:08.410Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2231 | 2026-08-18T22:15:08.844Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2232 | 2026-08-18T22:15:09.318Z | Compiling libsw v3.5.0 |
| 2233 | 2026-08-18T22:15:09.349Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2234 | 2026-08-18T22:15:09.509Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2235 | 2026-08-18T22:15:09.589Z | Compiling zone v0.3.1 |
| 2236 | 2026-08-18T22:15:09.810Z | Compiling oxide-tokio-rt v0.1.6 |
| 2237 | 2026-08-18T22:15:10.414Z | Compiling chrono-tz v0.10.4 |
| 2238 | 2026-08-18T22:15:11.083Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2239 | 2026-08-18T22:15:11.360Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2240 | 2026-08-18T22:15:11.565Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2241 | 2026-08-18T22:15:11.662Z | Compiling newtype_derive v0.1.6 |
| 2242 | 2026-08-18T22:15:11.741Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2243 | 2026-08-18T22:15:11.753Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2244 | 2026-08-18T22:15:12.375Z | Compiling slog-dtrace v0.3.0 |
| 2245 | 2026-08-18T22:15:13.049Z | Compiling owo-colors v4.3.0 |
| 2246 | 2026-08-18T22:15:13.952Z | Compiling const_format v0.2.36 |
| 2247 | 2026-08-18T22:15:14.016Z | Compiling cancel-safe-futures v0.1.5 |
| 2248 | 2026-08-18T22:15:14.375Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2249 | 2026-08-18T22:15:14.448Z | Compiling gethostname v0.5.0 |
| 2250 | 2026-08-18T22:15:14.587Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2251 | 2026-08-18T22:15:15.080Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2252 | 2026-08-18T22:15:15.208Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2253 | 2026-08-18T22:15:15.234Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2254 | 2026-08-18T22:15:15.319Z | Compiling bcs v0.1.6 |
| 2255 | 2026-08-18T22:15:15.330Z | Compiling smf v0.2.3 |
| 2256 | 2026-08-18T22:15:15.407Z | Compiling unicode-linebreak v0.1.5 |
| 2257 | 2026-08-18T22:15:15.677Z | Compiling smawk v0.3.3 |
| 2258 | 2026-08-18T22:15:15.735Z | Compiling whoami v1.6.1 |
| 2259 | 2026-08-18T22:15:15.822Z | Compiling tagptr v0.2.0 |
| 2260 | 2026-08-18T22:15:15.983Z | Compiling termtree v0.5.1 |
| 2261 | 2026-08-18T22:15:16.022Z | Compiling linear-map v1.2.0 |
| 2262 | 2026-08-18T22:15:16.158Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2263 | 2026-08-18T22:15:16.185Z | Compiling moka v0.12.16 |
| 2264 | 2026-08-18T22:15:16.245Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2265 | 2026-08-18T22:15:16.545Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-08-18T22:15:17.439Z | Compiling textwrap v0.16.2 |
| 2267 | 2026-08-18T22:15:18.134Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2268 | 2026-08-18T22:15:19.017Z | Compiling tabled v0.15.0 |
| 2269 | 2026-08-18T22:15:19.731Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2270 | 2026-08-18T22:15:19.743Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2271 | 2026-08-18T22:15:20.641Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2272 | 2026-08-18T22:15:20.853Z | Compiling steno v0.4.1 |
| 2273 | 2026-08-18T22:15:20.889Z | Compiling cookie v0.18.2 |
| 2274 | 2026-08-18T22:15:22.901Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2275 | 2026-08-18T22:15:25.205Z | Compiling hickory-proto v0.25.2 |
| 2276 | 2026-08-18T22:15:27.451Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2277 | 2026-08-18T22:15:27.843Z | Compiling hickory-resolver v0.25.2 |
| 2278 | 2026-08-18T22:15:28.249Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2279 | 2026-08-18T22:15:29.932Z | Compiling arc-swap v1.9.2 |
| 2280 | 2026-08-18T22:15:30.277Z | Compiling slog-scope v4.4.1 |
| 2281 | 2026-08-18T22:15:30.290Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2282 | 2026-08-18T22:15:30.666Z | Compiling libscf-sys v1.2.0 |
| 2283 | 2026-08-18T22:15:30.810Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-08-18T22:15:30.866Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2285 | 2026-08-18T22:15:30.991Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2286 | 2026-08-18T22:15:31.561Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-08-18T22:15:31.659Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2288 | 2026-08-18T22:15:33.222Z | Compiling slog-stdlog v4.1.1 |
| 2289 | 2026-08-18T22:15:33.594Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2290 | 2026-08-18T22:15:33.702Z | Compiling slog-envlogger v2.2.0 |
| 2291 | 2026-08-18T22:15:34.409Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2292 | 2026-08-18T22:15:34.616Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2293 | 2026-08-18T22:15:34.994Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2294 | 2026-08-18T22:15:41.736Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2295 | 2026-08-18T22:15:44.351Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-08-18T22:15:45.778Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2297 | 2026-08-18T22:15:54.669Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2298 | 2026-08-18T22:15:58.344Z | Finished `release` profile [optimized] target(s) in 2m 24s |
| 2299 | 2026-08-18T22:15:58.463Z | Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2) |
| 2300 | 2026-08-18T22:15:58.473Z | |
| 2301 | 2026-08-18T22:15:58.473Z | running 1 test |
| 2302 | 2026-08-18T22:15:58.603Z | configure zone |
| 2303 | 2026-08-18T22:15:58.623Z | install zone |
| 2304 | 2026-08-18T22:16:07.486Z | boot zone |
| 2305 | 2026-08-18T22:16:07.577Z | start zone s1 |
| 2306 | 2026-08-18T22:16:07.577Z | configure zone |
| 2307 | 2026-08-18T22:16:07.586Z | install zone |
| 2308 | 2026-08-18T22:16:09.220Z | boot zone |
| 2309 | 2026-08-18T22:16:09.321Z | start zone s2 |
| 2310 | 2026-08-18T22:16:09.321Z | configure zone |
| 2311 | 2026-08-18T22:16:09.331Z | install zone |
| 2312 | 2026-08-18T22:16:11.521Z | boot zone |
| 2313 | 2026-08-18T22:16:11.611Z | start zone t1 |
| 2314 | 2026-08-18T22:16:11.611Z | configure zone |
| 2315 | 2026-08-18T22:16:11.621Z | install zone |
| 2316 | 2026-08-18T22:16:13.718Z | boot zone |
| 2317 | 2026-08-18T22:16:13.823Z | waiting for zones to come up |
| 2318 | 2026-08-18T22:16:23.861Z | [sidecar.trio] svcs milestone/network |
| 2319 | 2026-08-18T22:16:23.887Z | STATE STIME FMRI |
| 2320 | 2026-08-18T22:16:23.887Z | online 22:16:07 svc:/milestone/network:default |
| 2321 | 2026-08-18T22:16:23.887Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
| 2322 | 2026-08-18T22:16:23.887Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
| 2323 | 2026-08-18T22:16:23.941Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
| 2324 | 2026-08-18T22:16:23.941Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
| 2325 | 2026-08-18T22:16:23.941Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2326 | 2026-08-18T22:16:23.945Z | |
| 2327 | 2026-08-18T22:16:23.945Z | running zone s1.trio setup |
| 2328 | 2026-08-18T22:16:23.945Z | [s1.trio] svcs milestone/network |
| 2329 | 2026-08-18T22:16:23.963Z | STATE STIME FMRI |
| 2330 | 2026-08-18T22:16:23.963Z | online 22:16:09 svc:/milestone/network:default |
| 2331 | 2026-08-18T22:16:23.963Z | [s1.trio] dladm |
| 2332 | 2026-08-18T22:16:23.969Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2333 | 2026-08-18T22:16:23.969Z | sl0 simnet 9000 up -- ? |
| 2334 | 2026-08-18T22:16:23.969Z | mg2 vnic 9000 up -- ? |
| 2335 | 2026-08-18T22:16:23.969Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
| 2336 | 2026-08-18T22:16:24.528Z | |
| 2337 | 2026-08-18T22:16:24.528Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
| 2338 | 2026-08-18T22:16:24.546Z | |
| 2339 | 2026-08-18T22:16:24.546Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2340 | 2026-08-18T22:16:24.556Z | |
| 2341 | 2026-08-18T22:16:24.556Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
| 2342 | 2026-08-18T22:16:24.654Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
| 2343 | 2026-08-18T22:16:24.737Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 137be102-ba8c-4b51-9075-7883125848a6 --sled-uuid d87ed918-7bb9-4972-872a-c46141404939 -a sl0/v6 &> /opt/ddmd.log & |
| 2344 | 2026-08-18T22:16:24.752Z | |
| 2345 | 2026-08-18T22:16:24.752Z | running zone s2.trio setup |
| 2346 | 2026-08-18T22:16:24.753Z | [s2.trio] svcs milestone/network |
| 2347 | 2026-08-18T22:16:24.766Z | STATE STIME FMRI |
| 2348 | 2026-08-18T22:16:24.766Z | online 22:16:11 svc:/milestone/network:default |
| 2349 | 2026-08-18T22:16:24.766Z | [s2.trio] dladm |
| 2350 | 2026-08-18T22:16:24.781Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2351 | 2026-08-18T22:16:24.781Z | sl1 simnet 9000 up -- ? |
| 2352 | 2026-08-18T22:16:24.781Z | mg3 vnic 9000 up -- ? |
| 2353 | 2026-08-18T22:16:24.781Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
| 2354 | 2026-08-18T22:16:25.327Z | |
| 2355 | 2026-08-18T22:16:25.327Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
| 2356 | 2026-08-18T22:16:25.332Z | |
| 2357 | 2026-08-18T22:16:25.332Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2358 | 2026-08-18T22:16:25.344Z | |
| 2359 | 2026-08-18T22:16:25.344Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
| 2360 | 2026-08-18T22:16:25.405Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
| 2361 | 2026-08-18T22:16:25.433Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4c202ef6-ea6f-4cbb-b856-985aed3d5824 --sled-uuid a7ddaf1e-a427-4b51-8920-174b3216cb1f -a sl1/v6 &> /opt/ddmd.log & |
| 2362 | 2026-08-18T22:16:25.447Z | |
| 2363 | 2026-08-18T22:16:25.447Z | running zone t1.trio setup |
| 2364 | 2026-08-18T22:16:25.447Z | [t1.trio] svcs milestone/network |
| 2365 | 2026-08-18T22:16:25.464Z | STATE STIME FMRI |
| 2366 | 2026-08-18T22:16:25.464Z | online 22:16:13 svc:/milestone/network:default |
| 2367 | 2026-08-18T22:16:25.464Z | [t1.trio] dladm |
| 2368 | 2026-08-18T22:16:25.475Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2369 | 2026-08-18T22:16:25.475Z | tfportrear0_0 simnet 9000 up -- ? |
| 2370 | 2026-08-18T22:16:25.475Z | tfportrear1_0 simnet 9000 up -- ? |
| 2371 | 2026-08-18T22:16:25.475Z | mg1 vnic 9000 up -- ? |
| 2372 | 2026-08-18T22:16:25.475Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
| 2373 | 2026-08-18T22:16:26.080Z | |
| 2374 | 2026-08-18T22:16:26.080Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2375 | 2026-08-18T22:16:26.096Z | |
| 2376 | 2026-08-18T22:16:26.097Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2377 | 2026-08-18T22:16:26.109Z | |
| 2378 | 2026-08-18T22:16:26.109Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2379 | 2026-08-18T22:16:26.121Z | |
| 2380 | 2026-08-18T22:16:26.121Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
| 2381 | 2026-08-18T22:16:26.395Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
| 2382 | 2026-08-18T22:16:26.422Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
| 2383 | 2026-08-18T22:16:26.422Z | waiting 3s for copy of files to zone to complete ... |
| 2384 | 2026-08-18T22:16:29.398Z | [t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2385 | 2026-08-18T22:16:29.533Z | |
| 2386 | 2026-08-18T22:16:29.533Z | [t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2387 | 2026-08-18T22:16:29.642Z | |
| 2388 | 2026-08-18T22:16:29.642Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
| 2389 | 2026-08-18T22:16:29.683Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
| 2390 | 2026-08-18T22:16:29.716Z | [t1.trio] svcadm disable dendrite |
| 2391 | 2026-08-18T22:16:29.739Z | |
| 2392 | 2026-08-18T22:16:29.740Z | [t1.trio] svcadm disable tfport |
| 2393 | 2026-08-18T22:16:29.762Z | |
| 2394 | 2026-08-18T22:16:29.762Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2395 | 2026-08-18T22:16:29.787Z | |
| 2396 | 2026-08-18T22:16:29.787Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
| 2397 | 2026-08-18T22:16:29.812Z | |
| 2398 | 2026-08-18T22:16:29.812Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2399 | 2026-08-18T22:16:29.836Z | |
| 2400 | 2026-08-18T22:16:29.836Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2401 | 2026-08-18T22:16:29.861Z | |
| 2402 | 2026-08-18T22:16:29.861Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
| 2403 | 2026-08-18T22:16:29.885Z | |
| 2404 | 2026-08-18T22:16:29.885Z | [t1.trio] svcadm refresh dendrite:default |
| 2405 | 2026-08-18T22:16:29.906Z | |
| 2406 | 2026-08-18T22:16:29.907Z | [t1.trio] svcadm enable dendrite:default |
| 2407 | 2026-08-18T22:16:29.928Z | |
| 2408 | 2026-08-18T22:16:29.928Z | wait 10s for dendrite to come up ... |
| 2409 | 2026-08-18T22:16:39.928Z | [t1.trio] svccfg -s tfport setprop config/pkt_source = none |
| 2410 | 2026-08-18T22:16:39.961Z | |
| 2411 | 2026-08-18T22:16:39.961Z | [t1.trio] svccfg -s tfport setprop config/flags = --sync-only |
| 2412 | 2026-08-18T22:16:39.984Z | |
| 2413 | 2026-08-18T22:16:39.984Z | [t1.trio] svcadm refresh tfport:default |
| 2414 | 2026-08-18T22:16:40.004Z | |
| 2415 | 2026-08-18T22:16:40.004Z | [t1.trio] svcadm enable tfport |
| 2416 | 2026-08-18T22:16:40.036Z | |
| 2417 | 2026-08-18T22:16:40.036Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 48248e07-a1fa-4290-a3bb-e2d5c79c3cad --sled-uuid f4165b1c-d5ec-46d5-8da3-05e18f5ebf8c -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2418 | 2026-08-18T22:16:40.042Z | |
| 2419 | 2026-08-18T22:16:40.042Z | [t1.trio] ipadm |
| 2420 | 2026-08-18T22:16:40.053Z | ADDROBJ TYPE STATE ADDR |
| 2421 | 2026-08-18T22:16:40.053Z | lo0/v4 static ok 127.0.0.1/8 |
| 2422 | 2026-08-18T22:16:40.053Z | mg1/v4 static ok 10.0.0.3/24 |
| 2423 | 2026-08-18T22:16:40.054Z | lo0/v6 static ok ::1/128 |
| 2424 | 2026-08-18T22:16:40.054Z | lo0/u6 static ok fd00:3::1/64 |
| 2425 | 2026-08-18T22:16:40.054Z | tfportrear0_0/v6 addrconf ok fe80::284e:f0ff:fe62:2f7d%tfportrear0_0/10 |
| 2426 | 2026-08-18T22:16:40.054Z | tfportrear1_0/v6 addrconf ok fe80::847c:ddff:fed9:a855%tfportrear1_0/10 |
| 2427 | 2026-08-18T22:16:42.158Z | initial peering test passed |
| 2428 | 2026-08-18T22:16:43.162Z | advertise from one passed |
| 2429 | 2026-08-18T22:16:44.155Z | advertise from two passed |
| 2430 | 2026-08-18T22:16:44.155Z | [s1.trio] ping fd00:2::1 |
| 2431 | 2026-08-18T22:16:44.171Z | fd00:2::1 is alive |
| 2432 | 2026-08-18T22:16:44.171Z | [s2.trio] ping fd00:1::1 |
| 2433 | 2026-08-18T22:16:44.183Z | fd00:1::1 is alive |
| 2434 | 2026-08-18T22:16:44.184Z | connectivity test passed |
| 2435 | 2026-08-18T22:16:44.184Z | [t1.trio] pkill ddmd |
| 2436 | 2026-08-18T22:16:44.195Z | |
| 2437 | 2026-08-18T22:16:50.199Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 86e08fd5-746a-421f-875b-9dbf84b37065 --sled-uuid ed2a8e22-61b8-4240-b27c-e6f50f50db43 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2438 | 2026-08-18T22:16:50.214Z | |
| 2439 | 2026-08-18T22:16:50.214Z | [t1.trio] ipadm |
| 2440 | 2026-08-18T22:16:50.228Z | ADDROBJ TYPE STATE ADDR |
| 2441 | 2026-08-18T22:16:50.228Z | lo0/v4 static ok 127.0.0.1/8 |
| 2442 | 2026-08-18T22:16:50.228Z | mg1/v4 static ok 10.0.0.3/24 |
| 2443 | 2026-08-18T22:16:50.228Z | lo0/v6 static ok ::1/128 |
| 2444 | 2026-08-18T22:16:50.228Z | lo0/u6 static ok fd00:3::1/64 |
| 2445 | 2026-08-18T22:16:50.228Z | tfportrear0_0/v6 addrconf ok fe80::284e:f0ff:fe62:2f7d%tfportrear0_0/10 |
| 2446 | 2026-08-18T22:16:50.228Z | tfportrear1_0/v6 addrconf ok fe80::847c:ddff:fed9:a855%tfportrear1_0/10 |
| 2447 | 2026-08-18T22:16:53.231Z | [s1.trio] ping fd00:2::1 |
| 2448 | 2026-08-18T22:16:53.246Z | fd00:2::1 is alive |
| 2449 | 2026-08-18T22:16:53.246Z | [s2.trio] ping fd00:1::1 |
| 2450 | 2026-08-18T22:16:53.258Z | fd00:1::1 is alive |
| 2451 | 2026-08-18T22:16:53.258Z | transit router restart passed |
| 2452 | 2026-08-18T22:16:53.258Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2453 | 2026-08-18T22:16:53.276Z | local v6: |
| 2454 | 2026-08-18T22:16:53.276Z | fe80::284e:f0ff:fe62:2f7d |
| 2455 | 2026-08-18T22:16:53.276Z | fe80::847c:ddff:fed9:a855 |
| 2456 | 2026-08-18T22:16:53.276Z | local v4: |
| 2457 | 2026-08-18T22:16:53.276Z | router v6_idx: |
| 2458 | 2026-08-18T22:16:53.276Z | fd00:2::/64 -> 1 |
| 2459 | 2026-08-18T22:16:53.276Z | fd00:1::/64 -> 0 |
| 2460 | 2026-08-18T22:16:53.276Z | router v6_routes: |
| 2461 | 2026-08-18T22:16:53.276Z | 0 -> fe80::40a2:bff:fedb:9b9b (1) |
| 2462 | 2026-08-18T22:16:53.276Z | 1 -> fe80::d866:65ff:fe1d:3580 (2) |
| 2463 | 2026-08-18T22:16:53.276Z | router v4_idx: |
| 2464 | 2026-08-18T22:16:53.276Z | router v4_routes: |
| 2465 | 2026-08-18T22:16:53.276Z | resolver v4: |
| 2466 | 2026-08-18T22:16:53.276Z | 10.0.0.3 -> 02:08:20:06:9e:03 |
| 2467 | 2026-08-18T22:16:53.277Z | 10.0.0.254 -> 02:08:20:6c:d5:bb |
| 2468 | 2026-08-18T22:16:53.278Z | resolver v6: |
| 2469 | 2026-08-18T22:16:53.278Z | fe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55 |
| 2470 | 2026-08-18T22:16:53.278Z | fe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d |
| 2471 | 2026-08-18T22:16:53.278Z | fe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80 |
| 2472 | 2026-08-18T22:16:53.278Z | fe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b |
| 2473 | 2026-08-18T22:16:53.278Z | nat v4: |
| 2474 | 2026-08-18T22:16:53.278Z | nat_v6: |
| 2475 | 2026-08-18T22:16:53.278Z | port_mac: |
| 2476 | 2026-08-18T22:16:53.278Z | 1: a8:40:25:7f:a7:c4 |
| 2477 | 2026-08-18T22:16:53.278Z | 2: a8:40:25:7f:a7:c5 |
| 2478 | 2026-08-18T22:16:53.278Z | proxy arp: |
| 2479 | 2026-08-18T22:16:53.278Z | [s1.trio] pkill ddmd |
| 2480 | 2026-08-18T22:16:53.284Z | |
| 2481 | 2026-08-18T22:16:58.286Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2482 | 2026-08-18T22:16:58.303Z | local v6: |
| 2483 | 2026-08-18T22:16:58.303Z | fe80::284e:f0ff:fe62:2f7d |
| 2484 | 2026-08-18T22:16:58.303Z | fe80::847c:ddff:fed9:a855 |
| 2485 | 2026-08-18T22:16:58.303Z | local v4: |
| 2486 | 2026-08-18T22:16:58.303Z | router v6_idx: |
| 2487 | 2026-08-18T22:16:58.303Z | fd00:2::/64 -> 1 |
| 2488 | 2026-08-18T22:16:58.303Z | router v6_routes: |
| 2489 | 2026-08-18T22:16:58.303Z | 1 -> fe80::d866:65ff:fe1d:3580 (2) |
| 2490 | 2026-08-18T22:16:58.303Z | router v4_idx: |
| 2491 | 2026-08-18T22:16:58.303Z | router v4_routes: |
| 2492 | 2026-08-18T22:16:58.303Z | resolver v4: |
| 2493 | 2026-08-18T22:16:58.303Z | 10.0.0.3 -> 02:08:20:06:9e:03 |
| 2494 | 2026-08-18T22:16:58.303Z | 10.0.0.254 -> 02:08:20:6c:d5:bb |
| 2495 | 2026-08-18T22:16:58.303Z | resolver v6: |
| 2496 | 2026-08-18T22:16:58.303Z | fe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55 |
| 2497 | 2026-08-18T22:16:58.303Z | fe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d |
| 2498 | 2026-08-18T22:16:58.304Z | fe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80 |
| 2499 | 2026-08-18T22:16:58.304Z | fe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b |
| 2500 | 2026-08-18T22:16:58.304Z | nat v4: |
| 2501 | 2026-08-18T22:16:58.304Z | nat_v6: |
| 2502 | 2026-08-18T22:16:58.304Z | port_mac: |
| 2503 | 2026-08-18T22:16:58.304Z | 1: a8:40:25:7f:a7:c4 |
| 2504 | 2026-08-18T22:16:58.304Z | 2: a8:40:25:7f:a7:c5 |
| 2505 | 2026-08-18T22:16:58.305Z | proxy arp: |
| 2506 | 2026-08-18T22:16:58.305Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d42ab418-749e-4694-ae23-32ed4d9f3deb --sled-uuid 15132ff7-ce9d-4ff3-89ee-cf6f7a92517d -a sl0/v6 &> /opt/ddmd.log & |
| 2507 | 2026-08-18T22:16:58.314Z | |
| 2508 | 2026-08-18T22:16:58.459Z | test ddm::test_trio_v3 has been running for over 60 seconds |
| 2509 | 2026-08-18T22:17:01.317Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2510 | 2026-08-18T22:17:01.336Z | local v6: |
| 2511 | 2026-08-18T22:17:01.337Z | fe80::284e:f0ff:fe62:2f7d |
| 2512 | 2026-08-18T22:17:01.337Z | fe80::847c:ddff:fed9:a855 |
| 2513 | 2026-08-18T22:17:01.337Z | local v4: |
| 2514 | 2026-08-18T22:17:01.337Z | router v6_idx: |
| 2515 | 2026-08-18T22:17:01.337Z | fd00:2::/64 -> 1 |
| 2516 | 2026-08-18T22:17:01.337Z | fd00:1::/64 -> 0 |
| 2517 | 2026-08-18T22:17:01.337Z | router v6_routes: |
| 2518 | 2026-08-18T22:17:01.337Z | 0 -> fe80::40a2:bff:fedb:9b9b (1) |
| 2519 | 2026-08-18T22:17:01.337Z | 1 -> fe80::d866:65ff:fe1d:3580 (2) |
| 2520 | 2026-08-18T22:17:01.337Z | router v4_idx: |
| 2521 | 2026-08-18T22:17:01.337Z | router v4_routes: |
| 2522 | 2026-08-18T22:17:01.337Z | resolver v4: |
| 2523 | 2026-08-18T22:17:01.337Z | 10.0.0.3 -> 02:08:20:06:9e:03 |
| 2524 | 2026-08-18T22:17:01.337Z | 10.0.0.254 -> 02:08:20:6c:d5:bb |
| 2525 | 2026-08-18T22:17:01.337Z | resolver v6: |
| 2526 | 2026-08-18T22:17:01.337Z | fe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55 |
| 2527 | 2026-08-18T22:17:01.337Z | fe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d |
| 2528 | 2026-08-18T22:17:01.337Z | fe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80 |
| 2529 | 2026-08-18T22:17:01.337Z | fe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b |
| 2530 | 2026-08-18T22:17:01.337Z | nat v4: |
| 2531 | 2026-08-18T22:17:01.337Z | nat_v6: |
| 2532 | 2026-08-18T22:17:01.337Z | port_mac: |
| 2533 | 2026-08-18T22:17:01.338Z | 1: a8:40:25:7f:a7:c4 |
| 2534 | 2026-08-18T22:17:01.338Z | 2: a8:40:25:7f:a7:c5 |
| 2535 | 2026-08-18T22:17:01.338Z | proxy arp: |
| 2536 | 2026-08-18T22:17:01.341Z | [s2.trio] netstat -nr -f inet6 |
| 2537 | 2026-08-18T22:17:01.350Z | Routing Table: IPv6 |
| 2538 | 2026-08-18T22:17:01.350Z | Destination/Mask Gateway Flags Ref Use If |
| 2539 | 2026-08-18T22:17:01.350Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2540 | 2026-08-18T22:17:01.350Z | ::1 ::1 UH 2 0 lo0 |
| 2541 | 2026-08-18T22:17:01.350Z | fd00:1::/64 fe80::847c:ddff:fed9:a855 UG 1 0 sl1 |
| 2542 | 2026-08-18T22:17:01.350Z | fe80::/10 fe80::d866:65ff:fe1d:3580 U 3 64 sl1 |
| 2543 | 2026-08-18T22:17:01.350Z | [s2.trio] ipadm |
| 2544 | 2026-08-18T22:17:01.362Z | ADDROBJ TYPE STATE ADDR |
| 2545 | 2026-08-18T22:17:01.362Z | lo0/v4 static ok 127.0.0.1/8 |
| 2546 | 2026-08-18T22:17:01.362Z | mg3/v4 static ok 10.0.0.2/24 |
| 2547 | 2026-08-18T22:17:01.363Z | lo0/v6 static ok ::1/128 |
| 2548 | 2026-08-18T22:17:01.363Z | lo0/u6 static ok fd00:2::1/64 |
| 2549 | 2026-08-18T22:17:01.363Z | sl1/v6 addrconf ok fe80::d866:65ff:fe1d:3580%sl1/10 |
| 2550 | 2026-08-18T22:17:01.363Z | [s2.trio] route -nv get -inet6 fd00:1::1 |
| 2551 | 2026-08-18T22:17:01.374Z | 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> |
| 2552 | 2026-08-18T22:17:01.374Z | locks: inits: |
| 2553 | 2026-08-18T22:17:01.374Z | sockaddrs: <DST,IFP> |
| 2554 | 2026-08-18T22:17:01.374Z | fd00:1::1 |
| 2555 | 2026-08-18T22:17:01.374Z | route to: fd00:1::1 |
| 2556 | 2026-08-18T22:17:01.374Z | destination: fd00:1:: |
| 2557 | 2026-08-18T22:17:01.374Z | mask: ffff:ffff:ffff:ffff:: |
| 2558 | 2026-08-18T22:17:01.374Z | gateway: fe80::847c:ddff:fed9:a855 |
| 2559 | 2026-08-18T22:17:01.374Z | interface: sl1 index 3 address da 66 65 1d 35 80 |
| 2560 | 2026-08-18T22:17:01.374Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2561 | 2026-08-18T22:17:01.374Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2562 | 2026-08-18T22:17:01.374Z | 0 0 0 0 0 0 9000 0 |
| 2563 | 2026-08-18T22:17:01.374Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2564 | 2026-08-18T22:17:01.375Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2565 | 2026-08-18T22:17:01.375Z | fd00:1:: fe80::847c:ddff:fed9:a855 ffff:ffff:ffff:ffff:: sl1:da.66.65.1d.35.80 fe80::d866:65ff:fe1d:3580 |
| 2566 | 2026-08-18T22:17:01.375Z | [s2.trio] ndp -na |
| 2567 | 2026-08-18T22:17:01.387Z | Net to Media Table: IPv6 |
| 2568 | 2026-08-18T22:17:01.387Z | If Physical Address Type State Destination/Mask |
| 2569 | 2026-08-18T22:17:01.387Z | ----- ----------------- ------- ------------ --------------------------- |
| 2570 | 2026-08-18T22:17:01.387Z | sl1 86:7c:dd:d9:a8:55 dynamic REACHABLE fe80::847c:ddff:fed9:a855 |
| 2571 | 2026-08-18T22:17:01.387Z | sl1 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2572 | 2026-08-18T22:17:01.387Z | sl1 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2573 | 2026-08-18T22:17:01.387Z | sl1 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2574 | 2026-08-18T22:17:01.387Z | sl1 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2575 | 2026-08-18T22:17:01.387Z | sl1 33:33:ff:d9:a8:55 other REACHABLE ff02::1:ffd9:a855 |
| 2576 | 2026-08-18T22:17:01.387Z | sl1 da:66:65:1d:35:80 local REACHABLE fe80::d866:65ff:fe1d:3580 |
| 2577 | 2026-08-18T22:17:01.387Z | sl1 33:33:ff:1d:35:80 other REACHABLE ff02::1:ff1d:3580 |
| 2578 | 2026-08-18T22:17:01.387Z | sl1 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2579 | 2026-08-18T22:17:01.387Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2580 | 2026-08-18T22:17:01.401Z | local v6: |
| 2581 | 2026-08-18T22:17:01.401Z | fe80::284e:f0ff:fe62:2f7d |
| 2582 | 2026-08-18T22:17:01.401Z | fe80::847c:ddff:fed9:a855 |
| 2583 | 2026-08-18T22:17:01.401Z | local v4: |
| 2584 | 2026-08-18T22:17:01.402Z | router v6_idx: |
| 2585 | 2026-08-18T22:17:01.402Z | fd00:2::/64 -> 1 |
| 2586 | 2026-08-18T22:17:01.402Z | fd00:1::/64 -> 0 |
| 2587 | 2026-08-18T22:17:01.402Z | router v6_routes: |
| 2588 | 2026-08-18T22:17:01.402Z | 0 -> fe80::40a2:bff:fedb:9b9b (1) |
| 2589 | 2026-08-18T22:17:01.402Z | 1 -> fe80::d866:65ff:fe1d:3580 (2) |
| 2590 | 2026-08-18T22:17:01.402Z | router v4_idx: |
| 2591 | 2026-08-18T22:17:01.402Z | router v4_routes: |
| 2592 | 2026-08-18T22:17:01.402Z | resolver v4: |
| 2593 | 2026-08-18T22:17:01.402Z | 10.0.0.3 -> 02:08:20:06:9e:03 |
| 2594 | 2026-08-18T22:17:01.402Z | 10.0.0.254 -> 02:08:20:6c:d5:bb |
| 2595 | 2026-08-18T22:17:01.402Z | resolver v6: |
| 2596 | 2026-08-18T22:17:01.402Z | fe80::847c:ddff:fed9:a855 -> 86:7c:dd:d9:a8:55 |
| 2597 | 2026-08-18T22:17:01.402Z | fe80::284e:f0ff:fe62:2f7d -> 2a:4e:f0:62:2f:7d |
| 2598 | 2026-08-18T22:17:01.402Z | fe80::d866:65ff:fe1d:3580 -> da:66:65:1d:35:80 |
| 2599 | 2026-08-18T22:17:01.402Z | fe80::40a2:bff:fedb:9b9b -> 42:a2:0b:db:9b:9b |
| 2600 | 2026-08-18T22:17:01.402Z | nat v4: |
| 2601 | 2026-08-18T22:17:01.402Z | nat_v6: |
| 2602 | 2026-08-18T22:17:01.402Z | port_mac: |
| 2603 | 2026-08-18T22:17:01.402Z | 1: a8:40:25:7f:a7:c4 |
| 2604 | 2026-08-18T22:17:01.402Z | 2: a8:40:25:7f:a7:c5 |
| 2605 | 2026-08-18T22:17:01.402Z | proxy arp: |
| 2606 | 2026-08-18T22:17:01.402Z | [t1.trio] /opt/oxide/dendrite/bin/swadm route list |
| 2607 | 2026-08-18T22:17:01.419Z | Subnet Port Link Gateway Vlan |
| 2608 | 2026-08-18T22:17:01.419Z | fd00:1::/64 rear0 0 fe80::40a2:bff:fedb:9b9b |
| 2609 | 2026-08-18T22:17:01.419Z | fd00:2::/64 rear1 0 fe80::d866:65ff:fe1d:3580 |
| 2610 | 2026-08-18T22:17:01.419Z | [t1.trio] /opt/oxide/dendrite/bin/swadm arp list |
| 2611 | 2026-08-18T22:17:01.434Z | host mac age |
| 2612 | 2026-08-18T22:17:01.434Z | 10.0.0.3 02:08:20:06:9e:03 21s |
| 2613 | 2026-08-18T22:17:01.434Z | 10.0.0.254 02:08:20:6c:d5:bb 18s |
| 2614 | 2026-08-18T22:17:01.434Z | fe80::284e:f0ff:fe62:2f7d 2a:4e:f0:62:2f:7d 21s |
| 2615 | 2026-08-18T22:17:01.434Z | fe80::40a2:bff:fedb:9b9b 42:a2:0b:db:9b:9b 20s |
| 2616 | 2026-08-18T22:17:01.434Z | fe80::847c:ddff:fed9:a855 86:7c:dd:d9:a8:55 21s |
| 2617 | 2026-08-18T22:17:01.434Z | fe80::d866:65ff:fe1d:3580 da:66:65:1d:35:80 20s |
| 2618 | 2026-08-18T22:17:01.434Z | [t1.trio] /opt/oxide/dendrite/bin/swadm addr list |
| 2619 | 2026-08-18T22:17:01.449Z | Link IPv4 IPv6 |
| 2620 | 2026-08-18T22:17:01.449Z | rear0/0 fe80::284e:f0ff:fe62:2f7d |
| 2621 | 2026-08-18T22:17:01.449Z | rear1/0 fe80::847c:ddff:fed9:a855 |
| 2622 | 2026-08-18T22:17:01.449Z | [s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2 |
| 2623 | 2026-08-18T22:17:02.474Z | ADDROBJ TYPE STATE ADDR |
| 2624 | 2026-08-18T22:17:02.474Z | lo0/v4 static ok 127.0.0.1/8 |
| 2625 | 2026-08-18T22:17:02.474Z | mg2/v4 static ok 10.0.0.1/24 |
| 2626 | 2026-08-18T22:17:02.474Z | lo0/v6 static ok ::1/128 |
| 2627 | 2026-08-18T22:17:02.474Z | lo0/u6 static ok fd00:1::1/64 |
| 2628 | 2026-08-18T22:17:02.474Z | sl0/v6 addrconf ok fe80::40a2:bff:fedb:9b9b%sl0/10 |
| 2629 | 2026-08-18T22:17:02.474Z | 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> |
| 2630 | 2026-08-18T22:17:02.474Z | locks: inits: |
| 2631 | 2026-08-18T22:17:02.474Z | sockaddrs: <DST,IFP> |
| 2632 | 2026-08-18T22:17:02.475Z | fd00:2::1 |
| 2633 | 2026-08-18T22:17:02.475Z | route to: fd00:2::1 |
| 2634 | 2026-08-18T22:17:02.475Z | destination: fd00:2:: |
| 2635 | 2026-08-18T22:17:02.475Z | mask: ffff:ffff:ffff:ffff:: |
| 2636 | 2026-08-18T22:17:02.475Z | gateway: fe80::284e:f0ff:fe62:2f7d |
| 2637 | 2026-08-18T22:17:02.475Z | interface: sl0 index 3 address 42 a2 0b db 9b 9b |
| 2638 | 2026-08-18T22:17:02.475Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2639 | 2026-08-18T22:17:02.475Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2640 | 2026-08-18T22:17:02.475Z | 0 0 0 0 0 0 9000 0 |
| 2641 | 2026-08-18T22:17:02.475Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2642 | 2026-08-18T22:17:02.475Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2643 | 2026-08-18T22:17:02.475Z | fd00:2:: fe80::284e:f0ff:fe62:2f7d ffff:ffff:ffff:ffff:: sl0:42.a2.b.db.9b.9b fe80::40a2:bff:fedb:9b9b |
| 2644 | 2026-08-18T22:17:02.475Z | |
| 2645 | 2026-08-18T22:17:02.475Z | Net to Media Table: IPv6 |
| 2646 | 2026-08-18T22:17:02.475Z | If Physical Address Type State Destination/Mask |
| 2647 | 2026-08-18T22:17:02.475Z | ----- ----------------- ------- ------------ --------------------------- |
| 2648 | 2026-08-18T22:17:02.475Z | sl0 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2649 | 2026-08-18T22:17:02.475Z | sl0 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2650 | 2026-08-18T22:17:02.475Z | sl0 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2651 | 2026-08-18T22:17:02.475Z | sl0 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2652 | 2026-08-18T22:17:02.475Z | sl0 33:33:ff:62:2f:7d other REACHABLE ff02::1:ff62:2f7d |
| 2653 | 2026-08-18T22:17:02.475Z | sl0 42:a2:0b:db:9b:9b local REACHABLE fe80::40a2:bff:fedb:9b9b |
| 2654 | 2026-08-18T22:17:02.475Z | sl0 2a:4e:f0:62:2f:7d dynamic REACHABLE fe80::284e:f0ff:fe62:2f7d |
| 2655 | 2026-08-18T22:17:02.475Z | sl0 33:33:ff:db:9b:9b other REACHABLE ff02::1:ffdb:9b9b |
| 2656 | 2026-08-18T22:17:02.475Z | sl0 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2657 | 2026-08-18T22:17:02.475Z | |
| 2658 | 2026-08-18T22:17:02.475Z | |
| 2659 | 2026-08-18T22:17:02.475Z | Routing Table: IPv6 |
| 2660 | 2026-08-18T22:17:02.475Z | Destination/Mask Gateway Flags Ref Use If |
| 2661 | 2026-08-18T22:17:02.475Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2662 | 2026-08-18T22:17:02.475Z | ::1 ::1 UH 2 0 lo0 |
| 2663 | 2026-08-18T22:17:02.475Z | fd00:2::/64 fe80::284e:f0ff:fe62:2f7d UG 2 2 sl0 |
| 2664 | 2026-08-18T22:17:02.475Z | fe80::/10 fe80::40a2:bff:fedb:9b9b U 3 64 sl0 |
| 2665 | 2026-08-18T22:17:02.475Z | PING fd00:2::1 (fd00:2::1): 60 data bytes |
| 2666 | 2026-08-18T22:17:02.475Z | 68 bytes from fd00:2::1: icmp_seq=0. time=0.252 ms |
| 2667 | 2026-08-18T22:17:02.475Z | 68 bytes from fd00:2::1: icmp_seq=1. time=0.398 ms |
| 2668 | 2026-08-18T22:17:02.475Z | |
| 2669 | 2026-08-18T22:17:02.475Z | ----fd00:2::1 PING Statistics---- |
| 2670 | 2026-08-18T22:17:02.475Z | 2 packets transmitted, 2 packets received, 0% packet loss |
| 2671 | 2026-08-18T22:17:02.476Z | round-trip (ms) min/avg/max/stddev = 0.252/0.325/0.398/0.103 |
| 2672 | 2026-08-18T22:17:02.476Z | [s2.trio] ping fd00:1::1 |
| 2673 | 2026-08-18T22:17:02.488Z | fd00:1::1 is alive |
| 2674 | 2026-08-18T22:17:02.488Z | server router restart passed |
| 2675 | 2026-08-18T22:17:06.495Z | peer expiration recovery passed |
| 2676 | 2026-08-18T22:17:07.495Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
| 2677 | 2026-08-18T22:17:07.514Z | 3 |
| 2678 | 2026-08-18T22:17:07.514Z | redundant advertise passed |
| 2679 | 2026-08-18T22:17:08.517Z | tunnel endpoint advertise passed |
| 2680 | 2026-08-18T22:17:13.519Z | redundant tunnel endpoint advertise passed |
| 2681 | 2026-08-18T22:17:13.520Z | [s1.trio] pkill ddmd |
| 2682 | 2026-08-18T22:17:13.534Z | |
| 2683 | 2026-08-18T22:17:18.534Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 4212eaf6-d350-401a-97a3-c18ebf25b40f --sled-uuid eb7517cb-ec66-4d88-9af4-9d2d48d804ee -a sl0/v6 &> /opt/ddmd.log & |
| 2684 | 2026-08-18T22:17:18.550Z | |
| 2685 | 2026-08-18T22:17:23.560Z | tunnel router restart passed |
| 2686 | 2026-08-18T22:17:24.559Z | tunnel endpoint withdraw passed |
| 2687 | 2026-08-18T22:17:24.562Z | [t1.trio] pkill ddmd |
| 2688 | 2026-08-18T22:17:24.578Z | |
| 2689 | 2026-08-18T22:17:24.578Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
| 2690 | 2026-08-18T22:17:24.581Z | cp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log |
| 2691 | 2026-08-18T22:17:26.463Z | [s2.trio] pkill ddmd |
| 2692 | 2026-08-18T22:17:26.478Z | |
| 2693 | 2026-08-18T22:17:26.478Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
| 2694 | 2026-08-18T22:17:28.301Z | [s1.trio] pkill ddmd |
| 2695 | 2026-08-18T22:17:28.313Z | |
| 2696 | 2026-08-18T22:17:28.313Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
| 2697 | 2026-08-18T22:17:30.167Z | [sidecar.trio] pkill softnpu |
| 2698 | 2026-08-18T22:17:30.181Z | |
| 2699 | 2026-08-18T22:17:30.182Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
| 2700 | 2026-08-18T22:17:32.687Z | test ddm::test_trio_v3 ... ok |
| 2701 | 2026-08-18T22:17:32.687Z | |
| 2702 | 2026-08-18T22:17:32.688Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 94.23s |
| 2703 | 2026-08-18T22:17:32.688Z | |
| 2704 | 2026-08-18T22:17:32.736Z | + cleanup |
| 2705 | 2026-08-18T22:17:32.739Z | ++ id -un |
| 2706 | 2026-08-18T22:17:32.742Z | ++ id -gn |
| 2707 | 2026-08-18T22:17:32.744Z | + pfexec chown -R build:build . |
| 2708 | 2026-08-18T22:17:32.864Z | process exited: duration 514632 ms, exit code 0 |
| |
| 2709 | 2026-08-18T22:17:32.875Z | found 5 output files |
| 2710 | 2026-08-18T22:17:32.880Z | uploading: /work/s1.trio.log (3887 bytes) |
| 2711 | 2026-08-18T22:17:33.889Z | uploaded: /work/s1.trio.log |
| 2712 | 2026-08-18T22:17:33.889Z | uploading: /work/s2.trio.log (10004 bytes) |
| 2713 | 2026-08-18T22:17:34.905Z | uploaded: /work/s2.trio.log |
| 2714 | 2026-08-18T22:17:34.905Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
| 2715 | 2026-08-18T22:17:35.916Z | uploaded: /work/sidecar.trio-softnpu.log |
| 2716 | 2026-08-18T22:17:35.916Z | uploading: /work/t1.trio-dpd.log (562244 bytes) |
| 2717 | 2026-08-18T22:17:36.939Z | uploaded: /work/t1.trio-dpd.log |
| 2718 | 2026-08-18T22:17:36.940Z | uploading: /work/t1.trio.log (25428 bytes) |
| 2719 | 2026-08-18T22:17:37.955Z | uploaded: /work/t1.trio.log |