|
|
|
| 1 | 2026-09-04T03:13:47.822Z | job assigned to worker 01M1N6FJPBJZFDEYDTB0631X1X [factory aws, i-001cf823ed269ae34] (queued for 1 m 3 s) |
| |
| 2 | 2026-09-04T03:13:53.945Z | starting task 0: "setup" |
| 3 | 2026-09-04T03:13:53.949Z | ++ uname -s |
| 4 | 2026-09-04T03:13:53.952Z | + kern=SunOS |
| 5 | 2026-09-04T03:13:53.952Z | + build_user=build |
| 6 | 2026-09-04T03:13:53.952Z | + build_uid=12345 |
| 7 | 2026-09-04T03:13:53.952Z | + work_dir=/work |
| 8 | 2026-09-04T03:13:53.952Z | + input_dir=/input |
| 9 | 2026-09-04T03:13:53.952Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T03:13:53.952Z | + case "$kern" in |
| 11 | 2026-09-04T03:13:53.952Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T03:13:53.964Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T03:13:55.972Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T03:13:56.019Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T03:13:56.024Z | + home_fs=zfs |
| 16 | 2026-09-04T03:13:56.024Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T03:13:56.024Z | + mkdir -p /home/build |
| 18 | 2026-09-04T03:13:56.024Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T03:13:57.023Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T03:13:57.027Z | process exited: duration 3080 ms, exit code 0 |
| |
| 21 | 2026-09-04T03:13:57.036Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T03:13:57.040Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T03:13:57.040Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T03:13:57.040Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-09-04T03:13:57.040Z | * rust toolchain profile = "default" |
| 26 | 2026-09-04T03:13:57.045Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T03:13:57.045Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T03:13:57.045Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T03:13:57.045Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T03:13:57.117Z | info: downloading installer |
| 31 | 2026-09-04T03:13:58.469Z | info: profile set to default |
| 32 | 2026-09-04T03:13:58.469Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T03:13:58.472Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T03:13:58.598Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T03:13:58.601Z | info: downloading 6 components |
| 36 | 2026-09-04T03:14:15.264Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T03:14:15.264Z | |
| 38 | 2026-09-04T03:14:15.297Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T03:14:15.297Z | |
| 40 | 2026-09-04T03:14:15.310Z | |
| 41 | 2026-09-04T03:14:15.310Z | Rust is installed now. Great! |
| 42 | 2026-09-04T03:14:15.310Z | |
| 43 | 2026-09-04T03:14:15.310Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T03:14:15.310Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T03:14:15.310Z | |
| 46 | 2026-09-04T03:14:15.310Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T03:14:15.310Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T03:14:15.310Z | |
| 49 | 2026-09-04T03:14:15.310Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T03:14:15.310Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T03:14:15.311Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T03:14:15.311Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T03:14:15.311Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T03:14:15.311Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T03:14:15.311Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T03:14:15.311Z | HOST_CC = None |
| 57 | 2026-09-04T03:14:15.311Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T03:14:15.311Z | CC = None |
| 59 | 2026-09-04T03:14:15.311Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T03:14:15.802Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T03:14:15.802Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T03:14:15.802Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T03:14:15.802Z | CFLAGS = None |
| 64 | 2026-09-04T03:14:15.802Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T03:14:15.802Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T03:14:15.802Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T03:14:15.802Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T03:14:15.802Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T03:14:15.803Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T03:14:15.908Z | + rustup --version |
| 71 | 2026-09-04T03:14:15.927Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T03:14:15.927Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T03:14:15.941Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T03:14:15.941Z | + cargo --version |
| 75 | 2026-09-04T03:14:15.952Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T03:14:15.952Z | + rustc --version |
| 77 | 2026-09-04T03:14:16.382Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T03:14:16.397Z | process exited: duration 18927 ms, exit code 0 |
| |
| 79 | 2026-09-04T03:14:16.431Z | starting task 2: "authentication" |
| 80 | 2026-09-04T03:14:16.865Z | process exited: duration 27 ms, exit code 0 |
| |
| 81 | 2026-09-04T03:14:16.880Z | starting task 3: "clone repository" |
| 82 | 2026-09-04T03:14:16.883Z | + mkdir -p /work/oxidecomputer/maghemite |
| 83 | 2026-09-04T03:14:16.886Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T03:14:16.916Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 85 | 2026-09-04T03:14:18.436Z | + cd /work/oxidecomputer/maghemite |
| 86 | 2026-09-04T03:14:18.436Z | + git fetch origin c267d48a42745836ccc9f70002008762437d2cfc |
| 87 | 2026-09-04T03:14:18.695Z | From https://github.com/oxidecomputer/maghemite |
| 88 | 2026-09-04T03:14:18.695Z | * branch c267d48a42745836ccc9f70002008762437d2cfc -> FETCH_HEAD |
| 89 | 2026-09-04T03:14:18.703Z | + [[ -n renovate/rust-1.x ]] |
| 90 | 2026-09-04T03:14:18.710Z | ++ git branch --show-current |
| 91 | 2026-09-04T03:14:18.710Z | + current=main |
| 92 | 2026-09-04T03:14:18.710Z | + [[ main != renovate/rust-1.x ]] |
| 93 | 2026-09-04T03:14:18.710Z | + git branch -f renovate/rust-1.x c267d48a42745836ccc9f70002008762437d2cfc |
| 94 | 2026-09-04T03:14:18.719Z | + git checkout -f renovate/rust-1.x |
| 95 | 2026-09-04T03:14:18.727Z | Switched to branch 'renovate/rust-1.x' |
| 96 | 2026-09-04T03:14:18.732Z | + git reset --hard c267d48a42745836ccc9f70002008762437d2cfc |
| 97 | 2026-09-04T03:14:18.744Z | HEAD is now at c267d48 Update dependency rust to v1.98.1 |
| 98 | 2026-09-04T03:14:18.747Z | process exited: duration 1868 ms, exit code 0 |
| |
| 99 | 2026-09-04T03:14:19.156Z | starting task 4: "build" |
| 100 | 2026-09-04T03:14:19.159Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 101 | 2026-09-04T03:14:19.159Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 102 | 2026-09-04T03:14:19.159Z | info: downloading 6 components |
| 103 | 2026-09-04T03:14:34.722Z | warn: the missing active toolchain `1.98.1-x86_64-unknown-illumos` has been auto-installed |
| 104 | 2026-09-04T03:14:34.722Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 105 | 2026-09-04T03:14:34.722Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 106 | 2026-09-04T03:14:34.817Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 107 | 2026-09-04T03:14:34.845Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 108 | 2026-09-04T03:14:34.850Z | ++ dladm |
| 109 | 2026-09-04T03:14:35.257Z | LINK CLASS MTU STATE BRIDGE OVER |
| 110 | 2026-09-04T03:14:35.257Z | ena0 phys 9216 up -- -- |
| 111 | 2026-09-04T03:14:35.265Z | ++ ipadm |
| 112 | 2026-09-04T03:14:35.266Z | ADDROBJ TYPE STATE ADDR |
| 113 | 2026-09-04T03:14:35.266Z | lo0/v4 static ok 127.0.0.1/8 |
| 114 | 2026-09-04T03:14:35.266Z | ena0/dhcp dhcp ok 10.150.1.112/24 |
| 115 | 2026-09-04T03:14:35.266Z | lo0/v6 static ok ::1/128 |
| 116 | 2026-09-04T03:14:35.266Z | ++ banner collect |
| 117 | 2026-09-04T03:14:35.266Z | |
| 118 | 2026-09-04T03:14:35.266Z | #### #### # # ###### #### ##### |
| 119 | 2026-09-04T03:14:35.266Z | # # # # # # # # # # |
| 120 | 2026-09-04T03:14:35.266Z | # # # # # ##### # # |
| 121 | 2026-09-04T03:14:35.266Z | # # # # # # # # |
| 122 | 2026-09-04T03:14:35.266Z | # # # # # # # # # # |
| 123 | 2026-09-04T03:14:35.266Z | #### #### ###### ###### ###### #### # |
| 124 | 2026-09-04T03:14:35.267Z | |
| 125 | 2026-09-04T03:14:35.267Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 126 | 2026-09-04T03:14:35.267Z | ++ repo=softnpu |
| 127 | 2026-09-04T03:14:35.267Z | ++ series=image |
| 128 | 2026-09-04T03:14:35.267Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 129 | 2026-09-04T03:14:35.268Z | ++ name=softnpu |
| 130 | 2026-09-04T03:14:35.268Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 131 | 2026-09-04T03:14:35.268Z | ++ mkdir -p download |
| 132 | 2026-09-04T03:14:35.268Z | ++ pushd download |
| 133 | 2026-09-04T03:14:35.268Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 134 | 2026-09-04T03:14:35.268Z | ++ [[ ! -f softnpu ]] |
| 135 | 2026-09-04T03:14:35.268Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 136 | 2026-09-04T03:14:35.268Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 137 | 2026-09-04T03:14:35.268Z | Dload Upload Total Spent Left Speed |
| 138 | 2026-09-04T03:14:35.268Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 47.35M 0 0
100 15.63M 100 15.63M 0 0 47.34M 0 0
100 15.63M 100 15.63M 0 0 47.33M 0 0 |
| 139 | 2026-09-04T03:14:35.268Z | ++ popd |
| 140 | 2026-09-04T03:14:35.268Z | /work/oxidecomputer/maghemite |
| 141 | 2026-09-04T03:14:35.268Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 142 | 2026-09-04T03:14:35.268Z | ++ repo=sidecar-lite |
| 143 | 2026-09-04T03:14:35.268Z | ++ series=release |
| 144 | 2026-09-04T03:14:35.268Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 145 | 2026-09-04T03:14:35.268Z | ++ name=libsidecar_lite.so |
| 146 | 2026-09-04T03:14:35.268Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 147 | 2026-09-04T03:14:35.268Z | ++ mkdir -p download |
| 148 | 2026-09-04T03:14:35.268Z | ++ pushd download |
| 149 | 2026-09-04T03:14:35.268Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 150 | 2026-09-04T03:14:35.268Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 151 | 2026-09-04T03:14:35.268Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 152 | 2026-09-04T03:14:35.268Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 153 | 2026-09-04T03:14:35.268Z | Dload Upload Total Spent Left Speed |
| 154 | 2026-09-04T03:14:35.487Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 43.09M 0 0
100 12.04M 100 12.04M 0 0 43.08M 0 0
100 12.04M 100 12.04M 0 0 43.08M 0 0 |
| 155 | 2026-09-04T03:14:35.491Z | ++ popd |
| 156 | 2026-09-04T03:14:35.491Z | /work/oxidecomputer/maghemite |
| 157 | 2026-09-04T03:14:35.491Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 158 | 2026-09-04T03:14:35.491Z | ++ repo=sidecar-lite |
| 159 | 2026-09-04T03:14:35.491Z | ++ series=release |
| 160 | 2026-09-04T03:14:35.491Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 161 | 2026-09-04T03:14:35.491Z | ++ name=scadm |
| 162 | 2026-09-04T03:14:35.491Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 163 | 2026-09-04T03:14:35.491Z | ++ mkdir -p download |
| 164 | 2026-09-04T03:14:35.491Z | ++ pushd download |
| 165 | 2026-09-04T03:14:35.492Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 166 | 2026-09-04T03:14:35.492Z | ++ [[ ! -f scadm ]] |
| 167 | 2026-09-04T03:14:35.492Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 168 | 2026-09-04T03:14:35.496Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 169 | 2026-09-04T03:14:35.496Z | Dload Upload Total Spent Left Speed |
| 170 | 2026-09-04T03:14:35.860Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 43.16M 0 0
100 15.78M 100 15.78M 0 0 43.15M 0 0
100 15.78M 100 15.78M 0 0 43.15M 0 0 |
| 171 | 2026-09-04T03:14:36.268Z | ++ popd |
| 172 | 2026-09-04T03:14:36.268Z | /work/oxidecomputer/maghemite |
| 173 | 2026-09-04T03:14:36.268Z | ++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz |
| 174 | 2026-09-04T03:14:36.268Z | ++ repo=dendrite |
| 175 | 2026-09-04T03:14:36.268Z | ++ series=image |
| 176 | 2026-09-04T03:14:36.268Z | ++ commit=803f6899e3bc64780a965d625e248e1d77e37d43 |
| 177 | 2026-09-04T03:14:36.268Z | ++ name=dendrite-softnpu.tar.gz |
| 178 | 2026-09-04T03:14:36.268Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 179 | 2026-09-04T03:14:36.269Z | ++ mkdir -p download |
| 180 | 2026-09-04T03:14:36.269Z | ++ pushd download |
| 181 | 2026-09-04T03:14:36.269Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 182 | 2026-09-04T03:14:36.269Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 183 | 2026-09-04T03:14:36.269Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz |
| 184 | 2026-09-04T03:14:36.272Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 185 | 2026-09-04T03:14:36.272Z | Dload Upload Total Spent Left Speed |
| 186 | 2026-09-04T03:14:38.042Z |
0 0 0 0 0 0 0 0 0
54 61.61M 54 33.42M 0 0 23.55M 0 00:02 00:01 00:01 23.55M
100 61.61M 100 61.61M 0 0 28.50M 0 00:02 00:02 23.55M
100 61.61M 100 61.61M 0 0 28.49M 0 00:02 00:02 23.55M
100 61.61M 100 61.61M 0 0 28.49M 0 00:02 00:02 23.55M |
| 187 | 2026-09-04T03:14:38.053Z | ++ popd |
| 188 | 2026-09-04T03:14:38.053Z | /work/oxidecomputer/maghemite |
| 189 | 2026-09-04T03:14:38.053Z | ++ get_artifact maghemite release c267d48a42745836ccc9f70002008762437d2cfc ddm |
| 190 | 2026-09-04T03:14:38.054Z | ++ repo=maghemite |
| 191 | 2026-09-04T03:14:38.054Z | ++ series=release |
| 192 | 2026-09-04T03:14:38.054Z | ++ commit=c267d48a42745836ccc9f70002008762437d2cfc |
| 193 | 2026-09-04T03:14:38.054Z | ++ name=ddm |
| 194 | 2026-09-04T03:14:38.054Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 195 | 2026-09-04T03:14:38.054Z | ++ mkdir -p download |
| 196 | 2026-09-04T03:14:38.054Z | ++ pushd download |
| 197 | 2026-09-04T03:14:38.054Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 198 | 2026-09-04T03:14:38.054Z | ++ [[ ! -f ddm ]] |
| 199 | 2026-09-04T03:14:38.054Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c267d48a42745836ccc9f70002008762437d2cfc/ddm |
| 200 | 2026-09-04T03:14:38.054Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 201 | 2026-09-04T03:14:38.054Z | Dload Upload Total Spent Left Speed |
| 202 | 2026-09-04T03:14:38.146Z |
0 0 0 0 0 0 0 0 0 |
| 203 | 2026-09-04T03:14:38.146Z | curl: (22) The requested URL returned error: 404 |
| 204 | 2026-09-04T03:14:38.165Z | ++ popd |
| 205 | 2026-09-04T03:14:38.165Z | /work/oxidecomputer/maghemite |
| 206 | 2026-09-04T03:14:38.165Z | ++ get_artifact maghemite release c267d48a42745836ccc9f70002008762437d2cfc ddmadm |
| 207 | 2026-09-04T03:14:38.166Z | ++ repo=maghemite |
| 208 | 2026-09-04T03:14:38.166Z | ++ series=release |
| 209 | 2026-09-04T03:14:38.167Z | ++ commit=c267d48a42745836ccc9f70002008762437d2cfc |
| 210 | 2026-09-04T03:14:38.167Z | ++ name=ddmadm |
| 211 | 2026-09-04T03:14:38.167Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 212 | 2026-09-04T03:14:38.167Z | ++ mkdir -p download |
| 213 | 2026-09-04T03:14:38.167Z | ++ pushd download |
| 214 | 2026-09-04T03:14:38.167Z | ++ [[ ! -f ddmadm ]] |
| 215 | 2026-09-04T03:14:38.167Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 216 | 2026-09-04T03:14:38.167Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c267d48a42745836ccc9f70002008762437d2cfc/ddmadm |
| 217 | 2026-09-04T03:14:38.167Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 218 | 2026-09-04T03:14:38.167Z | Dload Upload Total Spent Left Speed |
| 219 | 2026-09-04T03:14:38.212Z |
0 0 0 0 0 0 0 0 0 |
| 220 | 2026-09-04T03:14:38.212Z | curl: (22) The requested URL returned error: 404 |
| 221 | 2026-09-04T03:14:38.224Z | ++ popd |
| 222 | 2026-09-04T03:14:38.225Z | /work/oxidecomputer/maghemite |
| 223 | 2026-09-04T03:14:38.225Z | ++ pushd download |
| 224 | 2026-09-04T03:14:38.225Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 225 | 2026-09-04T03:14:38.225Z | ++ chmod +x softnpu |
| 226 | 2026-09-04T03:14:38.225Z | ++ chmod +x scadm |
| 227 | 2026-09-04T03:14:38.225Z | ++ chmod +x ddmadm |
| 228 | 2026-09-04T03:14:38.225Z | chmod: WARNING: can't access ddmadm |
| 229 | 2026-09-04T03:14:38.225Z | ++ chmod +x ddmd |
| 230 | 2026-09-04T03:14:38.225Z | chmod: WARNING: can't access ddmd |
| 231 | 2026-09-04T03:14:38.225Z | ++ mv ddmadm ddmadm-v2 |
| 232 | 2026-09-04T03:14:38.226Z | mv: cannot access ddmadm |
| 233 | 2026-09-04T03:14:38.226Z | ++ mv ddmd ddmd-v2 |
| 234 | 2026-09-04T03:14:38.226Z | mv: cannot access ddmd |
| 235 | 2026-09-04T03:14:38.226Z | ++ rm -rf zones/dendrite |
| 236 | 2026-09-04T03:14:38.226Z | ++ mkdir -p zones/dendrite |
| 237 | 2026-09-04T03:14:38.226Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 238 | 2026-09-04T03:14:38.835Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml |
| 239 | 2026-09-04T03:14:38.838Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 240 | 2026-09-04T03:14:38.838Z | ++ popd |
| 241 | 2026-09-04T03:14:38.839Z | /work/oxidecomputer/maghemite |
| 242 | 2026-09-04T03:14:38.839Z | ++ banner install |
| 243 | 2026-09-04T03:14:38.839Z | |
| 244 | 2026-09-04T03:14:38.839Z | # # # #### ##### ## # # |
| 245 | 2026-09-04T03:14:38.839Z | # ## # # # # # # # |
| 246 | 2026-09-04T03:14:38.839Z | # # # # #### # # # # # |
| 247 | 2026-09-04T03:14:38.839Z | # # # # # # ###### # # |
| 248 | 2026-09-04T03:14:38.839Z | # # ## # # # # # # # |
| 249 | 2026-09-04T03:14:38.839Z | # # # #### # # # ###### ###### |
| 250 | 2026-09-04T03:14:38.839Z | |
| 251 | 2026-09-04T03:14:38.839Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 252 | 2026-09-04T03:14:38.839Z | ++ pfexec pkg install clang-15 |
| 253 | 2026-09-04T03:14:41.549Z | Startup: Refreshing catalog 'helios' ... Done |
| 254 | 2026-09-04T03:14:41.971Z | Startup: Caching catalogs ... Done |
| 255 | 2026-09-04T03:14:44.577Z | Planning: Solver setup ... Done |
| 256 | 2026-09-04T03:14:44.642Z | Planning: Running solver ... Done |
| 257 | 2026-09-04T03:14:45.107Z | Planning: Consolidating action changes ... Done |
| 258 | 2026-09-04T03:14:45.125Z | Planning: Evaluating mediators ... Done |
| 259 | 2026-09-04T03:14:45.125Z | Planning: Planning completed in 2.69 seconds |
| 260 | 2026-09-04T03:14:45.125Z | No updates necessary for this image. |
| 261 | 2026-09-04T03:14:45.125Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 262 | 2026-09-04T03:14:45.125Z | ++ pfexec pkg install pkg-config |
| 263 | 2026-09-04T03:14:45.231Z | Startup: Refreshing catalog 'helios' ... Done |
| 264 | 2026-09-04T03:14:47.635Z | Planning: Solver setup ... Done |
| 265 | 2026-09-04T03:14:47.691Z | Planning: Running solver ... Done |
| 266 | 2026-09-04T03:14:47.727Z | Planning: Consolidating action changes ... Done |
| 267 | 2026-09-04T03:14:47.731Z | Planning: Evaluating mediators ... Done |
| 268 | 2026-09-04T03:14:47.731Z | Planning: Planning completed in 2.49 seconds |
| 269 | 2026-09-04T03:14:47.744Z | No updates necessary for this image. |
| 270 | 2026-09-04T03:14:47.890Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 271 | 2026-09-04T03:14:47.890Z | ++ pfexec pkg install brand/omicron1 |
| 272 | 2026-09-04T03:14:48.178Z | Startup: Refreshing catalog 'helios' ... Done |
| 273 | 2026-09-04T03:14:50.651Z | Planning: Solver setup ... Done |
| 274 | 2026-09-04T03:14:50.856Z | Planning: Running solver ... Done |
| 275 | 2026-09-04T03:14:51.400Z | Planning: Finding local manifests ... Done |
| 276 | 2026-09-04T03:14:51.401Z | Planning: Fetching manifests: 0/2 0% complete |
| 277 | 2026-09-04T03:14:51.401Z | Planning: Fetching manifests: 2/2 100% complete |
| 278 | 2026-09-04T03:14:51.401Z | Planning: Package planning ... Done |
| 279 | 2026-09-04T03:14:51.401Z | Planning: Merging actions ... Done |
| 280 | 2026-09-04T03:14:51.513Z | Planning: Checking for conflicting actions ... Done |
| 281 | 2026-09-04T03:14:51.513Z | Planning: Consolidating action changes ... Done |
| 282 | 2026-09-04T03:14:53.793Z | Planning: Evaluating mediators ... Done |
| 283 | 2026-09-04T03:14:53.915Z | Planning: Planning completed in 4.76 seconds |
| 284 | 2026-09-04T03:14:53.915Z | Packages to install: 2 |
| 285 | 2026-09-04T03:14:53.915Z | Create boot environment: No |
| 286 | 2026-09-04T03:14:53.915Z | Create backup boot environment: No |
| 287 | 2026-09-04T03:14:53.915Z | |
| 288 | 2026-09-04T03:14:53.915Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 289 | 2026-09-04T03:14:53.916Z | Download: Completed 1.01 MB in 0.02 seconds (58.7M/s) |
| 290 | 2026-09-04T03:14:53.916Z | Actions: 1/28 actions (Installing new actions) |
| 291 | 2026-09-04T03:14:53.916Z | Actions: Completed 28 actions in 0.01 seconds. |
| 292 | 2026-09-04T03:14:53.916Z | Finalize: Updating package state database ... Done |
| 293 | 2026-09-04T03:14:53.916Z | Finalize: Updating package cache ... Done |
| 294 | 2026-09-04T03:14:53.916Z | Finalize: Updating image state ... Done |
| 295 | 2026-09-04T03:14:56.222Z | Finalize: Creating fast lookup database ... Done |
| 296 | 2026-09-04T03:14:56.701Z | Finalize: Reading search index ... Done |
| 297 | 2026-09-04T03:14:57.113Z | Finalize: Updating search index ... Done |
| 298 | 2026-09-04T03:14:57.113Z | Finalize: Updating package cache ... Done |
| 299 | 2026-09-04T03:14:57.113Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 300 | 2026-09-04T03:14:57.113Z | ++ pfexec pkg install brand/omicron1/tools |
| 301 | 2026-09-04T03:14:57.143Z | Startup: Refreshing catalog 'helios' ... Done |
| 302 | 2026-09-04T03:14:59.355Z | Planning: Solver setup ... Done |
| 303 | 2026-09-04T03:14:59.355Z | Planning: Running solver ... Done |
| 304 | 2026-09-04T03:14:59.355Z | Planning: Finding local manifests ... Done |
| 305 | 2026-09-04T03:14:59.355Z | Planning: Fetching manifests: 0/1 0% complete |
| 306 | 2026-09-04T03:14:59.355Z | Planning: Fetching manifests: 1/1 100% complete |
| 307 | 2026-09-04T03:14:59.355Z | Planning: Package planning ... Done |
| 308 | 2026-09-04T03:14:59.356Z | Planning: Merging actions ... Done |
| 309 | 2026-09-04T03:14:59.468Z | Planning: Checking for conflicting actions ... Done |
| 310 | 2026-09-04T03:14:59.879Z | Planning: Consolidating action changes ... Done |
| 311 | 2026-09-04T03:14:59.889Z | Planning: Evaluating mediators ... Done |
| 312 | 2026-09-04T03:14:59.889Z | Planning: Planning completed in 2.87 seconds |
| 313 | 2026-09-04T03:14:59.889Z | Packages to install: 1 |
| 314 | 2026-09-04T03:14:59.889Z | Services to change: 1 |
| 315 | 2026-09-04T03:14:59.889Z | Create boot environment: No |
| 316 | 2026-09-04T03:14:59.889Z | Create backup boot environment: No |
| 317 | 2026-09-04T03:14:59.890Z | |
| 318 | 2026-09-04T03:14:59.890Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 319 | 2026-09-04T03:14:59.890Z | Download: Completed 1.13 MB in 0.02 seconds (49.7M/s) |
| 320 | 2026-09-04T03:14:59.890Z | Actions: 1/19 actions (Installing new actions) |
| 321 | 2026-09-04T03:14:59.890Z | Actions: Completed 19 actions in 0.01 seconds. |
| 322 | 2026-09-04T03:14:59.890Z | Finalize: Updating package state database ... Done |
| 323 | 2026-09-04T03:14:59.890Z | Finalize: Updating package cache ... Done |
| 324 | 2026-09-04T03:14:59.890Z | Finalize: Updating image state ... Done |
| 325 | 2026-09-04T03:15:01.840Z | Finalize: Creating fast lookup database ... Done |
| 326 | 2026-09-04T03:15:01.904Z | Finalize: Reading search index ... Done |
| 327 | 2026-09-04T03:15:01.914Z | Finalize: Updating search index ... Done |
| 328 | 2026-09-04T03:15:01.983Z | Finalize: Updating package cache ... Done |
| 329 | 2026-09-04T03:15:02.072Z | ++ pfexec svcadm enable baseline |
| 330 | 2026-09-04T03:15:02.098Z | ++ retry=0 |
| 331 | 2026-09-04T03:15:02.508Z | +++ svcs -Hostate baseline |
| 332 | 2026-09-04T03:15:02.517Z | ++ [[ offline* != online ]] |
| 333 | 2026-09-04T03:15:02.517Z | ++ [[ 0 -gt 300 ]] |
| 334 | 2026-09-04T03:15:02.517Z | ++ sleep 1 |
| 335 | 2026-09-04T03:15:03.113Z | ++ retry=1 |
| 336 | 2026-09-04T03:15:03.122Z | +++ svcs -Hostate baseline |
| 337 | 2026-09-04T03:15:03.141Z | ++ [[ offline* != online ]] |
| 338 | 2026-09-04T03:15:03.141Z | ++ [[ 1 -gt 300 ]] |
| 339 | 2026-09-04T03:15:03.142Z | ++ sleep 1 |
| 340 | 2026-09-04T03:15:04.122Z | ++ retry=2 |
| 341 | 2026-09-04T03:15:04.128Z | +++ svcs -Hostate baseline |
| 342 | 2026-09-04T03:15:04.134Z | ++ [[ offline* != online ]] |
| 343 | 2026-09-04T03:15:04.134Z | ++ [[ 2 -gt 300 ]] |
| 344 | 2026-09-04T03:15:04.134Z | ++ sleep 1 |
| 345 | 2026-09-04T03:15:05.150Z | ++ retry=3 |
| 346 | 2026-09-04T03:15:05.161Z | +++ svcs -Hostate baseline |
| 347 | 2026-09-04T03:15:05.161Z | ++ [[ offline* != online ]] |
| 348 | 2026-09-04T03:15:05.161Z | ++ [[ 3 -gt 300 ]] |
| 349 | 2026-09-04T03:15:05.161Z | ++ sleep 1 |
| 350 | 2026-09-04T03:15:06.153Z | ++ retry=4 |
| 351 | 2026-09-04T03:15:06.157Z | +++ svcs -Hostate baseline |
| 352 | 2026-09-04T03:15:06.172Z | ++ [[ offline* != online ]] |
| 353 | 2026-09-04T03:15:06.596Z | ++ [[ 4 -gt 300 ]] |
| 354 | 2026-09-04T03:15:06.596Z | ++ sleep 1 |
| 355 | 2026-09-04T03:15:07.575Z | ++ retry=5 |
| 356 | 2026-09-04T03:15:07.578Z | +++ svcs -Hostate baseline |
| 357 | 2026-09-04T03:15:07.578Z | ++ [[ offline* != online ]] |
| 358 | 2026-09-04T03:15:07.578Z | ++ [[ 5 -gt 300 ]] |
| 359 | 2026-09-04T03:15:07.578Z | ++ sleep 1 |
| 360 | 2026-09-04T03:15:08.213Z | ++ retry=6 |
| 361 | 2026-09-04T03:15:08.241Z | +++ svcs -Hostate baseline |
| 362 | 2026-09-04T03:15:08.241Z | ++ [[ offline* != online ]] |
| 363 | 2026-09-04T03:15:08.241Z | ++ [[ 6 -gt 300 ]] |
| 364 | 2026-09-04T03:15:08.241Z | ++ sleep 1 |
| 365 | 2026-09-04T03:15:09.209Z | ++ retry=7 |
| 366 | 2026-09-04T03:15:09.220Z | +++ svcs -Hostate baseline |
| 367 | 2026-09-04T03:15:09.225Z | ++ [[ offline* != online ]] |
| 368 | 2026-09-04T03:15:09.225Z | ++ [[ 7 -gt 300 ]] |
| 369 | 2026-09-04T03:15:09.225Z | ++ sleep 1 |
| 370 | 2026-09-04T03:15:10.388Z | ++ retry=8 |
| 371 | 2026-09-04T03:15:10.474Z | +++ svcs -Hostate baseline |
| 372 | 2026-09-04T03:15:10.474Z | ++ [[ offline* != online ]] |
| 373 | 2026-09-04T03:15:10.475Z | ++ [[ 8 -gt 300 ]] |
| 374 | 2026-09-04T03:15:10.475Z | ++ sleep 1 |
| 375 | 2026-09-04T03:15:12.023Z | ++ retry=9 |
| 376 | 2026-09-04T03:15:12.454Z | +++ svcs -Hostate baseline |
| 377 | 2026-09-04T03:15:12.454Z | ++ [[ offline* != online ]] |
| 378 | 2026-09-04T03:15:12.454Z | ++ [[ 9 -gt 300 ]] |
| 379 | 2026-09-04T03:15:12.454Z | ++ sleep 1 |
| 380 | 2026-09-04T03:15:12.474Z | ++ retry=10 |
| 381 | 2026-09-04T03:15:12.475Z | +++ svcs -Hostate baseline |
| 382 | 2026-09-04T03:15:12.475Z | ++ [[ offline* != online ]] |
| 383 | 2026-09-04T03:15:12.475Z | ++ [[ 10 -gt 300 ]] |
| 384 | 2026-09-04T03:15:12.475Z | ++ sleep 1 |
| 385 | 2026-09-04T03:15:13.675Z | ++ retry=11 |
| 386 | 2026-09-04T03:15:14.085Z | +++ svcs -Hostate baseline |
| 387 | 2026-09-04T03:15:14.086Z | ++ [[ offline* != online ]] |
| 388 | 2026-09-04T03:15:14.086Z | ++ [[ 11 -gt 300 ]] |
| 389 | 2026-09-04T03:15:14.086Z | ++ sleep 1 |
| 390 | 2026-09-04T03:15:14.296Z | ++ retry=12 |
| 391 | 2026-09-04T03:15:14.312Z | +++ svcs -Hostate baseline |
| 392 | 2026-09-04T03:15:14.325Z | ++ [[ offline* != online ]] |
| 393 | 2026-09-04T03:15:14.325Z | ++ [[ 12 -gt 300 ]] |
| 394 | 2026-09-04T03:15:14.325Z | ++ sleep 1 |
| 395 | 2026-09-04T03:15:15.301Z | ++ retry=13 |
| 396 | 2026-09-04T03:15:15.306Z | +++ svcs -Hostate baseline |
| 397 | 2026-09-04T03:15:15.756Z | ++ [[ offline* != online ]] |
| 398 | 2026-09-04T03:15:15.756Z | ++ [[ 13 -gt 300 ]] |
| 399 | 2026-09-04T03:15:15.756Z | ++ sleep 1 |
| 400 | 2026-09-04T03:15:16.319Z | ++ retry=14 |
| 401 | 2026-09-04T03:15:16.323Z | +++ svcs -Hostate baseline |
| 402 | 2026-09-04T03:15:16.336Z | ++ [[ offline* != online ]] |
| 403 | 2026-09-04T03:15:16.337Z | ++ [[ 14 -gt 300 ]] |
| 404 | 2026-09-04T03:15:16.337Z | ++ sleep 1 |
| 405 | 2026-09-04T03:15:17.335Z | ++ retry=15 |
| 406 | 2026-09-04T03:15:17.340Z | +++ svcs -Hostate baseline |
| 407 | 2026-09-04T03:15:17.354Z | ++ [[ offline* != online ]] |
| 408 | 2026-09-04T03:15:17.354Z | ++ [[ 15 -gt 300 ]] |
| 409 | 2026-09-04T03:15:17.354Z | ++ sleep 1 |
| 410 | 2026-09-04T03:15:18.395Z | ++ retry=16 |
| 411 | 2026-09-04T03:15:18.441Z | +++ svcs -Hostate baseline |
| 412 | 2026-09-04T03:15:18.441Z | ++ [[ offline* != online ]] |
| 413 | 2026-09-04T03:15:18.441Z | ++ [[ 16 -gt 300 ]] |
| 414 | 2026-09-04T03:15:18.441Z | ++ sleep 1 |
| 415 | 2026-09-04T03:15:19.367Z | ++ retry=17 |
| 416 | 2026-09-04T03:15:19.376Z | +++ svcs -Hostate baseline |
| 417 | 2026-09-04T03:15:19.397Z | ++ [[ offline* != online ]] |
| 418 | 2026-09-04T03:15:19.397Z | ++ [[ 17 -gt 300 ]] |
| 419 | 2026-09-04T03:15:19.397Z | ++ sleep 1 |
| 420 | 2026-09-04T03:15:20.422Z | ++ retry=18 |
| 421 | 2026-09-04T03:15:20.449Z | +++ svcs -Hostate baseline |
| 422 | 2026-09-04T03:15:20.449Z | ++ [[ offline* != online ]] |
| 423 | 2026-09-04T03:15:20.449Z | ++ [[ 18 -gt 300 ]] |
| 424 | 2026-09-04T03:15:20.449Z | ++ sleep 1 |
| 425 | 2026-09-04T03:15:21.805Z | ++ retry=19 |
| 426 | 2026-09-04T03:15:21.808Z | +++ svcs -Hostate baseline |
| 427 | 2026-09-04T03:15:21.809Z | ++ [[ offline* != online ]] |
| 428 | 2026-09-04T03:15:21.809Z | ++ [[ 19 -gt 300 ]] |
| 429 | 2026-09-04T03:15:21.809Z | ++ sleep 1 |
| 430 | 2026-09-04T03:15:22.415Z | ++ retry=20 |
| 431 | 2026-09-04T03:15:22.418Z | +++ svcs -Hostate baseline |
| 432 | 2026-09-04T03:15:22.429Z | ++ [[ online != online ]] |
| 433 | 2026-09-04T03:15:22.429Z | ++ set -o errexit |
| 434 | 2026-09-04T03:15:22.433Z | ++ set -o pipefail |
| 435 | 2026-09-04T03:15:22.433Z | ++ banner build |
| 436 | 2026-09-04T03:15:22.433Z | |
| 437 | 2026-09-04T03:15:22.433Z | ##### # # # # ##### |
| 438 | 2026-09-04T03:15:22.433Z | # # # # # # # # |
| 439 | 2026-09-04T03:15:22.433Z | ##### # # # # # # |
| 440 | 2026-09-04T03:15:22.433Z | # # # # # # # # |
| 441 | 2026-09-04T03:15:22.433Z | # # # # # # # # |
| 442 | 2026-09-04T03:15:22.433Z | ##### #### # ###### ##### |
| 443 | 2026-09-04T03:15:22.433Z | |
| 444 | 2026-09-04T03:15:22.433Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 445 | 2026-09-04T03:15:22.536Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 446 | 2026-09-04T03:15:23.545Z | From https://github.com/oxidecomputer/falcon |
| 447 | 2026-09-04T03:15:23.545Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 448 | 2026-09-04T03:15:23.624Z | Updating crates.io index |
| 449 | 2026-09-04T03:15:23.627Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 450 | 2026-09-04T03:15:24.137Z | From https://github.com/oxidecomputer/dendrite |
| 451 | 2026-09-04T03:15:24.137Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 452 | 2026-09-04T03:15:24.161Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 453 | 2026-09-04T03:15:24.423Z | From https://github.com/oxidecomputer/ispf |
| 454 | 2026-09-04T03:15:24.423Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 455 | 2026-09-04T03:15:24.433Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 456 | 2026-09-04T03:15:24.822Z | From https://github.com/oxidecomputer/netadm-sys |
| 457 | 2026-09-04T03:15:24.822Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 458 | 2026-09-04T03:15:24.833Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 459 | 2026-09-04T03:15:30.697Z | From https://github.com/oxidecomputer/omicron |
| 460 | 2026-09-04T03:15:30.697Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 461 | 2026-09-04T03:15:31.122Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 462 | 2026-09-04T03:15:31.879Z | From https://github.com/oxidecomputer/opte |
| 463 | 2026-09-04T03:15:31.879Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 464 | 2026-09-04T03:15:31.902Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 465 | 2026-09-04T03:15:32.199Z | From https://github.com/oxidecomputer/slog-error-chain |
| 466 | 2026-09-04T03:15:32.199Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 467 | 2026-09-04T03:15:32.211Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 468 | 2026-09-04T03:15:32.933Z | From https://github.com/illumos/smf-rs |
| 469 | 2026-09-04T03:15:32.934Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 470 | 2026-09-04T03:15:33.588Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 471 | 2026-09-04T03:15:33.588Z | From https://github.com/oxidecomputer/network-interface |
| 472 | 2026-09-04T03:15:33.588Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 473 | 2026-09-04T03:15:33.588Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 474 | 2026-09-04T03:15:34.722Z | From https://github.com/oxidecomputer/zone |
| 475 | 2026-09-04T03:15:34.722Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 476 | 2026-09-04T03:15:34.722Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 477 | 2026-09-04T03:15:34.885Z | From https://github.com/oxidecomputer/propolis |
| 478 | 2026-09-04T03:15:34.885Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 479 | 2026-09-04T03:15:34.885Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 480 | 2026-09-04T03:15:35.058Z | From https://github.com/oxidecomputer/transceiver-control |
| 481 | 2026-09-04T03:15:35.058Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 482 | 2026-09-04T03:15:35.058Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 483 | 2026-09-04T03:15:35.058Z | From https://github.com/oxidecomputer/dlpi-sys |
| 484 | 2026-09-04T03:15:35.058Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 485 | 2026-09-04T03:15:35.058Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 486 | 2026-09-04T03:15:35.128Z | From https://github.com/jmesmon/rust-libzfs |
| 487 | 2026-09-04T03:15:35.128Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 488 | 2026-09-04T03:15:35.128Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 489 | 2026-09-04T03:15:35.700Z | From https://github.com/oxidecomputer/rusty-doors |
| 490 | 2026-09-04T03:15:35.700Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 491 | 2026-09-04T03:15:35.729Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 492 | 2026-09-04T03:15:35.729Z | From https://github.com/oxidecomputer/lldp |
| 493 | 2026-09-04T03:15:35.729Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 494 | 2026-09-04T03:15:35.729Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 495 | 2026-09-04T03:15:36.014Z | From https://github.com/oxidecomputer/tufaceous |
| 496 | 2026-09-04T03:15:36.015Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 497 | 2026-09-04T03:15:36.431Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 498 | 2026-09-04T03:15:36.640Z | From https://github.com/oxidecomputer/management-gateway-service |
| 499 | 2026-09-04T03:15:36.640Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 500 | 2026-09-04T03:15:36.687Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 501 | 2026-09-04T03:15:37.628Z | From https://github.com/oxidecomputer/crucible |
| 502 | 2026-09-04T03:15:37.629Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 503 | 2026-09-04T03:15:37.730Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 504 | 2026-09-04T03:15:37.900Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 505 | 2026-09-04T03:15:37.900Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 506 | 2026-09-04T03:15:37.942Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 507 | 2026-09-04T03:15:38.769Z | From https://github.com/oxidecomputer/propolis |
| 508 | 2026-09-04T03:15:38.769Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 509 | 2026-09-04T03:15:38.806Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 510 | 2026-09-04T03:15:38.962Z | From https://github.com/oxidecomputer/crucible |
| 511 | 2026-09-04T03:15:38.962Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 512 | 2026-09-04T03:15:39.050Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 513 | 2026-09-04T03:15:39.492Z | From https://github.com/oxidecomputer/tofino |
| 514 | 2026-09-04T03:15:39.492Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 515 | 2026-09-04T03:15:39.579Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 516 | 2026-09-04T03:15:40.237Z | From https://github.com/oxidecomputer/maghemite |
| 517 | 2026-09-04T03:15:40.237Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 518 | 2026-09-04T03:15:40.258Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 519 | 2026-09-04T03:15:40.625Z | From https://github.com/oxidecomputer/clickward |
| 520 | 2026-09-04T03:15:40.625Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 521 | 2026-09-04T03:15:40.664Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 522 | 2026-09-04T03:15:41.146Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 523 | 2026-09-04T03:15:41.146Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 524 | 2026-09-04T03:15:43.119Z | Downloading crates ... |
| 525 | 2026-09-04T03:15:43.169Z | Downloaded bitflags v2.13.1 |
| 526 | 2026-09-04T03:15:43.229Z | Downloaded bit-vec v0.8.0 |
| 527 | 2026-09-04T03:15:43.229Z | Downloaded cfg_aliases v0.2.2 |
| 528 | 2026-09-04T03:15:43.229Z | Downloaded ciborium-io v0.2.2 |
| 529 | 2026-09-04T03:15:43.229Z | Downloaded async-compression v0.4.43 |
| 530 | 2026-09-04T03:15:43.229Z | Downloaded crossbeam-epoch v0.9.20 |
| 531 | 2026-09-04T03:15:43.229Z | Downloaded anstyle-parse v1.0.0 |
| 532 | 2026-09-04T03:15:43.229Z | Downloaded block-buffer v0.12.1 |
| 533 | 2026-09-04T03:15:43.229Z | Downloaded base64ct v1.8.3 |
| 534 | 2026-09-04T03:15:43.229Z | Downloaded async-stream v0.3.6 |
| 535 | 2026-09-04T03:15:43.229Z | Downloaded atomic-waker v1.1.2 |
| 536 | 2026-09-04T03:15:43.229Z | Downloaded allocator-api2 v0.2.21 |
| 537 | 2026-09-04T03:15:43.229Z | Downloaded keccak v0.1.6 |
| 538 | 2026-09-04T03:15:43.229Z | Downloaded async-trait v0.1.92 |
| 539 | 2026-09-04T03:15:43.229Z | Downloaded cancel-safe-futures v0.1.5 |
| 540 | 2026-09-04T03:15:43.229Z | Downloaded base16ct v1.0.0 |
| 541 | 2026-09-04T03:15:43.229Z | Downloaded ident_case v1.0.1 |
| 542 | 2026-09-04T03:15:43.229Z | Downloaded backon v1.6.0 |
| 543 | 2026-09-04T03:15:43.229Z | Downloaded bcs v0.1.6 |
| 544 | 2026-09-04T03:15:43.229Z | Downloaded anyhow v1.0.104 |
| 545 | 2026-09-04T03:15:43.229Z | Downloaded linked-hash-map v0.5.6 |
| 546 | 2026-09-04T03:15:43.229Z | Downloaded itoa v1.0.18 |
| 547 | 2026-09-04T03:15:43.229Z | Downloaded adler2 v2.0.1 |
| 548 | 2026-09-04T03:15:43.229Z | Downloaded chacha20 v0.9.1 |
| 549 | 2026-09-04T03:15:43.229Z | Downloaded argon2 v0.5.3 |
| 550 | 2026-09-04T03:15:43.229Z | Downloaded bitflags v1.3.2 |
| 551 | 2026-09-04T03:15:43.229Z | Downloaded icu_normalizer_data v2.2.0 |
| 552 | 2026-09-04T03:15:43.229Z | Downloaded ahash v0.8.12 |
| 553 | 2026-09-04T03:15:43.229Z | Downloaded async-recursion v1.1.1 |
| 554 | 2026-09-04T03:15:43.289Z | Downloaded olpc-cjson v0.1.4 |
| 555 | 2026-09-04T03:15:43.290Z | Downloaded byteorder v1.5.0 |
| 556 | 2026-09-04T03:15:43.290Z | Downloaded camino-tempfile v1.4.1 |
| 557 | 2026-09-04T03:15:43.290Z | Downloaded num_enum_derive v0.5.11 |
| 558 | 2026-09-04T03:15:43.290Z | Downloaded mime v0.3.17 |
| 559 | 2026-09-04T03:15:43.290Z | Downloaded chacha20 v0.10.1 |
| 560 | 2026-09-04T03:15:43.290Z | Downloaded blake2 v0.10.6 |
| 561 | 2026-09-04T03:15:43.290Z | Downloaded log v0.4.33 |
| 562 | 2026-09-04T03:15:43.290Z | Downloaded atomicwrites v0.4.4 |
| 563 | 2026-09-04T03:15:43.290Z | Downloaded indent_write v2.2.0 |
| 564 | 2026-09-04T03:15:43.290Z | Downloaded instant v0.1.13 |
| 565 | 2026-09-04T03:15:43.290Z | Downloaded multer v3.1.0 |
| 566 | 2026-09-04T03:15:43.290Z | Downloaded cpufeatures v0.3.0 |
| 567 | 2026-09-04T03:15:43.290Z | Downloaded ingot-macros v0.2.0 |
| 568 | 2026-09-04T03:15:43.290Z | Downloaded crunchy v0.2.4 |
| 569 | 2026-09-04T03:15:43.290Z | Downloaded crypto-common v0.2.2 |
| 570 | 2026-09-04T03:15:43.290Z | Downloaded internet-checksum v0.2.1 |
| 571 | 2026-09-04T03:15:43.290Z | Downloaded clap_lex v1.1.0 |
| 572 | 2026-09-04T03:15:43.290Z | Downloaded lazy_static v1.5.0 |
| 573 | 2026-09-04T03:15:43.291Z | Downloaded cobs v0.3.0 |
| 574 | 2026-09-04T03:15:43.291Z | Downloaded const-random v0.1.18 |
| 575 | 2026-09-04T03:15:43.291Z | Downloaded icu_properties v2.2.0 |
| 576 | 2026-09-04T03:15:43.291Z | Downloaded indicatif v0.18.6 |
| 577 | 2026-09-04T03:15:43.291Z | Downloaded inout v0.1.4 |
| 578 | 2026-09-04T03:15:43.291Z | Downloaded ingot-types v0.2.0 |
| 579 | 2026-09-04T03:15:43.291Z | Downloaded ipnetwork v0.21.1 |
| 580 | 2026-09-04T03:15:43.291Z | Downloaded byte-wrapper v0.1.0 |
| 581 | 2026-09-04T03:15:43.291Z | Downloaded daft v0.1.8 |
| 582 | 2026-09-04T03:15:43.291Z | Downloaded bytes v1.12.1 |
| 583 | 2026-09-04T03:15:43.291Z | Downloaded crc8 v0.1.1 |
| 584 | 2026-09-04T03:15:43.291Z | Downloaded ciborium-ll v0.2.2 |
| 585 | 2026-09-04T03:15:43.292Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 586 | 2026-09-04T03:15:43.292Z | Downloaded compression-core v0.4.32 |
| 587 | 2026-09-04T03:15:43.292Z | Downloaded is-terminal v0.4.17 |
| 588 | 2026-09-04T03:15:43.292Z | Downloaded aead v0.5.2 |
| 589 | 2026-09-04T03:15:43.292Z | Downloaded cfg-if v1.0.4 |
| 590 | 2026-09-04T03:15:43.292Z | Downloaded convert_case v0.4.0 |
| 591 | 2026-09-04T03:15:43.292Z | Downloaded crucible-workspace-hack v0.1.0 |
| 592 | 2026-09-04T03:15:43.292Z | Downloaded crypto-common v0.1.7 |
| 593 | 2026-09-04T03:15:43.292Z | Downloaded colorchoice v1.0.5 |
| 594 | 2026-09-04T03:15:43.292Z | Downloaded cipher v0.4.4 |
| 595 | 2026-09-04T03:15:43.292Z | Downloaded hubpack_derive v0.1.1 |
| 596 | 2026-09-04T03:15:43.292Z | Downloaded serde_repr v0.1.21 |
| 597 | 2026-09-04T03:15:43.292Z | Downloaded daft-derive v0.1.8 |
| 598 | 2026-09-04T03:15:43.349Z | Downloaded is_terminal_polyfill v1.70.2 |
| 599 | 2026-09-04T03:15:43.349Z | Downloaded jiff-static v0.2.35 |
| 600 | 2026-09-04T03:15:43.349Z | Downloaded memoffset v0.9.1 |
| 601 | 2026-09-04T03:15:43.349Z | Downloaded crossbeam-deque v0.8.7 |
| 602 | 2026-09-04T03:15:43.349Z | Downloaded indexmap v1.9.3 |
| 603 | 2026-09-04T03:15:43.349Z | Downloaded ingot v0.1.1 |
| 604 | 2026-09-04T03:15:43.349Z | Downloaded anstyle-query v1.1.5 |
| 605 | 2026-09-04T03:15:43.349Z | Downloaded base16ct v0.2.0 |
| 606 | 2026-09-04T03:15:43.349Z | Downloaded block-buffer v0.10.4 |
| 607 | 2026-09-04T03:15:43.349Z | Downloaded slog-bunyan v2.5.0 |
| 608 | 2026-09-04T03:15:43.351Z | Downloaded stable_deref_trait v1.2.1 |
| 609 | 2026-09-04T03:15:43.351Z | Downloaded async-stream-impl v0.3.6 |
| 610 | 2026-09-04T03:15:43.351Z | Downloaded cpufeatures v0.2.17 |
| 611 | 2026-09-04T03:15:43.351Z | Downloaded idna_adapter v1.2.2 |
| 612 | 2026-09-04T03:15:43.351Z | Downloaded backoff v0.4.0 |
| 613 | 2026-09-04T03:15:43.351Z | Downloaded bit-set v0.8.0 |
| 614 | 2026-09-04T03:15:43.351Z | Downloaded rustls-pemfile v2.2.0 |
| 615 | 2026-09-04T03:15:43.351Z | Downloaded serde_derive_internals v0.29.1 |
| 616 | 2026-09-04T03:15:43.351Z | Downloaded is_ci v1.2.0 |
| 617 | 2026-09-04T03:15:43.351Z | Downloaded rustversion v1.0.23 |
| 618 | 2026-09-04T03:15:43.351Z | Downloaded colored v3.1.1 |
| 619 | 2026-09-04T03:15:43.351Z | Downloaded crc32fast v1.5.0 |
| 620 | 2026-09-04T03:15:43.352Z | Downloaded ciborium v0.2.2 |
| 621 | 2026-09-04T03:15:43.352Z | Downloaded console v0.16.4 |
| 622 | 2026-09-04T03:15:43.352Z | Downloaded anstream v1.0.0 |
| 623 | 2026-09-04T03:15:43.352Z | Downloaded num-iter v0.1.46 |
| 624 | 2026-09-04T03:15:43.352Z | Downloaded anstyle v1.0.14 |
| 625 | 2026-09-04T03:15:43.352Z | Downloaded serde_tokenstream v0.3.0 |
| 626 | 2026-09-04T03:15:43.352Z | Downloaded newtype-uuid-macros v0.1.1 |
| 627 | 2026-09-04T03:15:43.352Z | Downloaded num v0.4.3 |
| 628 | 2026-09-04T03:15:43.352Z | Downloaded clap_derive v4.6.4 |
| 629 | 2026-09-04T03:15:43.352Z | Downloaded darling v0.23.0 |
| 630 | 2026-09-04T03:15:43.352Z | Downloaded konst_macro_rules v0.2.19 |
| 631 | 2026-09-04T03:15:43.352Z | Downloaded const-random-macro v0.1.16 |
| 632 | 2026-09-04T03:15:43.352Z | Downloaded termtree v0.5.1 |
| 633 | 2026-09-04T03:15:43.352Z | Downloaded hyper-rustls v0.27.9 |
| 634 | 2026-09-04T03:15:43.352Z | Downloaded tabled_derive v0.7.0 |
| 635 | 2026-09-04T03:15:43.352Z | Downloaded cstr-argument v0.1.2 |
| 636 | 2026-09-04T03:15:43.353Z | Downloaded num-complex v0.4.6 |
| 637 | 2026-09-04T03:15:43.353Z | Downloaded strum v0.27.2 |
| 638 | 2026-09-04T03:15:43.353Z | Downloaded bs58 v0.5.1 |
| 639 | 2026-09-04T03:15:43.353Z | Downloaded bytecount v0.6.9 |
| 640 | 2026-09-04T03:15:43.353Z | Downloaded hubpack v0.1.2 |
| 641 | 2026-09-04T03:15:43.353Z | Downloaded newtype_derive v0.1.6 |
| 642 | 2026-09-04T03:15:43.353Z | Downloaded autocfg v1.5.1 |
| 643 | 2026-09-04T03:15:43.353Z | Downloaded csv-core v0.1.13 |
| 644 | 2026-09-04T03:15:43.353Z | Downloaded camino v1.2.5 |
| 645 | 2026-09-04T03:15:43.353Z | Downloaded simd-adler32 v0.3.10 |
| 646 | 2026-09-04T03:15:43.353Z | Downloaded memmap v0.7.0 |
| 647 | 2026-09-04T03:15:43.353Z | Downloaded newline-converter v0.3.0 |
| 648 | 2026-09-04T03:15:43.353Z | Downloaded num_threads v0.1.7 |
| 649 | 2026-09-04T03:15:43.353Z | Downloaded tower-layer v0.3.3 |
| 650 | 2026-09-04T03:15:43.418Z | Downloaded usdt-macro v0.5.0 |
| 651 | 2026-09-04T03:15:43.418Z | Downloaded no-std-compat v0.4.1 |
| 652 | 2026-09-04T03:15:43.418Z | Downloaded critical-section v1.2.0 |
| 653 | 2026-09-04T03:15:43.418Z | Downloaded const_format_proc_macros v0.2.34 |
| 654 | 2026-09-04T03:15:43.418Z | Downloaded slog-dtrace v0.3.0 |
| 655 | 2026-09-04T03:15:43.418Z | Downloaded supports-color v3.0.2 |
| 656 | 2026-09-04T03:15:43.418Z | Downloaded version_check v0.9.5 |
| 657 | 2026-09-04T03:15:43.418Z | Downloaded num-derive v0.4.2 |
| 658 | 2026-09-04T03:15:43.418Z | Downloaded omicron-workspace-hack v0.1.0 |
| 659 | 2026-09-04T03:15:43.418Z | Downloaded ingot-macros v0.1.1 |
| 660 | 2026-09-04T03:15:43.418Z | Downloaded thread-id v4.2.2 |
| 661 | 2026-09-04T03:15:43.418Z | Downloaded unit-prefix v0.5.2 |
| 662 | 2026-09-04T03:15:43.418Z | Downloaded dof v0.4.0 |
| 663 | 2026-09-04T03:15:43.418Z | Downloaded humantime v2.4.0 |
| 664 | 2026-09-04T03:15:43.418Z | Downloaded jobserver v0.1.35 |
| 665 | 2026-09-04T03:15:43.418Z | Downloaded hybrid-array v0.4.14 |
| 666 | 2026-09-04T03:15:43.418Z | Downloaded dof v0.3.0 |
| 667 | 2026-09-04T03:15:43.419Z | Downloaded dunce v1.0.5 |
| 668 | 2026-09-04T03:15:43.419Z | Downloaded foreign-types-macros v0.2.4 |
| 669 | 2026-09-04T03:15:43.419Z | Downloaded time-core v0.1.9 |
| 670 | 2026-09-04T03:15:43.419Z | Downloaded typeid v1.0.3 |
| 671 | 2026-09-04T03:15:43.419Z | Downloaded enum-as-inner v0.6.1 |
| 672 | 2026-09-04T03:15:43.419Z | Downloaded foreign-types v0.5.0 |
| 673 | 2026-09-04T03:15:43.419Z | Downloaded futures-macro v0.3.34 |
| 674 | 2026-09-04T03:15:43.419Z | Downloaded indexmap v2.14.0 |
| 675 | 2026-09-04T03:15:43.419Z | Downloaded lru-slab v0.1.2 |
| 676 | 2026-09-04T03:15:43.419Z | Downloaded typify-macro v0.4.3 |
| 677 | 2026-09-04T03:15:43.419Z | Downloaded match_cfg v0.1.0 |
| 678 | 2026-09-04T03:15:43.419Z | Downloaded libscf-sys v1.2.0 |
| 679 | 2026-09-04T03:15:43.419Z | Downloaded macaddr v1.0.1 |
| 680 | 2026-09-04T03:15:43.419Z | Downloaded managed v0.8.0 |
| 681 | 2026-09-04T03:15:43.419Z | Downloaded smartstring v1.0.1 |
| 682 | 2026-09-04T03:15:43.419Z | Downloaded cargo_toml v0.22.3 |
| 683 | 2026-09-04T03:15:43.419Z | Downloaded try-lock v0.2.5 |
| 684 | 2026-09-04T03:15:43.419Z | Downloaded want v0.3.1 |
| 685 | 2026-09-04T03:15:43.419Z | Downloaded const-oid v0.10.2 |
| 686 | 2026-09-04T03:15:43.419Z | Downloaded tinyvec_macros v0.1.1 |
| 687 | 2026-09-04T03:15:43.419Z | Downloaded cmake v0.1.58 |
| 688 | 2026-09-04T03:15:43.419Z | Downloaded fxhash v0.2.1 |
| 689 | 2026-09-04T03:15:43.420Z | Downloaded compression-codecs v0.4.38 |
| 690 | 2026-09-04T03:15:43.420Z | Downloaded darling_macro v0.21.3 |
| 691 | 2026-09-04T03:15:43.420Z | Downloaded usdt-attr-macro v0.5.0 |
| 692 | 2026-09-04T03:15:43.420Z | Downloaded foreign-types-shared v0.1.1 |
| 693 | 2026-09-04T03:15:43.420Z | Downloaded untrusted v0.9.0 |
| 694 | 2026-09-04T03:15:43.420Z | Downloaded utf8parse v0.2.2 |
| 695 | 2026-09-04T03:15:43.420Z | Downloaded num-rational v0.4.2 |
| 696 | 2026-09-04T03:15:43.420Z | Downloaded ingot v0.2.1 |
| 697 | 2026-09-04T03:15:43.420Z | Downloaded darling v0.21.3 |
| 698 | 2026-09-04T03:15:43.420Z | Downloaded ingot-types v0.1.2 |
| 699 | 2026-09-04T03:15:43.420Z | Downloaded libsw-core v0.3.2 |
| 700 | 2026-09-04T03:15:43.420Z | Downloaded defmt-parser v1.0.0 |
| 701 | 2026-09-04T03:15:43.420Z | Downloaded lru-cache v0.1.2 |
| 702 | 2026-09-04T03:15:43.420Z | Downloaded openssl-macros v0.1.1 |
| 703 | 2026-09-04T03:15:43.420Z | Downloaded linear-map v1.2.0 |
| 704 | 2026-09-04T03:15:43.420Z | Downloaded num-integer v0.1.47 |
| 705 | 2026-09-04T03:15:43.420Z | Downloaded slab v0.4.12 |
| 706 | 2026-09-04T03:15:43.420Z | Downloaded scroll v0.13.0 |
| 707 | 2026-09-04T03:15:43.453Z | Downloaded deranged v0.5.8 |
| 708 | 2026-09-04T03:15:43.453Z | Downloaded dtrace-parser v0.3.0 |
| 709 | 2026-09-04T03:15:43.453Z | Downloaded hostname v0.4.2 |
| 710 | 2026-09-04T03:15:43.453Z | Downloaded plain v0.2.3 |
| 711 | 2026-09-04T03:15:43.453Z | Downloaded ipnet v2.12.1 |
| 712 | 2026-09-04T03:15:43.453Z | Downloaded num_enum v0.5.11 |
| 713 | 2026-09-04T03:15:43.453Z | Downloaded serde_with_macros v3.22.0 |
| 714 | 2026-09-04T03:15:43.453Z | Downloaded lock_api v0.4.14 |
| 715 | 2026-09-04T03:15:43.453Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 716 | 2026-09-04T03:15:43.453Z | Downloaded natord v1.0.9 |
| 717 | 2026-09-04T03:15:43.453Z | Downloaded newtype-uuid v1.4.0 |
| 718 | 2026-09-04T03:15:43.453Z | Downloaded num_enum v0.7.6 |
| 719 | 2026-09-04T03:15:43.453Z | Downloaded libsw v3.5.0 |
| 720 | 2026-09-04T03:15:43.453Z | Downloaded pretty-hex v0.4.2 |
| 721 | 2026-09-04T03:15:43.453Z | Downloaded icu_provider v2.2.0 |
| 722 | 2026-09-04T03:15:43.453Z | Downloaded scroll_derive v0.13.1 |
| 723 | 2026-09-04T03:15:43.453Z | Downloaded cookie v0.18.2 |
| 724 | 2026-09-04T03:15:43.453Z | Downloaded crossbeam-utils v0.8.22 |
| 725 | 2026-09-04T03:15:43.453Z | Downloaded rand_xorshift v0.4.0 |
| 726 | 2026-09-04T03:15:43.453Z | Downloaded ref-cast-impl v1.0.26 |
| 727 | 2026-09-04T03:15:43.453Z | Downloaded progenitor-client v0.14.0 |
| 728 | 2026-09-04T03:15:43.453Z | Downloaded scopeguard v1.2.0 |
| 729 | 2026-09-04T03:15:43.453Z | Downloaded progenitor-macro v0.10.0 |
| 730 | 2026-09-04T03:15:43.453Z | Downloaded serde_plain v1.0.2 |
| 731 | 2026-09-04T03:15:43.453Z | Downloaded glob v0.3.4 |
| 732 | 2026-09-04T03:15:43.453Z | Downloaded fastrand v2.5.0 |
| 733 | 2026-09-04T03:15:43.453Z | Downloaded num-conv v0.2.2 |
| 734 | 2026-09-04T03:15:43.453Z | Downloaded num_enum_derive v0.7.6 |
| 735 | 2026-09-04T03:15:43.453Z | Downloaded thiserror-impl v2.0.20 |
| 736 | 2026-09-04T03:15:43.453Z | Downloaded writeable v0.6.3 |
| 737 | 2026-09-04T03:15:43.453Z | Downloaded serde_spanned v0.6.9 |
| 738 | 2026-09-04T03:15:43.454Z | Downloaded zerovec-derive v0.11.3 |
| 739 | 2026-09-04T03:15:43.454Z | Downloaded sha1 v0.11.0 |
| 740 | 2026-09-04T03:15:43.454Z | Downloaded thread-id v5.1.0 |
| 741 | 2026-09-04T03:15:43.454Z | Downloaded toml_datetime v0.6.11 |
| 742 | 2026-09-04T03:15:43.454Z | Downloaded chacha20poly1305 v0.10.1 |
| 743 | 2026-09-04T03:15:43.454Z | Downloaded group v0.13.0 |
| 744 | 2026-09-04T03:15:43.454Z | Downloaded xz2 v0.1.7 |
| 745 | 2026-09-04T03:15:43.454Z | Downloaded memmap2 v0.9.11 |
| 746 | 2026-09-04T03:15:43.454Z | Downloaded highway v1.3.0 |
| 747 | 2026-09-04T03:15:43.454Z | Downloaded tokio-rustls v0.26.4 |
| 748 | 2026-09-04T03:15:43.454Z | Downloaded parking_lot_core v0.8.6 |
| 749 | 2026-09-04T03:15:43.454Z | Downloaded strum v0.26.3 |
| 750 | 2026-09-04T03:15:43.454Z | Downloaded universal-hash v0.5.1 |
| 751 | 2026-09-04T03:15:43.454Z | Downloaded debug-ignore v1.0.5 |
| 752 | 2026-09-04T03:15:43.454Z | Downloaded take_mut v0.2.2 |
| 753 | 2026-09-04T03:15:43.454Z | Downloaded testing_table v0.3.0 |
| 754 | 2026-09-04T03:15:43.454Z | Downloaded tower-service v0.3.3 |
| 755 | 2026-09-04T03:15:43.454Z | Downloaded schemars v0.9.0 |
| 756 | 2026-09-04T03:15:43.891Z | Downloaded ff v0.13.1 |
| 757 | 2026-09-04T03:15:43.891Z | Downloaded clap v4.6.6 |
| 758 | 2026-09-04T03:15:43.891Z | Downloaded base64 v0.22.1 |
| 759 | 2026-09-04T03:15:43.891Z | Downloaded crypto-bigint v0.5.5 |
| 760 | 2026-09-04T03:15:43.891Z | Downloaded spin v0.9.9 |
| 761 | 2026-09-04T03:15:43.891Z | Downloaded proc-macro-error v1.0.4 |
| 762 | 2026-09-04T03:15:43.891Z | Downloaded gethostname v0.5.0 |
| 763 | 2026-09-04T03:15:43.891Z | Downloaded litemap v0.8.2 |
| 764 | 2026-09-04T03:15:43.891Z | Downloaded thread_local v1.1.10 |
| 765 | 2026-09-04T03:15:43.891Z | Downloaded schemars v0.8.22 |
| 766 | 2026-09-04T03:15:43.891Z | Downloaded signal-hook-registry v1.4.8 |
| 767 | 2026-09-04T03:15:43.891Z | Downloaded errno v0.3.14 |
| 768 | 2026-09-04T03:15:43.891Z | Downloaded embedded-io v0.4.0 |
| 769 | 2026-09-04T03:15:43.891Z | Downloaded phf_shared v0.12.1 |
| 770 | 2026-09-04T03:15:43.892Z | Downloaded const_format v0.2.36 |
| 771 | 2026-09-04T03:15:43.923Z | Downloaded parking_lot_core v0.9.12 |
| 772 | 2026-09-04T03:15:43.923Z | Downloaded form_urlencoded v1.2.2 |
| 773 | 2026-09-04T03:15:43.923Z | Downloaded rand_core v0.6.4 |
| 774 | 2026-09-04T03:15:43.923Z | Downloaded proc-macro-crate v1.3.1 |
| 775 | 2026-09-04T03:15:43.923Z | Downloaded progenitor v0.13.0 |
| 776 | 2026-09-04T03:15:43.923Z | Downloaded sha1 v0.10.7 |
| 777 | 2026-09-04T03:15:43.923Z | Downloaded rustc_version v0.4.1 |
| 778 | 2026-09-04T03:15:43.923Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 779 | 2026-09-04T03:15:43.923Z | Downloaded hash32 v0.3.1 |
| 780 | 2026-09-04T03:15:43.923Z | Downloaded quinn-udp v0.5.15 |
| 781 | 2026-09-04T03:15:43.923Z | Downloaded digest v0.11.3 |
| 782 | 2026-09-04T03:15:43.923Z | Downloaded serde v1.0.229 |
| 783 | 2026-09-04T03:15:43.923Z | Downloaded swrite v0.1.0 |
| 784 | 2026-09-04T03:15:43.923Z | Downloaded poly1305 v0.8.0 |
| 785 | 2026-09-04T03:15:43.923Z | Downloaded arc-swap v1.9.2 |
| 786 | 2026-09-04T03:15:43.923Z | Downloaded digest v0.10.7 |
| 787 | 2026-09-04T03:15:43.923Z | Downloaded usdt-impl v0.5.0 |
| 788 | 2026-09-04T03:15:43.923Z | Downloaded http-body-util v0.1.5 |
| 789 | 2026-09-04T03:15:43.923Z | Downloaded oxide-tokio-rt v0.1.6 |
| 790 | 2026-09-04T03:15:43.923Z | Downloaded password-hash v0.5.0 |
| 791 | 2026-09-04T03:15:43.923Z | Downloaded data-encoding v2.11.1 |
| 792 | 2026-09-04T03:15:43.923Z | Downloaded git-stub-vcs v0.1.0 |
| 793 | 2026-09-04T03:15:43.923Z | Downloaded progenitor v0.10.0 |
| 794 | 2026-09-04T03:15:43.923Z | Downloaded utf8_iter v1.0.4 |
| 795 | 2026-09-04T03:15:43.923Z | Downloaded dyn-clone v1.0.20 |
| 796 | 2026-09-04T03:15:43.923Z | Downloaded usdt v0.5.0 |
| 797 | 2026-09-04T03:15:43.923Z | Downloaded ref-cast v1.0.26 |
| 798 | 2026-09-04T03:15:43.923Z | Downloaded displaydoc v0.2.7 |
| 799 | 2026-09-04T03:15:43.923Z | Downloaded slog-envlogger v2.2.0 |
| 800 | 2026-09-04T03:15:43.924Z | Downloaded snafu v0.8.9 |
| 801 | 2026-09-04T03:15:43.924Z | Downloaded pest_derive v2.8.8 |
| 802 | 2026-09-04T03:15:43.924Z | Downloaded iana-time-zone v0.1.65 |
| 803 | 2026-09-04T03:15:43.924Z | Downloaded resolv-conf v0.7.6 |
| 804 | 2026-09-04T03:15:43.924Z | Downloaded rand_core v0.10.1 |
| 805 | 2026-09-04T03:15:43.924Z | Downloaded tinystr v0.8.3 |
| 806 | 2026-09-04T03:15:43.924Z | Downloaded num-traits v0.2.19 |
| 807 | 2026-09-04T03:15:43.924Z | Downloaded unarray v0.1.4 |
| 808 | 2026-09-04T03:15:43.924Z | Downloaded base64 v0.21.7 |
| 809 | 2026-09-04T03:15:43.924Z | Downloaded rusty-fork v0.3.1 |
| 810 | 2026-09-04T03:15:43.924Z | Downloaded toml v0.8.23 |
| 811 | 2026-09-04T03:15:43.924Z | Downloaded zerofrom-derive v0.1.7 |
| 812 | 2026-09-04T03:15:43.924Z | Downloaded defmt v0.3.100 |
| 813 | 2026-09-04T03:15:43.924Z | Downloaded rand_pcg v0.10.2 |
| 814 | 2026-09-04T03:15:43.924Z | Downloaded crossbeam-channel v0.5.16 |
| 815 | 2026-09-04T03:15:43.924Z | Downloaded tokio-dtrace v0.1.1 |
| 816 | 2026-09-04T03:15:43.924Z | Downloaded zerocopy-derive v0.7.35 |
| 817 | 2026-09-04T03:15:43.924Z | Downloaded vsss-rs v3.3.4 |
| 818 | 2026-09-04T03:15:43.924Z | Downloaded fnv v1.0.7 |
| 819 | 2026-09-04T03:15:43.924Z | Downloaded erased-serde v0.3.31 |
| 820 | 2026-09-04T03:15:43.924Z | Downloaded fs-err v3.3.1 |
| 821 | 2026-09-04T03:15:43.924Z | Downloaded heck v0.4.1 |
| 822 | 2026-09-04T03:15:43.924Z | Downloaded fs_extra v1.3.0 |
| 823 | 2026-09-04T03:15:43.924Z | Downloaded rand_chacha v0.3.1 |
| 824 | 2026-09-04T03:15:43.924Z | Downloaded futures-sink v0.3.34 |
| 825 | 2026-09-04T03:15:43.924Z | Downloaded opaque-debug v0.3.1 |
| 826 | 2026-09-04T03:15:43.924Z | Downloaded pin-project-internal v1.1.13 |
| 827 | 2026-09-04T03:15:43.924Z | Downloaded progenitor-client v0.13.0 |
| 828 | 2026-09-04T03:15:43.924Z | Downloaded nom v8.0.0 |
| 829 | 2026-09-04T03:15:43.924Z | Downloaded cc v1.4.2 |
| 830 | 2026-09-04T03:15:43.924Z | Downloaded httparse v1.10.1 |
| 831 | 2026-09-04T03:15:43.924Z | Downloaded slog v2.8.2 |
| 832 | 2026-09-04T03:15:43.924Z | Downloaded icu_normalizer v2.2.0 |
| 833 | 2026-09-04T03:15:43.925Z | Downloaded progenitor-macro v0.13.0 |
| 834 | 2026-09-04T03:15:43.925Z | Downloaded phf v0.12.1 |
| 835 | 2026-09-04T03:15:43.925Z | Downloaded progenitor-extras v0.2.0 |
| 836 | 2026-09-04T03:15:43.925Z | Downloaded siphasher v1.0.3 |
| 837 | 2026-09-04T03:15:43.925Z | Downloaded unicode-xid v0.2.6 |
| 838 | 2026-09-04T03:15:43.925Z | Downloaded typify-macro v0.6.2 |
| 839 | 2026-09-04T03:15:43.925Z | Downloaded tokio-tungstenite v0.21.0 |
| 840 | 2026-09-04T03:15:43.925Z | Downloaded konst v0.2.20 |
| 841 | 2026-09-04T03:15:43.925Z | Downloaded test-strategy v0.4.5 |
| 842 | 2026-09-04T03:15:43.925Z | Downloaded smawk v0.3.3 |
| 843 | 2026-09-04T03:15:43.925Z | Downloaded smallvec v1.15.2 |
| 844 | 2026-09-04T03:15:43.925Z | Downloaded scroll v0.12.0 |
| 845 | 2026-09-04T03:15:43.925Z | Downloaded waitgroup v0.1.2 |
| 846 | 2026-09-04T03:15:43.925Z | Downloaded serde_tokenstream v0.2.3 |
| 847 | 2026-09-04T03:15:43.925Z | Downloaded sha2 v0.10.9 |
| 848 | 2026-09-04T03:15:43.925Z | Downloaded thiserror v2.0.20 |
| 849 | 2026-09-04T03:15:43.925Z | Downloaded either v1.17.0 |
| 850 | 2026-09-04T03:15:43.925Z | Downloaded pin-project-lite v0.2.17 |
| 851 | 2026-09-04T03:15:43.925Z | Downloaded getrandom v0.3.4 |
| 852 | 2026-09-04T03:15:43.925Z | Downloaded strum_macros v0.26.4 |
| 853 | 2026-09-04T03:15:43.925Z | Downloaded tiny-keccak v2.0.2 |
| 854 | 2026-09-04T03:15:43.925Z | Downloaded miniz_oxide v0.8.9 |
| 855 | 2026-09-04T03:15:43.925Z | Downloaded httpdate v1.0.3 |
| 856 | 2026-09-04T03:15:43.925Z | Downloaded semver v0.1.20 |
| 857 | 2026-09-04T03:15:43.925Z | Downloaded slog-stdlog v4.1.1 |
| 858 | 2026-09-04T03:15:43.925Z | Downloaded utf-8 v0.7.6 |
| 859 | 2026-09-04T03:15:43.925Z | Downloaded smf v0.2.3 |
| 860 | 2026-09-04T03:15:43.925Z | Downloaded yoke v0.8.3 |
| 861 | 2026-09-04T03:15:43.925Z | Downloaded progenitor-impl v0.14.0 |
| 862 | 2026-09-04T03:15:43.925Z | Downloaded thiserror-impl v1.0.69 |
| 863 | 2026-09-04T03:15:43.925Z | Downloaded foldhash v0.1.5 |
| 864 | 2026-09-04T03:15:43.925Z | Downloaded progenitor v0.14.0 |
| 865 | 2026-09-04T03:15:43.925Z | Downloaded term v1.2.1 |
| 866 | 2026-09-04T03:15:43.925Z | Downloaded git-stub v1.0.0 |
| 867 | 2026-09-04T03:15:43.925Z | Downloaded zmij v1.0.23 |
| 868 | 2026-09-04T03:15:43.925Z | Downloaded walkdir v2.5.0 |
| 869 | 2026-09-04T03:15:43.925Z | Downloaded foldhash v0.2.0 |
| 870 | 2026-09-04T03:15:43.925Z | Downloaded parking_lot v0.11.2 |
| 871 | 2026-09-04T03:15:43.951Z | Downloaded pin-project v1.1.13 |
| 872 | 2026-09-04T03:15:43.951Z | Downloaded tracing-core v0.1.36 |
| 873 | 2026-09-04T03:15:43.951Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 874 | 2026-09-04T03:15:43.951Z | Downloaded scroll_derive v0.12.1 |
| 875 | 2026-09-04T03:15:43.951Z | Downloaded oxnet v0.1.7 |
| 876 | 2026-09-04T03:15:43.951Z | Downloaded usdt-macro v0.6.0 |
| 877 | 2026-09-04T03:15:43.951Z | Downloaded expectorate v1.3.0 |
| 878 | 2026-09-04T03:15:43.951Z | Downloaded float-ord v0.3.2 |
| 879 | 2026-09-04T03:15:43.951Z | Downloaded darling_core v0.23.0 |
| 880 | 2026-09-04T03:15:43.951Z | Downloaded find-msvc-tools v0.1.10 |
| 881 | 2026-09-04T03:15:43.951Z | Downloaded defmt-macros v1.1.1 |
| 882 | 2026-09-04T03:15:43.951Z | Downloaded getrandom v0.2.17 |
| 883 | 2026-09-04T03:15:43.951Z | Downloaded minimal-lexical v0.2.1 |
| 884 | 2026-09-04T03:15:43.951Z | Downloaded whoami v1.6.1 |
| 885 | 2026-09-04T03:15:43.951Z | Downloaded futures-core v0.3.34 |
| 886 | 2026-09-04T03:15:43.951Z | Downloaded tabwriter v1.4.1 |
| 887 | 2026-09-04T03:15:43.951Z | Downloaded futures-task v0.3.34 |
| 888 | 2026-09-04T03:15:43.951Z | Downloaded generic-array v0.14.7 |
| 889 | 2026-09-04T03:15:43.951Z | Downloaded slog-term v2.9.2 |
| 890 | 2026-09-04T03:15:43.952Z | Downloaded typify v0.4.3 |
| 891 | 2026-09-04T03:15:43.952Z | Downloaded unicode-ident v1.0.24 |
| 892 | 2026-09-04T03:15:43.952Z | Downloaded elliptic-curve v0.13.8 |
| 893 | 2026-09-04T03:15:43.952Z | Downloaded darling_macro v0.23.0 |
| 894 | 2026-09-04T03:15:43.952Z | Downloaded unsafe-libyaml v0.2.11 |
| 895 | 2026-09-04T03:15:43.952Z | Downloaded serde_derive v1.0.229 |
| 896 | 2026-09-04T03:15:43.952Z | Downloaded darling_core v0.21.3 |
| 897 | 2026-09-04T03:15:43.952Z | Downloaded slog-json v2.6.1 |
| 898 | 2026-09-04T03:15:43.952Z | Downloaded static_assertions v1.1.0 |
| 899 | 2026-09-04T03:15:43.952Z | Downloaded progenitor-client v0.10.0 |
| 900 | 2026-09-04T03:15:43.952Z | Downloaded usdt-attr-macro v0.6.0 |
| 901 | 2026-09-04T03:15:43.952Z | Downloaded yoke-derive v0.8.2 |
| 902 | 2026-09-04T03:15:43.952Z | Downloaded tokio-macros v2.7.2 |
| 903 | 2026-09-04T03:15:43.952Z | Downloaded icu_collections v2.2.0 |
| 904 | 2026-09-04T03:15:43.952Z | Downloaded tokio-stream v0.1.19 |
| 905 | 2026-09-04T03:15:43.952Z | Downloaded shlex v2.0.1 |
| 906 | 2026-09-04T03:15:43.952Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 907 | 2026-09-04T03:15:43.952Z | Downloaded aws-lc-rs v1.18.0 |
| 908 | 2026-09-04T03:15:43.952Z | Downloaded toml_write v0.1.2 |
| 909 | 2026-09-04T03:15:43.952Z | Downloaded openssl-probe v0.2.1 |
| 910 | 2026-09-04T03:15:43.952Z | Downloaded same-file v1.0.6 |
| 911 | 2026-09-04T03:15:43.952Z | Downloaded rustls-pki-types v1.15.1 |
| 912 | 2026-09-04T03:15:43.952Z | Downloaded defmt v1.1.1 |
| 913 | 2026-09-04T03:15:43.952Z | Downloaded futures-io v0.3.34 |
| 914 | 2026-09-04T03:15:43.952Z | Downloaded half v2.7.1 |
| 915 | 2026-09-04T03:15:43.953Z | Downloaded paste v1.0.15 |
| 916 | 2026-09-04T03:15:43.953Z | Downloaded pest_meta v2.8.8 |
| 917 | 2026-09-04T03:15:43.953Z | Downloaded derive-ex v0.1.8 |
| 918 | 2026-09-04T03:15:43.953Z | Downloaded futures-channel v0.3.34 |
| 919 | 2026-09-04T03:15:43.953Z | Downloaded parse-display v0.10.0 |
| 920 | 2026-09-04T03:15:43.953Z | Downloaded zeroize v1.9.0 |
| 921 | 2026-09-04T03:15:43.953Z | Downloaded postcard v1.1.3 |
| 922 | 2026-09-04T03:15:43.953Z | Downloaded quote v1.0.47 |
| 923 | 2026-09-04T03:15:43.953Z | Downloaded rhai_codegen v3.2.0 |
| 924 | 2026-09-04T03:15:43.953Z | Downloaded structmeta v0.3.0 |
| 925 | 2026-09-04T03:15:43.953Z | Downloaded terminal_size v0.4.4 |
| 926 | 2026-09-04T03:15:43.953Z | Downloaded quinn v0.11.11 |
| 927 | 2026-09-04T03:15:43.953Z | Downloaded rustls-webpki v0.103.14 |
| 928 | 2026-09-04T03:15:43.953Z | Downloaded structmeta-derive v0.3.0 |
| 929 | 2026-09-04T03:15:43.953Z | Downloaded zeroize_derive v1.5.0 |
| 930 | 2026-09-04T03:15:43.953Z | Downloaded equivalent v1.0.2 |
| 931 | 2026-09-04T03:15:43.953Z | Downloaded steno v0.4.1 |
| 932 | 2026-09-04T03:15:43.953Z | Downloaded embedded-io v0.6.1 |
| 933 | 2026-09-04T03:15:43.953Z | Downloaded proc-macro-crate v3.5.0 |
| 934 | 2026-09-04T03:15:43.953Z | Downloaded owo-colors v4.3.0 |
| 935 | 2026-09-04T03:15:43.953Z | Downloaded rand_chacha v0.9.0 |
| 936 | 2026-09-04T03:15:43.953Z | Downloaded icu_locale_core v2.2.0 |
| 937 | 2026-09-04T03:15:43.953Z | Downloaded ppv-lite86 v0.2.21 |
| 938 | 2026-09-04T03:15:43.954Z | Downloaded pkg-config v0.3.33 |
| 939 | 2026-09-04T03:15:43.954Z | Downloaded foreign-types-shared v0.3.1 |
| 940 | 2026-09-04T03:15:43.954Z | Downloaded dtrace-parser v0.2.0 |
| 941 | 2026-09-04T03:15:43.954Z | Downloaded hostname v0.3.1 |
| 942 | 2026-09-04T03:15:43.954Z | Downloaded usdt-impl v0.6.0 |
| 943 | 2026-09-04T03:15:43.954Z | Downloaded slog-scope v4.4.1 |
| 944 | 2026-09-04T03:15:43.954Z | Downloaded potential_utf v0.1.5 |
| 945 | 2026-09-04T03:15:43.954Z | Downloaded prettyplease v0.2.37 |
| 946 | 2026-09-04T03:15:43.954Z | Downloaded usdt v0.6.0 |
| 947 | 2026-09-04T03:15:43.954Z | Downloaded zerocopy-derive v0.8.56 |
| 948 | 2026-09-04T03:15:43.954Z | Downloaded serde_path_to_error v0.1.20 |
| 949 | 2026-09-04T03:15:43.954Z | Downloaded strum_macros v0.27.2 |
| 950 | 2026-09-04T03:15:43.955Z | Downloaded thiserror v1.0.69 |
| 951 | 2026-09-04T03:15:43.955Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 952 | 2026-09-04T03:15:43.955Z | Downloaded toml_edit v0.22.27 |
| 953 | 2026-09-04T03:15:43.955Z | Downloaded serde-big-array v0.5.1 |
| 954 | 2026-09-04T03:15:43.955Z | Downloaded mio v1.2.2 |
| 955 | 2026-09-04T03:15:43.955Z | Downloaded serde_core v1.0.229 |
| 956 | 2026-09-04T03:15:43.955Z | Downloaded parse-display-derive v0.10.0 |
| 957 | 2026-09-04T03:15:43.955Z | Downloaded rustls-platform-verifier v0.7.0 |
| 958 | 2026-09-04T03:15:43.955Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 959 | 2026-09-04T03:15:43.955Z | Downloaded zone_cfg_derive v0.3.1 |
| 960 | 2026-09-04T03:15:43.955Z | Downloaded tungstenite v0.21.0 |
| 961 | 2026-09-04T03:15:43.955Z | Downloaded proc-macro-error-attr v1.0.4 |
| 962 | 2026-09-04T03:15:43.955Z | Downloaded tempfile v3.27.0 |
| 963 | 2026-09-04T03:15:43.955Z | Downloaded textwrap v0.16.2 |
| 964 | 2026-09-04T03:15:43.955Z | Downloaded progenitor-impl v0.13.0 |
| 965 | 2026-09-04T03:15:43.955Z | Downloaded ryu v1.0.23 |
| 966 | 2026-09-04T03:15:43.955Z | Downloaded derive-where v1.6.1 |
| 967 | 2026-09-04T03:15:43.955Z | Downloaded progenitor-macro v0.14.0 |
| 968 | 2026-09-04T03:15:43.955Z | Downloaded fixedbitset v0.4.2 |
| 969 | 2026-09-04T03:15:43.955Z | Downloaded hmac v0.12.1 |
| 970 | 2026-09-04T03:15:43.955Z | Downloaded zone v0.3.1 |
| 971 | 2026-09-04T03:15:43.980Z | Downloaded serde_spanned v1.1.1 |
| 972 | 2026-09-04T03:15:43.980Z | Downloaded strsim v0.11.1 |
| 973 | 2026-09-04T03:15:43.980Z | Downloaded percent-encoding v2.3.2 |
| 974 | 2026-09-04T03:15:43.980Z | Downloaded rand_core v0.9.5 |
| 975 | 2026-09-04T03:15:43.980Z | Downloaded hickory-resolver v0.24.4 |
| 976 | 2026-09-04T03:15:43.980Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 977 | 2026-09-04T03:15:43.981Z | Downloaded memchr v2.8.3 |
| 978 | 2026-09-04T03:15:43.981Z | Downloaded tokio-util v0.7.19 |
| 979 | 2026-09-04T03:15:43.981Z | Downloaded unicode-linebreak v0.1.5 |
| 980 | 2026-09-04T03:15:43.981Z | Downloaded powerfmt v0.2.0 |
| 981 | 2026-09-04T03:15:43.981Z | Downloaded pest v2.8.8 |
| 982 | 2026-09-04T03:15:43.981Z | Downloaded heck v0.5.0 |
| 983 | 2026-09-04T03:15:43.981Z | Downloaded subtle v2.6.1 |
| 984 | 2026-09-04T03:15:43.981Z | Downloaded foreign-types v0.3.2 |
| 985 | 2026-09-04T03:15:43.981Z | Downloaded http-body v1.1.0 |
| 986 | 2026-09-04T03:15:43.981Z | Downloaded slog-async v2.8.0 |
| 987 | 2026-09-04T03:15:43.981Z | Downloaded zerotrie v0.2.4 |
| 988 | 2026-09-04T03:15:43.981Z | Downloaded papergrid v0.18.0 |
| 989 | 2026-09-04T03:15:43.981Z | Downloaded fixedbitset v0.5.7 |
| 990 | 2026-09-04T03:15:43.981Z | Downloaded heapless v0.8.0 |
| 991 | 2026-09-04T03:15:43.982Z | Downloaded zerofrom v0.1.8 |
| 992 | 2026-09-04T03:15:43.983Z | Downloaded spin v0.5.2 |
| 993 | 2026-09-04T03:15:43.983Z | Downloaded untrusted v0.7.1 |
| 994 | 2026-09-04T03:15:43.983Z | Downloaded rustc_version v0.1.7 |
| 995 | 2026-09-04T03:15:43.983Z | Downloaded sync_wrapper v1.0.2 |
| 996 | 2026-09-04T03:15:43.983Z | Downloaded hex v0.4.3 |
| 997 | 2026-09-04T03:15:43.983Z | Downloaded rustls-native-certs v0.8.4 |
| 998 | 2026-09-04T03:15:43.983Z | Downloaded futures-executor v0.3.34 |
| 999 | 2026-09-04T03:15:43.983Z | Downloaded typenum v1.20.1 |
| 1000 | 2026-09-04T03:15:43.983Z | Downloaded serde_urlencoded v0.7.1 |
| 1001 | 2026-09-04T03:15:43.983Z | Downloaded schemars_derive v0.8.22 |
| 1002 | 2026-09-04T03:15:43.983Z | Downloaded secrecy v0.10.3 |
| 1003 | 2026-09-04T03:15:43.983Z | Downloaded rustc-hash v2.1.3 |
| 1004 | 2026-09-04T03:15:43.983Z | Downloaded socket2 v0.6.5 |
| 1005 | 2026-09-04T03:15:43.983Z | Downloaded wait-timeout v0.2.1 |
| 1006 | 2026-09-04T03:15:43.983Z | Downloaded sigpipe v0.1.3 |
| 1007 | 2026-09-04T03:15:43.983Z | Downloaded tracing-attributes v0.1.31 |
| 1008 | 2026-09-04T03:15:43.983Z | Downloaded tinyvec v1.12.0 |
| 1009 | 2026-09-04T03:15:43.983Z | Downloaded tagptr v0.2.0 |
| 1010 | 2026-09-04T03:15:43.983Z | Downloaded quick-error v1.2.3 |
| 1011 | 2026-09-04T03:15:43.983Z | Downloaded pem v3.0.6 |
| 1012 | 2026-09-04T03:15:43.983Z | Downloaded similar v3.2.0 |
| 1013 | 2026-09-04T03:15:43.983Z | Downloaded tough v0.22.0 |
| 1014 | 2026-09-04T03:15:43.983Z | Downloaded thiserror-no-std v2.0.2 |
| 1015 | 2026-09-04T03:15:43.983Z | Downloaded aho-corasick v1.1.5 |
| 1016 | 2026-09-04T03:15:43.983Z | Downloaded flate2 v1.1.9 |
| 1017 | 2026-09-04T03:15:43.983Z | Downloaded progenitor-impl v0.10.0 |
| 1018 | 2026-09-04T03:15:43.983Z | Downloaded qorb v0.4.1 |
| 1019 | 2026-09-04T03:15:44.022Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1020 | 2026-09-04T03:15:44.022Z | Downloaded papergrid v0.11.0 |
| 1021 | 2026-09-04T03:15:44.023Z | Downloaded semver v1.0.28 |
| 1022 | 2026-09-04T03:15:44.023Z | Downloaded ucd-trie v0.1.7 |
| 1023 | 2026-09-04T03:15:44.023Z | Downloaded globset v0.4.20 |
| 1024 | 2026-09-04T03:15:44.023Z | Downloaded hyper-util v0.1.20 |
| 1025 | 2026-09-04T03:15:44.023Z | Downloaded thin-vec v0.2.19 |
| 1026 | 2026-09-04T03:15:44.024Z | Downloaded jiff-core v0.1.0 |
| 1027 | 2026-09-04T03:15:44.024Z | Downloaded port-file v0.1.0 |
| 1028 | 2026-09-04T03:15:44.024Z | Downloaded once_cell v1.21.4 |
| 1029 | 2026-09-04T03:15:44.024Z | Downloaded synstructure v0.13.2 |
| 1030 | 2026-09-04T03:15:44.024Z | Downloaded clap_builder v4.6.6 |
| 1031 | 2026-09-04T03:15:44.024Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1032 | 2026-09-04T03:15:44.049Z | Downloaded winnow v0.7.15 |
| 1033 | 2026-09-04T03:15:44.049Z | Downloaded hickory-resolver v0.25.2 |
| 1034 | 2026-09-04T03:15:44.049Z | Downloaded winnow v1.0.4 |
| 1035 | 2026-09-04T03:15:44.049Z | Downloaded parking_lot v0.12.5 |
| 1036 | 2026-09-04T03:15:44.049Z | Downloaded drift v0.2.0 |
| 1037 | 2026-09-04T03:15:44.049Z | Downloaded pest_generator v2.8.8 |
| 1038 | 2026-09-04T03:15:44.049Z | Downloaded http v1.5.0 |
| 1039 | 2026-09-04T03:15:44.049Z | Downloaded nom v7.1.3 |
| 1040 | 2026-09-04T03:15:44.049Z | Downloaded unicode-segmentation v1.13.3 |
| 1041 | 2026-09-04T03:15:44.092Z | Downloaded h2 v0.4.15 |
| 1042 | 2026-09-04T03:15:44.092Z | Downloaded rand v0.9.5 |
| 1043 | 2026-09-04T03:15:44.092Z | Downloaded idna v1.1.0 |
| 1044 | 2026-09-04T03:15:44.092Z | Downloaded similar v2.7.0 |
| 1045 | 2026-09-04T03:15:44.092Z | Downloaded derive_more v0.99.20 |
| 1046 | 2026-09-04T03:15:44.518Z | Downloaded hyper v1.11.0 |
| 1047 | 2026-09-04T03:15:44.518Z | Downloaded rand v0.10.2 |
| 1048 | 2026-09-04T03:15:44.518Z | Downloaded time-macros v0.2.32 |
| 1049 | 2026-09-04T03:15:44.518Z | Downloaded typed-path v0.9.3 |
| 1050 | 2026-09-04T03:15:44.518Z | Downloaded zerovec v0.11.6 |
| 1051 | 2026-09-04T03:15:44.518Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 1052 | 2026-09-04T03:15:44.518Z | Downloaded getrandom v0.4.3 |
| 1053 | 2026-09-04T03:15:44.518Z | Downloaded rayon-core v1.13.0 |
| 1054 | 2026-09-04T03:15:44.518Z | Downloaded schemars v1.2.2 |
| 1055 | 2026-09-04T03:15:44.518Z | Downloaded snafu-derive v0.8.9 |
| 1056 | 2026-09-04T03:15:44.518Z | Downloaded tower v0.5.3 |
| 1057 | 2026-09-04T03:15:44.518Z | Downloaded itertools v0.12.1 |
| 1058 | 2026-09-04T03:15:44.593Z | Downloaded tabled v0.21.0 |
| 1059 | 2026-09-04T03:15:44.593Z | Downloaded proc-macro2 v1.0.107 |
| 1060 | 2026-09-04T03:15:44.593Z | Downloaded tower-http v0.6.11 |
| 1061 | 2026-09-04T03:15:44.593Z | Downloaded itertools v0.14.0 |
| 1062 | 2026-09-04T03:15:44.593Z | Downloaded ron v0.12.2 |
| 1063 | 2026-09-04T03:15:44.593Z | Downloaded goblin v0.8.2 |
| 1064 | 2026-09-04T03:15:44.593Z | Downloaded url v2.5.8 |
| 1065 | 2026-09-04T03:15:44.593Z | Downloaded hashbrown v0.12.3 |
| 1066 | 2026-09-04T03:15:44.593Z | Downloaded toml_edit v0.19.15 |
| 1067 | 2026-09-04T03:15:44.593Z | Downloaded itertools v0.15.0 |
| 1068 | 2026-09-04T03:15:44.593Z | Downloaded chrono v0.4.45 |
| 1069 | 2026-09-04T03:15:44.593Z | Downloaded dropshot_endpoint v0.17.1 |
| 1070 | 2026-09-04T03:15:44.593Z | Downloaded openssl-sys v0.9.117 |
| 1071 | 2026-09-04T03:15:44.593Z | Downloaded futures v0.3.34 |
| 1072 | 2026-09-04T03:15:44.593Z | Downloaded hashbrown v0.16.1 |
| 1073 | 2026-09-04T03:15:44.593Z | Downloaded typify v0.6.2 |
| 1074 | 2026-09-04T03:15:44.593Z | Downloaded unicode-normalization v0.1.25 |
| 1075 | 2026-09-04T03:15:44.593Z | Downloaded uuid v1.26.0 |
| 1076 | 2026-09-04T03:15:44.593Z | Downloaded quinn-proto v0.11.16 |
| 1077 | 2026-09-04T03:15:44.593Z | Downloaded syn v1.0.109 |
| 1078 | 2026-09-04T03:15:44.593Z | Downloaded zerocopy v0.7.35 |
| 1079 | 2026-09-04T03:15:44.593Z | Downloaded hashbrown v0.15.5 |
| 1080 | 2026-09-04T03:15:44.593Z | Downloaded libm v0.2.16 |
| 1081 | 2026-09-04T03:15:44.593Z | Downloaded icu_properties_data v2.2.0 |
| 1082 | 2026-09-04T03:15:44.593Z | Downloaded curve25519-dalek v4.1.3 |
| 1083 | 2026-09-04T03:15:44.593Z | Downloaded reqwest v0.12.28 |
| 1084 | 2026-09-04T03:15:44.593Z | Downloaded proptest v1.11.0 |
| 1085 | 2026-09-04T03:15:44.593Z | Downloaded dropshot-api-manager v0.8.0 |
| 1086 | 2026-09-04T03:15:44.593Z | Downloaded openssl v0.10.81 |
| 1087 | 2026-09-04T03:15:44.593Z | Downloaded time v0.3.55 |
| 1088 | 2026-09-04T03:15:44.593Z | Downloaded reqwest v0.13.4 |
| 1089 | 2026-09-04T03:15:44.593Z | Downloaded iddqd v0.4.6 |
| 1090 | 2026-09-04T03:15:44.594Z | Downloaded rand v0.8.7 |
| 1091 | 2026-09-04T03:15:44.594Z | Downloaded bstr v1.13.1 |
| 1092 | 2026-09-04T03:15:44.594Z | Downloaded unicode-width v0.2.2 |
| 1093 | 2026-09-04T03:15:44.594Z | Downloaded regress v0.10.5 |
| 1094 | 2026-09-04T03:15:44.594Z | Downloaded regex v1.13.1 |
| 1095 | 2026-09-04T03:15:44.594Z | Downloaded serde_json v1.0.151 |
| 1096 | 2026-09-04T03:15:44.594Z | Downloaded openapiv3 v2.2.0 |
| 1097 | 2026-09-04T03:15:44.594Z | Downloaded hashbrown v0.17.1 |
| 1098 | 2026-09-04T03:15:44.594Z | Downloaded moka v0.12.16 |
| 1099 | 2026-09-04T03:15:44.594Z | Downloaded rustix v0.38.44 |
| 1100 | 2026-09-04T03:15:44.594Z | Downloaded hkdf v0.12.4 |
| 1101 | 2026-09-04T03:15:44.594Z | Downloaded rustix v1.1.4 |
| 1102 | 2026-09-04T03:15:44.594Z | Downloaded rayon v1.12.0 |
| 1103 | 2026-09-04T03:15:44.594Z | Downloaded tabled v0.15.0 |
| 1104 | 2026-09-04T03:15:44.594Z | Downloaded webpki-roots v1.0.9 |
| 1105 | 2026-09-04T03:15:44.594Z | Downloaded winnow v0.5.40 |
| 1106 | 2026-09-04T03:15:44.594Z | Downloaded vcpkg v0.2.15 |
| 1107 | 2026-09-04T03:15:44.594Z | Downloaded portable-atomic v1.15.0 |
| 1108 | 2026-09-04T03:15:44.595Z | Downloaded regex-syntax v0.8.11 |
| 1109 | 2026-09-04T03:15:44.595Z | Downloaded dropshot v0.17.1 |
| 1110 | 2026-09-04T03:15:44.595Z | Downloaded hickory-proto v0.25.2 |
| 1111 | 2026-09-04T03:15:44.595Z | Downloaded serde_with v3.22.0 |
| 1112 | 2026-09-04T03:15:44.595Z | Downloaded sled v0.34.7 |
| 1113 | 2026-09-04T03:15:44.595Z | Downloaded regress v0.11.1 |
| 1114 | 2026-09-04T03:15:44.595Z | Downloaded unicode-width v0.1.14 |
| 1115 | 2026-09-04T03:15:44.595Z | Downloaded hickory-proto v0.24.4 |
| 1116 | 2026-09-04T03:15:44.595Z | Downloaded syn v3.0.3 |
| 1117 | 2026-09-04T03:15:44.595Z | Downloaded futures-util v0.3.34 |
| 1118 | 2026-09-04T03:15:44.595Z | Downloaded tracing v0.1.44 |
| 1119 | 2026-09-04T03:15:44.595Z | Downloaded nix v0.31.3 |
| 1120 | 2026-09-04T03:15:44.595Z | Downloaded rhai v1.26.0 |
| 1121 | 2026-09-04T03:15:44.595Z | Downloaded syn v2.0.119 |
| 1122 | 2026-09-04T03:15:44.595Z | Downloaded smoltcp v0.11.0 |
| 1123 | 2026-09-04T03:15:45.037Z | Downloaded zerocopy v0.8.56 |
| 1124 | 2026-09-04T03:15:45.037Z | Downloaded goblin v0.10.7 |
| 1125 | 2026-09-04T03:15:45.037Z | Downloaded rustls v0.23.43 |
| 1126 | 2026-09-04T03:15:45.037Z | Downloaded petgraph v0.6.5 |
| 1127 | 2026-09-04T03:15:45.037Z | Downloaded chrono-tz v0.10.4 |
| 1128 | 2026-09-04T03:15:45.037Z | Downloaded csv v1.4.0 |
| 1129 | 2026-09-04T03:15:45.037Z | Downloaded sha3 v0.10.9 |
| 1130 | 2026-09-04T03:15:45.038Z | Downloaded petgraph v0.8.3 |
| 1131 | 2026-09-04T03:15:45.038Z | Downloaded typify-impl v0.6.2 |
| 1132 | 2026-09-04T03:15:45.073Z | Downloaded typify-impl v0.4.3 |
| 1133 | 2026-09-04T03:15:45.073Z | Downloaded ring v0.17.14 |
| 1134 | 2026-09-04T03:15:45.073Z | Downloaded jiff v0.2.35 |
| 1135 | 2026-09-04T03:15:45.073Z | Downloaded regex-automata v0.4.18 |
| 1136 | 2026-09-04T03:15:45.073Z | Downloaded lzma-sys v0.1.20 |
| 1137 | 2026-09-04T03:15:45.073Z | Downloaded libc v0.2.189 |
| 1138 | 2026-09-04T03:15:45.073Z | Downloaded tokio v1.53.1 |
| 1139 | 2026-09-04T03:15:45.073Z | Downloaded encoding_rs v0.8.35 |
| 1140 | 2026-09-04T03:15:45.102Z | Downloaded aws-lc-sys v0.44.0 |
| 1141 | 2026-09-04T03:15:45.460Z | Compiling proc-macro2 v1.0.107 |
| 1142 | 2026-09-04T03:15:45.461Z | Compiling quote v1.0.47 |
| 1143 | 2026-09-04T03:15:45.461Z | Compiling unicode-ident v1.0.24 |
| 1144 | 2026-09-04T03:15:45.486Z | Compiling serde_core v1.0.229 |
| 1145 | 2026-09-04T03:15:45.486Z | Compiling serde v1.0.229 |
| 1146 | 2026-09-04T03:15:45.486Z | Compiling libc v0.2.189 |
| 1147 | 2026-09-04T03:15:45.486Z | Compiling cfg-if v1.0.4 |
| 1148 | 2026-09-04T03:15:46.164Z | Compiling zmij v1.0.23 |
| 1149 | 2026-09-04T03:15:46.592Z | Compiling autocfg v1.5.1 |
| 1150 | 2026-09-04T03:15:46.592Z | Compiling memchr v2.8.3 |
| 1151 | 2026-09-04T03:15:46.592Z | Compiling libm v0.2.16 |
| 1152 | 2026-09-04T03:15:46.615Z | Compiling itoa v1.0.18 |
| 1153 | 2026-09-04T03:15:46.615Z | Compiling icu_properties_data v2.2.0 |
| 1154 | 2026-09-04T03:15:46.767Z | Compiling icu_normalizer_data v2.2.0 |
| 1155 | 2026-09-04T03:15:46.795Z | Compiling version_check v0.9.5 |
| 1156 | 2026-09-04T03:15:46.824Z | Compiling stable_deref_trait v1.2.1 |
| 1157 | 2026-09-04T03:15:46.908Z | Compiling serde_json v1.0.151 |
| 1158 | 2026-09-04T03:15:46.922Z | Compiling syn v2.0.119 |
| 1159 | 2026-09-04T03:15:47.145Z | Compiling syn v3.0.3 |
| 1160 | 2026-09-04T03:15:47.260Z | Compiling litemap v0.8.2 |
| 1161 | 2026-09-04T03:15:47.361Z | Compiling writeable v0.6.3 |
| 1162 | 2026-09-04T03:15:47.497Z | Compiling parking_lot_core v0.9.12 |
| 1163 | 2026-09-04T03:15:47.557Z | Compiling num-traits v0.2.19 |
| 1164 | 2026-09-04T03:15:47.557Z | Compiling utf8_iter v1.0.4 |
| 1165 | 2026-09-04T03:15:47.641Z | Compiling thiserror v2.0.20 |
| 1166 | 2026-09-04T03:15:47.710Z | Compiling percent-encoding v2.3.2 |
| 1167 | 2026-09-04T03:15:48.216Z | Compiling rand_core v0.10.1 |
| 1168 | 2026-09-04T03:15:48.331Z | Compiling getrandom v0.4.3 |
| 1169 | 2026-09-04T03:15:48.331Z | Compiling form_urlencoded v1.2.2 |
| 1170 | 2026-09-04T03:15:48.331Z | Compiling zerocopy v0.8.56 |
| 1171 | 2026-09-04T03:15:50.031Z | Compiling errno v0.3.14 |
| 1172 | 2026-09-04T03:15:50.153Z | Compiling iana-time-zone v0.1.65 |
| 1173 | 2026-09-04T03:15:50.153Z | Compiling heck v0.5.0 |
| 1174 | 2026-09-04T03:15:50.153Z | Compiling uuid v1.26.0 |
| 1175 | 2026-09-04T03:15:50.153Z | Compiling jobserver v0.1.35 |
| 1176 | 2026-09-04T03:15:50.153Z | Compiling shlex v2.0.1 |
| 1177 | 2026-09-04T03:15:50.153Z | Compiling find-msvc-tools v0.1.10 |
| 1178 | 2026-09-04T03:15:50.153Z | Compiling rustversion v1.0.23 |
| 1179 | 2026-09-04T03:15:50.153Z | Compiling semver v1.0.28 |
| 1180 | 2026-09-04T03:15:50.153Z | Compiling cc v1.4.2 |
| 1181 | 2026-09-04T03:15:50.153Z | Compiling dyn-clone v1.0.20 |
| 1182 | 2026-09-04T03:15:50.153Z | Compiling schemars v0.8.22 |
| 1183 | 2026-09-04T03:15:50.153Z | Compiling synstructure v0.13.2 |
| 1184 | 2026-09-04T03:15:50.153Z | Compiling serde_derive_internals v0.29.1 |
| 1185 | 2026-09-04T03:15:50.153Z | Compiling pin-project-lite v0.2.17 |
| 1186 | 2026-09-04T03:15:50.229Z | Compiling getrandom v0.2.17 |
| 1187 | 2026-09-04T03:15:50.384Z | Compiling serde_derive v1.0.229 |
| 1188 | 2026-09-04T03:15:50.446Z | Compiling displaydoc v0.2.7 |
| 1189 | 2026-09-04T03:15:50.498Z | Compiling thiserror-impl v2.0.20 |
| 1190 | 2026-09-04T03:15:50.527Z | Compiling tokio-macros v2.7.2 |
| 1191 | 2026-09-04T03:15:50.652Z | Compiling futures-macro v0.3.34 |
| 1192 | 2026-09-04T03:15:50.746Z | Compiling bitflags v2.13.1 |
| 1193 | 2026-09-04T03:15:50.788Z | Compiling pkg-config v0.3.33 |
| 1194 | 2026-09-04T03:15:51.134Z | Compiling zerofrom-derive v0.1.7 |
| 1195 | 2026-09-04T03:15:51.152Z | Compiling yoke-derive v0.8.2 |
| 1196 | 2026-09-04T03:15:51.172Z | Compiling zerovec-derive v0.11.3 |
| 1197 | 2026-09-04T03:15:51.220Z | Compiling schemars_derive v0.8.22 |
| 1198 | 2026-09-04T03:15:51.235Z | Compiling zerocopy-derive v0.8.56 |
| 1199 | 2026-09-04T03:15:51.473Z | Compiling zeroize_derive v1.5.0 |
| 1200 | 2026-09-04T03:15:51.646Z | Compiling scopeguard v1.2.0 |
| 1201 | 2026-09-04T03:15:51.741Z | Compiling lock_api v0.4.14 |
| 1202 | 2026-09-04T03:15:52.184Z | Compiling zeroize v1.9.0 |
| 1203 | 2026-09-04T03:15:52.270Z | Compiling socket2 v0.6.5 |
| 1204 | 2026-09-04T03:15:52.293Z | Compiling cmake v0.1.58 |
| 1205 | 2026-09-04T03:15:52.376Z | Compiling zerofrom v0.1.8 |
| 1206 | 2026-09-04T03:15:52.407Z | Compiling signal-hook-registry v1.4.8 |
| 1207 | 2026-09-04T03:15:52.421Z | Compiling mio v1.2.2 |
| 1208 | 2026-09-04T03:15:52.449Z | Compiling fs_extra v1.3.0 |
| 1209 | 2026-09-04T03:15:52.907Z | Compiling yoke v0.8.3 |
| 1210 | 2026-09-04T03:15:53.394Z | Compiling dunce v1.0.5 |
| 1211 | 2026-09-04T03:15:53.394Z | Compiling zerovec v0.11.6 |
| 1212 | 2026-09-04T03:15:53.394Z | Compiling zerotrie v0.2.4 |
| 1213 | 2026-09-04T03:15:53.394Z | Compiling aws-lc-sys v0.44.0 |
| 1214 | 2026-09-04T03:15:53.394Z | Compiling portable-atomic v1.15.0 |
| 1215 | 2026-09-04T03:15:53.489Z | Compiling log v0.4.33 |
| 1216 | 2026-09-04T03:15:53.489Z | Compiling futures-core v0.3.34 |
| 1217 | 2026-09-04T03:15:53.490Z | Compiling tinystr v0.8.3 |
| 1218 | 2026-09-04T03:15:53.490Z | Compiling potential_utf v0.1.5 |
| 1219 | 2026-09-04T03:15:53.490Z | Compiling critical-section v1.2.0 |
| 1220 | 2026-09-04T03:15:53.538Z | Compiling smallvec v1.15.2 |
| 1221 | 2026-09-04T03:15:53.538Z | Compiling bytes v1.12.1 |
| 1222 | 2026-09-04T03:15:53.538Z | Compiling icu_locale_core v2.2.0 |
| 1223 | 2026-09-04T03:15:53.569Z | Compiling icu_collections v2.2.0 |
| 1224 | 2026-09-04T03:15:53.657Z | Compiling chrono v0.4.45 |
| 1225 | 2026-09-04T03:15:54.082Z | Compiling parking_lot v0.12.5 |
| 1226 | 2026-09-04T03:15:54.109Z | Compiling once_cell v1.21.4 |
| 1227 | 2026-09-04T03:15:55.484Z | Compiling tokio v1.53.1 |
| 1228 | 2026-09-04T03:15:55.648Z | Compiling icu_provider v2.2.0 |
| 1229 | 2026-09-04T03:15:55.649Z | Compiling subtle v2.6.1 |
| 1230 | 2026-09-04T03:15:55.649Z | Compiling equivalent v1.0.2 |
| 1231 | 2026-09-04T03:15:55.649Z | Compiling icu_normalizer v2.2.0 |
| 1232 | 2026-09-04T03:15:55.649Z | Compiling icu_properties v2.2.0 |
| 1233 | 2026-09-04T03:15:55.649Z | Compiling allocator-api2 v0.2.21 |
| 1234 | 2026-09-04T03:15:55.649Z | Compiling httparse v1.10.1 |
| 1235 | 2026-09-04T03:15:55.649Z | Compiling serde_tokenstream v0.2.3 |
| 1236 | 2026-09-04T03:15:55.746Z | Compiling futures-sink v0.3.34 |
| 1237 | 2026-09-04T03:15:55.746Z | Compiling idna_adapter v1.2.2 |
| 1238 | 2026-09-04T03:15:55.806Z | Compiling idna v1.1.0 |
| 1239 | 2026-09-04T03:15:55.806Z | Compiling rustix v1.1.4 |
| 1240 | 2026-09-04T03:15:55.925Z | Compiling slab v0.4.12 |
| 1241 | 2026-09-04T03:15:56.089Z | Compiling url v2.5.8 |
| 1242 | 2026-09-04T03:15:56.125Z | Compiling thiserror v1.0.69 |
| 1243 | 2026-09-04T03:15:56.141Z | Compiling ucd-trie v0.1.7 |
| 1244 | 2026-09-04T03:15:56.159Z | Compiling typenum v1.20.1 |
| 1245 | 2026-09-04T03:15:56.367Z | Compiling pest v2.8.8 |
| 1246 | 2026-09-04T03:15:56.470Z | Compiling regex-syntax v0.8.11 |
| 1247 | 2026-09-04T03:15:56.890Z | Compiling futures-channel v0.3.34 |
| 1248 | 2026-09-04T03:15:56.987Z | Compiling thiserror-impl v1.0.69 |
| 1249 | 2026-09-04T03:15:57.179Z | Compiling strsim v0.11.1 |
| 1250 | 2026-09-04T03:15:57.462Z | Compiling pest_meta v2.8.8 |
| 1251 | 2026-09-04T03:15:57.597Z | Compiling hashbrown v0.17.1 |
| 1252 | 2026-09-04T03:15:57.797Z | Compiling aho-corasick v1.1.5 |
| 1253 | 2026-09-04T03:15:58.165Z | Compiling pest_generator v2.8.8 |
| 1254 | 2026-09-04T03:15:58.334Z | Compiling futures-task v0.3.34 |
| 1255 | 2026-09-04T03:15:58.483Z | Compiling futures-io v0.3.34 |
| 1256 | 2026-09-04T03:15:58.523Z | Compiling ipnetwork v0.21.1 |
| 1257 | 2026-09-04T03:15:58.540Z | Compiling ident_case v1.0.1 |
| 1258 | 2026-09-04T03:15:58.665Z | Compiling regex-automata v0.4.18 |
| 1259 | 2026-09-04T03:15:58.665Z | Compiling futures-util v0.3.34 |
| 1260 | 2026-09-04T03:15:58.710Z | Compiling getrandom v0.3.4 |
| 1261 | 2026-09-04T03:15:58.772Z | Compiling pest_derive v2.8.8 |
| 1262 | 2026-09-04T03:15:59.060Z | Compiling rand_core v0.6.4 |
| 1263 | 2026-09-04T03:15:59.147Z | Compiling byteorder v1.5.0 |
| 1264 | 2026-09-04T03:15:59.326Z | Compiling indexmap v2.14.0 |
| 1265 | 2026-09-04T03:15:59.451Z | Compiling tracing-core v0.1.36 |
| 1266 | 2026-09-04T03:15:59.892Z | Compiling tracing-attributes v0.1.31 |
| 1267 | 2026-09-04T03:15:59.908Z | Compiling slog v2.8.2 |
| 1268 | 2026-09-04T03:16:00.658Z | Compiling anyhow v1.0.104 |
| 1269 | 2026-09-04T03:16:00.692Z | Compiling regex v1.13.1 |
| 1270 | 2026-09-04T03:16:00.693Z | Compiling paste v1.0.15 |
| 1271 | 2026-09-04T03:16:00.693Z | Compiling fnv v1.0.7 |
| 1272 | 2026-09-04T03:16:00.693Z | Compiling base64 v0.22.1 |
| 1273 | 2026-09-04T03:16:00.827Z | Compiling erased-serde v0.3.31 |
| 1274 | 2026-09-04T03:16:01.112Z | Compiling tracing v0.1.44 |
| 1275 | 2026-09-04T03:16:01.258Z | Compiling omicron-workspace-hack v0.1.0 |
| 1276 | 2026-09-04T03:16:01.430Z | Compiling http v1.5.0 |
| 1277 | 2026-09-04T03:16:01.977Z | Compiling oxnet v0.1.7 |
| 1278 | 2026-09-04T03:16:02.060Z | Compiling rustls-pki-types v1.15.1 |
| 1279 | 2026-09-04T03:16:02.792Z | Compiling scroll_derive v0.13.1 |
| 1280 | 2026-09-04T03:16:02.901Z | Compiling ring v0.17.14 |
| 1281 | 2026-09-04T03:16:03.230Z | Compiling aws-lc-rs v1.18.0 |
| 1282 | 2026-09-04T03:16:03.294Z | Compiling num-conv v0.2.2 |
| 1283 | 2026-09-04T03:16:03.364Z | Compiling time-core v0.1.9 |
| 1284 | 2026-09-04T03:16:03.556Z | Compiling time-macros v0.2.32 |
| 1285 | 2026-09-04T03:16:03.770Z | Compiling tokio-util v0.7.19 |
| 1286 | 2026-09-04T03:16:04.000Z | Compiling ipnet v2.12.1 |
| 1287 | 2026-09-04T03:16:04.526Z | Compiling camino v1.2.5 |
| 1288 | 2026-09-04T03:16:04.716Z | Compiling untrusted v0.9.0 |
| 1289 | 2026-09-04T03:16:04.853Z | Compiling untrusted v0.7.1 |
| 1290 | 2026-09-04T03:16:05.043Z | Compiling ppv-lite86 v0.2.21 |
| 1291 | 2026-09-04T03:16:05.120Z | Compiling async-trait v0.1.92 |
| 1292 | 2026-09-04T03:16:05.159Z | Compiling daft-derive v0.1.8 |
| 1293 | 2026-09-04T03:16:05.371Z | Compiling rustls v0.23.43 |
| 1294 | 2026-09-04T03:16:05.857Z | Compiling crc32fast v1.5.0 |
| 1295 | 2026-09-04T03:16:05.876Z | Compiling http-body v1.1.0 |
| 1296 | 2026-09-04T03:16:05.886Z | Compiling darling_core v0.23.0 |
| 1297 | 2026-09-04T03:16:06.055Z | Compiling atomic-waker v1.1.2 |
| 1298 | 2026-09-04T03:16:06.066Z | Compiling usdt-impl v0.6.0 |
| 1299 | 2026-09-04T03:16:06.180Z | Compiling crossbeam-utils v0.8.22 |
| 1300 | 2026-09-04T03:16:06.326Z | Compiling pretty-hex v0.4.2 |
| 1301 | 2026-09-04T03:16:06.483Z | Compiling scroll v0.13.0 |
| 1302 | 2026-09-04T03:16:06.765Z | Compiling try-lock v0.2.5 |
| 1303 | 2026-09-04T03:16:06.853Z | Compiling ryu v1.0.23 |
| 1304 | 2026-09-04T03:16:06.913Z | Compiling tower-service v0.3.3 |
| 1305 | 2026-09-04T03:16:06.913Z | Compiling tower-layer v0.3.3 |
| 1306 | 2026-09-04T03:16:06.945Z | Compiling plain v0.2.3 |
| 1307 | 2026-09-04T03:16:07.122Z | Compiling goblin v0.10.7 |
| 1308 | 2026-09-04T03:16:07.152Z | Compiling want v0.3.1 |
| 1309 | 2026-09-04T03:16:07.262Z | Compiling h2 v0.4.15 |
| 1310 | 2026-09-04T03:16:07.616Z | Compiling httpdate v1.0.3 |
| 1311 | 2026-09-04T03:16:07.961Z | Compiling slog-async v2.8.0 |
| 1312 | 2026-09-04T03:16:08.023Z | Compiling darling_macro v0.23.0 |
| 1313 | 2026-09-04T03:16:08.163Z | Compiling dtrace-parser v0.3.0 |
| 1314 | 2026-09-04T03:16:08.247Z | Compiling thread-id v5.1.0 |
| 1315 | 2026-09-04T03:16:08.340Z | Compiling ref-cast v1.0.26 |
| 1316 | 2026-09-04T03:16:08.526Z | Compiling darling v0.23.0 |
| 1317 | 2026-09-04T03:16:09.750Z | Compiling hyper v1.11.0 |
| 1318 | 2026-09-04T03:16:10.394Z | Compiling dof v0.4.0 |
| 1319 | 2026-09-04T03:16:10.771Z | Compiling rand_core v0.9.5 |
| 1320 | 2026-09-04T03:16:11.028Z | Compiling serde_urlencoded v0.7.1 |
| 1321 | 2026-09-04T03:16:11.375Z | Compiling hyper-util v0.1.20 |
| 1322 | 2026-09-04T03:16:12.242Z | Compiling http-body-util v0.1.5 |
| 1323 | 2026-09-04T03:16:13.798Z | Compiling ref-cast-impl v1.0.26 |
| 1324 | 2026-09-04T03:16:13.963Z | Compiling syn v1.0.109 |
| 1325 | 2026-09-04T03:16:13.963Z | Compiling usdt-macro v0.6.0 |
| 1326 | 2026-09-04T03:16:14.103Z | Compiling usdt-attr-macro v0.6.0 |
| 1327 | 2026-09-04T03:16:14.141Z | Compiling serde_tokenstream v0.3.0 |
| 1328 | 2026-09-04T03:16:14.308Z | Compiling structmeta-derive v0.3.0 |
| 1329 | 2026-09-04T03:16:14.324Z | Compiling multer v3.1.0 |
| 1330 | 2026-09-04T03:16:14.393Z | Compiling foldhash v0.2.0 |
| 1331 | 2026-09-04T03:16:15.096Z | Compiling newtype-uuid-macros v0.1.1 |
| 1332 | 2026-09-04T03:16:15.130Z | Compiling rand_chacha v0.9.0 |
| 1333 | 2026-09-04T03:16:15.257Z | Compiling structmeta v0.3.0 |
| 1334 | 2026-09-04T03:16:15.649Z | Compiling powerfmt v0.2.0 |
| 1335 | 2026-09-04T03:16:15.704Z | Compiling num_threads v0.1.7 |
| 1336 | 2026-09-04T03:16:15.704Z | Compiling deranged v0.5.8 |
| 1337 | 2026-09-04T03:16:15.718Z | Compiling rand v0.9.5 |
| 1338 | 2026-09-04T03:16:15.776Z | Compiling newtype-uuid v1.4.0 |
| 1339 | 2026-09-04T03:16:15.791Z | Compiling sync_wrapper v1.0.2 |
| 1340 | 2026-09-04T03:16:15.906Z | Compiling async-stream-impl v0.3.6 |
| 1341 | 2026-09-04T03:16:16.408Z | Compiling strum_macros v0.26.4 |
| 1342 | 2026-09-04T03:16:16.548Z | Compiling dropshot v0.17.1 |
| 1343 | 2026-09-04T03:16:16.629Z | Compiling time v0.3.55 |
| 1344 | 2026-09-04T03:16:16.753Z | Compiling hex v0.4.3 |
| 1345 | 2026-09-04T03:16:16.816Z | Compiling fastrand v2.5.0 |
| 1346 | 2026-09-04T03:16:17.064Z | Compiling daft v0.1.8 |
| 1347 | 2026-09-04T03:16:17.126Z | Compiling tower v0.5.3 |
| 1348 | 2026-09-04T03:16:17.899Z | Compiling crossbeam-channel v0.5.16 |
| 1349 | 2026-09-04T03:16:18.104Z | Compiling webpki-roots v1.0.9 |
| 1350 | 2026-09-04T03:16:18.123Z | Compiling openapiv3 v2.2.0 |
| 1351 | 2026-09-04T03:16:18.555Z | Compiling generic-array v0.14.7 |
| 1352 | 2026-09-04T03:16:19.083Z | Compiling tower-http v0.6.11 |
| 1353 | 2026-09-04T03:16:19.104Z | Compiling hashbrown v0.16.1 |
| 1354 | 2026-09-04T03:16:19.517Z | Compiling serde_with_macros v3.22.0 |
| 1355 | 2026-09-04T03:16:19.811Z | Compiling futures-executor v0.3.34 |
| 1356 | 2026-09-04T03:16:19.996Z | Compiling dropshot_endpoint v0.17.1 |
| 1357 | 2026-09-04T03:16:20.148Z | Compiling macaddr v1.0.1 |
| 1358 | 2026-09-04T03:16:20.657Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1359 | 2026-09-04T03:16:20.674Z | Compiling thread_local v1.1.10 |
| 1360 | 2026-09-04T03:16:20.717Z | Compiling openssl-probe v0.2.1 |
| 1361 | 2026-09-04T03:16:20.737Z | Compiling cpufeatures v0.3.0 |
| 1362 | 2026-09-04T03:16:20.811Z | Compiling futures v0.3.34 |
| 1363 | 2026-09-04T03:16:20.896Z | Compiling rustls-native-certs v0.8.4 |
| 1364 | 2026-09-04T03:16:21.502Z | Compiling tempfile v3.27.0 |
| 1365 | 2026-09-04T03:16:21.606Z | Compiling derive-ex v0.1.8 |
| 1366 | 2026-09-04T03:16:21.734Z | Compiling strum_macros v0.27.2 |
| 1367 | 2026-09-04T03:16:22.215Z | Compiling is-terminal v0.4.17 |
| 1368 | 2026-09-04T03:16:22.218Z | Compiling term v1.2.1 |
| 1369 | 2026-09-04T03:16:22.335Z | Compiling winnow v1.0.4 |
| 1370 | 2026-09-04T03:16:23.217Z | Compiling take_mut v0.2.2 |
| 1371 | 2026-09-04T03:16:23.590Z | Compiling test-strategy v0.4.5 |
| 1372 | 2026-09-04T03:16:23.660Z | Compiling slog-term v2.9.2 |
| 1373 | 2026-09-04T03:16:24.892Z | Compiling hybrid-array v0.4.14 |
| 1374 | 2026-09-04T03:16:25.013Z | Compiling simd-adler32 v0.3.10 |
| 1375 | 2026-09-04T03:16:25.173Z | Compiling adler2 v2.0.1 |
| 1376 | 2026-09-04T03:16:25.341Z | Compiling match_cfg v0.1.0 |
| 1377 | 2026-09-04T03:16:25.363Z | Compiling miniz_oxide v0.8.9 |
| 1378 | 2026-09-04T03:16:25.431Z | Compiling hostname v0.3.1 |
| 1379 | 2026-09-04T03:16:25.959Z | Compiling slog-json v2.6.1 |
| 1380 | 2026-09-04T03:16:26.230Z | Compiling memmap2 v0.9.11 |
| 1381 | 2026-09-04T03:16:26.534Z | Compiling either v1.17.0 |
| 1382 | 2026-09-04T03:16:26.628Z | Compiling usdt v0.6.0 |
| 1383 | 2026-09-04T03:16:26.763Z | Compiling slog-bunyan v2.5.0 |
| 1384 | 2026-09-04T03:16:26.778Z | Compiling flate2 v1.1.9 |
| 1385 | 2026-09-04T03:16:26.937Z | Compiling block-buffer v0.12.1 |
| 1386 | 2026-09-04T03:16:27.120Z | Compiling crypto-common v0.2.2 |
| 1387 | 2026-09-04T03:16:27.237Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1388 | 2026-09-04T03:16:27.301Z | Compiling debug-ignore v1.0.5 |
| 1389 | 2026-09-04T03:16:27.315Z | Compiling const-oid v0.10.2 |
| 1390 | 2026-09-04T03:16:27.924Z | Compiling compression-core v0.4.32 |
| 1391 | 2026-09-04T03:16:27.927Z | Compiling compression-codecs v0.4.38 |
| 1392 | 2026-09-04T03:16:27.928Z | Compiling digest v0.11.3 |
| 1393 | 2026-09-04T03:16:28.077Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1394 | 2026-09-04T03:16:28.296Z | Compiling crypto-common v0.1.7 |
| 1395 | 2026-09-04T03:16:28.403Z | Compiling parse-display-derive v0.10.0 |
| 1396 | 2026-09-04T03:16:28.495Z | Compiling rand_chacha v0.3.1 |
| 1397 | 2026-09-04T03:16:28.721Z | Compiling serde_spanned v1.1.1 |
| 1398 | 2026-09-04T03:16:28.870Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1399 | 2026-09-04T03:16:29.036Z | Compiling encoding_rs v0.8.35 |
| 1400 | 2026-09-04T03:16:29.095Z | Compiling spin v0.9.9 |
| 1401 | 2026-09-04T03:16:29.219Z | Compiling mime v0.3.17 |
| 1402 | 2026-09-04T03:16:29.715Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1403 | 2026-09-04T03:16:29.723Z | Compiling rand v0.8.7 |
| 1404 | 2026-09-04T03:16:29.723Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1405 | 2026-09-04T03:16:29.723Z | Compiling sha1 v0.11.0 |
| 1406 | 2026-09-04T03:16:29.885Z | Compiling async-compression v0.4.43 |
| 1407 | 2026-09-04T03:16:29.967Z | Compiling strum v0.26.3 |
| 1408 | 2026-09-04T03:16:30.142Z | Compiling async-stream v0.3.6 |
| 1409 | 2026-09-04T03:16:30.312Z | Compiling waitgroup v0.1.2 |
| 1410 | 2026-09-04T03:16:30.331Z | Compiling rustls-pemfile v2.2.0 |
| 1411 | 2026-09-04T03:16:30.405Z | Compiling serde_path_to_error v0.1.20 |
| 1412 | 2026-09-04T03:16:30.469Z | Compiling wait-timeout v0.2.1 |
| 1413 | 2026-09-04T03:16:30.599Z | Compiling hostname v0.4.2 |
| 1414 | 2026-09-04T03:16:30.899Z | Compiling quick-error v1.2.3 |
| 1415 | 2026-09-04T03:16:31.014Z | Compiling bit-vec v0.8.0 |
| 1416 | 2026-09-04T03:16:31.328Z | Compiling bit-set v0.8.0 |
| 1417 | 2026-09-04T03:16:31.743Z | Compiling rusty-fork v0.3.1 |
| 1418 | 2026-09-04T03:16:31.743Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1419 | 2026-09-04T03:16:31.752Z | Compiling serde_with v3.22.0 |
| 1420 | 2026-09-04T03:16:31.837Z | Compiling rand_xorshift v0.4.0 |
| 1421 | 2026-09-04T03:16:32.112Z | Compiling unarray v0.1.4 |
| 1422 | 2026-09-04T03:16:32.219Z | Compiling proptest v1.11.0 |
| 1423 | 2026-09-04T03:16:32.236Z | Compiling strum v0.27.2 |
| 1424 | 2026-09-04T03:16:32.380Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1425 | 2026-09-04T03:16:32.523Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1426 | 2026-09-04T03:16:32.737Z | Compiling instant v0.1.13 |
| 1427 | 2026-09-04T03:16:32.932Z | Compiling iddqd v0.4.6 |
| 1428 | 2026-09-04T03:16:33.675Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1429 | 2026-09-04T03:16:33.696Z | Compiling block-buffer v0.10.4 |
| 1430 | 2026-09-04T03:16:33.892Z | Compiling backon v1.6.0 |
| 1431 | 2026-09-04T03:16:34.341Z | Compiling unicode-width v0.2.2 |
| 1432 | 2026-09-04T03:16:34.642Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1433 | 2026-09-04T03:16:34.873Z | Compiling digest v0.10.7 |
| 1434 | 2026-09-04T03:16:35.122Z | Compiling backoff v0.4.0 |
| 1435 | 2026-09-04T03:16:35.409Z | Compiling parse-display v0.10.0 |
| 1436 | 2026-09-04T03:16:35.587Z | Compiling itertools v0.14.0 |
| 1437 | 2026-09-04T03:16:35.783Z | Compiling regress v0.10.5 |
| 1438 | 2026-09-04T03:16:36.048Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1439 | 2026-09-04T03:16:36.740Z | Compiling humantime v2.4.0 |
| 1440 | 2026-09-04T03:16:38.888Z | Compiling regress v0.11.1 |
| 1441 | 2026-09-04T03:16:40.428Z | Compiling typify-impl v0.6.2 |
| 1442 | 2026-09-04T03:16:40.680Z | Compiling zerocopy-derive v0.7.35 |
| 1443 | 2026-09-04T03:16:41.792Z | Compiling clap_derive v4.6.4 |
| 1444 | 2026-09-04T03:16:42.063Z | Compiling convert_case v0.4.0 |
| 1445 | 2026-09-04T03:16:42.590Z | Compiling utf8parse v0.2.2 |
| 1446 | 2026-09-04T03:16:42.634Z | Compiling cpufeatures v0.2.17 |
| 1447 | 2026-09-04T03:16:42.700Z | Compiling anstyle-parse v1.0.0 |
| 1448 | 2026-09-04T03:16:42.717Z | Compiling derive_more v0.99.20 |
| 1449 | 2026-09-04T03:16:43.541Z | Compiling terminal_size v0.4.4 |
| 1450 | 2026-09-04T03:16:44.052Z | Compiling toml_datetime v0.6.11 |
| 1451 | 2026-09-04T03:16:44.056Z | Compiling typify-macro v0.6.2 |
| 1452 | 2026-09-04T03:16:44.056Z | Compiling anstyle-query v1.1.5 |
| 1453 | 2026-09-04T03:16:44.056Z | Compiling anstyle v1.0.14 |
| 1454 | 2026-09-04T03:16:44.056Z | Compiling colorchoice v1.0.5 |
| 1455 | 2026-09-04T03:16:44.056Z | Compiling is_terminal_polyfill v1.70.2 |
| 1456 | 2026-09-04T03:16:44.056Z | Compiling anstream v1.0.0 |
| 1457 | 2026-09-04T03:16:44.417Z | Compiling secrecy v0.10.3 |
| 1458 | 2026-09-04T03:16:44.585Z | Compiling clap_lex v1.1.0 |
| 1459 | 2026-09-04T03:16:44.904Z | Compiling crucible-workspace-hack v0.1.0 |
| 1460 | 2026-09-04T03:16:45.111Z | Compiling heapless v0.8.0 |
| 1461 | 2026-09-04T03:16:45.140Z | Compiling tinyvec_macros v0.1.1 |
| 1462 | 2026-09-04T03:16:45.374Z | Compiling typify v0.6.2 |
| 1463 | 2026-09-04T03:16:45.404Z | Compiling tinyvec v1.12.0 |
| 1464 | 2026-09-04T03:16:45.496Z | Compiling clap_builder v4.6.6 |
| 1465 | 2026-09-04T03:16:45.821Z | Compiling zerocopy v0.7.35 |
| 1466 | 2026-09-04T03:16:46.118Z | Compiling hash32 v0.3.1 |
| 1467 | 2026-09-04T03:16:46.184Z | Compiling rustc_version v0.4.1 |
| 1468 | 2026-09-04T03:16:46.269Z | Compiling scroll_derive v0.12.1 |
| 1469 | 2026-09-04T03:16:46.434Z | Compiling num-integer v0.1.47 |
| 1470 | 2026-09-04T03:16:46.516Z | Compiling usdt-impl v0.5.0 |
| 1471 | 2026-09-04T03:16:46.773Z | Compiling smoltcp v0.11.0 |
| 1472 | 2026-09-04T03:16:46.786Z | Compiling crossbeam-epoch v0.9.20 |
| 1473 | 2026-09-04T03:16:46.978Z | Compiling scroll v0.12.0 |
| 1474 | 2026-09-04T03:16:47.106Z | Compiling curve25519-dalek v4.1.3 |
| 1475 | 2026-09-04T03:16:47.169Z | Compiling dof v0.3.0 |
| 1476 | 2026-09-04T03:16:47.411Z | Compiling clap v4.6.6 |
| 1477 | 2026-09-04T03:16:48.397Z | Compiling hmac v0.12.1 |
| 1478 | 2026-09-04T03:16:48.509Z | Compiling dtrace-parser v0.2.0 |
| 1479 | 2026-09-04T03:16:48.549Z | Compiling inout v0.1.4 |
| 1480 | 2026-09-04T03:16:48.589Z | Compiling darling_core v0.21.3 |
| 1481 | 2026-09-04T03:16:48.778Z | Compiling ff v0.13.1 |
| 1482 | 2026-09-04T03:16:48.915Z | Compiling cobs v0.3.0 |
| 1483 | 2026-09-04T03:16:49.279Z | Compiling thread-id v4.2.2 |
| 1484 | 2026-09-04T03:16:49.470Z | Compiling managed v0.8.0 |
| 1485 | 2026-09-04T03:16:49.743Z | Compiling bitflags v1.3.2 |
| 1486 | 2026-09-04T03:16:49.766Z | Compiling unsafe-libyaml v0.2.11 |
| 1487 | 2026-09-04T03:16:50.375Z | Compiling serde_yaml v0.9.34+deprecated |
| 1488 | 2026-09-04T03:16:50.625Z | Compiling darling_macro v0.21.3 |
| 1489 | 2026-09-04T03:16:51.244Z | Compiling postcard v1.1.3 |
| 1490 | 2026-09-04T03:16:51.620Z | Compiling group v0.13.0 |
| 1491 | 2026-09-04T03:16:51.712Z | Compiling cipher v0.4.4 |
| 1492 | 2026-09-04T03:16:51.731Z | Compiling hkdf v0.12.4 |
| 1493 | 2026-09-04T03:16:52.046Z | Compiling goblin v0.8.2 |
| 1494 | 2026-09-04T03:16:52.744Z | Compiling num-rational v0.4.2 |
| 1495 | 2026-09-04T03:16:52.926Z | Compiling num-iter v0.1.46 |
| 1496 | 2026-09-04T03:16:53.752Z | Compiling tabwriter v1.4.1 |
| 1497 | 2026-09-04T03:16:53.817Z | Compiling universal-hash v0.5.1 |
| 1498 | 2026-09-04T03:16:53.963Z | Compiling crypto-bigint v0.5.5 |
| 1499 | 2026-09-04T03:16:53.984Z | Compiling hubpack_derive v0.1.1 |
| 1500 | 2026-09-04T03:16:54.062Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1501 | 2026-09-04T03:16:54.519Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1502 | 2026-09-04T03:16:55.344Z | Compiling half v2.7.1 |
| 1503 | 2026-09-04T03:16:55.389Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1504 | 2026-09-04T03:16:55.674Z | Compiling num-complex v0.4.6 |
| 1505 | 2026-09-04T03:16:56.203Z | Compiling memoffset v0.9.1 |
| 1506 | 2026-09-04T03:16:56.220Z | Compiling base64ct v1.8.3 |
| 1507 | 2026-09-04T03:16:56.510Z | Compiling prettyplease v0.2.37 |
| 1508 | 2026-09-04T03:16:56.551Z | Compiling cfg_aliases v0.2.2 |
| 1509 | 2026-09-04T03:16:56.749Z | Compiling ciborium-io v0.2.2 |
| 1510 | 2026-09-04T03:16:56.847Z | Compiling base16ct v0.2.0 |
| 1511 | 2026-09-04T03:16:56.897Z | Compiling opaque-debug v0.3.1 |
| 1512 | 2026-09-04T03:16:56.975Z | Compiling rustix v0.38.44 |
| 1513 | 2026-09-04T03:16:57.048Z | Compiling poly1305 v0.8.0 |
| 1514 | 2026-09-04T03:16:57.412Z | Compiling elliptic-curve v0.13.8 |
| 1515 | 2026-09-04T03:16:57.652Z | Compiling ciborium-ll v0.2.2 |
| 1516 | 2026-09-04T03:16:58.243Z | Compiling nix v0.31.3 |
| 1517 | 2026-09-04T03:16:58.247Z | Compiling password-hash v0.5.0 |
| 1518 | 2026-09-04T03:16:58.963Z | Compiling num v0.4.3 |
| 1519 | 2026-09-04T03:16:59.134Z | Compiling thiserror-no-std v2.0.2 |
| 1520 | 2026-09-04T03:16:59.150Z | Compiling hubpack v0.1.2 |
| 1521 | 2026-09-04T03:17:00.230Z | Compiling chacha20 v0.9.1 |
| 1522 | 2026-09-04T03:17:00.455Z | Compiling darling v0.21.3 |
| 1523 | 2026-09-04T03:17:00.543Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1524 | 2026-09-04T03:17:00.776Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1525 | 2026-09-04T03:17:00.927Z | Compiling reqwest v0.12.28 |
| 1526 | 2026-09-04T03:17:01.677Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1527 | 2026-09-04T03:17:02.105Z | Compiling blake2 v0.10.6 |
| 1528 | 2026-09-04T03:17:02.161Z | Compiling aead v0.5.2 |
| 1529 | 2026-09-04T03:17:02.538Z | Compiling byte-wrapper v0.1.0 |
| 1530 | 2026-09-04T03:17:02.635Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1531 | 2026-09-04T03:17:02.672Z | Compiling serde_repr v0.1.21 |
| 1532 | 2026-09-04T03:17:03.225Z | Compiling proc-macro-error-attr v1.0.4 |
| 1533 | 2026-09-04T03:17:03.426Z | Compiling static_assertions v1.1.0 |
| 1534 | 2026-09-04T03:17:03.448Z | Compiling keccak v0.1.6 |
| 1535 | 2026-09-04T03:17:03.507Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1536 | 2026-09-04T03:17:03.588Z | Compiling float-ord v0.3.2 |
| 1537 | 2026-09-04T03:17:03.743Z | Compiling sha3 v0.10.9 |
| 1538 | 2026-09-04T03:17:04.073Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1539 | 2026-09-04T03:17:04.092Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1540 | 2026-09-04T03:17:04.613Z | Compiling argon2 v0.5.3 |
| 1541 | 2026-09-04T03:17:05.009Z | Compiling chacha20poly1305 v0.10.1 |
| 1542 | 2026-09-04T03:17:05.164Z | Compiling proc-macro-crate v3.5.0 |
| 1543 | 2026-09-04T03:17:05.568Z | Compiling progenitor-client v0.10.0 |
| 1544 | 2026-09-04T03:17:05.814Z | Compiling ingot-macros v0.1.1 |
| 1545 | 2026-09-04T03:17:05.833Z | Compiling vsss-rs v3.3.4 |
| 1546 | 2026-09-04T03:17:07.397Z | Compiling ciborium v0.2.2 |
| 1547 | 2026-09-04T03:17:08.330Z | Compiling usdt-attr-macro v0.5.0 |
| 1548 | 2026-09-04T03:17:08.498Z | Compiling usdt-macro v0.5.0 |
| 1549 | 2026-09-04T03:17:09.814Z | Compiling num-derive v0.4.2 |
| 1550 | 2026-09-04T03:17:09.977Z | Compiling enum-as-inner v0.6.1 |
| 1551 | 2026-09-04T03:17:10.563Z | Compiling proc-macro-error v1.0.4 |
| 1552 | 2026-09-04T03:17:10.567Z | Compiling memmap v0.7.0 |
| 1553 | 2026-09-04T03:17:10.804Z | Compiling winnow v0.5.40 |
| 1554 | 2026-09-04T03:17:10.819Z | Compiling indent_write v2.2.0 |
| 1555 | 2026-09-04T03:17:11.092Z | Compiling data-encoding v2.11.1 |
| 1556 | 2026-09-04T03:17:11.183Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1557 | 2026-09-04T03:17:11.521Z | Compiling usdt v0.5.0 |
| 1558 | 2026-09-04T03:17:11.615Z | Compiling ingot-types v0.1.2 |
| 1559 | 2026-09-04T03:17:11.644Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1560 | 2026-09-04T03:17:12.065Z | Compiling toml_edit v0.19.15 |
| 1561 | 2026-09-04T03:17:12.175Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1562 | 2026-09-04T03:17:12.274Z | Compiling num_enum_derive v0.7.6 |
| 1563 | 2026-09-04T03:17:12.761Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1564 | 2026-09-04T03:17:13.445Z | Compiling serde_spanned v0.6.9 |
| 1565 | 2026-09-04T03:17:13.494Z | Compiling foreign-types-macros v0.2.4 |
| 1566 | 2026-09-04T03:17:13.717Z | Compiling foreign-types-shared v0.3.1 |
| 1567 | 2026-09-04T03:17:13.806Z | Compiling bytecount v0.6.9 |
| 1568 | 2026-09-04T03:17:13.897Z | Compiling vcpkg v0.2.15 |
| 1569 | 2026-09-04T03:17:13.982Z | Compiling toml_write v0.1.2 |
| 1570 | 2026-09-04T03:17:13.998Z | Compiling winnow v0.7.15 |
| 1571 | 2026-09-04T03:17:14.099Z | Compiling colored v3.1.1 |
| 1572 | 2026-09-04T03:17:14.172Z | Compiling crossbeam-deque v0.8.7 |
| 1573 | 2026-09-04T03:17:14.422Z | Compiling openssl-sys v0.9.117 |
| 1574 | 2026-09-04T03:17:14.475Z | Compiling foreign-types v0.5.0 |
| 1575 | 2026-09-04T03:17:14.715Z | Compiling num_enum v0.7.6 |
| 1576 | 2026-09-04T03:17:14.865Z | Compiling proc-macro-crate v1.3.1 |
| 1577 | 2026-09-04T03:17:14.865Z | Compiling ingot v0.1.1 |
| 1578 | 2026-09-04T03:17:15.249Z | Compiling atomicwrites v0.4.4 |
| 1579 | 2026-09-04T03:17:15.325Z | Compiling toml_edit v0.22.27 |
| 1580 | 2026-09-04T03:17:15.417Z | Compiling progenitor-impl v0.14.0 |
| 1581 | 2026-09-04T03:17:15.428Z | Compiling chacha20 v0.10.1 |
| 1582 | 2026-09-04T03:17:15.711Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1583 | 2026-09-04T03:17:17.189Z | Compiling rustls-webpki v0.103.14 |
| 1584 | 2026-09-04T03:17:17.200Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1585 | 2026-09-04T03:17:17.200Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1586 | 2026-09-04T03:17:17.217Z | Compiling cstr-argument v0.1.2 |
| 1587 | 2026-09-04T03:17:17.261Z | Compiling unicode-segmentation v1.13.3 |
| 1588 | 2026-09-04T03:17:17.442Z | Compiling semver v0.1.20 |
| 1589 | 2026-09-04T03:17:17.593Z | Compiling resolv-conf v0.7.6 |
| 1590 | 2026-09-04T03:17:17.704Z | Compiling linked-hash-map v0.5.6 |
| 1591 | 2026-09-04T03:17:17.859Z | Compiling rayon-core v1.13.0 |
| 1592 | 2026-09-04T03:17:18.115Z | Compiling heck v0.4.1 |
| 1593 | 2026-09-04T03:17:18.177Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1594 | 2026-09-04T03:17:18.377Z | Compiling swrite v0.1.0 |
| 1595 | 2026-09-04T03:17:18.401Z | Compiling lru-cache v0.1.2 |
| 1596 | 2026-09-04T03:17:18.475Z | Compiling rustc_version v0.1.7 |
| 1597 | 2026-09-04T03:17:18.523Z | Compiling newline-converter v0.3.0 |
| 1598 | 2026-09-04T03:17:18.543Z | Compiling progenitor-macro v0.14.0 |
| 1599 | 2026-09-04T03:17:18.603Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1600 | 2026-09-04T03:17:18.687Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1601 | 2026-09-04T03:17:18.982Z | Compiling toml v0.8.23 |
| 1602 | 2026-09-04T03:17:19.358Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1603 | 2026-09-04T03:17:19.519Z | Compiling rand v0.10.2 |
| 1604 | 2026-09-04T03:17:20.256Z | Compiling num_enum_derive v0.5.11 |
| 1605 | 2026-09-04T03:17:20.363Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1606 | 2026-09-04T03:17:20.601Z | Compiling hickory-proto v0.24.4 |
| 1607 | 2026-09-04T03:17:21.110Z | Compiling tokio-rustls v0.26.4 |
| 1608 | 2026-09-04T03:17:21.451Z | Compiling rustls-platform-verifier v0.7.0 |
| 1609 | 2026-09-04T03:17:21.498Z | Compiling hyper-rustls v0.27.9 |
| 1610 | 2026-09-04T03:17:21.892Z | Compiling reqwest v0.13.4 |
| 1611 | 2026-09-04T03:17:24.402Z | Compiling progenitor-client v0.14.0 |
| 1612 | 2026-09-04T03:17:24.863Z | Compiling progenitor-extras v0.2.0 |
| 1613 | 2026-09-04T03:17:25.555Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1614 | 2026-09-04T03:17:31.770Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1615 | 2026-09-04T03:17:35.529Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1616 | 2026-09-04T03:17:35.860Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1617 | 2026-09-04T03:17:36.463Z | Compiling progenitor-impl v0.13.0 |
| 1618 | 2026-09-04T03:17:36.707Z | Compiling console v0.16.4 |
| 1619 | 2026-09-04T03:17:37.990Z | Compiling camino-tempfile v1.4.1 |
| 1620 | 2026-09-04T03:17:38.311Z | Compiling serde-big-array v0.5.1 |
| 1621 | 2026-09-04T03:17:38.387Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1622 | 2026-09-04T03:17:38.402Z | Compiling derive-where v1.6.1 |
| 1623 | 2026-09-04T03:17:38.581Z | Compiling pin-project-internal v1.1.13 |
| 1624 | 2026-09-04T03:17:39.187Z | Compiling siphasher v1.0.3 |
| 1625 | 2026-09-04T03:17:39.296Z | Compiling minimal-lexical v0.2.1 |
| 1626 | 2026-09-04T03:17:39.401Z | Compiling similar v3.2.0 |
| 1627 | 2026-09-04T03:17:39.548Z | Compiling lazy_static v1.5.0 |
| 1628 | 2026-09-04T03:17:39.616Z | Compiling nom v7.1.3 |
| 1629 | 2026-09-04T03:17:39.654Z | Compiling phf_shared v0.12.1 |
| 1630 | 2026-09-04T03:17:39.671Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1631 | 2026-09-04T03:17:39.687Z | Compiling pin-project v1.1.13 |
| 1632 | 2026-09-04T03:17:39.875Z | Compiling progenitor-macro v0.13.0 |
| 1633 | 2026-09-04T03:17:40.597Z | Compiling expectorate v1.3.0 |
| 1634 | 2026-09-04T03:17:40.639Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1635 | 2026-09-04T03:17:40.879Z | Compiling progenitor v0.14.0 |
| 1636 | 2026-09-04T03:17:40.900Z | Compiling progenitor-client v0.13.0 |
| 1637 | 2026-09-04T03:17:40.924Z | Compiling hickory-resolver v0.24.4 |
| 1638 | 2026-09-04T03:17:41.275Z | Compiling num_enum v0.5.11 |
| 1639 | 2026-09-04T03:17:43.693Z | Compiling newtype_derive v0.1.6 |
| 1640 | 2026-09-04T03:17:44.342Z | Compiling unicode-normalization v0.1.25 |
| 1641 | 2026-09-04T03:17:44.626Z | Compiling tokio-stream v0.1.19 |
| 1642 | 2026-09-04T03:17:44.898Z | Compiling snafu-derive v0.8.9 |
| 1643 | 2026-09-04T03:17:45.008Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-09-04T03:17:45.714Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1645 | 2026-09-04T03:17:46.628Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1646 | 2026-09-04T03:17:46.696Z | Compiling slog-dtrace v0.3.0 |
| 1647 | 2026-09-04T03:17:46.981Z | Compiling csv-core v0.1.13 |
| 1648 | 2026-09-04T03:17:47.411Z | Compiling bstr v1.13.1 |
| 1649 | 2026-09-04T03:17:47.414Z | Compiling cancel-safe-futures v0.1.5 |
| 1650 | 2026-09-04T03:17:47.660Z | Compiling owo-colors v4.3.0 |
| 1651 | 2026-09-04T03:17:47.685Z | Compiling konst_macro_rules v0.2.19 |
| 1652 | 2026-09-04T03:17:47.885Z | Compiling highway v1.3.0 |
| 1653 | 2026-09-04T03:17:48.023Z | Compiling same-file v1.0.6 |
| 1654 | 2026-09-04T03:17:48.208Z | Compiling openssl v0.10.81 |
| 1655 | 2026-09-04T03:17:48.665Z | Compiling unicode-xid v0.2.6 |
| 1656 | 2026-09-04T03:17:48.695Z | Compiling chrono-tz v0.10.4 |
| 1657 | 2026-09-04T03:17:48.695Z | Compiling unicode-width v0.1.14 |
| 1658 | 2026-09-04T03:17:48.695Z | Compiling foreign-types-shared v0.1.1 |
| 1659 | 2026-09-04T03:17:48.734Z | Compiling jiff-core v0.1.0 |
| 1660 | 2026-09-04T03:17:48.796Z | Compiling foldhash v0.1.5 |
| 1661 | 2026-09-04T03:17:48.896Z | Compiling foreign-types v0.3.2 |
| 1662 | 2026-09-04T03:17:48.980Z | Compiling hashbrown v0.15.5 |
| 1663 | 2026-09-04T03:17:49.022Z | Compiling const_format_proc_macros v0.2.34 |
| 1664 | 2026-09-04T03:17:49.638Z | Compiling jiff v0.2.35 |
| 1665 | 2026-09-04T03:17:49.863Z | Compiling walkdir v2.5.0 |
| 1666 | 2026-09-04T03:17:50.107Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1667 | 2026-09-04T03:17:50.542Z | Compiling konst v0.2.20 |
| 1668 | 2026-09-04T03:17:50.603Z | Compiling globset v0.4.20 |
| 1669 | 2026-09-04T03:17:50.935Z | Compiling csv v1.4.0 |
| 1670 | 2026-09-04T03:17:51.991Z | Compiling snafu v0.8.9 |
| 1671 | 2026-09-04T03:17:52.167Z | Compiling progenitor v0.13.0 |
| 1672 | 2026-09-04T03:17:52.324Z | Compiling qorb v0.4.1 |
| 1673 | 2026-09-04T03:17:52.640Z | Compiling olpc-cjson v0.1.4 |
| 1674 | 2026-09-04T03:17:52.845Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1675 | 2026-09-04T03:17:53.236Z | Compiling rayon v1.12.0 |
| 1676 | 2026-09-04T03:17:55.511Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1677 | 2026-09-04T03:17:55.964Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1678 | 2026-09-04T03:17:55.992Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1679 | 2026-09-04T03:17:56.482Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1680 | 2026-09-04T03:17:58.404Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1681 | 2026-09-04T03:17:58.566Z | Compiling phf v0.12.1 |
| 1682 | 2026-09-04T03:17:58.749Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1683 | 2026-09-04T03:17:59.644Z | Compiling zone_cfg_derive v0.3.1 |
| 1684 | 2026-09-04T03:17:59.834Z | Compiling tokio-dtrace v0.1.1 |
| 1685 | 2026-09-04T03:18:00.168Z | Compiling itertools v0.15.0 |
| 1686 | 2026-09-04T03:18:00.380Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1687 | 2026-09-04T03:18:00.688Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1688 | 2026-09-04T03:18:00.761Z | Compiling itertools v0.12.1 |
| 1689 | 2026-09-04T03:18:00.761Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1690 | 2026-09-04T03:18:00.778Z | Compiling pem v3.0.6 |
| 1691 | 2026-09-04T03:18:01.160Z | Compiling libsw-core v0.3.2 |
| 1692 | 2026-09-04T03:18:01.200Z | Compiling serde_plain v1.0.2 |
| 1693 | 2026-09-04T03:18:01.346Z | Compiling openssl-macros v0.1.1 |
| 1694 | 2026-09-04T03:18:01.442Z | Compiling cookie v0.18.2 |
| 1695 | 2026-09-04T03:18:01.479Z | Compiling sigpipe v0.1.3 |
| 1696 | 2026-09-04T03:18:01.579Z | Compiling fixedbitset v0.4.2 |
| 1697 | 2026-09-04T03:18:01.691Z | Compiling fixedbitset v0.5.7 |
| 1698 | 2026-09-04T03:18:01.706Z | Compiling glob v0.3.4 |
| 1699 | 2026-09-04T03:18:01.821Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1700 | 2026-09-04T03:18:01.845Z | Compiling typed-path v0.9.3 |
| 1701 | 2026-09-04T03:18:01.952Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1702 | 2026-09-04T03:18:02.058Z | Compiling petgraph v0.8.3 |
| 1703 | 2026-09-04T03:18:02.142Z | Compiling zone v0.3.1 |
| 1704 | 2026-09-04T03:18:02.622Z | Compiling petgraph v0.6.5 |
| 1705 | 2026-09-04T03:18:03.716Z | Compiling tough v0.22.0 |
| 1706 | 2026-09-04T03:18:04.445Z | Compiling ingot-macros v0.2.0 |
| 1707 | 2026-09-04T03:18:04.462Z | Compiling libsw v3.5.0 |
| 1708 | 2026-09-04T03:18:04.510Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-09-04T03:18:04.642Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1710 | 2026-09-04T03:18:04.754Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1711 | 2026-09-04T03:18:04.771Z | Compiling oxide-tokio-rt v0.1.6 |
| 1712 | 2026-09-04T03:18:05.049Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1713 | 2026-09-04T03:18:05.333Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1714 | 2026-09-04T03:18:07.162Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1715 | 2026-09-04T03:18:07.993Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1716 | 2026-09-04T03:18:08.275Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1717 | 2026-09-04T03:18:08.880Z | Compiling const_format v0.2.36 |
| 1718 | 2026-09-04T03:18:09.255Z | Compiling papergrid v0.11.0 |
| 1719 | 2026-09-04T03:18:09.387Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1720 | 2026-09-04T03:18:09.869Z | Compiling tabled_derive v0.7.0 |
| 1721 | 2026-09-04T03:18:10.502Z | Compiling libscf-sys v1.2.0 |
| 1722 | 2026-09-04T03:18:10.603Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1723 | 2026-09-04T03:18:10.844Z | Compiling gethostname v0.5.0 |
| 1724 | 2026-09-04T03:18:10.992Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-09-04T03:18:11.121Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1726 | 2026-09-04T03:18:11.259Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1727 | 2026-09-04T03:18:11.384Z | Compiling smf v0.2.3 |
| 1728 | 2026-09-04T03:18:11.431Z | Compiling bcs v0.1.6 |
| 1729 | 2026-09-04T03:18:11.609Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1730 | 2026-09-04T03:18:11.631Z | Compiling smawk v0.3.3 |
| 1731 | 2026-09-04T03:18:11.778Z | Compiling tagptr v0.2.0 |
| 1732 | 2026-09-04T03:18:11.825Z | Compiling linear-map v1.2.0 |
| 1733 | 2026-09-04T03:18:11.941Z | Compiling termtree v0.5.1 |
| 1734 | 2026-09-04T03:18:12.085Z | Compiling unicode-linebreak v0.1.5 |
| 1735 | 2026-09-04T03:18:12.132Z | Compiling whoami v1.6.1 |
| 1736 | 2026-09-04T03:18:12.523Z | Compiling textwrap v0.16.2 |
| 1737 | 2026-09-04T03:18:12.593Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1738 | 2026-09-04T03:18:14.015Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1739 | 2026-09-04T03:18:14.464Z | Compiling moka v0.12.16 |
| 1740 | 2026-09-04T03:18:14.508Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1741 | 2026-09-04T03:18:15.065Z | Compiling tabled v0.15.0 |
| 1742 | 2026-09-04T03:18:15.379Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1743 | 2026-09-04T03:18:15.714Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1744 | 2026-09-04T03:18:15.982Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1745 | 2026-09-04T03:18:16.194Z | Compiling steno v0.4.1 |
| 1746 | 2026-09-04T03:18:16.910Z | Compiling ingot-types v0.2.0 |
| 1747 | 2026-09-04T03:18:19.377Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1748 | 2026-09-04T03:18:21.307Z | Compiling hickory-proto v0.25.2 |
| 1749 | 2026-09-04T03:18:22.396Z | Compiling ingot v0.2.1 |
| 1750 | 2026-09-04T03:18:22.959Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1751 | 2026-09-04T03:18:23.006Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1752 | 2026-09-04T03:18:23.295Z | Compiling parking_lot_core v0.8.6 |
| 1753 | 2026-09-04T03:18:23.453Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1754 | 2026-09-04T03:18:23.573Z | Compiling hickory-resolver v0.25.2 |
| 1755 | 2026-09-04T03:18:24.292Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1756 | 2026-09-04T03:18:24.509Z | Compiling papergrid v0.18.0 |
| 1757 | 2026-09-04T03:18:24.532Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1758 | 2026-09-04T03:18:25.909Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-09-04T03:18:26.000Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1760 | 2026-09-04T03:18:26.362Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1761 | 2026-09-04T03:18:26.690Z | Compiling tabled v0.21.0 |
| 1762 | 2026-09-04T03:18:27.379Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1763 | 2026-09-04T03:18:29.384Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1764 | 2026-09-04T03:18:30.117Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1765 | 2026-09-04T03:18:30.227Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1766 | 2026-09-04T03:18:30.433Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1767 | 2026-09-04T03:18:31.106Z | Compiling arc-swap v1.9.2 |
| 1768 | 2026-09-04T03:18:31.452Z | Compiling slog-scope v4.4.1 |
| 1769 | 2026-09-04T03:18:31.839Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1770 | 2026-09-04T03:18:32.984Z | Compiling parking_lot v0.11.2 |
| 1771 | 2026-09-04T03:18:33.193Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1772 | 2026-09-04T03:18:33.523Z | Compiling dropshot-api-manager-types v0.8.0 |
| 1773 | 2026-09-04T03:18:33.848Z | Compiling fxhash v0.2.1 |
| 1774 | 2026-09-04T03:18:33.996Z | Compiling crc8 v0.1.1 |
| 1775 | 2026-09-04T03:18:34.077Z | Compiling sled v0.34.7 |
| 1776 | 2026-09-04T03:18:34.119Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1777 | 2026-09-04T03:18:34.579Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1778 | 2026-09-04T03:18:34.787Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1779 | 2026-09-04T03:18:35.371Z | Compiling slog-stdlog v4.1.1 |
| 1780 | 2026-09-04T03:18:35.714Z | Compiling port-file v0.1.0 |
| 1781 | 2026-09-04T03:18:35.962Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1782 | 2026-09-04T03:18:36.261Z | Compiling slog-envlogger v2.2.0 |
| 1783 | 2026-09-04T03:18:37.325Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1784 | 2026-09-04T03:18:38.129Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1785 | 2026-09-04T03:18:40.189Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1786 | 2026-09-04T03:18:43.477Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1787 | 2026-09-04T03:18:44.929Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1788 | 2026-09-04T03:18:53.495Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1789 | 2026-09-04T03:18:59.272Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1790 | 2026-09-04T03:19:02.707Z | Finished `release` profile [optimized] target(s) in 3m 40s |
| 1791 | 2026-09-04T03:19:03.028Z | + banner trio |
| 1792 | 2026-09-04T03:19:03.034Z | |
| 1793 | 2026-09-04T03:19:03.034Z | ##### ##### # #### |
| 1794 | 2026-09-04T03:19:03.034Z | # # # # # # |
| 1795 | 2026-09-04T03:19:03.034Z | # # # # # # |
| 1796 | 2026-09-04T03:19:03.034Z | # ##### # # # |
| 1797 | 2026-09-04T03:19:03.034Z | # # # # # # |
| 1798 | 2026-09-04T03:19:03.034Z | # # # # #### |
| 1799 | 2026-09-04T03:19:03.035Z | |
| 1800 | 2026-09-04T03:19:03.035Z | + pfexec cargo test --release -p mg-tests test_trio_v3 -- --nocapture |
| 1801 | 2026-09-04T03:19:03.603Z | Compiling cfg-if v1.0.4 |
| 1802 | 2026-09-04T03:19:03.607Z | Compiling libc v0.2.189 |
| 1803 | 2026-09-04T03:19:03.607Z | Compiling serde_core v1.0.229 |
| 1804 | 2026-09-04T03:19:03.713Z | Compiling memchr v2.8.3 |
| 1805 | 2026-09-04T03:19:03.718Z | Compiling smallvec v1.15.2 |
| 1806 | 2026-09-04T03:19:03.725Z | Compiling itoa v1.0.18 |
| 1807 | 2026-09-04T03:19:03.727Z | Compiling stable_deref_trait v1.2.1 |
| 1808 | 2026-09-04T03:19:03.733Z | Compiling zerofrom v0.1.8 |
| 1809 | 2026-09-04T03:19:03.753Z | Compiling zmij v1.0.23 |
| 1810 | 2026-09-04T03:19:03.799Z | Compiling litemap v0.8.2 |
| 1811 | 2026-09-04T03:19:03.856Z | Compiling yoke v0.8.3 |
| 1812 | 2026-09-04T03:19:03.950Z | Compiling writeable v0.6.3 |
| 1813 | 2026-09-04T03:19:03.950Z | Compiling utf8_iter v1.0.4 |
| 1814 | 2026-09-04T03:19:03.991Z | Compiling percent-encoding v2.3.2 |
| 1815 | 2026-09-04T03:19:04.050Z | Compiling zerovec v0.11.6 |
| 1816 | 2026-09-04T03:19:04.090Z | Compiling zerotrie v0.2.4 |
| 1817 | 2026-09-04T03:19:04.114Z | Compiling libm v0.2.16 |
| 1818 | 2026-09-04T03:19:04.188Z | Compiling icu_properties_data v2.2.0 |
| 1819 | 2026-09-04T03:19:04.223Z | Compiling icu_normalizer_data v2.2.0 |
| 1820 | 2026-09-04T03:19:04.251Z | Compiling form_urlencoded v1.2.2 |
| 1821 | 2026-09-04T03:19:04.298Z | Compiling rand_core v0.10.1 |
| 1822 | 2026-09-04T03:19:04.324Z | Compiling errno v0.3.14 |
| 1823 | 2026-09-04T03:19:04.460Z | Compiling getrandom v0.4.3 |
| 1824 | 2026-09-04T03:19:04.507Z | Compiling iana-time-zone v0.1.65 |
| 1825 | 2026-09-04T03:19:04.519Z | Compiling pin-project-lite v0.2.17 |
| 1826 | 2026-09-04T03:19:04.529Z | Compiling zeroize v1.9.0 |
| 1827 | 2026-09-04T03:19:04.613Z | Compiling dyn-clone v1.0.20 |
| 1828 | 2026-09-04T03:19:04.666Z | Compiling tinystr v0.8.3 |
| 1829 | 2026-09-04T03:19:04.692Z | Compiling potential_utf v0.1.5 |
| 1830 | 2026-09-04T03:19:04.752Z | Compiling socket2 v0.6.5 |
| 1831 | 2026-09-04T03:19:04.756Z | Compiling scopeguard v1.2.0 |
| 1832 | 2026-09-04T03:19:04.795Z | Compiling parking_lot_core v0.9.12 |
| 1833 | 2026-09-04T03:19:04.824Z | Compiling icu_locale_core v2.2.0 |
| 1834 | 2026-09-04T03:19:04.867Z | Compiling icu_collections v2.2.0 |
| 1835 | 2026-09-04T03:19:04.871Z | Compiling num-traits v0.2.19 |
| 1836 | 2026-09-04T03:19:04.889Z | Compiling lock_api v0.4.14 |
| 1837 | 2026-09-04T03:19:05.132Z | Compiling parking_lot v0.12.5 |
| 1838 | 2026-09-04T03:19:05.168Z | Compiling signal-hook-registry v1.4.8 |
| 1839 | 2026-09-04T03:19:05.553Z | Compiling serde v1.0.229 |
| 1840 | 2026-09-04T03:19:05.599Z | Compiling serde_json v1.0.151 |
| 1841 | 2026-09-04T03:19:05.610Z | Compiling uuid v1.26.0 |
| 1842 | 2026-09-04T03:19:05.635Z | Compiling icu_provider v2.2.0 |
| 1843 | 2026-09-04T03:19:05.691Z | Compiling semver v1.0.28 |
| 1844 | 2026-09-04T03:19:05.772Z | Compiling mio v1.2.2 |
| 1845 | 2026-09-04T03:19:06.039Z | Compiling bytes v1.12.1 |
| 1846 | 2026-09-04T03:19:06.180Z | Compiling icu_normalizer v2.2.0 |
| 1847 | 2026-09-04T03:19:06.194Z | Compiling icu_properties v2.2.0 |
| 1848 | 2026-09-04T03:19:06.198Z | Compiling chrono v0.4.45 |
| 1849 | 2026-09-04T03:19:06.318Z | Compiling thiserror v2.0.20 |
| 1850 | 2026-09-04T03:19:06.431Z | Compiling portable-atomic v1.15.0 |
| 1851 | 2026-09-04T03:19:06.460Z | Compiling bitflags v2.13.1 |
| 1852 | 2026-09-04T03:19:06.858Z | Compiling tokio v1.53.1 |
| 1853 | 2026-09-04T03:19:06.915Z | Compiling futures-core v0.3.34 |
| 1854 | 2026-09-04T03:19:07.101Z | Compiling critical-section v1.2.0 |
| 1855 | 2026-09-04T03:19:07.180Z | Compiling idna_adapter v1.2.2 |
| 1856 | 2026-09-04T03:19:07.232Z | Compiling once_cell v1.21.4 |
| 1857 | 2026-09-04T03:19:07.329Z | Compiling idna v1.1.0 |
| 1858 | 2026-09-04T03:19:07.358Z | Compiling log v0.4.33 |
| 1859 | 2026-09-04T03:19:07.465Z | Compiling subtle v2.6.1 |
| 1860 | 2026-09-04T03:19:07.524Z | Compiling equivalent v1.0.2 |
| 1861 | 2026-09-04T03:19:07.608Z | Compiling allocator-api2 v0.2.21 |
| 1862 | 2026-09-04T03:19:07.620Z | Compiling zerocopy v0.8.56 |
| 1863 | 2026-09-04T03:19:07.637Z | Compiling futures-sink v0.3.34 |
| 1864 | 2026-09-04T03:19:07.746Z | Compiling url v2.5.8 |
| 1865 | 2026-09-04T03:19:07.823Z | Compiling slab v0.4.12 |
| 1866 | 2026-09-04T03:19:08.006Z | Compiling typenum v1.20.1 |
| 1867 | 2026-09-04T03:19:08.027Z | Compiling futures-channel v0.3.34 |
| 1868 | 2026-09-04T03:19:08.138Z | Compiling hashbrown v0.17.1 |
| 1869 | 2026-09-04T03:19:08.289Z | Compiling getrandom v0.2.17 |
| 1870 | 2026-09-04T03:19:08.526Z | Compiling schemars v0.8.22 |
| 1871 | 2026-09-04T03:19:08.995Z | Compiling futures-task v0.3.34 |
| 1872 | 2026-09-04T03:19:09.002Z | Compiling futures-io v0.3.34 |
| 1873 | 2026-09-04T03:19:09.024Z | Compiling futures-util v0.3.34 |
| 1874 | 2026-09-04T03:19:09.031Z | Compiling rand_core v0.6.4 |
| 1875 | 2026-09-04T03:19:09.288Z | Compiling indexmap v2.14.0 |
| 1876 | 2026-09-04T03:19:09.419Z | Compiling tracing-core v0.1.36 |
| 1877 | 2026-09-04T03:19:09.658Z | Compiling ipnetwork v0.21.1 |
| 1878 | 2026-09-04T03:19:10.125Z | Compiling tracing v0.1.44 |
| 1879 | 2026-09-04T03:19:10.203Z | Compiling base64 v0.22.1 |
| 1880 | 2026-09-04T03:19:10.440Z | Compiling http v1.5.0 |
| 1881 | 2026-09-04T03:19:10.469Z | Compiling unicode-ident v1.0.24 |
| 1882 | 2026-09-04T03:19:10.584Z | Compiling proc-macro2 v1.0.107 |
| 1883 | 2026-09-04T03:19:10.697Z | Compiling slog v2.8.2 |
| 1884 | 2026-09-04T03:19:10.715Z | Compiling erased-serde v0.3.31 |
| 1885 | 2026-09-04T03:19:10.864Z | Compiling fnv v1.0.7 |
| 1886 | 2026-09-04T03:19:10.968Z | Compiling oxnet v0.1.7 |
| 1887 | 2026-09-04T03:19:11.510Z | Compiling quote v1.0.47 |
| 1888 | 2026-09-04T03:19:11.648Z | Compiling tokio-util v0.7.19 |
| 1889 | 2026-09-04T03:19:11.860Z | Compiling syn v2.0.119 |
| 1890 | 2026-09-04T03:19:12.144Z | Compiling ipnet v2.12.1 |
| 1891 | 2026-09-04T03:19:12.306Z | Compiling byteorder v1.5.0 |
| 1892 | 2026-09-04T03:19:12.565Z | Compiling thiserror v1.0.69 |
| 1893 | 2026-09-04T03:19:12.674Z | Compiling ppv-lite86 v0.2.21 |
| 1894 | 2026-09-04T03:19:12.690Z | Compiling rustls-pki-types v1.15.1 |
| 1895 | 2026-09-04T03:19:12.944Z | Compiling aws-lc-sys v0.44.0 |
| 1896 | 2026-09-04T03:19:13.005Z | Compiling http-body v1.1.0 |
| 1897 | 2026-09-04T03:19:13.177Z | Compiling atomic-waker v1.1.2 |
| 1898 | 2026-09-04T03:19:13.314Z | Compiling untrusted v0.7.1 |
| 1899 | 2026-09-04T03:19:13.333Z | Compiling httparse v1.10.1 |
| 1900 | 2026-09-04T03:19:13.373Z | Compiling rustls v0.23.43 |
| 1901 | 2026-09-04T03:19:13.448Z | Compiling aws-lc-rs v1.18.0 |
| 1902 | 2026-09-04T03:19:13.508Z | Compiling try-lock v0.2.5 |
| 1903 | 2026-09-04T03:19:13.532Z | Compiling tower-service v0.3.3 |
| 1904 | 2026-09-04T03:19:13.545Z | Compiling untrusted v0.9.0 |
| 1905 | 2026-09-04T03:19:13.747Z | Compiling ryu v1.0.23 |
| 1906 | 2026-09-04T03:19:13.772Z | Compiling pretty-hex v0.4.2 |
| 1907 | 2026-09-04T03:19:13.772Z | Compiling tower-layer v0.3.3 |
| 1908 | 2026-09-04T03:19:13.772Z | Compiling want v0.3.1 |
| 1909 | 2026-09-04T03:19:13.772Z | Compiling h2 v0.4.15 |
| 1910 | 2026-09-04T03:19:13.787Z | Compiling httpdate v1.0.3 |
| 1911 | 2026-09-04T03:19:13.824Z | Compiling rustix v1.1.4 |
| 1912 | 2026-09-04T03:19:13.863Z | Compiling regex-syntax v0.8.11 |
| 1913 | 2026-09-04T03:19:13.893Z | Compiling plain v0.2.3 |
| 1914 | 2026-09-04T03:19:14.008Z | Compiling getrandom v0.3.4 |
| 1915 | 2026-09-04T03:19:14.149Z | Compiling omicron-workspace-hack v0.1.0 |
| 1916 | 2026-09-04T03:19:14.217Z | Compiling ucd-trie v0.1.7 |
| 1917 | 2026-09-04T03:19:14.232Z | Compiling rand_core v0.9.5 |
| 1918 | 2026-09-04T03:19:14.484Z | Compiling pest v2.8.8 |
| 1919 | 2026-09-04T03:19:14.775Z | Compiling rustls-webpki v0.103.14 |
| 1920 | 2026-09-04T03:19:16.144Z | Compiling crossbeam-utils v0.8.22 |
| 1921 | 2026-09-04T03:19:16.330Z | Compiling hyper v1.11.0 |
| 1922 | 2026-09-04T03:19:16.871Z | Compiling serde_urlencoded v0.7.1 |
| 1923 | 2026-09-04T03:19:17.193Z | Compiling http-body-util v0.1.5 |
| 1924 | 2026-09-04T03:19:17.285Z | Compiling foldhash v0.2.0 |
| 1925 | 2026-09-04T03:19:17.527Z | Compiling newtype-uuid v1.4.0 |
| 1926 | 2026-09-04T03:19:17.573Z | Compiling hex v0.4.3 |
| 1927 | 2026-09-04T03:19:17.870Z | Compiling hyper-util v0.1.20 |
| 1928 | 2026-09-04T03:19:18.479Z | Compiling daft v0.1.8 |
| 1929 | 2026-09-04T03:19:18.772Z | Compiling rand_chacha v0.9.0 |
| 1930 | 2026-09-04T03:19:19.340Z | Compiling tokio-rustls v0.26.4 |
| 1931 | 2026-09-04T03:19:19.661Z | Compiling sync_wrapper v1.0.2 |
| 1932 | 2026-09-04T03:19:19.777Z | Compiling aho-corasick v1.1.5 |
| 1933 | 2026-09-04T03:19:19.967Z | Compiling fastrand v2.5.0 |
| 1934 | 2026-09-04T03:19:20.320Z | Compiling tower v0.5.3 |
| 1935 | 2026-09-04T03:19:20.726Z | Compiling anyhow v1.0.104 |
| 1936 | 2026-09-04T03:19:20.786Z | Compiling regex-automata v0.4.18 |
| 1937 | 2026-09-04T03:19:20.930Z | Compiling rand v0.9.5 |
| 1938 | 2026-09-04T03:19:21.118Z | Compiling tower-http v0.6.11 |
| 1939 | 2026-09-04T03:19:21.178Z | Compiling generic-array v0.14.7 |
| 1940 | 2026-09-04T03:19:21.395Z | Compiling hashbrown v0.16.1 |
| 1941 | 2026-09-04T03:19:21.633Z | Compiling openapiv3 v2.2.0 |
| 1942 | 2026-09-04T03:19:21.723Z | Compiling cpufeatures v0.3.0 |
| 1943 | 2026-09-04T03:19:21.772Z | Compiling openssl-probe v0.2.1 |
| 1944 | 2026-09-04T03:19:21.802Z | Compiling time-core v0.1.9 |
| 1945 | 2026-09-04T03:19:22.005Z | Compiling num_threads v0.1.7 |
| 1946 | 2026-09-04T03:19:22.029Z | Compiling num-conv v0.2.2 |
| 1947 | 2026-09-04T03:19:22.100Z | Compiling powerfmt v0.2.0 |
| 1948 | 2026-09-04T03:19:22.122Z | Compiling deranged v0.5.8 |
| 1949 | 2026-09-04T03:19:22.188Z | Compiling rustls-native-certs v0.8.4 |
| 1950 | 2026-09-04T03:19:22.368Z | Compiling camino v1.2.5 |
| 1951 | 2026-09-04T03:19:22.932Z | Compiling tempfile v3.27.0 |
| 1952 | 2026-09-04T03:19:23.009Z | Compiling futures-executor v0.3.34 |
| 1953 | 2026-09-04T03:19:23.200Z | Compiling time v0.3.55 |
| 1954 | 2026-09-04T03:19:23.516Z | Compiling winnow v1.0.4 |
| 1955 | 2026-09-04T03:19:23.775Z | Compiling futures v0.3.34 |
| 1956 | 2026-09-04T03:19:23.858Z | Compiling regex v1.13.1 |
| 1957 | 2026-09-04T03:19:23.884Z | Compiling rustls-platform-verifier v0.7.0 |
| 1958 | 2026-09-04T03:19:24.444Z | Compiling hyper-rustls v0.27.9 |
| 1959 | 2026-09-04T03:19:24.820Z | Compiling crossbeam-channel v0.5.16 |
| 1960 | 2026-09-04T03:19:24.965Z | Compiling scroll v0.13.0 |
| 1961 | 2026-09-04T03:19:25.123Z | Compiling hybrid-array v0.4.14 |
| 1962 | 2026-09-04T03:19:25.272Z | Compiling simd-adler32 v0.3.10 |
| 1963 | 2026-09-04T03:19:25.332Z | Compiling adler2 v2.0.1 |
| 1964 | 2026-09-04T03:19:25.508Z | Compiling miniz_oxide v0.8.9 |
| 1965 | 2026-09-04T03:19:25.518Z | Compiling goblin v0.10.7 |
| 1966 | 2026-09-04T03:19:25.618Z | Compiling crc32fast v1.5.0 |
| 1967 | 2026-09-04T03:19:25.868Z | Compiling reqwest v0.13.4 |
| 1968 | 2026-09-04T03:19:26.095Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1969 | 2026-09-04T03:19:26.129Z | Compiling thread_local v1.1.10 |
| 1970 | 2026-09-04T03:19:26.460Z | Compiling either v1.17.0 |
| 1971 | 2026-09-04T03:19:26.695Z | Compiling flate2 v1.1.9 |
| 1972 | 2026-09-04T03:19:26.875Z | Compiling crypto-common v0.2.2 |
| 1973 | 2026-09-04T03:19:27.291Z | Compiling block-buffer v0.12.1 |
| 1974 | 2026-09-04T03:19:27.476Z | Compiling crypto-common v0.1.7 |
| 1975 | 2026-09-04T03:19:27.627Z | Compiling dtrace-parser v0.3.0 |
| 1976 | 2026-09-04T03:19:28.088Z | Compiling rand_chacha v0.3.1 |
| 1977 | 2026-09-04T03:19:28.192Z | Compiling thread-id v5.1.0 |
| 1978 | 2026-09-04T03:19:28.280Z | Compiling is-terminal v0.4.17 |
| 1979 | 2026-09-04T03:19:28.385Z | Compiling const-oid v0.10.2 |
| 1980 | 2026-09-04T03:19:28.684Z | Compiling dof v0.4.0 |
| 1981 | 2026-09-04T03:19:28.697Z | Compiling take_mut v0.2.2 |
| 1982 | 2026-09-04T03:19:28.813Z | Compiling term v1.2.1 |
| 1983 | 2026-09-04T03:19:30.164Z | Compiling match_cfg v0.1.0 |
| 1984 | 2026-09-04T03:19:30.240Z | Compiling debug-ignore v1.0.5 |
| 1985 | 2026-09-04T03:19:30.370Z | Compiling compression-core v0.4.32 |
| 1986 | 2026-09-04T03:19:30.548Z | Compiling compression-codecs v0.4.38 |
| 1987 | 2026-09-04T03:19:30.667Z | Compiling hostname v0.3.1 |
| 1988 | 2026-09-04T03:19:30.838Z | Compiling usdt-impl v0.6.0 |
| 1989 | 2026-09-04T03:19:30.890Z | Compiling slog-term v2.9.2 |
| 1990 | 2026-09-04T03:19:31.683Z | Compiling slog-async v2.8.0 |
| 1991 | 2026-09-04T03:19:32.330Z | Compiling digest v0.11.3 |
| 1992 | 2026-09-04T03:19:32.364Z | Compiling rand v0.8.7 |
| 1993 | 2026-09-04T03:19:32.526Z | Compiling ref-cast v1.0.26 |
| 1994 | 2026-09-04T03:19:32.643Z | Compiling slog-json v2.6.1 |
| 1995 | 2026-09-04T03:19:32.912Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1996 | 2026-09-04T03:19:33.132Z | Compiling strum v0.26.3 |
| 1997 | 2026-09-04T03:19:33.152Z | Compiling macaddr v1.0.1 |
| 1998 | 2026-09-04T03:19:33.185Z | Compiling serde_spanned v1.1.1 |
| 1999 | 2026-09-04T03:19:33.333Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2000 | 2026-09-04T03:19:33.410Z | Compiling wait-timeout v0.2.1 |
| 2001 | 2026-09-04T03:19:33.747Z | Compiling memmap2 v0.9.11 |
| 2002 | 2026-09-04T03:19:33.887Z | Compiling encoding_rs v0.8.35 |
| 2003 | 2026-09-04T03:19:34.053Z | Compiling quick-error v1.2.3 |
| 2004 | 2026-09-04T03:19:34.165Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2005 | 2026-09-04T03:19:34.195Z | Compiling bit-vec v0.8.0 |
| 2006 | 2026-09-04T03:19:34.433Z | Compiling spin v0.9.9 |
| 2007 | 2026-09-04T03:19:34.498Z | Compiling mime v0.3.17 |
| 2008 | 2026-09-04T03:19:34.547Z | Compiling bit-set v0.8.0 |
| 2009 | 2026-09-04T03:19:34.735Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2010 | 2026-09-04T03:19:34.952Z | Compiling multer v3.1.0 |
| 2011 | 2026-09-04T03:19:35.085Z | Compiling rusty-fork v0.3.1 |
| 2012 | 2026-09-04T03:19:35.916Z | Compiling usdt v0.6.0 |
| 2013 | 2026-09-04T03:19:36.193Z | Compiling slog-bunyan v2.5.0 |
| 2014 | 2026-09-04T03:19:36.377Z | Compiling sha1 v0.11.0 |
| 2015 | 2026-09-04T03:19:36.577Z | Compiling async-compression v0.4.43 |
| 2016 | 2026-09-04T03:19:36.845Z | Compiling serde_with v3.22.0 |
| 2017 | 2026-09-04T03:19:36.919Z | Compiling async-stream v0.3.6 |
| 2018 | 2026-09-04T03:19:37.023Z | Compiling rand_xorshift v0.4.0 |
| 2019 | 2026-09-04T03:19:37.132Z | Compiling waitgroup v0.1.2 |
| 2020 | 2026-09-04T03:19:37.184Z | Compiling rustls-pemfile v2.2.0 |
| 2021 | 2026-09-04T03:19:37.233Z | Compiling serde_path_to_error v0.1.20 |
| 2022 | 2026-09-04T03:19:37.291Z | Compiling hostname v0.4.2 |
| 2023 | 2026-09-04T03:19:37.486Z | Compiling unarray v0.1.4 |
| 2024 | 2026-09-04T03:19:37.493Z | Compiling progenitor-client v0.14.0 |
| 2025 | 2026-09-04T03:19:37.575Z | Compiling dropshot v0.17.1 |
| 2026 | 2026-09-04T03:19:37.689Z | Compiling proptest v1.11.0 |
| 2027 | 2026-09-04T03:19:37.727Z | Compiling strum v0.27.2 |
| 2028 | 2026-09-04T03:19:37.859Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2029 | 2026-09-04T03:19:37.930Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2030 | 2026-09-04T03:19:38.008Z | Compiling iddqd v0.4.6 |
| 2031 | 2026-09-04T03:19:38.093Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2032 | 2026-09-04T03:19:38.155Z | Compiling block-buffer v0.10.4 |
| 2033 | 2026-09-04T03:19:38.321Z | Compiling reqwest v0.12.28 |
| 2034 | 2026-09-04T03:19:38.391Z | Compiling backon v1.6.0 |
| 2035 | 2026-09-04T03:19:38.646Z | Compiling instant v0.1.13 |
| 2036 | 2026-09-04T03:19:38.766Z | Compiling backoff v0.4.0 |
| 2037 | 2026-09-04T03:19:38.982Z | Compiling progenitor-extras v0.2.0 |
| 2038 | 2026-09-04T03:19:39.178Z | Compiling digest v0.10.7 |
| 2039 | 2026-09-04T03:19:39.221Z | Compiling parse-display v0.10.0 |
| 2040 | 2026-09-04T03:19:39.428Z | Compiling progenitor-client v0.10.0 |
| 2041 | 2026-09-04T03:19:39.548Z | Compiling itertools v0.14.0 |
| 2042 | 2026-09-04T03:19:39.890Z | Compiling regress v0.10.5 |
| 2043 | 2026-09-04T03:19:39.902Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2044 | 2026-09-04T03:19:40.092Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2045 | 2026-09-04T03:19:41.057Z | Compiling humantime v2.4.0 |
| 2046 | 2026-09-04T03:19:41.534Z | Compiling cpufeatures v0.2.17 |
| 2047 | 2026-09-04T03:19:41.577Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2048 | 2026-09-04T03:19:41.859Z | Compiling heck v0.5.0 |
| 2049 | 2026-09-04T03:19:42.736Z | Compiling unicode-width v0.2.2 |
| 2050 | 2026-09-04T03:19:43.058Z | Compiling secrecy v0.10.3 |
| 2051 | 2026-09-04T03:19:43.232Z | Compiling tinyvec_macros v0.1.1 |
| 2052 | 2026-09-04T03:19:43.310Z | Compiling tinyvec v1.12.0 |
| 2053 | 2026-09-04T03:19:43.618Z | Compiling num-integer v0.1.47 |
| 2054 | 2026-09-04T03:19:43.754Z | Compiling scroll v0.12.0 |
| 2055 | 2026-09-04T03:19:43.766Z | Compiling crucible-workspace-hack v0.1.0 |
| 2056 | 2026-09-04T03:19:43.849Z | Compiling hmac v0.12.1 |
| 2057 | 2026-09-04T03:19:44.005Z | Compiling regress v0.11.1 |
| 2058 | 2026-09-04T03:19:44.069Z | Compiling inout v0.1.4 |
| 2059 | 2026-09-04T03:19:44.120Z | Compiling ff v0.13.1 |
| 2060 | 2026-09-04T03:19:44.248Z | Compiling utf8parse v0.2.2 |
| 2061 | 2026-09-04T03:19:44.272Z | Compiling group v0.13.0 |
| 2062 | 2026-09-04T03:19:44.338Z | Compiling anstyle-parse v1.0.0 |
| 2063 | 2026-09-04T03:19:44.389Z | Compiling cipher v0.4.4 |
| 2064 | 2026-09-04T03:19:44.597Z | Compiling goblin v0.8.2 |
| 2065 | 2026-09-04T03:19:44.611Z | Compiling hkdf v0.12.4 |
| 2066 | 2026-09-04T03:19:44.676Z | Compiling num-iter v0.1.46 |
| 2067 | 2026-09-04T03:19:44.759Z | Compiling num-rational v0.4.2 |
| 2068 | 2026-09-04T03:19:44.774Z | Compiling zerocopy v0.7.35 |
| 2069 | 2026-09-04T03:19:45.388Z | Compiling universal-hash v0.5.1 |
| 2070 | 2026-09-04T03:19:45.534Z | Compiling crypto-bigint v0.5.5 |
| 2071 | 2026-09-04T03:19:47.020Z | Compiling typify-impl v0.6.2 |
| 2072 | 2026-09-04T03:19:47.093Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2073 | 2026-09-04T03:19:47.451Z | Compiling terminal_size v0.4.4 |
| 2074 | 2026-09-04T03:19:49.034Z | Compiling half v2.7.1 |
| 2075 | 2026-09-04T03:19:49.094Z | Compiling num-complex v0.4.6 |
| 2076 | 2026-09-04T03:19:49.094Z | Compiling opaque-debug v0.3.1 |
| 2077 | 2026-09-04T03:19:49.095Z | Compiling ciborium-io v0.2.2 |
| 2078 | 2026-09-04T03:19:49.095Z | Compiling anstyle v1.0.14 |
| 2079 | 2026-09-04T03:19:49.095Z | Compiling colorchoice v1.0.5 |
| 2080 | 2026-09-04T03:19:49.095Z | Compiling is_terminal_polyfill v1.70.2 |
| 2081 | 2026-09-04T03:19:49.095Z | Compiling base64ct v1.8.3 |
| 2082 | 2026-09-04T03:19:49.095Z | Compiling anstyle-query v1.1.5 |
| 2083 | 2026-09-04T03:19:49.095Z | Compiling base16ct v0.2.0 |
| 2084 | 2026-09-04T03:19:49.095Z | Compiling elliptic-curve v0.13.8 |
| 2085 | 2026-09-04T03:19:49.095Z | Compiling password-hash v0.5.0 |
| 2086 | 2026-09-04T03:19:49.095Z | Compiling anstream v1.0.0 |
| 2087 | 2026-09-04T03:19:49.189Z | Compiling num v0.4.3 |
| 2088 | 2026-09-04T03:19:49.237Z | Compiling ciborium-ll v0.2.2 |
| 2089 | 2026-09-04T03:19:49.386Z | Compiling poly1305 v0.8.0 |
| 2090 | 2026-09-04T03:19:49.594Z | Compiling curve25519-dalek v4.1.3 |
| 2091 | 2026-09-04T03:19:49.878Z | Compiling typify v0.6.2 |
| 2092 | 2026-09-04T03:19:49.997Z | Compiling dof v0.3.0 |
| 2093 | 2026-09-04T03:19:50.057Z | Compiling thiserror-no-std v2.0.2 |
| 2094 | 2026-09-04T03:19:50.146Z | Compiling chacha20 v0.9.1 |
| 2095 | 2026-09-04T03:19:50.395Z | Compiling crossbeam-epoch v0.9.20 |
| 2096 | 2026-09-04T03:19:50.879Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2097 | 2026-09-04T03:19:51.335Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-09-04T03:19:52.248Z | Compiling blake2 v0.10.6 |
| 2099 | 2026-09-04T03:19:52.628Z | Compiling aead v0.5.2 |
| 2100 | 2026-09-04T03:19:52.774Z | Compiling byte-wrapper v0.1.0 |
| 2101 | 2026-09-04T03:19:52.797Z | Compiling dtrace-parser v0.2.0 |
| 2102 | 2026-09-04T03:19:53.099Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2103 | 2026-09-04T03:19:53.459Z | Compiling thread-id v4.2.2 |
| 2104 | 2026-09-04T03:19:53.578Z | Compiling strsim v0.11.1 |
| 2105 | 2026-09-04T03:19:53.624Z | Compiling float-ord v0.3.2 |
| 2106 | 2026-09-04T03:19:53.647Z | Compiling clap_lex v1.1.0 |
| 2107 | 2026-09-04T03:19:53.803Z | Compiling keccak v0.1.6 |
| 2108 | 2026-09-04T03:19:54.058Z | Compiling sha3 v0.10.9 |
| 2109 | 2026-09-04T03:19:54.118Z | Compiling clap_builder v4.6.6 |
| 2110 | 2026-09-04T03:19:54.314Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2111 | 2026-09-04T03:19:54.398Z | Compiling usdt-impl v0.5.0 |
| 2112 | 2026-09-04T03:19:54.466Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2113 | 2026-09-04T03:19:55.658Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2114 | 2026-09-04T03:19:57.379Z | Compiling chacha20poly1305 v0.10.1 |
| 2115 | 2026-09-04T03:19:57.534Z | Compiling argon2 v0.5.3 |
| 2116 | 2026-09-04T03:19:58.585Z | Compiling vsss-rs v3.3.4 |
| 2117 | 2026-09-04T03:19:58.642Z | Compiling ciborium v0.2.2 |
| 2118 | 2026-09-04T03:19:59.506Z | Compiling hash32 v0.3.1 |
| 2119 | 2026-09-04T03:19:59.666Z | Compiling memmap v0.7.0 |
| 2120 | 2026-09-04T03:19:59.904Z | Compiling data-encoding v2.11.1 |
| 2121 | 2026-09-04T03:19:59.919Z | Compiling indent_write v2.2.0 |
| 2122 | 2026-09-04T03:20:00.035Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2123 | 2026-09-04T03:20:00.067Z | Compiling usdt v0.5.0 |
| 2124 | 2026-09-04T03:20:00.705Z | Compiling heapless v0.8.0 |
| 2125 | 2026-09-04T03:20:01.130Z | Compiling ingot-types v0.1.2 |
| 2126 | 2026-09-04T03:20:01.216Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2127 | 2026-09-04T03:20:01.531Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2128 | 2026-09-04T03:20:01.796Z | Compiling clap v4.6.6 |
| 2129 | 2026-09-04T03:20:01.832Z | Compiling rustix v0.38.44 |
| 2130 | 2026-09-04T03:20:01.832Z | Compiling tabwriter v1.4.1 |
| 2131 | 2026-09-04T03:20:02.024Z | Compiling cobs v0.3.0 |
| 2132 | 2026-09-04T03:20:03.003Z | Compiling foreign-types-shared v0.3.1 |
| 2133 | 2026-09-04T03:20:03.093Z | Compiling managed v0.8.0 |
| 2134 | 2026-09-04T03:20:03.093Z | Compiling bitflags v1.3.2 |
| 2135 | 2026-09-04T03:20:03.093Z | Compiling colored v3.1.1 |
| 2136 | 2026-09-04T03:20:03.093Z | Compiling smoltcp v0.11.0 |
| 2137 | 2026-09-04T03:20:03.128Z | Compiling foreign-types v0.5.0 |
| 2138 | 2026-09-04T03:20:03.138Z | Compiling postcard v1.1.3 |
| 2139 | 2026-09-04T03:20:03.279Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2140 | 2026-09-04T03:20:03.488Z | Compiling ingot v0.1.1 |
| 2141 | 2026-09-04T03:20:04.548Z | Compiling num_enum v0.7.6 |
| 2142 | 2026-09-04T03:20:04.677Z | Compiling memoffset v0.9.1 |
| 2143 | 2026-09-04T03:20:04.770Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2144 | 2026-09-04T03:20:04.888Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2145 | 2026-09-04T03:20:05.167Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2146 | 2026-09-04T03:20:05.192Z | Compiling chacha20 v0.10.1 |
| 2147 | 2026-09-04T03:20:05.287Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2148 | 2026-09-04T03:20:05.523Z | Compiling toml_datetime v0.6.11 |
| 2149 | 2026-09-04T03:20:05.649Z | Compiling serde_spanned v0.6.9 |
| 2150 | 2026-09-04T03:20:05.726Z | Compiling cstr-argument v0.1.2 |
| 2151 | 2026-09-04T03:20:05.804Z | Compiling resolv-conf v0.7.6 |
| 2152 | 2026-09-04T03:20:05.884Z | Compiling unicode-segmentation v1.13.3 |
| 2153 | 2026-09-04T03:20:05.897Z | Compiling winnow v0.7.15 |
| 2154 | 2026-09-04T03:20:05.911Z | Compiling static_assertions v1.1.0 |
| 2155 | 2026-09-04T03:20:06.019Z | Compiling swrite v0.1.0 |
| 2156 | 2026-09-04T03:20:06.111Z | Compiling linked-hash-map v0.5.6 |
| 2157 | 2026-09-04T03:20:06.311Z | Compiling toml_write v0.1.2 |
| 2158 | 2026-09-04T03:20:06.423Z | Compiling lru-cache v0.1.2 |
| 2159 | 2026-09-04T03:20:06.435Z | Compiling newline-converter v0.3.0 |
| 2160 | 2026-09-04T03:20:06.527Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2161 | 2026-09-04T03:20:06.552Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2162 | 2026-09-04T03:20:06.562Z | Compiling rand v0.10.2 |
| 2163 | 2026-09-04T03:20:06.566Z | Compiling hubpack v0.1.2 |
| 2164 | 2026-09-04T03:20:06.810Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2165 | 2026-09-04T03:20:06.886Z | Compiling nix v0.31.3 |
| 2166 | 2026-09-04T03:20:06.964Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2167 | 2026-09-04T03:20:07.209Z | Compiling crossbeam-deque v0.8.7 |
| 2168 | 2026-09-04T03:20:07.344Z | Compiling atomicwrites v0.4.4 |
| 2169 | 2026-09-04T03:20:07.427Z | Compiling hickory-proto v0.24.4 |
| 2170 | 2026-09-04T03:20:07.654Z | Compiling toml_edit v0.22.27 |
| 2171 | 2026-09-04T03:20:07.832Z | Compiling console v0.16.4 |
| 2172 | 2026-09-04T03:20:08.264Z | Compiling itertools v0.12.1 |
| 2173 | 2026-09-04T03:20:09.169Z | Compiling camino-tempfile v1.4.1 |
| 2174 | 2026-09-04T03:20:09.479Z | Compiling serde-big-array v0.5.1 |
| 2175 | 2026-09-04T03:20:09.603Z | Compiling similar v3.2.0 |
| 2176 | 2026-09-04T03:20:09.644Z | Compiling lazy_static v1.5.0 |
| 2177 | 2026-09-04T03:20:09.745Z | Compiling siphasher v1.0.3 |
| 2178 | 2026-09-04T03:20:09.831Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2179 | 2026-09-04T03:20:10.104Z | Compiling phf_shared v0.12.1 |
| 2180 | 2026-09-04T03:20:10.316Z | Compiling pin-project v1.1.13 |
| 2181 | 2026-09-04T03:20:10.381Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2182 | 2026-09-04T03:20:10.493Z | Compiling hickory-resolver v0.24.4 |
| 2183 | 2026-09-04T03:20:10.581Z | Compiling expectorate v1.3.0 |
| 2184 | 2026-09-04T03:20:11.218Z | Compiling toml v0.8.23 |
| 2185 | 2026-09-04T03:20:13.883Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2186 | 2026-09-04T03:20:14.111Z | Compiling prettyplease v0.2.37 |
| 2187 | 2026-09-04T03:20:16.756Z | Compiling rayon-core v1.13.0 |
| 2188 | 2026-09-04T03:20:16.854Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2189 | 2026-09-04T03:20:16.971Z | Compiling num_enum v0.5.11 |
| 2190 | 2026-09-04T03:20:17.103Z | Compiling progenitor-impl v0.13.0 |
| 2191 | 2026-09-04T03:20:17.421Z | Compiling progenitor-impl v0.14.0 |
| 2192 | 2026-09-04T03:20:19.520Z | Compiling unicode-normalization v0.1.25 |
| 2193 | 2026-09-04T03:20:19.685Z | Compiling progenitor-client v0.13.0 |
| 2194 | 2026-09-04T03:20:20.101Z | Compiling tokio-stream v0.1.19 |
| 2195 | 2026-09-04T03:20:20.183Z | Compiling bstr v1.13.1 |
| 2196 | 2026-09-04T03:20:20.675Z | Compiling csv-core v0.1.13 |
| 2197 | 2026-09-04T03:20:20.879Z | Compiling highway v1.3.0 |
| 2198 | 2026-09-04T03:20:21.090Z | Compiling foreign-types-shared v0.1.1 |
| 2199 | 2026-09-04T03:20:21.180Z | Compiling jiff-core v0.1.0 |
| 2200 | 2026-09-04T03:20:21.565Z | Compiling same-file v1.0.6 |
| 2201 | 2026-09-04T03:20:21.772Z | Compiling foldhash v0.1.5 |
| 2202 | 2026-09-04T03:20:22.131Z | Compiling konst_macro_rules v0.2.19 |
| 2203 | 2026-09-04T03:20:22.176Z | Compiling unicode-width v0.1.14 |
| 2204 | 2026-09-04T03:20:22.533Z | Compiling konst v0.2.20 |
| 2205 | 2026-09-04T03:20:22.611Z | Compiling jiff v0.2.35 |
| 2206 | 2026-09-04T03:20:22.859Z | Compiling hashbrown v0.15.5 |
| 2207 | 2026-09-04T03:20:23.461Z | Compiling walkdir v2.5.0 |
| 2208 | 2026-09-04T03:20:24.469Z | Compiling foreign-types v0.3.2 |
| 2209 | 2026-09-04T03:20:24.469Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2210 | 2026-09-04T03:20:24.469Z | Compiling csv v1.4.0 |
| 2211 | 2026-09-04T03:20:24.652Z | Compiling globset v0.4.20 |
| 2212 | 2026-09-04T03:20:24.757Z | Compiling qorb v0.4.1 |
| 2213 | 2026-09-04T03:20:25.514Z | Compiling snafu v0.8.9 |
| 2214 | 2026-09-04T03:20:26.111Z | Compiling progenitor v0.13.0 |
| 2215 | 2026-09-04T03:20:26.230Z | Compiling olpc-cjson v0.1.4 |
| 2216 | 2026-09-04T03:20:26.423Z | Compiling progenitor v0.14.0 |
| 2217 | 2026-09-04T03:20:26.660Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2218 | 2026-09-04T03:20:27.194Z | Compiling rayon v1.12.0 |
| 2219 | 2026-09-04T03:20:27.239Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2220 | 2026-09-04T03:20:29.467Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2221 | 2026-09-04T03:20:30.609Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2222 | 2026-09-04T03:20:31.973Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2223 | 2026-09-04T03:20:33.628Z | Compiling phf v0.12.1 |
| 2224 | 2026-09-04T03:20:33.802Z | Compiling openssl-sys v0.9.117 |
| 2225 | 2026-09-04T03:20:34.186Z | Compiling tokio-dtrace v0.1.1 |
| 2226 | 2026-09-04T03:20:34.428Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2227 | 2026-09-04T03:20:34.475Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2228 | 2026-09-04T03:20:34.717Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2229 | 2026-09-04T03:20:34.740Z | Compiling libsw-core v0.3.2 |
| 2230 | 2026-09-04T03:20:34.888Z | Compiling pem v3.0.6 |
| 2231 | 2026-09-04T03:20:35.659Z | Compiling serde_plain v1.0.2 |
| 2232 | 2026-09-04T03:20:35.944Z | Compiling sigpipe v0.1.3 |
| 2233 | 2026-09-04T03:20:36.971Z | Compiling fixedbitset v0.5.7 |
| 2234 | 2026-09-04T03:20:37.019Z | Compiling bytecount v0.6.9 |
| 2235 | 2026-09-04T03:20:37.019Z | Compiling minimal-lexical v0.2.1 |
| 2236 | 2026-09-04T03:20:37.019Z | Compiling typed-path v0.9.3 |
| 2237 | 2026-09-04T03:20:37.020Z | Compiling glob v0.3.4 |
| 2238 | 2026-09-04T03:20:37.020Z | Compiling fixedbitset v0.4.2 |
| 2239 | 2026-09-04T03:20:37.020Z | Compiling nom v7.1.3 |
| 2240 | 2026-09-04T03:20:37.020Z | Compiling petgraph v0.8.3 |
| 2241 | 2026-09-04T03:20:37.020Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2242 | 2026-09-04T03:20:37.378Z | Compiling tough v0.22.0 |
| 2243 | 2026-09-04T03:20:37.563Z | Compiling petgraph v0.6.5 |
| 2244 | 2026-09-04T03:20:38.291Z | Compiling papergrid v0.11.0 |
| 2245 | 2026-09-04T03:20:39.022Z | Compiling openssl v0.10.81 |
| 2246 | 2026-09-04T03:20:39.178Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2247 | 2026-09-04T03:20:39.247Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2248 | 2026-09-04T03:20:39.417Z | Compiling libsw v3.5.0 |
| 2249 | 2026-09-04T03:20:39.790Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2250 | 2026-09-04T03:20:39.991Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2251 | 2026-09-04T03:20:40.210Z | Compiling oxide-tokio-rt v0.1.6 |
| 2252 | 2026-09-04T03:20:40.399Z | Compiling zone v0.3.1 |
| 2253 | 2026-09-04T03:20:42.118Z | Compiling chrono-tz v0.10.4 |
| 2254 | 2026-09-04T03:20:42.269Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2255 | 2026-09-04T03:20:42.465Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2256 | 2026-09-04T03:20:42.677Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2257 | 2026-09-04T03:20:42.938Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2258 | 2026-09-04T03:20:43.486Z | Compiling newtype_derive v0.1.6 |
| 2259 | 2026-09-04T03:20:43.549Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2260 | 2026-09-04T03:20:43.598Z | Compiling slog-dtrace v0.3.0 |
| 2261 | 2026-09-04T03:20:44.271Z | Compiling cancel-safe-futures v0.1.5 |
| 2262 | 2026-09-04T03:20:44.698Z | Compiling const_format v0.2.36 |
| 2263 | 2026-09-04T03:20:44.882Z | Compiling owo-colors v4.3.0 |
| 2264 | 2026-09-04T03:20:45.134Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2265 | 2026-09-04T03:20:45.225Z | Compiling gethostname v0.5.0 |
| 2266 | 2026-09-04T03:20:45.282Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2267 | 2026-09-04T03:20:45.516Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2268 | 2026-09-04T03:20:45.629Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2269 | 2026-09-04T03:20:45.680Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2270 | 2026-09-04T03:20:45.733Z | Compiling smf v0.2.3 |
| 2271 | 2026-09-04T03:20:45.809Z | Compiling bcs v0.1.6 |
| 2272 | 2026-09-04T03:20:46.199Z | Compiling termtree v0.5.1 |
| 2273 | 2026-09-04T03:20:46.356Z | Compiling smawk v0.3.3 |
| 2274 | 2026-09-04T03:20:46.415Z | Compiling linear-map v1.2.0 |
| 2275 | 2026-09-04T03:20:46.529Z | Compiling whoami v1.6.1 |
| 2276 | 2026-09-04T03:20:46.616Z | Compiling unicode-linebreak v0.1.5 |
| 2277 | 2026-09-04T03:20:46.917Z | Compiling tagptr v0.2.0 |
| 2278 | 2026-09-04T03:20:47.048Z | Compiling textwrap v0.16.2 |
| 2279 | 2026-09-04T03:20:47.048Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2280 | 2026-09-04T03:20:47.141Z | Compiling moka v0.12.16 |
| 2281 | 2026-09-04T03:20:47.479Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2282 | 2026-09-04T03:20:48.355Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2283 | 2026-09-04T03:20:48.586Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-09-04T03:20:48.617Z | Compiling tabled v0.15.0 |
| 2285 | 2026-09-04T03:20:50.454Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2286 | 2026-09-04T03:20:50.887Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-09-04T03:20:51.083Z | Compiling steno v0.4.1 |
| 2288 | 2026-09-04T03:20:51.256Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2289 | 2026-09-04T03:20:51.280Z | Compiling cookie v0.18.2 |
| 2290 | 2026-09-04T03:20:53.279Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2291 | 2026-09-04T03:20:55.653Z | Compiling hickory-proto v0.25.2 |
| 2292 | 2026-09-04T03:20:58.303Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2293 | 2026-09-04T03:20:58.359Z | Compiling arc-swap v1.9.2 |
| 2294 | 2026-09-04T03:20:58.359Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2295 | 2026-09-04T03:20:58.858Z | Compiling hickory-resolver v0.25.2 |
| 2296 | 2026-09-04T03:20:59.726Z | Compiling slog-scope v4.4.1 |
| 2297 | 2026-09-04T03:21:00.099Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2298 | 2026-09-04T03:21:00.806Z | Compiling libscf-sys v1.2.0 |
| 2299 | 2026-09-04T03:21:01.010Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2300 | 2026-09-04T03:21:01.173Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2301 | 2026-09-04T03:21:01.310Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2302 | 2026-09-04T03:21:01.679Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2303 | 2026-09-04T03:21:01.883Z | Compiling slog-stdlog v4.1.1 |
| 2304 | 2026-09-04T03:21:02.239Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2305 | 2026-09-04T03:21:02.297Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2306 | 2026-09-04T03:21:03.904Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2307 | 2026-09-04T03:21:03.984Z | Compiling slog-envlogger v2.2.0 |
| 2308 | 2026-09-04T03:21:04.609Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2309 | 2026-09-04T03:21:04.769Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2310 | 2026-09-04T03:21:13.277Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2311 | 2026-09-04T03:21:15.890Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2312 | 2026-09-04T03:21:17.857Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2313 | 2026-09-04T03:21:25.942Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2314 | 2026-09-04T03:21:29.907Z | Finished `release` profile [optimized] target(s) in 2m 26s |
| 2315 | 2026-09-04T03:21:30.045Z | Running unittests src/lib.rs (target/release/deps/mg_tests-4a0f324e676af7f4) |
| 2316 | 2026-09-04T03:21:30.045Z | |
| 2317 | 2026-09-04T03:21:30.045Z | running 1 test |
| 2318 | 2026-09-04T03:21:30.192Z | configure zone |
| 2319 | 2026-09-04T03:21:30.192Z | install zone |
| 2320 | 2026-09-04T03:21:38.909Z | boot zone |
| 2321 | 2026-09-04T03:21:39.012Z | start zone s1 |
| 2322 | 2026-09-04T03:21:39.012Z | configure zone |
| 2323 | 2026-09-04T03:21:39.115Z | install zone |
| 2324 | 2026-09-04T03:21:41.930Z | boot zone |
| 2325 | 2026-09-04T03:21:42.054Z | start zone s2 |
| 2326 | 2026-09-04T03:21:42.054Z | configure zone |
| 2327 | 2026-09-04T03:21:42.054Z | install zone |
| 2328 | 2026-09-04T03:21:42.924Z | boot zone |
| 2329 | 2026-09-04T03:21:43.009Z | start zone t1 |
| 2330 | 2026-09-04T03:21:43.009Z | configure zone |
| 2331 | 2026-09-04T03:21:43.020Z | install zone |
| 2332 | 2026-09-04T03:21:45.966Z | boot zone |
| 2333 | 2026-09-04T03:21:46.064Z | waiting for zones to come up |
| 2334 | 2026-09-04T03:21:55.322Z | [sidecar.trio] svcs milestone/network |
| 2335 | 2026-09-04T03:21:55.373Z | STATE STIME FMRI |
| 2336 | 2026-09-04T03:21:55.374Z | online 3:21:38 svc:/milestone/network:default |
| 2337 | 2026-09-04T03:21:55.374Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtrio/sidecar.trio/root/opt/ |
| 2338 | 2026-09-04T03:21:55.436Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtrio/sidecar.trio/root/opt/ |
| 2339 | 2026-09-04T03:21:55.436Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtrio/sidecar.trio/root/opt/ |
| 2340 | 2026-09-04T03:21:55.530Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-trio.toml /mgtrio/sidecar.trio/root/opt/softnpu.toml |
| 2341 | 2026-09-04T03:21:55.530Z | [sidecar.trio] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2342 | 2026-09-04T03:21:55.531Z | |
| 2343 | 2026-09-04T03:21:55.531Z | running zone s1.trio setup |
| 2344 | 2026-09-04T03:21:55.531Z | [s1.trio] svcs milestone/network |
| 2345 | 2026-09-04T03:21:55.531Z | STATE STIME FMRI |
| 2346 | 2026-09-04T03:21:55.531Z | online 3:21:40 svc:/milestone/network:default |
| 2347 | 2026-09-04T03:21:55.531Z | [s1.trio] dladm |
| 2348 | 2026-09-04T03:21:55.531Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2349 | 2026-09-04T03:21:55.531Z | sl0 simnet 9000 up -- ? |
| 2350 | 2026-09-04T03:21:55.531Z | mg2 vnic 9000 up -- ? |
| 2351 | 2026-09-04T03:21:55.531Z | [s1.trio] ipadm create-addr -t -T static -a 10.0.0.1/24 mg2/v4 |
| 2352 | 2026-09-04T03:21:55.857Z | |
| 2353 | 2026-09-04T03:21:55.857Z | [s1.trio] ipadm create-addr -t -T addrconf sl0/v6 |
| 2354 | 2026-09-04T03:21:55.934Z | |
| 2355 | 2026-09-04T03:21:55.934Z | [s1.trio] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2356 | 2026-09-04T03:21:55.962Z | |
| 2357 | 2026-09-04T03:21:55.962Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s1.trio/root/opt/ddmd |
| 2358 | 2026-09-04T03:21:55.999Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s1.trio/root/opt/ddmadm |
| 2359 | 2026-09-04T03:21:56.052Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 67dcebb5-8118-44a4-9227-9785b3e01aec --sled-uuid 9bdb0254-6389-4940-bdb5-e1fe698bf820 -a sl0/v6 &> /opt/ddmd.log & |
| 2360 | 2026-09-04T03:21:56.081Z | |
| 2361 | 2026-09-04T03:21:56.081Z | running zone s2.trio setup |
| 2362 | 2026-09-04T03:21:56.081Z | [s2.trio] svcs milestone/network |
| 2363 | 2026-09-04T03:21:56.128Z | STATE STIME FMRI |
| 2364 | 2026-09-04T03:21:56.128Z | online 3:21:42 svc:/milestone/network:default |
| 2365 | 2026-09-04T03:21:56.128Z | [s2.trio] dladm |
| 2366 | 2026-09-04T03:21:56.176Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2367 | 2026-09-04T03:21:56.176Z | sl1 simnet 9000 up -- ? |
| 2368 | 2026-09-04T03:21:56.176Z | mg3 vnic 9000 up -- ? |
| 2369 | 2026-09-04T03:21:56.177Z | [s2.trio] ipadm create-addr -t -T static -a 10.0.0.2/24 mg3/v4 |
| 2370 | 2026-09-04T03:21:56.718Z | |
| 2371 | 2026-09-04T03:21:56.718Z | [s2.trio] ipadm create-addr -t -T addrconf sl1/v6 |
| 2372 | 2026-09-04T03:21:56.827Z | |
| 2373 | 2026-09-04T03:21:56.827Z | [s2.trio] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2374 | 2026-09-04T03:21:56.828Z | |
| 2375 | 2026-09-04T03:21:56.828Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/s2.trio/root/opt/ddmd |
| 2376 | 2026-09-04T03:21:56.853Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/s2.trio/root/opt/ddmadm |
| 2377 | 2026-09-04T03:21:56.853Z | [s2.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b1f2dfec-d370-4286-9980-c1fce18051a6 --sled-uuid 2dfbba67-565f-4398-8c69-5ef5b83aecb5 -a sl1/v6 &> /opt/ddmd.log & |
| 2378 | 2026-09-04T03:21:56.853Z | |
| 2379 | 2026-09-04T03:21:56.853Z | running zone t1.trio setup |
| 2380 | 2026-09-04T03:21:56.853Z | [t1.trio] svcs milestone/network |
| 2381 | 2026-09-04T03:21:56.854Z | STATE STIME FMRI |
| 2382 | 2026-09-04T03:21:56.854Z | online 3:21:45 svc:/milestone/network:default |
| 2383 | 2026-09-04T03:21:56.854Z | [t1.trio] dladm |
| 2384 | 2026-09-04T03:21:56.854Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2385 | 2026-09-04T03:21:56.854Z | tfportrear0_0 simnet 9000 up -- ? |
| 2386 | 2026-09-04T03:21:56.855Z | tfportrear1_0 simnet 9000 up -- ? |
| 2387 | 2026-09-04T03:21:56.855Z | mg1 vnic 9000 up -- ? |
| 2388 | 2026-09-04T03:21:56.855Z | [t1.trio] ipadm create-addr -t -T static -a 10.0.0.3/24 mg1/v4 |
| 2389 | 2026-09-04T03:21:57.434Z | |
| 2390 | 2026-09-04T03:21:57.434Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2391 | 2026-09-04T03:21:57.445Z | |
| 2392 | 2026-09-04T03:21:57.445Z | [t1.trio] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2393 | 2026-09-04T03:21:57.460Z | |
| 2394 | 2026-09-04T03:21:57.460Z | [t1.trio] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2395 | 2026-09-04T03:21:57.467Z | |
| 2396 | 2026-09-04T03:21:57.467Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtrio/t1.trio/root/ |
| 2397 | 2026-09-04T03:21:57.746Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtrio/t1.trio/root/ |
| 2398 | 2026-09-04T03:21:57.753Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-trio.toml /mgtrio/t1.trio/root/opt/dpd-ports.toml |
| 2399 | 2026-09-04T03:21:57.753Z | waiting 3s for copy of files to zone to complete ... |
| 2400 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2401 | 2026-09-04T03:22:02.119Z | |
| 2402 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2403 | 2026-09-04T03:22:02.119Z | |
| 2404 | 2026-09-04T03:22:02.119Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtrio/t1.trio/root/opt/ddmd |
| 2405 | 2026-09-04T03:22:02.119Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtrio/t1.trio/root/opt/ddmadm |
| 2406 | 2026-09-04T03:22:02.119Z | [t1.trio] svcadm disable dendrite |
| 2407 | 2026-09-04T03:22:02.119Z | |
| 2408 | 2026-09-04T03:22:02.119Z | [t1.trio] svcadm disable tfport |
| 2409 | 2026-09-04T03:22:02.119Z | |
| 2410 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2411 | 2026-09-04T03:22:02.119Z | |
| 2412 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg -s dendrite setprop config/mgmt = uds |
| 2413 | 2026-09-04T03:22:02.119Z | |
| 2414 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2415 | 2026-09-04T03:22:02.119Z | |
| 2416 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2417 | 2026-09-04T03:22:02.119Z | |
| 2418 | 2026-09-04T03:22:02.119Z | [t1.trio] svccfg -s dendrite setprop config/rear_ports = 2 |
| 2419 | 2026-09-04T03:22:02.119Z | |
| 2420 | 2026-09-04T03:22:02.119Z | [t1.trio] svcadm refresh dendrite:default |
| 2421 | 2026-09-04T03:22:02.119Z | |
| 2422 | 2026-09-04T03:22:02.120Z | [t1.trio] svcadm enable dendrite:default |
| 2423 | 2026-09-04T03:22:02.120Z | |
| 2424 | 2026-09-04T03:22:02.120Z | wait 10s for dendrite to come up ... |
| 2425 | 2026-09-04T03:22:11.301Z | [t1.trio] svccfg -s tfport setprop config/pkt_source = none |
| 2426 | 2026-09-04T03:22:11.326Z | |
| 2427 | 2026-09-04T03:22:11.326Z | [t1.trio] svccfg -s tfport setprop config/flags = --sync-only |
| 2428 | 2026-09-04T03:22:11.348Z | |
| 2429 | 2026-09-04T03:22:11.348Z | [t1.trio] svcadm refresh tfport:default |
| 2430 | 2026-09-04T03:22:11.383Z | |
| 2431 | 2026-09-04T03:22:11.383Z | [t1.trio] svcadm enable tfport |
| 2432 | 2026-09-04T03:22:11.413Z | |
| 2433 | 2026-09-04T03:22:11.413Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 78664d24-fa92-4b56-813c-c538eae9c062 --sled-uuid 7195fbf7-0030-4226-bf62-3558a4639e90 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2434 | 2026-09-04T03:22:11.413Z | |
| 2435 | 2026-09-04T03:22:11.413Z | [t1.trio] ipadm |
| 2436 | 2026-09-04T03:22:11.413Z | ADDROBJ TYPE STATE ADDR |
| 2437 | 2026-09-04T03:22:11.413Z | lo0/v4 static ok 127.0.0.1/8 |
| 2438 | 2026-09-04T03:22:11.413Z | mg1/v4 static ok 10.0.0.3/24 |
| 2439 | 2026-09-04T03:22:11.413Z | lo0/v6 static ok ::1/128 |
| 2440 | 2026-09-04T03:22:11.413Z | lo0/u6 static ok fd00:3::1/64 |
| 2441 | 2026-09-04T03:22:11.413Z | tfportrear0_0/v6 addrconf ok fe80::2c60:f1ff:fe1b:5394%tfportrear0_0/10 |
| 2442 | 2026-09-04T03:22:11.413Z | tfportrear1_0/v6 addrconf ok fe80::9ced:68ff:fe9b:639f%tfportrear1_0/10 |
| 2443 | 2026-09-04T03:22:13.512Z | initial peering test passed |
| 2444 | 2026-09-04T03:22:14.698Z | advertise from one passed |
| 2445 | 2026-09-04T03:22:15.500Z | advertise from two passed |
| 2446 | 2026-09-04T03:22:15.500Z | [s1.trio] ping fd00:2::1 |
| 2447 | 2026-09-04T03:22:15.530Z | fd00:2::1 is alive |
| 2448 | 2026-09-04T03:22:15.530Z | [s2.trio] ping fd00:1::1 |
| 2449 | 2026-09-04T03:22:15.629Z | fd00:1::1 is alive |
| 2450 | 2026-09-04T03:22:15.630Z | connectivity test passed |
| 2451 | 2026-09-04T03:22:15.630Z | [t1.trio] pkill ddmd |
| 2452 | 2026-09-04T03:22:15.630Z | |
| 2453 | 2026-09-04T03:22:21.527Z | [t1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid ee88c845-3da1-4f4e-b932-c69b26e51915 --sled-uuid a8a11df8-8a53-425e-9457-91df8b929922 -a tfportrear0_0/v6 -a tfportrear1_0/v6 &> /opt/ddmd.log & |
| 2454 | 2026-09-04T03:22:21.545Z | |
| 2455 | 2026-09-04T03:22:21.545Z | [t1.trio] ipadm |
| 2456 | 2026-09-04T03:22:21.553Z | ADDROBJ TYPE STATE ADDR |
| 2457 | 2026-09-04T03:22:21.553Z | lo0/v4 static ok 127.0.0.1/8 |
| 2458 | 2026-09-04T03:22:21.553Z | mg1/v4 static ok 10.0.0.3/24 |
| 2459 | 2026-09-04T03:22:21.553Z | lo0/v6 static ok ::1/128 |
| 2460 | 2026-09-04T03:22:21.553Z | lo0/u6 static ok fd00:3::1/64 |
| 2461 | 2026-09-04T03:22:21.553Z | tfportrear0_0/v6 addrconf ok fe80::2c60:f1ff:fe1b:5394%tfportrear0_0/10 |
| 2462 | 2026-09-04T03:22:21.553Z | tfportrear1_0/v6 addrconf ok fe80::9ced:68ff:fe9b:639f%tfportrear1_0/10 |
| 2463 | 2026-09-04T03:22:24.756Z | [s1.trio] ping fd00:2::1 |
| 2464 | 2026-09-04T03:22:24.791Z | fd00:2::1 is alive |
| 2465 | 2026-09-04T03:22:24.791Z | [s2.trio] ping fd00:1::1 |
| 2466 | 2026-09-04T03:22:24.791Z | fd00:1::1 is alive |
| 2467 | 2026-09-04T03:22:24.791Z | transit router restart passed |
| 2468 | 2026-09-04T03:22:24.791Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2469 | 2026-09-04T03:22:24.791Z | local v6: |
| 2470 | 2026-09-04T03:22:24.791Z | fe80::9ced:68ff:fe9b:639f |
| 2471 | 2026-09-04T03:22:24.791Z | fe80::2c60:f1ff:fe1b:5394 |
| 2472 | 2026-09-04T03:22:24.791Z | local v4: |
| 2473 | 2026-09-04T03:22:24.791Z | router v6_idx: |
| 2474 | 2026-09-04T03:22:24.793Z | fd00:2::/64 -> 1 |
| 2475 | 2026-09-04T03:22:24.793Z | fd00:1::/64 -> 0 |
| 2476 | 2026-09-04T03:22:24.793Z | router v6_routes: |
| 2477 | 2026-09-04T03:22:24.793Z | 1 -> fe80::7c1c:51ff:fe89:d42f (2) |
| 2478 | 2026-09-04T03:22:24.794Z | 0 -> fe80::18a7:a8ff:fe8c:bda7 (1) |
| 2479 | 2026-09-04T03:22:24.795Z | router v4_idx: |
| 2480 | 2026-09-04T03:22:24.795Z | router v4_routes: |
| 2481 | 2026-09-04T03:22:24.795Z | resolver v4: |
| 2482 | 2026-09-04T03:22:24.795Z | 10.0.0.254 -> 02:08:20:74:86:2d |
| 2483 | 2026-09-04T03:22:24.795Z | 10.0.0.3 -> 02:08:20:e3:a0:bb |
| 2484 | 2026-09-04T03:22:24.796Z | resolver v6: |
| 2485 | 2026-09-04T03:22:24.796Z | fe80::2c60:f1ff:fe1b:5394 -> 2e:60:f1:1b:53:94 |
| 2486 | 2026-09-04T03:22:24.796Z | fe80::18a7:a8ff:fe8c:bda7 -> 1a:a7:a8:8c:bd:a7 |
| 2487 | 2026-09-04T03:22:24.796Z | fe80::9ced:68ff:fe9b:639f -> 9e:ed:68:9b:63:9f |
| 2488 | 2026-09-04T03:22:24.796Z | fe80::7c1c:51ff:fe89:d42f -> 7e:1c:51:89:d4:2f |
| 2489 | 2026-09-04T03:22:24.796Z | nat v4: |
| 2490 | 2026-09-04T03:22:24.796Z | nat_v6: |
| 2491 | 2026-09-04T03:22:24.796Z | port_mac: |
| 2492 | 2026-09-04T03:22:24.796Z | 1: a8:40:25:37:c3:72 |
| 2493 | 2026-09-04T03:22:24.796Z | 2: a8:40:25:37:c3:73 |
| 2494 | 2026-09-04T03:22:24.796Z | proxy arp: |
| 2495 | 2026-09-04T03:22:24.796Z | [s1.trio] pkill ddmd |
| 2496 | 2026-09-04T03:22:24.796Z | |
| 2497 | 2026-09-04T03:22:29.631Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2498 | 2026-09-04T03:22:29.640Z | local v6: |
| 2499 | 2026-09-04T03:22:29.640Z | fe80::9ced:68ff:fe9b:639f |
| 2500 | 2026-09-04T03:22:29.640Z | fe80::2c60:f1ff:fe1b:5394 |
| 2501 | 2026-09-04T03:22:29.640Z | local v4: |
| 2502 | 2026-09-04T03:22:29.640Z | router v6_idx: |
| 2503 | 2026-09-04T03:22:29.640Z | fd00:2::/64 -> 1 |
| 2504 | 2026-09-04T03:22:29.640Z | router v6_routes: |
| 2505 | 2026-09-04T03:22:29.640Z | 1 -> fe80::7c1c:51ff:fe89:d42f (2) |
| 2506 | 2026-09-04T03:22:29.640Z | router v4_idx: |
| 2507 | 2026-09-04T03:22:29.640Z | router v4_routes: |
| 2508 | 2026-09-04T03:22:29.640Z | resolver v4: |
| 2509 | 2026-09-04T03:22:29.640Z | 10.0.0.254 -> 02:08:20:74:86:2d |
| 2510 | 2026-09-04T03:22:29.640Z | 10.0.0.3 -> 02:08:20:e3:a0:bb |
| 2511 | 2026-09-04T03:22:29.640Z | resolver v6: |
| 2512 | 2026-09-04T03:22:29.640Z | fe80::2c60:f1ff:fe1b:5394 -> 2e:60:f1:1b:53:94 |
| 2513 | 2026-09-04T03:22:29.640Z | fe80::18a7:a8ff:fe8c:bda7 -> 1a:a7:a8:8c:bd:a7 |
| 2514 | 2026-09-04T03:22:29.640Z | fe80::9ced:68ff:fe9b:639f -> 9e:ed:68:9b:63:9f |
| 2515 | 2026-09-04T03:22:29.640Z | fe80::7c1c:51ff:fe89:d42f -> 7e:1c:51:89:d4:2f |
| 2516 | 2026-09-04T03:22:29.640Z | nat v4: |
| 2517 | 2026-09-04T03:22:29.640Z | nat_v6: |
| 2518 | 2026-09-04T03:22:29.641Z | port_mac: |
| 2519 | 2026-09-04T03:22:29.641Z | 1: a8:40:25:37:c3:72 |
| 2520 | 2026-09-04T03:22:29.641Z | 2: a8:40:25:37:c3:73 |
| 2521 | 2026-09-04T03:22:29.641Z | proxy arp: |
| 2522 | 2026-09-04T03:22:29.641Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid ed2c37d4-4cfa-4e81-a517-2d32f23de303 --sled-uuid a3bae673-49f3-44a6-931b-e2483b191611 -a sl0/v6 &> /opt/ddmd.log & |
| 2523 | 2026-09-04T03:22:29.655Z | |
| 2524 | 2026-09-04T03:22:29.907Z | test ddm::test_trio_v3 has been running for over 60 seconds |
| 2525 | 2026-09-04T03:22:32.657Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2526 | 2026-09-04T03:22:32.670Z | local v6: |
| 2527 | 2026-09-04T03:22:32.670Z | fe80::9ced:68ff:fe9b:639f |
| 2528 | 2026-09-04T03:22:32.670Z | fe80::2c60:f1ff:fe1b:5394 |
| 2529 | 2026-09-04T03:22:32.670Z | local v4: |
| 2530 | 2026-09-04T03:22:32.670Z | router v6_idx: |
| 2531 | 2026-09-04T03:22:32.670Z | fd00:2::/64 -> 1 |
| 2532 | 2026-09-04T03:22:32.670Z | fd00:1::/64 -> 0 |
| 2533 | 2026-09-04T03:22:32.670Z | router v6_routes: |
| 2534 | 2026-09-04T03:22:32.670Z | 1 -> fe80::7c1c:51ff:fe89:d42f (2) |
| 2535 | 2026-09-04T03:22:32.670Z | 0 -> fe80::18a7:a8ff:fe8c:bda7 (1) |
| 2536 | 2026-09-04T03:22:32.670Z | router v4_idx: |
| 2537 | 2026-09-04T03:22:32.671Z | router v4_routes: |
| 2538 | 2026-09-04T03:22:32.671Z | resolver v4: |
| 2539 | 2026-09-04T03:22:32.671Z | 10.0.0.254 -> 02:08:20:74:86:2d |
| 2540 | 2026-09-04T03:22:32.671Z | 10.0.0.3 -> 02:08:20:e3:a0:bb |
| 2541 | 2026-09-04T03:22:32.671Z | resolver v6: |
| 2542 | 2026-09-04T03:22:32.671Z | fe80::2c60:f1ff:fe1b:5394 -> 2e:60:f1:1b:53:94 |
| 2543 | 2026-09-04T03:22:32.671Z | fe80::18a7:a8ff:fe8c:bda7 -> 1a:a7:a8:8c:bd:a7 |
| 2544 | 2026-09-04T03:22:32.671Z | fe80::9ced:68ff:fe9b:639f -> 9e:ed:68:9b:63:9f |
| 2545 | 2026-09-04T03:22:32.671Z | fe80::7c1c:51ff:fe89:d42f -> 7e:1c:51:89:d4:2f |
| 2546 | 2026-09-04T03:22:32.671Z | nat v4: |
| 2547 | 2026-09-04T03:22:32.671Z | nat_v6: |
| 2548 | 2026-09-04T03:22:32.671Z | port_mac: |
| 2549 | 2026-09-04T03:22:32.671Z | 1: a8:40:25:37:c3:72 |
| 2550 | 2026-09-04T03:22:32.671Z | 2: a8:40:25:37:c3:73 |
| 2551 | 2026-09-04T03:22:32.671Z | proxy arp: |
| 2552 | 2026-09-04T03:22:32.677Z | [s2.trio] netstat -nr -f inet6 |
| 2553 | 2026-09-04T03:22:32.677Z | Routing Table: IPv6 |
| 2554 | 2026-09-04T03:22:32.677Z | Destination/Mask Gateway Flags Ref Use If |
| 2555 | 2026-09-04T03:22:32.677Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2556 | 2026-09-04T03:22:32.678Z | ::1 ::1 UH 2 0 lo0 |
| 2557 | 2026-09-04T03:22:32.678Z | fd00:1::/64 fe80::9ced:68ff:fe9b:639f UG 1 0 sl1 |
| 2558 | 2026-09-04T03:22:32.678Z | fe80::/10 fe80::7c1c:51ff:fe89:d42f U 3 64 sl1 |
| 2559 | 2026-09-04T03:22:32.678Z | [s2.trio] ipadm |
| 2560 | 2026-09-04T03:22:32.688Z | ADDROBJ TYPE STATE ADDR |
| 2561 | 2026-09-04T03:22:32.688Z | lo0/v4 static ok 127.0.0.1/8 |
| 2562 | 2026-09-04T03:22:32.688Z | mg3/v4 static ok 10.0.0.2/24 |
| 2563 | 2026-09-04T03:22:32.688Z | lo0/v6 static ok ::1/128 |
| 2564 | 2026-09-04T03:22:32.688Z | lo0/u6 static ok fd00:2::1/64 |
| 2565 | 2026-09-04T03:22:32.688Z | sl1/v6 addrconf ok fe80::7c1c:51ff:fe89:d42f%sl1/10 |
| 2566 | 2026-09-04T03:22:32.688Z | [s2.trio] route -nv get -inet6 fd00:1::1 |
| 2567 | 2026-09-04T03:22:32.717Z | newrt->ri_dst: inet6 fd00:1::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC> |
| 2568 | 2026-09-04T03:22:32.717Z | locks: inits: |
| 2569 | 2026-09-04T03:22:32.717Z | sockaddrs: <DST,IFP> |
| 2570 | 2026-09-04T03:22:32.717Z | fd00:1::1 |
| 2571 | 2026-09-04T03:22:32.717Z | route to: fd00:1::1 |
| 2572 | 2026-09-04T03:22:32.718Z | destination: fd00:1:: |
| 2573 | 2026-09-04T03:22:32.719Z | mask: ffff:ffff:ffff:ffff:: |
| 2574 | 2026-09-04T03:22:32.719Z | gateway: fe80::9ced:68ff:fe9b:639f |
| 2575 | 2026-09-04T03:22:32.719Z | interface: sl1 index 3 address 7e 1c 51 89 d4 2f |
| 2576 | 2026-09-04T03:22:32.719Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2577 | 2026-09-04T03:22:32.719Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2578 | 2026-09-04T03:22:32.719Z | 0 0 0 0 0 0 9000 0 |
| 2579 | 2026-09-04T03:22:32.719Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2580 | 2026-09-04T03:22:32.719Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2581 | 2026-09-04T03:22:32.719Z | fd00:1:: fe80::9ced:68ff:fe9b:639f ffff:ffff:ffff:ffff:: sl1:7e.1c.51.89.d4.2f fe80::7c1c:51ff:fe89:d42f |
| 2582 | 2026-09-04T03:22:32.719Z | [s2.trio] ndp -na |
| 2583 | 2026-09-04T03:22:32.749Z | Net to Media Table: IPv6 |
| 2584 | 2026-09-04T03:22:32.749Z | If Physical Address Type State Destination/Mask |
| 2585 | 2026-09-04T03:22:32.749Z | ----- ----------------- ------- ------------ --------------------------- |
| 2586 | 2026-09-04T03:22:32.749Z | sl1 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2587 | 2026-09-04T03:22:32.749Z | sl1 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2588 | 2026-09-04T03:22:32.749Z | sl1 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2589 | 2026-09-04T03:22:32.749Z | sl1 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2590 | 2026-09-04T03:22:32.749Z | sl1 7e:1c:51:89:d4:2f local REACHABLE fe80::7c1c:51ff:fe89:d42f |
| 2591 | 2026-09-04T03:22:32.749Z | sl1 33:33:ff:9b:63:9f other REACHABLE ff02::1:ff9b:639f |
| 2592 | 2026-09-04T03:22:32.749Z | sl1 33:33:ff:89:d4:2f other REACHABLE ff02::1:ff89:d42f |
| 2593 | 2026-09-04T03:22:32.749Z | sl1 9e:ed:68:9b:63:9f dynamic REACHABLE fe80::9ced:68ff:fe9b:639f |
| 2594 | 2026-09-04T03:22:32.749Z | sl1 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2595 | 2026-09-04T03:22:32.749Z | [sidecar.trio] /opt/scadm standalone --client /opt/mnt/client --server /opt/mnt/server dump-state |
| 2596 | 2026-09-04T03:22:32.749Z | local v6: |
| 2597 | 2026-09-04T03:22:32.749Z | fe80::9ced:68ff:fe9b:639f |
| 2598 | 2026-09-04T03:22:32.749Z | fe80::2c60:f1ff:fe1b:5394 |
| 2599 | 2026-09-04T03:22:32.749Z | local v4: |
| 2600 | 2026-09-04T03:22:32.749Z | router v6_idx: |
| 2601 | 2026-09-04T03:22:32.749Z | fd00:2::/64 -> 1 |
| 2602 | 2026-09-04T03:22:32.750Z | fd00:1::/64 -> 0 |
| 2603 | 2026-09-04T03:22:32.750Z | router v6_routes: |
| 2604 | 2026-09-04T03:22:32.750Z | 1 -> fe80::7c1c:51ff:fe89:d42f (2) |
| 2605 | 2026-09-04T03:22:32.750Z | 0 -> fe80::18a7:a8ff:fe8c:bda7 (1) |
| 2606 | 2026-09-04T03:22:32.750Z | router v4_idx: |
| 2607 | 2026-09-04T03:22:32.750Z | router v4_routes: |
| 2608 | 2026-09-04T03:22:32.750Z | resolver v4: |
| 2609 | 2026-09-04T03:22:32.750Z | 10.0.0.254 -> 02:08:20:74:86:2d |
| 2610 | 2026-09-04T03:22:32.750Z | 10.0.0.3 -> 02:08:20:e3:a0:bb |
| 2611 | 2026-09-04T03:22:32.750Z | resolver v6: |
| 2612 | 2026-09-04T03:22:32.750Z | fe80::2c60:f1ff:fe1b:5394 -> 2e:60:f1:1b:53:94 |
| 2613 | 2026-09-04T03:22:32.750Z | fe80::18a7:a8ff:fe8c:bda7 -> 1a:a7:a8:8c:bd:a7 |
| 2614 | 2026-09-04T03:22:32.750Z | fe80::9ced:68ff:fe9b:639f -> 9e:ed:68:9b:63:9f |
| 2615 | 2026-09-04T03:22:32.750Z | fe80::7c1c:51ff:fe89:d42f -> 7e:1c:51:89:d4:2f |
| 2616 | 2026-09-04T03:22:32.750Z | nat v4: |
| 2617 | 2026-09-04T03:22:32.750Z | nat_v6: |
| 2618 | 2026-09-04T03:22:32.750Z | port_mac: |
| 2619 | 2026-09-04T03:22:32.750Z | 1: a8:40:25:37:c3:72 |
| 2620 | 2026-09-04T03:22:32.750Z | 2: a8:40:25:37:c3:73 |
| 2621 | 2026-09-04T03:22:32.750Z | proxy arp: |
| 2622 | 2026-09-04T03:22:32.751Z | [t1.trio] /opt/oxide/dendrite/bin/swadm route list |
| 2623 | 2026-09-04T03:22:32.785Z | Subnet Port Link Gateway Vlan |
| 2624 | 2026-09-04T03:22:32.785Z | fd00:1::/64 rear0 0 fe80::18a7:a8ff:fe8c:bda7 |
| 2625 | 2026-09-04T03:22:32.785Z | fd00:2::/64 rear1 0 fe80::7c1c:51ff:fe89:d42f |
| 2626 | 2026-09-04T03:22:32.785Z | [t1.trio] /opt/oxide/dendrite/bin/swadm arp list |
| 2627 | 2026-09-04T03:22:32.808Z | host mac age |
| 2628 | 2026-09-04T03:22:32.808Z | 10.0.0.3 02:08:20:e3:a0:bb 21s |
| 2629 | 2026-09-04T03:22:32.808Z | 10.0.0.254 02:08:20:74:86:2d 18s |
| 2630 | 2026-09-04T03:22:32.808Z | fe80::18a7:a8ff:fe8c:bda7 1a:a7:a8:8c:bd:a7 20s |
| 2631 | 2026-09-04T03:22:32.808Z | fe80::2c60:f1ff:fe1b:5394 2e:60:f1:1b:53:94 21s |
| 2632 | 2026-09-04T03:22:32.808Z | fe80::7c1c:51ff:fe89:d42f 7e:1c:51:89:d4:2f 20s |
| 2633 | 2026-09-04T03:22:32.808Z | fe80::9ced:68ff:fe9b:639f 9e:ed:68:9b:63:9f 21s |
| 2634 | 2026-09-04T03:22:32.809Z | [t1.trio] /opt/oxide/dendrite/bin/swadm addr list |
| 2635 | 2026-09-04T03:22:32.809Z | Link IPv4 IPv6 |
| 2636 | 2026-09-04T03:22:32.809Z | rear0/0 fe80::2c60:f1ff:fe1b:5394 |
| 2637 | 2026-09-04T03:22:32.809Z | rear1/0 fe80::9ced:68ff:fe9b:639f |
| 2638 | 2026-09-04T03:22:32.809Z | [s1.trio] ipadm;route -nv get -inet6 fd00:2::1;ndp -na;netstat -nr -f inet6;ping -ns fd00:2::1 60 2 |
| 2639 | 2026-09-04T03:22:33.804Z | ADDROBJ TYPE STATE ADDR |
| 2640 | 2026-09-04T03:22:33.804Z | lo0/v4 static ok 127.0.0.1/8 |
| 2641 | 2026-09-04T03:22:33.805Z | mg2/v4 static ok 10.0.0.1/24 |
| 2642 | 2026-09-04T03:22:33.805Z | lo0/v6 static ok ::1/128 |
| 2643 | 2026-09-04T03:22:33.805Z | lo0/u6 static ok fd00:1::1/64 |
| 2644 | 2026-09-04T03:22:33.805Z | sl0/v6 addrconf ok fe80::18a7:a8ff:fe8c:bda7%sl0/10 |
| 2645 | 2026-09-04T03:22:33.805Z | newrt->ri_dst: inet6 fd00:2::1; newrt->ri_ifp: link ; RTM_GET: Report Metrics: len 360, pid: 0, seq 1, errno 0, flags:<GATEWAY,HOST,STATIC> |
| 2646 | 2026-09-04T03:22:33.805Z | locks: inits: |
| 2647 | 2026-09-04T03:22:33.805Z | sockaddrs: <DST,IFP> |
| 2648 | 2026-09-04T03:22:33.805Z | fd00:2::1 |
| 2649 | 2026-09-04T03:22:33.805Z | route to: fd00:2::1 |
| 2650 | 2026-09-04T03:22:33.805Z | destination: fd00:2:: |
| 2651 | 2026-09-04T03:22:33.805Z | mask: ffff:ffff:ffff:ffff:: |
| 2652 | 2026-09-04T03:22:33.805Z | gateway: fe80::2c60:f1ff:fe1b:5394 |
| 2653 | 2026-09-04T03:22:33.805Z | interface: sl0 index 3 address 1a a7 a8 8c bd a7 |
| 2654 | 2026-09-04T03:22:33.805Z | flags: <UP,GATEWAY,DONE,STATIC> |
| 2655 | 2026-09-04T03:22:33.805Z | recvpipe sendpipe ssthresh rtt,ms rttvar,ms hopcount mtu expire |
| 2656 | 2026-09-04T03:22:33.805Z | 0 0 0 0 0 0 9000 0 |
| 2657 | 2026-09-04T03:22:33.805Z | locks: inits: <rttvar,rtt,ssthresh,sendpipe,recvpipe,mtu> |
| 2658 | 2026-09-04T03:22:33.805Z | sockaddrs: <DST,GATEWAY,NETMASK,IFP,IFA> |
| 2659 | 2026-09-04T03:22:33.805Z | fd00:2:: fe80::2c60:f1ff:fe1b:5394 ffff:ffff:ffff:ffff:: sl0:1a.a7.a8.8c.bd.a7 fe80::18a7:a8ff:fe8c:bda7 |
| 2660 | 2026-09-04T03:22:33.805Z | |
| 2661 | 2026-09-04T03:22:33.805Z | Net to Media Table: IPv6 |
| 2662 | 2026-09-04T03:22:33.806Z | If Physical Address Type State Destination/Mask |
| 2663 | 2026-09-04T03:22:33.806Z | ----- ----------------- ------- ------------ --------------------------- |
| 2664 | 2026-09-04T03:22:33.806Z | sl0 33:33:00:00:00:01 other REACHABLE ff02::1 |
| 2665 | 2026-09-04T03:22:33.809Z | sl0 33:33:00:00:00:02 other REACHABLE ff02::2 |
| 2666 | 2026-09-04T03:22:33.809Z | sl0 33:33:00:01:00:02 other REACHABLE ff02::1:2 |
| 2667 | 2026-09-04T03:22:33.809Z | sl0 33:33:00:00:00:16 other REACHABLE ff02::16 |
| 2668 | 2026-09-04T03:22:33.809Z | sl0 2e:60:f1:1b:53:94 dynamic REACHABLE fe80::2c60:f1ff:fe1b:5394 |
| 2669 | 2026-09-04T03:22:33.809Z | sl0 1a:a7:a8:8c:bd:a7 local REACHABLE fe80::18a7:a8ff:fe8c:bda7 |
| 2670 | 2026-09-04T03:22:33.809Z | sl0 33:33:ff:8c:bd:a7 other REACHABLE ff02::1:ff8c:bda7 |
| 2671 | 2026-09-04T03:22:33.809Z | sl0 33:33:ff:1b:53:94 other REACHABLE ff02::1:ff1b:5394 |
| 2672 | 2026-09-04T03:22:33.809Z | sl0 33:33:00:00:00:dd other REACHABLE ff02::dd |
| 2673 | 2026-09-04T03:22:33.809Z | |
| 2674 | 2026-09-04T03:22:33.809Z | |
| 2675 | 2026-09-04T03:22:33.809Z | Routing Table: IPv6 |
| 2676 | 2026-09-04T03:22:33.809Z | Destination/Mask Gateway Flags Ref Use If |
| 2677 | 2026-09-04T03:22:33.809Z | --------------------------- --------------------------- ----- --- ------- ----- |
| 2678 | 2026-09-04T03:22:33.809Z | ::1 ::1 UH 2 0 lo0 |
| 2679 | 2026-09-04T03:22:33.809Z | fd00:2::/64 fe80::2c60:f1ff:fe1b:5394 UG 2 2 sl0 |
| 2680 | 2026-09-04T03:22:33.809Z | fe80::/10 fe80::18a7:a8ff:fe8c:bda7 U 3 64 sl0 |
| 2681 | 2026-09-04T03:22:33.809Z | PING fd00:2::1 (fd00:2::1): 60 data bytes |
| 2682 | 2026-09-04T03:22:33.809Z | 68 bytes from fd00:2::1: icmp_seq=0. time=0.238 ms |
| 2683 | 2026-09-04T03:22:33.809Z | 68 bytes from fd00:2::1: icmp_seq=1. time=0.153 ms |
| 2684 | 2026-09-04T03:22:33.809Z | |
| 2685 | 2026-09-04T03:22:33.809Z | ----fd00:2::1 PING Statistics---- |
| 2686 | 2026-09-04T03:22:33.809Z | 2 packets transmitted, 2 packets received, 0% packet loss |
| 2687 | 2026-09-04T03:22:33.809Z | round-trip (ms) min/avg/max/stddev = 0.153/0.196/0.238/0.060 |
| 2688 | 2026-09-04T03:22:33.810Z | [s2.trio] ping fd00:1::1 |
| 2689 | 2026-09-04T03:22:33.834Z | fd00:1::1 is alive |
| 2690 | 2026-09-04T03:22:33.834Z | server router restart passed |
| 2691 | 2026-09-04T03:22:37.839Z | peer expiration recovery passed |
| 2692 | 2026-09-04T03:22:38.823Z | [s1.trio] netstat -nrf inet6 | grep fd00 | wc -l |
| 2693 | 2026-09-04T03:22:38.836Z | 3 |
| 2694 | 2026-09-04T03:22:38.836Z | redundant advertise passed |
| 2695 | 2026-09-04T03:22:40.594Z | tunnel endpoint advertise passed |
| 2696 | 2026-09-04T03:22:44.834Z | redundant tunnel endpoint advertise passed |
| 2697 | 2026-09-04T03:22:44.834Z | [s1.trio] pkill ddmd |
| 2698 | 2026-09-04T03:22:44.849Z | |
| 2699 | 2026-09-04T03:22:49.849Z | [s1.trio] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 6883e564-6d12-4506-ae6a-18f07b65d838 --sled-uuid d862e629-5cf9-4b02-a2eb-ed142e94d372 -a sl0/v6 &> /opt/ddmd.log & |
| 2700 | 2026-09-04T03:22:49.862Z | |
| 2701 | 2026-09-04T03:22:54.868Z | tunnel router restart passed |
| 2702 | 2026-09-04T03:22:55.870Z | tunnel endpoint withdraw passed |
| 2703 | 2026-09-04T03:22:55.874Z | [t1.trio] pkill ddmd |
| 2704 | 2026-09-04T03:22:55.883Z | |
| 2705 | 2026-09-04T03:22:55.884Z | cp /mgtrio/t1.trio/root/opt/ddmd.log /work/t1.trio.log |
| 2706 | 2026-09-04T03:22:55.888Z | cp /mgtrio/t1.trio/root//var/svc/log/oxide-dendrite:default.log /work/t1.trio-dpd.log |
| 2707 | 2026-09-04T03:22:57.781Z | [s2.trio] pkill ddmd |
| 2708 | 2026-09-04T03:22:57.790Z | |
| 2709 | 2026-09-04T03:22:57.790Z | cp /mgtrio/s2.trio/root/opt/ddmd.log /work/s2.trio.log |
| 2710 | 2026-09-04T03:22:59.608Z | [s1.trio] pkill ddmd |
| 2711 | 2026-09-04T03:22:59.620Z | |
| 2712 | 2026-09-04T03:22:59.620Z | cp /mgtrio/s1.trio/root/opt/ddmd.log /work/s1.trio.log |
| 2713 | 2026-09-04T03:23:01.522Z | [sidecar.trio] pkill softnpu |
| 2714 | 2026-09-04T03:23:01.563Z | |
| 2715 | 2026-09-04T03:23:01.564Z | cp /mgtrio/sidecar.trio/root/opt/softnpu.log /work/sidecar.trio-softnpu.log |
| 2716 | 2026-09-04T03:23:04.016Z | test ddm::test_trio_v3 ... ok |
| 2717 | 2026-09-04T03:23:04.023Z | |
| 2718 | 2026-09-04T03:23:04.023Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 94.12s |
| 2719 | 2026-09-04T03:23:04.024Z | |
| 2720 | 2026-09-04T03:23:04.063Z | + cleanup |
| 2721 | 2026-09-04T03:23:04.070Z | ++ id -un |
| 2722 | 2026-09-04T03:23:04.070Z | ++ id -gn |
| 2723 | 2026-09-04T03:23:04.070Z | + pfexec chown -R build:build . |
| 2724 | 2026-09-04T03:23:04.192Z | process exited: duration 525431 ms, exit code 0 |
| |
| 2725 | 2026-09-04T03:23:04.211Z | found 5 output files |
| 2726 | 2026-09-04T03:23:04.212Z | uploading: /work/s1.trio.log (3898 bytes) |
| 2727 | 2026-09-04T03:23:05.243Z | uploaded: /work/s1.trio.log |
| 2728 | 2026-09-04T03:23:05.243Z | uploading: /work/s2.trio.log (9050 bytes) |
| 2729 | 2026-09-04T03:23:06.278Z | uploaded: /work/s2.trio.log |
| 2730 | 2026-09-04T03:23:06.278Z | uploading: /work/sidecar.trio-softnpu.log (564 bytes) |
| 2731 | 2026-09-04T03:23:07.308Z | uploaded: /work/sidecar.trio-softnpu.log |
| 2732 | 2026-09-04T03:23:07.308Z | uploading: /work/t1.trio-dpd.log (559210 bytes) |
| 2733 | 2026-09-04T03:23:08.350Z | uploaded: /work/t1.trio-dpd.log |
| 2734 | 2026-09-04T03:23:08.350Z | uploading: /work/t1.trio.log (25604 bytes) |
| 2735 | 2026-09-04T03:23:09.369Z | uploaded: /work/t1.trio.log |