|
|
|
| 1 | 2026-08-31T09:25:07.617Z | job assigned to worker 01M1BJ4FGASQDBEJX4T2X9TERK [factory aws, i-0094292105be5073e] (queued for 1 m 5 s) |
| |
| 2 | 2026-08-31T09:25:14.637Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:14.641Z | ++ uname -s |
| 4 | 2026-08-31T09:25:14.644Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:14.644Z | + build_user=build |
| 6 | 2026-08-31T09:25:14.644Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:14.644Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:14.644Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:14.644Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:14.644Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:14.644Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:14.647Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:16.650Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:16.758Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:16.761Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:16.761Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:16.761Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:16.761Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:18.762Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:18.765Z | process exited: duration 4129 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:18.772Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:18.776Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:18.776Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-31T09:25:18.776Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-31T09:25:18.776Z | * rust toolchain profile = "default" |
| 26 | 2026-08-31T09:25:18.776Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:18.776Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:25:18.779Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:18.779Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:18.856Z | info: downloading installer |
| 31 | 2026-08-31T09:25:19.940Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:19.941Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:19.941Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:19.941Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:19.953Z | info: profile set to default |
| 36 | 2026-08-31T09:25:19.953Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:19.957Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:20.077Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:20.081Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:35.333Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:35.333Z | |
| 42 | 2026-08-31T09:25:35.362Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:35.362Z | |
| 44 | 2026-08-31T09:25:35.362Z | |
| 45 | 2026-08-31T09:25:35.362Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:35.362Z | |
| 47 | 2026-08-31T09:25:35.362Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:35.362Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:35.362Z | |
| 50 | 2026-08-31T09:25:35.362Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:35.362Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:35.362Z | |
| 53 | 2026-08-31T09:25:35.362Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:35.365Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:35.365Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:35.365Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:35.365Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:35.365Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:35.365Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:35.365Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:35.365Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:35.462Z | + rustup --version |
| 63 | 2026-08-31T09:25:35.471Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:35.474Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:35.492Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:35.495Z | + cargo --version |
| 67 | 2026-08-31T09:25:35.507Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:35.512Z | + rustc --version |
| 69 | 2026-08-31T09:25:35.529Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:35.533Z | process exited: duration 16759 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:35.542Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:35.557Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:35.563Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:35.568Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:35.572Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:35.599Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:37.219Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:37.219Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:37.503Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:37.503Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:37.511Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:37.511Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:37.511Z | + current=main |
| 84 | 2026-08-31T09:25:37.511Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:37.511Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:37.518Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:37.533Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:37.538Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:37.555Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:37.558Z | process exited: duration 1992 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:37.563Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:37.572Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 93 | 2026-08-31T09:25:37.707Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 94 | 2026-08-31T09:25:37.711Z | info: downloading 6 components |
| 95 | 2026-08-31T09:25:51.109Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 96 | 2026-08-31T09:25:51.138Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-31T09:25:51.145Z | ++ dladm |
| 98 | 2026-08-31T09:25:51.149Z | LINK CLASS MTU STATE BRIDGE OVER |
| 99 | 2026-08-31T09:25:51.149Z | ena0 phys 9216 up -- -- |
| 100 | 2026-08-31T09:25:51.152Z | ++ ipadm |
| 101 | 2026-08-31T09:25:51.152Z | ADDROBJ TYPE STATE ADDR |
| 102 | 2026-08-31T09:25:51.152Z | lo0/v4 static ok 127.0.0.1/8 |
| 103 | 2026-08-31T09:25:51.152Z | ena0/dhcp dhcp ok 10.150.1.116/24 |
| 104 | 2026-08-31T09:25:51.152Z | lo0/v6 static ok ::1/128 |
| 105 | 2026-08-31T09:25:51.152Z | ++ banner collect |
| 106 | 2026-08-31T09:25:51.155Z | |
| 107 | 2026-08-31T09:25:51.155Z | #### #### # # ###### #### ##### |
| 108 | 2026-08-31T09:25:51.155Z | # # # # # # # # # # |
| 109 | 2026-08-31T09:25:51.155Z | # # # # # ##### # # |
| 110 | 2026-08-31T09:25:51.155Z | # # # # # # # # |
| 111 | 2026-08-31T09:25:51.155Z | # # # # # # # # # # |
| 112 | 2026-08-31T09:25:51.155Z | #### #### ###### ###### ###### #### # |
| 113 | 2026-08-31T09:25:51.156Z | |
| 114 | 2026-08-31T09:25:51.156Z | ++ get_artifact softnpu image 284c6830722548714128e63ea04bcca78ee27154 softnpu |
| 115 | 2026-08-31T09:25:51.156Z | ++ repo=softnpu |
| 116 | 2026-08-31T09:25:51.156Z | ++ series=image |
| 117 | 2026-08-31T09:25:51.156Z | ++ commit=284c6830722548714128e63ea04bcca78ee27154 |
| 118 | 2026-08-31T09:25:51.156Z | ++ name=softnpu |
| 119 | 2026-08-31T09:25:51.156Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 120 | 2026-08-31T09:25:51.156Z | ++ mkdir -p download |
| 121 | 2026-08-31T09:25:51.156Z | ++ pushd download |
| 122 | 2026-08-31T09:25:51.156Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 123 | 2026-08-31T09:25:51.156Z | ++ [[ ! -f softnpu ]] |
| 124 | 2026-08-31T09:25:51.156Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/284c6830722548714128e63ea04bcca78ee27154/softnpu |
| 125 | 2026-08-31T09:25:51.162Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 126 | 2026-08-31T09:25:51.165Z | Dload Upload Total Spent Left Speed |
| 127 | 2026-08-31T09:25:51.404Z |
0 0 0 0 0 0 0 0 0
100 14.94M 100 14.94M 0 0 61.68M 0 0
100 14.94M 100 14.94M 0 0 61.66M 0 0
100 14.94M 100 14.94M 0 0 61.65M 0 0 |
| 128 | 2026-08-31T09:25:51.408Z | ++ popd |
| 129 | 2026-08-31T09:25:51.411Z | /work/oxidecomputer/maghemite |
| 130 | 2026-08-31T09:25:51.411Z | ++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 libsidecar_lite.so |
| 131 | 2026-08-31T09:25:51.411Z | ++ repo=sidecar-lite |
| 132 | 2026-08-31T09:25:51.411Z | ++ series=release |
| 133 | 2026-08-31T09:25:51.411Z | ++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6 |
| 134 | 2026-08-31T09:25:51.411Z | ++ name=libsidecar_lite.so |
| 135 | 2026-08-31T09:25:51.411Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 136 | 2026-08-31T09:25:51.411Z | ++ mkdir -p download |
| 137 | 2026-08-31T09:25:51.411Z | ++ pushd download |
| 138 | 2026-08-31T09:25:51.411Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 139 | 2026-08-31T09:25:51.411Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 140 | 2026-08-31T09:25:51.411Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/libsidecar_lite.so |
| 141 | 2026-08-31T09:25:51.417Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 142 | 2026-08-31T09:25:51.421Z | Dload Upload Total Spent Left Speed |
| 143 | 2026-08-31T09:25:51.648Z |
0 0 0 0 0 0 0 0 0
100 12.37M 100 12.37M 0 0 53.25M 0 0
100 12.37M 100 12.37M 0 0 53.24M 0 0
100 12.37M 100 12.37M 0 0 53.23M 0 0 |
| 144 | 2026-08-31T09:25:51.652Z | ++ popd |
| 145 | 2026-08-31T09:25:51.655Z | /work/oxidecomputer/maghemite |
| 146 | 2026-08-31T09:25:51.655Z | ++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 scadm |
| 147 | 2026-08-31T09:25:51.655Z | ++ repo=sidecar-lite |
| 148 | 2026-08-31T09:25:51.655Z | ++ series=release |
| 149 | 2026-08-31T09:25:51.655Z | ++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6 |
| 150 | 2026-08-31T09:25:51.656Z | ++ name=scadm |
| 151 | 2026-08-31T09:25:51.656Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 152 | 2026-08-31T09:25:51.656Z | ++ mkdir -p download |
| 153 | 2026-08-31T09:25:51.656Z | ++ pushd download |
| 154 | 2026-08-31T09:25:51.656Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 155 | 2026-08-31T09:25:51.656Z | ++ [[ ! -f scadm ]] |
| 156 | 2026-08-31T09:25:51.656Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/scadm |
| 157 | 2026-08-31T09:25:51.660Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 158 | 2026-08-31T09:25:51.663Z | Dload Upload Total Spent Left Speed |
| 159 | 2026-08-31T09:25:51.914Z |
0 0 0 0 0 0 0 0 0
100 15.34M 100 15.34M 0 0 60.78M 0 0
100 15.34M 100 15.34M 0 0 60.77M 0 0
100 15.34M 100 15.34M 0 0 60.76M 0 0 |
| 160 | 2026-08-31T09:25:51.917Z | ++ popd |
| 161 | 2026-08-31T09:25:51.920Z | /work/oxidecomputer/maghemite |
| 162 | 2026-08-31T09:25:51.920Z | ++ get_artifact dendrite image 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d dendrite-softnpu.tar.gz |
| 163 | 2026-08-31T09:25:51.920Z | ++ repo=dendrite |
| 164 | 2026-08-31T09:25:51.920Z | ++ series=image |
| 165 | 2026-08-31T09:25:51.920Z | ++ commit=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 166 | 2026-08-31T09:25:51.920Z | ++ name=dendrite-softnpu.tar.gz |
| 167 | 2026-08-31T09:25:51.920Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 168 | 2026-08-31T09:25:51.920Z | ++ mkdir -p download |
| 169 | 2026-08-31T09:25:51.920Z | ++ pushd download |
| 170 | 2026-08-31T09:25:51.920Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 171 | 2026-08-31T09:25:51.920Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 172 | 2026-08-31T09:25:51.920Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-softnpu.tar.gz |
| 173 | 2026-08-31T09:25:51.925Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 174 | 2026-08-31T09:25:51.931Z | Dload Upload Total Spent Left Speed |
| 175 | 2026-08-31T09:25:52.821Z |
0 0 0 0 0 0 0 0 0
100 81.56M 100 81.56M 0 0 91.06M 0 0
100 81.56M 100 81.56M 0 0 91.05M 0 0
100 81.56M 100 81.56M 0 0 91.05M 0 0 |
| 176 | 2026-08-31T09:25:52.825Z | ++ popd |
| 177 | 2026-08-31T09:25:52.828Z | /work/oxidecomputer/maghemite |
| 178 | 2026-08-31T09:25:52.828Z | ++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddm |
| 179 | 2026-08-31T09:25:52.828Z | ++ repo=maghemite |
| 180 | 2026-08-31T09:25:52.828Z | ++ series=release |
| 181 | 2026-08-31T09:25:52.828Z | ++ commit=36e43651d452b07302d464b0997da22b0af75ea7 |
| 182 | 2026-08-31T09:25:52.828Z | ++ name=ddm |
| 183 | 2026-08-31T09:25:52.828Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 184 | 2026-08-31T09:25:52.828Z | ++ mkdir -p download |
| 185 | 2026-08-31T09:25:52.828Z | ++ pushd download |
| 186 | 2026-08-31T09:25:52.828Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 187 | 2026-08-31T09:25:52.828Z | ++ [[ ! -f ddm ]] |
| 188 | 2026-08-31T09:25:52.828Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddm |
| 189 | 2026-08-31T09:25:52.833Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 190 | 2026-08-31T09:25:52.836Z | Dload Upload Total Spent Left Speed |
| 191 | 2026-08-31T09:25:52.869Z |
0 0 0 0 0 0 0 0 0 |
| 192 | 2026-08-31T09:25:52.869Z | curl: (22) The requested URL returned error: 404 |
| 193 | 2026-08-31T09:25:52.872Z | ++ popd |
| 194 | 2026-08-31T09:25:52.872Z | /work/oxidecomputer/maghemite |
| 195 | 2026-08-31T09:25:52.872Z | ++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddmadm |
| 196 | 2026-08-31T09:25:52.872Z | ++ repo=maghemite |
| 197 | 2026-08-31T09:25:52.872Z | ++ series=release |
| 198 | 2026-08-31T09:25:52.873Z | ++ commit=36e43651d452b07302d464b0997da22b0af75ea7 |
| 199 | 2026-08-31T09:25:52.873Z | ++ name=ddmadm |
| 200 | 2026-08-31T09:25:52.873Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 201 | 2026-08-31T09:25:52.873Z | ++ mkdir -p download |
| 202 | 2026-08-31T09:25:52.873Z | ++ pushd download |
| 203 | 2026-08-31T09:25:52.873Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 204 | 2026-08-31T09:25:52.873Z | ++ [[ ! -f ddmadm ]] |
| 205 | 2026-08-31T09:25:52.873Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddmadm |
| 206 | 2026-08-31T09:25:52.877Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 207 | 2026-08-31T09:25:52.880Z | Dload Upload Total Spent Left Speed |
| 208 | 2026-08-31T09:25:52.914Z |
0 0 0 0 0 0 0 0 0 |
| 209 | 2026-08-31T09:25:52.914Z | curl: (22) The requested URL returned error: 404 |
| 210 | 2026-08-31T09:25:52.968Z | ++ popd |
| 211 | 2026-08-31T09:25:52.968Z | /work/oxidecomputer/maghemite |
| 212 | 2026-08-31T09:25:52.968Z | ++ pushd download |
| 213 | 2026-08-31T09:25:52.968Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 214 | 2026-08-31T09:25:52.968Z | ++ chmod +x softnpu |
| 215 | 2026-08-31T09:25:52.968Z | ++ chmod +x scadm |
| 216 | 2026-08-31T09:25:52.968Z | ++ chmod +x ddmadm |
| 217 | 2026-08-31T09:25:52.968Z | chmod: WARNING: can't access ddmadm |
| 218 | 2026-08-31T09:25:52.968Z | ++ chmod +x ddmd |
| 219 | 2026-08-31T09:25:52.968Z | chmod: WARNING: can't access ddmd |
| 220 | 2026-08-31T09:25:52.968Z | ++ mv ddmadm ddmadm-v2 |
| 221 | 2026-08-31T09:25:52.968Z | mv: cannot access ddmadm |
| 222 | 2026-08-31T09:25:52.968Z | ++ mv ddmd ddmd-v2 |
| 223 | 2026-08-31T09:25:52.968Z | mv: cannot access ddmd |
| 224 | 2026-08-31T09:25:52.968Z | ++ rm -rf zones/dendrite |
| 225 | 2026-08-31T09:25:52.968Z | ++ mkdir -p zones/dendrite |
| 226 | 2026-08-31T09:25:52.968Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 227 | 2026-08-31T09:25:53.699Z | ++ 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-31T09:25:53.708Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 229 | 2026-08-31T09:25:53.708Z | ++ popd |
| 230 | 2026-08-31T09:25:53.708Z | /work/oxidecomputer/maghemite |
| 231 | 2026-08-31T09:25:53.708Z | ++ banner install |
| 232 | 2026-08-31T09:25:53.708Z | |
| 233 | 2026-08-31T09:25:53.708Z | # # # #### ##### ## # # |
| 234 | 2026-08-31T09:25:53.708Z | # ## # # # # # # # |
| 235 | 2026-08-31T09:25:53.708Z | # # # # #### # # # # # |
| 236 | 2026-08-31T09:25:53.708Z | # # # # # # ###### # # |
| 237 | 2026-08-31T09:25:53.708Z | # # ## # # # # # # # |
| 238 | 2026-08-31T09:25:53.708Z | # # # #### # # # ###### ###### |
| 239 | 2026-08-31T09:25:53.708Z | |
| 240 | 2026-08-31T09:25:53.708Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 241 | 2026-08-31T09:25:53.708Z | ++ pfexec pkg install clang-15 |
| 242 | 2026-08-31T09:25:55.188Z | Startup: Refreshing catalog 'helios' ... Done |
| 243 | 2026-08-31T09:25:55.602Z | Startup: Caching catalogs ... Done |
| 244 | 2026-08-31T09:25:57.895Z | Planning: Solver setup ... Done |
| 245 | 2026-08-31T09:25:57.960Z | Planning: Running solver ... Done |
| 246 | 2026-08-31T09:25:58.011Z | Planning: Consolidating action changes ... Done |
| 247 | 2026-08-31T09:25:58.011Z | Planning: Evaluating mediators ... Done |
| 248 | 2026-08-31T09:25:58.014Z | Planning: Planning completed in 2.37 seconds |
| 249 | 2026-08-31T09:25:58.028Z | No updates necessary for this image. |
| 250 | 2026-08-31T09:25:58.266Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 251 | 2026-08-31T09:25:58.266Z | ++ pfexec pkg install pkg-config |
| 252 | 2026-08-31T09:25:58.531Z | Startup: Refreshing catalog 'helios' ... Done |
| 253 | 2026-08-31T09:26:00.839Z | Planning: Solver setup ... Done |
| 254 | 2026-08-31T09:26:00.904Z | Planning: Running solver ... Done |
| 255 | 2026-08-31T09:26:00.958Z | Planning: Consolidating action changes ... Done |
| 256 | 2026-08-31T09:26:00.958Z | Planning: Evaluating mediators ... Done |
| 257 | 2026-08-31T09:26:00.961Z | Planning: Planning completed in 2.43 seconds |
| 258 | 2026-08-31T09:26:00.976Z | No updates necessary for this image. |
| 259 | 2026-08-31T09:26:01.119Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 260 | 2026-08-31T09:26:01.119Z | ++ pfexec pkg install brand/omicron1 |
| 261 | 2026-08-31T09:26:01.386Z | Startup: Refreshing catalog 'helios' ... Done |
| 262 | 2026-08-31T09:26:03.696Z | Planning: Solver setup ... Done |
| 263 | 2026-08-31T09:26:03.763Z | Planning: Running solver ... Done |
| 264 | 2026-08-31T09:26:03.816Z | Planning: Finding local manifests ... Done |
| 265 | 2026-08-31T09:26:03.820Z | Planning: Fetching manifests: 0/2 0% complete |
| 266 | 2026-08-31T09:26:03.844Z | Planning: Fetching manifests: 2/2 100% complete |
| 267 | 2026-08-31T09:26:03.858Z | Planning: Package planning ... Done |
| 268 | 2026-08-31T09:26:03.864Z | Planning: Merging actions ... Done |
| 269 | 2026-08-31T09:26:04.009Z | Planning: Checking for conflicting actions ... Done |
| 270 | 2026-08-31T09:26:04.011Z | Planning: Consolidating action changes ... Done |
| 271 | 2026-08-31T09:26:04.817Z | Planning: Evaluating mediators ... Done |
| 272 | 2026-08-31T09:26:04.820Z | Planning: Planning completed in 3.43 seconds |
| 273 | 2026-08-31T09:26:04.826Z | Packages to install: 2 |
| 274 | 2026-08-31T09:26:04.829Z | Create boot environment: No |
| 275 | 2026-08-31T09:26:04.829Z | Create backup boot environment: No |
| 276 | 2026-08-31T09:26:04.850Z | |
| 277 | 2026-08-31T09:26:04.850Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 278 | 2026-08-31T09:26:04.870Z | Download: Completed 1.01 MB in 0.02 seconds (52.4M/s) |
| 279 | 2026-08-31T09:26:04.958Z | Actions: 1/28 actions (Installing new actions) |
| 280 | 2026-08-31T09:26:04.977Z | Actions: Completed 28 actions in 0.01 seconds. |
| 281 | 2026-08-31T09:26:05.007Z | Finalize: Updating package state database ... Done |
| 282 | 2026-08-31T09:26:05.013Z | Finalize: Updating package cache ... Done |
| 283 | 2026-08-31T09:26:05.103Z | Finalize: Updating image state ... Done |
| 284 | 2026-08-31T09:26:07.521Z | Finalize: Creating fast lookup database ... Done |
| 285 | 2026-08-31T09:26:07.588Z | Finalize: Reading search index ... Done |
| 286 | 2026-08-31T09:26:07.591Z | Finalize: Updating search index ... Done |
| 287 | 2026-08-31T09:26:07.709Z | Finalize: Updating package cache ... Done |
| 288 | 2026-08-31T09:26:07.791Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 289 | 2026-08-31T09:26:07.794Z | ++ pfexec pkg install brand/omicron1/tools |
| 290 | 2026-08-31T09:26:08.059Z | Startup: Refreshing catalog 'helios' ... Done |
| 291 | 2026-08-31T09:26:10.365Z | Planning: Solver setup ... Done |
| 292 | 2026-08-31T09:26:10.430Z | Planning: Running solver ... Done |
| 293 | 2026-08-31T09:26:10.481Z | Planning: Finding local manifests ... Done |
| 294 | 2026-08-31T09:26:10.484Z | Planning: Fetching manifests: 0/1 0% complete |
| 295 | 2026-08-31T09:26:10.500Z | Planning: Fetching manifests: 1/1 100% complete |
| 296 | 2026-08-31T09:26:10.512Z | Planning: Package planning ... Done |
| 297 | 2026-08-31T09:26:10.518Z | Planning: Merging actions ... Done |
| 298 | 2026-08-31T09:26:10.663Z | Planning: Checking for conflicting actions ... Done |
| 299 | 2026-08-31T09:26:10.669Z | Planning: Consolidating action changes ... Done |
| 300 | 2026-08-31T09:26:10.807Z | Planning: Evaluating mediators ... Done |
| 301 | 2026-08-31T09:26:10.812Z | Planning: Planning completed in 2.75 seconds |
| 302 | 2026-08-31T09:26:10.816Z | Packages to install: 1 |
| 303 | 2026-08-31T09:26:10.816Z | Services to change: 1 |
| 304 | 2026-08-31T09:26:10.816Z | Create boot environment: No |
| 305 | 2026-08-31T09:26:10.816Z | Create backup boot environment: No |
| 306 | 2026-08-31T09:26:10.832Z | |
| 307 | 2026-08-31T09:26:10.832Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 308 | 2026-08-31T09:26:10.850Z | Download: Completed 1.13 MB in 0.02 seconds (62.1M/s) |
| 309 | 2026-08-31T09:26:10.904Z | Actions: 1/19 actions (Installing new actions) |
| 310 | 2026-08-31T09:26:10.918Z | Actions: Completed 19 actions in 0.01 seconds. |
| 311 | 2026-08-31T09:26:10.955Z | Finalize: Updating package state database ... Done |
| 312 | 2026-08-31T09:26:10.958Z | Finalize: Updating package cache ... Done |
| 313 | 2026-08-31T09:26:11.044Z | Finalize: Updating image state ... Done |
| 314 | 2026-08-31T09:26:13.007Z | Finalize: Creating fast lookup database ... Done |
| 315 | 2026-08-31T09:26:13.054Z | Finalize: Reading search index ... Done |
| 316 | 2026-08-31T09:26:13.060Z | Finalize: Updating search index ... Done |
| 317 | 2026-08-31T09:26:13.119Z | Finalize: Updating package cache ... Done |
| 318 | 2026-08-31T09:26:13.208Z | ++ pfexec svcadm enable baseline |
| 319 | 2026-08-31T09:26:13.226Z | ++ retry=0 |
| 320 | 2026-08-31T09:26:13.226Z | +++ svcs -Hostate baseline |
| 321 | 2026-08-31T09:26:13.233Z | ++ [[ offline* != online ]] |
| 322 | 2026-08-31T09:26:13.241Z | ++ [[ 0 -gt 300 ]] |
| 323 | 2026-08-31T09:26:13.241Z | ++ sleep 1 |
| 324 | 2026-08-31T09:26:14.234Z | ++ retry=1 |
| 325 | 2026-08-31T09:26:14.237Z | +++ svcs -Hostate baseline |
| 326 | 2026-08-31T09:26:14.249Z | ++ [[ offline* != online ]] |
| 327 | 2026-08-31T09:26:14.249Z | ++ [[ 1 -gt 300 ]] |
| 328 | 2026-08-31T09:26:14.249Z | ++ sleep 1 |
| 329 | 2026-08-31T09:26:15.250Z | ++ retry=2 |
| 330 | 2026-08-31T09:26:15.253Z | +++ svcs -Hostate baseline |
| 331 | 2026-08-31T09:26:15.268Z | ++ [[ offline* != online ]] |
| 332 | 2026-08-31T09:26:15.268Z | ++ [[ 2 -gt 300 ]] |
| 333 | 2026-08-31T09:26:15.268Z | ++ sleep 1 |
| 334 | 2026-08-31T09:26:16.267Z | ++ retry=3 |
| 335 | 2026-08-31T09:26:16.270Z | +++ svcs -Hostate baseline |
| 336 | 2026-08-31T09:26:16.281Z | ++ [[ offline* != online ]] |
| 337 | 2026-08-31T09:26:16.281Z | ++ [[ 3 -gt 300 ]] |
| 338 | 2026-08-31T09:26:16.281Z | ++ sleep 1 |
| 339 | 2026-08-31T09:26:17.282Z | ++ retry=4 |
| 340 | 2026-08-31T09:26:17.286Z | +++ svcs -Hostate baseline |
| 341 | 2026-08-31T09:26:17.296Z | ++ [[ offline* != online ]] |
| 342 | 2026-08-31T09:26:17.296Z | ++ [[ 4 -gt 300 ]] |
| 343 | 2026-08-31T09:26:17.301Z | ++ sleep 1 |
| 344 | 2026-08-31T09:26:18.300Z | ++ retry=5 |
| 345 | 2026-08-31T09:26:18.305Z | +++ svcs -Hostate baseline |
| 346 | 2026-08-31T09:26:18.315Z | ++ [[ offline* != online ]] |
| 347 | 2026-08-31T09:26:18.315Z | ++ [[ 5 -gt 300 ]] |
| 348 | 2026-08-31T09:26:18.315Z | ++ sleep 1 |
| 349 | 2026-08-31T09:26:19.316Z | ++ retry=6 |
| 350 | 2026-08-31T09:26:19.319Z | +++ svcs -Hostate baseline |
| 351 | 2026-08-31T09:26:19.330Z | ++ [[ offline* != online ]] |
| 352 | 2026-08-31T09:26:19.330Z | ++ [[ 6 -gt 300 ]] |
| 353 | 2026-08-31T09:26:19.330Z | ++ sleep 1 |
| 354 | 2026-08-31T09:26:20.332Z | ++ retry=7 |
| 355 | 2026-08-31T09:26:20.335Z | +++ svcs -Hostate baseline |
| 356 | 2026-08-31T09:26:20.347Z | ++ [[ offline* != online ]] |
| 357 | 2026-08-31T09:26:20.347Z | ++ [[ 7 -gt 300 ]] |
| 358 | 2026-08-31T09:26:20.347Z | ++ sleep 1 |
| 359 | 2026-08-31T09:26:21.348Z | ++ retry=8 |
| 360 | 2026-08-31T09:26:21.351Z | +++ svcs -Hostate baseline |
| 361 | 2026-08-31T09:26:21.363Z | ++ [[ offline* != online ]] |
| 362 | 2026-08-31T09:26:21.363Z | ++ [[ 8 -gt 300 ]] |
| 363 | 2026-08-31T09:26:21.363Z | ++ sleep 1 |
| 364 | 2026-08-31T09:26:22.366Z | ++ retry=9 |
| 365 | 2026-08-31T09:26:22.370Z | +++ svcs -Hostate baseline |
| 366 | 2026-08-31T09:26:22.380Z | ++ [[ offline* != online ]] |
| 367 | 2026-08-31T09:26:22.380Z | ++ [[ 9 -gt 300 ]] |
| 368 | 2026-08-31T09:26:22.380Z | ++ sleep 1 |
| 369 | 2026-08-31T09:26:23.400Z | ++ retry=10 |
| 370 | 2026-08-31T09:26:23.414Z | +++ svcs -Hostate baseline |
| 371 | 2026-08-31T09:26:23.414Z | ++ [[ offline* != online ]] |
| 372 | 2026-08-31T09:26:23.414Z | ++ [[ 10 -gt 300 ]] |
| 373 | 2026-08-31T09:26:23.414Z | ++ sleep 1 |
| 374 | 2026-08-31T09:26:24.402Z | ++ retry=11 |
| 375 | 2026-08-31T09:26:24.408Z | +++ svcs -Hostate baseline |
| 376 | 2026-08-31T09:26:24.413Z | ++ [[ offline* != online ]] |
| 377 | 2026-08-31T09:26:24.413Z | ++ [[ 11 -gt 300 ]] |
| 378 | 2026-08-31T09:26:24.413Z | ++ sleep 1 |
| 379 | 2026-08-31T09:26:25.418Z | ++ retry=12 |
| 380 | 2026-08-31T09:26:25.423Z | +++ svcs -Hostate baseline |
| 381 | 2026-08-31T09:26:25.429Z | ++ [[ offline* != online ]] |
| 382 | 2026-08-31T09:26:25.429Z | ++ [[ 12 -gt 300 ]] |
| 383 | 2026-08-31T09:26:25.429Z | ++ sleep 1 |
| 384 | 2026-08-31T09:26:26.430Z | ++ retry=13 |
| 385 | 2026-08-31T09:26:26.434Z | +++ svcs -Hostate baseline |
| 386 | 2026-08-31T09:26:26.445Z | ++ [[ offline* != online ]] |
| 387 | 2026-08-31T09:26:26.445Z | ++ [[ 13 -gt 300 ]] |
| 388 | 2026-08-31T09:26:26.445Z | ++ sleep 1 |
| 389 | 2026-08-31T09:26:27.446Z | ++ retry=14 |
| 390 | 2026-08-31T09:26:27.449Z | +++ svcs -Hostate baseline |
| 391 | 2026-08-31T09:26:27.491Z | ++ [[ offline* != online ]] |
| 392 | 2026-08-31T09:26:27.491Z | ++ [[ 14 -gt 300 ]] |
| 393 | 2026-08-31T09:26:27.491Z | ++ sleep 1 |
| 394 | 2026-08-31T09:26:28.462Z | ++ retry=15 |
| 395 | 2026-08-31T09:26:28.465Z | +++ svcs -Hostate baseline |
| 396 | 2026-08-31T09:26:28.477Z | ++ [[ offline* != online ]] |
| 397 | 2026-08-31T09:26:28.477Z | ++ [[ 15 -gt 300 ]] |
| 398 | 2026-08-31T09:26:28.477Z | ++ sleep 1 |
| 399 | 2026-08-31T09:26:29.478Z | ++ retry=16 |
| 400 | 2026-08-31T09:26:29.482Z | +++ svcs -Hostate baseline |
| 401 | 2026-08-31T09:26:29.492Z | ++ [[ offline* != online ]] |
| 402 | 2026-08-31T09:26:29.492Z | ++ [[ 16 -gt 300 ]] |
| 403 | 2026-08-31T09:26:29.492Z | ++ sleep 1 |
| 404 | 2026-08-31T09:26:30.494Z | ++ retry=17 |
| 405 | 2026-08-31T09:26:30.498Z | +++ svcs -Hostate baseline |
| 406 | 2026-08-31T09:26:30.507Z | ++ [[ offline* != online ]] |
| 407 | 2026-08-31T09:26:30.507Z | ++ [[ 17 -gt 300 ]] |
| 408 | 2026-08-31T09:26:30.507Z | ++ sleep 1 |
| 409 | 2026-08-31T09:26:31.508Z | ++ retry=18 |
| 410 | 2026-08-31T09:26:31.511Z | +++ svcs -Hostate baseline |
| 411 | 2026-08-31T09:26:31.523Z | ++ [[ offline* != online ]] |
| 412 | 2026-08-31T09:26:31.523Z | ++ [[ 18 -gt 300 ]] |
| 413 | 2026-08-31T09:26:31.523Z | ++ sleep 1 |
| 414 | 2026-08-31T09:26:32.525Z | ++ retry=19 |
| 415 | 2026-08-31T09:26:32.528Z | +++ svcs -Hostate baseline |
| 416 | 2026-08-31T09:26:32.539Z | ++ [[ offline* != online ]] |
| 417 | 2026-08-31T09:26:32.539Z | ++ [[ 19 -gt 300 ]] |
| 418 | 2026-08-31T09:26:32.539Z | ++ sleep 1 |
| 419 | 2026-08-31T09:26:33.541Z | ++ retry=20 |
| 420 | 2026-08-31T09:26:33.545Z | +++ svcs -Hostate baseline |
| 421 | 2026-08-31T09:26:33.555Z | ++ [[ online != online ]] |
| 422 | 2026-08-31T09:26:33.555Z | ++ set -o errexit |
| 423 | 2026-08-31T09:26:33.560Z | ++ set -o pipefail |
| 424 | 2026-08-31T09:26:33.560Z | ++ banner build |
| 425 | 2026-08-31T09:26:33.560Z | |
| 426 | 2026-08-31T09:26:33.560Z | ##### # # # # ##### |
| 427 | 2026-08-31T09:26:33.560Z | # # # # # # # # |
| 428 | 2026-08-31T09:26:33.560Z | ##### # # # # # # |
| 429 | 2026-08-31T09:26:33.560Z | # # # # # # # # |
| 430 | 2026-08-31T09:26:33.560Z | # # # # # # # # |
| 431 | 2026-08-31T09:26:33.560Z | ##### #### # ###### ##### |
| 432 | 2026-08-31T09:26:33.560Z | |
| 433 | 2026-08-31T09:26:33.560Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 434 | 2026-08-31T09:26:33.669Z | Updating crates.io index |
| 435 | 2026-08-31T09:26:33.673Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 436 | 2026-08-31T09:26:39.718Z | From https://github.com/oxidecomputer/omicron |
| 437 | 2026-08-31T09:26:39.718Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 438 | 2026-08-31T09:26:40.142Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 439 | 2026-08-31T09:26:40.822Z | From https://github.com/oxidecomputer/falcon |
| 440 | 2026-08-31T09:26:40.822Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 441 | 2026-08-31T09:26:40.898Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 442 | 2026-08-31T09:26:41.436Z | From https://github.com/oxidecomputer/dendrite |
| 443 | 2026-08-31T09:26:41.436Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 444 | 2026-08-31T09:26:41.471Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 445 | 2026-08-31T09:26:41.768Z | From https://github.com/oxidecomputer/ispf |
| 446 | 2026-08-31T09:26:41.768Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 447 | 2026-08-31T09:26:41.773Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 448 | 2026-08-31T09:26:42.147Z | From https://github.com/oxidecomputer/netadm-sys |
| 449 | 2026-08-31T09:26:42.147Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 450 | 2026-08-31T09:26:42.156Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 451 | 2026-08-31T09:26:43.172Z | From https://github.com/oxidecomputer/opte |
| 452 | 2026-08-31T09:26:43.172Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 453 | 2026-08-31T09:26:43.196Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 454 | 2026-08-31T09:26:43.505Z | From https://github.com/oxidecomputer/slog-error-chain |
| 455 | 2026-08-31T09:26:43.505Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 456 | 2026-08-31T09:26:43.513Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 457 | 2026-08-31T09:26:44.034Z | From https://github.com/illumos/smf-rs |
| 458 | 2026-08-31T09:26:44.034Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 459 | 2026-08-31T09:26:44.045Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 460 | 2026-08-31T09:26:44.647Z | From https://github.com/oxidecomputer/poptrie |
| 461 | 2026-08-31T09:26:44.647Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 462 | 2026-08-31T09:26:44.654Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 463 | 2026-08-31T09:26:45.236Z | From https://github.com/oxidecomputer/network-interface |
| 464 | 2026-08-31T09:26:45.236Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 465 | 2026-08-31T09:26:45.243Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 466 | 2026-08-31T09:26:45.550Z | From https://github.com/oxidecomputer/zone |
| 467 | 2026-08-31T09:26:45.550Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 468 | 2026-08-31T09:26:45.556Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 469 | 2026-08-31T09:26:45.975Z | From https://github.com/oxidecomputer/lldp |
| 470 | 2026-08-31T09:26:45.975Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 471 | 2026-08-31T09:26:45.984Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 472 | 2026-08-31T09:26:46.321Z | From https://github.com/oxidecomputer/tufaceous |
| 473 | 2026-08-31T09:26:46.321Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 474 | 2026-08-31T09:26:46.328Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 475 | 2026-08-31T09:26:47.393Z | From https://github.com/oxidecomputer/propolis |
| 476 | 2026-08-31T09:26:47.393Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 477 | 2026-08-31T09:26:47.434Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 478 | 2026-08-31T09:26:47.985Z | From https://github.com/oxidecomputer/transceiver-control |
| 479 | 2026-08-31T09:26:47.985Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 480 | 2026-08-31T09:26:47.995Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 481 | 2026-08-31T09:26:48.295Z | From https://github.com/oxidecomputer/dlpi-sys |
| 482 | 2026-08-31T09:26:48.295Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 483 | 2026-08-31T09:26:48.301Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 484 | 2026-08-31T09:26:48.602Z | From https://github.com/jmesmon/rust-libzfs |
| 485 | 2026-08-31T09:26:48.602Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 486 | 2026-08-31T09:26:48.609Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 487 | 2026-08-31T09:26:48.877Z | From https://github.com/oxidecomputer/rusty-doors |
| 488 | 2026-08-31T09:26:48.877Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 489 | 2026-08-31T09:26:48.882Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 490 | 2026-08-31T09:26:49.456Z | From https://github.com/oxidecomputer/management-gateway-service |
| 491 | 2026-08-31T09:26:49.456Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 492 | 2026-08-31T09:26:49.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 493 | 2026-08-31T09:26:49.847Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 494 | 2026-08-31T09:26:49.847Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 495 | 2026-08-31T09:26:49.856Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 496 | 2026-08-31T09:26:51.100Z | From https://github.com/oxidecomputer/crucible |
| 497 | 2026-08-31T09:26:51.100Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 498 | 2026-08-31T09:26:51.143Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 499 | 2026-08-31T09:26:51.619Z | From https://github.com/oxidecomputer/propolis |
| 500 | 2026-08-31T09:26:51.619Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 501 | 2026-08-31T09:26:51.662Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 502 | 2026-08-31T09:26:52.514Z | From https://github.com/oxidecomputer/crucible |
| 503 | 2026-08-31T09:26:52.514Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 504 | 2026-08-31T09:26:52.577Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 505 | 2026-08-31T09:26:53.049Z | From https://github.com/oxidecomputer/tofino |
| 506 | 2026-08-31T09:26:53.049Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 507 | 2026-08-31T09:26:53.060Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 508 | 2026-08-31T09:26:54.185Z | From https://github.com/oxidecomputer/maghemite |
| 509 | 2026-08-31T09:26:54.185Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 510 | 2026-08-31T09:26:54.216Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 511 | 2026-08-31T09:26:54.583Z | From https://github.com/oxidecomputer/clickward |
| 512 | 2026-08-31T09:26:54.583Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 513 | 2026-08-31T09:26:54.591Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 514 | 2026-08-31T09:26:54.904Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 515 | 2026-08-31T09:26:54.906Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 516 | 2026-08-31T09:26:56.990Z | Downloading crates ... |
| 517 | 2026-08-31T09:26:57.035Z | Downloaded bytes v1.12.1 |
| 518 | 2026-08-31T09:26:57.037Z | Downloaded adler2 v2.0.1 |
| 519 | 2026-08-31T09:26:57.042Z | Downloaded backon v1.6.0 |
| 520 | 2026-08-31T09:26:57.046Z | Downloaded anstyle v1.0.14 |
| 521 | 2026-08-31T09:26:57.046Z | Downloaded bs58 v0.5.1 |
| 522 | 2026-08-31T09:26:57.050Z | Downloaded aead v0.5.2 |
| 523 | 2026-08-31T09:26:57.054Z | Downloaded async-stream v0.3.6 |
| 524 | 2026-08-31T09:26:57.057Z | Downloaded block-buffer v0.10.4 |
| 525 | 2026-08-31T09:26:57.057Z | Downloaded cfg-if v1.0.4 |
| 526 | 2026-08-31T09:26:57.057Z | Downloaded atomic-waker v1.1.2 |
| 527 | 2026-08-31T09:26:57.060Z | Downloaded hubpack v0.1.2 |
| 528 | 2026-08-31T09:26:57.063Z | Downloaded hubpack_derive v0.1.1 |
| 529 | 2026-08-31T09:26:57.066Z | Downloaded darling_core v0.21.3 |
| 530 | 2026-08-31T09:26:57.071Z | Downloaded hybrid-array v0.4.14 |
| 531 | 2026-08-31T09:26:57.071Z | Downloaded indent_write v2.2.0 |
| 532 | 2026-08-31T09:26:57.074Z | Downloaded lazy_static v1.5.0 |
| 533 | 2026-08-31T09:26:57.074Z | Downloaded base16ct v1.0.0 |
| 534 | 2026-08-31T09:26:57.074Z | Downloaded bit-set v0.8.0 |
| 535 | 2026-08-31T09:26:57.074Z | Downloaded ident_case v1.0.1 |
| 536 | 2026-08-31T09:26:57.074Z | Downloaded konst_macro_rules v0.2.19 |
| 537 | 2026-08-31T09:26:57.077Z | Downloaded instant v0.1.13 |
| 538 | 2026-08-31T09:26:57.080Z | Downloaded const-random-macro v0.1.16 |
| 539 | 2026-08-31T09:26:57.083Z | Downloaded is-terminal v0.4.17 |
| 540 | 2026-08-31T09:26:57.083Z | Downloaded cpufeatures v0.3.0 |
| 541 | 2026-08-31T09:26:57.083Z | Downloaded itoa v1.0.18 |
| 542 | 2026-08-31T09:26:57.087Z | Downloaded cstr-argument v0.1.2 |
| 543 | 2026-08-31T09:26:57.090Z | Downloaded async-recursion v1.1.1 |
| 544 | 2026-08-31T09:26:57.093Z | Downloaded async-stream-impl v0.3.6 |
| 545 | 2026-08-31T09:26:57.093Z | Downloaded crypto-common v0.2.2 |
| 546 | 2026-08-31T09:26:57.093Z | Downloaded inout v0.1.4 |
| 547 | 2026-08-31T09:26:57.093Z | Downloaded jiff-static v0.2.35 |
| 548 | 2026-08-31T09:26:57.096Z | Downloaded atomicwrites v0.4.4 |
| 549 | 2026-08-31T09:26:57.096Z | Downloaded compression-core v0.4.32 |
| 550 | 2026-08-31T09:26:57.101Z | Downloaded cfg_aliases v0.2.2 |
| 551 | 2026-08-31T09:26:57.104Z | Downloaded ciborium-ll v0.2.2 |
| 552 | 2026-08-31T09:26:57.104Z | Downloaded memmap v0.7.0 |
| 553 | 2026-08-31T09:26:57.107Z | Downloaded keccak v0.1.6 |
| 554 | 2026-08-31T09:26:57.107Z | Downloaded cobs v0.3.0 |
| 555 | 2026-08-31T09:26:57.107Z | Downloaded crunchy v0.2.4 |
| 556 | 2026-08-31T09:26:57.107Z | Downloaded cpufeatures v0.2.17 |
| 557 | 2026-08-31T09:26:57.110Z | Downloaded crypto-common v0.1.7 |
| 558 | 2026-08-31T09:26:57.110Z | Downloaded base16ct v0.2.0 |
| 559 | 2026-08-31T09:26:57.110Z | Downloaded anstyle-query v1.1.5 |
| 560 | 2026-08-31T09:26:57.110Z | Downloaded convert_case v0.4.0 |
| 561 | 2026-08-31T09:26:57.113Z | Downloaded is_ci v1.2.0 |
| 562 | 2026-08-31T09:26:57.113Z | Downloaded num-conv v0.2.2 |
| 563 | 2026-08-31T09:26:57.113Z | Downloaded olpc-cjson v0.1.4 |
| 564 | 2026-08-31T09:26:57.113Z | Downloaded idna_adapter v1.2.2 |
| 565 | 2026-08-31T09:26:57.113Z | Downloaded mime v0.3.17 |
| 566 | 2026-08-31T09:26:57.116Z | Downloaded natord v1.0.9 |
| 567 | 2026-08-31T09:26:57.122Z | Downloaded newline-converter v0.3.0 |
| 568 | 2026-08-31T09:26:57.124Z | Downloaded newtype_derive v0.1.6 |
| 569 | 2026-08-31T09:26:57.124Z | Downloaded is_terminal_polyfill v1.70.2 |
| 570 | 2026-08-31T09:26:57.125Z | Downloaded lru-slab v0.1.2 |
| 571 | 2026-08-31T09:26:57.128Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 572 | 2026-08-31T09:26:57.128Z | Downloaded clap_lex v1.1.0 |
| 573 | 2026-08-31T09:26:57.128Z | Downloaded colorchoice v1.0.5 |
| 574 | 2026-08-31T09:26:57.131Z | Downloaded num v0.4.3 |
| 575 | 2026-08-31T09:26:57.131Z | Downloaded crc8 v0.1.1 |
| 576 | 2026-08-31T09:26:57.131Z | Downloaded crucible-workspace-hack v0.1.0 |
| 577 | 2026-08-31T09:26:57.131Z | Downloaded libscf-sys v1.2.0 |
| 578 | 2026-08-31T09:26:57.131Z | Downloaded linked-hash-map v0.5.6 |
| 579 | 2026-08-31T09:26:57.131Z | Downloaded num-derive v0.4.2 |
| 580 | 2026-08-31T09:26:57.131Z | Downloaded num_threads v0.1.7 |
| 581 | 2026-08-31T09:26:57.134Z | Downloaded lru-cache v0.1.2 |
| 582 | 2026-08-31T09:26:57.135Z | Downloaded num_enum_derive v0.5.11 |
| 583 | 2026-08-31T09:26:57.135Z | Downloaded const-random v0.1.18 |
| 584 | 2026-08-31T09:26:57.135Z | Downloaded block-buffer v0.12.1 |
| 585 | 2026-08-31T09:26:57.135Z | Downloaded byteorder v1.5.0 |
| 586 | 2026-08-31T09:26:57.138Z | Downloaded camino-tempfile v1.4.1 |
| 587 | 2026-08-31T09:26:57.138Z | Downloaded no-std-compat v0.4.1 |
| 588 | 2026-08-31T09:26:57.138Z | Downloaded omicron-workspace-hack v0.1.0 |
| 589 | 2026-08-31T09:26:57.141Z | Downloaded memoffset v0.9.1 |
| 590 | 2026-08-31T09:26:57.144Z | Downloaded newtype-uuid-macros v0.1.1 |
| 591 | 2026-08-31T09:26:57.144Z | Downloaded bytecount v0.6.9 |
| 592 | 2026-08-31T09:26:57.144Z | Downloaded num-iter v0.1.46 |
| 593 | 2026-08-31T09:26:57.144Z | Downloaded humantime v2.4.0 |
| 594 | 2026-08-31T09:26:57.147Z | Downloaded ingot-types v0.1.2 |
| 595 | 2026-08-31T09:26:57.147Z | Downloaded backoff v0.4.0 |
| 596 | 2026-08-31T09:26:57.147Z | Downloaded anstyle-parse v1.0.0 |
| 597 | 2026-08-31T09:26:57.150Z | Downloaded async-trait v0.1.92 |
| 598 | 2026-08-31T09:26:57.154Z | Downloaded internet-checksum v0.2.1 |
| 599 | 2026-08-31T09:26:57.154Z | Downloaded ingot-types v0.2.0 |
| 600 | 2026-08-31T09:26:57.568Z | Downloaded match_cfg v0.1.0 |
| 601 | 2026-08-31T09:26:57.569Z | Downloaded scopeguard v1.2.0 |
| 602 | 2026-08-31T09:26:57.572Z | Downloaded ipnet v2.12.1 |
| 603 | 2026-08-31T09:26:57.572Z | Downloaded ipnetwork v0.21.1 |
| 604 | 2026-08-31T09:26:57.572Z | Downloaded take_mut v0.2.2 |
| 605 | 2026-08-31T09:26:57.572Z | Downloaded chacha20 v0.9.1 |
| 606 | 2026-08-31T09:26:57.572Z | Downloaded strum v0.27.2 |
| 607 | 2026-08-31T09:26:57.572Z | Downloaded strsim v0.11.1 |
| 608 | 2026-08-31T09:26:57.572Z | Downloaded base64ct v1.8.3 |
| 609 | 2026-08-31T09:26:57.572Z | Downloaded bitflags v1.3.2 |
| 610 | 2026-08-31T09:26:57.572Z | Downloaded supports-color v3.0.2 |
| 611 | 2026-08-31T09:26:57.572Z | Downloaded terminal_size v0.4.4 |
| 612 | 2026-08-31T09:26:57.572Z | Downloaded jobserver v0.1.35 |
| 613 | 2026-08-31T09:26:57.572Z | Downloaded tinyvec_macros v0.1.1 |
| 614 | 2026-08-31T09:26:57.572Z | Downloaded bit-vec v0.8.0 |
| 615 | 2026-08-31T09:26:57.572Z | Downloaded linear-map v1.2.0 |
| 616 | 2026-08-31T09:26:57.572Z | Downloaded macaddr v1.0.1 |
| 617 | 2026-08-31T09:26:57.572Z | Downloaded ciborium-io v0.2.2 |
| 618 | 2026-08-31T09:26:57.572Z | Downloaded cipher v0.4.4 |
| 619 | 2026-08-31T09:26:57.572Z | Downloaded daft v0.1.8 |
| 620 | 2026-08-31T09:26:57.572Z | Downloaded bcs v0.1.6 |
| 621 | 2026-08-31T09:26:57.572Z | Downloaded ingot v0.1.1 |
| 622 | 2026-08-31T09:26:57.572Z | Downloaded crossbeam-deque v0.8.7 |
| 623 | 2026-08-31T09:26:57.572Z | Downloaded num-integer v0.1.47 |
| 624 | 2026-08-31T09:26:57.572Z | Downloaded num_enum v0.7.6 |
| 625 | 2026-08-31T09:26:57.572Z | Downloaded num-complex v0.4.6 |
| 626 | 2026-08-31T09:26:57.572Z | Downloaded csv-core v0.1.13 |
| 627 | 2026-08-31T09:26:57.572Z | Downloaded autocfg v1.5.1 |
| 628 | 2026-08-31T09:26:57.573Z | Downloaded ingot v0.2.1 |
| 629 | 2026-08-31T09:26:57.573Z | Downloaded compression-codecs v0.4.38 |
| 630 | 2026-08-31T09:26:57.573Z | Downloaded critical-section v1.2.0 |
| 631 | 2026-08-31T09:26:57.573Z | Downloaded num_enum_derive v0.7.6 |
| 632 | 2026-08-31T09:26:57.573Z | Downloaded libsw v3.5.0 |
| 633 | 2026-08-31T09:26:57.573Z | Downloaded num_enum v0.5.11 |
| 634 | 2026-08-31T09:26:57.573Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 635 | 2026-08-31T09:26:57.573Z | Downloaded multer v3.1.0 |
| 636 | 2026-08-31T09:26:57.573Z | Downloaded tower-service v0.3.3 |
| 637 | 2026-08-31T09:26:57.573Z | Downloaded try-lock v0.2.5 |
| 638 | 2026-08-31T09:26:57.573Z | Downloaded utf-8 v0.7.6 |
| 639 | 2026-08-31T09:26:57.573Z | Downloaded usdt-macro v0.5.0 |
| 640 | 2026-08-31T09:26:57.573Z | Downloaded usdt-macro v0.6.0 |
| 641 | 2026-08-31T09:26:57.573Z | Downloaded wait-timeout v0.2.1 |
| 642 | 2026-08-31T09:26:57.573Z | Downloaded cmake v0.1.58 |
| 643 | 2026-08-31T09:26:57.574Z | Downloaded const_format_proc_macros v0.2.34 |
| 644 | 2026-08-31T09:26:57.574Z | Downloaded anstream v1.0.0 |
| 645 | 2026-08-31T09:26:57.574Z | Downloaded iana-time-zone v0.1.65 |
| 646 | 2026-08-31T09:26:57.574Z | Downloaded cancel-safe-futures v0.1.5 |
| 647 | 2026-08-31T09:26:57.574Z | Downloaded hyper-rustls v0.27.9 |
| 648 | 2026-08-31T09:26:57.574Z | Downloaded libsw-core v0.3.2 |
| 649 | 2026-08-31T09:26:57.574Z | Downloaded ingot-macros v0.2.0 |
| 650 | 2026-08-31T09:26:57.574Z | Downloaded managed v0.8.0 |
| 651 | 2026-08-31T09:26:57.574Z | Downloaded argon2 v0.5.3 |
| 652 | 2026-08-31T09:26:57.575Z | Downloaded cargo_toml v0.22.3 |
| 653 | 2026-08-31T09:26:57.575Z | Downloaded untrusted v0.9.0 |
| 654 | 2026-08-31T09:26:57.575Z | Downloaded unarray v0.1.4 |
| 655 | 2026-08-31T09:26:57.575Z | Downloaded rustls-pemfile v2.2.0 |
| 656 | 2026-08-31T09:26:57.575Z | Downloaded dof v0.3.0 |
| 657 | 2026-08-31T09:26:57.575Z | Downloaded dyn-clone v1.0.20 |
| 658 | 2026-08-31T09:26:57.575Z | Downloaded embedded-io v0.4.0 |
| 659 | 2026-08-31T09:26:57.575Z | Downloaded rustversion v1.0.23 |
| 660 | 2026-08-31T09:26:57.575Z | Downloaded serde_path_to_error v0.1.20 |
| 661 | 2026-08-31T09:26:57.575Z | Downloaded slab v0.4.12 |
| 662 | 2026-08-31T09:26:57.575Z | Downloaded slog-scope v4.4.1 |
| 663 | 2026-08-31T09:26:57.575Z | Downloaded slog-stdlog v4.1.1 |
| 664 | 2026-08-31T09:26:57.575Z | Downloaded hostname v0.4.2 |
| 665 | 2026-08-31T09:26:57.575Z | Downloaded snafu-derive v0.8.9 |
| 666 | 2026-08-31T09:26:57.575Z | Downloaded defmt-parser v1.0.0 |
| 667 | 2026-08-31T09:26:57.575Z | Downloaded debug-ignore v1.0.5 |
| 668 | 2026-08-31T09:26:57.575Z | Downloaded fxhash v0.2.1 |
| 669 | 2026-08-31T09:26:57.575Z | Downloaded ingot-macros v0.1.1 |
| 670 | 2026-08-31T09:26:57.575Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 671 | 2026-08-31T09:26:57.575Z | Downloaded form_urlencoded v1.2.2 |
| 672 | 2026-08-31T09:26:57.575Z | Downloaded newtype-uuid v1.4.0 |
| 673 | 2026-08-31T09:26:57.575Z | Downloaded num-rational v0.4.2 |
| 674 | 2026-08-31T09:26:57.575Z | Downloaded ahash v0.8.12 |
| 675 | 2026-08-31T09:26:57.575Z | Downloaded anyhow v1.0.104 |
| 676 | 2026-08-31T09:26:57.575Z | Downloaded litemap v0.8.2 |
| 677 | 2026-08-31T09:26:57.575Z | Downloaded clap_derive v4.6.4 |
| 678 | 2026-08-31T09:26:57.575Z | Downloaded crossbeam-utils v0.8.22 |
| 679 | 2026-08-31T09:26:57.575Z | Downloaded lock_api v0.4.14 |
| 680 | 2026-08-31T09:26:57.575Z | Downloaded byte-wrapper v0.1.0 |
| 681 | 2026-08-31T09:26:57.575Z | Downloaded console v0.16.4 |
| 682 | 2026-08-31T09:26:57.575Z | Downloaded crossbeam-epoch v0.9.20 |
| 683 | 2026-08-31T09:26:57.575Z | Downloaded darling v0.23.0 |
| 684 | 2026-08-31T09:26:57.575Z | Downloaded cookie v0.18.2 |
| 685 | 2026-08-31T09:26:57.575Z | Downloaded thiserror-impl v2.0.20 |
| 686 | 2026-08-31T09:26:57.575Z | Downloaded darling v0.21.3 |
| 687 | 2026-08-31T09:26:57.575Z | Downloaded pretty-hex v0.4.2 |
| 688 | 2026-08-31T09:26:57.575Z | Downloaded progenitor-macro v0.10.0 |
| 689 | 2026-08-31T09:26:57.575Z | Downloaded rand_xorshift v0.4.0 |
| 690 | 2026-08-31T09:26:57.576Z | Downloaded icu_locale_core v2.2.0 |
| 691 | 2026-08-31T09:26:57.576Z | Downloaded camino v1.2.5 |
| 692 | 2026-08-31T09:26:57.576Z | Downloaded icu_provider v2.2.0 |
| 693 | 2026-08-31T09:26:57.576Z | Downloaded shlex v2.0.1 |
| 694 | 2026-08-31T09:26:57.576Z | Downloaded fnv v1.0.7 |
| 695 | 2026-08-31T09:26:57.576Z | Downloaded indicatif v0.18.6 |
| 696 | 2026-08-31T09:26:57.576Z | Downloaded zeroize v1.9.0 |
| 697 | 2026-08-31T09:26:57.576Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 698 | 2026-08-31T09:26:57.576Z | Downloaded either v1.17.0 |
| 699 | 2026-08-31T09:26:57.576Z | Downloaded tokio-rustls v0.26.4 |
| 700 | 2026-08-31T09:26:57.576Z | Downloaded foldhash v0.1.5 |
| 701 | 2026-08-31T09:26:57.576Z | Downloaded group v0.13.0 |
| 702 | 2026-08-31T09:26:57.580Z | Downloaded rustc_version v0.4.1 |
| 703 | 2026-08-31T09:26:57.580Z | Downloaded highway v1.3.0 |
| 704 | 2026-08-31T09:26:57.580Z | Downloaded sha1 v0.11.0 |
| 705 | 2026-08-31T09:26:57.580Z | Downloaded slog-envlogger v2.2.0 |
| 706 | 2026-08-31T09:26:57.581Z | Downloaded strum v0.26.3 |
| 707 | 2026-08-31T09:26:57.581Z | Downloaded serde_spanned v0.6.9 |
| 708 | 2026-08-31T09:26:57.581Z | Downloaded testing_table v0.3.0 |
| 709 | 2026-08-31T09:26:57.581Z | Downloaded swrite v0.1.0 |
| 710 | 2026-08-31T09:26:57.581Z | Downloaded daft-derive v0.1.8 |
| 711 | 2026-08-31T09:26:57.581Z | Downloaded tower-layer v0.3.3 |
| 712 | 2026-08-31T09:26:57.581Z | Downloaded indexmap v1.9.3 |
| 713 | 2026-08-31T09:26:57.581Z | Downloaded scroll v0.12.0 |
| 714 | 2026-08-31T09:26:57.581Z | Downloaded serde_derive_internals v0.29.1 |
| 715 | 2026-08-31T09:26:57.581Z | Downloaded deranged v0.5.8 |
| 716 | 2026-08-31T09:26:57.581Z | Downloaded log v0.4.33 |
| 717 | 2026-08-31T09:26:57.581Z | Downloaded memmap2 v0.9.11 |
| 718 | 2026-08-31T09:26:57.581Z | Downloaded num-traits v0.2.19 |
| 719 | 2026-08-31T09:26:57.581Z | Downloaded sigpipe v0.1.3 |
| 720 | 2026-08-31T09:26:57.581Z | Downloaded unicode-xid v0.2.6 |
| 721 | 2026-08-31T09:26:57.581Z | Downloaded password-hash v0.5.0 |
| 722 | 2026-08-31T09:26:57.581Z | Downloaded want v0.3.1 |
| 723 | 2026-08-31T09:26:57.581Z | Downloaded usdt-attr-macro v0.5.0 |
| 724 | 2026-08-31T09:26:57.581Z | Downloaded chacha20 v0.10.1 |
| 725 | 2026-08-31T09:26:57.581Z | Downloaded bitflags v2.13.1 |
| 726 | 2026-08-31T09:26:57.581Z | Downloaded konst v0.2.20 |
| 727 | 2026-08-31T09:26:57.581Z | Downloaded crc32fast v1.5.0 |
| 728 | 2026-08-31T09:26:57.581Z | Downloaded yoke v0.8.3 |
| 729 | 2026-08-31T09:26:57.581Z | Downloaded ciborium v0.2.2 |
| 730 | 2026-08-31T09:26:57.581Z | Downloaded colored v3.1.1 |
| 731 | 2026-08-31T09:26:57.581Z | Downloaded clap v4.6.6 |
| 732 | 2026-08-31T09:26:57.581Z | Downloaded darling_macro v0.23.0 |
| 733 | 2026-08-31T09:26:57.581Z | Downloaded utf8_iter v1.0.4 |
| 734 | 2026-08-31T09:26:57.581Z | Downloaded futures-sink v0.3.34 |
| 735 | 2026-08-31T09:26:57.581Z | Downloaded icu_properties v2.2.0 |
| 736 | 2026-08-31T09:26:57.581Z | Downloaded version_check v0.9.5 |
| 737 | 2026-08-31T09:26:57.581Z | Downloaded zerofrom-derive v0.1.7 |
| 738 | 2026-08-31T09:26:57.581Z | Downloaded same-file v1.0.6 |
| 739 | 2026-08-31T09:26:57.581Z | Downloaded base64 v0.22.1 |
| 740 | 2026-08-31T09:26:57.581Z | Downloaded gethostname v0.5.0 |
| 741 | 2026-08-31T09:26:57.581Z | Downloaded arc-swap v1.9.2 |
| 742 | 2026-08-31T09:26:57.581Z | Downloaded foreign-types-shared v0.1.1 |
| 743 | 2026-08-31T09:26:57.581Z | Downloaded futures-core v0.3.34 |
| 744 | 2026-08-31T09:26:57.582Z | Downloaded smartstring v1.0.1 |
| 745 | 2026-08-31T09:26:57.582Z | Downloaded smawk v0.3.3 |
| 746 | 2026-08-31T09:26:57.582Z | Downloaded hex v0.4.3 |
| 747 | 2026-08-31T09:26:57.582Z | Downloaded toml v0.8.23 |
| 748 | 2026-08-31T09:26:57.582Z | Downloaded pin-project-lite v0.2.17 |
| 749 | 2026-08-31T09:26:57.582Z | Downloaded pkg-config v0.3.33 |
| 750 | 2026-08-31T09:26:57.582Z | Downloaded progenitor v0.14.0 |
| 751 | 2026-08-31T09:26:57.582Z | Downloaded potential_utf v0.1.5 |
| 752 | 2026-08-31T09:26:57.582Z | Downloaded progenitor v0.13.0 |
| 753 | 2026-08-31T09:26:57.582Z | Downloaded powerfmt v0.2.0 |
| 754 | 2026-08-31T09:26:57.582Z | Downloaded rand_core v0.6.4 |
| 755 | 2026-08-31T09:26:57.582Z | Downloaded icu_normalizer_data v2.2.0 |
| 756 | 2026-08-31T09:26:57.582Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 757 | 2026-08-31T09:26:57.582Z | Downloaded serde_tokenstream v0.3.0 |
| 758 | 2026-08-31T09:26:57.582Z | Downloaded miniz_oxide v0.8.9 |
| 759 | 2026-08-31T09:26:57.582Z | Downloaded opaque-debug v0.3.1 |
| 760 | 2026-08-31T09:26:57.582Z | Downloaded phf_shared v0.12.1 |
| 761 | 2026-08-31T09:26:57.582Z | Downloaded simd-adler32 v0.3.10 |
| 762 | 2026-08-31T09:26:57.582Z | Downloaded blake2 v0.10.6 |
| 763 | 2026-08-31T09:26:57.582Z | Downloaded parking_lot_core v0.8.6 |
| 764 | 2026-08-31T09:26:57.582Z | Downloaded schemars v0.8.22 |
| 765 | 2026-08-31T09:26:57.582Z | Downloaded rand_pcg v0.10.2 |
| 766 | 2026-08-31T09:26:57.582Z | Downloaded serde_yaml v0.9.34+deprecated |
| 767 | 2026-08-31T09:26:57.582Z | Downloaded futures-channel v0.3.34 |
| 768 | 2026-08-31T09:26:57.582Z | Downloaded httparse v1.10.1 |
| 769 | 2026-08-31T09:26:57.582Z | Downloaded static_assertions v1.1.0 |
| 770 | 2026-08-31T09:26:57.582Z | Downloaded tiny-keccak v2.0.2 |
| 771 | 2026-08-31T09:26:57.582Z | Downloaded tinystr v0.8.3 |
| 772 | 2026-08-31T09:26:57.582Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 773 | 2026-08-31T09:26:57.582Z | Downloaded spin v0.5.2 |
| 774 | 2026-08-31T09:26:57.582Z | Downloaded icu_collections v2.2.0 |
| 775 | 2026-08-31T09:26:57.582Z | Downloaded icu_normalizer v2.2.0 |
| 776 | 2026-08-31T09:26:57.582Z | Downloaded data-encoding v2.11.1 |
| 777 | 2026-08-31T09:26:57.582Z | Downloaded zerocopy-derive v0.7.35 |
| 778 | 2026-08-31T09:26:57.582Z | Downloaded proc-macro-error v1.0.4 |
| 779 | 2026-08-31T09:26:57.582Z | Downloaded const_format v0.2.36 |
| 780 | 2026-08-31T09:26:57.582Z | Downloaded thin-vec v0.2.19 |
| 781 | 2026-08-31T09:26:57.582Z | Downloaded digest v0.10.7 |
| 782 | 2026-08-31T09:26:57.583Z | Downloaded foldhash v0.2.0 |
| 783 | 2026-08-31T09:26:57.583Z | Downloaded thiserror-no-std v2.0.2 |
| 784 | 2026-08-31T09:26:57.583Z | Downloaded slog-bunyan v2.5.0 |
| 785 | 2026-08-31T09:26:57.583Z | Downloaded structmeta v0.3.0 |
| 786 | 2026-08-31T09:26:57.583Z | Downloaded tabled_derive v0.7.0 |
| 787 | 2026-08-31T09:26:57.583Z | Downloaded rustls-pki-types v1.15.1 |
| 788 | 2026-08-31T09:26:57.583Z | Downloaded zmij v1.0.23 |
| 789 | 2026-08-31T09:26:57.583Z | Downloaded elliptic-curve v0.13.8 |
| 790 | 2026-08-31T09:26:57.583Z | Downloaded allocator-api2 v0.2.21 |
| 791 | 2026-08-31T09:26:57.583Z | Downloaded http-body v1.1.0 |
| 792 | 2026-08-31T09:26:57.583Z | Downloaded find-msvc-tools v0.1.10 |
| 793 | 2026-08-31T09:26:57.583Z | Downloaded getrandom v0.3.4 |
| 794 | 2026-08-31T09:26:57.583Z | Downloaded getrandom v0.4.3 |
| 795 | 2026-08-31T09:26:57.583Z | Downloaded thread-id v4.2.2 |
| 796 | 2026-08-31T09:26:57.583Z | Downloaded typify-macro v0.4.3 |
| 797 | 2026-08-31T09:26:57.583Z | Downloaded usdt-attr-macro v0.6.0 |
| 798 | 2026-08-31T09:26:57.583Z | Downloaded defmt v0.3.100 |
| 799 | 2026-08-31T09:26:57.583Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 800 | 2026-08-31T09:26:57.583Z | Downloaded typify v0.4.3 |
| 801 | 2026-08-31T09:26:57.583Z | Downloaded unicode-ident v1.0.24 |
| 802 | 2026-08-31T09:26:57.587Z | Downloaded progenitor v0.10.0 |
| 803 | 2026-08-31T09:26:57.587Z | Downloaded progenitor-extras v0.2.0 |
| 804 | 2026-08-31T09:26:57.587Z | Downloaded embedded-io v0.6.1 |
| 805 | 2026-08-31T09:26:57.587Z | Downloaded fixedbitset v0.4.2 |
| 806 | 2026-08-31T09:26:57.587Z | Downloaded glob v0.3.4 |
| 807 | 2026-08-31T09:26:57.587Z | Downloaded globset v0.4.20 |
| 808 | 2026-08-31T09:26:57.587Z | Downloaded pest_derive v2.8.8 |
| 809 | 2026-08-31T09:26:57.587Z | Downloaded darling_macro v0.21.3 |
| 810 | 2026-08-31T09:26:57.587Z | Downloaded dof v0.4.0 |
| 811 | 2026-08-31T09:26:57.587Z | Downloaded minimal-lexical v0.2.1 |
| 812 | 2026-08-31T09:26:57.587Z | Downloaded papergrid v0.11.0 |
| 813 | 2026-08-31T09:26:57.587Z | Downloaded heck v0.5.0 |
| 814 | 2026-08-31T09:26:57.587Z | Downloaded rand_core v0.10.1 |
| 815 | 2026-08-31T09:26:57.587Z | Downloaded futures v0.3.34 |
| 816 | 2026-08-31T09:26:57.587Z | Downloaded scroll v0.13.0 |
| 817 | 2026-08-31T09:26:57.587Z | Downloaded progenitor-macro v0.14.0 |
| 818 | 2026-08-31T09:26:57.587Z | Downloaded percent-encoding v2.3.2 |
| 819 | 2026-08-31T09:26:57.587Z | Downloaded serde_tokenstream v0.2.3 |
| 820 | 2026-08-31T09:26:57.587Z | Downloaded progenitor-impl v0.14.0 |
| 821 | 2026-08-31T09:26:57.587Z | Downloaded hostname v0.3.1 |
| 822 | 2026-08-31T09:26:57.587Z | Downloaded proc-macro-error-attr v1.0.4 |
| 823 | 2026-08-31T09:26:57.587Z | Downloaded chacha20poly1305 v0.10.1 |
| 824 | 2026-08-31T09:26:57.587Z | Downloaded base64 v0.21.7 |
| 825 | 2026-08-31T09:26:57.587Z | Downloaded rand_chacha v0.3.1 |
| 826 | 2026-08-31T09:26:57.587Z | Downloaded subtle v2.6.1 |
| 827 | 2026-08-31T09:26:57.587Z | Downloaded quick-error v1.2.3 |
| 828 | 2026-08-31T09:26:57.587Z | Downloaded ref-cast v1.0.26 |
| 829 | 2026-08-31T09:26:57.587Z | Downloaded darling_core v0.23.0 |
| 830 | 2026-08-31T09:26:57.587Z | Downloaded serde_repr v0.1.21 |
| 831 | 2026-08-31T09:26:57.587Z | Downloaded scroll_derive v0.12.1 |
| 832 | 2026-08-31T09:26:57.587Z | Downloaded crossbeam-channel v0.5.16 |
| 833 | 2026-08-31T09:26:57.587Z | Downloaded structmeta-derive v0.3.0 |
| 834 | 2026-08-31T09:26:57.587Z | Downloaded thiserror-impl v1.0.69 |
| 835 | 2026-08-31T09:26:57.587Z | Downloaded walkdir v2.5.0 |
| 836 | 2026-08-31T09:26:57.587Z | Downloaded sha1 v0.10.7 |
| 837 | 2026-08-31T09:26:57.588Z | Downloaded test-strategy v0.4.5 |
| 838 | 2026-08-31T09:26:57.588Z | Downloaded textwrap v0.16.2 |
| 839 | 2026-08-31T09:26:57.588Z | Downloaded sync_wrapper v1.0.2 |
| 840 | 2026-08-31T09:26:57.588Z | Downloaded writeable v0.6.3 |
| 841 | 2026-08-31T09:26:57.588Z | Downloaded zerovec-derive v0.11.3 |
| 842 | 2026-08-31T09:26:57.588Z | Downloaded fixedbitset v0.5.7 |
| 843 | 2026-08-31T09:26:57.588Z | Downloaded toml_write v0.1.2 |
| 844 | 2026-08-31T09:26:57.588Z | Downloaded usdt v0.5.0 |
| 845 | 2026-08-31T09:26:57.588Z | Downloaded utf8parse v0.2.2 |
| 846 | 2026-08-31T09:26:57.588Z | Downloaded dunce v1.0.5 |
| 847 | 2026-08-31T09:26:57.588Z | Downloaded thread_local v1.1.10 |
| 848 | 2026-08-31T09:26:57.588Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 849 | 2026-08-31T09:26:57.588Z | Downloaded zeroize_derive v1.5.0 |
| 850 | 2026-08-31T09:26:57.588Z | Downloaded float-ord v0.3.2 |
| 851 | 2026-08-31T09:26:57.588Z | Downloaded foreign-types v0.3.2 |
| 852 | 2026-08-31T09:26:57.588Z | Downloaded foreign-types v0.5.0 |
| 853 | 2026-08-31T09:26:57.588Z | Downloaded ryu v1.0.23 |
| 854 | 2026-08-31T09:26:57.588Z | Downloaded mio v1.2.2 |
| 855 | 2026-08-31T09:26:57.588Z | Downloaded parking_lot v0.11.2 |
| 856 | 2026-08-31T09:26:57.588Z | Downloaded parking_lot v0.12.5 |
| 857 | 2026-08-31T09:26:57.588Z | Downloaded erased-serde v0.3.31 |
| 858 | 2026-08-31T09:26:57.589Z | Downloaded errno v0.3.14 |
| 859 | 2026-08-31T09:26:57.589Z | Downloaded fs-err v3.3.1 |
| 860 | 2026-08-31T09:26:57.589Z | Downloaded fs_extra v1.3.0 |
| 861 | 2026-08-31T09:26:57.589Z | Downloaded serde v1.0.229 |
| 862 | 2026-08-31T09:26:57.589Z | Downloaded snafu v0.8.9 |
| 863 | 2026-08-31T09:26:57.589Z | Downloaded tokio-stream v0.1.19 |
| 864 | 2026-08-31T09:26:57.589Z | Downloaded oxide-tokio-rt v0.1.6 |
| 865 | 2026-08-31T09:26:57.589Z | Downloaded schemars_derive v0.8.22 |
| 866 | 2026-08-31T09:26:57.589Z | Downloaded hash32 v0.3.1 |
| 867 | 2026-08-31T09:26:57.589Z | Downloaded secrecy v0.10.3 |
| 868 | 2026-08-31T09:26:57.589Z | Downloaded serde_with_macros v3.22.0 |
| 869 | 2026-08-31T09:26:57.589Z | Downloaded indexmap v2.14.0 |
| 870 | 2026-08-31T09:26:57.589Z | Downloaded phf v0.12.1 |
| 871 | 2026-08-31T09:26:57.589Z | Downloaded cc v1.4.2 |
| 872 | 2026-08-31T09:26:57.589Z | Downloaded const-oid v0.10.2 |
| 873 | 2026-08-31T09:26:57.589Z | Downloaded dropshot_endpoint v0.17.1 |
| 874 | 2026-08-31T09:26:57.589Z | Downloaded async-compression v0.4.43 |
| 875 | 2026-08-31T09:26:57.589Z | Downloaded crypto-bigint v0.5.5 |
| 876 | 2026-08-31T09:26:57.589Z | Downloaded openssl-sys v0.9.117 |
| 877 | 2026-08-31T09:26:57.589Z | Downloaded semver v0.1.20 |
| 878 | 2026-08-31T09:26:57.589Z | Downloaded term v1.2.1 |
| 879 | 2026-08-31T09:26:57.589Z | Downloaded smallvec v1.15.2 |
| 880 | 2026-08-31T09:26:57.589Z | Downloaded progenitor-client v0.14.0 |
| 881 | 2026-08-31T09:26:57.589Z | Downloaded schemars v0.9.0 |
| 882 | 2026-08-31T09:26:57.589Z | Downloaded ref-cast-impl v1.0.26 |
| 883 | 2026-08-31T09:26:57.589Z | Downloaded serde_core v1.0.229 |
| 884 | 2026-08-31T09:26:57.589Z | Downloaded slog-dtrace v0.3.0 |
| 885 | 2026-08-31T09:26:57.590Z | Downloaded unicode-linebreak v0.1.5 |
| 886 | 2026-08-31T09:26:57.590Z | Downloaded tabwriter v1.4.1 |
| 887 | 2026-08-31T09:26:57.590Z | Downloaded universal-hash v0.5.1 |
| 888 | 2026-08-31T09:26:57.590Z | Downloaded typify-macro v0.6.2 |
| 889 | 2026-08-31T09:26:57.590Z | Downloaded zerofrom v0.1.8 |
| 890 | 2026-08-31T09:26:57.590Z | Downloaded drift v0.2.0 |
| 891 | 2026-08-31T09:26:57.590Z | Downloaded time-macros v0.2.32 |
| 892 | 2026-08-31T09:26:57.590Z | Downloaded sha2 v0.10.9 |
| 893 | 2026-08-31T09:26:57.590Z | Downloaded digest v0.11.3 |
| 894 | 2026-08-31T09:26:57.590Z | Downloaded git-stub-vcs v0.1.0 |
| 895 | 2026-08-31T09:26:57.594Z | Downloaded thread-id v5.1.0 |
| 896 | 2026-08-31T09:26:57.595Z | Downloaded enum-as-inner v0.6.1 |
| 897 | 2026-08-31T09:26:57.595Z | Downloaded proc-macro-crate v1.3.1 |
| 898 | 2026-08-31T09:26:57.595Z | Downloaded hyper-util v0.1.20 |
| 899 | 2026-08-31T09:26:57.598Z | Downloaded url v2.5.8 |
| 900 | 2026-08-31T09:26:57.598Z | Downloaded memchr v2.8.3 |
| 901 | 2026-08-31T09:26:57.598Z | Downloaded pin-project v1.1.13 |
| 902 | 2026-08-31T09:26:57.603Z | Downloaded defmt-macros v1.1.1 |
| 903 | 2026-08-31T09:26:57.606Z | Downloaded futures-io v0.3.34 |
| 904 | 2026-08-31T09:26:57.606Z | Downloaded getrandom v0.2.17 |
| 905 | 2026-08-31T09:26:57.609Z | Downloaded rustls-platform-verifier v0.7.0 |
| 906 | 2026-08-31T09:26:57.609Z | Downloaded generic-array v0.14.7 |
| 907 | 2026-08-31T09:26:57.609Z | Downloaded pin-project-internal v1.1.13 |
| 908 | 2026-08-31T09:26:57.612Z | Downloaded owo-colors v4.3.0 |
| 909 | 2026-08-31T09:26:57.612Z | Downloaded rustc-hash v2.1.3 |
| 910 | 2026-08-31T09:26:57.612Z | Downloaded tokio-macros v2.7.2 |
| 911 | 2026-08-31T09:26:57.612Z | Downloaded oxnet v0.1.7 |
| 912 | 2026-08-31T09:26:57.616Z | Downloaded rhai_codegen v3.2.0 |
| 913 | 2026-08-31T09:26:57.619Z | Downloaded rand v0.8.7 |
| 914 | 2026-08-31T09:26:57.619Z | Downloaded http-body-util v0.1.5 |
| 915 | 2026-08-31T09:26:57.619Z | Downloaded parse-display-derive v0.10.0 |
| 916 | 2026-08-31T09:26:57.622Z | Downloaded postcard v1.1.3 |
| 917 | 2026-08-31T09:26:57.622Z | Downloaded openssl-macros v0.1.1 |
| 918 | 2026-08-31T09:26:57.622Z | Downloaded plain v0.2.3 |
| 919 | 2026-08-31T09:26:57.622Z | Downloaded parse-display v0.10.0 |
| 920 | 2026-08-31T09:26:57.622Z | Downloaded jiff-core v0.1.0 |
| 921 | 2026-08-31T09:26:57.625Z | Downloaded serde-big-array v0.5.1 |
| 922 | 2026-08-31T09:26:57.625Z | Downloaded signal-hook-registry v1.4.8 |
| 923 | 2026-08-31T09:26:57.625Z | Downloaded slog-async v2.8.0 |
| 924 | 2026-08-31T09:26:57.628Z | Downloaded time-core v0.1.9 |
| 925 | 2026-08-31T09:26:57.628Z | Downloaded usdt v0.6.0 |
| 926 | 2026-08-31T09:26:57.628Z | Downloaded foreign-types-macros v0.2.4 |
| 927 | 2026-08-31T09:26:57.628Z | Downloaded foreign-types-shared v0.3.1 |
| 928 | 2026-08-31T09:26:57.628Z | Downloaded serde_derive v1.0.229 |
| 929 | 2026-08-31T09:26:57.631Z | Downloaded nom v8.0.0 |
| 930 | 2026-08-31T09:26:57.634Z | Downloaded unsafe-libyaml v0.2.11 |
| 931 | 2026-08-31T09:26:57.634Z | Downloaded rand_chacha v0.9.0 |
| 932 | 2026-08-31T09:26:57.637Z | Downloaded thiserror v2.0.20 |
| 933 | 2026-08-31T09:26:57.640Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 934 | 2026-08-31T09:26:57.640Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 935 | 2026-08-31T09:26:57.645Z | Downloaded dtrace-parser v0.2.0 |
| 936 | 2026-08-31T09:26:57.645Z | Downloaded proc-macro-crate v3.5.0 |
| 937 | 2026-08-31T09:26:57.709Z | Downloaded rustc_version v0.1.7 |
| 938 | 2026-08-31T09:26:57.709Z | Downloaded scroll_derive v0.13.1 |
| 939 | 2026-08-31T09:26:57.709Z | Downloaded whoami v1.6.1 |
| 940 | 2026-08-31T09:26:57.730Z | Downloaded displaydoc v0.2.7 |
| 941 | 2026-08-31T09:26:57.730Z | Downloaded equivalent v1.0.2 |
| 942 | 2026-08-31T09:26:57.730Z | Downloaded usdt-impl v0.6.0 |
| 943 | 2026-08-31T09:26:57.730Z | Downloaded stable_deref_trait v1.2.1 |
| 944 | 2026-08-31T09:26:57.730Z | Downloaded quinn-udp v0.5.15 |
| 945 | 2026-08-31T09:26:57.730Z | Downloaded nom v7.1.3 |
| 946 | 2026-08-31T09:26:57.730Z | Downloaded untrusted v0.7.1 |
| 947 | 2026-08-31T09:26:57.730Z | Downloaded git-stub v1.0.0 |
| 948 | 2026-08-31T09:26:57.730Z | Downloaded pest_meta v2.8.8 |
| 949 | 2026-08-31T09:26:57.730Z | Downloaded slog-json v2.6.1 |
| 950 | 2026-08-31T09:26:57.730Z | Downloaded typeid v1.0.3 |
| 951 | 2026-08-31T09:26:57.730Z | Downloaded waitgroup v0.1.2 |
| 952 | 2026-08-31T09:26:57.730Z | Downloaded zone v0.3.1 |
| 953 | 2026-08-31T09:26:57.730Z | Downloaded zone_cfg_derive v0.3.1 |
| 954 | 2026-08-31T09:26:57.730Z | Downloaded itertools v0.12.1 |
| 955 | 2026-08-31T09:26:57.730Z | Downloaded tagptr v0.2.0 |
| 956 | 2026-08-31T09:26:57.730Z | Downloaded once_cell v1.21.4 |
| 957 | 2026-08-31T09:26:57.730Z | Downloaded progenitor-client v0.13.0 |
| 958 | 2026-08-31T09:26:57.730Z | Downloaded tokio-dtrace v0.1.1 |
| 959 | 2026-08-31T09:26:57.730Z | Downloaded vsss-rs v3.3.4 |
| 960 | 2026-08-31T09:26:57.730Z | Downloaded yoke-derive v0.8.2 |
| 961 | 2026-08-31T09:26:57.730Z | Downloaded pest_generator v2.8.8 |
| 962 | 2026-08-31T09:26:57.730Z | Downloaded futures-executor v0.3.34 |
| 963 | 2026-08-31T09:26:57.730Z | Downloaded serde_plain v1.0.2 |
| 964 | 2026-08-31T09:26:57.730Z | Downloaded siphasher v1.0.3 |
| 965 | 2026-08-31T09:26:57.730Z | Downloaded unit-prefix v0.5.2 |
| 966 | 2026-08-31T09:26:57.730Z | Downloaded openssl-probe v0.2.1 |
| 967 | 2026-08-31T09:26:57.730Z | Downloaded heck v0.4.1 |
| 968 | 2026-08-31T09:26:57.730Z | Downloaded spin v0.9.9 |
| 969 | 2026-08-31T09:26:57.730Z | Downloaded termtree v0.5.1 |
| 970 | 2026-08-31T09:26:57.731Z | Downloaded rand_core v0.9.5 |
| 971 | 2026-08-31T09:26:57.731Z | Downloaded typify v0.6.2 |
| 972 | 2026-08-31T09:26:57.731Z | Downloaded xz2 v0.1.7 |
| 973 | 2026-08-31T09:26:57.731Z | Downloaded rustls-native-certs v0.8.4 |
| 974 | 2026-08-31T09:26:57.731Z | Downloaded futures-macro v0.3.34 |
| 975 | 2026-08-31T09:26:57.739Z | Downloaded dtrace-parser v0.3.0 |
| 976 | 2026-08-31T09:26:57.739Z | Downloaded httpdate v1.0.3 |
| 977 | 2026-08-31T09:26:57.739Z | Downloaded toml_datetime v0.6.11 |
| 978 | 2026-08-31T09:26:57.740Z | Downloaded socket2 v0.6.5 |
| 979 | 2026-08-31T09:26:57.740Z | Downloaded quinn v0.11.11 |
| 980 | 2026-08-31T09:26:57.740Z | Downloaded smf v0.2.3 |
| 981 | 2026-08-31T09:26:57.740Z | Downloaded tempfile v3.27.0 |
| 982 | 2026-08-31T09:26:57.740Z | Downloaded thiserror v1.0.69 |
| 983 | 2026-08-31T09:26:57.740Z | Downloaded tinyvec v1.12.0 |
| 984 | 2026-08-31T09:26:57.740Z | Downloaded defmt v1.1.1 |
| 985 | 2026-08-31T09:26:57.740Z | Downloaded futures-task v0.3.34 |
| 986 | 2026-08-31T09:26:57.740Z | Downloaded progenitor-macro v0.13.0 |
| 987 | 2026-08-31T09:26:57.740Z | Downloaded progenitor-client v0.10.0 |
| 988 | 2026-08-31T09:26:57.740Z | Downloaded slog-term v2.9.2 |
| 989 | 2026-08-31T09:26:57.743Z | Downloaded serde_urlencoded v0.7.1 |
| 990 | 2026-08-31T09:26:57.743Z | Downloaded port-file v0.1.0 |
| 991 | 2026-08-31T09:26:57.743Z | Downloaded ppv-lite86 v0.2.21 |
| 992 | 2026-08-31T09:26:57.743Z | Downloaded synstructure v0.13.2 |
| 993 | 2026-08-31T09:26:57.746Z | Downloaded serde_spanned v1.1.1 |
| 994 | 2026-08-31T09:26:57.747Z | Downloaded progenitor-impl v0.13.0 |
| 995 | 2026-08-31T09:26:57.749Z | Downloaded itertools v0.14.0 |
| 996 | 2026-08-31T09:26:57.753Z | Downloaded idna v1.1.0 |
| 997 | 2026-08-31T09:26:57.761Z | Downloaded zerovec v0.11.6 |
| 998 | 2026-08-31T09:26:57.762Z | Downloaded tracing-core v0.1.36 |
| 999 | 2026-08-31T09:26:57.762Z | Downloaded ucd-trie v0.1.7 |
| 1000 | 2026-08-31T09:26:57.762Z | Downloaded hashbrown v0.12.3 |
| 1001 | 2026-08-31T09:26:57.764Z | Downloaded paste v1.0.15 |
| 1002 | 2026-08-31T09:26:57.764Z | Downloaded pem v3.0.6 |
| 1003 | 2026-08-31T09:26:57.764Z | Downloaded ff v0.13.1 |
| 1004 | 2026-08-31T09:26:57.764Z | Downloaded poly1305 v0.8.0 |
| 1005 | 2026-08-31T09:26:57.764Z | Downloaded rusty-fork v0.3.1 |
| 1006 | 2026-08-31T09:26:57.765Z | Downloaded progenitor-impl v0.10.0 |
| 1007 | 2026-08-31T09:26:57.770Z | Downloaded parking_lot_core v0.9.12 |
| 1008 | 2026-08-31T09:26:57.775Z | Downloaded strum_macros v0.27.2 |
| 1009 | 2026-08-31T09:26:57.778Z | Downloaded resolv-conf v0.7.6 |
| 1010 | 2026-08-31T09:26:57.778Z | Downloaded tokio-tungstenite v0.21.0 |
| 1011 | 2026-08-31T09:26:57.784Z | Downloaded semver v1.0.28 |
| 1012 | 2026-08-31T09:26:57.787Z | Downloaded derive-ex v0.1.8 |
| 1013 | 2026-08-31T09:26:57.790Z | Downloaded fastrand v2.5.0 |
| 1014 | 2026-08-31T09:26:57.790Z | Downloaded quote v1.0.47 |
| 1015 | 2026-08-31T09:26:58.198Z | Downloaded typenum v1.20.1 |
| 1016 | 2026-08-31T09:26:58.202Z | Downloaded hmac v0.12.1 |
| 1017 | 2026-08-31T09:26:58.202Z | Downloaded strum_macros v0.26.4 |
| 1018 | 2026-08-31T09:26:58.202Z | Downloaded usdt-impl v0.5.0 |
| 1019 | 2026-08-31T09:26:58.202Z | Downloaded similar v3.2.0 |
| 1020 | 2026-08-31T09:26:58.202Z | Downloaded libm v0.2.16 |
| 1021 | 2026-08-31T09:26:58.202Z | Downloaded tracing-attributes v0.1.31 |
| 1022 | 2026-08-31T09:26:58.202Z | Downloaded hyper v1.11.0 |
| 1023 | 2026-08-31T09:26:58.202Z | Downloaded toml_edit v0.22.27 |
| 1024 | 2026-08-31T09:26:58.202Z | Downloaded prettyplease v0.2.37 |
| 1025 | 2026-08-31T09:26:58.202Z | Downloaded schemars v1.2.2 |
| 1026 | 2026-08-31T09:26:58.202Z | Downloaded hickory-resolver v0.24.4 |
| 1027 | 2026-08-31T09:26:58.202Z | Downloaded derive-where v1.6.1 |
| 1028 | 2026-08-31T09:26:58.203Z | Downloaded papergrid v0.18.0 |
| 1029 | 2026-08-31T09:26:58.203Z | Downloaded proc-macro2 v1.0.107 |
| 1030 | 2026-08-31T09:26:58.203Z | Downloaded itertools v0.15.0 |
| 1031 | 2026-08-31T09:26:58.203Z | Downloaded uuid v1.26.0 |
| 1032 | 2026-08-31T09:26:58.203Z | Downloaded pest v2.8.8 |
| 1033 | 2026-08-31T09:26:58.203Z | Downloaded aho-corasick v1.1.5 |
| 1034 | 2026-08-31T09:26:58.203Z | Downloaded rand v0.10.2 |
| 1035 | 2026-08-31T09:26:58.203Z | Downloaded icu_properties_data v2.2.0 |
| 1036 | 2026-08-31T09:26:58.203Z | Downloaded aws-lc-rs v1.18.0 |
| 1037 | 2026-08-31T09:26:58.203Z | Downloaded half v2.7.1 |
| 1038 | 2026-08-31T09:26:58.203Z | Downloaded serde_json v1.0.151 |
| 1039 | 2026-08-31T09:26:58.203Z | Downloaded hashbrown v0.15.5 |
| 1040 | 2026-08-31T09:26:58.203Z | Downloaded dropshot-api-manager v0.7.2 |
| 1041 | 2026-08-31T09:26:58.204Z | Downloaded hickory-resolver v0.25.2 |
| 1042 | 2026-08-31T09:26:58.204Z | Downloaded clap_builder v4.6.6 |
| 1043 | 2026-08-31T09:26:58.204Z | Downloaded derive_more v0.99.20 |
| 1044 | 2026-08-31T09:26:58.204Z | Downloaded slog v2.8.2 |
| 1045 | 2026-08-31T09:26:58.204Z | Downloaded expectorate v1.3.0 |
| 1046 | 2026-08-31T09:26:58.204Z | Downloaded flate2 v1.1.9 |
| 1047 | 2026-08-31T09:26:58.204Z | Downloaded zerocopy-derive v0.8.56 |
| 1048 | 2026-08-31T09:26:58.204Z | Downloaded rayon-core v1.13.0 |
| 1049 | 2026-08-31T09:26:58.204Z | Downloaded rustls-webpki v0.103.14 |
| 1050 | 2026-08-31T09:26:58.204Z | Downloaded toml_edit v0.19.15 |
| 1051 | 2026-08-31T09:26:58.204Z | Downloaded heapless v0.8.0 |
| 1052 | 2026-08-31T09:26:58.205Z | Downloaded tungstenite v0.21.0 |
| 1053 | 2026-08-31T09:26:58.205Z | Downloaded similar v2.7.0 |
| 1054 | 2026-08-31T09:26:58.205Z | Downloaded winnow v0.7.15 |
| 1055 | 2026-08-31T09:26:58.205Z | Downloaded zerocopy v0.7.35 |
| 1056 | 2026-08-31T09:26:58.205Z | Downloaded zerotrie v0.2.4 |
| 1057 | 2026-08-31T09:26:58.205Z | Downloaded hashbrown v0.17.1 |
| 1058 | 2026-08-31T09:26:58.205Z | Downloaded ron v0.12.2 |
| 1059 | 2026-08-31T09:26:58.205Z | Downloaded steno v0.4.1 |
| 1060 | 2026-08-31T09:26:58.205Z | Downloaded unicode-normalization v0.1.25 |
| 1061 | 2026-08-31T09:26:58.205Z | Downloaded tower v0.5.3 |
| 1062 | 2026-08-31T09:26:58.205Z | Downloaded tokio-util v0.7.19 |
| 1063 | 2026-08-31T09:26:58.205Z | Downloaded iddqd v0.4.6 |
| 1064 | 2026-08-31T09:26:58.205Z | Downloaded hashbrown v0.16.1 |
| 1065 | 2026-08-31T09:26:58.205Z | Downloaded rayon v1.12.0 |
| 1066 | 2026-08-31T09:26:58.205Z | Downloaded rand v0.9.5 |
| 1067 | 2026-08-31T09:26:58.205Z | Downloaded tower-http v0.6.11 |
| 1068 | 2026-08-31T09:26:58.205Z | Downloaded qorb v0.4.1 |
| 1069 | 2026-08-31T09:26:58.206Z | Downloaded hkdf v0.12.4 |
| 1070 | 2026-08-31T09:26:58.206Z | Downloaded typed-path v0.9.3 |
| 1071 | 2026-08-31T09:26:58.206Z | Downloaded winnow v0.5.40 |
| 1072 | 2026-08-31T09:26:58.206Z | Downloaded moka v0.12.16 |
| 1073 | 2026-08-31T09:26:58.206Z | Downloaded tough v0.22.0 |
| 1074 | 2026-08-31T09:26:58.206Z | Downloaded unicode-segmentation v1.13.3 |
| 1075 | 2026-08-31T09:26:58.206Z | Downloaded http v1.5.0 |
| 1076 | 2026-08-31T09:26:58.206Z | Downloaded reqwest v0.12.28 |
| 1077 | 2026-08-31T09:26:58.206Z | Downloaded webpki-roots v1.0.9 |
| 1078 | 2026-08-31T09:26:58.206Z | Downloaded regex v1.13.1 |
| 1079 | 2026-08-31T09:26:58.206Z | Downloaded quinn-proto v0.11.16 |
| 1080 | 2026-08-31T09:26:58.206Z | Downloaded tabled v0.21.0 |
| 1081 | 2026-08-31T09:26:58.206Z | Downloaded portable-atomic v1.15.0 |
| 1082 | 2026-08-31T09:26:58.206Z | Downloaded chrono v0.4.45 |
| 1083 | 2026-08-31T09:26:58.206Z | Downloaded syn v1.0.109 |
| 1084 | 2026-08-31T09:26:58.206Z | Downloaded reqwest v0.13.4 |
| 1085 | 2026-08-31T09:26:58.206Z | Downloaded h2 v0.4.15 |
| 1086 | 2026-08-31T09:26:58.206Z | Downloaded vcpkg v0.2.15 |
| 1087 | 2026-08-31T09:26:58.206Z | Downloaded unicode-width v0.2.2 |
| 1088 | 2026-08-31T09:26:58.206Z | Downloaded curve25519-dalek v4.1.3 |
| 1089 | 2026-08-31T09:26:58.206Z | Downloaded proptest v1.11.0 |
| 1090 | 2026-08-31T09:26:58.206Z | Downloaded winnow v1.0.4 |
| 1091 | 2026-08-31T09:26:58.207Z | Downloaded futures-util v0.3.34 |
| 1092 | 2026-08-31T09:26:58.207Z | Downloaded serde_with v3.22.0 |
| 1093 | 2026-08-31T09:26:58.207Z | Downloaded unicode-width v0.1.14 |
| 1094 | 2026-08-31T09:26:58.207Z | Downloaded syn v2.0.119 |
| 1095 | 2026-08-31T09:26:58.207Z | Downloaded nix v0.31.3 |
| 1096 | 2026-08-31T09:26:58.207Z | Downloaded goblin v0.8.2 |
| 1097 | 2026-08-31T09:26:58.207Z | Downloaded goblin v0.10.7 |
| 1098 | 2026-08-31T09:26:58.207Z | Downloaded syn v3.0.3 |
| 1099 | 2026-08-31T09:26:58.207Z | Downloaded tabled v0.15.0 |
| 1100 | 2026-08-31T09:26:58.211Z | Downloaded bstr v1.13.1 |
| 1101 | 2026-08-31T09:26:58.215Z | Downloaded zerocopy v0.8.56 |
| 1102 | 2026-08-31T09:26:58.223Z | Downloaded time v0.3.55 |
| 1103 | 2026-08-31T09:26:58.229Z | Downloaded hickory-proto v0.24.4 |
| 1104 | 2026-08-31T09:26:58.237Z | Downloaded openssl v0.10.81 |
| 1105 | 2026-08-31T09:26:58.243Z | Downloaded rustix v0.38.44 |
| 1106 | 2026-08-31T09:26:58.257Z | Downloaded regress v0.10.5 |
| 1107 | 2026-08-31T09:26:58.261Z | Downloaded openapiv3 v2.2.0 |
| 1108 | 2026-08-31T09:26:58.266Z | Downloaded regress v0.11.1 |
| 1109 | 2026-08-31T09:26:58.271Z | Downloaded smoltcp v0.11.0 |
| 1110 | 2026-08-31T09:26:58.278Z | Downloaded dropshot v0.17.1 |
| 1111 | 2026-08-31T09:26:58.290Z | Downloaded regex-syntax v0.8.11 |
| 1112 | 2026-08-31T09:26:58.294Z | Downloaded rustls v0.23.43 |
| 1113 | 2026-08-31T09:26:58.305Z | Downloaded sled v0.34.7 |
| 1114 | 2026-08-31T09:26:58.316Z | Downloaded typify-impl v0.6.2 |
| 1115 | 2026-08-31T09:26:58.320Z | Downloaded tracing v0.1.44 |
| 1116 | 2026-08-31T09:26:58.324Z | Downloaded typify-impl v0.4.3 |
| 1117 | 2026-08-31T09:26:58.332Z | Downloaded rustix v1.1.4 |
| 1118 | 2026-08-31T09:26:58.344Z | Downloaded rhai v1.26.0 |
| 1119 | 2026-08-31T09:26:58.355Z | Downloaded hickory-proto v0.25.2 |
| 1120 | 2026-08-31T09:26:58.360Z | Downloaded jiff v0.2.35 |
| 1121 | 2026-08-31T09:26:58.378Z | Downloaded regex-automata v0.4.18 |
| 1122 | 2026-08-31T09:26:58.387Z | Downloaded petgraph v0.6.5 |
| 1123 | 2026-08-31T09:26:58.396Z | Downloaded chrono-tz v0.10.4 |
| 1124 | 2026-08-31T09:26:58.406Z | Downloaded lzma-sys v0.1.20 |
| 1125 | 2026-08-31T09:26:58.422Z | Downloaded csv v1.4.0 |
| 1126 | 2026-08-31T09:26:58.433Z | Downloaded petgraph v0.8.3 |
| 1127 | 2026-08-31T09:26:58.444Z | Downloaded libc v0.2.189 |
| 1128 | 2026-08-31T09:26:58.465Z | Downloaded sha3 v0.10.9 |
| 1129 | 2026-08-31T09:26:58.469Z | Downloaded tokio v1.53.1 |
| 1130 | 2026-08-31T09:26:58.489Z | Downloaded ring v0.17.14 |
| 1131 | 2026-08-31T09:26:58.512Z | Downloaded encoding_rs v0.8.35 |
| 1132 | 2026-08-31T09:26:59.015Z | Downloaded aws-lc-sys v0.44.0 |
| 1133 | 2026-08-31T09:26:59.384Z | Compiling proc-macro2 v1.0.107 |
| 1134 | 2026-08-31T09:26:59.384Z | Compiling quote v1.0.47 |
| 1135 | 2026-08-31T09:26:59.384Z | Compiling unicode-ident v1.0.24 |
| 1136 | 2026-08-31T09:26:59.395Z | Compiling serde_core v1.0.229 |
| 1137 | 2026-08-31T09:26:59.395Z | Compiling serde v1.0.229 |
| 1138 | 2026-08-31T09:26:59.395Z | Compiling libc v0.2.189 |
| 1139 | 2026-08-31T09:26:59.395Z | Compiling cfg-if v1.0.4 |
| 1140 | 2026-08-31T09:27:00.109Z | Compiling zmij v1.0.23 |
| 1141 | 2026-08-31T09:27:00.113Z | Compiling autocfg v1.5.1 |
| 1142 | 2026-08-31T09:27:00.113Z | Compiling memchr v2.8.3 |
| 1143 | 2026-08-31T09:27:00.113Z | Compiling libm v0.2.16 |
| 1144 | 2026-08-31T09:27:00.411Z | Compiling itoa v1.0.18 |
| 1145 | 2026-08-31T09:27:00.443Z | Compiling icu_properties_data v2.2.0 |
| 1146 | 2026-08-31T09:27:00.677Z | Compiling icu_normalizer_data v2.2.0 |
| 1147 | 2026-08-31T09:27:00.692Z | Compiling version_check v0.9.5 |
| 1148 | 2026-08-31T09:27:00.708Z | Compiling stable_deref_trait v1.2.1 |
| 1149 | 2026-08-31T09:27:00.830Z | Compiling serde_json v1.0.151 |
| 1150 | 2026-08-31T09:27:00.858Z | Compiling syn v2.0.119 |
| 1151 | 2026-08-31T09:27:00.907Z | Compiling syn v3.0.3 |
| 1152 | 2026-08-31T09:27:00.962Z | Compiling thiserror v2.0.20 |
| 1153 | 2026-08-31T09:27:01.091Z | Compiling writeable v0.6.3 |
| 1154 | 2026-08-31T09:27:01.209Z | Compiling litemap v0.8.2 |
| 1155 | 2026-08-31T09:27:01.290Z | Compiling num-traits v0.2.19 |
| 1156 | 2026-08-31T09:27:01.306Z | Compiling parking_lot_core v0.9.12 |
| 1157 | 2026-08-31T09:27:01.341Z | Compiling utf8_iter v1.0.4 |
| 1158 | 2026-08-31T09:27:01.580Z | Compiling percent-encoding v2.3.2 |
| 1159 | 2026-08-31T09:27:01.781Z | Compiling form_urlencoded v1.2.2 |
| 1160 | 2026-08-31T09:27:01.841Z | Compiling zerocopy v0.8.56 |
| 1161 | 2026-08-31T09:27:01.935Z | Compiling errno v0.3.14 |
| 1162 | 2026-08-31T09:27:02.043Z | Compiling getrandom v0.4.3 |
| 1163 | 2026-08-31T09:27:02.100Z | Compiling rand_core v0.10.1 |
| 1164 | 2026-08-31T09:27:02.119Z | Compiling iana-time-zone v0.1.65 |
| 1165 | 2026-08-31T09:27:02.408Z | Compiling heck v0.5.0 |
| 1166 | 2026-08-31T09:27:02.552Z | Compiling uuid v1.26.0 |
| 1167 | 2026-08-31T09:27:02.609Z | Compiling jobserver v0.1.35 |
| 1168 | 2026-08-31T09:27:02.934Z | Compiling find-msvc-tools v0.1.10 |
| 1169 | 2026-08-31T09:27:02.958Z | Compiling shlex v2.0.1 |
| 1170 | 2026-08-31T09:27:03.183Z | Compiling cc v1.4.2 |
| 1171 | 2026-08-31T09:27:03.200Z | Compiling semver v1.0.28 |
| 1172 | 2026-08-31T09:27:03.222Z | Compiling schemars v0.8.22 |
| 1173 | 2026-08-31T09:27:03.238Z | Compiling rustversion v1.0.23 |
| 1174 | 2026-08-31T09:27:03.487Z | Compiling dyn-clone v1.0.20 |
| 1175 | 2026-08-31T09:27:03.644Z | Compiling synstructure v0.13.2 |
| 1176 | 2026-08-31T09:27:03.664Z | Compiling serde_derive_internals v0.29.1 |
| 1177 | 2026-08-31T09:27:03.876Z | Compiling pin-project-lite v0.2.17 |
| 1178 | 2026-08-31T09:27:03.985Z | Compiling getrandom v0.2.17 |
| 1179 | 2026-08-31T09:27:04.115Z | Compiling serde_derive v1.0.229 |
| 1180 | 2026-08-31T09:27:04.152Z | Compiling displaydoc v0.2.7 |
| 1181 | 2026-08-31T09:27:04.211Z | Compiling thiserror-impl v2.0.20 |
| 1182 | 2026-08-31T09:27:04.349Z | Compiling tokio-macros v2.7.2 |
| 1183 | 2026-08-31T09:27:04.499Z | Compiling futures-macro v0.3.34 |
| 1184 | 2026-08-31T09:27:04.514Z | Compiling bitflags v2.13.1 |
| 1185 | 2026-08-31T09:27:04.661Z | Compiling pkg-config v0.3.33 |
| 1186 | 2026-08-31T09:27:04.841Z | Compiling zerofrom-derive v0.1.7 |
| 1187 | 2026-08-31T09:27:04.945Z | Compiling yoke-derive v0.8.2 |
| 1188 | 2026-08-31T09:27:04.950Z | Compiling zerovec-derive v0.11.3 |
| 1189 | 2026-08-31T09:27:05.098Z | Compiling schemars_derive v0.8.22 |
| 1190 | 2026-08-31T09:27:05.115Z | Compiling zerocopy-derive v0.8.56 |
| 1191 | 2026-08-31T09:27:05.324Z | Compiling zeroize_derive v1.5.0 |
| 1192 | 2026-08-31T09:27:05.540Z | Compiling scopeguard v1.2.0 |
| 1193 | 2026-08-31T09:27:05.667Z | Compiling lock_api v0.4.14 |
| 1194 | 2026-08-31T09:27:05.944Z | Compiling socket2 v0.6.5 |
| 1195 | 2026-08-31T09:27:06.004Z | Compiling zeroize v1.9.0 |
| 1196 | 2026-08-31T09:27:06.033Z | Compiling zerofrom v0.1.8 |
| 1197 | 2026-08-31T09:27:06.037Z | Compiling cmake v0.1.58 |
| 1198 | 2026-08-31T09:27:06.037Z | Compiling fs_extra v1.3.0 |
| 1199 | 2026-08-31T09:27:06.166Z | Compiling yoke v0.8.3 |
| 1200 | 2026-08-31T09:27:06.265Z | Compiling dunce v1.0.5 |
| 1201 | 2026-08-31T09:27:06.322Z | Compiling signal-hook-registry v1.4.8 |
| 1202 | 2026-08-31T09:27:06.340Z | Compiling zerovec v0.11.6 |
| 1203 | 2026-08-31T09:27:06.355Z | Compiling zerotrie v0.2.4 |
| 1204 | 2026-08-31T09:27:06.372Z | Compiling mio v1.2.2 |
| 1205 | 2026-08-31T09:27:06.384Z | Compiling aws-lc-sys v0.44.0 |
| 1206 | 2026-08-31T09:27:06.559Z | Compiling portable-atomic v1.15.0 |
| 1207 | 2026-08-31T09:27:06.792Z | Compiling futures-core v0.3.34 |
| 1208 | 2026-08-31T09:27:06.953Z | Compiling tinystr v0.8.3 |
| 1209 | 2026-08-31T09:27:06.953Z | Compiling potential_utf v0.1.5 |
| 1210 | 2026-08-31T09:27:07.011Z | Compiling log v0.4.33 |
| 1211 | 2026-08-31T09:27:07.141Z | Compiling icu_locale_core v2.2.0 |
| 1212 | 2026-08-31T09:27:07.186Z | Compiling icu_collections v2.2.0 |
| 1213 | 2026-08-31T09:27:07.203Z | Compiling critical-section v1.2.0 |
| 1214 | 2026-08-31T09:27:07.241Z | Compiling smallvec v1.15.2 |
| 1215 | 2026-08-31T09:27:07.317Z | Compiling bytes v1.12.1 |
| 1216 | 2026-08-31T09:27:07.333Z | Compiling chrono v0.4.45 |
| 1217 | 2026-08-31T09:27:07.529Z | Compiling once_cell v1.21.4 |
| 1218 | 2026-08-31T09:27:07.760Z | Compiling parking_lot v0.12.5 |
| 1219 | 2026-08-31T09:27:07.898Z | Compiling subtle v2.6.1 |
| 1220 | 2026-08-31T09:27:08.087Z | Compiling icu_provider v2.2.0 |
| 1221 | 2026-08-31T09:27:08.128Z | Compiling tokio v1.53.1 |
| 1222 | 2026-08-31T09:27:08.187Z | Compiling equivalent v1.0.2 |
| 1223 | 2026-08-31T09:27:08.215Z | Compiling getrandom v0.3.4 |
| 1224 | 2026-08-31T09:27:08.277Z | Compiling allocator-api2 v0.2.21 |
| 1225 | 2026-08-31T09:27:08.550Z | Compiling icu_properties v2.2.0 |
| 1226 | 2026-08-31T09:27:08.606Z | Compiling icu_normalizer v2.2.0 |
| 1227 | 2026-08-31T09:27:08.680Z | Compiling httparse v1.10.1 |
| 1228 | 2026-08-31T09:27:08.698Z | Compiling serde_tokenstream v0.2.3 |
| 1229 | 2026-08-31T09:27:08.993Z | Compiling futures-sink v0.3.34 |
| 1230 | 2026-08-31T09:27:09.110Z | Compiling rustix v1.1.4 |
| 1231 | 2026-08-31T09:27:09.249Z | Compiling slab v0.4.12 |
| 1232 | 2026-08-31T09:27:09.490Z | Compiling idna_adapter v1.2.2 |
| 1233 | 2026-08-31T09:27:09.573Z | Compiling typenum v1.20.1 |
| 1234 | 2026-08-31T09:27:09.642Z | Compiling idna v1.1.0 |
| 1235 | 2026-08-31T09:27:09.804Z | Compiling ucd-trie v0.1.7 |
| 1236 | 2026-08-31T09:27:10.020Z | Compiling url v2.5.8 |
| 1237 | 2026-08-31T09:27:10.037Z | Compiling pest v2.8.8 |
| 1238 | 2026-08-31T09:27:10.108Z | Compiling thiserror v1.0.69 |
| 1239 | 2026-08-31T09:27:10.128Z | Compiling strsim v0.11.1 |
| 1240 | 2026-08-31T09:27:10.389Z | Compiling regex-syntax v0.8.11 |
| 1241 | 2026-08-31T09:27:10.419Z | Compiling futures-channel v0.3.34 |
| 1242 | 2026-08-31T09:27:10.422Z | Compiling hashbrown v0.17.1 |
| 1243 | 2026-08-31T09:27:10.713Z | Compiling thiserror-impl v1.0.69 |
| 1244 | 2026-08-31T09:27:11.115Z | Compiling pest_meta v2.8.8 |
| 1245 | 2026-08-31T09:27:11.228Z | Compiling aho-corasick v1.1.5 |
| 1246 | 2026-08-31T09:27:11.687Z | Compiling futures-io v0.3.34 |
| 1247 | 2026-08-31T09:27:11.856Z | Compiling pest_generator v2.8.8 |
| 1248 | 2026-08-31T09:27:11.879Z | Compiling ident_case v1.0.1 |
| 1249 | 2026-08-31T09:27:12.009Z | Compiling futures-task v0.3.34 |
| 1250 | 2026-08-31T09:27:12.193Z | Compiling futures-util v0.3.34 |
| 1251 | 2026-08-31T09:27:12.338Z | Compiling regex-automata v0.4.18 |
| 1252 | 2026-08-31T09:27:12.389Z | Compiling ipnetwork v0.21.1 |
| 1253 | 2026-08-31T09:27:12.476Z | Compiling pest_derive v2.8.8 |
| 1254 | 2026-08-31T09:27:12.584Z | Compiling rand_core v0.6.4 |
| 1255 | 2026-08-31T09:27:12.843Z | Compiling byteorder v1.5.0 |
| 1256 | 2026-08-31T09:27:12.972Z | Compiling indexmap v2.14.0 |
| 1257 | 2026-08-31T09:27:13.017Z | Compiling tracing-core v0.1.36 |
| 1258 | 2026-08-31T09:27:13.140Z | Compiling tracing-attributes v0.1.31 |
| 1259 | 2026-08-31T09:27:13.864Z | Compiling paste v1.0.15 |
| 1260 | 2026-08-31T09:27:13.934Z | Compiling base64 v0.22.1 |
| 1261 | 2026-08-31T09:27:14.067Z | Compiling regex v1.13.1 |
| 1262 | 2026-08-31T09:27:14.220Z | Compiling fnv v1.0.7 |
| 1263 | 2026-08-31T09:27:14.352Z | Compiling tracing v0.1.44 |
| 1264 | 2026-08-31T09:27:14.427Z | Compiling omicron-workspace-hack v0.1.0 |
| 1265 | 2026-08-31T09:27:14.651Z | Compiling slog v2.8.2 |
| 1266 | 2026-08-31T09:27:14.874Z | Compiling anyhow v1.0.104 |
| 1267 | 2026-08-31T09:27:14.923Z | Compiling http v1.5.0 |
| 1268 | 2026-08-31T09:27:14.970Z | Compiling erased-serde v0.3.31 |
| 1269 | 2026-08-31T09:27:15.243Z | Compiling oxnet v0.1.7 |
| 1270 | 2026-08-31T09:27:16.223Z | Compiling rustls-pki-types v1.15.1 |
| 1271 | 2026-08-31T09:27:16.293Z | Compiling scroll_derive v0.13.1 |
| 1272 | 2026-08-31T09:27:16.697Z | Compiling ring v0.17.14 |
| 1273 | 2026-08-31T09:27:16.911Z | Compiling aws-lc-rs v1.18.0 |
| 1274 | 2026-08-31T09:27:17.132Z | Compiling num-conv v0.2.2 |
| 1275 | 2026-08-31T09:27:17.221Z | Compiling time-core v0.1.9 |
| 1276 | 2026-08-31T09:27:17.281Z | Compiling camino v1.2.5 |
| 1277 | 2026-08-31T09:27:17.408Z | Compiling time-macros v0.2.32 |
| 1278 | 2026-08-31T09:27:17.603Z | Compiling tokio-util v0.7.19 |
| 1279 | 2026-08-31T09:27:17.685Z | Compiling daft-derive v0.1.8 |
| 1280 | 2026-08-31T09:27:17.700Z | Compiling crc32fast v1.5.0 |
| 1281 | 2026-08-31T09:27:17.984Z | Compiling ipnet v2.12.1 |
| 1282 | 2026-08-31T09:27:18.409Z | Compiling untrusted v0.7.1 |
| 1283 | 2026-08-31T09:27:18.548Z | Compiling untrusted v0.9.0 |
| 1284 | 2026-08-31T09:27:18.623Z | Compiling darling_core v0.23.0 |
| 1285 | 2026-08-31T09:27:18.715Z | Compiling async-trait v0.1.92 |
| 1286 | 2026-08-31T09:27:18.892Z | Compiling rustls v0.23.43 |
| 1287 | 2026-08-31T09:27:19.162Z | Compiling http-body v1.1.0 |
| 1288 | 2026-08-31T09:27:19.519Z | Compiling ppv-lite86 v0.2.21 |
| 1289 | 2026-08-31T09:27:19.847Z | Compiling usdt-impl v0.6.0 |
| 1290 | 2026-08-31T09:27:19.951Z | Compiling pretty-hex v0.4.2 |
| 1291 | 2026-08-31T09:27:20.092Z | Compiling atomic-waker v1.1.2 |
| 1292 | 2026-08-31T09:27:20.452Z | Compiling scroll v0.13.0 |
| 1293 | 2026-08-31T09:27:20.663Z | Compiling darling_macro v0.23.0 |
| 1294 | 2026-08-31T09:27:20.726Z | Compiling crossbeam-utils v0.8.22 |
| 1295 | 2026-08-31T09:27:20.743Z | Compiling try-lock v0.2.5 |
| 1296 | 2026-08-31T09:27:20.860Z | Compiling plain v0.2.3 |
| 1297 | 2026-08-31T09:27:20.955Z | Compiling tower-layer v0.3.3 |
| 1298 | 2026-08-31T09:27:20.971Z | Compiling ryu v1.0.23 |
| 1299 | 2026-08-31T09:27:21.020Z | Compiling tower-service v0.3.3 |
| 1300 | 2026-08-31T09:27:21.187Z | Compiling goblin v0.10.7 |
| 1301 | 2026-08-31T09:27:21.199Z | Compiling want v0.3.1 |
| 1302 | 2026-08-31T09:27:21.239Z | Compiling darling v0.23.0 |
| 1303 | 2026-08-31T09:27:21.258Z | Compiling h2 v0.4.15 |
| 1304 | 2026-08-31T09:27:21.324Z | Compiling httpdate v1.0.3 |
| 1305 | 2026-08-31T09:27:21.597Z | Compiling ref-cast v1.0.26 |
| 1306 | 2026-08-31T09:27:21.770Z | Compiling dtrace-parser v0.3.0 |
| 1307 | 2026-08-31T09:27:21.906Z | Compiling thread-id v5.1.0 |
| 1308 | 2026-08-31T09:27:22.299Z | Compiling slog-async v2.8.0 |
| 1309 | 2026-08-31T09:27:22.550Z | Compiling ref-cast-impl v1.0.26 |
| 1310 | 2026-08-31T09:27:23.223Z | Compiling serde_urlencoded v0.7.1 |
| 1311 | 2026-08-31T09:27:23.508Z | Compiling http-body-util v0.1.5 |
| 1312 | 2026-08-31T09:27:23.816Z | Compiling hyper v1.11.0 |
| 1313 | 2026-08-31T09:27:23.923Z | Compiling dof v0.4.0 |
| 1314 | 2026-08-31T09:27:25.163Z | Compiling hyper-util v0.1.20 |
| 1315 | 2026-08-31T09:27:25.360Z | Compiling serde_tokenstream v0.3.0 |
| 1316 | 2026-08-31T09:27:25.656Z | Compiling structmeta-derive v0.3.0 |
| 1317 | 2026-08-31T09:27:26.679Z | Compiling multer v3.1.0 |
| 1318 | 2026-08-31T09:27:26.919Z | Compiling structmeta v0.3.0 |
| 1319 | 2026-08-31T09:27:27.020Z | Compiling newtype-uuid-macros v0.1.1 |
| 1320 | 2026-08-31T09:27:27.125Z | Compiling usdt-macro v0.6.0 |
| 1321 | 2026-08-31T09:27:27.789Z | Compiling usdt-attr-macro v0.6.0 |
| 1322 | 2026-08-31T09:27:27.938Z | Compiling rand_core v0.9.5 |
| 1323 | 2026-08-31T09:27:27.990Z | Compiling foldhash v0.2.0 |
| 1324 | 2026-08-31T09:27:28.253Z | Compiling newtype-uuid v1.4.0 |
| 1325 | 2026-08-31T09:27:28.273Z | Compiling strum_macros v0.26.4 |
| 1326 | 2026-08-31T09:27:28.553Z | Compiling async-stream-impl v0.3.6 |
| 1327 | 2026-08-31T09:27:28.690Z | Compiling dropshot v0.17.1 |
| 1328 | 2026-08-31T09:27:28.933Z | Compiling fastrand v2.5.0 |
| 1329 | 2026-08-31T09:27:29.104Z | Compiling hex v0.4.3 |
| 1330 | 2026-08-31T09:27:29.187Z | Compiling daft v0.1.8 |
| 1331 | 2026-08-31T09:27:29.389Z | Compiling rand_chacha v0.9.0 |
| 1332 | 2026-08-31T09:27:29.392Z | Compiling sync_wrapper v1.0.2 |
| 1333 | 2026-08-31T09:27:29.522Z | Compiling syn v1.0.109 |
| 1334 | 2026-08-31T09:27:29.642Z | Compiling num_threads v0.1.7 |
| 1335 | 2026-08-31T09:27:29.828Z | Compiling powerfmt v0.2.0 |
| 1336 | 2026-08-31T09:27:29.847Z | Compiling deranged v0.5.8 |
| 1337 | 2026-08-31T09:27:29.933Z | Compiling rand v0.9.5 |
| 1338 | 2026-08-31T09:27:30.090Z | Compiling tower v0.5.3 |
| 1339 | 2026-08-31T09:27:30.254Z | Compiling serde_with_macros v3.22.0 |
| 1340 | 2026-08-31T09:27:30.665Z | Compiling webpki-roots v1.0.9 |
| 1341 | 2026-08-31T09:27:30.786Z | Compiling openapiv3 v2.2.0 |
| 1342 | 2026-08-31T09:27:30.922Z | Compiling time v0.3.55 |
| 1343 | 2026-08-31T09:27:31.176Z | Compiling dropshot_endpoint v0.17.1 |
| 1344 | 2026-08-31T09:27:31.373Z | Compiling macaddr v1.0.1 |
| 1345 | 2026-08-31T09:27:31.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1346 | 2026-08-31T09:27:32.380Z | Compiling cpufeatures v0.3.0 |
| 1347 | 2026-08-31T09:27:32.485Z | Compiling tower-http v0.6.11 |
| 1348 | 2026-08-31T09:27:33.163Z | Compiling tempfile v3.27.0 |
| 1349 | 2026-08-31T09:27:33.189Z | Compiling hashbrown v0.16.1 |
| 1350 | 2026-08-31T09:27:33.730Z | Compiling derive-ex v0.1.8 |
| 1351 | 2026-08-31T09:27:33.909Z | Compiling crossbeam-channel v0.5.16 |
| 1352 | 2026-08-31T09:27:34.290Z | Compiling futures-executor v0.3.34 |
| 1353 | 2026-08-31T09:27:34.617Z | Compiling strum_macros v0.27.2 |
| 1354 | 2026-08-31T09:27:34.749Z | Compiling winnow v1.0.4 |
| 1355 | 2026-08-31T09:27:34.768Z | Compiling openssl-probe v0.2.1 |
| 1356 | 2026-08-31T09:27:35.302Z | Compiling test-strategy v0.4.5 |
| 1357 | 2026-08-31T09:27:36.198Z | Compiling rustls-native-certs v0.8.4 |
| 1358 | 2026-08-31T09:27:36.212Z | Compiling futures v0.3.34 |
| 1359 | 2026-08-31T09:27:36.402Z | Compiling hybrid-array v0.4.14 |
| 1360 | 2026-08-31T09:27:36.536Z | Compiling thread_local v1.1.10 |
| 1361 | 2026-08-31T09:27:36.624Z | Compiling simd-adler32 v0.3.10 |
| 1362 | 2026-08-31T09:27:36.845Z | Compiling adler2 v2.0.1 |
| 1363 | 2026-08-31T09:27:36.991Z | Compiling miniz_oxide v0.8.9 |
| 1364 | 2026-08-31T09:27:37.463Z | Compiling generic-array v0.14.7 |
| 1365 | 2026-08-31T09:27:37.793Z | Compiling is-terminal v0.4.17 |
| 1366 | 2026-08-31T09:27:38.004Z | Compiling term v1.2.1 |
| 1367 | 2026-08-31T09:27:38.077Z | Compiling take_mut v0.2.2 |
| 1368 | 2026-08-31T09:27:38.227Z | Compiling flate2 v1.1.9 |
| 1369 | 2026-08-31T09:27:38.341Z | Compiling slog-term v2.9.2 |
| 1370 | 2026-08-31T09:27:38.851Z | Compiling block-buffer v0.12.1 |
| 1371 | 2026-08-31T09:27:39.043Z | Compiling crypto-common v0.2.2 |
| 1372 | 2026-08-31T09:27:39.345Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1373 | 2026-08-31T09:27:39.715Z | Compiling memmap2 v0.9.11 |
| 1374 | 2026-08-31T09:27:39.792Z | Compiling match_cfg v0.1.0 |
| 1375 | 2026-08-31T09:27:39.980Z | Compiling debug-ignore v1.0.5 |
| 1376 | 2026-08-31T09:27:40.006Z | Compiling compression-core v0.4.32 |
| 1377 | 2026-08-31T09:27:40.183Z | Compiling const-oid v0.10.2 |
| 1378 | 2026-08-31T09:27:40.313Z | Compiling either v1.17.0 |
| 1379 | 2026-08-31T09:27:40.484Z | Compiling digest v0.11.3 |
| 1380 | 2026-08-31T09:27:40.542Z | Compiling compression-codecs v0.4.38 |
| 1381 | 2026-08-31T09:27:40.680Z | Compiling usdt v0.6.0 |
| 1382 | 2026-08-31T09:27:40.881Z | Compiling hostname v0.3.1 |
| 1383 | 2026-08-31T09:27:41.079Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1384 | 2026-08-31T09:27:41.264Z | Compiling slog-json v2.6.1 |
| 1385 | 2026-08-31T09:27:41.311Z | Compiling parse-display-derive v0.10.0 |
| 1386 | 2026-08-31T09:27:41.576Z | Compiling rand_chacha v0.3.1 |
| 1387 | 2026-08-31T09:27:41.620Z | Compiling serde_spanned v1.1.1 |
| 1388 | 2026-08-31T09:27:41.775Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1389 | 2026-08-31T09:27:42.177Z | Compiling encoding_rs v0.8.35 |
| 1390 | 2026-08-31T09:27:42.199Z | Compiling spin v0.9.9 |
| 1391 | 2026-08-31T09:27:42.266Z | Compiling mime v0.3.17 |
| 1392 | 2026-08-31T09:27:42.331Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1393 | 2026-08-31T09:27:42.371Z | Compiling rand v0.8.7 |
| 1394 | 2026-08-31T09:27:42.656Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1395 | 2026-08-31T09:27:42.737Z | Compiling slog-bunyan v2.5.0 |
| 1396 | 2026-08-31T09:27:42.869Z | Compiling async-compression v0.4.43 |
| 1397 | 2026-08-31T09:27:42.919Z | Compiling sha1 v0.11.0 |
| 1398 | 2026-08-31T09:27:43.139Z | Compiling strum v0.26.3 |
| 1399 | 2026-08-31T09:27:43.344Z | Compiling async-stream v0.3.6 |
| 1400 | 2026-08-31T09:27:43.415Z | Compiling waitgroup v0.1.2 |
| 1401 | 2026-08-31T09:27:43.542Z | Compiling rustls-pemfile v2.2.0 |
| 1402 | 2026-08-31T09:27:43.572Z | Compiling serde_path_to_error v0.1.20 |
| 1403 | 2026-08-31T09:27:43.710Z | Compiling hostname v0.4.2 |
| 1404 | 2026-08-31T09:27:43.818Z | Compiling wait-timeout v0.2.1 |
| 1405 | 2026-08-31T09:27:43.884Z | Compiling quick-error v1.2.3 |
| 1406 | 2026-08-31T09:27:44.005Z | Compiling bit-vec v0.8.0 |
| 1407 | 2026-08-31T09:27:44.174Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-08-31T09:27:44.258Z | Compiling bit-set v0.8.0 |
| 1409 | 2026-08-31T09:27:44.302Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1410 | 2026-08-31T09:27:44.452Z | Compiling serde_with v3.22.0 |
| 1411 | 2026-08-31T09:27:44.456Z | Compiling rand_xorshift v0.4.0 |
| 1412 | 2026-08-31T09:27:44.646Z | Compiling unarray v0.1.4 |
| 1413 | 2026-08-31T09:27:44.774Z | Compiling proptest v1.11.0 |
| 1414 | 2026-08-31T09:27:44.924Z | Compiling strum v0.27.2 |
| 1415 | 2026-08-31T09:27:44.983Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1416 | 2026-08-31T09:27:45.067Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1417 | 2026-08-31T09:27:45.156Z | Compiling instant v0.1.13 |
| 1418 | 2026-08-31T09:27:45.639Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-08-31T09:27:46.219Z | Compiling iddqd v0.4.6 |
| 1420 | 2026-08-31T09:27:46.837Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-08-31T09:27:46.924Z | Compiling backon v1.6.0 |
| 1422 | 2026-08-31T09:27:47.154Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1423 | 2026-08-31T09:27:47.377Z | Compiling backoff v0.4.0 |
| 1424 | 2026-08-31T09:27:47.462Z | Compiling parse-display v0.10.0 |
| 1425 | 2026-08-31T09:27:47.582Z | Compiling itertools v0.14.0 |
| 1426 | 2026-08-31T09:27:47.837Z | Compiling regress v0.10.5 |
| 1427 | 2026-08-31T09:27:48.093Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1428 | 2026-08-31T09:27:48.280Z | Compiling humantime v2.4.0 |
| 1429 | 2026-08-31T09:27:49.126Z | Compiling block-buffer v0.10.4 |
| 1430 | 2026-08-31T09:27:49.907Z | Compiling unicode-width v0.2.2 |
| 1431 | 2026-08-31T09:27:51.108Z | Compiling digest v0.10.7 |
| 1432 | 2026-08-31T09:27:52.933Z | Compiling regress v0.11.1 |
| 1433 | 2026-08-31T09:27:54.266Z | Compiling zerocopy-derive v0.7.35 |
| 1434 | 2026-08-31T09:27:54.569Z | Compiling typify-impl v0.6.2 |
| 1435 | 2026-08-31T09:27:55.154Z | Compiling clap_derive v4.6.4 |
| 1436 | 2026-08-31T09:27:55.408Z | Compiling utf8parse v0.2.2 |
| 1437 | 2026-08-31T09:27:55.427Z | Compiling convert_case v0.4.0 |
| 1438 | 2026-08-31T09:27:56.078Z | Compiling cpufeatures v0.2.17 |
| 1439 | 2026-08-31T09:27:56.122Z | Compiling derive_more v0.99.20 |
| 1440 | 2026-08-31T09:27:56.158Z | Compiling anstyle-parse v1.0.0 |
| 1441 | 2026-08-31T09:27:57.159Z | Compiling terminal_size v0.4.4 |
| 1442 | 2026-08-31T09:27:57.191Z | Compiling toml_datetime v0.6.11 |
| 1443 | 2026-08-31T09:27:57.289Z | Compiling colorchoice v1.0.5 |
| 1444 | 2026-08-31T09:27:57.312Z | Compiling anstyle-query v1.1.5 |
| 1445 | 2026-08-31T09:27:57.427Z | Compiling anstyle v1.0.14 |
| 1446 | 2026-08-31T09:27:57.672Z | Compiling is_terminal_polyfill v1.70.2 |
| 1447 | 2026-08-31T09:27:57.774Z | Compiling anstream v1.0.0 |
| 1448 | 2026-08-31T09:27:57.847Z | Compiling typify-macro v0.6.2 |
| 1449 | 2026-08-31T09:27:58.261Z | Compiling secrecy v0.10.3 |
| 1450 | 2026-08-31T09:27:58.575Z | Compiling clap_lex v1.1.0 |
| 1451 | 2026-08-31T09:27:58.725Z | Compiling crucible-workspace-hack v0.1.0 |
| 1452 | 2026-08-31T09:27:58.869Z | Compiling tinyvec_macros v0.1.1 |
| 1453 | 2026-08-31T09:27:58.919Z | Compiling heapless v0.8.0 |
| 1454 | 2026-08-31T09:27:58.960Z | Compiling tinyvec v1.12.0 |
| 1455 | 2026-08-31T09:27:59.134Z | Compiling clap_builder v4.6.6 |
| 1456 | 2026-08-31T09:27:59.415Z | Compiling typify v0.6.2 |
| 1457 | 2026-08-31T09:27:59.617Z | Compiling zerocopy v0.7.35 |
| 1458 | 2026-08-31T09:27:59.883Z | Compiling hash32 v0.3.1 |
| 1459 | 2026-08-31T09:28:00.037Z | Compiling rustc_version v0.4.1 |
| 1460 | 2026-08-31T09:28:00.054Z | Compiling scroll_derive v0.12.1 |
| 1461 | 2026-08-31T09:28:00.294Z | Compiling num-integer v0.1.47 |
| 1462 | 2026-08-31T09:28:00.313Z | Compiling usdt-impl v0.5.0 |
| 1463 | 2026-08-31T09:28:00.565Z | Compiling crossbeam-epoch v0.9.20 |
| 1464 | 2026-08-31T09:28:00.719Z | Compiling smoltcp v0.11.0 |
| 1465 | 2026-08-31T09:28:00.741Z | Compiling scroll v0.12.0 |
| 1466 | 2026-08-31T09:28:00.858Z | Compiling curve25519-dalek v4.1.3 |
| 1467 | 2026-08-31T09:28:01.031Z | Compiling clap v4.6.6 |
| 1468 | 2026-08-31T09:28:01.071Z | Compiling dof v0.3.0 |
| 1469 | 2026-08-31T09:28:02.180Z | Compiling hmac v0.12.1 |
| 1470 | 2026-08-31T09:28:02.218Z | Compiling dtrace-parser v0.2.0 |
| 1471 | 2026-08-31T09:28:02.335Z | Compiling inout v0.1.4 |
| 1472 | 2026-08-31T09:28:02.498Z | Compiling darling_core v0.21.3 |
| 1473 | 2026-08-31T09:28:02.576Z | Compiling ff v0.13.1 |
| 1474 | 2026-08-31T09:28:02.748Z | Compiling cobs v0.3.0 |
| 1475 | 2026-08-31T09:28:02.992Z | Compiling thread-id v4.2.2 |
| 1476 | 2026-08-31T09:28:03.099Z | Compiling unsafe-libyaml v0.2.11 |
| 1477 | 2026-08-31T09:28:03.270Z | Compiling bitflags v1.3.2 |
| 1478 | 2026-08-31T09:28:03.511Z | Compiling managed v0.8.0 |
| 1479 | 2026-08-31T09:28:04.420Z | Compiling serde_yaml v0.9.34+deprecated |
| 1480 | 2026-08-31T09:28:04.570Z | Compiling darling_macro v0.21.3 |
| 1481 | 2026-08-31T09:28:05.151Z | Compiling postcard v1.1.3 |
| 1482 | 2026-08-31T09:28:05.267Z | Compiling group v0.13.0 |
| 1483 | 2026-08-31T09:28:05.524Z | Compiling cipher v0.4.4 |
| 1484 | 2026-08-31T09:28:05.621Z | Compiling hkdf v0.12.4 |
| 1485 | 2026-08-31T09:28:06.195Z | Compiling goblin v0.8.2 |
| 1486 | 2026-08-31T09:28:06.483Z | Compiling num-iter v0.1.46 |
| 1487 | 2026-08-31T09:28:06.619Z | Compiling num-rational v0.4.2 |
| 1488 | 2026-08-31T09:28:07.510Z | Compiling tabwriter v1.4.1 |
| 1489 | 2026-08-31T09:28:07.580Z | Compiling universal-hash v0.5.1 |
| 1490 | 2026-08-31T09:28:07.642Z | Compiling crypto-bigint v0.5.5 |
| 1491 | 2026-08-31T09:28:07.728Z | Compiling hubpack_derive v0.1.1 |
| 1492 | 2026-08-31T09:28:07.866Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1493 | 2026-08-31T09:28:08.272Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1494 | 2026-08-31T09:28:09.036Z | Compiling half v2.7.1 |
| 1495 | 2026-08-31T09:28:09.157Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1496 | 2026-08-31T09:28:09.337Z | Compiling num-complex v0.4.6 |
| 1497 | 2026-08-31T09:28:09.917Z | Compiling memoffset v0.9.1 |
| 1498 | 2026-08-31T09:28:09.974Z | Compiling base16ct v0.2.0 |
| 1499 | 2026-08-31T09:28:10.181Z | Compiling opaque-debug v0.3.1 |
| 1500 | 2026-08-31T09:28:10.257Z | Compiling ciborium-io v0.2.2 |
| 1501 | 2026-08-31T09:28:10.289Z | Compiling prettyplease v0.2.37 |
| 1502 | 2026-08-31T09:28:10.361Z | Compiling cfg_aliases v0.2.2 |
| 1503 | 2026-08-31T09:28:10.418Z | Compiling base64ct v1.8.3 |
| 1504 | 2026-08-31T09:28:10.548Z | Compiling rustix v0.38.44 |
| 1505 | 2026-08-31T09:28:11.143Z | Compiling password-hash v0.5.0 |
| 1506 | 2026-08-31T09:28:11.342Z | Compiling nix v0.31.3 |
| 1507 | 2026-08-31T09:28:11.720Z | Compiling ciborium-ll v0.2.2 |
| 1508 | 2026-08-31T09:28:11.975Z | Compiling poly1305 v0.8.0 |
| 1509 | 2026-08-31T09:28:12.223Z | Compiling elliptic-curve v0.13.8 |
| 1510 | 2026-08-31T09:28:12.628Z | Compiling num v0.4.3 |
| 1511 | 2026-08-31T09:28:12.812Z | Compiling thiserror-no-std v2.0.2 |
| 1512 | 2026-08-31T09:28:12.918Z | Compiling hubpack v0.1.2 |
| 1513 | 2026-08-31T09:28:14.030Z | Compiling chacha20 v0.9.1 |
| 1514 | 2026-08-31T09:28:14.086Z | Compiling darling v0.21.3 |
| 1515 | 2026-08-31T09:28:14.271Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1516 | 2026-08-31T09:28:14.482Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1517 | 2026-08-31T09:28:15.104Z | Compiling reqwest v0.12.28 |
| 1518 | 2026-08-31T09:28:15.548Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1519 | 2026-08-31T09:28:15.711Z | Compiling blake2 v0.10.6 |
| 1520 | 2026-08-31T09:28:15.847Z | Compiling aead v0.5.2 |
| 1521 | 2026-08-31T09:28:16.212Z | Compiling byte-wrapper v0.1.0 |
| 1522 | 2026-08-31T09:28:16.322Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1523 | 2026-08-31T09:28:16.667Z | Compiling serde_repr v0.1.21 |
| 1524 | 2026-08-31T09:28:17.098Z | Compiling proc-macro-error-attr v1.0.4 |
| 1525 | 2026-08-31T09:28:17.312Z | Compiling static_assertions v1.1.0 |
| 1526 | 2026-08-31T09:28:17.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1527 | 2026-08-31T09:28:17.332Z | Compiling float-ord v0.3.2 |
| 1528 | 2026-08-31T09:28:17.389Z | Compiling keccak v0.1.6 |
| 1529 | 2026-08-31T09:28:17.553Z | Compiling sha3 v0.10.9 |
| 1530 | 2026-08-31T09:28:17.929Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1531 | 2026-08-31T09:28:17.993Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1532 | 2026-08-31T09:28:18.594Z | Compiling proc-macro-crate v3.5.0 |
| 1533 | 2026-08-31T09:28:18.723Z | Compiling progenitor-client v0.10.0 |
| 1534 | 2026-08-31T09:28:18.970Z | Compiling chacha20poly1305 v0.10.1 |
| 1535 | 2026-08-31T09:28:18.996Z | Compiling argon2 v0.5.3 |
| 1536 | 2026-08-31T09:28:19.766Z | Compiling ingot-macros v0.1.1 |
| 1537 | 2026-08-31T09:28:19.957Z | Compiling vsss-rs v3.3.4 |
| 1538 | 2026-08-31T09:28:21.505Z | Compiling ciborium v0.2.2 |
| 1539 | 2026-08-31T09:28:22.103Z | Compiling usdt-attr-macro v0.5.0 |
| 1540 | 2026-08-31T09:28:22.338Z | Compiling usdt-macro v0.5.0 |
| 1541 | 2026-08-31T09:28:23.666Z | Compiling num-derive v0.4.2 |
| 1542 | 2026-08-31T09:28:23.805Z | Compiling enum-as-inner v0.6.1 |
| 1543 | 2026-08-31T09:28:24.368Z | Compiling proc-macro-error v1.0.4 |
| 1544 | 2026-08-31T09:28:24.491Z | Compiling memmap v0.7.0 |
| 1545 | 2026-08-31T09:28:24.825Z | Compiling winnow v0.5.40 |
| 1546 | 2026-08-31T09:28:24.874Z | Compiling indent_write v2.2.0 |
| 1547 | 2026-08-31T09:28:24.936Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1548 | 2026-08-31T09:28:24.936Z | Compiling data-encoding v2.11.1 |
| 1549 | 2026-08-31T09:28:25.198Z | Compiling usdt v0.5.0 |
| 1550 | 2026-08-31T09:28:25.481Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1551 | 2026-08-31T09:28:25.523Z | Compiling ingot-types v0.1.2 |
| 1552 | 2026-08-31T09:28:25.965Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1553 | 2026-08-31T09:28:26.068Z | Compiling toml_edit v0.19.15 |
| 1554 | 2026-08-31T09:28:26.179Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1555 | 2026-08-31T09:28:26.475Z | Compiling num_enum_derive v0.7.6 |
| 1556 | 2026-08-31T09:28:27.040Z | Compiling serde_spanned v0.6.9 |
| 1557 | 2026-08-31T09:28:27.233Z | Compiling foreign-types-macros v0.2.4 |
| 1558 | 2026-08-31T09:28:27.478Z | Compiling vcpkg v0.2.15 |
| 1559 | 2026-08-31T09:28:27.557Z | Compiling foreign-types-shared v0.3.1 |
| 1560 | 2026-08-31T09:28:27.660Z | Compiling colored v3.1.1 |
| 1561 | 2026-08-31T09:28:27.843Z | Compiling toml_write v0.1.2 |
| 1562 | 2026-08-31T09:28:28.008Z | Compiling winnow v0.7.15 |
| 1563 | 2026-08-31T09:28:28.182Z | Compiling crossbeam-deque v0.8.7 |
| 1564 | 2026-08-31T09:28:28.258Z | Compiling bytecount v0.6.9 |
| 1565 | 2026-08-31T09:28:28.291Z | Compiling openssl-sys v0.9.117 |
| 1566 | 2026-08-31T09:28:28.448Z | Compiling foreign-types v0.5.0 |
| 1567 | 2026-08-31T09:28:28.486Z | Compiling num_enum v0.7.6 |
| 1568 | 2026-08-31T09:28:28.536Z | Compiling proc-macro-crate v1.3.1 |
| 1569 | 2026-08-31T09:28:28.842Z | Compiling ingot v0.1.1 |
| 1570 | 2026-08-31T09:28:28.871Z | Compiling rustls-webpki v0.103.14 |
| 1571 | 2026-08-31T09:28:28.998Z | Compiling atomicwrites v0.4.4 |
| 1572 | 2026-08-31T09:28:29.400Z | Compiling toml_edit v0.22.27 |
| 1573 | 2026-08-31T09:28:30.566Z | Compiling progenitor-impl v0.14.0 |
| 1574 | 2026-08-31T09:28:30.586Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1575 | 2026-08-31T09:28:30.928Z | Compiling chacha20 v0.10.1 |
| 1576 | 2026-08-31T09:28:31.222Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1577 | 2026-08-31T09:28:31.261Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1578 | 2026-08-31T09:28:31.500Z | Compiling cstr-argument v0.1.2 |
| 1579 | 2026-08-31T09:28:31.646Z | Compiling unicode-segmentation v1.13.3 |
| 1580 | 2026-08-31T09:28:31.665Z | Compiling rayon-core v1.13.0 |
| 1581 | 2026-08-31T09:28:31.668Z | Compiling semver v0.1.20 |
| 1582 | 2026-08-31T09:28:31.791Z | Compiling swrite v0.1.0 |
| 1583 | 2026-08-31T09:28:31.913Z | Compiling resolv-conf v0.7.6 |
| 1584 | 2026-08-31T09:28:31.941Z | Compiling linked-hash-map v0.5.6 |
| 1585 | 2026-08-31T09:28:32.156Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1586 | 2026-08-31T09:28:32.240Z | Compiling heck v0.4.1 |
| 1587 | 2026-08-31T09:28:32.412Z | Compiling lru-cache v0.1.2 |
| 1588 | 2026-08-31T09:28:32.445Z | Compiling newline-converter v0.3.0 |
| 1589 | 2026-08-31T09:28:32.519Z | Compiling rustc_version v0.1.7 |
| 1590 | 2026-08-31T09:28:32.596Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1591 | 2026-08-31T09:28:32.600Z | Compiling progenitor-macro v0.14.0 |
| 1592 | 2026-08-31T09:28:32.681Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1593 | 2026-08-31T09:28:32.713Z | Compiling rand v0.10.2 |
| 1594 | 2026-08-31T09:28:32.994Z | Compiling tokio-rustls v0.26.4 |
| 1595 | 2026-08-31T09:28:33.141Z | Compiling rustls-platform-verifier v0.7.0 |
| 1596 | 2026-08-31T09:28:33.344Z | Compiling hyper-rustls v0.27.9 |
| 1597 | 2026-08-31T09:28:33.759Z | Compiling reqwest v0.13.4 |
| 1598 | 2026-08-31T09:28:35.126Z | Compiling progenitor-client v0.14.0 |
| 1599 | 2026-08-31T09:28:35.581Z | Compiling progenitor-extras v0.2.0 |
| 1600 | 2026-08-31T09:28:36.136Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1601 | 2026-08-31T09:28:36.276Z | Compiling toml v0.8.23 |
| 1602 | 2026-08-31T09:28:36.829Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1603 | 2026-08-31T09:28:38.024Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1604 | 2026-08-31T09:28:38.330Z | Compiling num_enum_derive v0.5.11 |
| 1605 | 2026-08-31T09:28:42.675Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1606 | 2026-08-31T09:28:44.804Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1607 | 2026-08-31T09:28:45.088Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1608 | 2026-08-31T09:28:48.520Z | Compiling hickory-proto v0.24.4 |
| 1609 | 2026-08-31T09:28:48.862Z | Compiling progenitor-impl v0.13.0 |
| 1610 | 2026-08-31T09:28:50.735Z | Compiling console v0.16.4 |
| 1611 | 2026-08-31T09:28:50.903Z | Compiling camino-tempfile v1.4.1 |
| 1612 | 2026-08-31T09:28:50.974Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-08-31T09:28:51.149Z | Compiling derive-where v1.6.1 |
| 1614 | 2026-08-31T09:28:51.297Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1615 | 2026-08-31T09:28:51.593Z | Compiling pin-project-internal v1.1.13 |
| 1616 | 2026-08-31T09:28:51.822Z | Compiling minimal-lexical v0.2.1 |
| 1617 | 2026-08-31T09:28:51.980Z | Compiling lazy_static v1.5.0 |
| 1618 | 2026-08-31T09:28:52.074Z | Compiling siphasher v1.0.3 |
| 1619 | 2026-08-31T09:28:52.097Z | Compiling similar v3.2.0 |
| 1620 | 2026-08-31T09:28:52.294Z | Compiling phf_shared v0.12.1 |
| 1621 | 2026-08-31T09:28:52.391Z | Compiling nom v7.1.3 |
| 1622 | 2026-08-31T09:28:52.693Z | Compiling pin-project v1.1.13 |
| 1623 | 2026-08-31T09:28:52.814Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1624 | 2026-08-31T09:28:53.372Z | Compiling expectorate v1.3.0 |
| 1625 | 2026-08-31T09:28:53.607Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1626 | 2026-08-31T09:28:53.760Z | Compiling progenitor-macro v0.13.0 |
| 1627 | 2026-08-31T09:28:53.955Z | Compiling hickory-resolver v0.24.4 |
| 1628 | 2026-08-31T09:28:54.753Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1629 | 2026-08-31T09:28:56.090Z | Compiling progenitor v0.14.0 |
| 1630 | 2026-08-31T09:28:58.008Z | Compiling num_enum v0.5.11 |
| 1631 | 2026-08-31T09:29:00.401Z | Compiling progenitor-client v0.13.0 |
| 1632 | 2026-08-31T09:29:00.862Z | Compiling newtype_derive v0.1.6 |
| 1633 | 2026-08-31T09:29:01.538Z | Compiling unicode-normalization v0.1.25 |
| 1634 | 2026-08-31T09:29:01.556Z | Compiling tokio-stream v0.1.19 |
| 1635 | 2026-08-31T09:29:02.134Z | Compiling async-recursion v1.1.1 |
| 1636 | 2026-08-31T09:29:02.137Z | Compiling snafu-derive v0.8.9 |
| 1637 | 2026-08-31T09:29:02.857Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1638 | 2026-08-31T09:29:03.179Z | Compiling slog-dtrace v0.3.0 |
| 1639 | 2026-08-31T09:29:03.430Z | Compiling bstr v1.13.1 |
| 1640 | 2026-08-31T09:29:03.578Z | Compiling csv-core v0.1.13 |
| 1641 | 2026-08-31T09:29:03.882Z | Compiling jiff-core v0.1.0 |
| 1642 | 2026-08-31T09:29:03.981Z | Compiling openssl v0.10.81 |
| 1643 | 2026-08-31T09:29:04.116Z | Compiling unicode-width v0.1.14 |
| 1644 | 2026-08-31T09:29:04.261Z | Compiling owo-colors v4.3.0 |
| 1645 | 2026-08-31T09:29:04.429Z | Compiling unicode-xid v0.2.6 |
| 1646 | 2026-08-31T09:29:04.485Z | Compiling foreign-types-shared v0.1.1 |
| 1647 | 2026-08-31T09:29:04.560Z | Compiling foldhash v0.1.5 |
| 1648 | 2026-08-31T09:29:04.588Z | Compiling konst_macro_rules v0.2.19 |
| 1649 | 2026-08-31T09:29:04.604Z | Compiling same-file v1.0.6 |
| 1650 | 2026-08-31T09:29:04.781Z | Compiling highway v1.3.0 |
| 1651 | 2026-08-31T09:29:04.784Z | Compiling chrono-tz v0.10.4 |
| 1652 | 2026-08-31T09:29:04.784Z | Compiling cancel-safe-futures v0.1.5 |
| 1653 | 2026-08-31T09:29:04.858Z | Compiling walkdir v2.5.0 |
| 1654 | 2026-08-31T09:29:04.948Z | Compiling konst v0.2.20 |
| 1655 | 2026-08-31T09:29:05.079Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1656 | 2026-08-31T09:29:05.095Z | Compiling jiff v0.2.35 |
| 1657 | 2026-08-31T09:29:05.329Z | Compiling hashbrown v0.15.5 |
| 1658 | 2026-08-31T09:29:05.513Z | Compiling foreign-types v0.3.2 |
| 1659 | 2026-08-31T09:29:05.529Z | Compiling const_format_proc_macros v0.2.34 |
| 1660 | 2026-08-31T09:29:05.624Z | Compiling snafu v0.8.9 |
| 1661 | 2026-08-31T09:29:05.653Z | Compiling globset v0.4.20 |
| 1662 | 2026-08-31T09:29:05.974Z | Compiling csv v1.4.0 |
| 1663 | 2026-08-31T09:29:06.317Z | Compiling progenitor v0.13.0 |
| 1664 | 2026-08-31T09:29:06.341Z | Compiling qorb v0.4.1 |
| 1665 | 2026-08-31T09:29:06.477Z | Compiling olpc-cjson v0.1.4 |
| 1666 | 2026-08-31T09:29:06.858Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1667 | 2026-08-31T09:29:07.396Z | Compiling rayon v1.12.0 |
| 1668 | 2026-08-31T09:29:08.339Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1669 | 2026-08-31T09:29:09.611Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1670 | 2026-08-31T09:29:10.968Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1671 | 2026-08-31T09:29:11.500Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1672 | 2026-08-31T09:29:12.028Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1673 | 2026-08-31T09:29:13.282Z | Compiling phf v0.12.1 |
| 1674 | 2026-08-31T09:29:13.945Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1675 | 2026-08-31T09:29:13.961Z | Compiling zone_cfg_derive v0.3.1 |
| 1676 | 2026-08-31T09:29:13.989Z | Compiling tokio-dtrace v0.1.1 |
| 1677 | 2026-08-31T09:29:14.216Z | Compiling itertools v0.15.0 |
| 1678 | 2026-08-31T09:29:14.315Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1679 | 2026-08-31T09:29:14.542Z | Compiling itertools v0.12.1 |
| 1680 | 2026-08-31T09:29:14.557Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1681 | 2026-08-31T09:29:14.650Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1682 | 2026-08-31T09:29:15.142Z | Compiling pem v3.0.6 |
| 1683 | 2026-08-31T09:29:15.540Z | Compiling libsw-core v0.3.2 |
| 1684 | 2026-08-31T09:29:15.734Z | Compiling serde_plain v1.0.2 |
| 1685 | 2026-08-31T09:29:15.751Z | Compiling openssl-macros v0.1.1 |
| 1686 | 2026-08-31T09:29:15.859Z | Compiling cookie v0.18.2 |
| 1687 | 2026-08-31T09:29:16.017Z | Compiling sigpipe v0.1.3 |
| 1688 | 2026-08-31T09:29:16.107Z | Compiling fixedbitset v0.4.2 |
| 1689 | 2026-08-31T09:29:16.124Z | Compiling glob v0.3.4 |
| 1690 | 2026-08-31T09:29:16.234Z | Compiling typed-path v0.9.3 |
| 1691 | 2026-08-31T09:29:16.308Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1692 | 2026-08-31T09:29:16.383Z | Compiling fixedbitset v0.5.7 |
| 1693 | 2026-08-31T09:29:16.459Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-08-31T09:29:16.570Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-08-31T09:29:16.901Z | Compiling petgraph v0.8.3 |
| 1696 | 2026-08-31T09:29:18.199Z | Compiling tough v0.22.0 |
| 1697 | 2026-08-31T09:29:18.455Z | Compiling zone v0.3.1 |
| 1698 | 2026-08-31T09:29:18.473Z | Compiling libsw v3.5.0 |
| 1699 | 2026-08-31T09:29:18.667Z | Compiling ingot-macros v0.2.0 |
| 1700 | 2026-08-31T09:29:19.057Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1701 | 2026-08-31T09:29:19.316Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1702 | 2026-08-31T09:29:19.335Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1703 | 2026-08-31T09:29:19.518Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1704 | 2026-08-31T09:29:19.825Z | Compiling oxide-tokio-rt v0.1.6 |
| 1705 | 2026-08-31T09:29:20.399Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1706 | 2026-08-31T09:29:20.654Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1707 | 2026-08-31T09:29:20.759Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1708 | 2026-08-31T09:29:21.498Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-08-31T09:29:21.564Z | Compiling const_format v0.2.36 |
| 1710 | 2026-08-31T09:29:23.088Z | Compiling papergrid v0.11.0 |
| 1711 | 2026-08-31T09:29:23.153Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1712 | 2026-08-31T09:29:23.771Z | Compiling tabled_derive v0.7.0 |
| 1713 | 2026-08-31T09:29:24.574Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1714 | 2026-08-31T09:29:24.604Z | Compiling libscf-sys v1.2.0 |
| 1715 | 2026-08-31T09:29:24.752Z | Compiling gethostname v0.5.0 |
| 1716 | 2026-08-31T09:29:24.774Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1717 | 2026-08-31T09:29:24.897Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1718 | 2026-08-31T09:29:24.914Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1719 | 2026-08-31T09:29:24.960Z | Compiling smf v0.2.3 |
| 1720 | 2026-08-31T09:29:25.038Z | Compiling bcs v0.1.6 |
| 1721 | 2026-08-31T09:29:25.231Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1722 | 2026-08-31T09:29:25.429Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1723 | 2026-08-31T09:29:25.447Z | Compiling termtree v0.5.1 |
| 1724 | 2026-08-31T09:29:25.623Z | Compiling smawk v0.3.3 |
| 1725 | 2026-08-31T09:29:25.717Z | Compiling whoami v1.6.1 |
| 1726 | 2026-08-31T09:29:25.793Z | Compiling tagptr v0.2.0 |
| 1727 | 2026-08-31T09:29:25.962Z | Compiling unicode-linebreak v0.1.5 |
| 1728 | 2026-08-31T09:29:26.083Z | Compiling linear-map v1.2.0 |
| 1729 | 2026-08-31T09:29:26.165Z | Compiling moka v0.12.16 |
| 1730 | 2026-08-31T09:29:26.243Z | Compiling textwrap v0.16.2 |
| 1731 | 2026-08-31T09:29:26.313Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1732 | 2026-08-31T09:29:27.712Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1733 | 2026-08-31T09:29:28.922Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1734 | 2026-08-31T09:29:29.095Z | Compiling tabled v0.15.0 |
| 1735 | 2026-08-31T09:29:29.261Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1736 | 2026-08-31T09:29:29.865Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1737 | 2026-08-31T09:29:29.910Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1738 | 2026-08-31T09:29:30.124Z | Compiling steno v0.4.1 |
| 1739 | 2026-08-31T09:29:30.495Z | Compiling ingot-types v0.2.0 |
| 1740 | 2026-08-31T09:29:32.937Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1741 | 2026-08-31T09:29:35.841Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1742 | 2026-08-31T09:29:36.570Z | Compiling papergrid v0.18.0 |
| 1743 | 2026-08-31T09:29:36.798Z | Compiling hickory-proto v0.25.2 |
| 1744 | 2026-08-31T09:29:36.973Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1745 | 2026-08-31T09:29:38.403Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1746 | 2026-08-31T09:29:38.426Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1747 | 2026-08-31T09:29:38.718Z | Compiling tabled v0.21.0 |
| 1748 | 2026-08-31T09:29:39.621Z | Compiling hickory-resolver v0.25.2 |
| 1749 | 2026-08-31T09:29:42.059Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1750 | 2026-08-31T09:29:42.523Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1751 | 2026-08-31T09:29:42.740Z | Compiling ingot v0.2.1 |
| 1752 | 2026-08-31T09:29:44.885Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1753 | 2026-08-31T09:29:45.537Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1754 | 2026-08-31T09:29:45.963Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1755 | 2026-08-31T09:29:46.037Z | Compiling parking_lot_core v0.8.6 |
| 1756 | 2026-08-31T09:29:46.317Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1757 | 2026-08-31T09:29:46.407Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1758 | 2026-08-31T09:29:46.522Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-08-31T09:29:47.446Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1760 | 2026-08-31T09:29:48.028Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1761 | 2026-08-31T09:29:48.575Z | Compiling crc8 v0.1.1 |
| 1762 | 2026-08-31T09:29:48.698Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1763 | 2026-08-31T09:29:49.377Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1764 | 2026-08-31T09:29:49.500Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1765 | 2026-08-31T09:29:49.521Z | Compiling arc-swap v1.9.2 |
| 1766 | 2026-08-31T09:29:49.869Z | Compiling slog-scope v4.4.1 |
| 1767 | 2026-08-31T09:29:50.138Z | Compiling parking_lot v0.11.2 |
| 1768 | 2026-08-31T09:29:50.253Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1769 | 2026-08-31T09:29:50.442Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1770 | 2026-08-31T09:29:50.863Z | Compiling fxhash v0.2.1 |
| 1771 | 2026-08-31T09:29:51.004Z | Compiling sled v0.34.7 |
| 1772 | 2026-08-31T09:29:51.021Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1773 | 2026-08-31T09:29:51.046Z | Compiling slog-stdlog v4.1.1 |
| 1774 | 2026-08-31T09:29:51.401Z | Compiling port-file v0.1.0 |
| 1775 | 2026-08-31T09:29:51.659Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1776 | 2026-08-31T09:29:52.406Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1777 | 2026-08-31T09:29:52.709Z | Compiling slog-envlogger v2.2.0 |
| 1778 | 2026-08-31T09:29:53.834Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1779 | 2026-08-31T09:29:53.871Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1780 | 2026-08-31T09:29:56.124Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1781 | 2026-08-31T09:29:57.542Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1782 | 2026-08-31T09:30:00.120Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1783 | 2026-08-31T09:30:09.833Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1784 | 2026-08-31T09:30:16.102Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1785 | 2026-08-31T09:30:20.249Z | Finished `release` profile [optimized] target(s) in 3m 46s |
| 1786 | 2026-08-31T09:30:20.575Z | + banner trio |
| 1787 | 2026-08-31T09:30:20.579Z | |
| 1788 | 2026-08-31T09:30:20.579Z | ##### ##### # #### |
| 1789 | 2026-08-31T09:30:20.579Z | # # # # # # |
| 1790 | 2026-08-31T09:30:20.579Z | # # # # # # |
| 1791 | 2026-08-31T09:30:20.579Z | # ##### # # # |
| 1792 | 2026-08-31T09:30:20.579Z | # # # # # # |
| 1793 | 2026-08-31T09:30:20.579Z | # # # # #### |
| 1794 | 2026-08-31T09:30:20.579Z | |
| 1795 | 2026-08-31T09:30:20.579Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
| 1796 | 2026-08-31T09:30:21.167Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-08-31T09:30:21.170Z | Compiling libc v0.2.189 |
| 1798 | 2026-08-31T09:30:21.170Z | Compiling serde_core v1.0.229 |
| 1799 | 2026-08-31T09:30:21.278Z | Compiling memchr v2.8.3 |
| 1800 | 2026-08-31T09:30:21.284Z | Compiling smallvec v1.15.2 |
| 1801 | 2026-08-31T09:30:21.291Z | Compiling itoa v1.0.18 |
| 1802 | 2026-08-31T09:30:21.294Z | Compiling stable_deref_trait v1.2.1 |
| 1803 | 2026-08-31T09:30:21.309Z | Compiling zerofrom v0.1.8 |
| 1804 | 2026-08-31T09:30:21.319Z | Compiling zmij v1.0.23 |
| 1805 | 2026-08-31T09:30:21.368Z | Compiling litemap v0.8.2 |
| 1806 | 2026-08-31T09:30:21.426Z | Compiling yoke v0.8.3 |
| 1807 | 2026-08-31T09:30:21.520Z | Compiling writeable v0.6.3 |
| 1808 | 2026-08-31T09:30:21.532Z | Compiling utf8_iter v1.0.4 |
| 1809 | 2026-08-31T09:30:21.559Z | Compiling libm v0.2.16 |
| 1810 | 2026-08-31T09:30:21.619Z | Compiling zerovec v0.11.6 |
| 1811 | 2026-08-31T09:30:21.645Z | Compiling zerotrie v0.2.4 |
| 1812 | 2026-08-31T09:30:21.688Z | Compiling percent-encoding v2.3.2 |
| 1813 | 2026-08-31T09:30:21.756Z | Compiling icu_normalizer_data v2.2.0 |
| 1814 | 2026-08-31T09:30:21.795Z | Compiling icu_properties_data v2.2.0 |
| 1815 | 2026-08-31T09:30:21.842Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-08-31T09:30:21.947Z | Compiling errno v0.3.14 |
| 1817 | 2026-08-31T09:30:21.960Z | Compiling rand_core v0.10.1 |
| 1818 | 2026-08-31T09:30:22.062Z | Compiling iana-time-zone v0.1.65 |
| 1819 | 2026-08-31T09:30:22.105Z | Compiling pin-project-lite v0.2.17 |
| 1820 | 2026-08-31T09:30:22.116Z | Compiling getrandom v0.4.3 |
| 1821 | 2026-08-31T09:30:22.142Z | Compiling dyn-clone v1.0.20 |
| 1822 | 2026-08-31T09:30:22.203Z | Compiling tinystr v0.8.3 |
| 1823 | 2026-08-31T09:30:22.220Z | Compiling potential_utf v0.1.5 |
| 1824 | 2026-08-31T09:30:22.291Z | Compiling zeroize v1.9.0 |
| 1825 | 2026-08-31T09:30:22.316Z | Compiling thiserror v2.0.20 |
| 1826 | 2026-08-31T09:30:22.352Z | Compiling icu_collections v2.2.0 |
| 1827 | 2026-08-31T09:30:22.392Z | Compiling icu_locale_core v2.2.0 |
| 1828 | 2026-08-31T09:30:22.403Z | Compiling num-traits v0.2.19 |
| 1829 | 2026-08-31T09:30:22.417Z | Compiling socket2 v0.6.5 |
| 1830 | 2026-08-31T09:30:22.430Z | Compiling scopeguard v1.2.0 |
| 1831 | 2026-08-31T09:30:22.523Z | Compiling lock_api v0.4.14 |
| 1832 | 2026-08-31T09:30:22.540Z | Compiling parking_lot_core v0.9.12 |
| 1833 | 2026-08-31T09:30:22.771Z | Compiling parking_lot v0.12.5 |
| 1834 | 2026-08-31T09:30:22.917Z | Compiling signal-hook-registry v1.4.8 |
| 1835 | 2026-08-31T09:30:23.080Z | Compiling mio v1.2.2 |
| 1836 | 2026-08-31T09:30:23.148Z | Compiling serde v1.0.229 |
| 1837 | 2026-08-31T09:30:23.187Z | Compiling serde_json v1.0.151 |
| 1838 | 2026-08-31T09:30:23.322Z | Compiling icu_provider v2.2.0 |
| 1839 | 2026-08-31T09:30:23.334Z | Compiling uuid v1.26.0 |
| 1840 | 2026-08-31T09:30:23.394Z | Compiling semver v1.0.28 |
| 1841 | 2026-08-31T09:30:23.705Z | Compiling bytes v1.12.1 |
| 1842 | 2026-08-31T09:30:23.749Z | Compiling icu_normalizer v2.2.0 |
| 1843 | 2026-08-31T09:30:23.794Z | Compiling icu_properties v2.2.0 |
| 1844 | 2026-08-31T09:30:23.901Z | Compiling chrono v0.4.45 |
| 1845 | 2026-08-31T09:30:23.943Z | Compiling bitflags v2.13.1 |
| 1846 | 2026-08-31T09:30:24.038Z | Compiling portable-atomic v1.15.0 |
| 1847 | 2026-08-31T09:30:24.349Z | Compiling tokio v1.53.1 |
| 1848 | 2026-08-31T09:30:24.583Z | Compiling futures-core v0.3.34 |
| 1849 | 2026-08-31T09:30:24.754Z | Compiling idna_adapter v1.2.2 |
| 1850 | 2026-08-31T09:30:24.765Z | Compiling critical-section v1.2.0 |
| 1851 | 2026-08-31T09:30:24.880Z | Compiling idna v1.1.0 |
| 1852 | 2026-08-31T09:30:24.890Z | Compiling once_cell v1.21.4 |
| 1853 | 2026-08-31T09:30:24.933Z | Compiling log v0.4.33 |
| 1854 | 2026-08-31T09:30:25.079Z | Compiling subtle v2.6.1 |
| 1855 | 2026-08-31T09:30:25.140Z | Compiling equivalent v1.0.2 |
| 1856 | 2026-08-31T09:30:25.187Z | Compiling zerocopy v0.8.56 |
| 1857 | 2026-08-31T09:30:25.228Z | Compiling url v2.5.8 |
| 1858 | 2026-08-31T09:30:25.253Z | Compiling allocator-api2 v0.2.21 |
| 1859 | 2026-08-31T09:30:25.384Z | Compiling futures-sink v0.3.34 |
| 1860 | 2026-08-31T09:30:25.463Z | Compiling slab v0.4.12 |
| 1861 | 2026-08-31T09:30:25.640Z | Compiling typenum v1.20.1 |
| 1862 | 2026-08-31T09:30:25.674Z | Compiling futures-channel v0.3.34 |
| 1863 | 2026-08-31T09:30:25.781Z | Compiling hashbrown v0.17.1 |
| 1864 | 2026-08-31T09:30:25.938Z | Compiling schemars v0.8.22 |
| 1865 | 2026-08-31T09:30:26.456Z | Compiling getrandom v0.2.17 |
| 1866 | 2026-08-31T09:30:26.469Z | Compiling futures-task v0.3.34 |
| 1867 | 2026-08-31T09:30:26.643Z | Compiling futures-io v0.3.34 |
| 1868 | 2026-08-31T09:30:26.697Z | Compiling rand_core v0.6.4 |
| 1869 | 2026-08-31T09:30:26.841Z | Compiling futures-util v0.3.34 |
| 1870 | 2026-08-31T09:30:26.956Z | Compiling ipnetwork v0.21.1 |
| 1871 | 2026-08-31T09:30:26.956Z | Compiling indexmap v2.14.0 |
| 1872 | 2026-08-31T09:30:27.318Z | Compiling tracing-core v0.1.36 |
| 1873 | 2026-08-31T09:30:27.691Z | Compiling tracing v0.1.44 |
| 1874 | 2026-08-31T09:30:27.783Z | Compiling base64 v0.22.1 |
| 1875 | 2026-08-31T09:30:28.052Z | Compiling fnv v1.0.7 |
| 1876 | 2026-08-31T09:30:28.180Z | Compiling unicode-ident v1.0.24 |
| 1877 | 2026-08-31T09:30:28.305Z | Compiling proc-macro2 v1.0.107 |
| 1878 | 2026-08-31T09:30:28.317Z | Compiling http v1.5.0 |
| 1879 | 2026-08-31T09:30:28.382Z | Compiling erased-serde v0.3.31 |
| 1880 | 2026-08-31T09:30:28.414Z | Compiling oxnet v0.1.7 |
| 1881 | 2026-08-31T09:30:28.839Z | Compiling slog v2.8.2 |
| 1882 | 2026-08-31T09:30:28.985Z | Compiling quote v1.0.47 |
| 1883 | 2026-08-31T09:30:29.402Z | Compiling syn v2.0.119 |
| 1884 | 2026-08-31T09:30:29.560Z | Compiling byteorder v1.5.0 |
| 1885 | 2026-08-31T09:30:29.627Z | Compiling getrandom v0.3.4 |
| 1886 | 2026-08-31T09:30:29.819Z | Compiling thiserror v1.0.69 |
| 1887 | 2026-08-31T09:30:29.835Z | Compiling tokio-util v0.7.19 |
| 1888 | 2026-08-31T09:30:29.935Z | Compiling ipnet v2.12.1 |
| 1889 | 2026-08-31T09:30:30.212Z | Compiling ppv-lite86 v0.2.21 |
| 1890 | 2026-08-31T09:30:30.352Z | Compiling rustls-pki-types v1.15.1 |
| 1891 | 2026-08-31T09:30:30.566Z | Compiling rustix v1.1.4 |
| 1892 | 2026-08-31T09:30:30.783Z | Compiling aws-lc-sys v0.44.0 |
| 1893 | 2026-08-31T09:30:30.906Z | Compiling http-body v1.1.0 |
| 1894 | 2026-08-31T09:30:31.078Z | Compiling atomic-waker v1.1.2 |
| 1895 | 2026-08-31T09:30:31.078Z | Compiling untrusted v0.7.1 |
| 1896 | 2026-08-31T09:30:31.104Z | Compiling pretty-hex v0.4.2 |
| 1897 | 2026-08-31T09:30:31.210Z | Compiling httparse v1.10.1 |
| 1898 | 2026-08-31T09:30:31.222Z | Compiling tower-layer v0.3.3 |
| 1899 | 2026-08-31T09:30:31.225Z | Compiling rustls v0.23.43 |
| 1900 | 2026-08-31T09:30:31.243Z | Compiling try-lock v0.2.5 |
| 1901 | 2026-08-31T09:30:31.359Z | Compiling aws-lc-rs v1.18.0 |
| 1902 | 2026-08-31T09:30:31.362Z | Compiling tower-service v0.3.3 |
| 1903 | 2026-08-31T09:30:31.421Z | Compiling untrusted v0.9.0 |
| 1904 | 2026-08-31T09:30:31.448Z | Compiling ryu v1.0.23 |
| 1905 | 2026-08-31T09:30:31.483Z | Compiling want v0.3.1 |
| 1906 | 2026-08-31T09:30:31.554Z | Compiling h2 v0.4.15 |
| 1907 | 2026-08-31T09:30:31.669Z | Compiling plain v0.2.3 |
| 1908 | 2026-08-31T09:30:31.682Z | Compiling httpdate v1.0.3 |
| 1909 | 2026-08-31T09:30:31.742Z | Compiling regex-syntax v0.8.11 |
| 1910 | 2026-08-31T09:30:31.786Z | Compiling ucd-trie v0.1.7 |
| 1911 | 2026-08-31T09:30:32.060Z | Compiling pest v2.8.8 |
| 1912 | 2026-08-31T09:30:32.342Z | Compiling omicron-workspace-hack v0.1.0 |
| 1913 | 2026-08-31T09:30:32.421Z | Compiling crossbeam-utils v0.8.22 |
| 1914 | 2026-08-31T09:30:32.509Z | Compiling rustls-webpki v0.103.14 |
| 1915 | 2026-08-31T09:30:33.736Z | Compiling serde_urlencoded v0.7.1 |
| 1916 | 2026-08-31T09:30:34.025Z | Compiling hyper v1.11.0 |
| 1917 | 2026-08-31T09:30:34.305Z | Compiling http-body-util v0.1.5 |
| 1918 | 2026-08-31T09:30:34.618Z | Compiling rand_core v0.9.5 |
| 1919 | 2026-08-31T09:30:34.885Z | Compiling foldhash v0.2.0 |
| 1920 | 2026-08-31T09:30:34.993Z | Compiling newtype-uuid v1.4.0 |
| 1921 | 2026-08-31T09:30:35.183Z | Compiling hex v0.4.3 |
| 1922 | 2026-08-31T09:30:35.498Z | Compiling hyper-util v0.1.20 |
| 1923 | 2026-08-31T09:30:35.944Z | Compiling daft v0.1.8 |
| 1924 | 2026-08-31T09:30:36.246Z | Compiling anyhow v1.0.104 |
| 1925 | 2026-08-31T09:30:36.906Z | Compiling tokio-rustls v0.26.4 |
| 1926 | 2026-08-31T09:30:37.216Z | Compiling rand_chacha v0.9.0 |
| 1927 | 2026-08-31T09:30:37.782Z | Compiling sync_wrapper v1.0.2 |
| 1928 | 2026-08-31T09:30:37.797Z | Compiling aho-corasick v1.1.5 |
| 1929 | 2026-08-31T09:30:37.900Z | Compiling fastrand v2.5.0 |
| 1930 | 2026-08-31T09:30:38.257Z | Compiling tower v0.5.3 |
| 1931 | 2026-08-31T09:30:38.278Z | Compiling rand v0.9.5 |
| 1932 | 2026-08-31T09:30:38.525Z | Compiling num-conv v0.2.2 |
| 1933 | 2026-08-31T09:30:38.689Z | Compiling time-core v0.1.9 |
| 1934 | 2026-08-31T09:30:38.781Z | Compiling regex-automata v0.4.18 |
| 1935 | 2026-08-31T09:30:38.846Z | Compiling powerfmt v0.2.0 |
| 1936 | 2026-08-31T09:30:38.890Z | Compiling num_threads v0.1.7 |
| 1937 | 2026-08-31T09:30:38.989Z | Compiling deranged v0.5.8 |
| 1938 | 2026-08-31T09:30:39.010Z | Compiling tower-http v0.6.11 |
| 1939 | 2026-08-31T09:30:39.109Z | Compiling hashbrown v0.16.1 |
| 1940 | 2026-08-31T09:30:39.147Z | Compiling openapiv3 v2.2.0 |
| 1941 | 2026-08-31T09:30:39.669Z | Compiling openssl-probe v0.2.1 |
| 1942 | 2026-08-31T09:30:39.824Z | Compiling cpufeatures v0.3.0 |
| 1943 | 2026-08-31T09:30:39.905Z | Compiling rustls-native-certs v0.8.4 |
| 1944 | 2026-08-31T09:30:39.925Z | Compiling camino v1.2.5 |
| 1945 | 2026-08-31T09:30:40.088Z | Compiling time v0.3.55 |
| 1946 | 2026-08-31T09:30:40.506Z | Compiling tempfile v3.27.0 |
| 1947 | 2026-08-31T09:30:40.677Z | Compiling crossbeam-channel v0.5.16 |
| 1948 | 2026-08-31T09:30:41.336Z | Compiling scroll v0.13.0 |
| 1949 | 2026-08-31T09:30:41.356Z | Compiling futures-executor v0.3.34 |
| 1950 | 2026-08-31T09:30:41.386Z | Compiling either v1.17.0 |
| 1951 | 2026-08-31T09:30:41.620Z | Compiling winnow v1.0.4 |
| 1952 | 2026-08-31T09:30:41.638Z | Compiling goblin v0.10.7 |
| 1953 | 2026-08-31T09:30:41.844Z | Compiling futures v0.3.34 |
| 1954 | 2026-08-31T09:30:41.928Z | Compiling regex v1.13.1 |
| 1955 | 2026-08-31T09:30:43.045Z | Compiling rustls-platform-verifier v0.7.0 |
| 1956 | 2026-08-31T09:30:43.074Z | Compiling hyper-rustls v0.27.9 |
| 1957 | 2026-08-31T09:30:43.192Z | Compiling hybrid-array v0.4.14 |
| 1958 | 2026-08-31T09:30:43.400Z | Compiling thread_local v1.1.10 |
| 1959 | 2026-08-31T09:30:43.478Z | Compiling simd-adler32 v0.3.10 |
| 1960 | 2026-08-31T09:30:43.636Z | Compiling adler2 v2.0.1 |
| 1961 | 2026-08-31T09:30:43.685Z | Compiling reqwest v0.13.4 |
| 1962 | 2026-08-31T09:30:43.743Z | Compiling miniz_oxide v0.8.9 |
| 1963 | 2026-08-31T09:30:43.804Z | Compiling crc32fast v1.5.0 |
| 1964 | 2026-08-31T09:30:44.056Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1965 | 2026-08-31T09:30:44.328Z | Compiling dtrace-parser v0.3.0 |
| 1966 | 2026-08-31T09:30:45.139Z | Compiling dof v0.4.0 |
| 1967 | 2026-08-31T09:30:46.035Z | Compiling is-terminal v0.4.17 |
| 1968 | 2026-08-31T09:30:46.143Z | Compiling thread-id v5.1.0 |
| 1969 | 2026-08-31T09:30:46.237Z | Compiling take_mut v0.2.2 |
| 1970 | 2026-08-31T09:30:46.359Z | Compiling term v1.2.1 |
| 1971 | 2026-08-31T09:30:46.889Z | Compiling slog-term v2.9.2 |
| 1972 | 2026-08-31T09:30:48.197Z | Compiling slog-async v2.8.0 |
| 1973 | 2026-08-31T09:30:48.248Z | Compiling usdt-impl v0.6.0 |
| 1974 | 2026-08-31T09:30:48.461Z | Compiling flate2 v1.1.9 |
| 1975 | 2026-08-31T09:30:49.012Z | Compiling generic-array v0.14.7 |
| 1976 | 2026-08-31T09:30:49.496Z | Compiling crypto-common v0.2.2 |
| 1977 | 2026-08-31T09:30:49.576Z | Compiling block-buffer v0.12.1 |
| 1978 | 2026-08-31T09:30:49.762Z | Compiling rand_chacha v0.3.1 |
| 1979 | 2026-08-31T09:30:50.302Z | Compiling memmap2 v0.9.11 |
| 1980 | 2026-08-31T09:30:50.393Z | Compiling compression-core v0.4.32 |
| 1981 | 2026-08-31T09:30:50.572Z | Compiling match_cfg v0.1.0 |
| 1982 | 2026-08-31T09:30:50.600Z | Compiling const-oid v0.10.2 |
| 1983 | 2026-08-31T09:30:50.646Z | Compiling debug-ignore v1.0.5 |
| 1984 | 2026-08-31T09:30:50.762Z | Compiling digest v0.11.3 |
| 1985 | 2026-08-31T09:30:50.781Z | Compiling hostname v0.3.1 |
| 1986 | 2026-08-31T09:30:50.896Z | Compiling compression-codecs v0.4.38 |
| 1987 | 2026-08-31T09:30:50.948Z | Compiling usdt v0.6.0 |
| 1988 | 2026-08-31T09:30:50.948Z | Compiling rand v0.8.7 |
| 1989 | 2026-08-31T09:30:51.262Z | Compiling ref-cast v1.0.26 |
| 1990 | 2026-08-31T09:30:51.375Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1991 | 2026-08-31T09:30:51.642Z | Compiling slog-json v2.6.1 |
| 1992 | 2026-08-31T09:30:51.735Z | Compiling strum v0.26.3 |
| 1993 | 2026-08-31T09:30:51.875Z | Compiling macaddr v1.0.1 |
| 1994 | 2026-08-31T09:30:51.904Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1995 | 2026-08-31T09:30:52.154Z | Compiling serde_spanned v1.1.1 |
| 1996 | 2026-08-31T09:30:52.308Z | Compiling wait-timeout v0.2.1 |
| 1997 | 2026-08-31T09:30:52.320Z | Compiling encoding_rs v0.8.35 |
| 1998 | 2026-08-31T09:30:52.513Z | Compiling bit-vec v0.8.0 |
| 1999 | 2026-08-31T09:30:52.691Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2000 | 2026-08-31T09:30:52.789Z | Compiling spin v0.9.9 |
| 2001 | 2026-08-31T09:30:52.810Z | Compiling mime v0.3.17 |
| 2002 | 2026-08-31T09:30:52.918Z | Compiling quick-error v1.2.3 |
| 2003 | 2026-08-31T09:30:52.953Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2004 | 2026-08-31T09:30:53.031Z | Compiling rusty-fork v0.3.1 |
| 2005 | 2026-08-31T09:30:53.236Z | Compiling bit-set v0.8.0 |
| 2006 | 2026-08-31T09:30:53.300Z | Compiling slog-bunyan v2.5.0 |
| 2007 | 2026-08-31T09:30:53.430Z | Compiling multer v3.1.0 |
| 2008 | 2026-08-31T09:30:53.483Z | Compiling async-compression v0.4.43 |
| 2009 | 2026-08-31T09:30:53.829Z | Compiling sha1 v0.11.0 |
| 2010 | 2026-08-31T09:30:53.941Z | Compiling serde_with v3.22.0 |
| 2011 | 2026-08-31T09:30:54.259Z | Compiling async-stream v0.3.6 |
| 2012 | 2026-08-31T09:30:54.465Z | Compiling rand_xorshift v0.4.0 |
| 2013 | 2026-08-31T09:30:54.553Z | Compiling waitgroup v0.1.2 |
| 2014 | 2026-08-31T09:30:54.628Z | Compiling rustls-pemfile v2.2.0 |
| 2015 | 2026-08-31T09:30:54.667Z | Compiling serde_path_to_error v0.1.20 |
| 2016 | 2026-08-31T09:30:54.710Z | Compiling hostname v0.4.2 |
| 2017 | 2026-08-31T09:30:54.880Z | Compiling unarray v0.1.4 |
| 2018 | 2026-08-31T09:30:54.906Z | Compiling progenitor-client v0.14.0 |
| 2019 | 2026-08-31T09:30:55.004Z | Compiling proptest v1.11.0 |
| 2020 | 2026-08-31T09:30:55.136Z | Compiling dropshot v0.17.1 |
| 2021 | 2026-08-31T09:30:55.388Z | Compiling strum v0.27.2 |
| 2022 | 2026-08-31T09:30:55.408Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2023 | 2026-08-31T09:30:55.526Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2024 | 2026-08-31T09:30:55.559Z | Compiling crypto-common v0.1.7 |
| 2025 | 2026-08-31T09:30:55.711Z | Compiling iddqd v0.4.6 |
| 2026 | 2026-08-31T09:30:55.755Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2027 | 2026-08-31T09:30:56.064Z | Compiling reqwest v0.12.28 |
| 2028 | 2026-08-31T09:30:56.603Z | Compiling backon v1.6.0 |
| 2029 | 2026-08-31T09:30:56.644Z | Compiling instant v0.1.13 |
| 2030 | 2026-08-31T09:30:56.768Z | Compiling progenitor-extras v0.2.0 |
| 2031 | 2026-08-31T09:30:56.860Z | Compiling backoff v0.4.0 |
| 2032 | 2026-08-31T09:30:57.018Z | Compiling parse-display v0.10.0 |
| 2033 | 2026-08-31T09:30:57.082Z | Compiling itertools v0.14.0 |
| 2034 | 2026-08-31T09:30:57.414Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2035 | 2026-08-31T09:30:57.591Z | Compiling progenitor-client v0.10.0 |
| 2036 | 2026-08-31T09:30:57.885Z | Compiling regress v0.10.5 |
| 2037 | 2026-08-31T09:30:58.051Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2038 | 2026-08-31T09:30:58.631Z | Compiling humantime v2.4.0 |
| 2039 | 2026-08-31T09:30:59.064Z | Compiling block-buffer v0.10.4 |
| 2040 | 2026-08-31T09:30:59.230Z | Compiling digest v0.10.7 |
| 2041 | 2026-08-31T09:30:59.246Z | Compiling unicode-width v0.2.2 |
| 2042 | 2026-08-31T09:30:59.490Z | Compiling heck v0.5.0 |
| 2043 | 2026-08-31T09:30:59.568Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2044 | 2026-08-31T09:31:00.371Z | Compiling cpufeatures v0.2.17 |
| 2045 | 2026-08-31T09:31:00.452Z | Compiling utf8parse v0.2.2 |
| 2046 | 2026-08-31T09:31:00.573Z | Compiling anstyle-parse v1.0.0 |
| 2047 | 2026-08-31T09:31:00.814Z | Compiling terminal_size v0.4.4 |
| 2048 | 2026-08-31T09:31:00.982Z | Compiling anstyle-query v1.1.5 |
| 2049 | 2026-08-31T09:31:01.101Z | Compiling is_terminal_polyfill v1.70.2 |
| 2050 | 2026-08-31T09:31:01.211Z | Compiling colorchoice v1.0.5 |
| 2051 | 2026-08-31T09:31:01.345Z | Compiling anstyle v1.0.14 |
| 2052 | 2026-08-31T09:31:01.442Z | Compiling secrecy v0.10.3 |
| 2053 | 2026-08-31T09:31:01.616Z | Compiling anstream v1.0.0 |
| 2054 | 2026-08-31T09:31:01.627Z | Compiling tinyvec_macros v0.1.1 |
| 2055 | 2026-08-31T09:31:01.702Z | Compiling clap_lex v1.1.0 |
| 2056 | 2026-08-31T09:31:01.728Z | Compiling strsim v0.11.1 |
| 2057 | 2026-08-31T09:31:02.077Z | Compiling clap_builder v4.6.6 |
| 2058 | 2026-08-31T09:31:02.119Z | Compiling tinyvec v1.12.0 |
| 2059 | 2026-08-31T09:31:02.649Z | Compiling regress v0.11.1 |
| 2060 | 2026-08-31T09:31:02.659Z | Compiling num-integer v0.1.47 |
| 2061 | 2026-08-31T09:31:02.659Z | Compiling scroll v0.12.0 |
| 2062 | 2026-08-31T09:31:02.887Z | Compiling crucible-workspace-hack v0.1.0 |
| 2063 | 2026-08-31T09:31:02.967Z | Compiling hmac v0.12.1 |
| 2064 | 2026-08-31T09:31:03.067Z | Compiling inout v0.1.4 |
| 2065 | 2026-08-31T09:31:03.133Z | Compiling ff v0.13.1 |
| 2066 | 2026-08-31T09:31:03.245Z | Compiling cipher v0.4.4 |
| 2067 | 2026-08-31T09:31:03.290Z | Compiling group v0.13.0 |
| 2068 | 2026-08-31T09:31:03.415Z | Compiling hkdf v0.12.4 |
| 2069 | 2026-08-31T09:31:03.509Z | Compiling goblin v0.8.2 |
| 2070 | 2026-08-31T09:31:03.588Z | Compiling num-iter v0.1.46 |
| 2071 | 2026-08-31T09:31:03.718Z | Compiling num-rational v0.4.2 |
| 2072 | 2026-08-31T09:31:04.053Z | Compiling clap v4.6.6 |
| 2073 | 2026-08-31T09:31:04.144Z | Compiling zerocopy v0.7.35 |
| 2074 | 2026-08-31T09:31:04.762Z | Compiling typify-impl v0.6.2 |
| 2075 | 2026-08-31T09:31:04.844Z | Compiling universal-hash v0.5.1 |
| 2076 | 2026-08-31T09:31:04.995Z | Compiling crypto-bigint v0.5.5 |
| 2077 | 2026-08-31T09:31:06.901Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2078 | 2026-08-31T09:31:07.369Z | Compiling typify v0.6.2 |
| 2079 | 2026-08-31T09:31:07.490Z | Compiling half v2.7.1 |
| 2080 | 2026-08-31T09:31:07.835Z | Compiling num-complex v0.4.6 |
| 2081 | 2026-08-31T09:31:08.187Z | Compiling base16ct v0.2.0 |
| 2082 | 2026-08-31T09:31:08.295Z | Compiling ciborium-io v0.2.2 |
| 2083 | 2026-08-31T09:31:08.400Z | Compiling base64ct v1.8.3 |
| 2084 | 2026-08-31T09:31:08.404Z | Compiling opaque-debug v0.3.1 |
| 2085 | 2026-08-31T09:31:08.490Z | Compiling poly1305 v0.8.0 |
| 2086 | 2026-08-31T09:31:08.761Z | Compiling password-hash v0.5.0 |
| 2087 | 2026-08-31T09:31:09.002Z | Compiling ciborium-ll v0.2.2 |
| 2088 | 2026-08-31T09:31:09.116Z | Compiling elliptic-curve v0.13.8 |
| 2089 | 2026-08-31T09:31:09.273Z | Compiling num v0.4.3 |
| 2090 | 2026-08-31T09:31:09.374Z | Compiling curve25519-dalek v4.1.3 |
| 2091 | 2026-08-31T09:31:09.426Z | Compiling thiserror-no-std v2.0.2 |
| 2092 | 2026-08-31T09:31:09.525Z | Compiling hubpack v0.1.2 |
| 2093 | 2026-08-31T09:31:09.758Z | Compiling dof v0.3.0 |
| 2094 | 2026-08-31T09:31:09.785Z | Compiling chacha20 v0.9.1 |
| 2095 | 2026-08-31T09:31:10.045Z | Compiling crossbeam-epoch v0.9.20 |
| 2096 | 2026-08-31T09:31:10.523Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2097 | 2026-08-31T09:31:12.034Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-08-31T09:31:12.375Z | Compiling blake2 v0.10.6 |
| 2099 | 2026-08-31T09:31:12.814Z | Compiling aead v0.5.2 |
| 2100 | 2026-08-31T09:31:12.879Z | Compiling byte-wrapper v0.1.0 |
| 2101 | 2026-08-31T09:31:13.009Z | Compiling dtrace-parser v0.2.0 |
| 2102 | 2026-08-31T09:31:13.106Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2103 | 2026-08-31T09:31:13.119Z | Compiling thread-id v4.2.2 |
| 2104 | 2026-08-31T09:31:13.210Z | Compiling keccak v0.1.6 |
| 2105 | 2026-08-31T09:31:13.544Z | Compiling float-ord v0.3.2 |
| 2106 | 2026-08-31T09:31:13.665Z | Compiling static_assertions v1.1.0 |
| 2107 | 2026-08-31T09:31:13.746Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2108 | 2026-08-31T09:31:13.758Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2109 | 2026-08-31T09:31:13.923Z | Compiling sha3 v0.10.9 |
| 2110 | 2026-08-31T09:31:14.326Z | Compiling usdt-impl v0.5.0 |
| 2111 | 2026-08-31T09:31:14.357Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2112 | 2026-08-31T09:31:15.224Z | Compiling chacha20poly1305 v0.10.1 |
| 2113 | 2026-08-31T09:31:15.381Z | Compiling argon2 v0.5.3 |
| 2114 | 2026-08-31T09:31:15.602Z | Compiling vsss-rs v3.3.4 |
| 2115 | 2026-08-31T09:31:16.361Z | Compiling memoffset v0.9.1 |
| 2116 | 2026-08-31T09:31:16.463Z | Compiling ciborium v0.2.2 |
| 2117 | 2026-08-31T09:31:17.090Z | Compiling hash32 v0.3.1 |
| 2118 | 2026-08-31T09:31:17.268Z | Compiling memmap v0.7.0 |
| 2119 | 2026-08-31T09:31:17.365Z | Compiling indent_write v2.2.0 |
| 2120 | 2026-08-31T09:31:17.513Z | Compiling data-encoding v2.11.1 |
| 2121 | 2026-08-31T09:31:17.526Z | Compiling usdt v0.5.0 |
| 2122 | 2026-08-31T09:31:18.172Z | Compiling heapless v0.8.0 |
| 2123 | 2026-08-31T09:31:18.644Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2124 | 2026-08-31T09:31:18.687Z | Compiling nix v0.31.3 |
| 2125 | 2026-08-31T09:31:18.941Z | Compiling ingot-types v0.1.2 |
| 2126 | 2026-08-31T09:31:19.119Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2127 | 2026-08-31T09:31:19.412Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2128 | 2026-08-31T09:31:19.465Z | Compiling rustix v0.38.44 |
| 2129 | 2026-08-31T09:31:19.517Z | Compiling tabwriter v1.4.1 |
| 2130 | 2026-08-31T09:31:19.885Z | Compiling cobs v0.3.0 |
| 2131 | 2026-08-31T09:31:20.169Z | Compiling bytecount v0.6.9 |
| 2132 | 2026-08-31T09:31:20.212Z | Compiling colored v3.1.1 |
| 2133 | 2026-08-31T09:31:20.364Z | Compiling managed v0.8.0 |
| 2134 | 2026-08-31T09:31:20.636Z | Compiling bitflags v1.3.2 |
| 2135 | 2026-08-31T09:31:20.721Z | Compiling foreign-types-shared v0.3.1 |
| 2136 | 2026-08-31T09:31:20.825Z | Compiling foreign-types v0.5.0 |
| 2137 | 2026-08-31T09:31:20.838Z | Compiling smoltcp v0.11.0 |
| 2138 | 2026-08-31T09:31:20.850Z | Compiling postcard v1.1.3 |
| 2139 | 2026-08-31T09:31:20.908Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2140 | 2026-08-31T09:31:21.237Z | Compiling num_enum v0.7.6 |
| 2141 | 2026-08-31T09:31:21.264Z | Compiling ingot v0.1.1 |
| 2142 | 2026-08-31T09:31:21.366Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2143 | 2026-08-31T09:31:21.485Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2144 | 2026-08-31T09:31:21.769Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2145 | 2026-08-31T09:31:21.887Z | Compiling chacha20 v0.10.1 |
| 2146 | 2026-08-31T09:31:22.195Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2147 | 2026-08-31T09:31:22.624Z | Compiling serde_spanned v0.6.9 |
| 2148 | 2026-08-31T09:31:22.794Z | Compiling toml_datetime v0.6.11 |
| 2149 | 2026-08-31T09:31:23.182Z | Compiling cstr-argument v0.1.2 |
| 2150 | 2026-08-31T09:31:23.366Z | Compiling toml_write v0.1.2 |
| 2151 | 2026-08-31T09:31:23.438Z | Compiling winnow v0.7.15 |
| 2152 | 2026-08-31T09:31:23.622Z | Compiling swrite v0.1.0 |
| 2153 | 2026-08-31T09:31:23.735Z | Compiling unicode-segmentation v1.13.3 |
| 2154 | 2026-08-31T09:31:23.891Z | Compiling resolv-conf v0.7.6 |
| 2155 | 2026-08-31T09:31:24.051Z | Compiling linked-hash-map v0.5.6 |
| 2156 | 2026-08-31T09:31:24.269Z | Compiling lru-cache v0.1.2 |
| 2157 | 2026-08-31T09:31:24.332Z | Compiling newline-converter v0.3.0 |
| 2158 | 2026-08-31T09:31:24.417Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2159 | 2026-08-31T09:31:24.473Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2160 | 2026-08-31T09:31:24.506Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2161 | 2026-08-31T09:31:24.643Z | Compiling rand v0.10.2 |
| 2162 | 2026-08-31T09:31:24.815Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2163 | 2026-08-31T09:31:25.049Z | Compiling toml_edit v0.22.27 |
| 2164 | 2026-08-31T09:31:25.402Z | Compiling crossbeam-deque v0.8.7 |
| 2165 | 2026-08-31T09:31:25.449Z | Compiling atomicwrites v0.4.4 |
| 2166 | 2026-08-31T09:31:25.638Z | Compiling hickory-proto v0.24.4 |
| 2167 | 2026-08-31T09:31:25.743Z | Compiling progenitor-impl v0.14.0 |
| 2168 | 2026-08-31T09:31:25.865Z | Compiling console v0.16.4 |
| 2169 | 2026-08-31T09:31:26.209Z | Compiling itertools v0.12.1 |
| 2170 | 2026-08-31T09:31:27.186Z | Compiling camino-tempfile v1.4.1 |
| 2171 | 2026-08-31T09:31:27.592Z | Compiling serde-big-array v0.5.1 |
| 2172 | 2026-08-31T09:31:27.692Z | Compiling siphasher v1.0.3 |
| 2173 | 2026-08-31T09:31:27.757Z | Compiling lazy_static v1.5.0 |
| 2174 | 2026-08-31T09:31:27.868Z | Compiling similar v3.2.0 |
| 2175 | 2026-08-31T09:31:27.905Z | Compiling phf_shared v0.12.1 |
| 2176 | 2026-08-31T09:31:28.145Z | Compiling hickory-resolver v0.24.4 |
| 2177 | 2026-08-31T09:31:29.028Z | Compiling expectorate v1.3.0 |
| 2178 | 2026-08-31T09:31:29.251Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2179 | 2026-08-31T09:31:33.039Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2180 | 2026-08-31T09:31:33.991Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2181 | 2026-08-31T09:31:34.213Z | Compiling pin-project v1.1.13 |
| 2182 | 2026-08-31T09:31:34.325Z | Compiling progenitor v0.14.0 |
| 2183 | 2026-08-31T09:31:34.476Z | Compiling toml v0.8.23 |
| 2184 | 2026-08-31T09:31:34.840Z | Compiling prettyplease v0.2.37 |
| 2185 | 2026-08-31T09:31:35.045Z | Compiling rayon-core v1.13.0 |
| 2186 | 2026-08-31T09:31:36.734Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2187 | 2026-08-31T09:31:37.312Z | Compiling num_enum v0.5.11 |
| 2188 | 2026-08-31T09:31:37.362Z | Compiling progenitor-impl v0.13.0 |
| 2189 | 2026-08-31T09:31:37.442Z | Compiling unicode-normalization v0.1.25 |
| 2190 | 2026-08-31T09:31:38.040Z | Compiling progenitor-client v0.13.0 |
| 2191 | 2026-08-31T09:31:38.549Z | Compiling tokio-stream v0.1.19 |
| 2192 | 2026-08-31T09:31:39.166Z | Compiling csv-core v0.1.13 |
| 2193 | 2026-08-31T09:31:39.569Z | Compiling bstr v1.13.1 |
| 2194 | 2026-08-31T09:31:40.263Z | Compiling jiff-core v0.1.0 |
| 2195 | 2026-08-31T09:31:40.435Z | Compiling konst_macro_rules v0.2.19 |
| 2196 | 2026-08-31T09:31:40.633Z | Compiling foreign-types-shared v0.1.1 |
| 2197 | 2026-08-31T09:31:40.731Z | Compiling unicode-width v0.1.14 |
| 2198 | 2026-08-31T09:31:40.888Z | Compiling same-file v1.0.6 |
| 2199 | 2026-08-31T09:31:41.053Z | Compiling highway v1.3.0 |
| 2200 | 2026-08-31T09:31:41.136Z | Compiling foldhash v0.1.5 |
| 2201 | 2026-08-31T09:31:41.388Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2202 | 2026-08-31T09:31:41.776Z | Compiling hashbrown v0.15.5 |
| 2203 | 2026-08-31T09:31:42.120Z | Compiling walkdir v2.5.0 |
| 2204 | 2026-08-31T09:31:42.493Z | Compiling jiff v0.2.35 |
| 2205 | 2026-08-31T09:31:42.828Z | Compiling foreign-types v0.3.2 |
| 2206 | 2026-08-31T09:31:42.911Z | Compiling konst v0.2.20 |
| 2207 | 2026-08-31T09:31:43.312Z | Compiling globset v0.4.20 |
| 2208 | 2026-08-31T09:31:43.525Z | Compiling csv v1.4.0 |
| 2209 | 2026-08-31T09:31:44.487Z | Compiling snafu v0.8.9 |
| 2210 | 2026-08-31T09:31:44.793Z | Compiling qorb v0.4.1 |
| 2211 | 2026-08-31T09:31:45.050Z | Compiling progenitor v0.13.0 |
| 2212 | 2026-08-31T09:31:45.198Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-08-31T09:31:45.415Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2214 | 2026-08-31T09:31:46.020Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2215 | 2026-08-31T09:31:46.204Z | Compiling rayon v1.12.0 |
| 2216 | 2026-08-31T09:31:46.559Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2217 | 2026-08-31T09:31:48.431Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2218 | 2026-08-31T09:31:48.452Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2219 | 2026-08-31T09:31:48.757Z | Compiling phf v0.12.1 |
| 2220 | 2026-08-31T09:31:48.957Z | Compiling openssl-sys v0.9.117 |
| 2221 | 2026-08-31T09:31:49.412Z | Compiling tokio-dtrace v0.1.1 |
| 2222 | 2026-08-31T09:31:49.754Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2223 | 2026-08-31T09:31:52.040Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2224 | 2026-08-31T09:31:52.261Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2225 | 2026-08-31T09:31:52.492Z | Compiling libsw-core v0.3.2 |
| 2226 | 2026-08-31T09:31:52.674Z | Compiling pem v3.0.6 |
| 2227 | 2026-08-31T09:31:52.944Z | Compiling serde_plain v1.0.2 |
| 2228 | 2026-08-31T09:31:53.235Z | Compiling sigpipe v0.1.3 |
| 2229 | 2026-08-31T09:31:53.338Z | Compiling minimal-lexical v0.2.1 |
| 2230 | 2026-08-31T09:31:53.442Z | Compiling glob v0.3.4 |
| 2231 | 2026-08-31T09:31:53.654Z | Compiling fixedbitset v0.4.2 |
| 2232 | 2026-08-31T09:31:53.666Z | Compiling fixedbitset v0.5.7 |
| 2233 | 2026-08-31T09:31:54.024Z | Compiling typed-path v0.9.3 |
| 2234 | 2026-08-31T09:31:54.177Z | Compiling petgraph v0.8.3 |
| 2235 | 2026-08-31T09:31:54.387Z | Compiling petgraph v0.6.5 |
| 2236 | 2026-08-31T09:31:54.621Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2237 | 2026-08-31T09:31:55.274Z | Compiling tough v0.22.0 |
| 2238 | 2026-08-31T09:31:56.200Z | Compiling nom v7.1.3 |
| 2239 | 2026-08-31T09:31:56.592Z | Compiling openssl v0.10.81 |
| 2240 | 2026-08-31T09:31:56.694Z | Compiling libsw v3.5.0 |
| 2241 | 2026-08-31T09:31:56.881Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2242 | 2026-08-31T09:31:56.990Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2243 | 2026-08-31T09:31:57.017Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2244 | 2026-08-31T09:31:57.229Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2245 | 2026-08-31T09:31:57.311Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2246 | 2026-08-31T09:31:57.526Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2247 | 2026-08-31T09:31:57.708Z | Compiling zone v0.3.1 |
| 2248 | 2026-08-31T09:31:57.915Z | Compiling oxide-tokio-rt v0.1.6 |
| 2249 | 2026-08-31T09:31:58.091Z | Compiling chrono-tz v0.10.4 |
| 2250 | 2026-08-31T09:31:58.540Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2251 | 2026-08-31T09:31:59.527Z | Compiling newtype_derive v0.1.6 |
| 2252 | 2026-08-31T09:31:59.611Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2253 | 2026-08-31T09:32:00.253Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2254 | 2026-08-31T09:32:00.495Z | Compiling slog-dtrace v0.3.0 |
| 2255 | 2026-08-31T09:32:01.174Z | Compiling owo-colors v4.3.0 |
| 2256 | 2026-08-31T09:32:02.076Z | Compiling const_format v0.2.36 |
| 2257 | 2026-08-31T09:32:02.441Z | Compiling cancel-safe-futures v0.1.5 |
| 2258 | 2026-08-31T09:32:02.608Z | Compiling papergrid v0.11.0 |
| 2259 | 2026-08-31T09:32:02.804Z | Compiling gethostname v0.5.0 |
| 2260 | 2026-08-31T09:32:02.816Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2261 | 2026-08-31T09:32:02.936Z | Compiling libscf-sys v1.2.0 |
| 2262 | 2026-08-31T09:32:02.939Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2263 | 2026-08-31T09:32:03.076Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2264 | 2026-08-31T09:32:03.145Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2265 | 2026-08-31T09:32:03.267Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-08-31T09:32:03.311Z | Compiling bcs v0.1.6 |
| 2267 | 2026-08-31T09:32:03.532Z | Compiling smf v0.2.3 |
| 2268 | 2026-08-31T09:32:03.718Z | Compiling smawk v0.3.3 |
| 2269 | 2026-08-31T09:32:03.875Z | Compiling whoami v1.6.1 |
| 2270 | 2026-08-31T09:32:03.956Z | Compiling unicode-linebreak v0.1.5 |
| 2271 | 2026-08-31T09:32:04.231Z | Compiling termtree v0.5.1 |
| 2272 | 2026-08-31T09:32:04.332Z | Compiling tagptr v0.2.0 |
| 2273 | 2026-08-31T09:32:04.402Z | Compiling linear-map v1.2.0 |
| 2274 | 2026-08-31T09:32:04.496Z | Compiling moka v0.12.16 |
| 2275 | 2026-08-31T09:32:04.653Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2276 | 2026-08-31T09:32:04.749Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2277 | 2026-08-31T09:32:05.739Z | Compiling textwrap v0.16.2 |
| 2278 | 2026-08-31T09:32:06.182Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2279 | 2026-08-31T09:32:07.285Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2280 | 2026-08-31T09:32:07.954Z | Compiling tabled v0.15.0 |
| 2281 | 2026-08-31T09:32:08.147Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2282 | 2026-08-31T09:32:08.245Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2283 | 2026-08-31T09:32:08.946Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-08-31T09:32:09.158Z | Compiling steno v0.4.1 |
| 2285 | 2026-08-31T09:32:09.339Z | Compiling cookie v0.18.2 |
| 2286 | 2026-08-31T09:32:11.343Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-08-31T09:32:14.400Z | Compiling papergrid v0.18.0 |
| 2288 | 2026-08-31T09:32:15.865Z | Compiling hickory-proto v0.25.2 |
| 2289 | 2026-08-31T09:32:16.563Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2290 | 2026-08-31T09:32:16.834Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2291 | 2026-08-31T09:32:18.282Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2292 | 2026-08-31T09:32:18.574Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2293 | 2026-08-31T09:32:19.267Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2294 | 2026-08-31T09:32:19.617Z | Compiling hickory-resolver v0.25.2 |
| 2295 | 2026-08-31T09:32:20.133Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-08-31T09:32:21.945Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2297 | 2026-08-31T09:32:22.162Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2298 | 2026-08-31T09:32:23.178Z | Compiling tabled v0.21.0 |
| 2299 | 2026-08-31T09:32:25.244Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2300 | 2026-08-31T09:32:25.922Z | Compiling itertools v0.15.0 |
| 2301 | 2026-08-31T09:32:27.160Z | Compiling arc-swap v1.9.2 |
| 2302 | 2026-08-31T09:32:27.550Z | Compiling slog-scope v4.4.1 |
| 2303 | 2026-08-31T09:32:27.570Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2304 | 2026-08-31T09:32:27.621Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2305 | 2026-08-31T09:32:27.940Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2306 | 2026-08-31T09:32:28.839Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2307 | 2026-08-31T09:32:31.456Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2308 | 2026-08-31T09:32:31.471Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2309 | 2026-08-31T09:32:31.924Z | Compiling crc8 v0.1.1 |
| 2310 | 2026-08-31T09:32:32.042Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2311 | 2026-08-31T09:32:32.470Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2312 | 2026-08-31T09:32:32.683Z | Compiling slog-stdlog v4.1.1 |
| 2313 | 2026-08-31T09:32:32.896Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2314 | 2026-08-31T09:32:33.008Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2315 | 2026-08-31T09:32:33.033Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2316 | 2026-08-31T09:32:33.719Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2317 | 2026-08-31T09:32:34.064Z | Compiling slog-envlogger v2.2.0 |
| 2318 | 2026-08-31T09:32:34.319Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2319 | 2026-08-31T09:32:40.177Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2320 | 2026-08-31T09:32:50.376Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2321 | 2026-08-31T09:32:54.839Z | Finished `release` profile [optimized] target(s) in 2m 34s |
| 2322 | 2026-08-31T09:32:54.857Z | Running unittests src/lib.rs (target/release/deps/mg_tests-bb6dda7798973c38) |
| 2323 | 2026-08-31T09:32:54.857Z | |
| 2324 | 2026-08-31T09:32:54.857Z | running 1 test |
| 2325 | 2026-08-31T09:32:54.879Z | configure zone |
| 2326 | 2026-08-31T09:32:54.901Z | install zone |
| 2327 | 2026-08-31T09:33:03.702Z | boot zone |
| 2328 | 2026-08-31T09:33:03.782Z | start zone s1 |
| 2329 | 2026-08-31T09:33:03.792Z | configure zone |
| 2330 | 2026-08-31T09:33:03.801Z | install zone |
| 2331 | 2026-08-31T09:33:06.268Z | boot zone |
| 2332 | 2026-08-31T09:33:06.276Z | start zone s2 |
| 2333 | 2026-08-31T09:33:06.276Z | configure zone |
| 2334 | 2026-08-31T09:33:06.276Z | install zone |
| 2335 | 2026-08-31T09:33:07.600Z | boot zone |
| 2336 | 2026-08-31T09:33:07.706Z | start zone t1 |
| 2337 | 2026-08-31T09:33:07.721Z | configure zone |
| 2338 | 2026-08-31T09:33:07.721Z | install zone |
| 2339 | 2026-08-31T09:33:09.898Z | boot zone |
| 2340 | 2026-08-31T09:33:09.995Z | waiting for zones to come up |
| 2341 | 2026-08-31T09:33:19.996Z | [sidecar.trio] svcs milestone/network |
| 2342 | 2026-08-31T09:33:20.021Z | STATE STIME FMRI |
| 2343 | 2026-08-31T09:33:20.021Z | online 9:33:03 svc:/milestone/network:default |
| 2344 | 2026-08-31T09:33:20.021Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
| 2345 | 2026-08-31T09:33:20.047Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
| 2346 | 2026-08-31T09:33:20.073Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
| 2347 | 2026-08-31T09:33:20.094Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
| 2348 | 2026-08-31T09:33:20.101Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2349 | 2026-08-31T09:33:20.110Z | |
| 2350 | 2026-08-31T09:33:20.110Z | running zone s1.trio setup |
| 2351 | 2026-08-31T09:33:20.110Z | [s1.trio] svcs milestone/network |
| 2352 | 2026-08-31T09:33:20.125Z | STATE STIME FMRI |
| 2353 | 2026-08-31T09:33:20.125Z | online 9:33:05 svc:/milestone/network:default |
| 2354 | 2026-08-31T09:33:20.125Z | [s1.trio] dladm |
| 2355 | 2026-08-31T09:33:20.138Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2356 | 2026-08-31T09:33:20.138Z | sl0 simnet 9000 up -- ? |
| 2357 | 2026-08-31T09:33:20.138Z | mg2 vnic 9000 up -- ? |
| 2358 | 2026-08-31T09:33:20.142Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
| 2359 | 2026-08-31T09:33:20.716Z | |
| 2360 | 2026-08-31T09:33:20.716Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
| 2361 | 2026-08-31T09:33:20.745Z | |
| 2362 | 2026-08-31T09:33:20.745Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2363 | 2026-08-31T09:33:20.802Z | |
| 2364 | 2026-08-31T09:33:20.802Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
| 2365 | 2026-08-31T09:33:20.826Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
| 2366 | 2026-08-31T09:33:20.912Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid d36945e4-c82d-45db-8d6a-958723364aab --sled-uuid 15e0fef5-7f9e-4409-9db9-88334f278c2a -a sl0/v6 &> /opt/ddmd.log & |
| 2367 | 2026-08-31T09:33:20.927Z | |
| 2368 | 2026-08-31T09:33:20.927Z | running zone s2.trio setup |
| 2369 | 2026-08-31T09:33:20.927Z | [s2.trio] svcs milestone/network |
| 2370 | 2026-08-31T09:33:20.944Z | STATE STIME FMRI |
| 2371 | 2026-08-31T09:33:20.944Z | online 9:33:07 svc:/milestone/network:default |
| 2372 | 2026-08-31T09:33:20.945Z | [s2.trio] dladm |
| 2373 | 2026-08-31T09:33:20.957Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2374 | 2026-08-31T09:33:20.957Z | sl1 simnet 9000 up -- ? |
| 2375 | 2026-08-31T09:33:20.957Z | mg3 vnic 9000 up -- ? |
| 2376 | 2026-08-31T09:33:20.957Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
| 2377 | 2026-08-31T09:33:21.443Z | |
| 2378 | 2026-08-31T09:33:21.443Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
| 2379 | 2026-08-31T09:33:21.457Z | |
| 2380 | 2026-08-31T09:33:21.457Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2381 | 2026-08-31T09:33:21.468Z | |
| 2382 | 2026-08-31T09:33:21.468Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
| 2383 | 2026-08-31T09:33:21.514Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
| 2384 | 2026-08-31T09:33:21.567Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 8b684b86-c885-494a-adae-dcf8e816b8bb --sled-uuid a145c61f-b886-4613-9631-424c9d39c1d4 -a sl1/v6 &> /opt/ddmd.log & |
| 2385 | 2026-08-31T09:33:21.579Z | |
| 2386 | 2026-08-31T09:33:21.579Z | running zone t1.trio setup |
| 2387 | 2026-08-31T09:33:21.579Z | [t1.trio] svcs milestone/network |
| 2388 | 2026-08-31T09:33:21.594Z | STATE STIME FMRI |
| 2389 | 2026-08-31T09:33:21.594Z | online 9:33:10 svc:/milestone/network:default |
| 2390 | 2026-08-31T09:33:21.594Z | [t1.trio] dladm |
| 2391 | 2026-08-31T09:33:21.607Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2392 | 2026-08-31T09:33:21.607Z | tfportrear0_0 simnet 9000 up -- ? |
| 2393 | 2026-08-31T09:33:21.608Z | tfportrear1_0 simnet 9000 up -- ? |
| 2394 | 2026-08-31T09:33:21.608Z | mg1 vnic 9000 up -- ? |
| 2395 | 2026-08-31T09:33:21.608Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
| 2396 | 2026-08-31T09:33:22.051Z | |
| 2397 | 2026-08-31T09:33:22.051Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2398 | 2026-08-31T09:33:22.065Z | |
| 2399 | 2026-08-31T09:33:22.065Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2400 | 2026-08-31T09:33:22.077Z | |
| 2401 | 2026-08-31T09:33:22.078Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2402 | 2026-08-31T09:33:22.089Z | |
| 2403 | 2026-08-31T09:33:22.089Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
| 2404 | 2026-08-31T09:33:22.448Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
| 2405 | 2026-08-31T09:33:22.451Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
| 2406 | 2026-08-31T09:33:22.454Z | waiting 3s for copy of files to zone to complete ... |
| 2407 | 2026-08-31T09:33:25.452Z | [t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2408 | 2026-08-31T09:33:25.583Z | |
| 2409 | 2026-08-31T09:33:25.583Z | [t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2410 | 2026-08-31T09:33:25.690Z | |
| 2411 | 2026-08-31T09:33:25.690Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
| 2412 | 2026-08-31T09:33:25.733Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
| 2413 | 2026-08-31T09:33:25.768Z | [t1.trio] svcadm disable dendrite |
| 2414 | 2026-08-31T09:33:25.792Z | |
| 2415 | 2026-08-31T09:33:25.792Z | [t1.trio] svcadm disable tfport |
| 2416 | 2026-08-31T09:33:25.815Z | |
| 2417 | 2026-08-31T09:33:25.815Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2418 | 2026-08-31T09:33:25.840Z | |
| 2419 | 2026-08-31T09:33:25.840Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
| 2420 | 2026-08-31T09:33:25.865Z | |
| 2421 | 2026-08-31T09:33:25.865Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2422 | 2026-08-31T09:33:25.890Z | |
| 2423 | 2026-08-31T09:33:25.890Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2424 | 2026-08-31T09:33:25.914Z | |
| 2425 | 2026-08-31T09:33:25.914Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
| 2426 | 2026-08-31T09:33:25.939Z | |
| 2427 | 2026-08-31T09:33:25.939Z | [t1.trio] svcadm refresh dendrite:default |
| 2428 | 2026-08-31T09:33:25.960Z | |
| 2429 | 2026-08-31T09:33:25.960Z | [t1.trio] svcadm enable dendrite:default |
| 2430 | 2026-08-31T09:33:25.981Z | |
| 2431 | 2026-08-31T09:33:25.981Z | waiting for dendrite to come online ... |
| 2432 | 2026-08-31T09:33:25.982Z | [t1.trio] svcs -Ho state dendrite:default |
| 2433 | 2026-08-31T09:33:26.003Z | online |
| 2434 | 2026-08-31T09:33:26.003Z | [t1.trio] svccfg -s tfport setprop config/pkt_source = none |
| 2435 | 2026-08-31T09:33:26.028Z | |
| 2436 | 2026-08-31T09:33:26.028Z | [t1.trio] svccfg -s tfport setprop config/flags = --sync-only |
| 2437 | 2026-08-31T09:33:26.053Z | |
| 2438 | 2026-08-31T09:33:26.053Z | [t1.trio] svcadm refresh tfport:default |
| 2439 | 2026-08-31T09:33:26.074Z | |
| 2440 | 2026-08-31T09:33:26.075Z | [t1.trio] svcadm enable tfport |
| 2441 | 2026-08-31T09:33:26.096Z | |
| 2442 | 2026-08-31T09:33:26.096Z | waiting for tfport to come online ... |
| 2443 | 2026-08-31T09:33:26.096Z | [t1.trio] svcs -Ho state tfport:default |
| 2444 | 2026-08-31T09:33:26.116Z | online |
| 2445 | 2026-08-31T09:33:26.117Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 1c480371-9bf1-4ff3-b82b-f540498e791a --sled-uuid 331afd1a-02c9-4ee4-a8d6-d54a6e899972 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2446 | 2026-08-31T09:33:26.129Z | |
| 2447 | 2026-08-31T09:33:26.129Z | [t1.trio] ipadm |
| 2448 | 2026-08-31T09:33:26.143Z | ADDROBJ TYPE STATE ADDR |
| 2449 | 2026-08-31T09:33:26.143Z | lo0/v4 static ok 127.0.0.1/8 |
| 2450 | 2026-08-31T09:33:26.143Z | mg1/v4 static ok 10.0.0.3/24 |
| 2451 | 2026-08-31T09:33:26.143Z | lo0/v6 static ok ::1/128 |
| 2452 | 2026-08-31T09:33:26.143Z | lo0/u6 static ok fd00:3::1/64 |
| 2453 | 2026-08-31T09:33:26.143Z | tfportrear0_0/v6 addrconf ok fe80::e801:6cff:fe62:e6c4%tfportrear0_0/10 |
| 2454 | 2026-08-31T09:33:26.143Z | tfportrear1_0/v6 addrconf ok fe80::80f6:7cff:fe05:a2ad%tfportrear1_0/10 |
| 2455 | 2026-08-31T09:33:28.268Z | initial peering test passed |
| 2456 | 2026-08-31T09:33:29.269Z | advertise from one passed |
| 2457 | 2026-08-31T09:33:30.271Z | advertise from two passed |
| 2458 | 2026-08-31T09:33:30.271Z | [s1.trio] ping fd00:2::1 |
| 2459 | 2026-08-31T09:33:30.286Z | fd00:2::1 is alive |
| 2460 | 2026-08-31T09:33:30.287Z | [s2.trio] ping fd00:1::1 |
| 2461 | 2026-08-31T09:33:30.299Z | fd00:1::1 is alive |
| 2462 | 2026-08-31T09:33:30.299Z | connectivity test passed |
| 2463 | 2026-08-31T09:33:30.300Z | [t1.trio] pkill ddmd |
| 2464 | 2026-08-31T09:33:30.311Z | |
| 2465 | 2026-08-31T09:33:36.315Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 581e9e52-c519-4519-b12b-cd63b7338186 --sled-uuid 8e11667e-903f-40b1-8eef-dc3bd1629658 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2466 | 2026-08-31T09:33:36.328Z | |
| 2467 | 2026-08-31T09:33:36.328Z | [t1.trio] ipadm |
| 2468 | 2026-08-31T09:33:36.341Z | ADDROBJ TYPE STATE ADDR |
| 2469 | 2026-08-31T09:33:36.341Z | lo0/v4 static ok 127.0.0.1/8 |
| 2470 | 2026-08-31T09:33:36.341Z | mg1/v4 static ok 10.0.0.3/24 |
| 2471 | 2026-08-31T09:33:36.341Z | lo0/v6 static ok ::1/128 |
| 2472 | 2026-08-31T09:33:36.341Z | lo0/u6 static ok fd00:3::1/64 |
| 2473 | 2026-08-31T09:33:36.341Z | tfportrear0_0/v6 addrconf ok fe80::e801:6cff:fe62:e6c4%tfportrear0_0/10 |
| 2474 | 2026-08-31T09:33:36.341Z | tfportrear1_0/v6 addrconf ok fe80::80f6:7cff:fe05:a2ad%tfportrear1_0/10 |
| 2475 | 2026-08-31T09:33:39.343Z | [s1.trio] ping fd00:2::1 |
| 2476 | 2026-08-31T09:33:39.360Z | fd00:2::1 is alive |
| 2477 | 2026-08-31T09:33:39.360Z | [s2.trio] ping fd00:1::1 |
| 2478 | 2026-08-31T09:33:39.369Z | fd00:1::1 is alive |
| 2479 | 2026-08-31T09:33:39.370Z | transit router restart passed |
| 2480 | 2026-08-31T09:33:39.370Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2481 | 2026-08-31T09:33:39.386Z | local v6: |
| 2482 | 2026-08-31T09:33:39.386Z | fe80::80f6:7cff:fe05:a2ad |
| 2483 | 2026-08-31T09:33:39.386Z | fe80::e801:6cff:fe62:e6c4 |
| 2484 | 2026-08-31T09:33:39.386Z | local v4: |
| 2485 | 2026-08-31T09:33:39.387Z | router v6_idx: |
| 2486 | 2026-08-31T09:33:39.387Z | fd00:1::/64 -> 0 |
| 2487 | 2026-08-31T09:33:39.387Z | fd00:2::/64 -> 1 |
| 2488 | 2026-08-31T09:33:39.387Z | router v6_routes: |
| 2489 | 2026-08-31T09:33:39.387Z | 0 -> fe80::f4ce:57ff:fe04:5fbd (1) |
| 2490 | 2026-08-31T09:33:39.387Z | 1 -> fe80::14ad:5eff:fe9d:cf04 (2) |
| 2491 | 2026-08-31T09:33:39.387Z | router v4_idx: |
| 2492 | 2026-08-31T09:33:39.387Z | router v4_routes: |
| 2493 | 2026-08-31T09:33:39.387Z | resolver v4: |
| 2494 | 2026-08-31T09:33:39.387Z | 10.0.0.254 -> 02:08:20:9b:84:fe |
| 2495 | 2026-08-31T09:33:39.387Z | 10.0.0.3 -> 02:08:20:88:4a:95 |
| 2496 | 2026-08-31T09:33:39.387Z | resolver v6: |
| 2497 | 2026-08-31T09:33:39.387Z | fe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd |
| 2498 | 2026-08-31T09:33:39.387Z | fe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4 |
| 2499 | 2026-08-31T09:33:39.387Z | fe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad |
| 2500 | 2026-08-31T09:33:39.387Z | fe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04 |
| 2501 | 2026-08-31T09:33:39.387Z | nat v4: |
| 2502 | 2026-08-31T09:33:39.387Z | nat_v6: |
| 2503 | 2026-08-31T09:33:39.387Z | attached subnet v4: |
| 2504 | 2026-08-31T09:33:39.387Z | attached subnet v6: |
| 2505 | 2026-08-31T09:33:39.387Z | port_mac: |
| 2506 | 2026-08-31T09:33:39.387Z | 1: a8:40:25:04:2b:7d |
| 2507 | 2026-08-31T09:33:39.387Z | 2: a8:40:25:04:2b:7e |
| 2508 | 2026-08-31T09:33:39.387Z | proxy arp: |
| 2509 | 2026-08-31T09:33:39.387Z | mcast replication v4: |
| 2510 | 2026-08-31T09:33:39.387Z | mcast replication v6: |
| 2511 | 2026-08-31T09:33:39.387Z | mcast source filter v4: |
| 2512 | 2026-08-31T09:33:39.388Z | mcast source filter v6: |
| 2513 | 2026-08-31T09:33:39.388Z | nat v4 mcast (tagged): |
| 2514 | 2026-08-31T09:33:39.388Z | nat v4 mcast (untagged): |
| 2515 | 2026-08-31T09:33:39.388Z | nat v6 mcast (tagged): |
| 2516 | 2026-08-31T09:33:39.388Z | nat v6 mcast (untagged): |
| 2517 | 2026-08-31T09:33:39.388Z | decap ports: |
| 2518 | 2026-08-31T09:33:39.388Z | mcast src mac: |
| 2519 | 2026-08-31T09:33:39.388Z | 2: 7e:2b:04:25:40:a8 |
| 2520 | 2026-08-31T09:33:39.388Z | 1: 7d:2b:04:25:40:a8 |
| 2521 | 2026-08-31T09:33:39.388Z | [s1.trio] pkill ddmd |
| 2522 | 2026-08-31T09:33:39.400Z | |
| 2523 | 2026-08-31T09:33:44.398Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2524 | 2026-08-31T09:33:44.414Z | local v6: |
| 2525 | 2026-08-31T09:33:44.414Z | fe80::80f6:7cff:fe05:a2ad |
| 2526 | 2026-08-31T09:33:44.414Z | fe80::e801:6cff:fe62:e6c4 |
| 2527 | 2026-08-31T09:33:44.414Z | local v4: |
| 2528 | 2026-08-31T09:33:44.414Z | router v6_idx: |
| 2529 | 2026-08-31T09:33:44.414Z | fd00:2::/64 -> 1 |
| 2530 | 2026-08-31T09:33:44.414Z | router v6_routes: |
| 2531 | 2026-08-31T09:33:44.414Z | 1 -> fe80::14ad:5eff:fe9d:cf04 (2) |
| 2532 | 2026-08-31T09:33:44.415Z | router v4_idx: |
| 2533 | 2026-08-31T09:33:44.415Z | router v4_routes: |
| 2534 | 2026-08-31T09:33:44.415Z | resolver v4: |
| 2535 | 2026-08-31T09:33:44.415Z | 10.0.0.254 -> 02:08:20:9b:84:fe |
| 2536 | 2026-08-31T09:33:44.415Z | 10.0.0.3 -> 02:08:20:88:4a:95 |
| 2537 | 2026-08-31T09:33:44.416Z | resolver v6: |
| 2538 | 2026-08-31T09:33:44.416Z | fe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd |
| 2539 | 2026-08-31T09:33:44.416Z | fe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4 |
| 2540 | 2026-08-31T09:33:44.416Z | fe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad |
| 2541 | 2026-08-31T09:33:44.416Z | fe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04 |
| 2542 | 2026-08-31T09:33:44.416Z | nat v4: |
| 2543 | 2026-08-31T09:33:44.416Z | nat_v6: |
| 2544 | 2026-08-31T09:33:44.416Z | attached subnet v4: |
| 2545 | 2026-08-31T09:33:44.416Z | attached subnet v6: |
| 2546 | 2026-08-31T09:33:44.416Z | port_mac: |
| 2547 | 2026-08-31T09:33:44.416Z | 1: a8:40:25:04:2b:7d |
| 2548 | 2026-08-31T09:33:44.416Z | 2: a8:40:25:04:2b:7e |
| 2549 | 2026-08-31T09:33:44.416Z | proxy arp: |
| 2550 | 2026-08-31T09:33:44.416Z | mcast replication v4: |
| 2551 | 2026-08-31T09:33:44.416Z | mcast replication v6: |
| 2552 | 2026-08-31T09:33:44.416Z | mcast source filter v4: |
| 2553 | 2026-08-31T09:33:44.416Z | mcast source filter v6: |
| 2554 | 2026-08-31T09:33:44.416Z | nat v4 mcast (tagged): |
| 2555 | 2026-08-31T09:33:44.416Z | nat v4 mcast (untagged): |
| 2556 | 2026-08-31T09:33:44.416Z | nat v6 mcast (tagged): |
| 2557 | 2026-08-31T09:33:44.416Z | nat v6 mcast (untagged): |
| 2558 | 2026-08-31T09:33:44.417Z | decap ports: |
| 2559 | 2026-08-31T09:33:44.417Z | mcast src mac: |
| 2560 | 2026-08-31T09:33:44.417Z | 2: 7e:2b:04:25:40:a8 |
| 2561 | 2026-08-31T09:33:44.417Z | 1: 7d:2b:04:25:40:a8 |
| 2562 | 2026-08-31T09:33:44.417Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 73c443df-0a16-4377-9ce6-6131448e858e --sled-uuid 5a85d061-60a0-49d4-bf58-8be9001df4e5 -a sl0/v6 &> /opt/ddmd.log & |
| 2563 | 2026-08-31T09:33:44.425Z | |
| 2564 | 2026-08-31T09:33:47.427Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2565 | 2026-08-31T09:33:47.443Z | local v6: |
| 2566 | 2026-08-31T09:33:47.443Z | fe80::80f6:7cff:fe05:a2ad |
| 2567 | 2026-08-31T09:33:47.443Z | fe80::e801:6cff:fe62:e6c4 |
| 2568 | 2026-08-31T09:33:47.443Z | local v4: |
| 2569 | 2026-08-31T09:33:47.443Z | router v6_idx: |
| 2570 | 2026-08-31T09:33:47.443Z | fd00:1::/64 -> 0 |
| 2571 | 2026-08-31T09:33:47.443Z | fd00:2::/64 -> 1 |
| 2572 | 2026-08-31T09:33:47.443Z | router v6_routes: |
| 2573 | 2026-08-31T09:33:47.444Z | 0 -> fe80::f4ce:57ff:fe04:5fbd (1) |
| 2574 | 2026-08-31T09:33:47.444Z | 1 -> fe80::14ad:5eff:fe9d:cf04 (2) |
| 2575 | 2026-08-31T09:33:47.444Z | router v4_idx: |
| 2576 | 2026-08-31T09:33:47.444Z | router v4_routes: |
| 2577 | 2026-08-31T09:33:47.444Z | resolver v4: |
| 2578 | 2026-08-31T09:33:47.444Z | 10.0.0.254 -> 02:08:20:9b:84:fe |
| 2579 | 2026-08-31T09:33:47.444Z | 10.0.0.3 -> 02:08:20:88:4a:95 |
| 2580 | 2026-08-31T09:33:47.444Z | resolver v6: |
| 2581 | 2026-08-31T09:33:47.444Z | fe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd |
| 2582 | 2026-08-31T09:33:47.444Z | fe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4 |
| 2583 | 2026-08-31T09:33:47.444Z | fe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad |
| 2584 | 2026-08-31T09:33:47.444Z | fe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04 |
| 2585 | 2026-08-31T09:33:47.444Z | nat v4: |
| 2586 | 2026-08-31T09:33:47.444Z | nat_v6: |
| 2587 | 2026-08-31T09:33:47.444Z | attached subnet v4: |
| 2588 | 2026-08-31T09:33:47.444Z | attached subnet v6: |
| 2589 | 2026-08-31T09:33:47.444Z | port_mac: |
| 2590 | 2026-08-31T09:33:47.444Z | 1: a8:40:25:04:2b:7d |
| 2591 | 2026-08-31T09:33:47.444Z | 2: a8:40:25:04:2b:7e |
| 2592 | 2026-08-31T09:33:47.444Z | proxy arp: |
| 2593 | 2026-08-31T09:33:47.444Z | mcast replication v4: |
| 2594 | 2026-08-31T09:33:47.444Z | mcast replication v6: |
| 2595 | 2026-08-31T09:33:47.444Z | mcast source filter v4: |
| 2596 | 2026-08-31T09:33:47.444Z | mcast source filter v6: |
| 2597 | 2026-08-31T09:33:47.444Z | nat v4 mcast (tagged): |
| 2598 | 2026-08-31T09:33:47.444Z | nat v4 mcast (untagged): |
| 2599 | 2026-08-31T09:33:47.444Z | nat v6 mcast (tagged): |
| 2600 | 2026-08-31T09:33:47.444Z | nat v6 mcast (untagged): |
| 2601 | 2026-08-31T09:33:47.444Z | decap ports: |
| 2602 | 2026-08-31T09:33:47.444Z | mcast src mac: |
| 2603 | 2026-08-31T09:33:47.445Z | 2: 7e:2b:04:25:40:a8 |
| 2604 | 2026-08-31T09:33:47.445Z | 1: 7d:2b:04:25:40:a8 |
| 2605 | 2026-08-31T09:33:47.448Z | [s2.trio] netstat -nr -f inet6 |
| 2606 | 2026-08-31T09:33:47.457Z | Routing Table: IPv6 |
| 2607 | 2026-08-31T09:33:47.457Z | Destination/Mask Gateway Flags Ref Use If |
| 2608 | 2026-08-31T09:33:47.457Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2609 | 2026-08-31T09:33:47.457Z | ::1 ::1 UH 2 0 lo0 |
| 2610 | 2026-08-31T09:33:47.457Z | fd00:1::/64 fe80::80f6:7cff:fe05:a2ad UG 1 0 sl1 |
| 2611 | 2026-08-31T09:33:47.457Z | fe80::/10 fe80::14ad:5eff:fe9d:cf04 U 3 69 sl1 |
| 2612 | 2026-08-31T09:33:47.457Z | [s2.trio] ipadm |
| 2613 | 2026-08-31T09:33:47.469Z | ADDROBJ TYPE STATE ADDR |
| 2614 | 2026-08-31T09:33:47.469Z | lo0/v4 static ok 127.0.0.1/8 |
| 2615 | 2026-08-31T09:33:47.469Z | mg3/v4 static ok 10.0.0.2/24 |
| 2616 | 2026-08-31T09:33:47.469Z | lo0/v6 static ok ::1/128 |
| 2617 | 2026-08-31T09:33:47.469Z | lo0/u6 static ok fd00:2::1/64 |
| 2618 | 2026-08-31T09:33:47.469Z | sl1/v6 addrconf ok fe80::14ad:5eff:fe9d:cf04%sl1/10 |
| 2619 | 2026-08-31T09:33:47.469Z | [s2.trio] route -nv get -inet6 fd00:1::1 |
| 2620 | 2026-08-31T09:33:47.481Z | 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> |
| 2621 | 2026-08-31T09:33:47.481Z | locks: inits: |
| 2622 | 2026-08-31T09:33:47.481Z | sockaddrs: <DST,IFP> |
| 2623 | 2026-08-31T09:33:47.481Z | fd00:1::1 |
| 2624 | 2026-08-31T09:33:47.481Z | route to: fd00:1::1 |
| 2625 | 2026-08-31T09:33:47.481Z | destination: fd00:1:: |
| 2626 | 2026-08-31T09:33:47.481Z | mask: ffff:ffff:ffff:ffff:: |
| 2627 | 2026-08-31T09:33:47.481Z | gateway: fe80::80f6:7cff:fe05:a2ad |
| 2628 | 2026-08-31T09:33:47.481Z | interface: sl1 index 3 address 16 ad 5e 9d cf 04 |
| 2629 | 2026-08-31T09:33:47.482Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2630 | 2026-08-31T09:33:47.482Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2631 | 2026-08-31T09:33:47.482Z | 0 0 0 0 0 0 9000 0 |
| 2632 | 2026-08-31T09:33:47.482Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2633 | 2026-08-31T09:33:47.482Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2634 | 2026-08-31T09:33:47.482Z | fd00:1:: fe80::80f6:7cff:fe05:a2ad ffff:ffff:ffff:ffff:: sl1:16.ad.5e.9d.cf.4 fe80::14ad:5eff:fe9d:cf04 |
| 2635 | 2026-08-31T09:33:47.482Z | [s2.trio] ndp -na |
| 2636 | 2026-08-31T09:33:47.493Z | Net to Media Table: IPv6 |
| 2637 | 2026-08-31T09:33:47.493Z | If Physical Address Type State Destination/Mask |
| 2638 | 2026-08-31T09:33:47.493Z | ----- ----------------- ------- ------------ --------------------------- |
| 2639 | 2026-08-31T09:33:47.493Z | sl1 82:f6:7c:05:a2:ad dynamic REACHABLE fe80::80f6:7cff:fe05:a2ad |
| 2640 | 2026-08-31T09:33:47.493Z | sl1 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2641 | 2026-08-31T09:33:47.493Z | sl1 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2642 | 2026-08-31T09:33:47.493Z | sl1 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2643 | 2026-08-31T09:33:47.493Z | sl1 33:33:ff:05:a2:ad other REACHABLE ff02::1:ff05:a2ad |
| 2644 | 2026-08-31T09:33:47.493Z | sl1 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2645 | 2026-08-31T09:33:47.493Z | sl1 33:33:ff:9d:cf:04 other REACHABLE ff02::1:ff9d:cf04 |
| 2646 | 2026-08-31T09:33:47.493Z | sl1 16:ad:5e:9d:cf:04 local REACHABLE fe80::14ad:5eff:fe9d:cf04 |
| 2647 | 2026-08-31T09:33:47.493Z | sl1 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2648 | 2026-08-31T09:33:47.493Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2649 | 2026-08-31T09:33:47.507Z | local v6: |
| 2650 | 2026-08-31T09:33:47.507Z | fe80::80f6:7cff:fe05:a2ad |
| 2651 | 2026-08-31T09:33:47.507Z | fe80::e801:6cff:fe62:e6c4 |
| 2652 | 2026-08-31T09:33:47.507Z | local v4: |
| 2653 | 2026-08-31T09:33:47.508Z | router v6_idx: |
| 2654 | 2026-08-31T09:33:47.508Z | fd00:1::/64 -> 0 |
| 2655 | 2026-08-31T09:33:47.508Z | fd00:2::/64 -> 1 |
| 2656 | 2026-08-31T09:33:47.508Z | router v6_routes: |
| 2657 | 2026-08-31T09:33:47.508Z | 0 -> fe80::f4ce:57ff:fe04:5fbd (1) |
| 2658 | 2026-08-31T09:33:47.508Z | 1 -> fe80::14ad:5eff:fe9d:cf04 (2) |
| 2659 | 2026-08-31T09:33:47.508Z | router v4_idx: |
| 2660 | 2026-08-31T09:33:47.508Z | router v4_routes: |
| 2661 | 2026-08-31T09:33:47.508Z | resolver v4: |
| 2662 | 2026-08-31T09:33:47.508Z | 10.0.0.254 -> 02:08:20:9b:84:fe |
| 2663 | 2026-08-31T09:33:47.508Z | 10.0.0.3 -> 02:08:20:88:4a:95 |
| 2664 | 2026-08-31T09:33:47.508Z | resolver v6: |
| 2665 | 2026-08-31T09:33:47.508Z | fe80::f4ce:57ff:fe04:5fbd -> f6:ce:57:04:5f:bd |
| 2666 | 2026-08-31T09:33:47.508Z | fe80::e801:6cff:fe62:e6c4 -> ea:01:6c:62:e6:c4 |
| 2667 | 2026-08-31T09:33:47.508Z | fe80::80f6:7cff:fe05:a2ad -> 82:f6:7c:05:a2:ad |
| 2668 | 2026-08-31T09:33:47.508Z | fe80::14ad:5eff:fe9d:cf04 -> 16:ad:5e:9d:cf:04 |
| 2669 | 2026-08-31T09:33:47.508Z | nat v4: |
| 2670 | 2026-08-31T09:33:47.508Z | nat_v6: |
| 2671 | 2026-08-31T09:33:47.508Z | attached subnet v4: |
| 2672 | 2026-08-31T09:33:47.508Z | attached subnet v6: |
| 2673 | 2026-08-31T09:33:47.508Z | port_mac: |
| 2674 | 2026-08-31T09:33:47.508Z | 1: a8:40:25:04:2b:7d |
| 2675 | 2026-08-31T09:33:47.508Z | 2: a8:40:25:04:2b:7e |
| 2676 | 2026-08-31T09:33:47.509Z | proxy arp: |
| 2677 | 2026-08-31T09:33:47.509Z | mcast replication v4: |
| 2678 | 2026-08-31T09:33:47.509Z | mcast replication v6: |
| 2679 | 2026-08-31T09:33:47.509Z | mcast source filter v4: |
| 2680 | 2026-08-31T09:33:47.509Z | mcast source filter v6: |
| 2681 | 2026-08-31T09:33:47.509Z | nat v4 mcast (tagged): |
| 2682 | 2026-08-31T09:33:47.509Z | nat v4 mcast (untagged): |
| 2683 | 2026-08-31T09:33:47.509Z | nat v6 mcast (tagged): |
| 2684 | 2026-08-31T09:33:47.509Z | nat v6 mcast (untagged): |
| 2685 | 2026-08-31T09:33:47.509Z | decap ports: |
| 2686 | 2026-08-31T09:33:47.509Z | mcast src mac: |
| 2687 | 2026-08-31T09:33:47.509Z | 2: 7e:2b:04:25:40:a8 |
| 2688 | 2026-08-31T09:33:47.509Z | 1: 7d:2b:04:25:40:a8 |
| 2689 | 2026-08-31T09:33:47.509Z | [t1.trio] /opt/oxide/dendrite/bin/swadm route list |
| 2690 | 2026-08-31T09:33:47.527Z | Subnet Port Link Gateway Vlan |
| 2691 | 2026-08-31T09:33:47.527Z | fd00:1::/64 rear0 0 fe80::f4ce:57ff:fe04:5fbd |
| 2692 | 2026-08-31T09:33:47.527Z | fd00:2::/64 rear1 0 fe80::14ad:5eff:fe9d:cf04 |
| 2693 | 2026-08-31T09:33:47.527Z | [t1.trio] /opt/oxide/dendrite/bin/swadm arp list |
| 2694 | 2026-08-31T09:33:47.544Z | host mac age |
| 2695 | 2026-08-31T09:33:47.544Z | 10.0.0.3 02:08:20:88:4a:95 21s |
| 2696 | 2026-08-31T09:33:47.544Z | 10.0.0.254 02:08:20:9b:84:fe 18s |
| 2697 | 2026-08-31T09:33:47.544Z | fe80::14ad:5eff:fe9d:cf04 16:ad:5e:9d:cf:04 20s |
| 2698 | 2026-08-31T09:33:47.544Z | fe80::80f6:7cff:fe05:a2ad 82:f6:7c:05:a2:ad 21s |
| 2699 | 2026-08-31T09:33:47.544Z | fe80::e801:6cff:fe62:e6c4 ea:01:6c:62:e6:c4 21s |
| 2700 | 2026-08-31T09:33:47.544Z | fe80::f4ce:57ff:fe04:5fbd f6:ce:57:04:5f:bd 20s |
| 2701 | 2026-08-31T09:33:47.544Z | [t1.trio] /opt/oxide/dendrite/bin/swadm addr list |
| 2702 | 2026-08-31T09:33:47.560Z | Link IPv4 IPv6 |
| 2703 | 2026-08-31T09:33:47.560Z | rear0/0 fe80::e801:6cff:fe62:e6c4 |
| 2704 | 2026-08-31T09:33:47.560Z | rear1/0 fe80::80f6:7cff:fe05:a2ad |
| 2705 | 2026-08-31T09:33:47.560Z | [s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2 |
| 2706 | 2026-08-31T09:33:48.584Z | ADDROBJ TYPE STATE ADDR |
| 2707 | 2026-08-31T09:33:48.584Z | lo0/v4 static ok 127.0.0.1/8 |
| 2708 | 2026-08-31T09:33:48.584Z | mg2/v4 static ok 10.0.0.1/24 |
| 2709 | 2026-08-31T09:33:48.584Z | lo0/v6 static ok ::1/128 |
| 2710 | 2026-08-31T09:33:48.585Z | lo0/u6 static ok fd00:1::1/64 |
| 2711 | 2026-08-31T09:33:48.585Z | sl0/v6 addrconf ok fe80::f4ce:57ff:fe04:5fbd%sl0/10 |
| 2712 | 2026-08-31T09:33:48.585Z | 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> |
| 2713 | 2026-08-31T09:33:48.585Z | locks: inits: |
| 2714 | 2026-08-31T09:33:48.585Z | sockaddrs: <DST,IFP> |
| 2715 | 2026-08-31T09:33:48.585Z | fd00:2::1 |
| 2716 | 2026-08-31T09:33:48.585Z | route to: fd00:2::1 |
| 2717 | 2026-08-31T09:33:48.585Z | destination: fd00:2:: |
| 2718 | 2026-08-31T09:33:48.586Z | mask: ffff:ffff:ffff:ffff:: |
| 2719 | 2026-08-31T09:33:48.586Z | gateway: fe80::e801:6cff:fe62:e6c4 |
| 2720 | 2026-08-31T09:33:48.586Z | interface: sl0 index 3 address f6 ce 57 04 5f bd |
| 2721 | 2026-08-31T09:33:48.586Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2722 | 2026-08-31T09:33:48.586Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2723 | 2026-08-31T09:33:48.586Z | 0 0 0 0 0 0 9000 0 |
| 2724 | 2026-08-31T09:33:48.586Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2725 | 2026-08-31T09:33:48.587Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2726 | 2026-08-31T09:33:48.587Z | fd00:2:: fe80::e801:6cff:fe62:e6c4 ffff:ffff:ffff:ffff:: sl0:f6.ce.57.4.5f.bd fe80::f4ce:57ff:fe04:5fbd |
| 2727 | 2026-08-31T09:33:48.587Z | |
| 2728 | 2026-08-31T09:33:48.587Z | Net to Media Table: IPv6 |
| 2729 | 2026-08-31T09:33:48.587Z | If Physical Address Type State Destination/Mask |
| 2730 | 2026-08-31T09:33:48.587Z | ----- ----------------- ------- ------------ --------------------------- |
| 2731 | 2026-08-31T09:33:48.587Z | sl0 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2732 | 2026-08-31T09:33:48.587Z | sl0 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2733 | 2026-08-31T09:33:48.587Z | sl0 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2734 | 2026-08-31T09:33:48.587Z | sl0 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2735 | 2026-08-31T09:33:48.587Z | sl0 33:33:ff:62:e6:c4 other REACHABLE ff02::1:ff62:e6c4 |
| 2736 | 2026-08-31T09:33:48.587Z | sl0 f6:ce:57:04:5f:bd local REACHABLE fe80::f4ce:57ff:fe04:5fbd |
| 2737 | 2026-08-31T09:33:48.587Z | sl0 ea:01:6c:62:e6:c4 dynamic REACHABLE fe80::e801:6cff:fe62:e6c4 |
| 2738 | 2026-08-31T09:33:48.587Z | sl0 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2739 | 2026-08-31T09:33:48.587Z | sl0 33:33:ff:04:5f:bd other REACHABLE ff02::1:ff04:5fbd |
| 2740 | 2026-08-31T09:33:48.587Z | |
| 2741 | 2026-08-31T09:33:48.587Z | |
| 2742 | 2026-08-31T09:33:48.587Z | Routing Table: IPv6 |
| 2743 | 2026-08-31T09:33:48.587Z | Destination/Mask Gateway Flags Ref Use If |
| 2744 | 2026-08-31T09:33:48.587Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2745 | 2026-08-31T09:33:48.588Z | ::1 ::1 UH 2 0 lo0 |
| 2746 | 2026-08-31T09:33:48.588Z | fd00:2::/64 fe80::e801:6cff:fe62:e6c4 UG 2 2 sl0 |
| 2747 | 2026-08-31T09:33:48.588Z | fe80::/10 fe80::f4ce:57ff:fe04:5fbd U 3 64 sl0 |
| 2748 | 2026-08-31T09:33:48.588Z | PING fd00:2::1 (fd00:2::1): 60 data bytes |
| 2749 | 2026-08-31T09:33:48.588Z | 68 bytes from fd00:2::1: icmp_seq=0. time=0.237 ms |
| 2750 | 2026-08-31T09:33:48.588Z | 68 bytes from fd00:2::1: icmp_seq=1. time=0.170 ms |
| 2751 | 2026-08-31T09:33:48.588Z | |
| 2752 | 2026-08-31T09:33:48.588Z | ----fd00:2::1 PING Statistics---- |
| 2753 | 2026-08-31T09:33:48.588Z | 2 packets transmitted, 2 packets received, 0% packet loss |
| 2754 | 2026-08-31T09:33:48.588Z | round-trip (ms) min/avg/max/stddev = 0.170/0.203/0.237/0.047 |
| 2755 | 2026-08-31T09:33:48.588Z | [s2.trio] ping fd00:1::1 |
| 2756 | 2026-08-31T09:33:48.596Z | fd00:1::1 is alive |
| 2757 | 2026-08-31T09:33:48.596Z | server router restart passed |
| 2758 | 2026-08-31T09:33:52.599Z | peer expiration recovery passed |
| 2759 | 2026-08-31T09:33:53.601Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
| 2760 | 2026-08-31T09:33:53.616Z | 3 |
| 2761 | 2026-08-31T09:33:53.616Z | redundant advertise passed |
| 2762 | 2026-08-31T09:33:54.619Z | tunnel endpoint advertise passed |
| 2763 | 2026-08-31T09:33:54.713Z | test ddm::test_trio_v3 has been running for over 60 seconds |
| 2764 | 2026-08-31T09:33:59.622Z | redundant tunnel endpoint advertise passed |
| 2765 | 2026-08-31T09:33:59.622Z | [s1.trio] pkill ddmd |
| 2766 | 2026-08-31T09:33:59.633Z | |
| 2767 | 2026-08-31T09:34:04.632Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ab3222db-6ddb-4007-b376-f1fee0393d28 --sled-uuid 16a84299-2062-47f8-b1a7-7703efe6d1e8 -a sl0/v6 &> /opt/ddmd.log & |
| 2768 | 2026-08-31T09:34:04.645Z | |
| 2769 | 2026-08-31T09:34:09.652Z | tunnel router restart passed |
| 2770 | 2026-08-31T09:34:10.653Z | tunnel endpoint withdraw passed |
| 2771 | 2026-08-31T09:34:11.654Z | multicast group advertise passed |
| 2772 | 2026-08-31T09:34:11.655Z | [s1.trio] pkill ddmd |
| 2773 | 2026-08-31T09:34:11.668Z | |
| 2774 | 2026-08-31T09:34:11.668Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 80764e0d-3883-4197-9129-00712d29cc7c --sled-uuid 89036f94-30f8-4fcf-be4d-95e6d75c5ce8 -a sl0/v6 &> /opt/ddmd.log & |
| 2775 | 2026-08-31T09:34:11.680Z | |
| 2776 | 2026-08-31T09:34:12.686Z | multicast router restart passed |
| 2777 | 2026-08-31T09:34:13.687Z | multicast group withdraw passed |
| 2778 | 2026-08-31T09:34:13.690Z | [t1.trio] pkill ddmd |
| 2779 | 2026-08-31T09:34:13.701Z | |
| 2780 | 2026-08-31T09:34:13.701Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
| 2781 | 2026-08-31T09:34:13.704Z | cp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log |
| 2782 | 2026-08-31T09:34:15.619Z | [s2.trio] pkill ddmd |
| 2783 | 2026-08-31T09:34:15.633Z | |
| 2784 | 2026-08-31T09:34:15.633Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
| 2785 | 2026-08-31T09:34:17.470Z | [s1.trio] pkill ddmd |
| 2786 | 2026-08-31T09:34:17.483Z | |
| 2787 | 2026-08-31T09:34:17.483Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
| 2788 | 2026-08-31T09:34:19.344Z | [sidecar.trio] pkill softnpu |
| 2789 | 2026-08-31T09:34:19.357Z | |
| 2790 | 2026-08-31T09:34:19.357Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
| 2791 | 2026-08-31T09:34:22.848Z | test ddm::test_trio_v3 ... ok |
| 2792 | 2026-08-31T09:34:22.848Z | |
| 2793 | 2026-08-31T09:34:22.848Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 88.13s |
| 2794 | 2026-08-31T09:34:22.848Z | |
| 2795 | 2026-08-31T09:34:22.898Z | + cleanup |
| 2796 | 2026-08-31T09:34:22.901Z | ++ id -un |
| 2797 | 2026-08-31T09:34:22.904Z | ++ id -gn |
| 2798 | 2026-08-31T09:34:22.904Z | + pfexec chown -R build:build . |
| 2799 | 2026-08-31T09:34:23.027Z | process exited: duration 525459 ms, exit code 0 |
| |
| 2800 | 2026-08-31T09:34:23.037Z | found 5 output files |
| 2801 | 2026-08-31T09:34:23.037Z | uploading: /work/s1.trio.log (2458 bytes) |
| 2802 | 2026-08-31T09:34:24.048Z | uploaded: /work/s1.trio.log |
| 2803 | 2026-08-31T09:34:24.048Z | uploading: /work/s2.trio.log (12666 bytes) |
| 2804 | 2026-08-31T09:34:25.058Z | uploaded: /work/s2.trio.log |
| 2805 | 2026-08-31T09:34:25.058Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
| 2806 | 2026-08-31T09:34:26.067Z | uploaded: /work/sidecar.trio-softnpu.log |
| 2807 | 2026-08-31T09:34:26.067Z | uploading: /work/t1.trio-dpd.log (590097 bytes) |
| 2808 | 2026-08-31T09:34:27.086Z | uploaded: /work/t1.trio-dpd.log |
| 2809 | 2026-08-31T09:34:27.086Z | uploading: /work/t1.trio.log (31021 bytes) |
| 2810 | 2026-08-31T09:34:28.097Z | uploaded: /work/t1.trio.log |