|
|
|
| 1 | 2026-08-31T09:25:04.596Z | job assigned to worker 01M1BJ4B615DQRB14JW11D0362 [factory aws, i-05057060fbef4e8cc] (queued for 1 m 2 s) |
| |
| 2 | 2026-08-31T09:25:11.400Z | starting task 0: "setup" |
| 3 | 2026-08-31T09:25:11.404Z | ++ uname -s |
| 4 | 2026-08-31T09:25:11.407Z | + kern=SunOS |
| 5 | 2026-08-31T09:25:11.407Z | + build_user=build |
| 6 | 2026-08-31T09:25:11.407Z | + build_uid=12345 |
| 7 | 2026-08-31T09:25:11.407Z | + work_dir=/work |
| 8 | 2026-08-31T09:25:11.407Z | + input_dir=/input |
| 9 | 2026-08-31T09:25:11.407Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-31T09:25:11.407Z | + case "$kern" in |
| 11 | 2026-08-31T09:25:11.407Z | + groupadd -g 12345 build |
| 12 | 2026-08-31T09:25:11.407Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-31T09:25:13.413Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-31T09:25:13.533Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-31T09:25:13.536Z | + home_fs=zfs |
| 16 | 2026-08-31T09:25:13.536Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-31T09:25:13.536Z | + mkdir -p /home/build |
| 18 | 2026-08-31T09:25:13.536Z | + chown build:build /home/build /work |
| 19 | 2026-08-31T09:25:14.537Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-31T09:25:14.540Z | process exited: duration 3139 ms, exit code 0 |
| |
| 21 | 2026-08-31T09:25:14.547Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-31T09:25:14.550Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-08-31T09:25:14.550Z | * rust toolchain channel = "stable" |
| 24 | 2026-08-31T09:25:14.550Z | * rust toolchain profile = "default" |
| 25 | 2026-08-31T09:25:14.551Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-31T09:25:14.551Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-31T09:25:14.551Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-31T09:25:14.554Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-31T09:25:14.554Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-31T09:25:14.629Z | info: downloading installer |
| 31 | 2026-08-31T09:25:15.914Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-31T09:25:15.914Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-31T09:25:15.914Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-31T09:25:15.914Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-31T09:25:15.926Z | info: profile set to default |
| 36 | 2026-08-31T09:25:15.927Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-31T09:25:15.931Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-31T09:25:16.068Z | info: latest update on 2026-08-20 for version 1.98.0 (88d9e12ae 2026-08-18) |
| 39 | 2026-08-31T09:25:16.071Z | info: downloading 6 components |
| 40 | 2026-08-31T09:25:31.438Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-31T09:25:31.438Z | |
| 42 | 2026-08-31T09:25:31.465Z | stable-x86_64-unknown-illumos installed - rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 43 | 2026-08-31T09:25:31.465Z | |
| 44 | 2026-08-31T09:25:31.468Z | |
| 45 | 2026-08-31T09:25:31.468Z | Rust is installed now. Great! |
| 46 | 2026-08-31T09:25:31.468Z | |
| 47 | 2026-08-31T09:25:31.468Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-31T09:25:31.468Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-31T09:25:31.468Z | |
| 50 | 2026-08-31T09:25:31.468Z | To configure your current shell, you need to source |
| 51 | 2026-08-31T09:25:31.468Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-31T09:25:31.468Z | |
| 53 | 2026-08-31T09:25:31.468Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-31T09:25:31.468Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-31T09:25:31.469Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-31T09:25:31.469Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-31T09:25:31.469Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-31T09:25:31.469Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-31T09:25:31.469Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-31T09:25:31.469Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-31T09:25:31.469Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-31T09:25:31.566Z | + rustup --version |
| 63 | 2026-08-31T09:25:31.576Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-31T09:25:31.579Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-31T09:25:31.596Z | info: the currently active `rustc` version is `rustc 1.98.0 (88d9e12ae 2026-08-18)` |
| 66 | 2026-08-31T09:25:31.599Z | + cargo --version |
| 67 | 2026-08-31T09:25:31.613Z | cargo 1.98.0 (797e8a9bc 2026-08-05) |
| 68 | 2026-08-31T09:25:31.616Z | + rustc --version |
| 69 | 2026-08-31T09:25:31.634Z | rustc 1.98.0 (88d9e12ae 2026-08-18) |
| 70 | 2026-08-31T09:25:31.638Z | process exited: duration 17089 ms, exit code 0 |
| |
| 71 | 2026-08-31T09:25:31.644Z | starting task 2: "authentication" |
| 72 | 2026-08-31T09:25:31.660Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-08-31T09:25:31.666Z | starting task 3: "clone repository" |
| 74 | 2026-08-31T09:25:31.669Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-31T09:25:31.673Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-31T09:25:31.700Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-31T09:25:33.598Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-31T09:25:33.598Z | + git fetch origin 36e43651d452b07302d464b0997da22b0af75ea7 |
| 79 | 2026-08-31T09:25:34.135Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-31T09:25:34.135Z | * branch 36e43651d452b07302d464b0997da22b0af75ea7 -> FETCH_HEAD |
| 81 | 2026-08-31T09:25:34.141Z | + [[ -n zl/ddm-mcast ]] |
| 82 | 2026-08-31T09:25:34.144Z | ++ git branch --show-current |
| 83 | 2026-08-31T09:25:34.144Z | + current=main |
| 84 | 2026-08-31T09:25:34.144Z | + [[ main != zl/ddm-mcast ]] |
| 85 | 2026-08-31T09:25:34.144Z | + git branch -f zl/ddm-mcast 36e43651d452b07302d464b0997da22b0af75ea7 |
| 86 | 2026-08-31T09:25:34.147Z | + git checkout -f zl/ddm-mcast |
| 87 | 2026-08-31T09:25:34.168Z | Switched to branch 'zl/ddm-mcast' |
| 88 | 2026-08-31T09:25:34.171Z | + git reset --hard 36e43651d452b07302d464b0997da22b0af75ea7 |
| 89 | 2026-08-31T09:25:34.189Z | HEAD is now at 36e4365 [merge] merge zl/mrib |
| 90 | 2026-08-31T09:25:34.192Z | process exited: duration 2523 ms, exit code 0 |
| |
| 91 | 2026-08-31T09:25:34.201Z | starting task 4: "build" |
| 92 | 2026-08-31T09:25:34.211Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 93 | 2026-08-31T09:25:34.346Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 94 | 2026-08-31T09:25:34.349Z | info: downloading 6 components |
| 95 | 2026-08-31T09:25:47.986Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 96 | 2026-08-31T09:25:48.016Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-31T09:25:48.023Z | ++ dladm |
| 98 | 2026-08-31T09:25:48.027Z | LINK CLASS MTU STATE BRIDGE OVER |
| 99 | 2026-08-31T09:25:48.027Z | ena0 phys 9216 up -- -- |
| 100 | 2026-08-31T09:25:48.030Z | ++ ipadm |
| 101 | 2026-08-31T09:25:48.030Z | ADDROBJ TYPE STATE ADDR |
| 102 | 2026-08-31T09:25:48.030Z | lo0/v4 static ok 127.0.0.1/8 |
| 103 | 2026-08-31T09:25:48.030Z | ena0/dhcp dhcp ok 10.150.1.217/24 |
| 104 | 2026-08-31T09:25:48.030Z | lo0/v6 static ok ::1/128 |
| 105 | 2026-08-31T09:25:48.030Z | ++ banner collect |
| 106 | 2026-08-31T09:25:48.033Z | |
| 107 | 2026-08-31T09:25:48.034Z | #### #### # # ###### #### ##### |
| 108 | 2026-08-31T09:25:48.034Z | # # # # # # # # # # |
| 109 | 2026-08-31T09:25:48.034Z | # # # # # ##### # # |
| 110 | 2026-08-31T09:25:48.034Z | # # # # # # # # |
| 111 | 2026-08-31T09:25:48.034Z | # # # # # # # # # # |
| 112 | 2026-08-31T09:25:48.034Z | #### #### ###### ###### ###### #### # |
| 113 | 2026-08-31T09:25:48.034Z | |
| 114 | 2026-08-31T09:25:48.034Z | ++ get_artifact softnpu image 284c6830722548714128e63ea04bcca78ee27154 softnpu |
| 115 | 2026-08-31T09:25:48.034Z | ++ repo=softnpu |
| 116 | 2026-08-31T09:25:48.034Z | ++ series=image |
| 117 | 2026-08-31T09:25:48.034Z | ++ commit=284c6830722548714128e63ea04bcca78ee27154 |
| 118 | 2026-08-31T09:25:48.034Z | ++ name=softnpu |
| 119 | 2026-08-31T09:25:48.034Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 120 | 2026-08-31T09:25:48.034Z | ++ mkdir -p download |
| 121 | 2026-08-31T09:25:48.034Z | ++ pushd download |
| 122 | 2026-08-31T09:25:48.034Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 123 | 2026-08-31T09:25:48.034Z | ++ [[ ! -f softnpu ]] |
| 124 | 2026-08-31T09:25:48.034Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/284c6830722548714128e63ea04bcca78ee27154/softnpu |
| 125 | 2026-08-31T09:25:48.039Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 126 | 2026-08-31T09:25:48.042Z | Dload Upload Total Spent Left Speed |
| 127 | 2026-08-31T09:25:48.319Z |
0 0 0 0 0 0 0 0 0
100 14.94M 100 14.94M 0 0 53.44M 0 0
100 14.94M 100 14.94M 0 0 53.43M 0 0
100 14.94M 100 14.94M 0 0 53.42M 0 0 |
| 128 | 2026-08-31T09:25:48.323Z | ++ popd |
| 129 | 2026-08-31T09:25:48.326Z | /work/oxidecomputer/maghemite |
| 130 | 2026-08-31T09:25:48.326Z | ++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 libsidecar_lite.so |
| 131 | 2026-08-31T09:25:48.326Z | ++ repo=sidecar-lite |
| 132 | 2026-08-31T09:25:48.326Z | ++ series=release |
| 133 | 2026-08-31T09:25:48.326Z | ++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6 |
| 134 | 2026-08-31T09:25:48.326Z | ++ name=libsidecar_lite.so |
| 135 | 2026-08-31T09:25:48.326Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 136 | 2026-08-31T09:25:48.326Z | ++ mkdir -p download |
| 137 | 2026-08-31T09:25:48.326Z | ++ pushd download |
| 138 | 2026-08-31T09:25:48.326Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 139 | 2026-08-31T09:25:48.327Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 140 | 2026-08-31T09:25:48.327Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/libsidecar_lite.so |
| 141 | 2026-08-31T09:25:48.331Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 142 | 2026-08-31T09:25:48.334Z | Dload Upload Total Spent Left Speed |
| 143 | 2026-08-31T09:25:48.649Z |
0 0 0 0 0 0 0 0 0
100 12.37M 100 12.37M 0 0 38.93M 0 0
100 12.37M 100 12.37M 0 0 38.92M 0 0
100 12.37M 100 12.37M 0 0 38.92M 0 0 |
| 144 | 2026-08-31T09:25:48.653Z | ++ popd |
| 145 | 2026-08-31T09:25:48.655Z | /work/oxidecomputer/maghemite |
| 146 | 2026-08-31T09:25:48.655Z | ++ get_artifact sidecar-lite release 461cbe1926b93b20c2f43ad5cd9007b193db61a6 scadm |
| 147 | 2026-08-31T09:25:48.656Z | ++ repo=sidecar-lite |
| 148 | 2026-08-31T09:25:48.656Z | ++ series=release |
| 149 | 2026-08-31T09:25:48.656Z | ++ commit=461cbe1926b93b20c2f43ad5cd9007b193db61a6 |
| 150 | 2026-08-31T09:25:48.656Z | ++ name=scadm |
| 151 | 2026-08-31T09:25:48.656Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 152 | 2026-08-31T09:25:48.656Z | ++ mkdir -p download |
| 153 | 2026-08-31T09:25:48.656Z | ++ pushd download |
| 154 | 2026-08-31T09:25:48.656Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 155 | 2026-08-31T09:25:48.656Z | ++ [[ ! -f scadm ]] |
| 156 | 2026-08-31T09:25:48.656Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/461cbe1926b93b20c2f43ad5cd9007b193db61a6/scadm |
| 157 | 2026-08-31T09:25:48.663Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 158 | 2026-08-31T09:25:48.667Z | Dload Upload Total Spent Left Speed |
| 159 | 2026-08-31T09:25:48.934Z |
0 0 0 0 0 0 0 0 0
100 15.34M 100 15.34M 0 0 56.43M 0 0
100 15.34M 100 15.34M 0 0 56.41M 0 0
100 15.34M 100 15.34M 0 0 56.41M 0 0 |
| 160 | 2026-08-31T09:25:48.937Z | ++ popd |
| 161 | 2026-08-31T09:25:48.937Z | /work/oxidecomputer/maghemite |
| 162 | 2026-08-31T09:25:48.937Z | ++ get_artifact dendrite image 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d dendrite-softnpu.tar.gz |
| 163 | 2026-08-31T09:25:48.937Z | ++ repo=dendrite |
| 164 | 2026-08-31T09:25:48.937Z | ++ series=image |
| 165 | 2026-08-31T09:25:48.937Z | ++ commit=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 166 | 2026-08-31T09:25:48.937Z | ++ name=dendrite-softnpu.tar.gz |
| 167 | 2026-08-31T09:25:48.937Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 168 | 2026-08-31T09:25:48.937Z | ++ mkdir -p download |
| 169 | 2026-08-31T09:25:48.941Z | ++ pushd download |
| 170 | 2026-08-31T09:25:48.941Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 171 | 2026-08-31T09:25:48.941Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 172 | 2026-08-31T09:25:48.941Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d/dendrite-softnpu.tar.gz |
| 173 | 2026-08-31T09:25:48.947Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 174 | 2026-08-31T09:25:48.949Z | Dload Upload Total Spent Left Speed |
| 175 | 2026-08-31T09:25:50.167Z |
0 0 0 0 0 0 0 0 0
77 81.56M 77 63.47M 0 0 63.35M 0 00:01 00:01 63.37M
100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M
100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M
100 81.56M 100 81.56M 0 0 66.73M 0 00:01 00:01 63.37M |
| 176 | 2026-08-31T09:25:50.171Z | ++ popd |
| 177 | 2026-08-31T09:25:50.174Z | /work/oxidecomputer/maghemite |
| 178 | 2026-08-31T09:25:50.174Z | ++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddm |
| 179 | 2026-08-31T09:25:50.174Z | ++ repo=maghemite |
| 180 | 2026-08-31T09:25:50.174Z | ++ series=release |
| 181 | 2026-08-31T09:25:50.174Z | ++ commit=36e43651d452b07302d464b0997da22b0af75ea7 |
| 182 | 2026-08-31T09:25:50.174Z | ++ name=ddm |
| 183 | 2026-08-31T09:25:50.174Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 184 | 2026-08-31T09:25:50.174Z | ++ mkdir -p download |
| 185 | 2026-08-31T09:25:50.174Z | ++ pushd download |
| 186 | 2026-08-31T09:25:50.174Z | ++ [[ ! -f ddm ]] |
| 187 | 2026-08-31T09:25:50.174Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 188 | 2026-08-31T09:25:50.174Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddm |
| 189 | 2026-08-31T09:25:50.180Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 190 | 2026-08-31T09:25:50.184Z | Dload Upload Total Spent Left Speed |
| 191 | 2026-08-31T09:25:50.217Z |
0 0 0 0 0 0 0 0 0 |
| 192 | 2026-08-31T09:25:50.217Z | curl: (22) The requested URL returned error: 404 |
| 193 | 2026-08-31T09:25:50.220Z | ++ popd |
| 194 | 2026-08-31T09:25:50.220Z | /work/oxidecomputer/maghemite |
| 195 | 2026-08-31T09:25:50.220Z | ++ get_artifact maghemite release 36e43651d452b07302d464b0997da22b0af75ea7 ddmadm |
| 196 | 2026-08-31T09:25:50.220Z | ++ repo=maghemite |
| 197 | 2026-08-31T09:25:50.220Z | ++ series=release |
| 198 | 2026-08-31T09:25:50.220Z | ++ commit=36e43651d452b07302d464b0997da22b0af75ea7 |
| 199 | 2026-08-31T09:25:50.220Z | ++ name=ddmadm |
| 200 | 2026-08-31T09:25:50.220Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 201 | 2026-08-31T09:25:50.220Z | ++ mkdir -p download |
| 202 | 2026-08-31T09:25:50.224Z | ++ pushd download |
| 203 | 2026-08-31T09:25:50.224Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 204 | 2026-08-31T09:25:50.224Z | ++ [[ ! -f ddmadm ]] |
| 205 | 2026-08-31T09:25:50.224Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/36e43651d452b07302d464b0997da22b0af75ea7/ddmadm |
| 206 | 2026-08-31T09:25:50.227Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 207 | 2026-08-31T09:25:50.227Z | Dload Upload Total Spent Left Speed |
| 208 | 2026-08-31T09:25:50.262Z |
0 0 0 0 0 0 0 0 0 |
| 209 | 2026-08-31T09:25:50.262Z | curl: (22) The requested URL returned error: 404 |
| 210 | 2026-08-31T09:25:50.265Z | ++ popd |
| 211 | 2026-08-31T09:25:50.265Z | /work/oxidecomputer/maghemite |
| 212 | 2026-08-31T09:25:50.265Z | ++ pushd download |
| 213 | 2026-08-31T09:25:50.265Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 214 | 2026-08-31T09:25:50.265Z | ++ chmod +x softnpu |
| 215 | 2026-08-31T09:25:50.265Z | ++ chmod +x scadm |
| 216 | 2026-08-31T09:25:50.268Z | ++ chmod +x ddmadm |
| 217 | 2026-08-31T09:25:50.268Z | chmod: WARNING: can't access ddmadm |
| 218 | 2026-08-31T09:25:50.268Z | ++ chmod +x ddmd |
| 219 | 2026-08-31T09:25:50.272Z | chmod: WARNING: can't access ddmd |
| 220 | 2026-08-31T09:25:50.272Z | ++ mv ddmadm ddmadm-v2 |
| 221 | 2026-08-31T09:25:50.272Z | mv: cannot access ddmadm |
| 222 | 2026-08-31T09:25:50.272Z | ++ mv ddmd ddmd-v2 |
| 223 | 2026-08-31T09:25:50.273Z | mv: cannot access ddmd |
| 224 | 2026-08-31T09:25:50.273Z | ++ rm -rf zones/dendrite |
| 225 | 2026-08-31T09:25:50.276Z | ++ mkdir -p zones/dendrite |
| 226 | 2026-08-31T09:25:50.277Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 227 | 2026-08-31T09:25:51.046Z | ++ 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:51.049Z | ++ 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:51.052Z | ++ popd |
| 230 | 2026-08-31T09:25:51.052Z | /work/oxidecomputer/maghemite |
| 231 | 2026-08-31T09:25:51.052Z | ++ banner install |
| 232 | 2026-08-31T09:25:51.052Z | |
| 233 | 2026-08-31T09:25:51.052Z | # # # #### ##### ## # # |
| 234 | 2026-08-31T09:25:51.052Z | # ## # # # # # # # |
| 235 | 2026-08-31T09:25:51.052Z | # # # # #### # # # # # |
| 236 | 2026-08-31T09:25:51.052Z | # # # # # # ###### # # |
| 237 | 2026-08-31T09:25:51.052Z | # # ## # # # # # # # |
| 238 | 2026-08-31T09:25:51.053Z | # # # #### # # # ###### ###### |
| 239 | 2026-08-31T09:25:51.053Z | |
| 240 | 2026-08-31T09:25:51.054Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 241 | 2026-08-31T09:25:51.054Z | ++ pfexec pkg install clang-15 |
| 242 | 2026-08-31T09:25:56.054Z | Startup: Refreshing catalog 'helios' ... Done |
| 243 | 2026-08-31T09:25:56.468Z | Startup: Caching catalogs ... Done |
| 244 | 2026-08-31T09:25:58.805Z | Planning: Solver setup ... Done |
| 245 | 2026-08-31T09:25:58.844Z | Planning: Running solver ... Done |
| 246 | 2026-08-31T09:25:58.892Z | Planning: Consolidating action changes ... Done |
| 247 | 2026-08-31T09:25:58.892Z | Planning: Evaluating mediators ... Done |
| 248 | 2026-08-31T09:25:58.897Z | Planning: Planning completed in 2.39 seconds |
| 249 | 2026-08-31T09:25:58.975Z | No updates necessary for this image. |
| 250 | 2026-08-31T09:25:59.204Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 251 | 2026-08-31T09:25:59.204Z | ++ pfexec pkg install pkg-config |
| 252 | 2026-08-31T09:25:59.475Z | Startup: Refreshing catalog 'helios' ... Done |
| 253 | 2026-08-31T09:26:01.770Z | Planning: Solver setup ... Done |
| 254 | 2026-08-31T09:26:01.836Z | Planning: Running solver ... Done |
| 255 | 2026-08-31T09:26:01.884Z | Planning: Consolidating action changes ... Done |
| 256 | 2026-08-31T09:26:01.884Z | Planning: Evaluating mediators ... Done |
| 257 | 2026-08-31T09:26:01.887Z | Planning: Planning completed in 2.41 seconds |
| 258 | 2026-08-31T09:26:01.901Z | No updates necessary for this image. |
| 259 | 2026-08-31T09:26:02.039Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 260 | 2026-08-31T09:26:02.039Z | ++ pfexec pkg install brand/omicron1 |
| 261 | 2026-08-31T09:26:02.307Z | Startup: Refreshing catalog 'helios' ... Done |
| 262 | 2026-08-31T09:26:04.604Z | Planning: Solver setup ... Done |
| 263 | 2026-08-31T09:26:04.669Z | Planning: Running solver ... Done |
| 264 | 2026-08-31T09:26:04.723Z | Planning: Finding local manifests ... Done |
| 265 | 2026-08-31T09:26:04.727Z | Planning: Fetching manifests: 0/2 0% complete |
| 266 | 2026-08-31T09:26:04.749Z | Planning: Fetching manifests: 2/2 100% complete |
| 267 | 2026-08-31T09:26:04.761Z | Planning: Package planning ... Done |
| 268 | 2026-08-31T09:26:04.764Z | Planning: Merging actions ... Done |
| 269 | 2026-08-31T09:26:04.917Z | Planning: Checking for conflicting actions ... Done |
| 270 | 2026-08-31T09:26:04.923Z | Planning: Consolidating action changes ... Done |
| 271 | 2026-08-31T09:26:05.718Z | Planning: Evaluating mediators ... Done |
| 272 | 2026-08-31T09:26:05.725Z | Planning: Planning completed in 3.41 seconds |
| 273 | 2026-08-31T09:26:05.733Z | Packages to install: 2 |
| 274 | 2026-08-31T09:26:05.733Z | Create boot environment: No |
| 275 | 2026-08-31T09:26:05.733Z | Create backup boot environment: No |
| 276 | 2026-08-31T09:26:05.748Z | |
| 277 | 2026-08-31T09:26:05.748Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 278 | 2026-08-31T09:26:05.760Z | Download: Completed 1.01 MB in 0.01 seconds (73.5M/s) |
| 279 | 2026-08-31T09:26:05.894Z | Actions: 1/28 actions (Installing new actions) |
| 280 | 2026-08-31T09:26:05.906Z | Actions: Completed 28 actions in 0.01 seconds. |
| 281 | 2026-08-31T09:26:05.943Z | Finalize: Updating package state database ... Done |
| 282 | 2026-08-31T09:26:05.943Z | Finalize: Updating package cache ... Done |
| 283 | 2026-08-31T09:26:06.044Z | Finalize: Updating image state ... Done |
| 284 | 2026-08-31T09:26:08.427Z | Finalize: Creating fast lookup database ... Done |
| 285 | 2026-08-31T09:26:08.496Z | Finalize: Reading search index ... Done |
| 286 | 2026-08-31T09:26:08.499Z | Finalize: Updating search index ... Done |
| 287 | 2026-08-31T09:26:08.576Z | Finalize: Updating package cache ... Done |
| 288 | 2026-08-31T09:26:08.664Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 289 | 2026-08-31T09:26:08.665Z | ++ pfexec pkg install brand/omicron1/tools |
| 290 | 2026-08-31T09:26:08.933Z | Startup: Refreshing catalog 'helios' ... Done |
| 291 | 2026-08-31T09:26:11.209Z | Planning: Solver setup ... Done |
| 292 | 2026-08-31T09:26:11.273Z | Planning: Running solver ... Done |
| 293 | 2026-08-31T09:26:11.324Z | Planning: Finding local manifests ... Done |
| 294 | 2026-08-31T09:26:11.327Z | Planning: Fetching manifests: 0/1 0% complete |
| 295 | 2026-08-31T09:26:11.342Z | Planning: Fetching manifests: 1/1 100% complete |
| 296 | 2026-08-31T09:26:11.354Z | Planning: Package planning ... Done |
| 297 | 2026-08-31T09:26:11.357Z | Planning: Merging actions ... Done |
| 298 | 2026-08-31T09:26:11.484Z | Planning: Checking for conflicting actions ... Done |
| 299 | 2026-08-31T09:26:11.488Z | Planning: Consolidating action changes ... Done |
| 300 | 2026-08-31T09:26:11.645Z | Planning: Evaluating mediators ... Done |
| 301 | 2026-08-31T09:26:11.650Z | Planning: Planning completed in 2.71 seconds |
| 302 | 2026-08-31T09:26:11.654Z | Packages to install: 1 |
| 303 | 2026-08-31T09:26:11.658Z | Services to change: 1 |
| 304 | 2026-08-31T09:26:11.659Z | Create boot environment: No |
| 305 | 2026-08-31T09:26:11.659Z | Create backup boot environment: No |
| 306 | 2026-08-31T09:26:11.671Z | |
| 307 | 2026-08-31T09:26:11.671Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 308 | 2026-08-31T09:26:11.699Z | Download: Completed 1.13 MB in 0.03 seconds (41.4M/s) |
| 309 | 2026-08-31T09:26:11.763Z | Actions: 1/19 actions (Installing new actions) |
| 310 | 2026-08-31T09:26:11.776Z | Actions: Completed 19 actions in 0.01 seconds. |
| 311 | 2026-08-31T09:26:11.815Z | Finalize: Updating package state database ... Done |
| 312 | 2026-08-31T09:26:11.815Z | Finalize: Updating package cache ... Done |
| 313 | 2026-08-31T09:26:11.906Z | Finalize: Updating image state ... Done |
| 314 | 2026-08-31T09:26:13.860Z | Finalize: Creating fast lookup database ... Done |
| 315 | 2026-08-31T09:26:13.919Z | Finalize: Reading search index ... Done |
| 316 | 2026-08-31T09:26:13.924Z | Finalize: Updating search index ... Done |
| 317 | 2026-08-31T09:26:14.008Z | Finalize: Updating package cache ... Done |
| 318 | 2026-08-31T09:26:14.094Z | ++ pfexec svcadm enable baseline |
| 319 | 2026-08-31T09:26:14.108Z | ++ retry=0 |
| 320 | 2026-08-31T09:26:14.113Z | +++ svcs -Hostate baseline |
| 321 | 2026-08-31T09:26:14.122Z | ++ [[ offline* != online ]] |
| 322 | 2026-08-31T09:26:14.122Z | ++ [[ 0 -gt 300 ]] |
| 323 | 2026-08-31T09:26:14.125Z | ++ sleep 1 |
| 324 | 2026-08-31T09:26:15.127Z | ++ retry=1 |
| 325 | 2026-08-31T09:26:15.132Z | +++ svcs -Hostate baseline |
| 326 | 2026-08-31T09:26:15.141Z | ++ [[ offline* != online ]] |
| 327 | 2026-08-31T09:26:15.141Z | ++ [[ 1 -gt 300 ]] |
| 328 | 2026-08-31T09:26:15.141Z | ++ sleep 1 |
| 329 | 2026-08-31T09:26:16.171Z | ++ retry=2 |
| 330 | 2026-08-31T09:26:16.177Z | +++ svcs -Hostate baseline |
| 331 | 2026-08-31T09:26:16.177Z | ++ [[ offline* != online ]] |
| 332 | 2026-08-31T09:26:16.177Z | ++ [[ 2 -gt 300 ]] |
| 333 | 2026-08-31T09:26:16.179Z | ++ sleep 1 |
| 334 | 2026-08-31T09:26:17.159Z | ++ retry=3 |
| 335 | 2026-08-31T09:26:17.162Z | +++ svcs -Hostate baseline |
| 336 | 2026-08-31T09:26:17.174Z | ++ [[ offline* != online ]] |
| 337 | 2026-08-31T09:26:17.175Z | ++ [[ 3 -gt 300 ]] |
| 338 | 2026-08-31T09:26:17.175Z | ++ sleep 1 |
| 339 | 2026-08-31T09:26:18.176Z | ++ retry=4 |
| 340 | 2026-08-31T09:26:18.180Z | +++ svcs -Hostate baseline |
| 341 | 2026-08-31T09:26:18.196Z | ++ [[ offline* != online ]] |
| 342 | 2026-08-31T09:26:18.196Z | ++ [[ 4 -gt 300 ]] |
| 343 | 2026-08-31T09:26:18.205Z | ++ sleep 1 |
| 344 | 2026-08-31T09:26:19.196Z | ++ retry=5 |
| 345 | 2026-08-31T09:26:19.208Z | +++ svcs -Hostate baseline |
| 346 | 2026-08-31T09:26:19.228Z | ++ [[ offline* != online ]] |
| 347 | 2026-08-31T09:26:19.229Z | ++ [[ 5 -gt 300 ]] |
| 348 | 2026-08-31T09:26:19.229Z | ++ sleep 1 |
| 349 | 2026-08-31T09:26:20.209Z | ++ retry=6 |
| 350 | 2026-08-31T09:26:20.212Z | +++ svcs -Hostate baseline |
| 351 | 2026-08-31T09:26:20.227Z | ++ [[ offline* != online ]] |
| 352 | 2026-08-31T09:26:20.227Z | ++ [[ 6 -gt 300 ]] |
| 353 | 2026-08-31T09:26:20.227Z | ++ sleep 1 |
| 354 | 2026-08-31T09:26:21.225Z | ++ retry=7 |
| 355 | 2026-08-31T09:26:21.229Z | +++ svcs -Hostate baseline |
| 356 | 2026-08-31T09:26:21.242Z | ++ [[ offline* != online ]] |
| 357 | 2026-08-31T09:26:21.242Z | ++ [[ 7 -gt 300 ]] |
| 358 | 2026-08-31T09:26:21.242Z | ++ sleep 1 |
| 359 | 2026-08-31T09:26:22.243Z | ++ retry=8 |
| 360 | 2026-08-31T09:26:22.248Z | +++ svcs -Hostate baseline |
| 361 | 2026-08-31T09:26:22.260Z | ++ [[ offline* != online ]] |
| 362 | 2026-08-31T09:26:22.260Z | ++ [[ 8 -gt 300 ]] |
| 363 | 2026-08-31T09:26:22.260Z | ++ sleep 1 |
| 364 | 2026-08-31T09:26:23.258Z | ++ retry=9 |
| 365 | 2026-08-31T09:26:23.269Z | +++ svcs -Hostate baseline |
| 366 | 2026-08-31T09:26:23.276Z | ++ [[ offline* != online ]] |
| 367 | 2026-08-31T09:26:23.276Z | ++ [[ 9 -gt 300 ]] |
| 368 | 2026-08-31T09:26:23.287Z | ++ sleep 1 |
| 369 | 2026-08-31T09:26:24.276Z | ++ retry=10 |
| 370 | 2026-08-31T09:26:24.282Z | +++ svcs -Hostate baseline |
| 371 | 2026-08-31T09:26:24.290Z | ++ [[ offline* != online ]] |
| 372 | 2026-08-31T09:26:24.290Z | ++ [[ 10 -gt 300 ]] |
| 373 | 2026-08-31T09:26:24.290Z | ++ sleep 1 |
| 374 | 2026-08-31T09:26:25.292Z | ++ retry=11 |
| 375 | 2026-08-31T09:26:25.295Z | +++ svcs -Hostate baseline |
| 376 | 2026-08-31T09:26:25.306Z | ++ [[ offline* != online ]] |
| 377 | 2026-08-31T09:26:25.306Z | ++ [[ 11 -gt 300 ]] |
| 378 | 2026-08-31T09:26:25.306Z | ++ sleep 1 |
| 379 | 2026-08-31T09:26:26.310Z | ++ retry=12 |
| 380 | 2026-08-31T09:26:26.316Z | +++ svcs -Hostate baseline |
| 381 | 2026-08-31T09:26:26.325Z | ++ [[ offline* != online ]] |
| 382 | 2026-08-31T09:26:26.325Z | ++ [[ 12 -gt 300 ]] |
| 383 | 2026-08-31T09:26:26.325Z | ++ sleep 1 |
| 384 | 2026-08-31T09:26:27.324Z | ++ retry=13 |
| 385 | 2026-08-31T09:26:27.327Z | +++ svcs -Hostate baseline |
| 386 | 2026-08-31T09:26:27.339Z | ++ [[ offline* != online ]] |
| 387 | 2026-08-31T09:26:27.339Z | ++ [[ 13 -gt 300 ]] |
| 388 | 2026-08-31T09:26:27.339Z | ++ sleep 1 |
| 389 | 2026-08-31T09:26:28.340Z | ++ retry=14 |
| 390 | 2026-08-31T09:26:28.344Z | +++ svcs -Hostate baseline |
| 391 | 2026-08-31T09:26:28.354Z | ++ [[ offline* != online ]] |
| 392 | 2026-08-31T09:26:28.354Z | ++ [[ 14 -gt 300 ]] |
| 393 | 2026-08-31T09:26:28.354Z | ++ sleep 1 |
| 394 | 2026-08-31T09:26:29.356Z | ++ retry=15 |
| 395 | 2026-08-31T09:26:29.360Z | +++ svcs -Hostate baseline |
| 396 | 2026-08-31T09:26:29.371Z | ++ [[ offline* != online ]] |
| 397 | 2026-08-31T09:26:29.372Z | ++ [[ 15 -gt 300 ]] |
| 398 | 2026-08-31T09:26:29.372Z | ++ sleep 1 |
| 399 | 2026-08-31T09:26:30.372Z | ++ retry=16 |
| 400 | 2026-08-31T09:26:30.375Z | +++ svcs -Hostate baseline |
| 401 | 2026-08-31T09:26:30.386Z | ++ [[ offline* != online ]] |
| 402 | 2026-08-31T09:26:30.386Z | ++ [[ 16 -gt 300 ]] |
| 403 | 2026-08-31T09:26:30.386Z | ++ sleep 1 |
| 404 | 2026-08-31T09:26:31.388Z | ++ retry=17 |
| 405 | 2026-08-31T09:26:31.390Z | +++ svcs -Hostate baseline |
| 406 | 2026-08-31T09:26:31.403Z | ++ [[ offline* != online ]] |
| 407 | 2026-08-31T09:26:31.403Z | ++ [[ 17 -gt 300 ]] |
| 408 | 2026-08-31T09:26:31.404Z | ++ sleep 1 |
| 409 | 2026-08-31T09:26:32.403Z | ++ retry=18 |
| 410 | 2026-08-31T09:26:32.406Z | +++ svcs -Hostate baseline |
| 411 | 2026-08-31T09:26:32.418Z | ++ [[ offline* != online ]] |
| 412 | 2026-08-31T09:26:32.418Z | ++ [[ 18 -gt 300 ]] |
| 413 | 2026-08-31T09:26:32.418Z | ++ sleep 1 |
| 414 | 2026-08-31T09:26:33.422Z | ++ retry=19 |
| 415 | 2026-08-31T09:26:33.427Z | +++ svcs -Hostate baseline |
| 416 | 2026-08-31T09:26:33.434Z | ++ [[ offline* != online ]] |
| 417 | 2026-08-31T09:26:33.434Z | ++ [[ 19 -gt 300 ]] |
| 418 | 2026-08-31T09:26:33.435Z | ++ sleep 1 |
| 419 | 2026-08-31T09:26:34.438Z | ++ retry=20 |
| 420 | 2026-08-31T09:26:34.450Z | +++ svcs -Hostate baseline |
| 421 | 2026-08-31T09:26:34.459Z | ++ [[ online != online ]] |
| 422 | 2026-08-31T09:26:34.459Z | ++ set -o errexit |
| 423 | 2026-08-31T09:26:34.459Z | ++ set -o pipefail |
| 424 | 2026-08-31T09:26:34.460Z | ++ banner build |
| 425 | 2026-08-31T09:26:34.460Z | |
| 426 | 2026-08-31T09:26:34.460Z | ##### # # # # ##### |
| 427 | 2026-08-31T09:26:34.460Z | # # # # # # # # |
| 428 | 2026-08-31T09:26:34.460Z | ##### # # # # # # |
| 429 | 2026-08-31T09:26:34.460Z | # # # # # # # # |
| 430 | 2026-08-31T09:26:34.460Z | # # # # # # # # |
| 431 | 2026-08-31T09:26:34.460Z | ##### #### # ###### ##### |
| 432 | 2026-08-31T09:26:34.460Z | |
| 433 | 2026-08-31T09:26:34.460Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 434 | 2026-08-31T09:26:34.559Z | Updating crates.io index |
| 435 | 2026-08-31T09:26:34.562Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 436 | 2026-08-31T09:26:40.745Z | From https://github.com/oxidecomputer/omicron |
| 437 | 2026-08-31T09:26:40.745Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 438 | 2026-08-31T09:26:41.168Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 439 | 2026-08-31T09:26:42.345Z | From https://github.com/oxidecomputer/falcon |
| 440 | 2026-08-31T09:26:42.345Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 441 | 2026-08-31T09:26:42.421Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 442 | 2026-08-31T09:26:43.542Z | From https://github.com/oxidecomputer/dendrite |
| 443 | 2026-08-31T09:26:43.542Z | * [new ref] 3d49b1314dc111323052ffe4b5b7ec442d9d0f3d -> refs/commit/3d49b1314dc111323052ffe4b5b7ec442d9d0f3d |
| 444 | 2026-08-31T09:26:43.580Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 445 | 2026-08-31T09:26:43.970Z | From https://github.com/oxidecomputer/ispf |
| 446 | 2026-08-31T09:26:43.970Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 447 | 2026-08-31T09:26:43.976Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 448 | 2026-08-31T09:26:44.422Z | From https://github.com/oxidecomputer/netadm-sys |
| 449 | 2026-08-31T09:26:44.422Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 450 | 2026-08-31T09:26:44.432Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 451 | 2026-08-31T09:26:45.301Z | From https://github.com/oxidecomputer/opte |
| 452 | 2026-08-31T09:26:45.301Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 453 | 2026-08-31T09:26:45.739Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 454 | 2026-08-31T09:26:45.742Z | From https://github.com/oxidecomputer/slog-error-chain |
| 455 | 2026-08-31T09:26:45.742Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 456 | 2026-08-31T09:26:45.745Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 457 | 2026-08-31T09:26:46.256Z | From https://github.com/illumos/smf-rs |
| 458 | 2026-08-31T09:26:46.256Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 459 | 2026-08-31T09:26:46.267Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 460 | 2026-08-31T09:26:46.879Z | From https://github.com/oxidecomputer/poptrie |
| 461 | 2026-08-31T09:26:46.879Z | * [new ref] 5bf62f6b889c61e0608d8463ed11da28e130cb34 -> refs/commit/5bf62f6b889c61e0608d8463ed11da28e130cb34 |
| 462 | 2026-08-31T09:26:46.888Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 463 | 2026-08-31T09:26:47.268Z | From https://github.com/oxidecomputer/network-interface |
| 464 | 2026-08-31T09:26:47.268Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 465 | 2026-08-31T09:26:47.275Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 466 | 2026-08-31T09:26:47.550Z | From https://github.com/oxidecomputer/zone |
| 467 | 2026-08-31T09:26:47.550Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 468 | 2026-08-31T09:26:47.556Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 469 | 2026-08-31T09:26:47.905Z | From https://github.com/oxidecomputer/lldp |
| 470 | 2026-08-31T09:26:47.905Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 471 | 2026-08-31T09:26:47.916Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 472 | 2026-08-31T09:26:48.402Z | From https://github.com/oxidecomputer/tufaceous |
| 473 | 2026-08-31T09:26:48.402Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 474 | 2026-08-31T09:26:48.410Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 475 | 2026-08-31T09:26:49.068Z | From https://github.com/oxidecomputer/propolis |
| 476 | 2026-08-31T09:26:49.068Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 477 | 2026-08-31T09:26:49.109Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 478 | 2026-08-31T09:26:49.685Z | From https://github.com/oxidecomputer/transceiver-control |
| 479 | 2026-08-31T09:26:49.685Z | * [new ref] 1f94d981731f20f553e957752c5027d15be0f49d -> refs/commit/1f94d981731f20f553e957752c5027d15be0f49d |
| 480 | 2026-08-31T09:26:49.694Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 481 | 2026-08-31T09:26:50.001Z | From https://github.com/oxidecomputer/dlpi-sys |
| 482 | 2026-08-31T09:26:50.001Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 483 | 2026-08-31T09:26:50.008Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 484 | 2026-08-31T09:26:50.325Z | From https://github.com/jmesmon/rust-libzfs |
| 485 | 2026-08-31T09:26:50.325Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 486 | 2026-08-31T09:26:50.333Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 487 | 2026-08-31T09:26:50.618Z | From https://github.com/oxidecomputer/rusty-doors |
| 488 | 2026-08-31T09:26:50.618Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 489 | 2026-08-31T09:26:50.625Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 490 | 2026-08-31T09:26:51.138Z | From https://github.com/oxidecomputer/management-gateway-service |
| 491 | 2026-08-31T09:26:51.140Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 492 | 2026-08-31T09:26:51.149Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 493 | 2026-08-31T09:26:51.461Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 494 | 2026-08-31T09:26:51.461Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 495 | 2026-08-31T09:26:51.468Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 496 | 2026-08-31T09:26:52.911Z | From https://github.com/oxidecomputer/crucible |
| 497 | 2026-08-31T09:26:52.911Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 498 | 2026-08-31T09:26:52.952Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 499 | 2026-08-31T09:26:53.443Z | From https://github.com/oxidecomputer/propolis |
| 500 | 2026-08-31T09:26:53.443Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 501 | 2026-08-31T09:26:53.485Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 502 | 2026-08-31T09:26:54.354Z | From https://github.com/oxidecomputer/crucible |
| 503 | 2026-08-31T09:26:54.354Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 504 | 2026-08-31T09:26:54.417Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 505 | 2026-08-31T09:26:54.998Z | From https://github.com/oxidecomputer/tofino |
| 506 | 2026-08-31T09:26:54.999Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 507 | 2026-08-31T09:26:55.010Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 508 | 2026-08-31T09:26:55.681Z | From https://github.com/oxidecomputer/maghemite |
| 509 | 2026-08-31T09:26:55.681Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 510 | 2026-08-31T09:26:55.710Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 511 | 2026-08-31T09:26:56.175Z | From https://github.com/oxidecomputer/clickward |
| 512 | 2026-08-31T09:26:56.176Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 513 | 2026-08-31T09:26:56.181Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 514 | 2026-08-31T09:26:56.466Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 515 | 2026-08-31T09:26:56.466Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 516 | 2026-08-31T09:26:58.189Z | Downloading crates ... |
| 517 | 2026-08-31T09:26:58.240Z | Downloaded anstream v1.0.0 |
| 518 | 2026-08-31T09:26:58.244Z | Downloaded adler2 v2.0.1 |
| 519 | 2026-08-31T09:26:58.254Z | Downloaded async-stream-impl v0.3.6 |
| 520 | 2026-08-31T09:26:58.258Z | Downloaded atomicwrites v0.4.4 |
| 521 | 2026-08-31T09:26:58.263Z | Downloaded ident_case v1.0.1 |
| 522 | 2026-08-31T09:26:58.267Z | Downloaded ingot-macros v0.1.1 |
| 523 | 2026-08-31T09:26:58.267Z | Downloaded atomic-waker v1.1.2 |
| 524 | 2026-08-31T09:26:58.270Z | Downloaded base16ct v1.0.0 |
| 525 | 2026-08-31T09:26:58.272Z | Downloaded block-buffer v0.12.1 |
| 526 | 2026-08-31T09:26:58.273Z | Downloaded konst_macro_rules v0.2.19 |
| 527 | 2026-08-31T09:26:58.276Z | Downloaded block-buffer v0.10.4 |
| 528 | 2026-08-31T09:26:58.276Z | Downloaded async-stream v0.3.6 |
| 529 | 2026-08-31T09:26:58.276Z | Downloaded darling_core v0.21.3 |
| 530 | 2026-08-31T09:26:58.279Z | Downloaded internet-checksum v0.2.1 |
| 531 | 2026-08-31T09:26:58.279Z | Downloaded is_ci v1.2.0 |
| 532 | 2026-08-31T09:26:58.279Z | Downloaded aho-corasick v1.1.5 |
| 533 | 2026-08-31T09:26:58.283Z | Downloaded is_terminal_polyfill v1.70.2 |
| 534 | 2026-08-31T09:26:58.283Z | Downloaded lazy_static v1.5.0 |
| 535 | 2026-08-31T09:26:58.285Z | Downloaded crypto-common v0.2.2 |
| 536 | 2026-08-31T09:26:58.285Z | Downloaded anstyle-query v1.1.5 |
| 537 | 2026-08-31T09:26:58.285Z | Downloaded instant v0.1.13 |
| 538 | 2026-08-31T09:26:58.285Z | Downloaded lru-cache v0.1.2 |
| 539 | 2026-08-31T09:26:58.288Z | Downloaded hubpack_derive v0.1.1 |
| 540 | 2026-08-31T09:26:58.288Z | Downloaded macaddr v1.0.1 |
| 541 | 2026-08-31T09:26:58.288Z | Downloaded aead v0.5.2 |
| 542 | 2026-08-31T09:26:58.288Z | Downloaded indent_write v2.2.0 |
| 543 | 2026-08-31T09:26:58.293Z | Downloaded cfg-if v1.0.4 |
| 544 | 2026-08-31T09:26:58.296Z | Downloaded hubpack v0.1.2 |
| 545 | 2026-08-31T09:26:58.299Z | Downloaded bit-set v0.8.0 |
| 546 | 2026-08-31T09:26:58.299Z | Downloaded inout v0.1.4 |
| 547 | 2026-08-31T09:26:58.303Z | Downloaded clap_lex v1.1.0 |
| 548 | 2026-08-31T09:26:58.304Z | Downloaded colorchoice v1.0.5 |
| 549 | 2026-08-31T09:26:58.308Z | Downloaded cfg_aliases v0.2.2 |
| 550 | 2026-08-31T09:26:58.308Z | Downloaded idna_adapter v1.2.2 |
| 551 | 2026-08-31T09:26:58.308Z | Downloaded jiff-static v0.2.35 |
| 552 | 2026-08-31T09:26:58.308Z | Downloaded newline-converter v0.3.0 |
| 553 | 2026-08-31T09:26:58.308Z | Downloaded const-random-macro v0.1.16 |
| 554 | 2026-08-31T09:26:58.308Z | Downloaded crc8 v0.1.1 |
| 555 | 2026-08-31T09:26:58.319Z | Downloaded cobs v0.3.0 |
| 556 | 2026-08-31T09:26:58.319Z | Downloaded base16ct v0.2.0 |
| 557 | 2026-08-31T09:26:58.322Z | Downloaded hyper-rustls v0.27.9 |
| 558 | 2026-08-31T09:26:58.322Z | Downloaded ipnet v2.12.1 |
| 559 | 2026-08-31T09:26:58.322Z | Downloaded linked-hash-map v0.5.6 |
| 560 | 2026-08-31T09:26:58.322Z | Downloaded lru-slab v0.1.2 |
| 561 | 2026-08-31T09:26:58.322Z | Downloaded match_cfg v0.1.0 |
| 562 | 2026-08-31T09:26:58.323Z | Downloaded is-terminal v0.4.17 |
| 563 | 2026-08-31T09:26:58.323Z | Downloaded const-random v0.1.18 |
| 564 | 2026-08-31T09:26:58.323Z | Downloaded memoffset v0.9.1 |
| 565 | 2026-08-31T09:26:58.327Z | Downloaded crucible-workspace-hack v0.1.0 |
| 566 | 2026-08-31T09:26:58.327Z | Downloaded crypto-common v0.1.7 |
| 567 | 2026-08-31T09:26:58.327Z | Downloaded itoa v1.0.18 |
| 568 | 2026-08-31T09:26:58.327Z | Downloaded managed v0.8.0 |
| 569 | 2026-08-31T09:26:58.327Z | Downloaded natord v1.0.9 |
| 570 | 2026-08-31T09:26:58.330Z | Downloaded ciborium-io v0.2.2 |
| 571 | 2026-08-31T09:26:58.330Z | Downloaded convert_case v0.4.0 |
| 572 | 2026-08-31T09:26:58.330Z | Downloaded cstr-argument v0.1.2 |
| 573 | 2026-08-31T09:26:58.333Z | Downloaded num-iter v0.1.46 |
| 574 | 2026-08-31T09:26:58.333Z | Downloaded cpufeatures v0.2.17 |
| 575 | 2026-08-31T09:26:58.333Z | Downloaded anstyle v1.0.14 |
| 576 | 2026-08-31T09:26:58.336Z | Downloaded async-recursion v1.1.1 |
| 577 | 2026-08-31T09:26:58.339Z | Downloaded async-trait v0.1.92 |
| 578 | 2026-08-31T09:26:58.339Z | Downloaded bs58 v0.5.1 |
| 579 | 2026-08-31T09:26:58.341Z | Downloaded camino-tempfile v1.4.1 |
| 580 | 2026-08-31T09:26:58.341Z | Downloaded newtype_derive v0.1.6 |
| 581 | 2026-08-31T09:26:58.342Z | Downloaded num-derive v0.4.2 |
| 582 | 2026-08-31T09:26:58.346Z | Downloaded olpc-cjson v0.1.4 |
| 583 | 2026-08-31T09:26:58.346Z | Downloaded omicron-workspace-hack v0.1.0 |
| 584 | 2026-08-31T09:26:58.346Z | Downloaded mime v0.3.17 |
| 585 | 2026-08-31T09:26:58.346Z | Downloaded no-std-compat v0.4.1 |
| 586 | 2026-08-31T09:26:58.346Z | Downloaded bit-vec v0.8.0 |
| 587 | 2026-08-31T09:26:58.350Z | Downloaded argon2 v0.5.3 |
| 588 | 2026-08-31T09:26:58.350Z | Downloaded backoff v0.4.0 |
| 589 | 2026-08-31T09:26:58.350Z | Downloaded num v0.4.3 |
| 590 | 2026-08-31T09:26:58.350Z | Downloaded num-conv v0.2.2 |
| 591 | 2026-08-31T09:26:58.350Z | Downloaded num_threads v0.1.7 |
| 592 | 2026-08-31T09:26:58.350Z | Downloaded libscf-sys v1.2.0 |
| 593 | 2026-08-31T09:26:58.350Z | Downloaded crunchy v0.2.4 |
| 594 | 2026-08-31T09:26:58.350Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 595 | 2026-08-31T09:26:58.353Z | Downloaded cpufeatures v0.3.0 |
| 596 | 2026-08-31T09:26:58.354Z | Downloaded ipnetwork v0.21.1 |
| 597 | 2026-08-31T09:26:58.354Z | Downloaded keccak v0.1.6 |
| 598 | 2026-08-31T09:26:58.354Z | Downloaded scroll_derive v0.13.1 |
| 599 | 2026-08-31T09:26:58.354Z | Downloaded ingot-types v0.1.2 |
| 600 | 2026-08-31T09:26:58.356Z | Downloaded ciborium-ll v0.2.2 |
| 601 | 2026-08-31T09:26:58.356Z | Downloaded jobserver v0.1.35 |
| 602 | 2026-08-31T09:26:58.356Z | Downloaded ahash v0.8.12 |
| 603 | 2026-08-31T09:26:58.356Z | Downloaded bytecount v0.6.9 |
| 604 | 2026-08-31T09:26:58.769Z | Downloaded compression-codecs v0.4.38 |
| 605 | 2026-08-31T09:26:58.769Z | Downloaded humantime v2.4.0 |
| 606 | 2026-08-31T09:26:58.773Z | Downloaded ingot v0.1.1 |
| 607 | 2026-08-31T09:26:58.773Z | Downloaded scopeguard v1.2.0 |
| 608 | 2026-08-31T09:26:58.773Z | Downloaded serde_repr v0.1.21 |
| 609 | 2026-08-31T09:26:58.773Z | Downloaded sigpipe v0.1.3 |
| 610 | 2026-08-31T09:26:58.774Z | Downloaded bcs v0.1.6 |
| 611 | 2026-08-31T09:26:58.774Z | Downloaded autocfg v1.5.1 |
| 612 | 2026-08-31T09:26:58.774Z | Downloaded hybrid-array v0.4.14 |
| 613 | 2026-08-31T09:26:58.774Z | Downloaded ingot-macros v0.2.0 |
| 614 | 2026-08-31T09:26:58.774Z | Downloaded swrite v0.1.0 |
| 615 | 2026-08-31T09:26:58.774Z | Downloaded byte-wrapper v0.1.0 |
| 616 | 2026-08-31T09:26:58.774Z | Downloaded byteorder v1.5.0 |
| 617 | 2026-08-31T09:26:58.774Z | Downloaded slog-bunyan v2.5.0 |
| 618 | 2026-08-31T09:26:58.774Z | Downloaded tabled_derive v0.7.0 |
| 619 | 2026-08-31T09:26:58.774Z | Downloaded anstyle-parse v1.0.0 |
| 620 | 2026-08-31T09:26:58.774Z | Downloaded bitflags v1.3.2 |
| 621 | 2026-08-31T09:26:58.774Z | Downloaded supports-color v3.0.2 |
| 622 | 2026-08-31T09:26:58.775Z | Downloaded thread-id v5.1.0 |
| 623 | 2026-08-31T09:26:58.775Z | Downloaded ingot v0.2.1 |
| 624 | 2026-08-31T09:26:58.775Z | Downloaded ingot-types v0.2.0 |
| 625 | 2026-08-31T09:26:58.775Z | Downloaded memmap v0.7.0 |
| 626 | 2026-08-31T09:26:58.775Z | Downloaded libsw v3.5.0 |
| 627 | 2026-08-31T09:26:58.775Z | Downloaded libsw-core v0.3.2 |
| 628 | 2026-08-31T09:26:58.775Z | Downloaded linear-map v1.2.0 |
| 629 | 2026-08-31T09:26:58.775Z | Downloaded num_enum_derive v0.5.11 |
| 630 | 2026-08-31T09:26:58.775Z | Downloaded num_enum_derive v0.7.6 |
| 631 | 2026-08-31T09:26:58.775Z | Downloaded chacha20 v0.9.1 |
| 632 | 2026-08-31T09:26:58.775Z | Downloaded cmake v0.1.58 |
| 633 | 2026-08-31T09:26:58.775Z | Downloaded newtype-uuid-macros v0.1.1 |
| 634 | 2026-08-31T09:26:58.775Z | Downloaded num-complex v0.4.6 |
| 635 | 2026-08-31T09:26:58.775Z | Downloaded num_enum v0.5.11 |
| 636 | 2026-08-31T09:26:58.776Z | Downloaded num_enum v0.7.6 |
| 637 | 2026-08-31T09:26:58.776Z | Downloaded compression-core v0.4.32 |
| 638 | 2026-08-31T09:26:58.776Z | Downloaded critical-section v1.2.0 |
| 639 | 2026-08-31T09:26:58.776Z | Downloaded crossbeam-deque v0.8.7 |
| 640 | 2026-08-31T09:26:58.776Z | Downloaded lock_api v0.4.14 |
| 641 | 2026-08-31T09:26:58.776Z | Downloaded multer v3.1.0 |
| 642 | 2026-08-31T09:26:58.776Z | Downloaded newtype-uuid v1.4.0 |
| 643 | 2026-08-31T09:26:58.776Z | Downloaded num-integer v0.1.47 |
| 644 | 2026-08-31T09:26:58.776Z | Downloaded tower-service v0.3.3 |
| 645 | 2026-08-31T09:26:58.776Z | Downloaded untrusted v0.7.1 |
| 646 | 2026-08-31T09:26:58.776Z | Downloaded csv-core v0.1.13 |
| 647 | 2026-08-31T09:26:58.776Z | Downloaded strsim v0.11.1 |
| 648 | 2026-08-31T09:26:58.776Z | Downloaded strum v0.27.2 |
| 649 | 2026-08-31T09:26:58.776Z | Downloaded unarray v0.1.4 |
| 650 | 2026-08-31T09:26:58.776Z | Downloaded universal-hash v0.5.1 |
| 651 | 2026-08-31T09:26:58.776Z | Downloaded num-rational v0.4.2 |
| 652 | 2026-08-31T09:26:58.776Z | Downloaded termtree v0.5.1 |
| 653 | 2026-08-31T09:26:58.777Z | Downloaded utf8parse v0.2.2 |
| 654 | 2026-08-31T09:26:58.777Z | Downloaded anyhow v1.0.104 |
| 655 | 2026-08-31T09:26:58.777Z | Downloaded camino v1.2.5 |
| 656 | 2026-08-31T09:26:58.777Z | Downloaded cancel-safe-futures v0.1.5 |
| 657 | 2026-08-31T09:26:58.777Z | Downloaded const_format_proc_macros v0.2.34 |
| 658 | 2026-08-31T09:26:58.777Z | Downloaded iana-time-zone v0.1.65 |
| 659 | 2026-08-31T09:26:58.777Z | Downloaded cipher v0.4.4 |
| 660 | 2026-08-31T09:26:58.777Z | Downloaded try-lock v0.2.5 |
| 661 | 2026-08-31T09:26:58.777Z | Downloaded base64ct v1.8.3 |
| 662 | 2026-08-31T09:26:58.777Z | Downloaded blake2 v0.10.6 |
| 663 | 2026-08-31T09:26:58.777Z | Downloaded rustls-pemfile v2.2.0 |
| 664 | 2026-08-31T09:26:58.777Z | Downloaded rustversion v1.0.23 |
| 665 | 2026-08-31T09:26:58.777Z | Downloaded serde_derive_internals v0.29.1 |
| 666 | 2026-08-31T09:26:58.777Z | Downloaded serde_tokenstream v0.3.0 |
| 667 | 2026-08-31T09:26:58.777Z | Downloaded want v0.3.1 |
| 668 | 2026-08-31T09:26:58.777Z | Downloaded fixedbitset v0.4.2 |
| 669 | 2026-08-31T09:26:58.778Z | Downloaded futures-core v0.3.34 |
| 670 | 2026-08-31T09:26:58.778Z | Downloaded darling_macro v0.21.3 |
| 671 | 2026-08-31T09:26:58.778Z | Downloaded slab v0.4.12 |
| 672 | 2026-08-31T09:26:58.778Z | Downloaded darling_macro v0.23.0 |
| 673 | 2026-08-31T09:26:58.778Z | Downloaded dof v0.3.0 |
| 674 | 2026-08-31T09:26:58.778Z | Downloaded dtrace-parser v0.3.0 |
| 675 | 2026-08-31T09:26:58.778Z | Downloaded snafu-derive v0.8.9 |
| 676 | 2026-08-31T09:26:58.778Z | Downloaded slog-async v2.8.0 |
| 677 | 2026-08-31T09:26:58.778Z | Downloaded tinyvec_macros v0.1.1 |
| 678 | 2026-08-31T09:26:58.778Z | Downloaded embedded-io v0.6.1 |
| 679 | 2026-08-31T09:26:58.778Z | Downloaded fxhash v0.2.1 |
| 680 | 2026-08-31T09:26:58.778Z | Downloaded hostname v0.4.2 |
| 681 | 2026-08-31T09:26:58.778Z | Downloaded opaque-debug v0.3.1 |
| 682 | 2026-08-31T09:26:58.778Z | Downloaded darling v0.21.3 |
| 683 | 2026-08-31T09:26:58.778Z | Downloaded cargo_toml v0.22.3 |
| 684 | 2026-08-31T09:26:58.778Z | Downloaded potential_utf v0.1.5 |
| 685 | 2026-08-31T09:26:58.778Z | Downloaded ciborium v0.2.2 |
| 686 | 2026-08-31T09:26:58.778Z | Downloaded litemap v0.8.2 |
| 687 | 2026-08-31T09:26:58.778Z | Downloaded clap_derive v4.6.4 |
| 688 | 2026-08-31T09:26:58.778Z | Downloaded crossbeam-utils v0.8.22 |
| 689 | 2026-08-31T09:26:58.778Z | Downloaded cookie v0.18.2 |
| 690 | 2026-08-31T09:26:58.778Z | Downloaded daft v0.1.8 |
| 691 | 2026-08-31T09:26:58.778Z | Downloaded daft-derive v0.1.8 |
| 692 | 2026-08-31T09:26:58.779Z | Downloaded darling v0.23.0 |
| 693 | 2026-08-31T09:26:58.779Z | Downloaded thiserror-impl v2.0.20 |
| 694 | 2026-08-31T09:26:58.779Z | Downloaded colored v3.1.1 |
| 695 | 2026-08-31T09:26:58.779Z | Downloaded console v0.16.4 |
| 696 | 2026-08-31T09:26:58.779Z | Downloaded indexmap v1.9.3 |
| 697 | 2026-08-31T09:26:58.779Z | Downloaded icu_provider v2.2.0 |
| 698 | 2026-08-31T09:26:58.779Z | Downloaded progenitor-macro v0.14.0 |
| 699 | 2026-08-31T09:26:58.779Z | Downloaded rand_xorshift v0.4.0 |
| 700 | 2026-08-31T09:26:58.779Z | Downloaded tabwriter v1.4.1 |
| 701 | 2026-08-31T09:26:58.779Z | Downloaded icu_normalizer_data v2.2.0 |
| 702 | 2026-08-31T09:26:58.779Z | Downloaded indicatif v0.18.6 |
| 703 | 2026-08-31T09:26:58.779Z | Downloaded serde_spanned v1.1.1 |
| 704 | 2026-08-31T09:26:58.779Z | Downloaded smartstring v1.0.1 |
| 705 | 2026-08-31T09:26:58.779Z | Downloaded serde_plain v1.0.2 |
| 706 | 2026-08-31T09:26:58.784Z | Downloaded embedded-io v0.4.0 |
| 707 | 2026-08-31T09:26:58.784Z | Downloaded highway v1.3.0 |
| 708 | 2026-08-31T09:26:58.784Z | Downloaded serde_spanned v0.6.9 |
| 709 | 2026-08-31T09:26:58.784Z | Downloaded pin-project-internal v1.1.13 |
| 710 | 2026-08-31T09:26:58.784Z | Downloaded pest_generator v2.8.8 |
| 711 | 2026-08-31T09:26:58.784Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 712 | 2026-08-31T09:26:58.784Z | Downloaded tower-layer v0.3.3 |
| 713 | 2026-08-31T09:26:58.784Z | Downloaded usdt-macro v0.6.0 |
| 714 | 2026-08-31T09:26:58.784Z | Downloaded utf-8 v0.7.6 |
| 715 | 2026-08-31T09:26:58.785Z | Downloaded unicode-xid v0.2.6 |
| 716 | 2026-08-31T09:26:58.785Z | Downloaded usdt v0.6.0 |
| 717 | 2026-08-31T09:26:58.785Z | Downloaded ff v0.13.1 |
| 718 | 2026-08-31T09:26:58.785Z | Downloaded fastrand v2.5.0 |
| 719 | 2026-08-31T09:26:58.785Z | Downloaded group v0.13.0 |
| 720 | 2026-08-31T09:26:58.785Z | Downloaded oxnet v0.1.7 |
| 721 | 2026-08-31T09:26:58.785Z | Downloaded oxide-tokio-rt v0.1.6 |
| 722 | 2026-08-31T09:26:58.785Z | Downloaded chacha20 v0.10.1 |
| 723 | 2026-08-31T09:26:58.785Z | Downloaded paste v1.0.15 |
| 724 | 2026-08-31T09:26:58.785Z | Downloaded backon v1.6.0 |
| 725 | 2026-08-31T09:26:58.785Z | Downloaded bitflags v2.13.1 |
| 726 | 2026-08-31T09:26:58.785Z | Downloaded clap v4.6.6 |
| 727 | 2026-08-31T09:26:58.785Z | Downloaded num-traits v0.2.19 |
| 728 | 2026-08-31T09:26:58.785Z | Downloaded const-oid v0.10.2 |
| 729 | 2026-08-31T09:26:58.785Z | Downloaded debug-ignore v1.0.5 |
| 730 | 2026-08-31T09:26:58.785Z | Downloaded dof v0.4.0 |
| 731 | 2026-08-31T09:26:58.785Z | Downloaded log v0.4.33 |
| 732 | 2026-08-31T09:26:58.785Z | Downloaded memmap2 v0.9.11 |
| 733 | 2026-08-31T09:26:58.785Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 734 | 2026-08-31T09:26:58.785Z | Downloaded progenitor v0.14.0 |
| 735 | 2026-08-31T09:26:58.786Z | Downloaded allocator-api2 v0.2.21 |
| 736 | 2026-08-31T09:26:58.786Z | Downloaded rand_core v0.6.4 |
| 737 | 2026-08-31T09:26:58.786Z | Downloaded time-macros v0.2.32 |
| 738 | 2026-08-31T09:26:58.786Z | Downloaded tokio-rustls v0.26.4 |
| 739 | 2026-08-31T09:26:58.786Z | Downloaded errno v0.3.14 |
| 740 | 2026-08-31T09:26:58.786Z | Downloaded foreign-types v0.3.2 |
| 741 | 2026-08-31T09:26:58.786Z | Downloaded progenitor v0.13.0 |
| 742 | 2026-08-31T09:26:58.786Z | Downloaded futures-task v0.3.34 |
| 743 | 2026-08-31T09:26:58.786Z | Downloaded proc-macro-error v1.0.4 |
| 744 | 2026-08-31T09:26:58.787Z | Downloaded futures-sink v0.3.34 |
| 745 | 2026-08-31T09:26:58.787Z | Downloaded http-body v1.1.0 |
| 746 | 2026-08-31T09:26:58.787Z | Downloaded crc32fast v1.5.0 |
| 747 | 2026-08-31T09:26:58.787Z | Downloaded crossbeam-epoch v0.9.20 |
| 748 | 2026-08-31T09:26:58.787Z | Downloaded icu_normalizer v2.2.0 |
| 749 | 2026-08-31T09:26:58.787Z | Downloaded slog-scope v4.4.1 |
| 750 | 2026-08-31T09:26:58.787Z | Downloaded synstructure v0.13.2 |
| 751 | 2026-08-31T09:26:58.787Z | Downloaded icu_properties v2.2.0 |
| 752 | 2026-08-31T09:26:58.787Z | Downloaded icu_locale_core v2.2.0 |
| 753 | 2026-08-31T09:26:58.787Z | Downloaded konst v0.2.20 |
| 754 | 2026-08-31T09:26:58.787Z | Downloaded powerfmt v0.2.0 |
| 755 | 2026-08-31T09:26:58.787Z | Downloaded proc-macro-crate v1.3.1 |
| 756 | 2026-08-31T09:26:58.787Z | Downloaded schemars v0.8.22 |
| 757 | 2026-08-31T09:26:58.787Z | Downloaded vsss-rs v3.3.4 |
| 758 | 2026-08-31T09:26:58.787Z | Downloaded plain v0.2.3 |
| 759 | 2026-08-31T09:26:58.787Z | Downloaded rusty-fork v0.3.1 |
| 760 | 2026-08-31T09:26:58.787Z | Downloaded zerocopy-derive v0.7.35 |
| 761 | 2026-08-31T09:26:58.787Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 762 | 2026-08-31T09:26:58.787Z | Downloaded shlex v2.0.1 |
| 763 | 2026-08-31T09:26:58.787Z | Downloaded slog-stdlog v4.1.1 |
| 764 | 2026-08-31T09:26:58.787Z | Downloaded slog-term v2.9.2 |
| 765 | 2026-08-31T09:26:58.787Z | Downloaded smawk v0.3.3 |
| 766 | 2026-08-31T09:26:58.787Z | Downloaded password-hash v0.5.0 |
| 767 | 2026-08-31T09:26:58.787Z | Downloaded thiserror v2.0.20 |
| 768 | 2026-08-31T09:26:58.787Z | Downloaded thiserror-impl v1.0.69 |
| 769 | 2026-08-31T09:26:58.787Z | Downloaded walkdir v2.5.0 |
| 770 | 2026-08-31T09:26:58.787Z | Downloaded zeroize v1.9.0 |
| 771 | 2026-08-31T09:26:58.787Z | Downloaded rand_chacha v0.3.1 |
| 772 | 2026-08-31T09:26:58.787Z | Downloaded thiserror-no-std v2.0.2 |
| 773 | 2026-08-31T09:26:58.787Z | Downloaded serde_yaml v0.9.34+deprecated |
| 774 | 2026-08-31T09:26:58.787Z | Downloaded textwrap v0.16.2 |
| 775 | 2026-08-31T09:26:58.787Z | Downloaded find-msvc-tools v0.1.10 |
| 776 | 2026-08-31T09:26:58.787Z | Downloaded same-file v1.0.6 |
| 777 | 2026-08-31T09:26:58.788Z | Downloaded bytes v1.12.1 |
| 778 | 2026-08-31T09:26:58.788Z | Downloaded futures-channel v0.3.34 |
| 779 | 2026-08-31T09:26:58.788Z | Downloaded base64 v0.22.1 |
| 780 | 2026-08-31T09:26:58.788Z | Downloaded semver v0.1.20 |
| 781 | 2026-08-31T09:26:58.788Z | Downloaded data-encoding v2.11.1 |
| 782 | 2026-08-31T09:26:58.788Z | Downloaded httparse v1.10.1 |
| 783 | 2026-08-31T09:26:58.788Z | Downloaded digest v0.10.7 |
| 784 | 2026-08-31T09:26:58.788Z | Downloaded displaydoc v0.2.7 |
| 785 | 2026-08-31T09:26:58.788Z | Downloaded foldhash v0.2.0 |
| 786 | 2026-08-31T09:26:58.788Z | Downloaded chacha20poly1305 v0.10.1 |
| 787 | 2026-08-31T09:26:58.788Z | Downloaded miniz_oxide v0.8.9 |
| 788 | 2026-08-31T09:26:58.788Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 789 | 2026-08-31T09:26:58.788Z | Downloaded tokio-stream v0.1.19 |
| 790 | 2026-08-31T09:26:58.788Z | Downloaded sha1 v0.11.0 |
| 791 | 2026-08-31T09:26:58.788Z | Downloaded unicode-ident v1.0.24 |
| 792 | 2026-08-31T09:26:58.788Z | Downloaded float-ord v0.3.2 |
| 793 | 2026-08-31T09:26:58.788Z | Downloaded terminal_size v0.4.4 |
| 794 | 2026-08-31T09:26:58.788Z | Downloaded strum v0.26.3 |
| 795 | 2026-08-31T09:26:58.788Z | Downloaded thread-id v4.2.2 |
| 796 | 2026-08-31T09:26:58.788Z | Downloaded tagptr v0.2.0 |
| 797 | 2026-08-31T09:26:58.788Z | Downloaded tungstenite v0.21.0 |
| 798 | 2026-08-31T09:26:58.788Z | Downloaded ucd-trie v0.1.7 |
| 799 | 2026-08-31T09:26:58.788Z | Downloaded slog-json v2.6.1 |
| 800 | 2026-08-31T09:26:58.789Z | Downloaded parse-display-derive v0.10.0 |
| 801 | 2026-08-31T09:26:58.789Z | Downloaded phf v0.12.1 |
| 802 | 2026-08-31T09:26:58.789Z | Downloaded utf8_iter v1.0.4 |
| 803 | 2026-08-31T09:26:58.789Z | Downloaded zone v0.3.1 |
| 804 | 2026-08-31T09:26:58.789Z | Downloaded futures-macro v0.3.34 |
| 805 | 2026-08-31T09:26:58.789Z | Downloaded typify-macro v0.4.3 |
| 806 | 2026-08-31T09:26:58.794Z | Downloaded elliptic-curve v0.13.8 |
| 807 | 2026-08-31T09:26:58.794Z | Downloaded zerofrom-derive v0.1.7 |
| 808 | 2026-08-31T09:26:58.794Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 809 | 2026-08-31T09:26:58.794Z | Downloaded dyn-clone v1.0.20 |
| 810 | 2026-08-31T09:26:58.794Z | Downloaded getrandom v0.3.4 |
| 811 | 2026-08-31T09:26:58.794Z | Downloaded getrandom v0.4.3 |
| 812 | 2026-08-31T09:26:58.794Z | Downloaded pin-project v1.1.13 |
| 813 | 2026-08-31T09:26:58.794Z | Downloaded derive_more v0.99.20 |
| 814 | 2026-08-31T09:26:58.794Z | Downloaded progenitor-extras v0.2.0 |
| 815 | 2026-08-31T09:26:58.794Z | Downloaded sha2 v0.10.9 |
| 816 | 2026-08-31T09:26:58.794Z | Downloaded smallvec v1.15.2 |
| 817 | 2026-08-31T09:26:58.794Z | Downloaded toml v0.8.23 |
| 818 | 2026-08-31T09:26:58.794Z | Downloaded fnv v1.0.7 |
| 819 | 2026-08-31T09:26:58.794Z | Downloaded equivalent v1.0.2 |
| 820 | 2026-08-31T09:26:58.794Z | Downloaded generic-array v0.14.7 |
| 821 | 2026-08-31T09:26:58.794Z | Downloaded snafu v0.8.9 |
| 822 | 2026-08-31T09:26:58.795Z | Downloaded httpdate v1.0.3 |
| 823 | 2026-08-31T09:26:58.795Z | Downloaded proc-macro-crate v3.5.0 |
| 824 | 2026-08-31T09:26:58.795Z | Downloaded serde_path_to_error v0.1.20 |
| 825 | 2026-08-31T09:26:58.795Z | Downloaded arc-swap v1.9.2 |
| 826 | 2026-08-31T09:26:58.795Z | Downloaded crypto-bigint v0.5.5 |
| 827 | 2026-08-31T09:26:58.795Z | Downloaded progenitor-macro v0.13.0 |
| 828 | 2026-08-31T09:26:58.795Z | Downloaded base64 v0.21.7 |
| 829 | 2026-08-31T09:26:58.795Z | Downloaded const_format v0.2.36 |
| 830 | 2026-08-31T09:26:58.795Z | Downloaded crossbeam-channel v0.5.16 |
| 831 | 2026-08-31T09:26:58.795Z | Downloaded scroll v0.12.0 |
| 832 | 2026-08-31T09:26:58.795Z | Downloaded zmij v1.0.23 |
| 833 | 2026-08-31T09:26:58.795Z | Downloaded digest v0.11.3 |
| 834 | 2026-08-31T09:26:58.795Z | Downloaded ref-cast-impl v1.0.26 |
| 835 | 2026-08-31T09:26:58.795Z | Downloaded postcard v1.1.3 |
| 836 | 2026-08-31T09:26:58.795Z | Downloaded ref-cast v1.0.26 |
| 837 | 2026-08-31T09:26:58.795Z | Downloaded rustc-hash v2.1.3 |
| 838 | 2026-08-31T09:26:58.795Z | Downloaded minimal-lexical v0.2.1 |
| 839 | 2026-08-31T09:26:58.795Z | Downloaded slog-dtrace v0.3.0 |
| 840 | 2026-08-31T09:26:58.795Z | Downloaded unsafe-libyaml v0.2.11 |
| 841 | 2026-08-31T09:26:58.796Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 842 | 2026-08-31T09:26:58.796Z | Downloaded thiserror v1.0.69 |
| 843 | 2026-08-31T09:26:58.796Z | Downloaded tokio-macros v2.7.2 |
| 844 | 2026-08-31T09:26:58.796Z | Downloaded static_assertions v1.1.0 |
| 845 | 2026-08-31T09:26:58.796Z | Downloaded tokio-dtrace v0.1.1 |
| 846 | 2026-08-31T09:26:58.796Z | Downloaded serde-big-array v0.5.1 |
| 847 | 2026-08-31T09:26:58.796Z | Downloaded spin v0.5.2 |
| 848 | 2026-08-31T09:26:58.796Z | Downloaded parking_lot v0.12.5 |
| 849 | 2026-08-31T09:26:58.796Z | Downloaded typify-macro v0.6.2 |
| 850 | 2026-08-31T09:26:58.796Z | Downloaded usdt-attr-macro v0.6.0 |
| 851 | 2026-08-31T09:26:58.796Z | Downloaded rand_chacha v0.9.0 |
| 852 | 2026-08-31T09:26:58.796Z | Downloaded usdt-attr-macro v0.5.0 |
| 853 | 2026-08-31T09:26:58.796Z | Downloaded waitgroup v0.1.2 |
| 854 | 2026-08-31T09:26:58.796Z | Downloaded zerovec-derive v0.11.3 |
| 855 | 2026-08-31T09:26:58.796Z | Downloaded yoke-derive v0.8.2 |
| 856 | 2026-08-31T09:26:58.797Z | Downloaded dtrace-parser v0.2.0 |
| 857 | 2026-08-31T09:26:58.797Z | Downloaded serde v1.0.229 |
| 858 | 2026-08-31T09:26:58.797Z | Downloaded foreign-types v0.5.0 |
| 859 | 2026-08-31T09:26:58.797Z | Downloaded gethostname v0.5.0 |
| 860 | 2026-08-31T09:26:58.797Z | Downloaded icu_collections v2.2.0 |
| 861 | 2026-08-31T09:26:58.797Z | Downloaded rustls-platform-verifier v0.7.0 |
| 862 | 2026-08-31T09:26:58.797Z | Downloaded darling_core v0.23.0 |
| 863 | 2026-08-31T09:26:58.797Z | Downloaded derive-ex v0.1.8 |
| 864 | 2026-08-31T09:26:58.797Z | Downloaded usdt-impl v0.5.0 |
| 865 | 2026-08-31T09:26:58.797Z | Downloaded rustls-pki-types v1.15.1 |
| 866 | 2026-08-31T09:26:58.797Z | Downloaded ryu v1.0.23 |
| 867 | 2026-08-31T09:26:58.797Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 868 | 2026-08-31T09:26:58.797Z | Downloaded resolv-conf v0.7.6 |
| 869 | 2026-08-31T09:26:58.797Z | Downloaded fs-err v3.3.1 |
| 870 | 2026-08-31T09:26:58.797Z | Downloaded hostname v0.3.1 |
| 871 | 2026-08-31T09:26:58.797Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-08-31T09:26:58.797Z | Downloaded semver v1.0.28 |
| 873 | 2026-08-31T09:26:58.797Z | Downloaded quick-error v1.2.3 |
| 874 | 2026-08-31T09:26:58.797Z | Downloaded rustc_version v0.4.1 |
| 875 | 2026-08-31T09:26:58.797Z | Downloaded scroll_derive v0.12.1 |
| 876 | 2026-08-31T09:26:58.797Z | Downloaded async-compression v0.4.43 |
| 877 | 2026-08-31T09:26:58.797Z | Downloaded pest_derive v2.8.8 |
| 878 | 2026-08-31T09:26:58.797Z | Downloaded port-file v0.1.0 |
| 879 | 2026-08-31T09:26:58.797Z | Downloaded quinn-udp v0.5.15 |
| 880 | 2026-08-31T09:26:58.797Z | Downloaded schemars_derive v0.8.22 |
| 881 | 2026-08-31T09:26:58.797Z | Downloaded sync_wrapper v1.0.2 |
| 882 | 2026-08-31T09:26:58.797Z | Downloaded take_mut v0.2.2 |
| 883 | 2026-08-31T09:26:58.797Z | Downloaded rustc_version v0.1.7 |
| 884 | 2026-08-31T09:26:58.797Z | Downloaded version_check v0.9.5 |
| 885 | 2026-08-31T09:26:58.797Z | Downloaded wait-timeout v0.2.1 |
| 886 | 2026-08-31T09:26:58.797Z | Downloaded memchr v2.8.3 |
| 887 | 2026-08-31T09:26:58.797Z | Downloaded sha1 v0.10.7 |
| 888 | 2026-08-31T09:26:58.797Z | Downloaded tinystr v0.8.3 |
| 889 | 2026-08-31T09:26:58.797Z | Downloaded futures v0.3.34 |
| 890 | 2026-08-31T09:26:58.797Z | Downloaded subtle v2.6.1 |
| 891 | 2026-08-31T09:26:58.797Z | Downloaded serde_tokenstream v0.2.3 |
| 892 | 2026-08-31T09:26:58.797Z | Downloaded signal-hook-registry v1.4.8 |
| 893 | 2026-08-31T09:26:58.797Z | Downloaded smf v0.2.3 |
| 894 | 2026-08-31T09:26:58.797Z | Downloaded unicode-linebreak v0.1.5 |
| 895 | 2026-08-31T09:26:58.798Z | Downloaded phf_shared v0.12.1 |
| 896 | 2026-08-31T09:26:58.798Z | Downloaded foreign-types-macros v0.2.4 |
| 897 | 2026-08-31T09:26:58.798Z | Downloaded progenitor-impl v0.14.0 |
| 898 | 2026-08-31T09:26:58.798Z | Downloaded hash32 v0.3.1 |
| 899 | 2026-08-31T09:26:58.798Z | Downloaded nom v7.1.3 |
| 900 | 2026-08-31T09:26:58.798Z | Downloaded defmt-macros v1.1.1 |
| 901 | 2026-08-31T09:26:58.798Z | Downloaded proc-macro2 v1.0.107 |
| 902 | 2026-08-31T09:26:58.805Z | Downloaded progenitor-impl v0.13.0 |
| 903 | 2026-08-31T09:26:58.806Z | Downloaded indexmap v2.14.0 |
| 904 | 2026-08-31T09:26:58.806Z | Downloaded owo-colors v4.3.0 |
| 905 | 2026-08-31T09:26:58.806Z | Downloaded erased-serde v0.3.31 |
| 906 | 2026-08-31T09:26:58.806Z | Downloaded http-body-util v0.1.5 |
| 907 | 2026-08-31T09:26:58.813Z | Downloaded git-stub v1.0.0 |
| 908 | 2026-08-31T09:26:58.813Z | Downloaded glob v0.3.4 |
| 909 | 2026-08-31T09:26:58.813Z | Downloaded parse-display v0.10.0 |
| 910 | 2026-08-31T09:26:58.813Z | Downloaded typify v0.6.2 |
| 911 | 2026-08-31T09:26:58.821Z | Downloaded structmeta-derive v0.3.0 |
| 912 | 2026-08-31T09:26:58.821Z | Downloaded time-core v0.1.9 |
| 913 | 2026-08-31T09:26:58.821Z | Downloaded usdt-macro v0.5.0 |
| 914 | 2026-08-31T09:26:58.824Z | Downloaded poly1305 v0.8.0 |
| 915 | 2026-08-31T09:26:58.827Z | Downloaded quote v1.0.47 |
| 916 | 2026-08-31T09:26:58.827Z | Downloaded once_cell v1.21.4 |
| 917 | 2026-08-31T09:26:58.831Z | Downloaded parking_lot_core v0.9.12 |
| 918 | 2026-08-31T09:26:58.831Z | Downloaded pest_meta v2.8.8 |
| 919 | 2026-08-31T09:26:58.831Z | Downloaded rand_core v0.10.1 |
| 920 | 2026-08-31T09:26:58.834Z | Downloaded foreign-types-shared v0.1.1 |
| 921 | 2026-08-31T09:26:58.834Z | Downloaded futures-io v0.3.34 |
| 922 | 2026-08-31T09:26:58.834Z | Downloaded cc v1.4.2 |
| 923 | 2026-08-31T09:26:58.834Z | Downloaded proc-macro-error-attr v1.0.4 |
| 924 | 2026-08-31T09:26:58.838Z | Downloaded defmt v0.3.100 |
| 925 | 2026-08-31T09:26:58.840Z | Downloaded openssl-macros v0.1.1 |
| 926 | 2026-08-31T09:26:58.841Z | Downloaded openssl-probe v0.2.1 |
| 927 | 2026-08-31T09:26:58.843Z | Downloaded testing_table v0.3.0 |
| 928 | 2026-08-31T09:26:58.847Z | Downloaded mio v1.2.2 |
| 929 | 2026-08-31T09:26:58.847Z | Downloaded heapless v0.8.0 |
| 930 | 2026-08-31T09:26:58.849Z | Downloaded socket2 v0.6.5 |
| 931 | 2026-08-31T09:26:58.853Z | Downloaded simd-adler32 v0.3.10 |
| 932 | 2026-08-31T09:26:58.853Z | Downloaded term v1.2.1 |
| 933 | 2026-08-31T09:26:58.931Z | Downloaded unit-prefix v0.5.2 |
| 934 | 2026-08-31T09:26:58.931Z | Downloaded whoami v1.6.1 |
| 935 | 2026-08-31T09:26:58.931Z | Downloaded strum_macros v0.27.2 |
| 936 | 2026-08-31T09:26:58.931Z | Downloaded fs_extra v1.3.0 |
| 937 | 2026-08-31T09:26:58.931Z | Downloaded typeid v1.0.3 |
| 938 | 2026-08-31T09:26:58.931Z | Downloaded dunce v1.0.5 |
| 939 | 2026-08-31T09:26:58.931Z | Downloaded hex v0.4.3 |
| 940 | 2026-08-31T09:26:58.931Z | Downloaded percent-encoding v2.3.2 |
| 941 | 2026-08-31T09:26:58.931Z | Downloaded foreign-types-shared v0.3.1 |
| 942 | 2026-08-31T09:26:58.931Z | Downloaded progenitor-macro v0.10.0 |
| 943 | 2026-08-31T09:26:58.931Z | Downloaded rand_pcg v0.10.2 |
| 944 | 2026-08-31T09:26:58.931Z | Downloaded jiff-core v0.1.0 |
| 945 | 2026-08-31T09:26:58.931Z | Downloaded pin-project-lite v0.2.17 |
| 946 | 2026-08-31T09:26:58.931Z | Downloaded hyper-util v0.1.20 |
| 947 | 2026-08-31T09:26:58.931Z | Downloaded serde_urlencoded v0.7.1 |
| 948 | 2026-08-31T09:26:58.931Z | Downloaded siphasher v1.0.3 |
| 949 | 2026-08-31T09:26:58.931Z | Downloaded progenitor-client v0.13.0 |
| 950 | 2026-08-31T09:26:58.931Z | Downloaded zeroize_derive v1.5.0 |
| 951 | 2026-08-31T09:26:58.931Z | Downloaded enum-as-inner v0.6.1 |
| 952 | 2026-08-31T09:26:58.931Z | Downloaded rustls-webpki v0.103.14 |
| 953 | 2026-08-31T09:26:58.931Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 954 | 2026-08-31T09:26:58.931Z | Downloaded toml_write v0.1.2 |
| 955 | 2026-08-31T09:26:58.931Z | Downloaded usdt-impl v0.6.0 |
| 956 | 2026-08-31T09:26:58.931Z | Downloaded secrecy v0.10.3 |
| 957 | 2026-08-31T09:26:58.931Z | Downloaded zone_cfg_derive v0.3.1 |
| 958 | 2026-08-31T09:26:58.931Z | Downloaded deranged v0.5.8 |
| 959 | 2026-08-31T09:26:58.943Z | Downloaded either v1.17.0 |
| 960 | 2026-08-31T09:26:58.943Z | Downloaded progenitor-client v0.10.0 |
| 961 | 2026-08-31T09:26:58.943Z | Downloaded toml_datetime v0.6.11 |
| 962 | 2026-08-31T09:26:58.943Z | Downloaded scroll v0.13.0 |
| 963 | 2026-08-31T09:26:58.943Z | Downloaded thread_local v1.1.10 |
| 964 | 2026-08-31T09:26:58.943Z | Downloaded structmeta v0.3.0 |
| 965 | 2026-08-31T09:26:58.943Z | Downloaded zerofrom v0.1.8 |
| 966 | 2026-08-31T09:26:58.943Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 967 | 2026-08-31T09:26:58.943Z | Downloaded tinyvec v1.12.0 |
| 968 | 2026-08-31T09:26:58.943Z | Downloaded tracing-attributes v0.1.31 |
| 969 | 2026-08-31T09:26:58.943Z | Downloaded defmt v1.1.1 |
| 970 | 2026-08-31T09:26:58.943Z | Downloaded test-strategy v0.4.5 |
| 971 | 2026-08-31T09:26:58.953Z | Downloaded tracing-core v0.1.36 |
| 972 | 2026-08-31T09:26:58.953Z | Downloaded typify v0.4.3 |
| 973 | 2026-08-31T09:26:58.953Z | Downloaded pem v3.0.6 |
| 974 | 2026-08-31T09:26:58.953Z | Downloaded pretty-hex v0.4.2 |
| 975 | 2026-08-31T09:26:58.957Z | Downloaded xz2 v0.1.7 |
| 976 | 2026-08-31T09:26:58.957Z | Downloaded git-stub-vcs v0.1.0 |
| 977 | 2026-08-31T09:26:58.957Z | Downloaded untrusted v0.9.0 |
| 978 | 2026-08-31T09:26:58.958Z | Downloaded slog-envlogger v2.2.0 |
| 979 | 2026-08-31T09:26:58.958Z | Downloaded defmt-parser v1.0.0 |
| 980 | 2026-08-31T09:26:58.958Z | Downloaded quinn v0.11.11 |
| 981 | 2026-08-31T09:26:58.958Z | Downloaded drift v0.2.0 |
| 982 | 2026-08-31T09:26:58.961Z | Downloaded idna v1.1.0 |
| 983 | 2026-08-31T09:26:58.966Z | Downloaded itertools v0.12.1 |
| 984 | 2026-08-31T09:26:58.970Z | Downloaded hmac v0.12.1 |
| 985 | 2026-08-31T09:26:58.970Z | Downloaded serde_with_macros v3.22.0 |
| 986 | 2026-08-31T09:26:58.970Z | Downloaded tiny-keccak v2.0.2 |
| 987 | 2026-08-31T09:26:58.973Z | Downloaded tokio-tungstenite v0.21.0 |
| 988 | 2026-08-31T09:26:58.973Z | Downloaded heck v0.5.0 |
| 989 | 2026-08-31T09:26:58.973Z | Downloaded rand_core v0.9.5 |
| 990 | 2026-08-31T09:26:58.973Z | Downloaded futures-executor v0.3.34 |
| 991 | 2026-08-31T09:26:58.973Z | Downloaded stable_deref_trait v1.2.1 |
| 992 | 2026-08-31T09:26:58.974Z | Downloaded papergrid v0.11.0 |
| 993 | 2026-08-31T09:26:58.976Z | Downloaded papergrid v0.18.0 |
| 994 | 2026-08-31T09:26:58.981Z | Downloaded pkg-config v0.3.33 |
| 995 | 2026-08-31T09:26:58.981Z | Downloaded form_urlencoded v1.2.2 |
| 996 | 2026-08-31T09:26:58.986Z | Downloaded fixedbitset v0.5.7 |
| 997 | 2026-08-31T09:26:58.986Z | Downloaded progenitor-impl v0.10.0 |
| 998 | 2026-08-31T09:26:58.986Z | Downloaded slog v2.8.2 |
| 999 | 2026-08-31T09:26:58.986Z | Downloaded prettyplease v0.2.37 |
| 1000 | 2026-08-31T09:26:58.990Z | Downloaded heck v0.4.1 |
| 1001 | 2026-08-31T09:26:58.990Z | Downloaded spin v0.9.9 |
| 1002 | 2026-08-31T09:26:58.990Z | Downloaded progenitor v0.10.0 |
| 1003 | 2026-08-31T09:26:58.990Z | Downloaded rustls-native-certs v0.8.4 |
| 1004 | 2026-08-31T09:26:58.990Z | Downloaded nom v8.0.0 |
| 1005 | 2026-08-31T09:26:58.996Z | Downloaded usdt v0.5.0 |
| 1006 | 2026-08-31T09:26:58.999Z | Downloaded writeable v0.6.3 |
| 1007 | 2026-08-31T09:26:58.999Z | Downloaded tempfile v3.27.0 |
| 1008 | 2026-08-31T09:26:59.003Z | Downloaded ppv-lite86 v0.2.21 |
| 1009 | 2026-08-31T09:26:59.003Z | Downloaded url v2.5.8 |
| 1010 | 2026-08-31T09:26:59.007Z | Downloaded itertools v0.14.0 |
| 1011 | 2026-08-31T09:26:59.012Z | Downloaded itertools v0.15.0 |
| 1012 | 2026-08-31T09:26:59.016Z | Downloaded uuid v1.26.0 |
| 1013 | 2026-08-31T09:26:59.016Z | Downloaded strum_macros v0.26.4 |
| 1014 | 2026-08-31T09:26:59.016Z | Downloaded globset v0.4.20 |
| 1015 | 2026-08-31T09:26:59.016Z | Downloaded getrandom v0.2.17 |
| 1016 | 2026-08-31T09:26:59.019Z | Downloaded similar v3.2.0 |
| 1017 | 2026-08-31T09:26:59.022Z | Downloaded similar v2.7.0 |
| 1018 | 2026-08-31T09:26:59.022Z | Downloaded thin-vec v0.2.19 |
| 1019 | 2026-08-31T09:26:59.026Z | Downloaded rhai_codegen v3.2.0 |
| 1020 | 2026-08-31T09:26:59.029Z | Downloaded flate2 v1.1.9 |
| 1021 | 2026-08-31T09:26:59.032Z | Downloaded zerocopy-derive v0.8.56 |
| 1022 | 2026-08-31T09:26:59.035Z | Downloaded hashbrown v0.12.3 |
| 1023 | 2026-08-31T09:26:59.040Z | Downloaded toml_edit v0.19.15 |
| 1024 | 2026-08-31T09:26:59.046Z | Downloaded half v2.7.1 |
| 1025 | 2026-08-31T09:26:59.049Z | Downloaded foldhash v0.1.5 |
| 1026 | 2026-08-31T09:26:59.049Z | Downloaded parking_lot v0.11.2 |
| 1027 | 2026-08-31T09:26:59.052Z | Downloaded serde_core v1.0.229 |
| 1028 | 2026-08-31T09:26:59.056Z | Downloaded parking_lot_core v0.8.6 |
| 1029 | 2026-08-31T09:26:59.059Z | Downloaded hashbrown v0.15.5 |
| 1030 | 2026-08-31T09:26:59.062Z | Downloaded serde_derive v1.0.229 |
| 1031 | 2026-08-31T09:26:59.066Z | Downloaded hickory-resolver v0.24.4 |
| 1032 | 2026-08-31T09:26:59.069Z | Downloaded libm v0.2.16 |
| 1033 | 2026-08-31T09:26:59.084Z | Downloaded hyper v1.11.0 |
| 1034 | 2026-08-31T09:26:59.088Z | Downloaded icu_properties_data v2.2.0 |
| 1035 | 2026-08-31T09:26:59.094Z | Downloaded pest v2.8.8 |
| 1036 | 2026-08-31T09:26:59.097Z | Downloaded zerocopy v0.7.35 |
| 1037 | 2026-08-31T09:26:59.105Z | Downloaded rand v0.10.2 |
| 1038 | 2026-08-31T09:26:59.110Z | Downloaded unicode-segmentation v1.13.3 |
| 1039 | 2026-08-31T09:26:59.113Z | Downloaded openssl-sys v0.9.117 |
| 1040 | 2026-08-31T09:26:59.113Z | Downloaded schemars v0.9.0 |
| 1041 | 2026-08-31T09:26:59.117Z | Downloaded steno v0.4.1 |
| 1042 | 2026-08-31T09:26:59.121Z | Downloaded tower v0.5.3 |
| 1043 | 2026-08-31T09:26:59.125Z | Downloaded clap_builder v4.6.6 |
| 1044 | 2026-08-31T09:26:59.127Z | Downloaded expectorate v1.3.0 |
| 1045 | 2026-08-31T09:26:59.130Z | Downloaded schemars v1.2.2 |
| 1046 | 2026-08-31T09:26:59.136Z | Downloaded rand v0.8.7 |
| 1047 | 2026-08-31T09:26:59.139Z | Downloaded rayon-core v1.13.0 |
| 1048 | 2026-08-31T09:26:59.141Z | Downloaded ron v0.12.2 |
| 1049 | 2026-08-31T09:26:59.144Z | Downloaded zerotrie v0.2.4 |
| 1050 | 2026-08-31T09:26:59.147Z | Downloaded dropshot_endpoint v0.17.1 |
| 1051 | 2026-08-31T09:26:59.147Z | Downloaded hashbrown v0.17.1 |
| 1052 | 2026-08-31T09:26:59.151Z | Downloaded iddqd v0.4.6 |
| 1053 | 2026-08-31T09:26:59.155Z | Downloaded tough v0.22.0 |
| 1054 | 2026-08-31T09:26:59.160Z | Downloaded unicode-normalization v0.1.25 |
| 1055 | 2026-08-31T09:26:59.162Z | Downloaded toml_edit v0.22.27 |
| 1056 | 2026-08-31T09:26:59.165Z | Downloaded h2 v0.4.15 |
| 1057 | 2026-08-31T09:26:59.169Z | Downloaded typenum v1.20.1 |
| 1058 | 2026-08-31T09:26:59.173Z | Downloaded yoke v0.8.3 |
| 1059 | 2026-08-31T09:26:59.173Z | Downloaded hickory-resolver v0.25.2 |
| 1060 | 2026-08-31T09:26:59.177Z | Downloaded rand v0.9.5 |
| 1061 | 2026-08-31T09:26:59.177Z | Downloaded derive-where v1.6.1 |
| 1062 | 2026-08-31T09:26:59.196Z | Downloaded tabled v0.21.0 |
| 1063 | 2026-08-31T09:26:59.205Z | Downloaded qorb v0.4.1 |
| 1064 | 2026-08-31T09:26:59.211Z | Downloaded dropshot-api-manager v0.7.2 |
| 1065 | 2026-08-31T09:26:59.215Z | Downloaded goblin v0.8.2 |
| 1066 | 2026-08-31T09:26:59.218Z | Downloaded zerovec v0.11.6 |
| 1067 | 2026-08-31T09:26:59.218Z | Downloaded moka v0.12.16 |
| 1068 | 2026-08-31T09:26:59.222Z | Downloaded reqwest v0.13.4 |
| 1069 | 2026-08-31T09:26:59.229Z | Downloaded tokio-util v0.7.19 |
| 1070 | 2026-08-31T09:26:59.236Z | Downloaded hkdf v0.12.4 |
| 1071 | 2026-08-31T09:26:59.239Z | Downloaded quinn-proto v0.11.16 |
| 1072 | 2026-08-31T09:26:59.248Z | Downloaded typed-path v0.9.3 |
| 1073 | 2026-08-31T09:26:59.251Z | Downloaded rayon v1.12.0 |
| 1074 | 2026-08-31T09:26:59.255Z | Downloaded hashbrown v0.16.1 |
| 1075 | 2026-08-31T09:26:59.258Z | Downloaded winnow v0.7.15 |
| 1076 | 2026-08-31T09:26:59.270Z | Downloaded zerocopy v0.8.56 |
| 1077 | 2026-08-31T09:26:59.281Z | Downloaded futures-util v0.3.34 |
| 1078 | 2026-08-31T09:26:59.287Z | Downloaded http v1.5.0 |
| 1079 | 2026-08-31T09:26:59.296Z | Downloaded serde_with v3.22.0 |
| 1080 | 2026-08-31T09:26:59.303Z | Downloaded winnow v1.0.4 |
| 1081 | 2026-08-31T09:26:59.317Z | Downloaded aws-lc-rs v1.18.0 |
| 1082 | 2026-08-31T09:26:59.324Z | Downloaded goblin v0.10.7 |
| 1083 | 2026-08-31T09:26:59.329Z | Downloaded tabled v0.15.0 |
| 1084 | 2026-08-31T09:26:59.336Z | Downloaded nix v0.31.3 |
| 1085 | 2026-08-31T09:26:59.342Z | Downloaded webpki-roots v1.0.9 |
| 1086 | 2026-08-31T09:26:59.749Z | Downloaded reqwest v0.12.28 |
| 1087 | 2026-08-31T09:26:59.753Z | Downloaded time v0.3.55 |
| 1088 | 2026-08-31T09:26:59.753Z | Downloaded serde_json v1.0.151 |
| 1089 | 2026-08-31T09:26:59.753Z | Downloaded smoltcp v0.11.0 |
| 1090 | 2026-08-31T09:26:59.753Z | Downloaded regress v0.10.5 |
| 1091 | 2026-08-31T09:26:59.753Z | Downloaded regress v0.11.1 |
| 1092 | 2026-08-31T09:26:59.753Z | Downloaded chrono v0.4.45 |
| 1093 | 2026-08-31T09:26:59.753Z | Downloaded syn v2.0.119 |
| 1094 | 2026-08-31T09:26:59.753Z | Downloaded tower-http v0.6.11 |
| 1095 | 2026-08-31T09:26:59.753Z | Downloaded regex v1.13.1 |
| 1096 | 2026-08-31T09:26:59.753Z | Downloaded openapiv3 v2.2.0 |
| 1097 | 2026-08-31T09:26:59.753Z | Downloaded hickory-proto v0.24.4 |
| 1098 | 2026-08-31T09:26:59.753Z | Downloaded winnow v0.5.40 |
| 1099 | 2026-08-31T09:26:59.753Z | Downloaded portable-atomic v1.15.0 |
| 1100 | 2026-08-31T09:26:59.753Z | Downloaded typify-impl v0.4.3 |
| 1101 | 2026-08-31T09:26:59.753Z | Downloaded vcpkg v0.2.15 |
| 1102 | 2026-08-31T09:26:59.753Z | Downloaded curve25519-dalek v4.1.3 |
| 1103 | 2026-08-31T09:26:59.754Z | Downloaded sled v0.34.7 |
| 1104 | 2026-08-31T09:26:59.754Z | Downloaded unicode-width v0.2.2 |
| 1105 | 2026-08-31T09:26:59.754Z | Downloaded syn v1.0.109 |
| 1106 | 2026-08-31T09:26:59.754Z | Downloaded jiff v0.2.35 |
| 1107 | 2026-08-31T09:26:59.754Z | Downloaded proptest v1.11.0 |
| 1108 | 2026-08-31T09:26:59.754Z | Downloaded lzma-sys v0.1.20 |
| 1109 | 2026-08-31T09:26:59.754Z | Downloaded libc v0.2.189 |
| 1110 | 2026-08-31T09:26:59.754Z | Downloaded tokio v1.53.1 |
| 1111 | 2026-08-31T09:26:59.754Z | Downloaded openssl v0.10.81 |
| 1112 | 2026-08-31T09:26:59.754Z | Downloaded unicode-width v0.1.14 |
| 1113 | 2026-08-31T09:26:59.754Z | Downloaded bstr v1.13.1 |
| 1114 | 2026-08-31T09:26:59.754Z | Downloaded dropshot v0.17.1 |
| 1115 | 2026-08-31T09:26:59.754Z | Downloaded regex-syntax v0.8.11 |
| 1116 | 2026-08-31T09:26:59.754Z | Downloaded rustix v0.38.44 |
| 1117 | 2026-08-31T09:26:59.754Z | Downloaded syn v3.0.3 |
| 1118 | 2026-08-31T09:26:59.754Z | Downloaded rustls v0.23.43 |
| 1119 | 2026-08-31T09:26:59.754Z | Downloaded typify-impl v0.6.2 |
| 1120 | 2026-08-31T09:26:59.754Z | Downloaded tracing v0.1.44 |
| 1121 | 2026-08-31T09:26:59.754Z | Downloaded hickory-proto v0.25.2 |
| 1122 | 2026-08-31T09:26:59.754Z | Downloaded rustix v1.1.4 |
| 1123 | 2026-08-31T09:26:59.754Z | Downloaded rhai v1.26.0 |
| 1124 | 2026-08-31T09:26:59.793Z | Downloaded regex-automata v0.4.18 |
| 1125 | 2026-08-31T09:26:59.850Z | Downloaded chrono-tz v0.10.4 |
| 1126 | 2026-08-31T09:26:59.862Z | Downloaded petgraph v0.6.5 |
| 1127 | 2026-08-31T09:26:59.878Z | Downloaded sha3 v0.10.9 |
| 1128 | 2026-08-31T09:26:59.885Z | Downloaded petgraph v0.8.3 |
| 1129 | 2026-08-31T09:26:59.899Z | Downloaded csv v1.4.0 |
| 1130 | 2026-08-31T09:27:00.067Z | Downloaded encoding_rs v0.8.35 |
| 1131 | 2026-08-31T09:27:00.074Z | Downloaded ring v0.17.14 |
| 1132 | 2026-08-31T09:27:00.546Z | Downloaded aws-lc-sys v0.44.0 |
| 1133 | 2026-08-31T09:27:00.913Z | Compiling proc-macro2 v1.0.107 |
| 1134 | 2026-08-31T09:27:00.914Z | Compiling quote v1.0.47 |
| 1135 | 2026-08-31T09:27:00.914Z | Compiling unicode-ident v1.0.24 |
| 1136 | 2026-08-31T09:27:00.914Z | Compiling serde_core v1.0.229 |
| 1137 | 2026-08-31T09:27:00.914Z | Compiling serde v1.0.229 |
| 1138 | 2026-08-31T09:27:00.917Z | Compiling libc v0.2.189 |
| 1139 | 2026-08-31T09:27:00.917Z | Compiling cfg-if v1.0.4 |
| 1140 | 2026-08-31T09:27:01.196Z | Compiling zmij v1.0.23 |
| 1141 | 2026-08-31T09:27:01.227Z | Compiling autocfg v1.5.1 |
| 1142 | 2026-08-31T09:27:01.511Z | Compiling memchr v2.8.3 |
| 1143 | 2026-08-31T09:27:01.536Z | Compiling libm v0.2.16 |
| 1144 | 2026-08-31T09:27:01.896Z | Compiling itoa v1.0.18 |
| 1145 | 2026-08-31T09:27:01.947Z | Compiling icu_normalizer_data v2.2.0 |
| 1146 | 2026-08-31T09:27:02.124Z | Compiling icu_properties_data v2.2.0 |
| 1147 | 2026-08-31T09:27:02.155Z | Compiling version_check v0.9.5 |
| 1148 | 2026-08-31T09:27:02.170Z | Compiling stable_deref_trait v1.2.1 |
| 1149 | 2026-08-31T09:27:02.297Z | Compiling serde_json v1.0.151 |
| 1150 | 2026-08-31T09:27:02.324Z | Compiling syn v2.0.119 |
| 1151 | 2026-08-31T09:27:02.347Z | Compiling syn v3.0.3 |
| 1152 | 2026-08-31T09:27:02.411Z | Compiling litemap v0.8.2 |
| 1153 | 2026-08-31T09:27:02.551Z | Compiling thiserror v2.0.20 |
| 1154 | 2026-08-31T09:27:02.607Z | Compiling writeable v0.6.3 |
| 1155 | 2026-08-31T09:27:02.713Z | Compiling num-traits v0.2.19 |
| 1156 | 2026-08-31T09:27:02.716Z | Compiling parking_lot_core v0.9.12 |
| 1157 | 2026-08-31T09:27:02.849Z | Compiling utf8_iter v1.0.4 |
| 1158 | 2026-08-31T09:27:03.030Z | Compiling percent-encoding v2.3.2 |
| 1159 | 2026-08-31T09:27:03.240Z | Compiling form_urlencoded v1.2.2 |
| 1160 | 2026-08-31T09:27:03.297Z | Compiling zerocopy v0.8.56 |
| 1161 | 2026-08-31T09:27:03.301Z | Compiling errno v0.3.14 |
| 1162 | 2026-08-31T09:27:03.495Z | Compiling rand_core v0.10.1 |
| 1163 | 2026-08-31T09:27:03.511Z | Compiling getrandom v0.4.3 |
| 1164 | 2026-08-31T09:27:03.530Z | Compiling iana-time-zone v0.1.65 |
| 1165 | 2026-08-31T09:27:03.812Z | Compiling heck v0.5.0 |
| 1166 | 2026-08-31T09:27:04.042Z | Compiling uuid v1.26.0 |
| 1167 | 2026-08-31T09:27:04.106Z | Compiling jobserver v0.1.35 |
| 1168 | 2026-08-31T09:27:04.451Z | Compiling shlex v2.0.1 |
| 1169 | 2026-08-31T09:27:04.465Z | Compiling find-msvc-tools v0.1.10 |
| 1170 | 2026-08-31T09:27:04.623Z | Compiling semver v1.0.28 |
| 1171 | 2026-08-31T09:27:04.659Z | Compiling cc v1.4.2 |
| 1172 | 2026-08-31T09:27:04.683Z | Compiling rustversion v1.0.23 |
| 1173 | 2026-08-31T09:27:04.700Z | Compiling schemars v0.8.22 |
| 1174 | 2026-08-31T09:27:04.981Z | Compiling dyn-clone v1.0.20 |
| 1175 | 2026-08-31T09:27:05.105Z | Compiling synstructure v0.13.2 |
| 1176 | 2026-08-31T09:27:05.132Z | Compiling serde_derive_internals v0.29.1 |
| 1177 | 2026-08-31T09:27:05.332Z | Compiling pin-project-lite v0.2.17 |
| 1178 | 2026-08-31T09:27:05.443Z | Compiling getrandom v0.2.17 |
| 1179 | 2026-08-31T09:27:05.626Z | Compiling serde_derive v1.0.229 |
| 1180 | 2026-08-31T09:27:05.664Z | Compiling displaydoc v0.2.7 |
| 1181 | 2026-08-31T09:27:05.683Z | Compiling thiserror-impl v2.0.20 |
| 1182 | 2026-08-31T09:27:05.760Z | Compiling tokio-macros v2.7.2 |
| 1183 | 2026-08-31T09:27:05.883Z | Compiling futures-macro v0.3.34 |
| 1184 | 2026-08-31T09:27:05.999Z | Compiling bitflags v2.13.1 |
| 1185 | 2026-08-31T09:27:06.093Z | Compiling pkg-config v0.3.33 |
| 1186 | 2026-08-31T09:27:06.288Z | Compiling zerofrom-derive v0.1.7 |
| 1187 | 2026-08-31T09:27:06.423Z | Compiling yoke-derive v0.8.2 |
| 1188 | 2026-08-31T09:27:06.445Z | Compiling zerovec-derive v0.11.3 |
| 1189 | 2026-08-31T09:27:06.496Z | Compiling schemars_derive v0.8.22 |
| 1190 | 2026-08-31T09:27:06.532Z | Compiling zerocopy-derive v0.8.56 |
| 1191 | 2026-08-31T09:27:06.718Z | Compiling zeroize_derive v1.5.0 |
| 1192 | 2026-08-31T09:27:06.999Z | Compiling scopeguard v1.2.0 |
| 1193 | 2026-08-31T09:27:07.116Z | Compiling lock_api v0.4.14 |
| 1194 | 2026-08-31T09:27:07.382Z | Compiling socket2 v0.6.5 |
| 1195 | 2026-08-31T09:27:07.389Z | Compiling zeroize v1.9.0 |
| 1196 | 2026-08-31T09:27:07.490Z | Compiling zerofrom v0.1.8 |
| 1197 | 2026-08-31T09:27:07.504Z | Compiling cmake v0.1.58 |
| 1198 | 2026-08-31T09:27:07.522Z | Compiling fs_extra v1.3.0 |
| 1199 | 2026-08-31T09:27:07.616Z | Compiling yoke v0.8.3 |
| 1200 | 2026-08-31T09:27:07.631Z | Compiling dunce v1.0.5 |
| 1201 | 2026-08-31T09:27:07.725Z | Compiling signal-hook-registry v1.4.8 |
| 1202 | 2026-08-31T09:27:07.741Z | Compiling mio v1.2.2 |
| 1203 | 2026-08-31T09:27:07.774Z | Compiling portable-atomic v1.15.0 |
| 1204 | 2026-08-31T09:27:07.815Z | Compiling zerovec v0.11.6 |
| 1205 | 2026-08-31T09:27:07.831Z | Compiling zerotrie v0.2.4 |
| 1206 | 2026-08-31T09:27:07.998Z | Compiling aws-lc-sys v0.44.0 |
| 1207 | 2026-08-31T09:27:08.162Z | Compiling futures-core v0.3.34 |
| 1208 | 2026-08-31T09:27:08.324Z | Compiling log v0.4.33 |
| 1209 | 2026-08-31T09:27:08.365Z | Compiling critical-section v1.2.0 |
| 1210 | 2026-08-31T09:27:08.478Z | Compiling tinystr v0.8.3 |
| 1211 | 2026-08-31T09:27:08.482Z | Compiling potential_utf v0.1.5 |
| 1212 | 2026-08-31T09:27:08.646Z | Compiling icu_locale_core v2.2.0 |
| 1213 | 2026-08-31T09:27:08.662Z | Compiling icu_collections v2.2.0 |
| 1214 | 2026-08-31T09:27:08.709Z | Compiling smallvec v1.15.2 |
| 1215 | 2026-08-31T09:27:08.782Z | Compiling bytes v1.12.1 |
| 1216 | 2026-08-31T09:27:08.797Z | Compiling chrono v0.4.45 |
| 1217 | 2026-08-31T09:27:09.088Z | Compiling once_cell v1.21.4 |
| 1218 | 2026-08-31T09:27:09.177Z | Compiling subtle v2.6.1 |
| 1219 | 2026-08-31T09:27:09.338Z | Compiling parking_lot v0.12.5 |
| 1220 | 2026-08-31T09:27:09.393Z | Compiling equivalent v1.0.2 |
| 1221 | 2026-08-31T09:27:09.419Z | Compiling getrandom v0.3.4 |
| 1222 | 2026-08-31T09:27:09.488Z | Compiling icu_provider v2.2.0 |
| 1223 | 2026-08-31T09:27:09.601Z | Compiling tokio v1.53.1 |
| 1224 | 2026-08-31T09:27:09.672Z | Compiling httparse v1.10.1 |
| 1225 | 2026-08-31T09:27:09.756Z | Compiling icu_properties v2.2.0 |
| 1226 | 2026-08-31T09:27:10.024Z | Compiling icu_normalizer v2.2.0 |
| 1227 | 2026-08-31T09:27:10.082Z | Compiling allocator-api2 v0.2.21 |
| 1228 | 2026-08-31T09:27:10.184Z | Compiling serde_tokenstream v0.2.3 |
| 1229 | 2026-08-31T09:27:10.470Z | Compiling futures-sink v0.3.34 |
| 1230 | 2026-08-31T09:27:10.631Z | Compiling slab v0.4.12 |
| 1231 | 2026-08-31T09:27:10.699Z | Compiling idna_adapter v1.2.2 |
| 1232 | 2026-08-31T09:27:10.793Z | Compiling rustix v1.1.4 |
| 1233 | 2026-08-31T09:27:10.845Z | Compiling idna v1.1.0 |
| 1234 | 2026-08-31T09:27:11.164Z | Compiling ucd-trie v0.1.7 |
| 1235 | 2026-08-31T09:27:11.256Z | Compiling url v2.5.8 |
| 1236 | 2026-08-31T09:27:11.299Z | Compiling typenum v1.20.1 |
| 1237 | 2026-08-31T09:27:11.375Z | Compiling pest v2.8.8 |
| 1238 | 2026-08-31T09:27:11.486Z | Compiling strsim v0.11.1 |
| 1239 | 2026-08-31T09:27:11.686Z | Compiling thiserror v1.0.69 |
| 1240 | 2026-08-31T09:27:11.779Z | Compiling regex-syntax v0.8.11 |
| 1241 | 2026-08-31T09:27:12.098Z | Compiling futures-channel v0.3.34 |
| 1242 | 2026-08-31T09:27:12.159Z | Compiling hashbrown v0.17.1 |
| 1243 | 2026-08-31T09:27:12.360Z | Compiling thiserror-impl v1.0.69 |
| 1244 | 2026-08-31T09:27:12.554Z | Compiling pest_meta v2.8.8 |
| 1245 | 2026-08-31T09:27:12.836Z | Compiling aho-corasick v1.1.5 |
| 1246 | 2026-08-31T09:27:12.853Z | Compiling futures-io v0.3.34 |
| 1247 | 2026-08-31T09:27:13.050Z | Compiling ident_case v1.0.1 |
| 1248 | 2026-08-31T09:27:13.179Z | Compiling pest_generator v2.8.8 |
| 1249 | 2026-08-31T09:27:13.486Z | Compiling futures-task v0.3.34 |
| 1250 | 2026-08-31T09:27:13.669Z | Compiling regex-automata v0.4.18 |
| 1251 | 2026-08-31T09:27:13.686Z | Compiling futures-util v0.3.34 |
| 1252 | 2026-08-31T09:27:13.765Z | Compiling ipnetwork v0.21.1 |
| 1253 | 2026-08-31T09:27:13.796Z | Compiling pest_derive v2.8.8 |
| 1254 | 2026-08-31T09:27:14.234Z | Compiling rand_core v0.6.4 |
| 1255 | 2026-08-31T09:27:14.354Z | Compiling byteorder v1.5.0 |
| 1256 | 2026-08-31T09:27:14.374Z | Compiling indexmap v2.14.0 |
| 1257 | 2026-08-31T09:27:14.497Z | Compiling tracing-core v0.1.36 |
| 1258 | 2026-08-31T09:27:14.618Z | Compiling tracing-attributes v0.1.31 |
| 1259 | 2026-08-31T09:27:15.205Z | Compiling paste v1.0.15 |
| 1260 | 2026-08-31T09:27:15.292Z | Compiling fnv v1.0.7 |
| 1261 | 2026-08-31T09:27:15.402Z | Compiling regex v1.13.1 |
| 1262 | 2026-08-31T09:27:15.498Z | Compiling base64 v0.22.1 |
| 1263 | 2026-08-31T09:27:15.776Z | Compiling omicron-workspace-hack v0.1.0 |
| 1264 | 2026-08-31T09:27:15.825Z | Compiling tracing v0.1.44 |
| 1265 | 2026-08-31T09:27:16.014Z | Compiling slog v2.8.2 |
| 1266 | 2026-08-31T09:27:16.236Z | Compiling anyhow v1.0.104 |
| 1267 | 2026-08-31T09:27:16.288Z | Compiling http v1.5.0 |
| 1268 | 2026-08-31T09:27:16.304Z | Compiling erased-serde v0.3.31 |
| 1269 | 2026-08-31T09:27:16.625Z | Compiling oxnet v0.1.7 |
| 1270 | 2026-08-31T09:27:17.430Z | Compiling rustls-pki-types v1.15.1 |
| 1271 | 2026-08-31T09:27:17.761Z | Compiling scroll_derive v0.13.1 |
| 1272 | 2026-08-31T09:27:18.059Z | Compiling ring v0.17.14 |
| 1273 | 2026-08-31T09:27:18.280Z | Compiling aws-lc-rs v1.18.0 |
| 1274 | 2026-08-31T09:27:18.569Z | Compiling num-conv v0.2.2 |
| 1275 | 2026-08-31T09:27:18.603Z | Compiling camino v1.2.5 |
| 1276 | 2026-08-31T09:27:18.724Z | Compiling time-core v0.1.9 |
| 1277 | 2026-08-31T09:27:18.908Z | Compiling time-macros v0.2.32 |
| 1278 | 2026-08-31T09:27:18.938Z | Compiling tokio-util v0.7.19 |
| 1279 | 2026-08-31T09:27:19.004Z | Compiling daft-derive v0.1.8 |
| 1280 | 2026-08-31T09:27:19.124Z | Compiling ipnet v2.12.1 |
| 1281 | 2026-08-31T09:27:19.724Z | Compiling untrusted v0.7.1 |
| 1282 | 2026-08-31T09:27:19.854Z | Compiling untrusted v0.9.0 |
| 1283 | 2026-08-31T09:27:19.988Z | Compiling crc32fast v1.5.0 |
| 1284 | 2026-08-31T09:27:20.022Z | Compiling darling_core v0.23.0 |
| 1285 | 2026-08-31T09:27:20.253Z | Compiling async-trait v0.1.92 |
| 1286 | 2026-08-31T09:27:20.269Z | Compiling rustls v0.23.43 |
| 1287 | 2026-08-31T09:27:20.489Z | Compiling http-body v1.1.0 |
| 1288 | 2026-08-31T09:27:20.844Z | Compiling ppv-lite86 v0.2.21 |
| 1289 | 2026-08-31T09:27:21.208Z | Compiling pretty-hex v0.4.2 |
| 1290 | 2026-08-31T09:27:21.344Z | Compiling usdt-impl v0.6.0 |
| 1291 | 2026-08-31T09:27:21.419Z | Compiling atomic-waker v1.1.2 |
| 1292 | 2026-08-31T09:27:21.985Z | Compiling scroll v0.13.0 |
| 1293 | 2026-08-31T09:27:22.028Z | Compiling darling_macro v0.23.0 |
| 1294 | 2026-08-31T09:27:22.044Z | Compiling ryu v1.0.23 |
| 1295 | 2026-08-31T09:27:22.095Z | Compiling crossbeam-utils v0.8.22 |
| 1296 | 2026-08-31T09:27:22.235Z | Compiling try-lock v0.2.5 |
| 1297 | 2026-08-31T09:27:22.326Z | Compiling plain v0.2.3 |
| 1298 | 2026-08-31T09:27:22.351Z | Compiling tower-service v0.3.3 |
| 1299 | 2026-08-31T09:27:22.384Z | Compiling tower-layer v0.3.3 |
| 1300 | 2026-08-31T09:27:22.447Z | Compiling goblin v0.10.7 |
| 1301 | 2026-08-31T09:27:22.593Z | Compiling darling v0.23.0 |
| 1302 | 2026-08-31T09:27:22.614Z | Compiling want v0.3.1 |
| 1303 | 2026-08-31T09:27:22.628Z | Compiling h2 v0.4.15 |
| 1304 | 2026-08-31T09:27:22.784Z | Compiling ref-cast v1.0.26 |
| 1305 | 2026-08-31T09:27:22.932Z | Compiling httpdate v1.0.3 |
| 1306 | 2026-08-31T09:27:23.113Z | Compiling dtrace-parser v0.3.0 |
| 1307 | 2026-08-31T09:27:23.297Z | Compiling thread-id v5.1.0 |
| 1308 | 2026-08-31T09:27:23.381Z | Compiling slog-async v2.8.0 |
| 1309 | 2026-08-31T09:27:23.663Z | Compiling ref-cast-impl v1.0.26 |
| 1310 | 2026-08-31T09:27:24.341Z | Compiling serde_urlencoded v0.7.1 |
| 1311 | 2026-08-31T09:27:24.621Z | Compiling http-body-util v0.1.5 |
| 1312 | 2026-08-31T09:27:25.138Z | Compiling dof v0.4.0 |
| 1313 | 2026-08-31T09:27:25.748Z | Compiling hyper v1.11.0 |
| 1314 | 2026-08-31T09:27:26.129Z | Compiling serde_tokenstream v0.3.0 |
| 1315 | 2026-08-31T09:27:26.417Z | Compiling structmeta-derive v0.3.0 |
| 1316 | 2026-08-31T09:27:26.576Z | Compiling multer v3.1.0 |
| 1317 | 2026-08-31T09:27:26.807Z | Compiling usdt-macro v0.6.0 |
| 1318 | 2026-08-31T09:27:27.451Z | Compiling hyper-util v0.1.20 |
| 1319 | 2026-08-31T09:27:27.639Z | Compiling structmeta v0.3.0 |
| 1320 | 2026-08-31T09:27:27.844Z | Compiling usdt-attr-macro v0.6.0 |
| 1321 | 2026-08-31T09:27:28.364Z | Compiling newtype-uuid-macros v0.1.1 |
| 1322 | 2026-08-31T09:27:29.178Z | Compiling rand_core v0.9.5 |
| 1323 | 2026-08-31T09:27:29.387Z | Compiling foldhash v0.2.0 |
| 1324 | 2026-08-31T09:27:29.488Z | Compiling newtype-uuid v1.4.0 |
| 1325 | 2026-08-31T09:27:29.670Z | Compiling async-stream-impl v0.3.6 |
| 1326 | 2026-08-31T09:27:29.894Z | Compiling strum_macros v0.26.4 |
| 1327 | 2026-08-31T09:27:30.191Z | Compiling dropshot v0.17.1 |
| 1328 | 2026-08-31T09:27:30.297Z | Compiling fastrand v2.5.0 |
| 1329 | 2026-08-31T09:27:30.327Z | Compiling hex v0.4.3 |
| 1330 | 2026-08-31T09:27:30.428Z | Compiling daft v0.1.8 |
| 1331 | 2026-08-31T09:27:30.613Z | Compiling rand_chacha v0.9.0 |
| 1332 | 2026-08-31T09:27:30.629Z | Compiling sync_wrapper v1.0.2 |
| 1333 | 2026-08-31T09:27:30.760Z | Compiling deranged v0.5.8 |
| 1334 | 2026-08-31T09:27:31.069Z | Compiling powerfmt v0.2.0 |
| 1335 | 2026-08-31T09:27:31.090Z | Compiling syn v1.0.109 |
| 1336 | 2026-08-31T09:27:31.320Z | Compiling num_threads v0.1.7 |
| 1337 | 2026-08-31T09:27:31.431Z | Compiling rand v0.9.5 |
| 1338 | 2026-08-31T09:27:31.485Z | Compiling tower v0.5.3 |
| 1339 | 2026-08-31T09:27:31.591Z | Compiling serde_with_macros v3.22.0 |
| 1340 | 2026-08-31T09:27:31.824Z | Compiling time v0.3.55 |
| 1341 | 2026-08-31T09:27:32.111Z | Compiling webpki-roots v1.0.9 |
| 1342 | 2026-08-31T09:27:32.230Z | Compiling openapiv3 v2.2.0 |
| 1343 | 2026-08-31T09:27:32.539Z | Compiling dropshot_endpoint v0.17.1 |
| 1344 | 2026-08-31T09:27:32.695Z | Compiling macaddr v1.0.1 |
| 1345 | 2026-08-31T09:27:32.968Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1346 | 2026-08-31T09:27:33.688Z | Compiling cpufeatures v0.3.0 |
| 1347 | 2026-08-31T09:27:33.793Z | Compiling tower-http v0.6.11 |
| 1348 | 2026-08-31T09:27:34.443Z | Compiling tempfile v3.27.0 |
| 1349 | 2026-08-31T09:27:34.547Z | Compiling hashbrown v0.16.1 |
| 1350 | 2026-08-31T09:27:34.670Z | Compiling derive-ex v0.1.8 |
| 1351 | 2026-08-31T09:27:35.206Z | Compiling crossbeam-channel v0.5.16 |
| 1352 | 2026-08-31T09:27:35.600Z | Compiling futures-executor v0.3.34 |
| 1353 | 2026-08-31T09:27:35.861Z | Compiling strum_macros v0.27.2 |
| 1354 | 2026-08-31T09:27:36.044Z | Compiling openssl-probe v0.2.1 |
| 1355 | 2026-08-31T09:27:36.207Z | Compiling winnow v1.0.4 |
| 1356 | 2026-08-31T09:27:36.217Z | Compiling test-strategy v0.4.5 |
| 1357 | 2026-08-31T09:27:37.353Z | Compiling rustls-native-certs v0.8.4 |
| 1358 | 2026-08-31T09:27:37.525Z | Compiling futures v0.3.34 |
| 1359 | 2026-08-31T09:27:37.665Z | Compiling hybrid-array v0.4.14 |
| 1360 | 2026-08-31T09:27:37.683Z | Compiling thread_local v1.1.10 |
| 1361 | 2026-08-31T09:27:37.858Z | Compiling simd-adler32 v0.3.10 |
| 1362 | 2026-08-31T09:27:37.986Z | Compiling adler2 v2.0.1 |
| 1363 | 2026-08-31T09:27:38.101Z | Compiling miniz_oxide v0.8.9 |
| 1364 | 2026-08-31T09:27:38.693Z | Compiling generic-array v0.14.7 |
| 1365 | 2026-08-31T09:27:38.925Z | Compiling is-terminal v0.4.17 |
| 1366 | 2026-08-31T09:27:39.130Z | Compiling take_mut v0.2.2 |
| 1367 | 2026-08-31T09:27:39.228Z | Compiling term v1.2.1 |
| 1368 | 2026-08-31T09:27:39.526Z | Compiling flate2 v1.1.9 |
| 1369 | 2026-08-31T09:27:39.568Z | Compiling slog-term v2.9.2 |
| 1370 | 2026-08-31T09:27:40.053Z | Compiling crypto-common v0.2.2 |
| 1371 | 2026-08-31T09:27:40.615Z | Compiling block-buffer v0.12.1 |
| 1372 | 2026-08-31T09:27:40.794Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1373 | 2026-08-31T09:27:40.924Z | Compiling memmap2 v0.9.11 |
| 1374 | 2026-08-31T09:27:41.086Z | Compiling either v1.17.0 |
| 1375 | 2026-08-31T09:27:41.316Z | Compiling const-oid v0.10.2 |
| 1376 | 2026-08-31T09:27:41.323Z | Compiling compression-core v0.4.32 |
| 1377 | 2026-08-31T09:27:41.424Z | Compiling debug-ignore v1.0.5 |
| 1378 | 2026-08-31T09:27:41.533Z | Compiling match_cfg v0.1.0 |
| 1379 | 2026-08-31T09:27:41.608Z | Compiling hostname v0.3.1 |
| 1380 | 2026-08-31T09:27:41.624Z | Compiling digest v0.11.3 |
| 1381 | 2026-08-31T09:27:41.785Z | Compiling compression-codecs v0.4.38 |
| 1382 | 2026-08-31T09:27:42.121Z | Compiling usdt v0.6.0 |
| 1383 | 2026-08-31T09:27:42.359Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1384 | 2026-08-31T09:27:42.423Z | Compiling slog-json v2.6.1 |
| 1385 | 2026-08-31T09:27:42.682Z | Compiling parse-display-derive v0.10.0 |
| 1386 | 2026-08-31T09:27:42.746Z | Compiling rand_chacha v0.3.1 |
| 1387 | 2026-08-31T09:27:42.764Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1388 | 2026-08-31T09:27:43.170Z | Compiling serde_spanned v1.1.1 |
| 1389 | 2026-08-31T09:27:43.321Z | Compiling encoding_rs v0.8.35 |
| 1390 | 2026-08-31T09:27:43.342Z | Compiling mime v0.3.17 |
| 1391 | 2026-08-31T09:27:43.488Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1392 | 2026-08-31T09:27:43.657Z | Compiling spin v0.9.9 |
| 1393 | 2026-08-31T09:27:43.748Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1394 | 2026-08-31T09:27:43.788Z | Compiling rand v0.8.7 |
| 1395 | 2026-08-31T09:27:43.825Z | Compiling slog-bunyan v2.5.0 |
| 1396 | 2026-08-31T09:27:44.013Z | Compiling async-compression v0.4.43 |
| 1397 | 2026-08-31T09:27:44.222Z | Compiling sha1 v0.11.0 |
| 1398 | 2026-08-31T09:27:44.571Z | Compiling strum v0.26.3 |
| 1399 | 2026-08-31T09:27:44.705Z | Compiling async-stream v0.3.6 |
| 1400 | 2026-08-31T09:27:44.721Z | Compiling waitgroup v0.1.2 |
| 1401 | 2026-08-31T09:27:44.873Z | Compiling rustls-pemfile v2.2.0 |
| 1402 | 2026-08-31T09:27:44.893Z | Compiling serde_path_to_error v0.1.20 |
| 1403 | 2026-08-31T09:27:44.893Z | Compiling wait-timeout v0.2.1 |
| 1404 | 2026-08-31T09:27:45.153Z | Compiling hostname v0.4.2 |
| 1405 | 2026-08-31T09:27:45.316Z | Compiling quick-error v1.2.3 |
| 1406 | 2026-08-31T09:27:45.350Z | Compiling bit-vec v0.8.0 |
| 1407 | 2026-08-31T09:27:45.463Z | Compiling rusty-fork v0.3.1 |
| 1408 | 2026-08-31T09:27:45.480Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1409 | 2026-08-31T09:27:45.637Z | Compiling bit-set v0.8.0 |
| 1410 | 2026-08-31T09:27:45.655Z | Compiling serde_with v3.22.0 |
| 1411 | 2026-08-31T09:27:45.829Z | Compiling rand_xorshift v0.4.0 |
| 1412 | 2026-08-31T09:27:45.946Z | Compiling unarray v0.1.4 |
| 1413 | 2026-08-31T09:27:46.070Z | Compiling proptest v1.11.0 |
| 1414 | 2026-08-31T09:27:46.185Z | Compiling strum v0.27.2 |
| 1415 | 2026-08-31T09:27:46.200Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1416 | 2026-08-31T09:27:46.319Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1417 | 2026-08-31T09:27:46.369Z | Compiling instant v0.1.13 |
| 1418 | 2026-08-31T09:27:46.842Z | Compiling crypto-common v0.1.7 |
| 1419 | 2026-08-31T09:27:47.416Z | Compiling iddqd v0.4.6 |
| 1420 | 2026-08-31T09:27:47.979Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1421 | 2026-08-31T09:27:48.055Z | Compiling backon v1.6.0 |
| 1422 | 2026-08-31T09:27:48.316Z | Compiling backoff v0.4.0 |
| 1423 | 2026-08-31T09:27:48.447Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1424 | 2026-08-31T09:27:48.530Z | Compiling parse-display v0.10.0 |
| 1425 | 2026-08-31T09:27:48.701Z | Compiling itertools v0.14.0 |
| 1426 | 2026-08-31T09:27:48.824Z | Compiling regress v0.10.5 |
| 1427 | 2026-08-31T09:27:49.278Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1428 | 2026-08-31T09:27:49.526Z | Compiling humantime v2.4.0 |
| 1429 | 2026-08-31T09:27:50.355Z | Compiling block-buffer v0.10.4 |
| 1430 | 2026-08-31T09:27:51.005Z | Compiling unicode-width v0.2.2 |
| 1431 | 2026-08-31T09:27:52.232Z | Compiling digest v0.10.7 |
| 1432 | 2026-08-31T09:27:54.119Z | Compiling regress v0.11.1 |
| 1433 | 2026-08-31T09:27:55.329Z | Compiling zerocopy-derive v0.7.35 |
| 1434 | 2026-08-31T09:27:55.866Z | Compiling typify-impl v0.6.2 |
| 1435 | 2026-08-31T09:27:56.256Z | Compiling clap_derive v4.6.4 |
| 1436 | 2026-08-31T09:27:57.053Z | Compiling convert_case v0.4.0 |
| 1437 | 2026-08-31T09:27:57.149Z | Compiling cpufeatures v0.2.17 |
| 1438 | 2026-08-31T09:27:57.227Z | Compiling utf8parse v0.2.2 |
| 1439 | 2026-08-31T09:27:57.337Z | Compiling derive_more v0.99.20 |
| 1440 | 2026-08-31T09:27:57.352Z | Compiling anstyle-parse v1.0.0 |
| 1441 | 2026-08-31T09:27:58.034Z | Compiling terminal_size v0.4.4 |
| 1442 | 2026-08-31T09:27:58.167Z | Compiling toml_datetime v0.6.11 |
| 1443 | 2026-08-31T09:27:58.313Z | Compiling anstyle-query v1.1.5 |
| 1444 | 2026-08-31T09:27:58.396Z | Compiling colorchoice v1.0.5 |
| 1445 | 2026-08-31T09:27:58.423Z | Compiling anstyle v1.0.14 |
| 1446 | 2026-08-31T09:27:58.682Z | Compiling is_terminal_polyfill v1.70.2 |
| 1447 | 2026-08-31T09:27:58.780Z | Compiling anstream v1.0.0 |
| 1448 | 2026-08-31T09:27:59.126Z | Compiling typify-macro v0.6.2 |
| 1449 | 2026-08-31T09:27:59.241Z | Compiling secrecy v0.10.3 |
| 1450 | 2026-08-31T09:27:59.416Z | Compiling heapless v0.8.0 |
| 1451 | 2026-08-31T09:27:59.446Z | Compiling crucible-workspace-hack v0.1.0 |
| 1452 | 2026-08-31T09:27:59.570Z | Compiling tinyvec_macros v0.1.1 |
| 1453 | 2026-08-31T09:27:59.660Z | Compiling clap_lex v1.1.0 |
| 1454 | 2026-08-31T09:28:00.010Z | Compiling clap_builder v4.6.6 |
| 1455 | 2026-08-31T09:28:00.110Z | Compiling tinyvec v1.12.0 |
| 1456 | 2026-08-31T09:28:00.707Z | Compiling zerocopy v0.7.35 |
| 1457 | 2026-08-31T09:28:00.724Z | Compiling typify v0.6.2 |
| 1458 | 2026-08-31T09:28:00.980Z | Compiling hash32 v0.3.1 |
| 1459 | 2026-08-31T09:28:01.537Z | Compiling rustc_version v0.4.1 |
| 1460 | 2026-08-31T09:28:01.540Z | Compiling scroll_derive v0.12.1 |
| 1461 | 2026-08-31T09:28:01.540Z | Compiling num-integer v0.1.47 |
| 1462 | 2026-08-31T09:28:01.540Z | Compiling usdt-impl v0.5.0 |
| 1463 | 2026-08-31T09:28:01.667Z | Compiling smoltcp v0.11.0 |
| 1464 | 2026-08-31T09:28:01.729Z | Compiling crossbeam-epoch v0.9.20 |
| 1465 | 2026-08-31T09:28:01.824Z | Compiling scroll v0.12.0 |
| 1466 | 2026-08-31T09:28:01.864Z | Compiling clap v4.6.6 |
| 1467 | 2026-08-31T09:28:02.032Z | Compiling curve25519-dalek v4.1.3 |
| 1468 | 2026-08-31T09:28:02.064Z | Compiling dof v0.3.0 |
| 1469 | 2026-08-31T09:28:03.255Z | Compiling hmac v0.12.1 |
| 1470 | 2026-08-31T09:28:03.299Z | Compiling dtrace-parser v0.2.0 |
| 1471 | 2026-08-31T09:28:03.408Z | Compiling inout v0.1.4 |
| 1472 | 2026-08-31T09:28:03.525Z | Compiling darling_core v0.21.3 |
| 1473 | 2026-08-31T09:28:03.612Z | Compiling ff v0.13.1 |
| 1474 | 2026-08-31T09:28:03.760Z | Compiling cobs v0.3.0 |
| 1475 | 2026-08-31T09:28:04.041Z | Compiling thread-id v4.2.2 |
| 1476 | 2026-08-31T09:28:04.128Z | Compiling unsafe-libyaml v0.2.11 |
| 1477 | 2026-08-31T09:28:04.819Z | Compiling managed v0.8.0 |
| 1478 | 2026-08-31T09:28:05.048Z | Compiling bitflags v1.3.2 |
| 1479 | 2026-08-31T09:28:05.397Z | Compiling serde_yaml v0.9.34+deprecated |
| 1480 | 2026-08-31T09:28:05.582Z | Compiling darling_macro v0.21.3 |
| 1481 | 2026-08-31T09:28:06.164Z | Compiling postcard v1.1.3 |
| 1482 | 2026-08-31T09:28:06.528Z | Compiling group v0.13.0 |
| 1483 | 2026-08-31T09:28:06.646Z | Compiling cipher v0.4.4 |
| 1484 | 2026-08-31T09:28:06.650Z | Compiling hkdf v0.12.4 |
| 1485 | 2026-08-31T09:28:07.322Z | Compiling goblin v0.8.2 |
| 1486 | 2026-08-31T09:28:07.367Z | Compiling num-rational v0.4.2 |
| 1487 | 2026-08-31T09:28:07.807Z | Compiling num-iter v0.1.46 |
| 1488 | 2026-08-31T09:28:08.336Z | Compiling tabwriter v1.4.1 |
| 1489 | 2026-08-31T09:28:08.521Z | Compiling universal-hash v0.5.1 |
| 1490 | 2026-08-31T09:28:08.665Z | Compiling crypto-bigint v0.5.5 |
| 1491 | 2026-08-31T09:28:08.687Z | Compiling hubpack_derive v0.1.1 |
| 1492 | 2026-08-31T09:28:08.853Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1493 | 2026-08-31T09:28:09.227Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1494 | 2026-08-31T09:28:09.943Z | Compiling half v2.7.1 |
| 1495 | 2026-08-31T09:28:10.113Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1496 | 2026-08-31T09:28:10.287Z | Compiling num-complex v0.4.6 |
| 1497 | 2026-08-31T09:28:10.837Z | Compiling memoffset v0.9.1 |
| 1498 | 2026-08-31T09:28:11.060Z | Compiling cfg_aliases v0.2.2 |
| 1499 | 2026-08-31T09:28:11.136Z | Compiling base64ct v1.8.3 |
| 1500 | 2026-08-31T09:28:11.186Z | Compiling base16ct v0.2.0 |
| 1501 | 2026-08-31T09:28:11.187Z | Compiling ciborium-io v0.2.2 |
| 1502 | 2026-08-31T09:28:11.398Z | Compiling rustix v0.38.44 |
| 1503 | 2026-08-31T09:28:11.437Z | Compiling opaque-debug v0.3.1 |
| 1504 | 2026-08-31T09:28:11.466Z | Compiling prettyplease v0.2.37 |
| 1505 | 2026-08-31T09:28:11.988Z | Compiling poly1305 v0.8.0 |
| 1506 | 2026-08-31T09:28:12.201Z | Compiling password-hash v0.5.0 |
| 1507 | 2026-08-31T09:28:12.578Z | Compiling elliptic-curve v0.13.8 |
| 1508 | 2026-08-31T09:28:12.594Z | Compiling ciborium-ll v0.2.2 |
| 1509 | 2026-08-31T09:28:12.896Z | Compiling nix v0.31.3 |
| 1510 | 2026-08-31T09:28:13.397Z | Compiling num v0.4.3 |
| 1511 | 2026-08-31T09:28:13.491Z | Compiling thiserror-no-std v2.0.2 |
| 1512 | 2026-08-31T09:28:13.595Z | Compiling hubpack v0.1.2 |
| 1513 | 2026-08-31T09:28:14.690Z | Compiling chacha20 v0.9.1 |
| 1514 | 2026-08-31T09:28:14.945Z | Compiling darling v0.21.3 |
| 1515 | 2026-08-31T09:28:15.334Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1516 | 2026-08-31T09:28:15.633Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1517 | 2026-08-31T09:28:15.965Z | Compiling reqwest v0.12.28 |
| 1518 | 2026-08-31T09:28:16.450Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1519 | 2026-08-31T09:28:16.801Z | Compiling blake2 v0.10.6 |
| 1520 | 2026-08-31T09:28:16.818Z | Compiling aead v0.5.2 |
| 1521 | 2026-08-31T09:28:17.280Z | Compiling byte-wrapper v0.1.0 |
| 1522 | 2026-08-31T09:28:17.311Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1523 | 2026-08-31T09:28:17.574Z | Compiling serde_repr v0.1.21 |
| 1524 | 2026-08-31T09:28:18.076Z | Compiling proc-macro-error-attr v1.0.4 |
| 1525 | 2026-08-31T09:28:18.205Z | Compiling float-ord v0.3.2 |
| 1526 | 2026-08-31T09:28:18.305Z | Compiling keccak v0.1.6 |
| 1527 | 2026-08-31T09:28:18.319Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1528 | 2026-08-31T09:28:18.375Z | Compiling static_assertions v1.1.0 |
| 1529 | 2026-08-31T09:28:18.453Z | Compiling sha3 v0.10.9 |
| 1530 | 2026-08-31T09:28:18.649Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1531 | 2026-08-31T09:28:19.019Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1532 | 2026-08-31T09:28:19.514Z | Compiling argon2 v0.5.3 |
| 1533 | 2026-08-31T09:28:19.751Z | Compiling proc-macro-crate v3.5.0 |
| 1534 | 2026-08-31T09:28:20.573Z | Compiling chacha20poly1305 v0.10.1 |
| 1535 | 2026-08-31T09:28:20.592Z | Compiling progenitor-client v0.10.0 |
| 1536 | 2026-08-31T09:28:20.592Z | Compiling ingot-macros v0.1.1 |
| 1537 | 2026-08-31T09:28:20.696Z | Compiling vsss-rs v3.3.4 |
| 1538 | 2026-08-31T09:28:22.234Z | Compiling ciborium v0.2.2 |
| 1539 | 2026-08-31T09:28:23.167Z | Compiling usdt-macro v0.5.0 |
| 1540 | 2026-08-31T09:28:23.184Z | Compiling usdt-attr-macro v0.5.0 |
| 1541 | 2026-08-31T09:28:24.707Z | Compiling num-derive v0.4.2 |
| 1542 | 2026-08-31T09:28:24.795Z | Compiling enum-as-inner v0.6.1 |
| 1543 | 2026-08-31T09:28:25.349Z | Compiling proc-macro-error v1.0.4 |
| 1544 | 2026-08-31T09:28:25.474Z | Compiling memmap v0.7.0 |
| 1545 | 2026-08-31T09:28:25.586Z | Compiling winnow v0.5.40 |
| 1546 | 2026-08-31T09:28:25.620Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1547 | 2026-08-31T09:28:25.801Z | Compiling indent_write v2.2.0 |
| 1548 | 2026-08-31T09:28:25.837Z | Compiling data-encoding v2.11.1 |
| 1549 | 2026-08-31T09:28:26.165Z | Compiling usdt v0.5.0 |
| 1550 | 2026-08-31T09:28:26.449Z | Compiling ingot-types v0.1.2 |
| 1551 | 2026-08-31T09:28:26.507Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1552 | 2026-08-31T09:28:26.873Z | Compiling toml_edit v0.19.15 |
| 1553 | 2026-08-31T09:28:26.935Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1554 | 2026-08-31T09:28:27.038Z | Compiling num_enum_derive v0.7.6 |
| 1555 | 2026-08-31T09:28:27.592Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1556 | 2026-08-31T09:28:28.171Z | Compiling serde_spanned v0.6.9 |
| 1557 | 2026-08-31T09:28:28.300Z | Compiling foreign-types-macros v0.2.4 |
| 1558 | 2026-08-31T09:28:28.315Z | Compiling crossbeam-deque v0.8.7 |
| 1559 | 2026-08-31T09:28:28.445Z | Compiling vcpkg v0.2.15 |
| 1560 | 2026-08-31T09:28:28.585Z | Compiling bytecount v0.6.9 |
| 1561 | 2026-08-31T09:28:28.902Z | Compiling toml_write v0.1.2 |
| 1562 | 2026-08-31T09:28:28.922Z | Compiling foreign-types-shared v0.3.1 |
| 1563 | 2026-08-31T09:28:29.003Z | Compiling winnow v0.7.15 |
| 1564 | 2026-08-31T09:28:29.033Z | Compiling colored v3.1.1 |
| 1565 | 2026-08-31T09:28:29.050Z | Compiling foreign-types v0.5.0 |
| 1566 | 2026-08-31T09:28:29.118Z | Compiling openssl-sys v0.9.117 |
| 1567 | 2026-08-31T09:28:29.562Z | Compiling num_enum v0.7.6 |
| 1568 | 2026-08-31T09:28:29.632Z | Compiling proc-macro-crate v1.3.1 |
| 1569 | 2026-08-31T09:28:29.671Z | Compiling ingot v0.1.1 |
| 1570 | 2026-08-31T09:28:29.801Z | Compiling atomicwrites v0.4.4 |
| 1571 | 2026-08-31T09:28:30.069Z | Compiling progenitor-impl v0.14.0 |
| 1572 | 2026-08-31T09:28:30.107Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1573 | 2026-08-31T09:28:30.417Z | Compiling rustls-webpki v0.103.14 |
| 1574 | 2026-08-31T09:28:30.599Z | Compiling toml_edit v0.22.27 |
| 1575 | 2026-08-31T09:28:31.749Z | Compiling chacha20 v0.10.1 |
| 1576 | 2026-08-31T09:28:32.100Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1577 | 2026-08-31T09:28:32.145Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1578 | 2026-08-31T09:28:32.382Z | Compiling cstr-argument v0.1.2 |
| 1579 | 2026-08-31T09:28:32.406Z | Compiling resolv-conf v0.7.6 |
| 1580 | 2026-08-31T09:28:32.505Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1581 | 2026-08-31T09:28:32.550Z | Compiling semver v0.1.20 |
| 1582 | 2026-08-31T09:28:32.732Z | Compiling linked-hash-map v0.5.6 |
| 1583 | 2026-08-31T09:28:32.815Z | Compiling swrite v0.1.0 |
| 1584 | 2026-08-31T09:28:32.850Z | Compiling rayon-core v1.13.0 |
| 1585 | 2026-08-31T09:28:32.922Z | Compiling heck v0.4.1 |
| 1586 | 2026-08-31T09:28:32.970Z | Compiling unicode-segmentation v1.13.3 |
| 1587 | 2026-08-31T09:28:32.986Z | Compiling lru-cache v0.1.2 |
| 1588 | 2026-08-31T09:28:33.104Z | Compiling rustc_version v0.1.7 |
| 1589 | 2026-08-31T09:28:33.134Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1590 | 2026-08-31T09:28:33.206Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1591 | 2026-08-31T09:28:33.294Z | Compiling progenitor-macro v0.14.0 |
| 1592 | 2026-08-31T09:28:33.508Z | Compiling newline-converter v0.3.0 |
| 1593 | 2026-08-31T09:28:33.548Z | Compiling toml v0.8.23 |
| 1594 | 2026-08-31T09:28:33.672Z | Compiling rand v0.10.2 |
| 1595 | 2026-08-31T09:28:34.185Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1596 | 2026-08-31T09:28:34.435Z | Compiling num_enum_derive v0.5.11 |
| 1597 | 2026-08-31T09:28:34.906Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1598 | 2026-08-31T09:28:35.132Z | Compiling tokio-rustls v0.26.4 |
| 1599 | 2026-08-31T09:28:35.386Z | Compiling rustls-platform-verifier v0.7.0 |
| 1600 | 2026-08-31T09:28:35.403Z | Compiling hyper-rustls v0.27.9 |
| 1601 | 2026-08-31T09:28:35.912Z | Compiling reqwest v0.13.4 |
| 1602 | 2026-08-31T09:28:36.496Z | Compiling hickory-proto v0.24.4 |
| 1603 | 2026-08-31T09:28:37.652Z | Compiling progenitor-client v0.14.0 |
| 1604 | 2026-08-31T09:28:38.100Z | Compiling progenitor-extras v0.2.0 |
| 1605 | 2026-08-31T09:28:38.795Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1606 | 2026-08-31T09:28:43.653Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1607 | 2026-08-31T09:28:43.991Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1608 | 2026-08-31T09:28:50.303Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1609 | 2026-08-31T09:28:50.585Z | Compiling progenitor-impl v0.13.0 |
| 1610 | 2026-08-31T09:28:50.888Z | Compiling console v0.16.4 |
| 1611 | 2026-08-31T09:28:52.133Z | Compiling camino-tempfile v1.4.1 |
| 1612 | 2026-08-31T09:28:52.517Z | Compiling serde-big-array v0.5.1 |
| 1613 | 2026-08-31T09:28:52.586Z | Compiling derive-where v1.6.1 |
| 1614 | 2026-08-31T09:28:52.611Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1615 | 2026-08-31T09:28:52.676Z | Compiling pin-project-internal v1.1.13 |
| 1616 | 2026-08-31T09:28:53.128Z | Compiling similar v3.2.0 |
| 1617 | 2026-08-31T09:28:53.410Z | Compiling siphasher v1.0.3 |
| 1618 | 2026-08-31T09:28:53.632Z | Compiling lazy_static v1.5.0 |
| 1619 | 2026-08-31T09:28:53.752Z | Compiling minimal-lexical v0.2.1 |
| 1620 | 2026-08-31T09:28:53.757Z | Compiling pin-project v1.1.13 |
| 1621 | 2026-08-31T09:28:53.825Z | Compiling phf_shared v0.12.1 |
| 1622 | 2026-08-31T09:28:53.873Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1623 | 2026-08-31T09:28:54.014Z | Compiling nom v7.1.3 |
| 1624 | 2026-08-31T09:28:54.976Z | Compiling expectorate v1.3.0 |
| 1625 | 2026-08-31T09:28:55.143Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1626 | 2026-08-31T09:28:55.197Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1627 | 2026-08-31T09:28:55.348Z | Compiling progenitor-macro v0.13.0 |
| 1628 | 2026-08-31T09:28:55.877Z | Compiling progenitor v0.14.0 |
| 1629 | 2026-08-31T09:28:56.277Z | Compiling hickory-resolver v0.24.4 |
| 1630 | 2026-08-31T09:28:58.917Z | Compiling progenitor-client v0.13.0 |
| 1631 | 2026-08-31T09:29:00.860Z | Compiling num_enum v0.5.11 |
| 1632 | 2026-08-31T09:29:01.928Z | Compiling newtype_derive v0.1.6 |
| 1633 | 2026-08-31T09:29:03.514Z | Compiling unicode-normalization v0.1.25 |
| 1634 | 2026-08-31T09:29:03.789Z | Compiling tokio-stream v0.1.19 |
| 1635 | 2026-08-31T09:29:04.118Z | Compiling snafu-derive v0.8.9 |
| 1636 | 2026-08-31T09:29:04.388Z | Compiling async-recursion v1.1.1 |
| 1637 | 2026-08-31T09:29:04.487Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1638 | 2026-08-31T09:29:04.646Z | Compiling slog-dtrace v0.3.0 |
| 1639 | 2026-08-31T09:29:04.798Z | Compiling bstr v1.13.1 |
| 1640 | 2026-08-31T09:29:04.889Z | Compiling csv-core v0.1.13 |
| 1641 | 2026-08-31T09:29:05.084Z | Compiling konst_macro_rules v0.2.19 |
| 1642 | 2026-08-31T09:29:05.296Z | Compiling same-file v1.0.6 |
| 1643 | 2026-08-31T09:29:05.296Z | Compiling jiff-core v0.1.0 |
| 1644 | 2026-08-31T09:29:05.474Z | Compiling chrono-tz v0.10.4 |
| 1645 | 2026-08-31T09:29:05.491Z | Compiling unicode-width v0.1.14 |
| 1646 | 2026-08-31T09:29:05.494Z | Compiling unicode-xid v0.2.6 |
| 1647 | 2026-08-31T09:29:05.630Z | Compiling foreign-types-shared v0.1.1 |
| 1648 | 2026-08-31T09:29:05.695Z | Compiling openssl v0.10.81 |
| 1649 | 2026-08-31T09:29:05.729Z | Compiling highway v1.3.0 |
| 1650 | 2026-08-31T09:29:05.795Z | Compiling foldhash v0.1.5 |
| 1651 | 2026-08-31T09:29:05.827Z | Compiling owo-colors v4.3.0 |
| 1652 | 2026-08-31T09:29:05.876Z | Compiling cancel-safe-futures v0.1.5 |
| 1653 | 2026-08-31T09:29:05.995Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1654 | 2026-08-31T09:29:06.018Z | Compiling hashbrown v0.15.5 |
| 1655 | 2026-08-31T09:29:06.153Z | Compiling snafu v0.8.9 |
| 1656 | 2026-08-31T09:29:06.218Z | Compiling jiff v0.2.35 |
| 1657 | 2026-08-31T09:29:06.395Z | Compiling foreign-types v0.3.2 |
| 1658 | 2026-08-31T09:29:06.503Z | Compiling const_format_proc_macros v0.2.34 |
| 1659 | 2026-08-31T09:29:06.673Z | Compiling walkdir v2.5.0 |
| 1660 | 2026-08-31T09:29:06.699Z | Compiling konst v0.2.20 |
| 1661 | 2026-08-31T09:29:07.083Z | Compiling globset v0.4.20 |
| 1662 | 2026-08-31T09:29:07.101Z | Compiling csv v1.4.0 |
| 1663 | 2026-08-31T09:29:07.373Z | Compiling qorb v0.4.1 |
| 1664 | 2026-08-31T09:29:07.407Z | Compiling olpc-cjson v0.1.4 |
| 1665 | 2026-08-31T09:29:07.617Z | Compiling progenitor v0.13.0 |
| 1666 | 2026-08-31T09:29:07.830Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1667 | 2026-08-31T09:29:08.355Z | Compiling rayon v1.12.0 |
| 1668 | 2026-08-31T09:29:09.758Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1669 | 2026-08-31T09:29:10.525Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1670 | 2026-08-31T09:29:11.879Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1671 | 2026-08-31T09:29:12.381Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1672 | 2026-08-31T09:29:13.258Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1673 | 2026-08-31T09:29:14.214Z | Compiling phf v0.12.1 |
| 1674 | 2026-08-31T09:29:14.399Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1675 | 2026-08-31T09:29:15.342Z | Compiling zone_cfg_derive v0.3.1 |
| 1676 | 2026-08-31T09:29:15.474Z | Compiling tokio-dtrace v0.1.1 |
| 1677 | 2026-08-31T09:29:15.577Z | Compiling itertools v0.15.0 |
| 1678 | 2026-08-31T09:29:15.596Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1679 | 2026-08-31T09:29:15.794Z | Compiling itertools v0.12.1 |
| 1680 | 2026-08-31T09:29:15.817Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1681 | 2026-08-31T09:29:16.044Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1682 | 2026-08-31T09:29:16.399Z | Compiling pem v3.0.6 |
| 1683 | 2026-08-31T09:29:16.894Z | Compiling libsw-core v0.3.2 |
| 1684 | 2026-08-31T09:29:16.941Z | Compiling serde_plain v1.0.2 |
| 1685 | 2026-08-31T09:29:17.077Z | Compiling openssl-macros v0.1.1 |
| 1686 | 2026-08-31T09:29:17.093Z | Compiling cookie v0.18.2 |
| 1687 | 2026-08-31T09:29:17.120Z | Compiling sigpipe v0.1.3 |
| 1688 | 2026-08-31T09:29:17.269Z | Compiling fixedbitset v0.4.2 |
| 1689 | 2026-08-31T09:29:17.281Z | Compiling glob v0.3.4 |
| 1690 | 2026-08-31T09:29:17.296Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1691 | 2026-08-31T09:29:17.314Z | Compiling typed-path v0.9.3 |
| 1692 | 2026-08-31T09:29:17.523Z | Compiling fixedbitset v0.5.7 |
| 1693 | 2026-08-31T09:29:17.678Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-08-31T09:29:18.035Z | Compiling petgraph v0.8.3 |
| 1695 | 2026-08-31T09:29:18.123Z | Compiling petgraph v0.6.5 |
| 1696 | 2026-08-31T09:29:19.288Z | Compiling tough v0.22.0 |
| 1697 | 2026-08-31T09:29:19.585Z | Compiling zone v0.3.1 |
| 1698 | 2026-08-31T09:29:19.625Z | Compiling libsw v3.5.0 |
| 1699 | 2026-08-31T09:29:19.815Z | Compiling ingot-macros v0.2.0 |
| 1700 | 2026-08-31T09:29:20.021Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1701 | 2026-08-31T09:29:20.096Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1702 | 2026-08-31T09:29:20.274Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1703 | 2026-08-31T09:29:20.401Z | Compiling oxide-tokio-rt v0.1.6 |
| 1704 | 2026-08-31T09:29:20.441Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1705 | 2026-08-31T09:29:20.565Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1706 | 2026-08-31T09:29:21.214Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1707 | 2026-08-31T09:29:21.454Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1708 | 2026-08-31T09:29:22.317Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-08-31T09:29:23.140Z | Compiling const_format v0.2.36 |
| 1710 | 2026-08-31T09:29:24.024Z | Compiling papergrid v0.11.0 |
| 1711 | 2026-08-31T09:29:24.247Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1712 | 2026-08-31T09:29:24.272Z | Compiling tabled_derive v0.7.0 |
| 1713 | 2026-08-31T09:29:24.443Z | Compiling libscf-sys v1.2.0 |
| 1714 | 2026-08-31T09:29:24.593Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1715 | 2026-08-31T09:29:25.221Z | Compiling gethostname v0.5.0 |
| 1716 | 2026-08-31T09:29:25.237Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1717 | 2026-08-31T09:29:25.361Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1718 | 2026-08-31T09:29:25.404Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1719 | 2026-08-31T09:29:25.471Z | Compiling smf v0.2.3 |
| 1720 | 2026-08-31T09:29:25.563Z | Compiling bcs v0.1.6 |
| 1721 | 2026-08-31T09:29:25.760Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1722 | 2026-08-31T09:29:25.955Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 1723 | 2026-08-31T09:29:26.234Z | Compiling unicode-linebreak v0.1.5 |
| 1724 | 2026-08-31T09:29:26.497Z | Compiling linear-map v1.2.0 |
| 1725 | 2026-08-31T09:29:26.517Z | Compiling tagptr v0.2.0 |
| 1726 | 2026-08-31T09:29:26.605Z | Compiling termtree v0.5.1 |
| 1727 | 2026-08-31T09:29:26.676Z | Compiling smawk v0.3.3 |
| 1728 | 2026-08-31T09:29:26.718Z | Compiling whoami v1.6.1 |
| 1729 | 2026-08-31T09:29:26.825Z | Compiling textwrap v0.16.2 |
| 1730 | 2026-08-31T09:29:28.309Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1731 | 2026-08-31T09:29:29.171Z | Compiling moka v0.12.16 |
| 1732 | 2026-08-31T09:29:29.468Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1733 | 2026-08-31T09:29:29.614Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1734 | 2026-08-31T09:29:30.424Z | Compiling tabled v0.15.0 |
| 1735 | 2026-08-31T09:29:30.579Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1736 | 2026-08-31T09:29:31.212Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1737 | 2026-08-31T09:29:31.539Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1738 | 2026-08-31T09:29:31.585Z | Compiling ingot-types v0.2.0 |
| 1739 | 2026-08-31T09:29:31.747Z | Compiling steno v0.4.1 |
| 1740 | 2026-08-31T09:29:34.015Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1741 | 2026-08-31T09:29:36.495Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1742 | 2026-08-31T09:29:37.471Z | Compiling papergrid v0.18.0 |
| 1743 | 2026-08-31T09:29:37.586Z | Compiling hickory-proto v0.25.2 |
| 1744 | 2026-08-31T09:29:38.304Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1745 | 2026-08-31T09:29:39.392Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1746 | 2026-08-31T09:29:39.671Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 1747 | 2026-08-31T09:29:39.698Z | Compiling tabled v0.21.0 |
| 1748 | 2026-08-31T09:29:40.011Z | Compiling hickory-resolver v0.25.2 |
| 1749 | 2026-08-31T09:29:42.979Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1750 | 2026-08-31T09:29:43.710Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1751 | 2026-08-31T09:29:43.925Z | Compiling ingot v0.2.1 |
| 1752 | 2026-08-31T09:29:45.595Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1753 | 2026-08-31T09:29:46.071Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1754 | 2026-08-31T09:29:46.238Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1755 | 2026-08-31T09:29:46.430Z | Compiling parking_lot_core v0.8.6 |
| 1756 | 2026-08-31T09:29:46.504Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1757 | 2026-08-31T09:29:46.543Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1758 | 2026-08-31T09:29:46.737Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-08-31T09:29:47.423Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1760 | 2026-08-31T09:29:48.161Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1761 | 2026-08-31T09:29:48.699Z | Compiling crc8 v0.1.1 |
| 1762 | 2026-08-31T09:29:48.845Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 1763 | 2026-08-31T09:29:50.214Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1764 | 2026-08-31T09:29:50.330Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1765 | 2026-08-31T09:29:50.397Z | Compiling arc-swap v1.9.2 |
| 1766 | 2026-08-31T09:29:50.416Z | Compiling parking_lot v0.11.2 |
| 1767 | 2026-08-31T09:29:50.748Z | Compiling slog-scope v4.4.1 |
| 1768 | 2026-08-31T09:29:50.967Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1769 | 2026-08-31T09:29:50.985Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1770 | 2026-08-31T09:29:51.110Z | Compiling fxhash v0.2.1 |
| 1771 | 2026-08-31T09:29:51.256Z | Compiling sled v0.34.7 |
| 1772 | 2026-08-31T09:29:51.272Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1773 | 2026-08-31T09:29:51.542Z | Compiling slog-stdlog v4.1.1 |
| 1774 | 2026-08-31T09:29:51.896Z | Compiling port-file v0.1.0 |
| 1775 | 2026-08-31T09:29:52.152Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1776 | 2026-08-31T09:29:52.455Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1777 | 2026-08-31T09:29:53.111Z | Compiling slog-envlogger v2.2.0 |
| 1778 | 2026-08-31T09:29:54.089Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1779 | 2026-08-31T09:29:54.197Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1780 | 2026-08-31T09:29:57.365Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1781 | 2026-08-31T09:30:01.073Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1782 | 2026-08-31T09:30:02.933Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1783 | 2026-08-31T09:30:09.519Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1784 | 2026-08-31T09:30:16.473Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1785 | 2026-08-31T09:30:20.571Z | Finished `release` profile [optimized] target(s) in 3m 46s |
| 1786 | 2026-08-31T09:30:20.895Z | + banner quartet |
| 1787 | 2026-08-31T09:30:20.898Z | |
| 1788 | 2026-08-31T09:30:20.898Z | #### # # ## ##### ##### ###### ##### |
| 1789 | 2026-08-31T09:30:20.898Z | # # # # # # # # # # # |
| 1790 | 2026-08-31T09:30:20.898Z | # # # # # # # # # ##### # |
| 1791 | 2026-08-31T09:30:20.898Z | # # # # # ###### ##### # # # |
| 1792 | 2026-08-31T09:30:20.898Z | # # # # # # # # # # # |
| 1793 | 2026-08-31T09:30:20.898Z | ### # #### # # # # # ###### # |
| 1794 | 2026-08-31T09:30:20.898Z | |
| 1795 | 2026-08-31T09:30:20.898Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
| 1796 | 2026-08-31T09:30:21.488Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-08-31T09:30:21.491Z | Compiling libc v0.2.189 |
| 1798 | 2026-08-31T09:30:21.491Z | Compiling serde_core v1.0.229 |
| 1799 | 2026-08-31T09:30:21.597Z | Compiling memchr v2.8.3 |
| 1800 | 2026-08-31T09:30:21.604Z | Compiling smallvec v1.15.2 |
| 1801 | 2026-08-31T09:30:21.607Z | Compiling itoa v1.0.18 |
| 1802 | 2026-08-31T09:30:21.615Z | Compiling stable_deref_trait v1.2.1 |
| 1803 | 2026-08-31T09:30:21.628Z | Compiling zerofrom v0.1.8 |
| 1804 | 2026-08-31T09:30:21.640Z | Compiling zmij v1.0.23 |
| 1805 | 2026-08-31T09:30:21.687Z | Compiling writeable v0.6.3 |
| 1806 | 2026-08-31T09:30:21.744Z | Compiling yoke v0.8.3 |
| 1807 | 2026-08-31T09:30:21.837Z | Compiling litemap v0.8.2 |
| 1808 | 2026-08-31T09:30:21.848Z | Compiling utf8_iter v1.0.4 |
| 1809 | 2026-08-31T09:30:21.918Z | Compiling zerovec v0.11.6 |
| 1810 | 2026-08-31T09:30:21.937Z | Compiling zerotrie v0.2.4 |
| 1811 | 2026-08-31T09:30:21.981Z | Compiling libm v0.2.16 |
| 1812 | 2026-08-31T09:30:22.003Z | Compiling percent-encoding v2.3.2 |
| 1813 | 2026-08-31T09:30:22.032Z | Compiling icu_properties_data v2.2.0 |
| 1814 | 2026-08-31T09:30:22.096Z | Compiling icu_normalizer_data v2.2.0 |
| 1815 | 2026-08-31T09:30:22.168Z | Compiling form_urlencoded v1.2.2 |
| 1816 | 2026-08-31T09:30:22.179Z | Compiling errno v0.3.14 |
| 1817 | 2026-08-31T09:30:22.272Z | Compiling rand_core v0.10.1 |
| 1818 | 2026-08-31T09:30:22.335Z | Compiling iana-time-zone v0.1.65 |
| 1819 | 2026-08-31T09:30:22.387Z | Compiling pin-project-lite v0.2.17 |
| 1820 | 2026-08-31T09:30:22.423Z | Compiling getrandom v0.4.3 |
| 1821 | 2026-08-31T09:30:22.436Z | Compiling tinystr v0.8.3 |
| 1822 | 2026-08-31T09:30:22.483Z | Compiling potential_utf v0.1.5 |
| 1823 | 2026-08-31T09:30:22.509Z | Compiling dyn-clone v1.0.20 |
| 1824 | 2026-08-31T09:30:22.621Z | Compiling icu_locale_core v2.2.0 |
| 1825 | 2026-08-31T09:30:22.632Z | Compiling icu_collections v2.2.0 |
| 1826 | 2026-08-31T09:30:22.647Z | Compiling zeroize v1.9.0 |
| 1827 | 2026-08-31T09:30:22.657Z | Compiling thiserror v2.0.20 |
| 1828 | 2026-08-31T09:30:22.668Z | Compiling socket2 v0.6.5 |
| 1829 | 2026-08-31T09:30:22.719Z | Compiling scopeguard v1.2.0 |
| 1830 | 2026-08-31T09:30:22.759Z | Compiling num-traits v0.2.19 |
| 1831 | 2026-08-31T09:30:22.828Z | Compiling lock_api v0.4.14 |
| 1832 | 2026-08-31T09:30:22.876Z | Compiling parking_lot_core v0.9.12 |
| 1833 | 2026-08-31T09:30:23.071Z | Compiling parking_lot v0.12.5 |
| 1834 | 2026-08-31T09:30:23.245Z | Compiling signal-hook-registry v1.4.8 |
| 1835 | 2026-08-31T09:30:23.331Z | Compiling mio v1.2.2 |
| 1836 | 2026-08-31T09:30:23.405Z | Compiling serde v1.0.229 |
| 1837 | 2026-08-31T09:30:23.503Z | Compiling serde_json v1.0.151 |
| 1838 | 2026-08-31T09:30:23.593Z | Compiling icu_provider v2.2.0 |
| 1839 | 2026-08-31T09:30:23.680Z | Compiling uuid v1.26.0 |
| 1840 | 2026-08-31T09:30:23.692Z | Compiling semver v1.0.28 |
| 1841 | 2026-08-31T09:30:23.977Z | Compiling bytes v1.12.1 |
| 1842 | 2026-08-31T09:30:24.014Z | Compiling icu_properties v2.2.0 |
| 1843 | 2026-08-31T09:30:24.055Z | Compiling icu_normalizer v2.2.0 |
| 1844 | 2026-08-31T09:30:24.199Z | Compiling chrono v0.4.45 |
| 1845 | 2026-08-31T09:30:24.313Z | Compiling bitflags v2.13.1 |
| 1846 | 2026-08-31T09:30:24.351Z | Compiling portable-atomic v1.15.0 |
| 1847 | 2026-08-31T09:30:24.715Z | Compiling tokio v1.53.1 |
| 1848 | 2026-08-31T09:30:24.875Z | Compiling futures-core v0.3.34 |
| 1849 | 2026-08-31T09:30:25.037Z | Compiling idna_adapter v1.2.2 |
| 1850 | 2026-08-31T09:30:25.099Z | Compiling critical-section v1.2.0 |
| 1851 | 2026-08-31T09:30:25.172Z | Compiling idna v1.1.0 |
| 1852 | 2026-08-31T09:30:25.211Z | Compiling once_cell v1.21.4 |
| 1853 | 2026-08-31T09:30:25.240Z | Compiling log v0.4.33 |
| 1854 | 2026-08-31T09:30:25.312Z | Compiling equivalent v1.0.2 |
| 1855 | 2026-08-31T09:30:25.405Z | Compiling subtle v2.6.1 |
| 1856 | 2026-08-31T09:30:25.454Z | Compiling zerocopy v0.8.56 |
| 1857 | 2026-08-31T09:30:25.486Z | Compiling allocator-api2 v0.2.21 |
| 1858 | 2026-08-31T09:30:25.577Z | Compiling url v2.5.8 |
| 1859 | 2026-08-31T09:30:25.591Z | Compiling futures-sink v0.3.34 |
| 1860 | 2026-08-31T09:30:25.703Z | Compiling slab v0.4.12 |
| 1861 | 2026-08-31T09:30:25.870Z | Compiling typenum v1.20.1 |
| 1862 | 2026-08-31T09:30:25.916Z | Compiling futures-channel v0.3.34 |
| 1863 | 2026-08-31T09:30:26.073Z | Compiling hashbrown v0.17.1 |
| 1864 | 2026-08-31T09:30:26.174Z | Compiling schemars v0.8.22 |
| 1865 | 2026-08-31T09:30:26.684Z | Compiling getrandom v0.2.17 |
| 1866 | 2026-08-31T09:30:26.740Z | Compiling futures-io v0.3.34 |
| 1867 | 2026-08-31T09:30:26.904Z | Compiling futures-task v0.3.34 |
| 1868 | 2026-08-31T09:30:26.939Z | Compiling rand_core v0.6.4 |
| 1869 | 2026-08-31T09:30:27.077Z | Compiling futures-util v0.3.34 |
| 1870 | 2026-08-31T09:30:27.196Z | Compiling ipnetwork v0.21.1 |
| 1871 | 2026-08-31T09:30:27.267Z | Compiling indexmap v2.14.0 |
| 1872 | 2026-08-31T09:30:27.619Z | Compiling tracing-core v0.1.36 |
| 1873 | 2026-08-31T09:30:28.033Z | Compiling tracing v0.1.44 |
| 1874 | 2026-08-31T09:30:28.093Z | Compiling fnv v1.0.7 |
| 1875 | 2026-08-31T09:30:28.200Z | Compiling base64 v0.22.1 |
| 1876 | 2026-08-31T09:30:28.390Z | Compiling unicode-ident v1.0.24 |
| 1877 | 2026-08-31T09:30:28.513Z | Compiling proc-macro2 v1.0.107 |
| 1878 | 2026-08-31T09:30:28.644Z | Compiling http v1.5.0 |
| 1879 | 2026-08-31T09:30:28.656Z | Compiling erased-serde v0.3.31 |
| 1880 | 2026-08-31T09:30:28.697Z | Compiling oxnet v0.1.7 |
| 1881 | 2026-08-31T09:30:29.072Z | Compiling quote v1.0.47 |
| 1882 | 2026-08-31T09:30:29.282Z | Compiling slog v2.8.2 |
| 1883 | 2026-08-31T09:30:29.719Z | Compiling syn v2.0.119 |
| 1884 | 2026-08-31T09:30:29.762Z | Compiling byteorder v1.5.0 |
| 1885 | 2026-08-31T09:30:29.851Z | Compiling getrandom v0.3.4 |
| 1886 | 2026-08-31T09:30:30.015Z | Compiling thiserror v1.0.69 |
| 1887 | 2026-08-31T09:30:30.055Z | Compiling tokio-util v0.7.19 |
| 1888 | 2026-08-31T09:30:30.124Z | Compiling ipnet v2.12.1 |
| 1889 | 2026-08-31T09:30:30.528Z | Compiling ppv-lite86 v0.2.21 |
| 1890 | 2026-08-31T09:30:30.585Z | Compiling rustls-pki-types v1.15.1 |
| 1891 | 2026-08-31T09:30:30.866Z | Compiling rustix v1.1.4 |
| 1892 | 2026-08-31T09:30:31.081Z | Compiling aws-lc-sys v0.44.0 |
| 1893 | 2026-08-31T09:30:31.168Z | Compiling http-body v1.1.0 |
| 1894 | 2026-08-31T09:30:31.282Z | Compiling pretty-hex v0.4.2 |
| 1895 | 2026-08-31T09:30:31.291Z | Compiling atomic-waker v1.1.2 |
| 1896 | 2026-08-31T09:30:31.336Z | Compiling untrusted v0.7.1 |
| 1897 | 2026-08-31T09:30:31.410Z | Compiling httparse v1.10.1 |
| 1898 | 2026-08-31T09:30:31.423Z | Compiling tower-layer v0.3.3 |
| 1899 | 2026-08-31T09:30:31.443Z | Compiling rustls v0.23.43 |
| 1900 | 2026-08-31T09:30:31.462Z | Compiling ryu v1.0.23 |
| 1901 | 2026-08-31T09:30:31.618Z | Compiling aws-lc-rs v1.18.0 |
| 1902 | 2026-08-31T09:30:31.647Z | Compiling try-lock v0.2.5 |
| 1903 | 2026-08-31T09:30:31.659Z | Compiling tower-service v0.3.3 |
| 1904 | 2026-08-31T09:30:31.749Z | Compiling untrusted v0.9.0 |
| 1905 | 2026-08-31T09:30:31.761Z | Compiling want v0.3.1 |
| 1906 | 2026-08-31T09:30:31.788Z | Compiling h2 v0.4.15 |
| 1907 | 2026-08-31T09:30:31.877Z | Compiling httpdate v1.0.3 |
| 1908 | 2026-08-31T09:30:31.888Z | Compiling plain v0.2.3 |
| 1909 | 2026-08-31T09:30:31.943Z | Compiling regex-syntax v0.8.11 |
| 1910 | 2026-08-31T09:30:32.000Z | Compiling ucd-trie v0.1.7 |
| 1911 | 2026-08-31T09:30:32.252Z | Compiling pest v2.8.8 |
| 1912 | 2026-08-31T09:30:32.553Z | Compiling omicron-workspace-hack v0.1.0 |
| 1913 | 2026-08-31T09:30:32.629Z | Compiling crossbeam-utils v0.8.22 |
| 1914 | 2026-08-31T09:30:32.827Z | Compiling rustls-webpki v0.103.14 |
| 1915 | 2026-08-31T09:30:33.330Z | Compiling serde_urlencoded v0.7.1 |
| 1916 | 2026-08-31T09:30:33.876Z | Compiling http-body-util v0.1.5 |
| 1917 | 2026-08-31T09:30:34.205Z | Compiling rand_core v0.9.5 |
| 1918 | 2026-08-31T09:30:34.474Z | Compiling hyper v1.11.0 |
| 1919 | 2026-08-31T09:30:34.585Z | Compiling foldhash v0.2.0 |
| 1920 | 2026-08-31T09:30:34.880Z | Compiling newtype-uuid v1.4.0 |
| 1921 | 2026-08-31T09:30:35.306Z | Compiling hex v0.4.3 |
| 1922 | 2026-08-31T09:30:35.599Z | Compiling daft v0.1.8 |
| 1923 | 2026-08-31T09:30:35.872Z | Compiling hyper-util v0.1.20 |
| 1924 | 2026-08-31T09:30:35.894Z | Compiling anyhow v1.0.104 |
| 1925 | 2026-08-31T09:30:36.545Z | Compiling rand_chacha v0.9.0 |
| 1926 | 2026-08-31T09:30:37.116Z | Compiling tokio-rustls v0.26.4 |
| 1927 | 2026-08-31T09:30:37.451Z | Compiling sync_wrapper v1.0.2 |
| 1928 | 2026-08-31T09:30:37.567Z | Compiling aho-corasick v1.1.5 |
| 1929 | 2026-08-31T09:30:38.099Z | Compiling fastrand v2.5.0 |
| 1930 | 2026-08-31T09:30:38.439Z | Compiling tower v0.5.3 |
| 1931 | 2026-08-31T09:30:38.558Z | Compiling regex-automata v0.4.18 |
| 1932 | 2026-08-31T09:30:38.789Z | Compiling rand v0.9.5 |
| 1933 | 2026-08-31T09:30:39.036Z | Compiling powerfmt v0.2.0 |
| 1934 | 2026-08-31T09:30:39.242Z | Compiling time-core v0.1.9 |
| 1935 | 2026-08-31T09:30:39.309Z | Compiling num_threads v0.1.7 |
| 1936 | 2026-08-31T09:30:39.320Z | Compiling deranged v0.5.8 |
| 1937 | 2026-08-31T09:30:39.406Z | Compiling num-conv v0.2.2 |
| 1938 | 2026-08-31T09:30:39.438Z | Compiling tower-http v0.6.11 |
| 1939 | 2026-08-31T09:30:39.531Z | Compiling hashbrown v0.16.1 |
| 1940 | 2026-08-31T09:30:39.572Z | Compiling openapiv3 v2.2.0 |
| 1941 | 2026-08-31T09:30:40.115Z | Compiling openssl-probe v0.2.1 |
| 1942 | 2026-08-31T09:30:40.246Z | Compiling cpufeatures v0.3.0 |
| 1943 | 2026-08-31T09:30:40.325Z | Compiling time v0.3.55 |
| 1944 | 2026-08-31T09:30:40.369Z | Compiling rustls-native-certs v0.8.4 |
| 1945 | 2026-08-31T09:30:40.410Z | Compiling camino v1.2.5 |
| 1946 | 2026-08-31T09:30:40.972Z | Compiling tempfile v3.27.0 |
| 1947 | 2026-08-31T09:30:41.155Z | Compiling crossbeam-channel v0.5.16 |
| 1948 | 2026-08-31T09:30:41.768Z | Compiling scroll v0.13.0 |
| 1949 | 2026-08-31T09:30:41.792Z | Compiling futures-executor v0.3.34 |
| 1950 | 2026-08-31T09:30:41.852Z | Compiling either v1.17.0 |
| 1951 | 2026-08-31T09:30:42.068Z | Compiling winnow v1.0.4 |
| 1952 | 2026-08-31T09:30:42.083Z | Compiling goblin v0.10.7 |
| 1953 | 2026-08-31T09:30:42.281Z | Compiling futures v0.3.34 |
| 1954 | 2026-08-31T09:30:42.380Z | Compiling regex v1.13.1 |
| 1955 | 2026-08-31T09:30:42.970Z | Compiling rustls-platform-verifier v0.7.0 |
| 1956 | 2026-08-31T09:30:43.270Z | Compiling hyper-rustls v0.27.9 |
| 1957 | 2026-08-31T09:30:43.538Z | Compiling hybrid-array v0.4.14 |
| 1958 | 2026-08-31T09:30:43.552Z | Compiling thread_local v1.1.10 |
| 1959 | 2026-08-31T09:30:43.644Z | Compiling adler2 v2.0.1 |
| 1960 | 2026-08-31T09:30:43.800Z | Compiling simd-adler32 v0.3.10 |
| 1961 | 2026-08-31T09:30:43.813Z | Compiling crc32fast v1.5.0 |
| 1962 | 2026-08-31T09:30:43.891Z | Compiling reqwest v0.13.4 |
| 1963 | 2026-08-31T09:30:44.035Z | Compiling miniz_oxide v0.8.9 |
| 1964 | 2026-08-31T09:30:44.064Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1965 | 2026-08-31T09:30:44.668Z | Compiling dtrace-parser v0.3.0 |
| 1966 | 2026-08-31T09:30:45.431Z | Compiling dof v0.4.0 |
| 1967 | 2026-08-31T09:30:46.056Z | Compiling is-terminal v0.4.17 |
| 1968 | 2026-08-31T09:30:46.165Z | Compiling thread-id v5.1.0 |
| 1969 | 2026-08-31T09:30:46.255Z | Compiling term v1.2.1 |
| 1970 | 2026-08-31T09:30:47.216Z | Compiling take_mut v0.2.2 |
| 1971 | 2026-08-31T09:30:47.338Z | Compiling slog-async v2.8.0 |
| 1972 | 2026-08-31T09:30:48.149Z | Compiling slog-term v2.9.2 |
| 1973 | 2026-08-31T09:30:48.429Z | Compiling usdt-impl v0.6.0 |
| 1974 | 2026-08-31T09:30:48.634Z | Compiling flate2 v1.1.9 |
| 1975 | 2026-08-31T09:30:49.198Z | Compiling block-buffer v0.12.1 |
| 1976 | 2026-08-31T09:30:49.382Z | Compiling crypto-common v0.2.2 |
| 1977 | 2026-08-31T09:30:49.654Z | Compiling generic-array v0.14.7 |
| 1978 | 2026-08-31T09:30:50.009Z | Compiling rand_chacha v0.3.1 |
| 1979 | 2026-08-31T09:30:50.208Z | Compiling memmap2 v0.9.11 |
| 1980 | 2026-08-31T09:30:50.518Z | Compiling match_cfg v0.1.0 |
| 1981 | 2026-08-31T09:30:50.594Z | Compiling debug-ignore v1.0.5 |
| 1982 | 2026-08-31T09:30:50.611Z | Compiling const-oid v0.10.2 |
| 1983 | 2026-08-31T09:30:50.650Z | Compiling compression-core v0.4.32 |
| 1984 | 2026-08-31T09:30:50.701Z | Compiling hostname v0.3.1 |
| 1985 | 2026-08-31T09:30:50.824Z | Compiling digest v0.11.3 |
| 1986 | 2026-08-31T09:30:50.860Z | Compiling compression-codecs v0.4.38 |
| 1987 | 2026-08-31T09:30:50.903Z | Compiling usdt v0.6.0 |
| 1988 | 2026-08-31T09:30:51.013Z | Compiling rand v0.8.7 |
| 1989 | 2026-08-31T09:30:51.219Z | Compiling ref-cast v1.0.26 |
| 1990 | 2026-08-31T09:30:51.328Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1991 | 2026-08-31T09:30:51.560Z | Compiling slog-json v2.6.1 |
| 1992 | 2026-08-31T09:30:51.806Z | Compiling strum v0.26.3 |
| 1993 | 2026-08-31T09:30:51.837Z | Compiling macaddr v1.0.1 |
| 1994 | 2026-08-31T09:30:51.946Z | Compiling serde_spanned v1.1.1 |
| 1995 | 2026-08-31T09:30:52.096Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1996 | 2026-08-31T09:30:52.116Z | Compiling wait-timeout v0.2.1 |
| 1997 | 2026-08-31T09:30:52.506Z | Compiling encoding_rs v0.8.35 |
| 1998 | 2026-08-31T09:30:52.580Z | Compiling bit-vec v0.8.0 |
| 1999 | 2026-08-31T09:30:52.619Z | Compiling quick-error v1.2.3 |
| 2000 | 2026-08-31T09:30:52.724Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2001 | 2026-08-31T09:30:52.735Z | Compiling spin v0.9.9 |
| 2002 | 2026-08-31T09:30:52.861Z | Compiling mime v0.3.17 |
| 2003 | 2026-08-31T09:30:52.871Z | Compiling bit-set v0.8.0 |
| 2004 | 2026-08-31T09:30:52.982Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2005 | 2026-08-31T09:30:53.055Z | Compiling rusty-fork v0.3.1 |
| 2006 | 2026-08-31T09:30:53.351Z | Compiling slog-bunyan v2.5.0 |
| 2007 | 2026-08-31T09:30:53.516Z | Compiling async-compression v0.4.43 |
| 2008 | 2026-08-31T09:30:53.616Z | Compiling multer v3.1.0 |
| 2009 | 2026-08-31T09:30:53.855Z | Compiling sha1 v0.11.0 |
| 2010 | 2026-08-31T09:30:53.992Z | Compiling serde_with v3.22.0 |
| 2011 | 2026-08-31T09:30:54.290Z | Compiling async-stream v0.3.6 |
| 2012 | 2026-08-31T09:30:54.490Z | Compiling rand_xorshift v0.4.0 |
| 2013 | 2026-08-31T09:30:54.682Z | Compiling waitgroup v0.1.2 |
| 2014 | 2026-08-31T09:30:54.842Z | Compiling rustls-pemfile v2.2.0 |
| 2015 | 2026-08-31T09:30:54.868Z | Compiling serde_path_to_error v0.1.20 |
| 2016 | 2026-08-31T09:30:55.049Z | Compiling hostname v0.4.2 |
| 2017 | 2026-08-31T09:30:55.122Z | Compiling unarray v0.1.4 |
| 2018 | 2026-08-31T09:30:55.213Z | Compiling progenitor-client v0.14.0 |
| 2019 | 2026-08-31T09:30:55.244Z | Compiling dropshot v0.17.1 |
| 2020 | 2026-08-31T09:30:55.340Z | Compiling proptest v1.11.0 |
| 2021 | 2026-08-31T09:30:55.630Z | Compiling strum v0.27.2 |
| 2022 | 2026-08-31T09:30:55.682Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2023 | 2026-08-31T09:30:55.763Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2024 | 2026-08-31T09:30:55.834Z | Compiling crypto-common v0.1.7 |
| 2025 | 2026-08-31T09:30:55.987Z | Compiling iddqd v0.4.6 |
| 2026 | 2026-08-31T09:30:56.000Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2027 | 2026-08-31T09:30:56.306Z | Compiling reqwest v0.12.28 |
| 2028 | 2026-08-31T09:30:56.718Z | Compiling backon v1.6.0 |
| 2029 | 2026-08-31T09:30:56.804Z | Compiling instant v0.1.13 |
| 2030 | 2026-08-31T09:30:56.924Z | Compiling backoff v0.4.0 |
| 2031 | 2026-08-31T09:30:56.977Z | Compiling progenitor-extras v0.2.0 |
| 2032 | 2026-08-31T09:30:57.140Z | Compiling parse-display v0.10.0 |
| 2033 | 2026-08-31T09:30:57.217Z | Compiling itertools v0.14.0 |
| 2034 | 2026-08-31T09:30:57.433Z | Compiling progenitor-client v0.10.0 |
| 2035 | 2026-08-31T09:30:57.859Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2036 | 2026-08-31T09:30:57.892Z | Compiling regress v0.10.5 |
| 2037 | 2026-08-31T09:30:57.996Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2038 | 2026-08-31T09:30:58.728Z | Compiling humantime v2.4.0 |
| 2039 | 2026-08-31T09:30:59.165Z | Compiling block-buffer v0.10.4 |
| 2040 | 2026-08-31T09:30:59.341Z | Compiling digest v0.10.7 |
| 2041 | 2026-08-31T09:30:59.609Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2042 | 2026-08-31T09:30:59.649Z | Compiling unicode-width v0.2.2 |
| 2043 | 2026-08-31T09:30:59.986Z | Compiling heck v0.5.0 |
| 2044 | 2026-08-31T09:31:00.868Z | Compiling cpufeatures v0.2.17 |
| 2045 | 2026-08-31T09:31:00.950Z | Compiling utf8parse v0.2.2 |
| 2046 | 2026-08-31T09:31:01.069Z | Compiling anstyle-parse v1.0.0 |
| 2047 | 2026-08-31T09:31:01.300Z | Compiling terminal_size v0.4.4 |
| 2048 | 2026-08-31T09:31:01.463Z | Compiling is_terminal_polyfill v1.70.2 |
| 2049 | 2026-08-31T09:31:01.571Z | Compiling colorchoice v1.0.5 |
| 2050 | 2026-08-31T09:31:01.622Z | Compiling anstyle-query v1.1.5 |
| 2051 | 2026-08-31T09:31:01.696Z | Compiling anstyle v1.0.14 |
| 2052 | 2026-08-31T09:31:01.735Z | Compiling secrecy v0.10.3 |
| 2053 | 2026-08-31T09:31:01.739Z | Compiling tinyvec_macros v0.1.1 |
| 2054 | 2026-08-31T09:31:01.822Z | Compiling strsim v0.11.1 |
| 2055 | 2026-08-31T09:31:01.901Z | Compiling anstream v1.0.0 |
| 2056 | 2026-08-31T09:31:01.976Z | Compiling clap_lex v1.1.0 |
| 2057 | 2026-08-31T09:31:02.652Z | Compiling clap_builder v4.6.6 |
| 2058 | 2026-08-31T09:31:02.658Z | Compiling tinyvec v1.12.0 |
| 2059 | 2026-08-31T09:31:02.658Z | Compiling regress v0.11.1 |
| 2060 | 2026-08-31T09:31:02.658Z | Compiling num-integer v0.1.47 |
| 2061 | 2026-08-31T09:31:02.863Z | Compiling scroll v0.12.0 |
| 2062 | 2026-08-31T09:31:03.144Z | Compiling crucible-workspace-hack v0.1.0 |
| 2063 | 2026-08-31T09:31:03.172Z | Compiling hmac v0.12.1 |
| 2064 | 2026-08-31T09:31:03.221Z | Compiling inout v0.1.4 |
| 2065 | 2026-08-31T09:31:03.330Z | Compiling ff v0.13.1 |
| 2066 | 2026-08-31T09:31:03.385Z | Compiling cipher v0.4.4 |
| 2067 | 2026-08-31T09:31:03.480Z | Compiling group v0.13.0 |
| 2068 | 2026-08-31T09:31:03.603Z | Compiling hkdf v0.12.4 |
| 2069 | 2026-08-31T09:31:03.638Z | Compiling goblin v0.8.2 |
| 2070 | 2026-08-31T09:31:03.770Z | Compiling num-rational v0.4.2 |
| 2071 | 2026-08-31T09:31:04.360Z | Compiling typify-impl v0.6.2 |
| 2072 | 2026-08-31T09:31:04.921Z | Compiling clap v4.6.6 |
| 2073 | 2026-08-31T09:31:05.009Z | Compiling num-iter v0.1.46 |
| 2074 | 2026-08-31T09:31:05.139Z | Compiling zerocopy v0.7.35 |
| 2075 | 2026-08-31T09:31:05.740Z | Compiling universal-hash v0.5.1 |
| 2076 | 2026-08-31T09:31:05.888Z | Compiling crypto-bigint v0.5.5 |
| 2077 | 2026-08-31T09:31:07.396Z | Compiling typify v0.6.2 |
| 2078 | 2026-08-31T09:31:07.514Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2079 | 2026-08-31T09:31:07.785Z | Compiling half v2.7.1 |
| 2080 | 2026-08-31T09:31:08.133Z | Compiling num-complex v0.4.6 |
| 2081 | 2026-08-31T09:31:08.586Z | Compiling ciborium-io v0.2.2 |
| 2082 | 2026-08-31T09:31:08.690Z | Compiling base64ct v1.8.3 |
| 2083 | 2026-08-31T09:31:08.752Z | Compiling opaque-debug v0.3.1 |
| 2084 | 2026-08-31T09:31:08.835Z | Compiling base16ct v0.2.0 |
| 2085 | 2026-08-31T09:31:09.051Z | Compiling elliptic-curve v0.13.8 |
| 2086 | 2026-08-31T09:31:09.062Z | Compiling password-hash v0.5.0 |
| 2087 | 2026-08-31T09:31:09.351Z | Compiling poly1305 v0.8.0 |
| 2088 | 2026-08-31T09:31:09.368Z | Compiling ciborium-ll v0.2.2 |
| 2089 | 2026-08-31T09:31:09.630Z | Compiling curve25519-dalek v4.1.3 |
| 2090 | 2026-08-31T09:31:09.994Z | Compiling num v0.4.3 |
| 2091 | 2026-08-31T09:31:10.006Z | Compiling hubpack v0.1.2 |
| 2092 | 2026-08-31T09:31:10.073Z | Compiling thiserror-no-std v2.0.2 |
| 2093 | 2026-08-31T09:31:10.170Z | Compiling dof v0.3.0 |
| 2094 | 2026-08-31T09:31:10.249Z | Compiling chacha20 v0.9.1 |
| 2095 | 2026-08-31T09:31:10.503Z | Compiling crossbeam-epoch v0.9.20 |
| 2096 | 2026-08-31T09:31:10.973Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2097 | 2026-08-31T09:31:12.337Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-08-31T09:31:12.742Z | Compiling blake2 v0.10.6 |
| 2099 | 2026-08-31T09:31:12.941Z | Compiling aead v0.5.2 |
| 2100 | 2026-08-31T09:31:13.136Z | Compiling byte-wrapper v0.1.0 |
| 2101 | 2026-08-31T09:31:13.241Z | Compiling dtrace-parser v0.2.0 |
| 2102 | 2026-08-31T09:31:13.292Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2103 | 2026-08-31T09:31:13.498Z | Compiling thread-id v4.2.2 |
| 2104 | 2026-08-31T09:31:13.593Z | Compiling float-ord v0.3.2 |
| 2105 | 2026-08-31T09:31:13.709Z | Compiling keccak v0.1.6 |
| 2106 | 2026-08-31T09:31:13.824Z | Compiling static_assertions v1.1.0 |
| 2107 | 2026-08-31T09:31:13.903Z | Compiling sha3 v0.10.9 |
| 2108 | 2026-08-31T09:31:14.005Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2109 | 2026-08-31T09:31:14.302Z | Compiling usdt-impl v0.5.0 |
| 2110 | 2026-08-31T09:31:14.435Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2111 | 2026-08-31T09:31:14.540Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2112 | 2026-08-31T09:31:15.191Z | Compiling chacha20poly1305 v0.10.1 |
| 2113 | 2026-08-31T09:31:15.347Z | Compiling argon2 v0.5.3 |
| 2114 | 2026-08-31T09:31:15.834Z | Compiling vsss-rs v3.3.4 |
| 2115 | 2026-08-31T09:31:16.338Z | Compiling memoffset v0.9.1 |
| 2116 | 2026-08-31T09:31:16.434Z | Compiling ciborium v0.2.2 |
| 2117 | 2026-08-31T09:31:17.306Z | Compiling hash32 v0.3.1 |
| 2118 | 2026-08-31T09:31:17.350Z | Compiling memmap v0.7.0 |
| 2119 | 2026-08-31T09:31:17.477Z | Compiling indent_write v2.2.0 |
| 2120 | 2026-08-31T09:31:17.590Z | Compiling data-encoding v2.11.1 |
| 2121 | 2026-08-31T09:31:17.631Z | Compiling usdt v0.5.0 |
| 2122 | 2026-08-31T09:31:18.292Z | Compiling heapless v0.8.0 |
| 2123 | 2026-08-31T09:31:18.568Z | Compiling nix v0.31.3 |
| 2124 | 2026-08-31T09:31:18.799Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2125 | 2026-08-31T09:31:19.108Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2126 | 2026-08-31T09:31:19.227Z | Compiling ingot-types v0.1.2 |
| 2127 | 2026-08-31T09:31:19.240Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2128 | 2026-08-31T09:31:19.586Z | Compiling rustix v0.38.44 |
| 2129 | 2026-08-31T09:31:19.665Z | Compiling tabwriter v1.4.1 |
| 2130 | 2026-08-31T09:31:20.035Z | Compiling cobs v0.3.0 |
| 2131 | 2026-08-31T09:31:20.266Z | Compiling bitflags v1.3.2 |
| 2132 | 2026-08-31T09:31:20.311Z | Compiling bytecount v0.6.9 |
| 2133 | 2026-08-31T09:31:20.346Z | Compiling foreign-types-shared v0.3.1 |
| 2134 | 2026-08-31T09:31:20.456Z | Compiling managed v0.8.0 |
| 2135 | 2026-08-31T09:31:20.497Z | Compiling colored v3.1.1 |
| 2136 | 2026-08-31T09:31:20.723Z | Compiling smoltcp v0.11.0 |
| 2137 | 2026-08-31T09:31:20.943Z | Compiling foreign-types v0.5.0 |
| 2138 | 2026-08-31T09:31:21.027Z | Compiling postcard v1.1.3 |
| 2139 | 2026-08-31T09:31:21.130Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2140 | 2026-08-31T09:31:21.142Z | Compiling ingot v0.1.1 |
| 2141 | 2026-08-31T09:31:21.413Z | Compiling num_enum v0.7.6 |
| 2142 | 2026-08-31T09:31:21.544Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2143 | 2026-08-31T09:31:21.660Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2144 | 2026-08-31T09:31:21.941Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2145 | 2026-08-31T09:31:22.058Z | Compiling chacha20 v0.10.1 |
| 2146 | 2026-08-31T09:31:22.364Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2147 | 2026-08-31T09:31:22.797Z | Compiling toml_datetime v0.6.11 |
| 2148 | 2026-08-31T09:31:23.191Z | Compiling serde_spanned v0.6.9 |
| 2149 | 2026-08-31T09:31:23.279Z | Compiling cstr-argument v0.1.2 |
| 2150 | 2026-08-31T09:31:23.357Z | Compiling swrite v0.1.0 |
| 2151 | 2026-08-31T09:31:23.456Z | Compiling winnow v0.7.15 |
| 2152 | 2026-08-31T09:31:23.467Z | Compiling linked-hash-map v0.5.6 |
| 2153 | 2026-08-31T09:31:23.681Z | Compiling resolv-conf v0.7.6 |
| 2154 | 2026-08-31T09:31:23.914Z | Compiling unicode-segmentation v1.13.3 |
| 2155 | 2026-08-31T09:31:24.314Z | Compiling toml_write v0.1.2 |
| 2156 | 2026-08-31T09:31:24.522Z | Compiling newline-converter v0.3.0 |
| 2157 | 2026-08-31T09:31:24.564Z | Compiling lru-cache v0.1.2 |
| 2158 | 2026-08-31T09:31:24.659Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2159 | 2026-08-31T09:31:24.670Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2160 | 2026-08-31T09:31:24.706Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2161 | 2026-08-31T09:31:24.839Z | Compiling rand v0.10.2 |
| 2162 | 2026-08-31T09:31:25.053Z | Compiling toml_edit v0.22.27 |
| 2163 | 2026-08-31T09:31:25.372Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2164 | 2026-08-31T09:31:25.604Z | Compiling crossbeam-deque v0.8.7 |
| 2165 | 2026-08-31T09:31:25.616Z | Compiling atomicwrites v0.4.4 |
| 2166 | 2026-08-31T09:31:25.825Z | Compiling hickory-proto v0.24.4 |
| 2167 | 2026-08-31T09:31:25.902Z | Compiling progenitor-impl v0.14.0 |
| 2168 | 2026-08-31T09:31:26.114Z | Compiling console v0.16.4 |
| 2169 | 2026-08-31T09:31:26.402Z | Compiling itertools v0.12.1 |
| 2170 | 2026-08-31T09:31:27.448Z | Compiling camino-tempfile v1.4.1 |
| 2171 | 2026-08-31T09:31:27.862Z | Compiling serde-big-array v0.5.1 |
| 2172 | 2026-08-31T09:31:27.880Z | Compiling siphasher v1.0.3 |
| 2173 | 2026-08-31T09:31:28.019Z | Compiling similar v3.2.0 |
| 2174 | 2026-08-31T09:31:28.093Z | Compiling lazy_static v1.5.0 |
| 2175 | 2026-08-31T09:31:28.208Z | Compiling phf_shared v0.12.1 |
| 2176 | 2026-08-31T09:31:28.428Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2177 | 2026-08-31T09:31:29.202Z | Compiling expectorate v1.3.0 |
| 2178 | 2026-08-31T09:31:29.423Z | Compiling hickory-resolver v0.24.4 |
| 2179 | 2026-08-31T09:31:32.191Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2180 | 2026-08-31T09:31:34.166Z | Compiling pin-project v1.1.13 |
| 2181 | 2026-08-31T09:31:34.192Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2182 | 2026-08-31T09:31:34.275Z | Compiling progenitor v0.14.0 |
| 2183 | 2026-08-31T09:31:34.349Z | Compiling toml v0.8.23 |
| 2184 | 2026-08-31T09:31:34.418Z | Compiling prettyplease v0.2.37 |
| 2185 | 2026-08-31T09:31:35.035Z | Compiling rayon-core v1.13.0 |
| 2186 | 2026-08-31T09:31:36.724Z | Compiling num_enum v0.5.11 |
| 2187 | 2026-08-31T09:31:36.853Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2188 | 2026-08-31T09:31:37.170Z | Compiling progenitor-impl v0.13.0 |
| 2189 | 2026-08-31T09:31:38.678Z | Compiling unicode-normalization v0.1.25 |
| 2190 | 2026-08-31T09:31:39.273Z | Compiling progenitor-client v0.13.0 |
| 2191 | 2026-08-31T09:31:39.764Z | Compiling tokio-stream v0.1.19 |
| 2192 | 2026-08-31T09:31:40.350Z | Compiling bstr v1.13.1 |
| 2193 | 2026-08-31T09:31:40.538Z | Compiling csv-core v0.1.13 |
| 2194 | 2026-08-31T09:31:40.944Z | Compiling foldhash v0.1.5 |
| 2195 | 2026-08-31T09:31:41.049Z | Compiling same-file v1.0.6 |
| 2196 | 2026-08-31T09:31:41.049Z | Compiling highway v1.3.0 |
| 2197 | 2026-08-31T09:31:41.167Z | Compiling konst_macro_rules v0.2.19 |
| 2198 | 2026-08-31T09:31:41.224Z | Compiling unicode-width v0.1.14 |
| 2199 | 2026-08-31T09:31:41.356Z | Compiling foreign-types-shared v0.1.1 |
| 2200 | 2026-08-31T09:31:41.452Z | Compiling jiff-core v0.1.0 |
| 2201 | 2026-08-31T09:31:41.552Z | Compiling foreign-types v0.3.2 |
| 2202 | 2026-08-31T09:31:41.631Z | Compiling konst v0.2.20 |
| 2203 | 2026-08-31T09:31:41.727Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2204 | 2026-08-31T09:31:42.006Z | Compiling walkdir v2.5.0 |
| 2205 | 2026-08-31T09:31:42.653Z | Compiling jiff v0.2.35 |
| 2206 | 2026-08-31T09:31:42.712Z | Compiling hashbrown v0.15.5 |
| 2207 | 2026-08-31T09:31:43.283Z | Compiling globset v0.4.20 |
| 2208 | 2026-08-31T09:31:43.393Z | Compiling csv v1.4.0 |
| 2209 | 2026-08-31T09:31:44.349Z | Compiling snafu v0.8.9 |
| 2210 | 2026-08-31T09:31:44.904Z | Compiling qorb v0.4.1 |
| 2211 | 2026-08-31T09:31:44.933Z | Compiling progenitor v0.13.0 |
| 2212 | 2026-08-31T09:31:45.072Z | Compiling olpc-cjson v0.1.4 |
| 2213 | 2026-08-31T09:31:45.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2214 | 2026-08-31T09:31:45.784Z | Compiling rayon v1.12.0 |
| 2215 | 2026-08-31T09:31:45.905Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2216 | 2026-08-31T09:31:46.548Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2217 | 2026-08-31T09:31:47.978Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2218 | 2026-08-31T09:31:48.723Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2219 | 2026-08-31T09:31:48.737Z | Compiling phf v0.12.1 |
| 2220 | 2026-08-31T09:31:48.911Z | Compiling openssl-sys v0.9.117 |
| 2221 | 2026-08-31T09:31:49.364Z | Compiling tokio-dtrace v0.1.1 |
| 2222 | 2026-08-31T09:31:49.698Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2223 | 2026-08-31T09:31:52.186Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2224 | 2026-08-31T09:31:52.317Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2225 | 2026-08-31T09:31:52.404Z | Compiling libsw-core v0.3.2 |
| 2226 | 2026-08-31T09:31:52.584Z | Compiling pem v3.0.6 |
| 2227 | 2026-08-31T09:31:52.856Z | Compiling serde_plain v1.0.2 |
| 2228 | 2026-08-31T09:31:53.149Z | Compiling sigpipe v0.1.3 |
| 2229 | 2026-08-31T09:31:53.249Z | Compiling glob v0.3.4 |
| 2230 | 2026-08-31T09:31:53.281Z | Compiling fixedbitset v0.4.2 |
| 2231 | 2026-08-31T09:31:53.659Z | Compiling typed-path v0.9.3 |
| 2232 | 2026-08-31T09:31:53.676Z | Compiling fixedbitset v0.5.7 |
| 2233 | 2026-08-31T09:31:54.187Z | Compiling minimal-lexical v0.2.1 |
| 2234 | 2026-08-31T09:31:54.201Z | Compiling petgraph v0.8.3 |
| 2235 | 2026-08-31T09:31:54.505Z | Compiling nom v7.1.3 |
| 2236 | 2026-08-31T09:31:54.670Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2237 | 2026-08-31T09:31:54.863Z | Compiling tough v0.22.0 |
| 2238 | 2026-08-31T09:31:56.172Z | Compiling petgraph v0.6.5 |
| 2239 | 2026-08-31T09:31:56.423Z | Compiling openssl v0.10.81 |
| 2240 | 2026-08-31T09:31:56.616Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2241 | 2026-08-31T09:31:56.642Z | Compiling libsw v3.5.0 |
| 2242 | 2026-08-31T09:31:56.824Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2243 | 2026-08-31T09:31:57.069Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2244 | 2026-08-31T09:31:57.122Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2245 | 2026-08-31T09:31:57.308Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2246 | 2026-08-31T09:31:57.326Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2247 | 2026-08-31T09:31:57.501Z | Compiling zone v0.3.1 |
| 2248 | 2026-08-31T09:31:57.987Z | Compiling oxide-tokio-rt v0.1.6 |
| 2249 | 2026-08-31T09:31:58.452Z | Compiling chrono-tz v0.10.4 |
| 2250 | 2026-08-31T09:31:58.595Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2251 | 2026-08-31T09:31:59.269Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2252 | 2026-08-31T09:31:59.912Z | Compiling newtype_derive v0.1.6 |
| 2253 | 2026-08-31T09:31:59.997Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2254 | 2026-08-31T09:32:00.558Z | Compiling slog-dtrace v0.3.0 |
| 2255 | 2026-08-31T09:32:01.243Z | Compiling const_format v0.2.36 |
| 2256 | 2026-08-31T09:32:01.755Z | Compiling owo-colors v4.3.0 |
| 2257 | 2026-08-31T09:32:02.218Z | Compiling cancel-safe-futures v0.1.5 |
| 2258 | 2026-08-31T09:32:02.583Z | Compiling papergrid v0.11.0 |
| 2259 | 2026-08-31T09:32:02.664Z | Compiling gethostname v0.5.0 |
| 2260 | 2026-08-31T09:32:02.812Z | Compiling libscf-sys v1.2.0 |
| 2261 | 2026-08-31T09:32:02.875Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2262 | 2026-08-31T09:32:03.000Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2263 | 2026-08-31T09:32:03.129Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2264 | 2026-08-31T09:32:03.189Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2265 | 2026-08-31T09:32:03.344Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-08-31T09:32:03.494Z | Compiling smf v0.2.3 |
| 2267 | 2026-08-31T09:32:03.580Z | Compiling bcs v0.1.6 |
| 2268 | 2026-08-31T09:32:03.689Z | Compiling linear-map v1.2.0 |
| 2269 | 2026-08-31T09:32:03.908Z | Compiling smawk v0.3.3 |
| 2270 | 2026-08-31T09:32:03.968Z | Compiling whoami v1.6.1 |
| 2271 | 2026-08-31T09:32:04.076Z | Compiling unicode-linebreak v0.1.5 |
| 2272 | 2026-08-31T09:32:04.350Z | Compiling termtree v0.5.1 |
| 2273 | 2026-08-31T09:32:04.433Z | Compiling tagptr v0.2.0 |
| 2274 | 2026-08-31T09:32:04.525Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2275 | 2026-08-31T09:32:04.597Z | Compiling moka v0.12.16 |
| 2276 | 2026-08-31T09:32:04.735Z | Compiling textwrap v0.16.2 |
| 2277 | 2026-08-31T09:32:05.839Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2278 | 2026-08-31T09:32:06.274Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2279 | 2026-08-31T09:32:06.276Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2280 | 2026-08-31T09:32:07.996Z | Compiling tabled v0.15.0 |
| 2281 | 2026-08-31T09:32:08.302Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2282 | 2026-08-31T09:32:08.581Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2283 | 2026-08-31T09:32:08.721Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-08-31T09:32:08.929Z | Compiling steno v0.4.1 |
| 2285 | 2026-08-31T09:32:09.842Z | Compiling cookie v0.18.2 |
| 2286 | 2026-08-31T09:32:11.841Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-08-31T09:32:13.428Z | Compiling papergrid v0.18.0 |
| 2288 | 2026-08-31T09:32:16.457Z | Compiling hickory-proto v0.25.2 |
| 2289 | 2026-08-31T09:32:16.709Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2290 | 2026-08-31T09:32:16.819Z | Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2291 | 2026-08-31T09:32:18.397Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2292 | 2026-08-31T09:32:19.034Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2293 | 2026-08-31T09:32:19.139Z | Compiling hickory-resolver v0.25.2 |
| 2294 | 2026-08-31T09:32:19.223Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2295 | 2026-08-31T09:32:19.318Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2296 | 2026-08-31T09:32:22.014Z | Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2297 | 2026-08-31T09:32:22.218Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2298 | 2026-08-31T09:32:23.006Z | Compiling tabled v0.21.0 |
| 2299 | 2026-08-31T09:32:24.138Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2300 | 2026-08-31T09:32:24.824Z | Compiling itertools v0.15.0 |
| 2301 | 2026-08-31T09:32:25.758Z | Compiling arc-swap v1.9.2 |
| 2302 | 2026-08-31T09:32:26.115Z | Compiling slog-scope v4.4.1 |
| 2303 | 2026-08-31T09:32:26.406Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#1f94d981) |
| 2304 | 2026-08-31T09:32:26.507Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2305 | 2026-08-31T09:32:26.989Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2306 | 2026-08-31T09:32:28.281Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2307 | 2026-08-31T09:32:29.530Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2308 | 2026-08-31T09:32:30.239Z | Compiling crc8 v0.1.1 |
| 2309 | 2026-08-31T09:32:31.459Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 2310 | 2026-08-31T09:32:31.684Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2311 | 2026-08-31T09:32:31.893Z | Compiling slog-stdlog v4.1.1 |
| 2312 | 2026-08-31T09:32:32.153Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2313 | 2026-08-31T09:32:32.245Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2314 | 2026-08-31T09:32:32.260Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2315 | 2026-08-31T09:32:32.265Z | Compiling slog-envlogger v2.2.0 |
| 2316 | 2026-08-31T09:32:32.906Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2317 | 2026-08-31T09:32:33.252Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2318 | 2026-08-31T09:32:36.766Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2319 | 2026-08-31T09:32:38.835Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2320 | 2026-08-31T09:32:49.034Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2321 | 2026-08-31T09:32:53.490Z | Finished `release` profile [optimized] target(s) in 2m 32s |
| 2322 | 2026-08-31T09:32:53.548Z | Running unittests src/lib.rs (target/release/deps/mg_tests-bb6dda7798973c38) |
| 2323 | 2026-08-31T09:32:53.557Z | |
| 2324 | 2026-08-31T09:32:53.557Z | running 1 test |
| 2325 | 2026-08-31T09:32:53.721Z | configure zone |
| 2326 | 2026-08-31T09:32:53.757Z | install zone |
| 2327 | 2026-08-31T09:33:02.618Z | boot zone |
| 2328 | 2026-08-31T09:33:02.694Z | start zone s1 |
| 2329 | 2026-08-31T09:33:02.698Z | configure zone |
| 2330 | 2026-08-31T09:33:02.702Z | install zone |
| 2331 | 2026-08-31T09:33:04.453Z | boot zone |
| 2332 | 2026-08-31T09:33:04.560Z | start zone s2 |
| 2333 | 2026-08-31T09:33:04.560Z | configure zone |
| 2334 | 2026-08-31T09:33:04.571Z | install zone |
| 2335 | 2026-08-31T09:33:06.742Z | boot zone |
| 2336 | 2026-08-31T09:33:06.854Z | start zone s3 |
| 2337 | 2026-08-31T09:33:06.854Z | configure zone |
| 2338 | 2026-08-31T09:33:06.861Z | install zone |
| 2339 | 2026-08-31T09:33:08.953Z | boot zone |
| 2340 | 2026-08-31T09:33:09.037Z | start zone t1 |
| 2341 | 2026-08-31T09:33:09.038Z | configure zone |
| 2342 | 2026-08-31T09:33:09.054Z | install zone |
| 2343 | 2026-08-31T09:33:11.237Z | boot zone |
| 2344 | 2026-08-31T09:33:11.354Z | waiting for zones to come up |
| 2345 | 2026-08-31T09:33:21.337Z | [sidecar.quartet] svcs milestone/network |
| 2346 | 2026-08-31T09:33:21.358Z | STATE STIME FMRI |
| 2347 | 2026-08-31T09:33:21.358Z | online 9:33:02 svc:/milestone/network:default |
| 2348 | 2026-08-31T09:33:21.358Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
| 2349 | 2026-08-31T09:33:21.384Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
| 2350 | 2026-08-31T09:33:21.410Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
| 2351 | 2026-08-31T09:33:21.431Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
| 2352 | 2026-08-31T09:33:21.435Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2353 | 2026-08-31T09:33:21.446Z | |
| 2354 | 2026-08-31T09:33:21.446Z | running zone s1.quartet setup |
| 2355 | 2026-08-31T09:33:21.446Z | [s1.quartet] svcs milestone/network |
| 2356 | 2026-08-31T09:33:21.462Z | STATE STIME FMRI |
| 2357 | 2026-08-31T09:33:21.463Z | online 9:33:04 svc:/milestone/network:default |
| 2358 | 2026-08-31T09:33:21.463Z | [s1.quartet] dladm |
| 2359 | 2026-08-31T09:33:21.475Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2360 | 2026-08-31T09:33:21.475Z | sl0 simnet 9000 up -- ? |
| 2361 | 2026-08-31T09:33:21.475Z | mgs1 vnic 9000 up -- ? |
| 2362 | 2026-08-31T09:33:21.478Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
| 2363 | 2026-08-31T09:33:21.957Z | |
| 2364 | 2026-08-31T09:33:21.957Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
| 2365 | 2026-08-31T09:33:21.970Z | |
| 2366 | 2026-08-31T09:33:21.970Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2367 | 2026-08-31T09:33:21.981Z | |
| 2368 | 2026-08-31T09:33:21.981Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
| 2369 | 2026-08-31T09:33:22.080Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
| 2370 | 2026-08-31T09:33:22.168Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid dc79d668-16f2-44ac-ab75-de92e9f31b70 --sled-uuid 11e9a959-89cf-4189-b532-236ed4d956b0 -a sl0/v6 &> /opt/ddmd.log & |
| 2371 | 2026-08-31T09:33:22.182Z | |
| 2372 | 2026-08-31T09:33:22.182Z | running zone s2.quartet setup |
| 2373 | 2026-08-31T09:33:22.182Z | [s2.quartet] svcs milestone/network |
| 2374 | 2026-08-31T09:33:22.198Z | STATE STIME FMRI |
| 2375 | 2026-08-31T09:33:22.198Z | online 9:33:06 svc:/milestone/network:default |
| 2376 | 2026-08-31T09:33:22.198Z | [s2.quartet] dladm |
| 2377 | 2026-08-31T09:33:22.211Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2378 | 2026-08-31T09:33:22.211Z | sl1 simnet 9000 up -- ? |
| 2379 | 2026-08-31T09:33:22.211Z | mgs2 vnic 9000 up -- ? |
| 2380 | 2026-08-31T09:33:22.211Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
| 2381 | 2026-08-31T09:33:22.769Z | |
| 2382 | 2026-08-31T09:33:22.769Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
| 2383 | 2026-08-31T09:33:22.782Z | |
| 2384 | 2026-08-31T09:33:22.782Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2385 | 2026-08-31T09:33:22.793Z | |
| 2386 | 2026-08-31T09:33:22.794Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
| 2387 | 2026-08-31T09:33:22.840Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
| 2388 | 2026-08-31T09:33:22.889Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e00e2241-b812-447b-8d47-81c5490092f3 --sled-uuid 5056200d-bc78-4e0c-81b1-42d7e8ba9e97 -a sl1/v6 &> /opt/ddmd.log & |
| 2389 | 2026-08-31T09:33:22.903Z | |
| 2390 | 2026-08-31T09:33:22.903Z | running zone s3.quartet setup |
| 2391 | 2026-08-31T09:33:22.903Z | [s3.quartet] svcs milestone/network |
| 2392 | 2026-08-31T09:33:22.917Z | STATE STIME FMRI |
| 2393 | 2026-08-31T09:33:22.917Z | online 9:33:08 svc:/milestone/network:default |
| 2394 | 2026-08-31T09:33:22.917Z | [s3.quartet] dladm |
| 2395 | 2026-08-31T09:33:22.930Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2396 | 2026-08-31T09:33:22.930Z | sl2 simnet 9000 up -- ? |
| 2397 | 2026-08-31T09:33:22.930Z | mgs3 vnic 9000 up -- ? |
| 2398 | 2026-08-31T09:33:22.931Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
| 2399 | 2026-08-31T09:33:23.518Z | |
| 2400 | 2026-08-31T09:33:23.518Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
| 2401 | 2026-08-31T09:33:23.532Z | |
| 2402 | 2026-08-31T09:33:23.532Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2403 | 2026-08-31T09:33:23.544Z | |
| 2404 | 2026-08-31T09:33:23.544Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
| 2405 | 2026-08-31T09:33:23.597Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
| 2406 | 2026-08-31T09:33:23.644Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid cf2d4027-136b-4d87-90cb-bba52e1303ad --sled-uuid ee5986f2-b4f6-45bd-ae2e-bcea0801d75d -a sl2/v6 &> /opt/ddmd.log & |
| 2407 | 2026-08-31T09:33:23.656Z | |
| 2408 | 2026-08-31T09:33:23.656Z | running zone t1.quartet setup |
| 2409 | 2026-08-31T09:33:23.656Z | [t1.quartet] svcs milestone/network |
| 2410 | 2026-08-31T09:33:23.671Z | STATE STIME FMRI |
| 2411 | 2026-08-31T09:33:23.671Z | online 9:33:10 svc:/milestone/network:default |
| 2412 | 2026-08-31T09:33:23.671Z | [t1.quartet] dladm |
| 2413 | 2026-08-31T09:33:23.684Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2414 | 2026-08-31T09:33:23.684Z | tfportrear0_0 simnet 9000 up -- ? |
| 2415 | 2026-08-31T09:33:23.684Z | tfportrear1_0 simnet 9000 up -- ? |
| 2416 | 2026-08-31T09:33:23.684Z | tfportrear2_0 simnet 9000 up -- ? |
| 2417 | 2026-08-31T09:33:23.684Z | mgt1 vnic 9000 up -- ? |
| 2418 | 2026-08-31T09:33:23.685Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
| 2419 | 2026-08-31T09:33:24.286Z | |
| 2420 | 2026-08-31T09:33:24.286Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2421 | 2026-08-31T09:33:24.298Z | |
| 2422 | 2026-08-31T09:33:24.298Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2423 | 2026-08-31T09:33:24.311Z | |
| 2424 | 2026-08-31T09:33:24.312Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
| 2425 | 2026-08-31T09:33:24.324Z | |
| 2426 | 2026-08-31T09:33:24.324Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
| 2427 | 2026-08-31T09:33:24.335Z | |
| 2428 | 2026-08-31T09:33:24.335Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
| 2429 | 2026-08-31T09:33:24.710Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
| 2430 | 2026-08-31T09:33:24.714Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
| 2431 | 2026-08-31T09:33:24.714Z | waiting 3s for copy of files to zone to complete ... |
| 2432 | 2026-08-31T09:33:27.714Z | [t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2433 | 2026-08-31T09:33:27.846Z | |
| 2434 | 2026-08-31T09:33:27.846Z | [t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2435 | 2026-08-31T09:33:27.953Z | |
| 2436 | 2026-08-31T09:33:27.954Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
| 2437 | 2026-08-31T09:33:27.994Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
| 2438 | 2026-08-31T09:33:28.028Z | [t1.quartet] svcadm disable dendrite |
| 2439 | 2026-08-31T09:33:28.053Z | |
| 2440 | 2026-08-31T09:33:28.053Z | [t1.quartet] svcadm disable tfport |
| 2441 | 2026-08-31T09:33:28.076Z | |
| 2442 | 2026-08-31T09:33:28.076Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2443 | 2026-08-31T09:33:28.102Z | |
| 2444 | 2026-08-31T09:33:28.102Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
| 2445 | 2026-08-31T09:33:28.128Z | |
| 2446 | 2026-08-31T09:33:28.128Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2447 | 2026-08-31T09:33:28.155Z | |
| 2448 | 2026-08-31T09:33:28.155Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2449 | 2026-08-31T09:33:28.177Z | |
| 2450 | 2026-08-31T09:33:28.177Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
| 2451 | 2026-08-31T09:33:28.202Z | |
| 2452 | 2026-08-31T09:33:28.202Z | [t1.quartet] svcadm refresh dendrite:default |
| 2453 | 2026-08-31T09:33:28.223Z | |
| 2454 | 2026-08-31T09:33:28.223Z | [t1.quartet] svcadm enable dendrite:default |
| 2455 | 2026-08-31T09:33:28.244Z | |
| 2456 | 2026-08-31T09:33:28.244Z | waiting for dendrite to come online ... |
| 2457 | 2026-08-31T09:33:28.245Z | [t1.quartet] svcs -Ho state dendrite:default |
| 2458 | 2026-08-31T09:33:28.265Z | online |
| 2459 | 2026-08-31T09:33:28.265Z | [t1.quartet] svccfg -s tfport setprop config/pkt_source = none |
| 2460 | 2026-08-31T09:33:28.291Z | |
| 2461 | 2026-08-31T09:33:28.291Z | [t1.quartet] svccfg -s tfport setprop config/flags = --sync-only |
| 2462 | 2026-08-31T09:33:28.316Z | |
| 2463 | 2026-08-31T09:33:28.316Z | [t1.quartet] svcadm refresh tfport:default |
| 2464 | 2026-08-31T09:33:28.338Z | |
| 2465 | 2026-08-31T09:33:28.338Z | [t1.quartet] svcadm enable tfport |
| 2466 | 2026-08-31T09:33:28.359Z | |
| 2467 | 2026-08-31T09:33:28.359Z | waiting for tfport to come online ... |
| 2468 | 2026-08-31T09:33:28.359Z | [t1.quartet] svcs -Ho state tfport:default |
| 2469 | 2026-08-31T09:33:28.380Z | online |
| 2470 | 2026-08-31T09:33:28.383Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 5d9b2ae1-70ee-4371-b7e8-7bc1cc655d98 --sled-uuid 374b13c5-b4bd-4c35-833a-90930efae258 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
| 2471 | 2026-08-31T09:33:28.392Z | |
| 2472 | 2026-08-31T09:33:28.392Z | [t1.quartet] ipadm |
| 2473 | 2026-08-31T09:33:28.407Z | ADDROBJ TYPE STATE ADDR |
| 2474 | 2026-08-31T09:33:28.407Z | lo0/v4 static ok 127.0.0.1/8 |
| 2475 | 2026-08-31T09:33:28.407Z | mgt1/v4 static ok 10.0.0.4/24 |
| 2476 | 2026-08-31T09:33:28.407Z | lo0/v6 static ok ::1/128 |
| 2477 | 2026-08-31T09:33:28.407Z | lo0/u6 static ok fd00:4::1/64 |
| 2478 | 2026-08-31T09:33:28.407Z | tfportrear0_0/v6 addrconf ok fe80::4c6f:64ff:fe5f:8b1f%tfportrear0_0/10 |
| 2479 | 2026-08-31T09:33:28.407Z | tfportrear1_0/v6 addrconf ok fe80::c45a:ffff:fe55:2561%tfportrear1_0/10 |
| 2480 | 2026-08-31T09:33:28.407Z | tfportrear2_0/v6 addrconf ok fe80::40f1:35ff:fe64:f5aa%tfportrear2_0/10 |
| 2481 | 2026-08-31T09:33:30.493Z | initial peering test passed |
| 2482 | 2026-08-31T09:33:31.494Z | [s3.quartet] ping fd00:1::1 |
| 2483 | 2026-08-31T09:33:31.510Z | fd00:1::1 is alive |
| 2484 | 2026-08-31T09:33:42.512Z | [s3.quartet] ping fd00:1::1 |
| 2485 | 2026-08-31T09:33:42.534Z | fd00:1::1 is alive |
| 2486 | 2026-08-31T09:33:42.542Z | [t1.quartet] pkill ddmd |
| 2487 | 2026-08-31T09:33:42.542Z | |
| 2488 | 2026-08-31T09:33:42.542Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
| 2489 | 2026-08-31T09:33:42.542Z | cp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log |
| 2490 | 2026-08-31T09:33:44.433Z | [s3.quartet] pkill ddmd |
| 2491 | 2026-08-31T09:33:44.446Z | |
| 2492 | 2026-08-31T09:33:44.446Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
| 2493 | 2026-08-31T09:33:46.494Z | [s2.quartet] pkill ddmd |
| 2494 | 2026-08-31T09:33:46.508Z | |
| 2495 | 2026-08-31T09:33:46.508Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
| 2496 | 2026-08-31T09:33:48.341Z | [s1.quartet] pkill ddmd |
| 2497 | 2026-08-31T09:33:48.356Z | |
| 2498 | 2026-08-31T09:33:48.356Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
| 2499 | 2026-08-31T09:33:50.201Z | [sidecar.quartet] pkill softnpu |
| 2500 | 2026-08-31T09:33:50.214Z | |
| 2501 | 2026-08-31T09:33:50.214Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
| 2502 | 2026-08-31T09:33:53.329Z | test ddm::test_quartet ... ok |
| 2503 | 2026-08-31T09:33:53.329Z | |
| 2504 | 2026-08-31T09:33:53.329Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 59.78s |
| 2505 | 2026-08-31T09:33:53.329Z | |
| 2506 | 2026-08-31T09:33:53.379Z | + cleanup |
| 2507 | 2026-08-31T09:33:53.384Z | ++ id -un |
| 2508 | 2026-08-31T09:33:53.384Z | ++ id -gn |
| 2509 | 2026-08-31T09:33:53.384Z | + pfexec chown -R build:build . |
| 2510 | 2026-08-31T09:33:53.509Z | process exited: duration 499305 ms, exit code 0 |
| |
| 2511 | 2026-08-31T09:33:53.530Z | found 6 output files |
| 2512 | 2026-08-31T09:33:53.530Z | uploading: /work/s1.quartet.log (4526 bytes) |
| 2513 | 2026-08-31T09:33:54.549Z | uploaded: /work/s1.quartet.log |
| 2514 | 2026-08-31T09:33:54.549Z | uploading: /work/s2.quartet.log (3811 bytes) |
| 2515 | 2026-08-31T09:33:55.565Z | uploaded: /work/s2.quartet.log |
| 2516 | 2026-08-31T09:33:55.565Z | uploading: /work/s3.quartet.log (3749 bytes) |
| 2517 | 2026-08-31T09:33:56.585Z | uploaded: /work/s3.quartet.log |
| 2518 | 2026-08-31T09:33:56.585Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
| 2519 | 2026-08-31T09:33:57.615Z | uploaded: /work/sidecar.quartet-softnpu.log |
| 2520 | 2026-08-31T09:33:57.615Z | uploading: /work/t1.quartet-dpd.log (315214 bytes) |
| 2521 | 2026-08-31T09:33:58.649Z | uploaded: /work/t1.quartet-dpd.log |
| 2522 | 2026-08-31T09:33:58.649Z | uploading: /work/t1.quartet.log (19437 bytes) |
| 2523 | 2026-08-31T09:33:59.673Z | uploaded: /work/t1.quartet.log |