|
|
|
| 1 | 2026-09-04T03:13:45.798Z | job assigned to worker 01M1N6FB1BYG1FJE83BTEKQCT1 [factory aws, i-08ff30f9e48860ed6] (queued for 1 m 1 s) |
| |
| 2 | 2026-09-04T03:13:52.012Z | starting task 0: "setup" |
| 3 | 2026-09-04T03:13:52.016Z | ++ uname -s |
| 4 | 2026-09-04T03:13:52.019Z | + kern=SunOS |
| 5 | 2026-09-04T03:13:52.019Z | + build_user=build |
| 6 | 2026-09-04T03:13:52.019Z | + build_uid=12345 |
| 7 | 2026-09-04T03:13:52.019Z | + work_dir=/work |
| 8 | 2026-09-04T03:13:52.019Z | + input_dir=/input |
| 9 | 2026-09-04T03:13:52.019Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-04T03:13:52.019Z | + case "$kern" in |
| 11 | 2026-09-04T03:13:52.019Z | + groupadd -g 12345 build |
| 12 | 2026-09-04T03:13:52.023Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-04T03:13:54.028Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-04T03:13:54.111Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-04T03:13:54.117Z | + home_fs=zfs |
| 16 | 2026-09-04T03:13:54.117Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-04T03:13:54.117Z | + mkdir -p /home/build |
| 18 | 2026-09-04T03:13:54.117Z | + chown build:build /home/build /work |
| 19 | 2026-09-04T03:13:56.120Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-04T03:13:56.125Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-09-04T03:13:56.149Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-04T03:13:56.158Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-04T03:13:56.158Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-04T03:13:56.158Z | * rust toolchain profile = "default" |
| 25 | 2026-09-04T03:13:56.158Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-04T03:13:56.158Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-04T03:13:56.158Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-04T03:13:56.158Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-04T03:13:56.158Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-04T03:13:56.253Z | info: downloading installer |
| 31 | 2026-09-04T03:13:57.411Z | info: profile set to default |
| 32 | 2026-09-04T03:13:57.411Z | info: default host tuple is x86_64-unknown-illumos |
| 33 | 2026-09-04T03:13:57.415Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 34 | 2026-09-04T03:13:57.563Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 35 | 2026-09-04T03:13:57.566Z | info: downloading 6 components |
| 36 | 2026-09-04T03:14:11.876Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 37 | 2026-09-04T03:14:11.876Z | |
| 38 | 2026-09-04T03:14:11.901Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 39 | 2026-09-04T03:14:11.901Z | |
| 40 | 2026-09-04T03:14:11.904Z | |
| 41 | 2026-09-04T03:14:11.904Z | Rust is installed now. Great! |
| 42 | 2026-09-04T03:14:11.904Z | |
| 43 | 2026-09-04T03:14:11.904Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 44 | 2026-09-04T03:14:11.904Z | environment variable. This has not been done automatically. |
| 45 | 2026-09-04T03:14:11.904Z | |
| 46 | 2026-09-04T03:14:11.904Z | To configure your current shell, you need to source |
| 47 | 2026-09-04T03:14:11.904Z | the corresponding env file under $HOME/.cargo. |
| 48 | 2026-09-04T03:14:11.905Z | |
| 49 | 2026-09-04T03:14:11.905Z | Consider running the right command for your shell (note the leading DOT): |
| 50 | 2026-09-04T03:14:11.905Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 51 | 2026-09-04T03:14:11.905Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 52 | 2026-09-04T03:14:11.905Z | CC_x86_64-unknown-illumos = None |
| 53 | 2026-09-04T03:14:11.905Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 54 | 2026-09-04T03:14:11.905Z | CC_x86_64_unknown_illumos = None |
| 55 | 2026-09-04T03:14:11.905Z | cargo:rerun-if-env-changed=HOST_CC |
| 56 | 2026-09-04T03:14:11.905Z | HOST_CC = None |
| 57 | 2026-09-04T03:14:11.905Z | cargo:rerun-if-env-changed=CC |
| 58 | 2026-09-04T03:14:11.905Z | CC = None |
| 59 | 2026-09-04T03:14:11.905Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 60 | 2026-09-04T03:14:12.150Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 61 | 2026-09-04T03:14:12.150Z | CRATE_CC_NO_DEFAULTS = None |
| 62 | 2026-09-04T03:14:12.150Z | cargo:rerun-if-env-changed=CFLAGS |
| 63 | 2026-09-04T03:14:12.150Z | CFLAGS = None |
| 64 | 2026-09-04T03:14:12.150Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 65 | 2026-09-04T03:14:12.150Z | HOST_CFLAGS = None |
| 66 | 2026-09-04T03:14:12.150Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 67 | 2026-09-04T03:14:12.150Z | CFLAGS_x86_64_unknown_illumos = None |
| 68 | 2026-09-04T03:14:12.150Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 69 | 2026-09-04T03:14:12.150Z | CFLAGS_x86_64-unknown-illumos = None |
| 70 | 2026-09-04T03:14:12.185Z | + rustup --version |
| 71 | 2026-09-04T03:14:12.191Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 72 | 2026-09-04T03:14:12.196Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 73 | 2026-09-04T03:14:12.210Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 74 | 2026-09-04T03:14:12.214Z | + cargo --version |
| 75 | 2026-09-04T03:14:12.229Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 76 | 2026-09-04T03:14:12.236Z | + rustc --version |
| 77 | 2026-09-04T03:14:12.263Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 78 | 2026-09-04T03:14:12.268Z | process exited: duration 16112 ms, exit code 0 |
| |
| 79 | 2026-09-04T03:14:12.292Z | starting task 2: "authentication" |
| 80 | 2026-09-04T03:14:12.304Z | process exited: duration 19 ms, exit code 0 |
| |
| 81 | 2026-09-04T03:14:12.319Z | starting task 3: "clone repository" |
| 82 | 2026-09-04T03:14:12.330Z | + mkdir -p /work/oxidecomputer/maghemite |
| 83 | 2026-09-04T03:14:12.330Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 84 | 2026-09-04T03:14:12.349Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 85 | 2026-09-04T03:14:13.766Z | + cd /work/oxidecomputer/maghemite |
| 86 | 2026-09-04T03:14:13.766Z | + git fetch origin c267d48a42745836ccc9f70002008762437d2cfc |
| 87 | 2026-09-04T03:14:14.466Z | From https://github.com/oxidecomputer/maghemite |
| 88 | 2026-09-04T03:14:14.467Z | * branch c267d48a42745836ccc9f70002008762437d2cfc -> FETCH_HEAD |
| 89 | 2026-09-04T03:14:14.471Z | + [[ -n renovate/rust-1.x ]] |
| 90 | 2026-09-04T03:14:14.471Z | ++ git branch --show-current |
| 91 | 2026-09-04T03:14:14.471Z | + current=main |
| 92 | 2026-09-04T03:14:14.471Z | + [[ main != renovate/rust-1.x ]] |
| 93 | 2026-09-04T03:14:14.471Z | + git branch -f renovate/rust-1.x c267d48a42745836ccc9f70002008762437d2cfc |
| 94 | 2026-09-04T03:14:14.471Z | + git checkout -f renovate/rust-1.x |
| 95 | 2026-09-04T03:14:14.471Z | Switched to branch 'renovate/rust-1.x' |
| 96 | 2026-09-04T03:14:14.471Z | + git reset --hard c267d48a42745836ccc9f70002008762437d2cfc |
| 97 | 2026-09-04T03:14:14.471Z | HEAD is now at c267d48 Update dependency rust to v1.98.1 |
| 98 | 2026-09-04T03:14:14.471Z | process exited: duration 1794 ms, exit code 0 |
| |
| 99 | 2026-09-04T03:14:14.485Z | starting task 4: "build" |
| 100 | 2026-09-04T03:14:14.497Z | info: syncing channel updates for 1.98.1-x86_64-unknown-illumos |
| 101 | 2026-09-04T03:14:14.633Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 102 | 2026-09-04T03:14:14.636Z | info: downloading 6 components |
| 103 | 2026-09-04T03:14:29.693Z | warn: the missing active toolchain `1.98.1-x86_64-unknown-illumos` has been auto-installed |
| 104 | 2026-09-04T03:14:29.693Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 105 | 2026-09-04T03:14:29.693Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 106 | 2026-09-04T03:14:29.781Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 107 | 2026-09-04T03:14:29.813Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 108 | 2026-09-04T03:14:29.822Z | ++ dladm |
| 109 | 2026-09-04T03:14:29.828Z | LINK CLASS MTU STATE BRIDGE OVER |
| 110 | 2026-09-04T03:14:29.828Z | ena0 phys 9216 up -- -- |
| 111 | 2026-09-04T03:14:29.829Z | ++ ipadm |
| 112 | 2026-09-04T03:14:29.829Z | ADDROBJ TYPE STATE ADDR |
| 113 | 2026-09-04T03:14:29.829Z | lo0/v4 static ok 127.0.0.1/8 |
| 114 | 2026-09-04T03:14:29.829Z | ena0/dhcp dhcp ok 10.150.1.37/24 |
| 115 | 2026-09-04T03:14:29.829Z | lo0/v6 static ok ::1/128 |
| 116 | 2026-09-04T03:14:29.835Z | ++ banner collect |
| 117 | 2026-09-04T03:14:29.835Z | |
| 118 | 2026-09-04T03:14:29.835Z | #### #### # # ###### #### ##### |
| 119 | 2026-09-04T03:14:29.835Z | # # # # # # # # # # |
| 120 | 2026-09-04T03:14:29.835Z | # # # # # ##### # # |
| 121 | 2026-09-04T03:14:29.835Z | # # # # # # # # |
| 122 | 2026-09-04T03:14:29.835Z | # # # # # # # # # # |
| 123 | 2026-09-04T03:14:29.835Z | #### #### ###### ###### ###### #### # |
| 124 | 2026-09-04T03:14:29.835Z | |
| 125 | 2026-09-04T03:14:29.835Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 126 | 2026-09-04T03:14:29.835Z | ++ repo=softnpu |
| 127 | 2026-09-04T03:14:29.835Z | ++ series=image |
| 128 | 2026-09-04T03:14:29.835Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 129 | 2026-09-04T03:14:29.835Z | ++ name=softnpu |
| 130 | 2026-09-04T03:14:29.836Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 131 | 2026-09-04T03:14:29.836Z | ++ mkdir -p download |
| 132 | 2026-09-04T03:14:29.836Z | ++ pushd download |
| 133 | 2026-09-04T03:14:29.837Z | ++ [[ ! -f softnpu ]] |
| 134 | 2026-09-04T03:14:29.837Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 135 | 2026-09-04T03:14:29.837Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 136 | 2026-09-04T03:14:29.843Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 137 | 2026-09-04T03:14:29.843Z | Dload Upload Total Spent Left Speed |
| 138 | 2026-09-04T03:14:30.182Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 45.45M 0 0
100 15.63M 100 15.63M 0 0 45.45M 0 0
100 15.63M 100 15.63M 0 0 45.44M 0 0 |
| 139 | 2026-09-04T03:14:30.191Z | ++ popd |
| 140 | 2026-09-04T03:14:30.191Z | /work/oxidecomputer/maghemite |
| 141 | 2026-09-04T03:14:30.191Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 142 | 2026-09-04T03:14:30.191Z | ++ repo=sidecar-lite |
| 143 | 2026-09-04T03:14:30.191Z | ++ series=release |
| 144 | 2026-09-04T03:14:30.191Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 145 | 2026-09-04T03:14:30.191Z | ++ name=libsidecar_lite.so |
| 146 | 2026-09-04T03:14:30.191Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 147 | 2026-09-04T03:14:30.191Z | ++ mkdir -p download |
| 148 | 2026-09-04T03:14:30.191Z | ++ pushd download |
| 149 | 2026-09-04T03:14:30.191Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 150 | 2026-09-04T03:14:30.191Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 151 | 2026-09-04T03:14:30.191Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 152 | 2026-09-04T03:14:30.198Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 153 | 2026-09-04T03:14:30.198Z | Dload Upload Total Spent Left Speed |
| 154 | 2026-09-04T03:14:30.609Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 28.98M 0 0
100 12.04M 100 12.04M 0 0 28.97M 0 0
100 12.04M 100 12.04M 0 0 28.97M 0 0 |
| 155 | 2026-09-04T03:14:30.626Z | ++ popd |
| 156 | 2026-09-04T03:14:30.626Z | /work/oxidecomputer/maghemite |
| 157 | 2026-09-04T03:14:30.626Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 158 | 2026-09-04T03:14:30.626Z | ++ repo=sidecar-lite |
| 159 | 2026-09-04T03:14:30.626Z | ++ series=release |
| 160 | 2026-09-04T03:14:30.626Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 161 | 2026-09-04T03:14:30.626Z | ++ name=scadm |
| 162 | 2026-09-04T03:14:30.626Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 163 | 2026-09-04T03:14:30.626Z | ++ mkdir -p download |
| 164 | 2026-09-04T03:14:30.626Z | ++ pushd download |
| 165 | 2026-09-04T03:14:30.626Z | ++ [[ ! -f scadm ]] |
| 166 | 2026-09-04T03:14:30.626Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 167 | 2026-09-04T03:14:30.626Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 168 | 2026-09-04T03:14:30.647Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 169 | 2026-09-04T03:14:30.647Z | Dload Upload Total Spent Left Speed |
| 170 | 2026-09-04T03:14:30.988Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 43.26M 0 0
100 15.78M 100 15.78M 0 0 43.25M 0 0
100 15.78M 100 15.78M 0 0 43.24M 0 0 |
| 171 | 2026-09-04T03:14:31.005Z | ++ popd |
| 172 | 2026-09-04T03:14:31.005Z | /work/oxidecomputer/maghemite |
| 173 | 2026-09-04T03:14:31.005Z | ++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz |
| 174 | 2026-09-04T03:14:31.005Z | ++ repo=dendrite |
| 175 | 2026-09-04T03:14:31.005Z | ++ series=image |
| 176 | 2026-09-04T03:14:31.005Z | ++ commit=803f6899e3bc64780a965d625e248e1d77e37d43 |
| 177 | 2026-09-04T03:14:31.005Z | ++ name=dendrite-softnpu.tar.gz |
| 178 | 2026-09-04T03:14:31.005Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 179 | 2026-09-04T03:14:31.005Z | ++ mkdir -p download |
| 180 | 2026-09-04T03:14:31.005Z | ++ pushd download |
| 181 | 2026-09-04T03:14:31.005Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 182 | 2026-09-04T03:14:31.005Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 183 | 2026-09-04T03:14:31.005Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz |
| 184 | 2026-09-04T03:14:31.005Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 185 | 2026-09-04T03:14:31.005Z | Dload Upload Total Spent Left Speed |
| 186 | 2026-09-04T03:14:33.124Z |
0 0 0 0 0 0 0 0 0
22 61.61M 22 13.71M 0 0 13.73M 0 00:04 00:04 13.73M
87 61.61M 87 54.08M 0 0 27.06M 0 00:02 00:01 00:01 27.06M
100 61.61M 100 61.61M 0 0 28.97M 0 00:02 00:02 27.06M
100 61.61M 100 61.61M 0 0 28.97M 0 00:02 00:02 27.06M
100 61.61M 100 61.61M 0 0 28.97M 0 00:02 00:02 27.06M |
| 187 | 2026-09-04T03:14:33.136Z | ++ popd |
| 188 | 2026-09-04T03:14:33.136Z | /work/oxidecomputer/maghemite |
| 189 | 2026-09-04T03:14:33.136Z | ++ get_artifact maghemite release c267d48a42745836ccc9f70002008762437d2cfc ddm |
| 190 | 2026-09-04T03:14:33.136Z | ++ repo=maghemite |
| 191 | 2026-09-04T03:14:33.136Z | ++ series=release |
| 192 | 2026-09-04T03:14:33.136Z | ++ commit=c267d48a42745836ccc9f70002008762437d2cfc |
| 193 | 2026-09-04T03:14:33.136Z | ++ name=ddm |
| 194 | 2026-09-04T03:14:33.136Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 195 | 2026-09-04T03:14:33.136Z | ++ mkdir -p download |
| 196 | 2026-09-04T03:14:33.136Z | ++ pushd download |
| 197 | 2026-09-04T03:14:33.136Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 198 | 2026-09-04T03:14:33.136Z | ++ [[ ! -f ddm ]] |
| 199 | 2026-09-04T03:14:33.136Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c267d48a42745836ccc9f70002008762437d2cfc/ddm |
| 200 | 2026-09-04T03:14:33.137Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 201 | 2026-09-04T03:14:33.137Z | Dload Upload Total Spent Left Speed |
| 202 | 2026-09-04T03:14:33.202Z |
0 0 0 0 0 0 0 0 0 |
| 203 | 2026-09-04T03:14:33.202Z | curl: (22) The requested URL returned error: 404 |
| 204 | 2026-09-04T03:14:33.210Z | ++ popd |
| 205 | 2026-09-04T03:14:33.210Z | /work/oxidecomputer/maghemite |
| 206 | 2026-09-04T03:14:33.210Z | ++ get_artifact maghemite release c267d48a42745836ccc9f70002008762437d2cfc ddmadm |
| 207 | 2026-09-04T03:14:33.210Z | ++ repo=maghemite |
| 208 | 2026-09-04T03:14:33.210Z | ++ series=release |
| 209 | 2026-09-04T03:14:33.210Z | ++ commit=c267d48a42745836ccc9f70002008762437d2cfc |
| 210 | 2026-09-04T03:14:33.210Z | ++ name=ddmadm |
| 211 | 2026-09-04T03:14:33.210Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 212 | 2026-09-04T03:14:33.210Z | ++ mkdir -p download |
| 213 | 2026-09-04T03:14:33.210Z | ++ pushd download |
| 214 | 2026-09-04T03:14:33.210Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 215 | 2026-09-04T03:14:33.210Z | ++ [[ ! -f ddmadm ]] |
| 216 | 2026-09-04T03:14:33.210Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c267d48a42745836ccc9f70002008762437d2cfc/ddmadm |
| 217 | 2026-09-04T03:14:33.211Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 218 | 2026-09-04T03:14:33.211Z | Dload Upload Total Spent Left Speed |
| 219 | 2026-09-04T03:14:33.256Z |
0 0 0 0 0 0 0 0 0 |
| 220 | 2026-09-04T03:14:33.256Z | curl: (22) The requested URL returned error: 404 |
| 221 | 2026-09-04T03:14:33.265Z | ++ popd |
| 222 | 2026-09-04T03:14:33.265Z | /work/oxidecomputer/maghemite |
| 223 | 2026-09-04T03:14:33.265Z | ++ pushd download |
| 224 | 2026-09-04T03:14:33.265Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 225 | 2026-09-04T03:14:33.265Z | ++ chmod +x softnpu |
| 226 | 2026-09-04T03:14:33.265Z | ++ chmod +x scadm |
| 227 | 2026-09-04T03:14:33.270Z | ++ chmod +x ddmadm |
| 228 | 2026-09-04T03:14:33.270Z | chmod: WARNING: can't access ddmadm |
| 229 | 2026-09-04T03:14:33.270Z | ++ chmod +x ddmd |
| 230 | 2026-09-04T03:14:33.270Z | chmod: WARNING: can't access ddmd |
| 231 | 2026-09-04T03:14:33.270Z | ++ mv ddmadm ddmadm-v2 |
| 232 | 2026-09-04T03:14:33.270Z | mv: cannot access ddmadm |
| 233 | 2026-09-04T03:14:33.270Z | ++ mv ddmd ddmd-v2 |
| 234 | 2026-09-04T03:14:33.270Z | mv: cannot access ddmd |
| 235 | 2026-09-04T03:14:33.270Z | ++ rm -rf zones/dendrite |
| 236 | 2026-09-04T03:14:33.270Z | ++ mkdir -p zones/dendrite |
| 237 | 2026-09-04T03:14:33.270Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 238 | 2026-09-04T03:14:33.875Z | ++ 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:33.880Z | ++ 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:33.880Z | ++ popd |
| 241 | 2026-09-04T03:14:33.880Z | /work/oxidecomputer/maghemite |
| 242 | 2026-09-04T03:14:33.880Z | ++ banner install |
| 243 | 2026-09-04T03:14:33.884Z | |
| 244 | 2026-09-04T03:14:33.884Z | # # # #### ##### ## # # |
| 245 | 2026-09-04T03:14:33.884Z | # ## # # # # # # # |
| 246 | 2026-09-04T03:14:33.884Z | # # # # #### # # # # # |
| 247 | 2026-09-04T03:14:33.886Z | # # # # # # ###### # # |
| 248 | 2026-09-04T03:14:33.886Z | # # ## # # # # # # # |
| 249 | 2026-09-04T03:14:33.886Z | # # # #### # # # ###### ###### |
| 250 | 2026-09-04T03:14:33.886Z | |
| 251 | 2026-09-04T03:14:33.886Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 252 | 2026-09-04T03:14:33.886Z | ++ pfexec pkg install clang-15 |
| 253 | 2026-09-04T03:14:35.966Z | Startup: Refreshing catalog 'helios' ... Done |
| 254 | 2026-09-04T03:14:35.993Z | Startup: Caching catalogs ... Done |
| 255 | 2026-09-04T03:14:38.616Z | Planning: Solver setup ... Done |
| 256 | 2026-09-04T03:14:38.677Z | Planning: Running solver ... Done |
| 257 | 2026-09-04T03:14:38.742Z | Planning: Consolidating action changes ... Done |
| 258 | 2026-09-04T03:14:38.742Z | Planning: Evaluating mediators ... Done |
| 259 | 2026-09-04T03:14:38.749Z | Planning: Planning completed in 2.70 seconds |
| 260 | 2026-09-04T03:14:38.761Z | No updates necessary for this image. |
| 261 | 2026-09-04T03:14:39.003Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 262 | 2026-09-04T03:14:39.003Z | ++ pfexec pkg install pkg-config |
| 263 | 2026-09-04T03:14:39.277Z | Startup: Refreshing catalog 'helios' ... Done |
| 264 | 2026-09-04T03:14:42.096Z | Planning: Solver setup ... Done |
| 265 | 2026-09-04T03:14:42.100Z | Planning: Running solver ... Done |
| 266 | 2026-09-04T03:14:42.100Z | Planning: Consolidating action changes ... Done |
| 267 | 2026-09-04T03:14:42.100Z | Planning: Evaluating mediators ... Done |
| 268 | 2026-09-04T03:14:42.100Z | Planning: Planning completed in 2.53 seconds |
| 269 | 2026-09-04T03:14:42.100Z | No updates necessary for this image. |
| 270 | 2026-09-04T03:14:42.100Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 271 | 2026-09-04T03:14:42.100Z | ++ pfexec pkg install brand/omicron1 |
| 272 | 2026-09-04T03:14:42.249Z | Startup: Refreshing catalog 'helios' ... Done |
| 273 | 2026-09-04T03:14:44.722Z | Planning: Solver setup ... Done |
| 274 | 2026-09-04T03:14:44.748Z | Planning: Running solver ... Done |
| 275 | 2026-09-04T03:14:44.818Z | Planning: Finding local manifests ... Done |
| 276 | 2026-09-04T03:14:44.835Z | Planning: Fetching manifests: 0/2 0% complete |
| 277 | 2026-09-04T03:14:44.835Z | Planning: Fetching manifests: 2/2 100% complete |
| 278 | 2026-09-04T03:14:45.246Z | Planning: Package planning ... Done |
| 279 | 2026-09-04T03:14:45.246Z | Planning: Merging actions ... Done |
| 280 | 2026-09-04T03:14:45.251Z | Planning: Checking for conflicting actions ... Done |
| 281 | 2026-09-04T03:14:45.251Z | Planning: Consolidating action changes ... Done |
| 282 | 2026-09-04T03:14:45.731Z | Planning: Evaluating mediators ... Done |
| 283 | 2026-09-04T03:14:45.734Z | Planning: Planning completed in 3.48 seconds |
| 284 | 2026-09-04T03:14:45.740Z | Packages to install: 2 |
| 285 | 2026-09-04T03:14:45.740Z | Create boot environment: No |
| 286 | 2026-09-04T03:14:45.744Z | Create backup boot environment: No |
| 287 | 2026-09-04T03:14:45.765Z | |
| 288 | 2026-09-04T03:14:45.765Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 289 | 2026-09-04T03:14:45.783Z | Download: Completed 1.01 MB in 0.02 seconds (57.2M/s) |
| 290 | 2026-09-04T03:14:45.839Z | Actions: 1/28 actions (Installing new actions) |
| 291 | 2026-09-04T03:14:45.854Z | Actions: Completed 28 actions in 0.01 seconds. |
| 292 | 2026-09-04T03:14:45.893Z | Finalize: Updating package state database ... Done |
| 293 | 2026-09-04T03:14:45.901Z | Finalize: Updating package cache ... Done |
| 294 | 2026-09-04T03:14:45.988Z | Finalize: Updating image state ... Done |
| 295 | 2026-09-04T03:14:48.412Z | Finalize: Creating fast lookup database ... Done |
| 296 | 2026-09-04T03:14:48.482Z | Finalize: Reading search index ... Done |
| 297 | 2026-09-04T03:14:48.488Z | Finalize: Updating search index ... Done |
| 298 | 2026-09-04T03:14:48.572Z | Finalize: Updating package cache ... Done |
| 299 | 2026-09-04T03:14:48.660Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 300 | 2026-09-04T03:14:48.665Z | ++ pfexec pkg install brand/omicron1/tools |
| 301 | 2026-09-04T03:14:48.938Z | Startup: Refreshing catalog 'helios' ... Done |
| 302 | 2026-09-04T03:14:51.472Z | Planning: Solver setup ... Done |
| 303 | 2026-09-04T03:14:51.561Z | Planning: Running solver ... Done |
| 304 | 2026-09-04T03:14:51.641Z | Planning: Finding local manifests ... Done |
| 305 | 2026-09-04T03:14:51.641Z | Planning: Fetching manifests: 0/1 0% complete |
| 306 | 2026-09-04T03:14:51.642Z | Planning: Fetching manifests: 1/1 100% complete |
| 307 | 2026-09-04T03:14:51.642Z | Planning: Package planning ... Done |
| 308 | 2026-09-04T03:14:51.642Z | Planning: Merging actions ... Done |
| 309 | 2026-09-04T03:14:51.704Z | Planning: Checking for conflicting actions ... Done |
| 310 | 2026-09-04T03:14:51.704Z | Planning: Consolidating action changes ... Done |
| 311 | 2026-09-04T03:14:51.858Z | Planning: Evaluating mediators ... Done |
| 312 | 2026-09-04T03:14:53.607Z | Planning: Planning completed in 2.88 seconds |
| 313 | 2026-09-04T03:14:53.607Z | Packages to install: 1 |
| 314 | 2026-09-04T03:14:53.607Z | Services to change: 1 |
| 315 | 2026-09-04T03:14:53.607Z | Create boot environment: No |
| 316 | 2026-09-04T03:14:53.607Z | Create backup boot environment: No |
| 317 | 2026-09-04T03:14:53.607Z | |
| 318 | 2026-09-04T03:14:53.607Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 319 | 2026-09-04T03:14:53.607Z | Download: Completed 1.13 MB in 0.02 seconds (48.8M/s) |
| 320 | 2026-09-04T03:14:53.742Z | Actions: 1/19 actions (Installing new actions) |
| 321 | 2026-09-04T03:14:53.742Z | Actions: Completed 19 actions in 0.01 seconds. |
| 322 | 2026-09-04T03:14:53.742Z | Finalize: Updating package state database ... Done |
| 323 | 2026-09-04T03:14:53.742Z | Finalize: Updating package cache ... Done |
| 324 | 2026-09-04T03:14:53.742Z | Finalize: Updating image state ... Done |
| 325 | 2026-09-04T03:14:54.063Z | Finalize: Creating fast lookup database ... Done |
| 326 | 2026-09-04T03:14:54.188Z | Finalize: Reading search index ... Done |
| 327 | 2026-09-04T03:14:54.232Z | Finalize: Updating search index ... Done |
| 328 | 2026-09-04T03:14:54.232Z | Finalize: Updating package cache ... Done |
| 329 | 2026-09-04T03:14:54.684Z | ++ pfexec svcadm enable baseline |
| 330 | 2026-09-04T03:14:54.692Z | ++ retry=0 |
| 331 | 2026-09-04T03:14:54.693Z | +++ svcs -Hostate baseline |
| 332 | 2026-09-04T03:14:54.693Z | ++ [[ offline* != online ]] |
| 333 | 2026-09-04T03:14:54.693Z | ++ [[ 0 -gt 300 ]] |
| 334 | 2026-09-04T03:14:54.693Z | ++ sleep 1 |
| 335 | 2026-09-04T03:14:55.327Z | ++ retry=1 |
| 336 | 2026-09-04T03:14:55.373Z | +++ svcs -Hostate baseline |
| 337 | 2026-09-04T03:14:55.373Z | ++ [[ offline* != online ]] |
| 338 | 2026-09-04T03:14:55.373Z | ++ [[ 1 -gt 300 ]] |
| 339 | 2026-09-04T03:14:55.373Z | ++ sleep 1 |
| 340 | 2026-09-04T03:14:56.332Z | ++ retry=2 |
| 341 | 2026-09-04T03:14:56.353Z | +++ svcs -Hostate baseline |
| 342 | 2026-09-04T03:14:56.353Z | ++ [[ offline* != online ]] |
| 343 | 2026-09-04T03:14:56.353Z | ++ [[ 2 -gt 300 ]] |
| 344 | 2026-09-04T03:14:56.353Z | ++ sleep 1 |
| 345 | 2026-09-04T03:14:57.336Z | ++ retry=3 |
| 346 | 2026-09-04T03:14:57.351Z | +++ svcs -Hostate baseline |
| 347 | 2026-09-04T03:14:57.360Z | ++ [[ offline* != online ]] |
| 348 | 2026-09-04T03:14:57.360Z | ++ [[ 3 -gt 300 ]] |
| 349 | 2026-09-04T03:14:57.361Z | ++ sleep 1 |
| 350 | 2026-09-04T03:14:58.356Z | ++ retry=4 |
| 351 | 2026-09-04T03:14:58.390Z | +++ svcs -Hostate baseline |
| 352 | 2026-09-04T03:14:58.396Z | ++ [[ offline* != online ]] |
| 353 | 2026-09-04T03:14:58.396Z | ++ [[ 4 -gt 300 ]] |
| 354 | 2026-09-04T03:14:58.397Z | ++ sleep 1 |
| 355 | 2026-09-04T03:14:59.386Z | ++ retry=5 |
| 356 | 2026-09-04T03:14:59.402Z | +++ svcs -Hostate baseline |
| 357 | 2026-09-04T03:14:59.402Z | ++ [[ offline* != online ]] |
| 358 | 2026-09-04T03:14:59.402Z | ++ [[ 5 -gt 300 ]] |
| 359 | 2026-09-04T03:14:59.402Z | ++ sleep 1 |
| 360 | 2026-09-04T03:15:00.388Z | ++ retry=6 |
| 361 | 2026-09-04T03:15:00.398Z | +++ svcs -Hostate baseline |
| 362 | 2026-09-04T03:15:00.414Z | ++ [[ offline* != online ]] |
| 363 | 2026-09-04T03:15:00.430Z | ++ [[ 6 -gt 300 ]] |
| 364 | 2026-09-04T03:15:00.431Z | ++ sleep 1 |
| 365 | 2026-09-04T03:15:01.424Z | ++ retry=7 |
| 366 | 2026-09-04T03:15:01.452Z | +++ svcs -Hostate baseline |
| 367 | 2026-09-04T03:15:01.452Z | ++ [[ offline* != online ]] |
| 368 | 2026-09-04T03:15:01.452Z | ++ [[ 7 -gt 300 ]] |
| 369 | 2026-09-04T03:15:01.452Z | ++ sleep 1 |
| 370 | 2026-09-04T03:15:02.432Z | ++ retry=8 |
| 371 | 2026-09-04T03:15:02.449Z | +++ svcs -Hostate baseline |
| 372 | 2026-09-04T03:15:02.457Z | ++ [[ offline* != online ]] |
| 373 | 2026-09-04T03:15:02.457Z | ++ [[ 8 -gt 300 ]] |
| 374 | 2026-09-04T03:15:02.457Z | ++ sleep 1 |
| 375 | 2026-09-04T03:15:03.464Z | ++ retry=9 |
| 376 | 2026-09-04T03:15:03.879Z | +++ svcs -Hostate baseline |
| 377 | 2026-09-04T03:15:03.879Z | ++ [[ offline* != online ]] |
| 378 | 2026-09-04T03:15:03.879Z | ++ [[ 9 -gt 300 ]] |
| 379 | 2026-09-04T03:15:03.879Z | ++ sleep 1 |
| 380 | 2026-09-04T03:15:04.471Z | ++ retry=10 |
| 381 | 2026-09-04T03:15:04.485Z | +++ svcs -Hostate baseline |
| 382 | 2026-09-04T03:15:04.498Z | ++ [[ offline* != online ]] |
| 383 | 2026-09-04T03:15:04.498Z | ++ [[ 10 -gt 300 ]] |
| 384 | 2026-09-04T03:15:04.499Z | ++ sleep 1 |
| 385 | 2026-09-04T03:15:05.483Z | ++ retry=11 |
| 386 | 2026-09-04T03:15:05.899Z | +++ svcs -Hostate baseline |
| 387 | 2026-09-04T03:15:05.910Z | ++ [[ offline* != online ]] |
| 388 | 2026-09-04T03:15:05.910Z | ++ [[ 11 -gt 300 ]] |
| 389 | 2026-09-04T03:15:05.910Z | ++ sleep 1 |
| 390 | 2026-09-04T03:15:06.511Z | ++ retry=12 |
| 391 | 2026-09-04T03:15:06.533Z | +++ svcs -Hostate baseline |
| 392 | 2026-09-04T03:15:06.958Z | ++ [[ offline* != online ]] |
| 393 | 2026-09-04T03:15:06.958Z | ++ [[ 12 -gt 300 ]] |
| 394 | 2026-09-04T03:15:06.958Z | ++ sleep 1 |
| 395 | 2026-09-04T03:15:07.522Z | ++ retry=13 |
| 396 | 2026-09-04T03:15:07.951Z | +++ svcs -Hostate baseline |
| 397 | 2026-09-04T03:15:07.970Z | ++ [[ offline* != online ]] |
| 398 | 2026-09-04T03:15:07.970Z | ++ [[ 13 -gt 300 ]] |
| 399 | 2026-09-04T03:15:07.970Z | ++ sleep 1 |
| 400 | 2026-09-04T03:15:08.988Z | ++ retry=14 |
| 401 | 2026-09-04T03:15:09.004Z | +++ svcs -Hostate baseline |
| 402 | 2026-09-04T03:15:09.004Z | ++ [[ offline* != online ]] |
| 403 | 2026-09-04T03:15:09.004Z | ++ [[ 14 -gt 300 ]] |
| 404 | 2026-09-04T03:15:09.005Z | ++ sleep 1 |
| 405 | 2026-09-04T03:15:09.586Z | ++ retry=15 |
| 406 | 2026-09-04T03:15:09.610Z | +++ svcs -Hostate baseline |
| 407 | 2026-09-04T03:15:09.610Z | ++ [[ offline* != online ]] |
| 408 | 2026-09-04T03:15:09.610Z | ++ [[ 15 -gt 300 ]] |
| 409 | 2026-09-04T03:15:09.610Z | ++ sleep 1 |
| 410 | 2026-09-04T03:15:10.960Z | ++ retry=16 |
| 411 | 2026-09-04T03:15:11.054Z | +++ svcs -Hostate baseline |
| 412 | 2026-09-04T03:15:11.054Z | ++ [[ offline* != online ]] |
| 413 | 2026-09-04T03:15:11.054Z | ++ [[ 16 -gt 300 ]] |
| 414 | 2026-09-04T03:15:11.054Z | ++ sleep 1 |
| 415 | 2026-09-04T03:15:12.173Z | ++ retry=17 |
| 416 | 2026-09-04T03:15:12.256Z | +++ svcs -Hostate baseline |
| 417 | 2026-09-04T03:15:12.256Z | ++ [[ offline* != online ]] |
| 418 | 2026-09-04T03:15:12.256Z | ++ [[ 17 -gt 300 ]] |
| 419 | 2026-09-04T03:15:12.256Z | ++ sleep 1 |
| 420 | 2026-09-04T03:15:12.617Z | ++ retry=18 |
| 421 | 2026-09-04T03:15:12.633Z | +++ svcs -Hostate baseline |
| 422 | 2026-09-04T03:15:13.058Z | ++ [[ offline* != online ]] |
| 423 | 2026-09-04T03:15:13.058Z | ++ [[ 18 -gt 300 ]] |
| 424 | 2026-09-04T03:15:13.058Z | ++ sleep 1 |
| 425 | 2026-09-04T03:15:13.629Z | ++ retry=19 |
| 426 | 2026-09-04T03:15:13.637Z | +++ svcs -Hostate baseline |
| 427 | 2026-09-04T03:15:13.654Z | ++ [[ offline* != online ]] |
| 428 | 2026-09-04T03:15:13.654Z | ++ [[ 19 -gt 300 ]] |
| 429 | 2026-09-04T03:15:13.654Z | ++ sleep 1 |
| 430 | 2026-09-04T03:15:15.049Z | ++ retry=20 |
| 431 | 2026-09-04T03:15:15.054Z | +++ svcs -Hostate baseline |
| 432 | 2026-09-04T03:15:15.054Z | ++ [[ offline* != online ]] |
| 433 | 2026-09-04T03:15:15.054Z | ++ [[ 20 -gt 300 ]] |
| 434 | 2026-09-04T03:15:15.054Z | ++ sleep 1 |
| 435 | 2026-09-04T03:15:15.704Z | ++ retry=21 |
| 436 | 2026-09-04T03:15:15.730Z | +++ svcs -Hostate baseline |
| 437 | 2026-09-04T03:15:15.730Z | ++ [[ online != online ]] |
| 438 | 2026-09-04T03:15:15.731Z | ++ set -o errexit |
| 439 | 2026-09-04T03:15:15.731Z | ++ set -o pipefail |
| 440 | 2026-09-04T03:15:15.731Z | ++ banner build |
| 441 | 2026-09-04T03:15:15.731Z | |
| 442 | 2026-09-04T03:15:15.731Z | ##### # # # # ##### |
| 443 | 2026-09-04T03:15:15.731Z | # # # # # # # # |
| 444 | 2026-09-04T03:15:15.731Z | ##### # # # # # # |
| 445 | 2026-09-04T03:15:15.731Z | # # # # # # # # |
| 446 | 2026-09-04T03:15:15.731Z | # # # # # # # # |
| 447 | 2026-09-04T03:15:15.731Z | ##### #### # ###### ##### |
| 448 | 2026-09-04T03:15:15.731Z | |
| 449 | 2026-09-04T03:15:15.731Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 450 | 2026-09-04T03:15:15.788Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 451 | 2026-09-04T03:15:16.418Z | From https://github.com/oxidecomputer/falcon |
| 452 | 2026-09-04T03:15:16.418Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 453 | 2026-09-04T03:15:16.897Z | Updating crates.io index |
| 454 | 2026-09-04T03:15:16.901Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 455 | 2026-09-04T03:15:16.990Z | From https://github.com/oxidecomputer/dendrite |
| 456 | 2026-09-04T03:15:16.990Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 457 | 2026-09-04T03:15:17.483Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 458 | 2026-09-04T03:15:17.483Z | From https://github.com/oxidecomputer/ispf |
| 459 | 2026-09-04T03:15:17.483Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 460 | 2026-09-04T03:15:17.483Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 461 | 2026-09-04T03:15:18.135Z | From https://github.com/oxidecomputer/netadm-sys |
| 462 | 2026-09-04T03:15:18.135Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 463 | 2026-09-04T03:15:18.140Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 464 | 2026-09-04T03:15:24.031Z | From https://github.com/oxidecomputer/omicron |
| 465 | 2026-09-04T03:15:24.031Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 466 | 2026-09-04T03:15:24.421Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 467 | 2026-09-04T03:15:25.625Z | From https://github.com/oxidecomputer/opte |
| 468 | 2026-09-04T03:15:25.625Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 469 | 2026-09-04T03:15:25.667Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 470 | 2026-09-04T03:15:25.667Z | From https://github.com/oxidecomputer/slog-error-chain |
| 471 | 2026-09-04T03:15:25.667Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 472 | 2026-09-04T03:15:25.667Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 473 | 2026-09-04T03:15:25.868Z | From https://github.com/illumos/smf-rs |
| 474 | 2026-09-04T03:15:25.868Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 475 | 2026-09-04T03:15:25.882Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 476 | 2026-09-04T03:15:26.573Z | From https://github.com/oxidecomputer/network-interface |
| 477 | 2026-09-04T03:15:26.573Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 478 | 2026-09-04T03:15:26.609Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 479 | 2026-09-04T03:15:26.609Z | From https://github.com/oxidecomputer/zone |
| 480 | 2026-09-04T03:15:26.609Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 481 | 2026-09-04T03:15:26.609Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 482 | 2026-09-04T03:15:27.216Z | From https://github.com/oxidecomputer/propolis |
| 483 | 2026-09-04T03:15:27.216Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 484 | 2026-09-04T03:15:27.265Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 485 | 2026-09-04T03:15:27.794Z | From https://github.com/oxidecomputer/transceiver-control |
| 486 | 2026-09-04T03:15:27.794Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 487 | 2026-09-04T03:15:27.850Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 488 | 2026-09-04T03:15:28.081Z | From https://github.com/oxidecomputer/dlpi-sys |
| 489 | 2026-09-04T03:15:28.081Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 490 | 2026-09-04T03:15:28.116Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 491 | 2026-09-04T03:15:28.824Z | From https://github.com/jmesmon/rust-libzfs |
| 492 | 2026-09-04T03:15:28.824Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 493 | 2026-09-04T03:15:28.855Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 494 | 2026-09-04T03:15:28.855Z | From https://github.com/oxidecomputer/rusty-doors |
| 495 | 2026-09-04T03:15:28.855Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 496 | 2026-09-04T03:15:28.855Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 497 | 2026-09-04T03:15:29.116Z | From https://github.com/oxidecomputer/lldp |
| 498 | 2026-09-04T03:15:29.116Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 499 | 2026-09-04T03:15:29.173Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 500 | 2026-09-04T03:15:29.836Z | From https://github.com/oxidecomputer/tufaceous |
| 501 | 2026-09-04T03:15:29.836Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 502 | 2026-09-04T03:15:29.854Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 503 | 2026-09-04T03:15:29.943Z | From https://github.com/oxidecomputer/management-gateway-service |
| 504 | 2026-09-04T03:15:29.943Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 505 | 2026-09-04T03:15:29.960Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 506 | 2026-09-04T03:15:30.863Z | From https://github.com/oxidecomputer/crucible |
| 507 | 2026-09-04T03:15:30.863Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 508 | 2026-09-04T03:15:30.915Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 509 | 2026-09-04T03:15:31.243Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 510 | 2026-09-04T03:15:31.243Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 511 | 2026-09-04T03:15:31.274Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 512 | 2026-09-04T03:15:31.705Z | From https://github.com/oxidecomputer/propolis |
| 513 | 2026-09-04T03:15:31.706Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 514 | 2026-09-04T03:15:31.760Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 515 | 2026-09-04T03:15:32.321Z | From https://github.com/oxidecomputer/crucible |
| 516 | 2026-09-04T03:15:32.321Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 517 | 2026-09-04T03:15:32.427Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 518 | 2026-09-04T03:15:32.795Z | From https://github.com/oxidecomputer/tofino |
| 519 | 2026-09-04T03:15:32.795Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 520 | 2026-09-04T03:15:32.863Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 521 | 2026-09-04T03:15:34.802Z | From https://github.com/oxidecomputer/maghemite |
| 522 | 2026-09-04T03:15:34.802Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 523 | 2026-09-04T03:15:34.922Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 524 | 2026-09-04T03:15:34.922Z | From https://github.com/oxidecomputer/clickward |
| 525 | 2026-09-04T03:15:34.922Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 526 | 2026-09-04T03:15:34.922Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 527 | 2026-09-04T03:15:35.038Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 528 | 2026-09-04T03:15:35.038Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 529 | 2026-09-04T03:15:36.979Z | Downloading crates ... |
| 530 | 2026-09-04T03:15:37.069Z | Downloaded adler2 v2.0.1 |
| 531 | 2026-09-04T03:15:37.069Z | Downloaded aead v0.5.2 |
| 532 | 2026-09-04T03:15:37.069Z | Downloaded async-recursion v1.1.1 |
| 533 | 2026-09-04T03:15:37.069Z | Downloaded ciborium-io v0.2.2 |
| 534 | 2026-09-04T03:15:37.069Z | Downloaded const_format v0.2.36 |
| 535 | 2026-09-04T03:15:37.126Z | Downloaded idna_adapter v1.2.2 |
| 536 | 2026-09-04T03:15:37.126Z | Downloaded crypto-bigint v0.5.5 |
| 537 | 2026-09-04T03:15:37.126Z | Downloaded konst_macro_rules v0.2.19 |
| 538 | 2026-09-04T03:15:37.126Z | Downloaded clap v4.6.6 |
| 539 | 2026-09-04T03:15:37.126Z | Downloaded bs58 v0.5.1 |
| 540 | 2026-09-04T03:15:37.126Z | Downloaded num-conv v0.2.2 |
| 541 | 2026-09-04T03:15:37.127Z | Downloaded match_cfg v0.1.0 |
| 542 | 2026-09-04T03:15:37.127Z | Downloaded libsw v3.5.0 |
| 543 | 2026-09-04T03:15:37.127Z | Downloaded bstr v1.13.1 |
| 544 | 2026-09-04T03:15:37.127Z | Downloaded anstyle-parse v1.0.0 |
| 545 | 2026-09-04T03:15:37.171Z | Downloaded bytecount v0.6.9 |
| 546 | 2026-09-04T03:15:37.171Z | Downloaded cfg-if v1.0.4 |
| 547 | 2026-09-04T03:15:37.171Z | Downloaded cc v1.4.2 |
| 548 | 2026-09-04T03:15:37.172Z | Downloaded memmap2 v0.9.11 |
| 549 | 2026-09-04T03:15:37.172Z | Downloaded ahash v0.8.12 |
| 550 | 2026-09-04T03:15:37.172Z | Downloaded block-buffer v0.12.1 |
| 551 | 2026-09-04T03:15:37.172Z | Downloaded chacha20 v0.9.1 |
| 552 | 2026-09-04T03:15:37.172Z | Downloaded icu_normalizer v2.2.0 |
| 553 | 2026-09-04T03:15:37.172Z | Downloaded async-stream-impl v0.3.6 |
| 554 | 2026-09-04T03:15:37.173Z | Downloaded async-trait v0.1.92 |
| 555 | 2026-09-04T03:15:37.173Z | Downloaded log v0.4.33 |
| 556 | 2026-09-04T03:15:37.173Z | Downloaded bit-vec v0.8.0 |
| 557 | 2026-09-04T03:15:37.173Z | Downloaded arc-swap v1.9.2 |
| 558 | 2026-09-04T03:15:37.173Z | Downloaded atomicwrites v0.4.4 |
| 559 | 2026-09-04T03:15:37.173Z | Downloaded blake2 v0.10.6 |
| 560 | 2026-09-04T03:15:37.173Z | Downloaded cfg_aliases v0.2.2 |
| 561 | 2026-09-04T03:15:37.173Z | Downloaded atomic-waker v1.1.2 |
| 562 | 2026-09-04T03:15:37.173Z | Downloaded convert_case v0.4.0 |
| 563 | 2026-09-04T03:15:37.173Z | Downloaded icu_properties v2.2.0 |
| 564 | 2026-09-04T03:15:37.173Z | Downloaded indent_write v2.2.0 |
| 565 | 2026-09-04T03:15:37.173Z | Downloaded instant v0.1.13 |
| 566 | 2026-09-04T03:15:37.173Z | Downloaded ident_case v1.0.1 |
| 567 | 2026-09-04T03:15:37.173Z | Downloaded is_terminal_polyfill v1.70.2 |
| 568 | 2026-09-04T03:15:37.173Z | Downloaded lazy_static v1.5.0 |
| 569 | 2026-09-04T03:15:37.173Z | Downloaded cobs v0.3.0 |
| 570 | 2026-09-04T03:15:37.173Z | Downloaded cpufeatures v0.3.0 |
| 571 | 2026-09-04T03:15:37.173Z | Downloaded libscf-sys v1.2.0 |
| 572 | 2026-09-04T03:15:37.173Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 573 | 2026-09-04T03:15:37.173Z | Downloaded byte-wrapper v0.1.0 |
| 574 | 2026-09-04T03:15:37.207Z | Downloaded crc8 v0.1.1 |
| 575 | 2026-09-04T03:15:37.207Z | Downloaded lru-slab v0.1.2 |
| 576 | 2026-09-04T03:15:37.207Z | Downloaded bit-set v0.8.0 |
| 577 | 2026-09-04T03:15:37.207Z | Downloaded block-buffer v0.10.4 |
| 578 | 2026-09-04T03:15:37.207Z | Downloaded crypto-common v0.1.7 |
| 579 | 2026-09-04T03:15:37.208Z | Downloaded anstream v1.0.0 |
| 580 | 2026-09-04T03:15:37.208Z | Downloaded cmake v0.1.58 |
| 581 | 2026-09-04T03:15:37.208Z | Downloaded crossbeam-deque v0.8.7 |
| 582 | 2026-09-04T03:15:37.208Z | Downloaded cipher v0.4.4 |
| 583 | 2026-09-04T03:15:37.208Z | Downloaded ingot v0.2.1 |
| 584 | 2026-09-04T03:15:37.208Z | Downloaded ingot-types v0.2.0 |
| 585 | 2026-09-04T03:15:37.208Z | Downloaded anstyle v1.0.14 |
| 586 | 2026-09-04T03:15:37.208Z | Downloaded const_format_proc_macros v0.2.34 |
| 587 | 2026-09-04T03:15:37.208Z | Downloaded is-terminal v0.4.17 |
| 588 | 2026-09-04T03:15:37.208Z | Downloaded anstyle-query v1.1.5 |
| 589 | 2026-09-04T03:15:37.208Z | Downloaded crypto-common v0.2.2 |
| 590 | 2026-09-04T03:15:37.208Z | Downloaded scopeguard v1.2.0 |
| 591 | 2026-09-04T03:15:37.208Z | Downloaded cstr-argument v0.1.2 |
| 592 | 2026-09-04T03:15:37.208Z | Downloaded internet-checksum v0.2.1 |
| 593 | 2026-09-04T03:15:37.208Z | Downloaded macaddr v1.0.1 |
| 594 | 2026-09-04T03:15:37.208Z | Downloaded serde v1.0.229 |
| 595 | 2026-09-04T03:15:37.208Z | Downloaded base16ct v1.0.0 |
| 596 | 2026-09-04T03:15:37.208Z | Downloaded const-random v0.1.18 |
| 597 | 2026-09-04T03:15:37.208Z | Downloaded bitflags v1.3.2 |
| 598 | 2026-09-04T03:15:37.208Z | Downloaded argon2 v0.5.3 |
| 599 | 2026-09-04T03:15:37.208Z | Downloaded backoff v0.4.0 |
| 600 | 2026-09-04T03:15:37.208Z | Downloaded clap_derive v4.6.4 |
| 601 | 2026-09-04T03:15:37.208Z | Downloaded crucible-workspace-hack v0.1.0 |
| 602 | 2026-09-04T03:15:37.208Z | Downloaded jiff-static v0.2.35 |
| 603 | 2026-09-04T03:15:37.208Z | Downloaded cpufeatures v0.2.17 |
| 604 | 2026-09-04T03:15:37.208Z | Downloaded managed v0.8.0 |
| 605 | 2026-09-04T03:15:37.209Z | Downloaded colorchoice v1.0.5 |
| 606 | 2026-09-04T03:15:37.209Z | Downloaded compression-core v0.4.32 |
| 607 | 2026-09-04T03:15:37.240Z | Downloaded itoa v1.0.18 |
| 608 | 2026-09-04T03:15:37.240Z | Downloaded inout v0.1.4 |
| 609 | 2026-09-04T03:15:37.240Z | Downloaded keccak v0.1.6 |
| 610 | 2026-09-04T03:15:37.240Z | Downloaded libsw-core v0.3.2 |
| 611 | 2026-09-04T03:15:37.241Z | Downloaded newline-converter v0.3.0 |
| 612 | 2026-09-04T03:15:37.241Z | Downloaded crunchy v0.2.4 |
| 613 | 2026-09-04T03:15:37.241Z | Downloaded bcs v0.1.6 |
| 614 | 2026-09-04T03:15:37.241Z | Downloaded ipnet v2.12.1 |
| 615 | 2026-09-04T03:15:37.241Z | Downloaded ipnetwork v0.21.1 |
| 616 | 2026-09-04T03:15:37.241Z | Downloaded async-stream v0.3.6 |
| 617 | 2026-09-04T03:15:37.241Z | Downloaded clap_lex v1.1.0 |
| 618 | 2026-09-04T03:15:37.241Z | Downloaded linked-hash-map v0.5.6 |
| 619 | 2026-09-04T03:15:37.241Z | Downloaded newtype-uuid-macros v0.1.1 |
| 620 | 2026-09-04T03:15:37.241Z | Downloaded num v0.4.3 |
| 621 | 2026-09-04T03:15:37.241Z | Downloaded hubpack v0.1.2 |
| 622 | 2026-09-04T03:15:37.241Z | Downloaded base16ct v0.2.0 |
| 623 | 2026-09-04T03:15:37.241Z | Downloaded memmap v0.7.0 |
| 624 | 2026-09-04T03:15:37.241Z | Downloaded newtype_derive v0.1.6 |
| 625 | 2026-09-04T03:15:37.241Z | Downloaded const-random-macro v0.1.16 |
| 626 | 2026-09-04T03:15:37.241Z | Downloaded natord v1.0.9 |
| 627 | 2026-09-04T03:15:37.241Z | Downloaded ciborium-ll v0.2.2 |
| 628 | 2026-09-04T03:15:37.241Z | Downloaded scroll_derive v0.13.1 |
| 629 | 2026-09-04T03:15:37.241Z | Downloaded slog-bunyan v2.5.0 |
| 630 | 2026-09-04T03:15:37.241Z | Downloaded take_mut v0.2.2 |
| 631 | 2026-09-04T03:15:37.241Z | Downloaded opaque-debug v0.3.1 |
| 632 | 2026-09-04T03:15:37.241Z | Downloaded strum v0.27.2 |
| 633 | 2026-09-04T03:15:37.241Z | Downloaded omicron-workspace-hack v0.1.0 |
| 634 | 2026-09-04T03:15:37.242Z | Downloaded is_ci v1.2.0 |
| 635 | 2026-09-04T03:15:37.242Z | Downloaded lru-cache v0.1.2 |
| 636 | 2026-09-04T03:15:37.242Z | Downloaded no-std-compat v0.4.1 |
| 637 | 2026-09-04T03:15:37.242Z | Downloaded num_enum_derive v0.5.11 |
| 638 | 2026-09-04T03:15:37.242Z | Downloaded thread-id v5.1.0 |
| 639 | 2026-09-04T03:15:37.242Z | Downloaded time-core v0.1.9 |
| 640 | 2026-09-04T03:15:37.242Z | Downloaded rustversion v1.0.23 |
| 641 | 2026-09-04T03:15:37.242Z | Downloaded num-iter v0.1.46 |
| 642 | 2026-09-04T03:15:37.242Z | Downloaded daft-derive v0.1.8 |
| 643 | 2026-09-04T03:15:37.242Z | Downloaded csv-core v0.1.13 |
| 644 | 2026-09-04T03:15:37.279Z | Downloaded iana-time-zone v0.1.65 |
| 645 | 2026-09-04T03:15:37.279Z | Downloaded ingot v0.1.1 |
| 646 | 2026-09-04T03:15:37.279Z | Downloaded num-complex v0.4.6 |
| 647 | 2026-09-04T03:15:37.279Z | Downloaded camino v1.2.5 |
| 648 | 2026-09-04T03:15:37.279Z | Downloaded jobserver v0.1.35 |
| 649 | 2026-09-04T03:15:37.279Z | Downloaded olpc-cjson v0.1.4 |
| 650 | 2026-09-04T03:15:37.279Z | Downloaded hyper-rustls v0.27.9 |
| 651 | 2026-09-04T03:15:37.279Z | Downloaded compression-codecs v0.4.38 |
| 652 | 2026-09-04T03:15:37.279Z | Downloaded serde_derive_internals v0.29.1 |
| 653 | 2026-09-04T03:15:37.279Z | Downloaded strum_macros v0.26.4 |
| 654 | 2026-09-04T03:15:37.279Z | Downloaded unarray v0.1.4 |
| 655 | 2026-09-04T03:15:37.279Z | Downloaded chacha20 v0.10.1 |
| 656 | 2026-09-04T03:15:37.279Z | Downloaded nom v8.0.0 |
| 657 | 2026-09-04T03:15:37.279Z | Downloaded untrusted v0.9.0 |
| 658 | 2026-09-04T03:15:37.279Z | Downloaded mime v0.3.17 |
| 659 | 2026-09-04T03:15:37.279Z | Downloaded num_threads v0.1.7 |
| 660 | 2026-09-04T03:15:37.279Z | Downloaded serde_repr v0.1.21 |
| 661 | 2026-09-04T03:15:37.279Z | Downloaded num_enum v0.5.11 |
| 662 | 2026-09-04T03:15:37.280Z | Downloaded usdt-attr-macro v0.5.0 |
| 663 | 2026-09-04T03:15:37.280Z | Downloaded usdt-macro v0.5.0 |
| 664 | 2026-09-04T03:15:37.280Z | Downloaded want v0.3.1 |
| 665 | 2026-09-04T03:15:37.280Z | Downloaded multer v3.1.0 |
| 666 | 2026-09-04T03:15:37.280Z | Downloaded strsim v0.11.1 |
| 667 | 2026-09-04T03:15:37.280Z | Downloaded tower-service v0.3.3 |
| 668 | 2026-09-04T03:15:37.280Z | Downloaded ingot-macros v0.1.1 |
| 669 | 2026-09-04T03:15:37.332Z | Downloaded try-lock v0.2.5 |
| 670 | 2026-09-04T03:15:37.332Z | Downloaded newtype-uuid v1.4.0 |
| 671 | 2026-09-04T03:15:37.332Z | Downloaded darling_macro v0.21.3 |
| 672 | 2026-09-04T03:15:37.332Z | Downloaded embedded-io v0.4.0 |
| 673 | 2026-09-04T03:15:37.332Z | Downloaded dtrace-parser v0.3.0 |
| 674 | 2026-09-04T03:15:37.332Z | Downloaded num-rational v0.4.2 |
| 675 | 2026-09-04T03:15:37.332Z | Downloaded num-derive v0.4.2 |
| 676 | 2026-09-04T03:15:37.333Z | Downloaded autocfg v1.5.1 |
| 677 | 2026-09-04T03:15:37.333Z | Downloaded byteorder v1.5.0 |
| 678 | 2026-09-04T03:15:37.333Z | Downloaded daft v0.1.8 |
| 679 | 2026-09-04T03:15:37.333Z | Downloaded anyhow v1.0.104 |
| 680 | 2026-09-04T03:15:37.333Z | Downloaded lock_api v0.4.14 |
| 681 | 2026-09-04T03:15:37.333Z | Downloaded num-integer v0.1.47 |
| 682 | 2026-09-04T03:15:37.333Z | Downloaded camino-tempfile v1.4.1 |
| 683 | 2026-09-04T03:15:37.333Z | Downloaded memoffset v0.9.1 |
| 684 | 2026-09-04T03:15:37.333Z | Downloaded simd-adler32 v0.3.10 |
| 685 | 2026-09-04T03:15:37.333Z | Downloaded slog-scope v4.4.1 |
| 686 | 2026-09-04T03:15:37.333Z | Downloaded slog-stdlog v4.1.1 |
| 687 | 2026-09-04T03:15:37.333Z | Downloaded dof v0.3.0 |
| 688 | 2026-09-04T03:15:37.333Z | Downloaded slog-term v2.9.2 |
| 689 | 2026-09-04T03:15:37.334Z | Downloaded thread_local v1.1.10 |
| 690 | 2026-09-04T03:15:37.334Z | Downloaded errno v0.3.14 |
| 691 | 2026-09-04T03:15:37.334Z | Downloaded serde_tokenstream v0.3.0 |
| 692 | 2026-09-04T03:15:37.334Z | Downloaded thiserror-impl v2.0.20 |
| 693 | 2026-09-04T03:15:37.334Z | Downloaded unit-prefix v0.5.2 |
| 694 | 2026-09-04T03:15:37.334Z | Downloaded futures-macro v0.3.34 |
| 695 | 2026-09-04T03:15:37.334Z | Downloaded crossbeam-epoch v0.9.20 |
| 696 | 2026-09-04T03:15:37.334Z | Downloaded futures-task v0.3.34 |
| 697 | 2026-09-04T03:15:37.334Z | Downloaded ingot-macros v0.2.0 |
| 698 | 2026-09-04T03:15:37.334Z | Downloaded ingot-types v0.1.2 |
| 699 | 2026-09-04T03:15:37.334Z | Downloaded utf8parse v0.2.2 |
| 700 | 2026-09-04T03:15:37.334Z | Downloaded cargo_toml v0.22.3 |
| 701 | 2026-09-04T03:15:37.334Z | Downloaded darling v0.23.0 |
| 702 | 2026-09-04T03:15:37.376Z | Downloaded darling v0.21.3 |
| 703 | 2026-09-04T03:15:37.376Z | Downloaded critical-section v1.2.0 |
| 704 | 2026-09-04T03:15:37.376Z | Downloaded darling_macro v0.23.0 |
| 705 | 2026-09-04T03:15:37.377Z | Downloaded fnv v1.0.7 |
| 706 | 2026-09-04T03:15:37.377Z | Downloaded heck v0.4.1 |
| 707 | 2026-09-04T03:15:37.377Z | Downloaded itertools v0.14.0 |
| 708 | 2026-09-04T03:15:37.377Z | Downloaded indicatif v0.18.6 |
| 709 | 2026-09-04T03:15:37.377Z | Downloaded num_enum v0.7.6 |
| 710 | 2026-09-04T03:15:37.377Z | Downloaded num_enum_derive v0.7.6 |
| 711 | 2026-09-04T03:15:37.377Z | Downloaded once_cell v1.21.4 |
| 712 | 2026-09-04T03:15:37.377Z | Downloaded ref-cast v1.0.26 |
| 713 | 2026-09-04T03:15:37.377Z | Downloaded futures-sink v0.3.34 |
| 714 | 2026-09-04T03:15:37.377Z | Downloaded httpdate v1.0.3 |
| 715 | 2026-09-04T03:15:37.377Z | Downloaded crossbeam-utils v0.8.22 |
| 716 | 2026-09-04T03:15:37.377Z | Downloaded base64ct v1.8.3 |
| 717 | 2026-09-04T03:15:37.377Z | Downloaded colored v3.1.1 |
| 718 | 2026-09-04T03:15:37.377Z | Downloaded fixedbitset v0.4.2 |
| 719 | 2026-09-04T03:15:37.377Z | Downloaded progenitor-macro v0.10.0 |
| 720 | 2026-09-04T03:15:37.377Z | Downloaded hostname v0.4.2 |
| 721 | 2026-09-04T03:15:37.377Z | Downloaded vsss-rs v3.3.4 |
| 722 | 2026-09-04T03:15:37.377Z | Downloaded form_urlencoded v1.2.2 |
| 723 | 2026-09-04T03:15:37.377Z | Downloaded sha1 v0.11.0 |
| 724 | 2026-09-04T03:15:37.377Z | Downloaded rustc-hash v2.1.3 |
| 725 | 2026-09-04T03:15:37.377Z | Downloaded litemap v0.8.2 |
| 726 | 2026-09-04T03:15:37.377Z | Downloaded serde_urlencoded v0.7.1 |
| 727 | 2026-09-04T03:15:37.377Z | Downloaded sigpipe v0.1.3 |
| 728 | 2026-09-04T03:15:37.377Z | Downloaded slab v0.4.12 |
| 729 | 2026-09-04T03:15:37.377Z | Downloaded linear-map v1.2.0 |
| 730 | 2026-09-04T03:15:37.377Z | Downloaded backon v1.6.0 |
| 731 | 2026-09-04T03:15:37.377Z | Downloaded const-oid v0.10.2 |
| 732 | 2026-09-04T03:15:37.378Z | Downloaded crc32fast v1.5.0 |
| 733 | 2026-09-04T03:15:37.378Z | Downloaded rustc_version v0.1.7 |
| 734 | 2026-09-04T03:15:37.378Z | Downloaded thin-vec v0.2.19 |
| 735 | 2026-09-04T03:15:37.378Z | Downloaded spin v0.9.9 |
| 736 | 2026-09-04T03:15:37.378Z | Downloaded tempfile v3.27.0 |
| 737 | 2026-09-04T03:15:37.378Z | Downloaded toml v0.8.23 |
| 738 | 2026-09-04T03:15:37.378Z | Downloaded konst v0.2.20 |
| 739 | 2026-09-04T03:15:37.378Z | Downloaded strum v0.26.3 |
| 740 | 2026-09-04T03:15:37.378Z | Downloaded tagptr v0.2.0 |
| 741 | 2026-09-04T03:15:37.378Z | Downloaded ciborium v0.2.2 |
| 742 | 2026-09-04T03:15:37.409Z | Downloaded allocator-api2 v0.2.21 |
| 743 | 2026-09-04T03:15:37.409Z | Downloaded console v0.16.4 |
| 744 | 2026-09-04T03:15:37.409Z | Downloaded hubpack_derive v0.1.1 |
| 745 | 2026-09-04T03:15:37.409Z | Downloaded sync_wrapper v1.0.2 |
| 746 | 2026-09-04T03:15:37.409Z | Downloaded cookie v0.18.2 |
| 747 | 2026-09-04T03:15:37.409Z | Downloaded data-encoding v2.11.1 |
| 748 | 2026-09-04T03:15:37.409Z | Downloaded foldhash v0.1.5 |
| 749 | 2026-09-04T03:15:37.409Z | Downloaded indexmap v1.9.3 |
| 750 | 2026-09-04T03:15:37.410Z | Downloaded thread-id v4.2.2 |
| 751 | 2026-09-04T03:15:37.410Z | Downloaded schemars v0.8.22 |
| 752 | 2026-09-04T03:15:37.410Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 753 | 2026-09-04T03:15:37.410Z | Downloaded swrite v0.1.0 |
| 754 | 2026-09-04T03:15:37.410Z | Downloaded unicode-xid v0.2.6 |
| 755 | 2026-09-04T03:15:37.410Z | Downloaded base64 v0.22.1 |
| 756 | 2026-09-04T03:15:37.410Z | Downloaded heck v0.5.0 |
| 757 | 2026-09-04T03:15:37.410Z | Downloaded proc-macro-error-attr v1.0.4 |
| 758 | 2026-09-04T03:15:37.410Z | Downloaded progenitor-macro v0.13.0 |
| 759 | 2026-09-04T03:15:37.410Z | Downloaded glob v0.3.4 |
| 760 | 2026-09-04T03:15:37.410Z | Downloaded version_check v0.9.5 |
| 761 | 2026-09-04T03:15:37.410Z | Downloaded cancel-safe-futures v0.1.5 |
| 762 | 2026-09-04T03:15:37.410Z | Downloaded paste v1.0.15 |
| 763 | 2026-09-04T03:15:37.410Z | Downloaded pin-project-internal v1.1.13 |
| 764 | 2026-09-04T03:15:37.410Z | Downloaded pin-project-lite v0.2.17 |
| 765 | 2026-09-04T03:15:37.410Z | Downloaded progenitor v0.14.0 |
| 766 | 2026-09-04T03:15:37.410Z | Downloaded progenitor-extras v0.2.0 |
| 767 | 2026-09-04T03:15:37.410Z | Downloaded bitflags v2.13.1 |
| 768 | 2026-09-04T03:15:37.410Z | Downloaded zerocopy-derive v0.7.35 |
| 769 | 2026-09-04T03:15:37.410Z | Downloaded universal-hash v0.5.1 |
| 770 | 2026-09-04T03:15:37.411Z | Downloaded defmt v0.3.100 |
| 771 | 2026-09-04T03:15:37.411Z | Downloaded foreign-types-shared v0.1.1 |
| 772 | 2026-09-04T03:15:37.411Z | Downloaded darling_core v0.21.3 |
| 773 | 2026-09-04T03:15:38.098Z | Downloaded icu_locale_core v2.2.0 |
| 774 | 2026-09-04T03:15:38.098Z | Downloaded pest_generator v2.8.8 |
| 775 | 2026-09-04T03:15:38.098Z | Downloaded yoke v0.8.3 |
| 776 | 2026-09-04T03:15:38.099Z | Downloaded quinn-udp v0.5.15 |
| 777 | 2026-09-04T03:15:38.099Z | Downloaded rand_core v0.9.5 |
| 778 | 2026-09-04T03:15:38.099Z | Downloaded num-traits v0.2.19 |
| 779 | 2026-09-04T03:15:38.099Z | Downloaded fxhash v0.2.1 |
| 780 | 2026-09-04T03:15:38.099Z | Downloaded dtrace-parser v0.2.0 |
| 781 | 2026-09-04T03:15:38.099Z | Downloaded generic-array v0.14.7 |
| 782 | 2026-09-04T03:15:38.099Z | Downloaded rusty-fork v0.3.1 |
| 783 | 2026-09-04T03:15:38.099Z | Downloaded bytes v1.12.1 |
| 784 | 2026-09-04T03:15:38.099Z | Downloaded slog-dtrace v0.3.0 |
| 785 | 2026-09-04T03:15:38.100Z | Downloaded icu_normalizer_data v2.2.0 |
| 786 | 2026-09-04T03:15:38.100Z | Downloaded icu_provider v2.2.0 |
| 787 | 2026-09-04T03:15:38.100Z | Downloaded serde_yaml v0.9.34+deprecated |
| 788 | 2026-09-04T03:15:38.100Z | Downloaded static_assertions v1.1.0 |
| 789 | 2026-09-04T03:15:38.100Z | Downloaded powerfmt v0.2.0 |
| 790 | 2026-09-04T03:15:38.100Z | Downloaded futures-channel v0.3.34 |
| 791 | 2026-09-04T03:15:38.100Z | Downloaded secrecy v0.10.3 |
| 792 | 2026-09-04T03:15:38.100Z | Downloaded base64 v0.21.7 |
| 793 | 2026-09-04T03:15:38.100Z | Downloaded iddqd v0.4.6 |
| 794 | 2026-09-04T03:15:38.100Z | Downloaded indexmap v2.14.0 |
| 795 | 2026-09-04T03:15:38.154Z | Downloaded smartstring v1.0.1 |
| 796 | 2026-09-04T03:15:38.154Z | Downloaded serde_spanned v1.1.1 |
| 797 | 2026-09-04T03:15:38.154Z | Downloaded quick-error v1.2.3 |
| 798 | 2026-09-04T03:15:38.154Z | Downloaded subtle v2.6.1 |
| 799 | 2026-09-04T03:15:38.154Z | Downloaded parking_lot_core v0.9.12 |
| 800 | 2026-09-04T03:15:38.154Z | Downloaded foreign-types-shared v0.3.1 |
| 801 | 2026-09-04T03:15:38.154Z | Downloaded rand_pcg v0.10.2 |
| 802 | 2026-09-04T03:15:38.154Z | Downloaded pest_derive v2.8.8 |
| 803 | 2026-09-04T03:15:38.154Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 804 | 2026-09-04T03:15:38.154Z | Downloaded spin v0.5.2 |
| 805 | 2026-09-04T03:15:38.154Z | Downloaded humantime v2.4.0 |
| 806 | 2026-09-04T03:15:38.154Z | Downloaded typify-macro v0.4.3 |
| 807 | 2026-09-04T03:15:38.154Z | Downloaded foldhash v0.2.0 |
| 808 | 2026-09-04T03:15:38.154Z | Downloaded either v1.17.0 |
| 809 | 2026-09-04T03:15:38.154Z | Downloaded typify-macro v0.6.2 |
| 810 | 2026-09-04T03:15:38.154Z | Downloaded toml_write v0.1.2 |
| 811 | 2026-09-04T03:15:38.155Z | Downloaded toml_datetime v0.6.11 |
| 812 | 2026-09-04T03:15:38.155Z | Downloaded zerofrom-derive v0.1.7 |
| 813 | 2026-09-04T03:15:38.155Z | Downloaded globset v0.4.20 |
| 814 | 2026-09-04T03:15:38.155Z | Downloaded miniz_oxide v0.8.9 |
| 815 | 2026-09-04T03:15:38.156Z | Downloaded digest v0.11.3 |
| 816 | 2026-09-04T03:15:38.156Z | Downloaded dof v0.4.0 |
| 817 | 2026-09-04T03:15:38.156Z | Downloaded tungstenite v0.21.0 |
| 818 | 2026-09-04T03:15:38.156Z | Downloaded rustls-pki-types v1.15.1 |
| 819 | 2026-09-04T03:15:38.156Z | Downloaded poly1305 v0.8.0 |
| 820 | 2026-09-04T03:15:38.156Z | Downloaded toml_edit v0.22.27 |
| 821 | 2026-09-04T03:15:38.156Z | Downloaded futures-io v0.3.34 |
| 822 | 2026-09-04T03:15:38.156Z | Downloaded elliptic-curve v0.13.8 |
| 823 | 2026-09-04T03:15:38.156Z | Downloaded thiserror v2.0.20 |
| 824 | 2026-09-04T03:15:38.156Z | Downloaded float-ord v0.3.2 |
| 825 | 2026-09-04T03:15:38.156Z | Downloaded crossbeam-channel v0.5.16 |
| 826 | 2026-09-04T03:15:38.156Z | Downloaded equivalent v1.0.2 |
| 827 | 2026-09-04T03:15:38.156Z | Downloaded hex v0.4.3 |
| 828 | 2026-09-04T03:15:38.157Z | Downloaded ppv-lite86 v0.2.21 |
| 829 | 2026-09-04T03:15:38.157Z | Downloaded oxnet v0.1.7 |
| 830 | 2026-09-04T03:15:38.157Z | Downloaded enum-as-inner v0.6.1 |
| 831 | 2026-09-04T03:15:38.157Z | Downloaded slog-json v2.6.1 |
| 832 | 2026-09-04T03:15:38.157Z | Downloaded snafu-derive v0.8.9 |
| 833 | 2026-09-04T03:15:38.157Z | Downloaded tokio-dtrace v0.1.1 |
| 834 | 2026-09-04T03:15:38.157Z | Downloaded deranged v0.5.8 |
| 835 | 2026-09-04T03:15:38.157Z | Downloaded progenitor-client v0.10.0 |
| 836 | 2026-09-04T03:15:38.157Z | Downloaded erased-serde v0.3.31 |
| 837 | 2026-09-04T03:15:38.157Z | Downloaded rand_chacha v0.3.1 |
| 838 | 2026-09-04T03:15:38.157Z | Downloaded semver v0.1.20 |
| 839 | 2026-09-04T03:15:38.157Z | Downloaded serde_plain v1.0.2 |
| 840 | 2026-09-04T03:15:38.157Z | Downloaded serde_spanned v0.6.9 |
| 841 | 2026-09-04T03:15:38.157Z | Downloaded httparse v1.10.1 |
| 842 | 2026-09-04T03:15:38.157Z | Downloaded serde_tokenstream v0.2.3 |
| 843 | 2026-09-04T03:15:38.158Z | Downloaded terminal_size v0.4.4 |
| 844 | 2026-09-04T03:15:38.158Z | Downloaded rustc_version v0.4.1 |
| 845 | 2026-09-04T03:15:38.158Z | Downloaded thiserror-impl v1.0.69 |
| 846 | 2026-09-04T03:15:38.158Z | Downloaded structmeta-derive v0.3.0 |
| 847 | 2026-09-04T03:15:38.158Z | Downloaded testing_table v0.3.0 |
| 848 | 2026-09-04T03:15:38.158Z | Downloaded proc-macro-crate v3.5.0 |
| 849 | 2026-09-04T03:15:38.158Z | Downloaded yoke-derive v0.8.2 |
| 850 | 2026-09-04T03:15:38.158Z | Downloaded thiserror v1.0.69 |
| 851 | 2026-09-04T03:15:38.158Z | Downloaded zmij v1.0.23 |
| 852 | 2026-09-04T03:15:38.158Z | Downloaded tokio-tungstenite v0.21.0 |
| 853 | 2026-09-04T03:15:38.158Z | Downloaded whoami v1.6.1 |
| 854 | 2026-09-04T03:15:38.158Z | Downloaded walkdir v2.5.0 |
| 855 | 2026-09-04T03:15:38.158Z | Downloaded serde_core v1.0.229 |
| 856 | 2026-09-04T03:15:38.158Z | Downloaded digest v0.10.7 |
| 857 | 2026-09-04T03:15:38.158Z | Downloaded openssl-probe v0.2.1 |
| 858 | 2026-09-04T03:15:38.158Z | Downloaded defmt-parser v1.0.0 |
| 859 | 2026-09-04T03:15:38.158Z | Downloaded utf8_iter v1.0.4 |
| 860 | 2026-09-04T03:15:38.159Z | Downloaded foreign-types v0.3.2 |
| 861 | 2026-09-04T03:15:38.159Z | Downloaded chacha20poly1305 v0.10.1 |
| 862 | 2026-09-04T03:15:38.159Z | Downloaded usdt-impl v0.5.0 |
| 863 | 2026-09-04T03:15:38.159Z | Downloaded usdt-impl v0.6.0 |
| 864 | 2026-09-04T03:15:38.159Z | Downloaded zerovec-derive v0.11.3 |
| 865 | 2026-09-04T03:15:38.159Z | Downloaded icu_collections v2.2.0 |
| 866 | 2026-09-04T03:15:38.159Z | Downloaded parking_lot v0.11.2 |
| 867 | 2026-09-04T03:15:38.159Z | Downloaded parking_lot v0.12.5 |
| 868 | 2026-09-04T03:15:38.159Z | Downloaded displaydoc v0.2.7 |
| 869 | 2026-09-04T03:15:38.159Z | Downloaded hmac v0.12.1 |
| 870 | 2026-09-04T03:15:38.159Z | Downloaded jiff-core v0.1.0 |
| 871 | 2026-09-04T03:15:38.159Z | Downloaded memchr v2.8.3 |
| 872 | 2026-09-04T03:15:38.160Z | Downloaded minimal-lexical v0.2.1 |
| 873 | 2026-09-04T03:15:38.160Z | Downloaded serde_derive v1.0.229 |
| 874 | 2026-09-04T03:15:38.160Z | Downloaded gethostname v0.5.0 |
| 875 | 2026-09-04T03:15:38.160Z | Downloaded hostname v0.3.1 |
| 876 | 2026-09-04T03:15:38.160Z | Downloaded progenitor-macro v0.14.0 |
| 877 | 2026-09-04T03:15:38.160Z | Downloaded rand_xorshift v0.4.0 |
| 878 | 2026-09-04T03:15:38.161Z | Downloaded phf_shared v0.12.1 |
| 879 | 2026-09-04T03:15:38.161Z | Downloaded async-compression v0.4.43 |
| 880 | 2026-09-04T03:15:38.161Z | Downloaded test-strategy v0.4.5 |
| 881 | 2026-09-04T03:15:38.161Z | Downloaded time-macros v0.2.32 |
| 882 | 2026-09-04T03:15:38.161Z | Downloaded schemars_derive v0.8.22 |
| 883 | 2026-09-04T03:15:38.161Z | Downloaded defmt-macros v1.1.1 |
| 884 | 2026-09-04T03:15:38.161Z | Downloaded resolv-conf v0.7.6 |
| 885 | 2026-09-04T03:15:38.161Z | Downloaded shlex v2.0.1 |
| 886 | 2026-09-04T03:15:38.161Z | Downloaded progenitor v0.10.0 |
| 887 | 2026-09-04T03:15:38.161Z | Downloaded parse-display-derive v0.10.0 |
| 888 | 2026-09-04T03:15:38.161Z | Downloaded structmeta v0.3.0 |
| 889 | 2026-09-04T03:15:38.161Z | Downloaded prettyplease v0.2.37 |
| 890 | 2026-09-04T03:15:38.161Z | Downloaded typify v0.6.2 |
| 891 | 2026-09-04T03:15:38.161Z | Downloaded same-file v1.0.6 |
| 892 | 2026-09-04T03:15:38.161Z | Downloaded termtree v0.5.1 |
| 893 | 2026-09-04T03:15:38.161Z | Downloaded tinyvec_macros v0.1.1 |
| 894 | 2026-09-04T03:15:38.161Z | Downloaded tower-layer v0.3.3 |
| 895 | 2026-09-04T03:15:38.200Z | Downloaded slog-envlogger v2.2.0 |
| 896 | 2026-09-04T03:15:38.200Z | Downloaded zone v0.3.1 |
| 897 | 2026-09-04T03:15:38.200Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 898 | 2026-09-04T03:15:38.200Z | Downloaded darling_core v0.23.0 |
| 899 | 2026-09-04T03:15:38.200Z | Downloaded zerotrie v0.2.4 |
| 900 | 2026-09-04T03:15:38.200Z | Downloaded rayon-core v1.13.0 |
| 901 | 2026-09-04T03:15:38.200Z | Downloaded rustls-platform-verifier v0.7.0 |
| 902 | 2026-09-04T03:15:38.200Z | Downloaded typeid v1.0.3 |
| 903 | 2026-09-04T03:15:38.200Z | Downloaded hash32 v0.3.1 |
| 904 | 2026-09-04T03:15:38.200Z | Downloaded pretty-hex v0.4.2 |
| 905 | 2026-09-04T03:15:38.200Z | Downloaded pest_meta v2.8.8 |
| 906 | 2026-09-04T03:15:38.200Z | Downloaded oxide-tokio-rt v0.1.6 |
| 907 | 2026-09-04T03:15:38.200Z | Downloaded defmt v1.1.1 |
| 908 | 2026-09-04T03:15:38.200Z | Downloaded fastrand v2.5.0 |
| 909 | 2026-09-04T03:15:38.200Z | Downloaded progenitor v0.13.0 |
| 910 | 2026-09-04T03:15:38.201Z | Downloaded rand_core v0.10.1 |
| 911 | 2026-09-04T03:15:38.201Z | Downloaded zeroize_derive v1.5.0 |
| 912 | 2026-09-04T03:15:38.201Z | Downloaded proc-macro2 v1.0.107 |
| 913 | 2026-09-04T03:15:38.201Z | Downloaded futures-core v0.3.34 |
| 914 | 2026-09-04T03:15:38.201Z | Downloaded progenitor-impl v0.10.0 |
| 915 | 2026-09-04T03:15:38.201Z | Downloaded ryu v1.0.23 |
| 916 | 2026-09-04T03:15:38.201Z | Downloaded zone_cfg_derive v0.3.1 |
| 917 | 2026-09-04T03:15:38.201Z | Downloaded http-body v1.1.0 |
| 918 | 2026-09-04T03:15:38.202Z | Downloaded postcard v1.1.3 |
| 919 | 2026-09-04T03:15:38.202Z | Downloaded signal-hook-registry v1.4.8 |
| 920 | 2026-09-04T03:15:38.202Z | Downloaded debug-ignore v1.0.5 |
| 921 | 2026-09-04T03:15:38.202Z | Downloaded git-stub-vcs v0.1.0 |
| 922 | 2026-09-04T03:15:38.202Z | Downloaded password-hash v0.5.0 |
| 923 | 2026-09-04T03:15:38.202Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 924 | 2026-09-04T03:15:38.202Z | Downloaded parse-display v0.10.0 |
| 925 | 2026-09-04T03:15:38.202Z | Downloaded heapless v0.8.0 |
| 926 | 2026-09-04T03:15:38.202Z | Downloaded similar v2.7.0 |
| 927 | 2026-09-04T03:15:38.202Z | Downloaded proc-macro-error v1.0.4 |
| 928 | 2026-09-04T03:15:38.202Z | Downloaded aho-corasick v1.1.5 |
| 929 | 2026-09-04T03:15:38.202Z | Downloaded sha1 v0.10.7 |
| 930 | 2026-09-04T03:15:38.202Z | Downloaded socket2 v0.6.5 |
| 931 | 2026-09-04T03:15:38.202Z | Downloaded term v1.2.1 |
| 932 | 2026-09-04T03:15:38.202Z | Downloaded thiserror-no-std v2.0.2 |
| 933 | 2026-09-04T03:15:38.202Z | Downloaded scroll v0.13.0 |
| 934 | 2026-09-04T03:15:38.202Z | Downloaded tabwriter v1.4.1 |
| 935 | 2026-09-04T03:15:38.202Z | Downloaded untrusted v0.7.1 |
| 936 | 2026-09-04T03:15:38.202Z | Downloaded tabled_derive v0.7.0 |
| 937 | 2026-09-04T03:15:38.202Z | Downloaded usdt-macro v0.6.0 |
| 938 | 2026-09-04T03:15:38.203Z | Downloaded waitgroup v0.1.2 |
| 939 | 2026-09-04T03:15:38.203Z | Downloaded zeroize v1.9.0 |
| 940 | 2026-09-04T03:15:38.203Z | Downloaded openssl-macros v0.1.1 |
| 941 | 2026-09-04T03:15:38.203Z | Downloaded proc-macro-crate v1.3.1 |
| 942 | 2026-09-04T03:15:38.203Z | Downloaded embedded-io v0.6.1 |
| 943 | 2026-09-04T03:15:38.203Z | Downloaded usdt v0.6.0 |
| 944 | 2026-09-04T03:15:38.203Z | Downloaded serde_path_to_error v0.1.20 |
| 945 | 2026-09-04T03:15:38.203Z | Downloaded sha2 v0.10.9 |
| 946 | 2026-09-04T03:15:38.203Z | Downloaded mio v1.2.2 |
| 947 | 2026-09-04T03:15:38.203Z | Downloaded foreign-types v0.5.0 |
| 948 | 2026-09-04T03:15:38.204Z | Downloaded rustls-webpki v0.103.14 |
| 949 | 2026-09-04T03:15:38.204Z | Downloaded stable_deref_trait v1.2.1 |
| 950 | 2026-09-04T03:15:38.204Z | Downloaded tokio-macros v2.7.2 |
| 951 | 2026-09-04T03:15:38.204Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 952 | 2026-09-04T03:15:38.204Z | Downloaded strum_macros v0.27.2 |
| 953 | 2026-09-04T03:15:38.204Z | Downloaded hyper-util v0.1.20 |
| 954 | 2026-09-04T03:15:38.204Z | Downloaded phf v0.12.1 |
| 955 | 2026-09-04T03:15:38.204Z | Downloaded getrandom v0.4.3 |
| 956 | 2026-09-04T03:15:38.204Z | Downloaded progenitor-impl v0.13.0 |
| 957 | 2026-09-04T03:15:38.204Z | Downloaded pkg-config v0.3.33 |
| 958 | 2026-09-04T03:15:38.204Z | Downloaded derive-ex v0.1.8 |
| 959 | 2026-09-04T03:15:38.204Z | Downloaded unicode-linebreak v0.1.5 |
| 960 | 2026-09-04T03:15:38.204Z | Downloaded papergrid v0.11.0 |
| 961 | 2026-09-04T03:15:38.204Z | Downloaded smawk v0.3.3 |
| 962 | 2026-09-04T03:15:38.204Z | Downloaded fixedbitset v0.5.7 |
| 963 | 2026-09-04T03:15:38.204Z | Downloaded parking_lot_core v0.8.6 |
| 964 | 2026-09-04T03:15:38.204Z | Downloaded http-body-util v0.1.5 |
| 965 | 2026-09-04T03:15:38.204Z | Downloaded percent-encoding v2.3.2 |
| 966 | 2026-09-04T03:15:38.204Z | Downloaded nom v7.1.3 |
| 967 | 2026-09-04T03:15:38.204Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 968 | 2026-09-04T03:15:38.204Z | Downloaded dunce v1.0.5 |
| 969 | 2026-09-04T03:15:38.204Z | Downloaded zerocopy-derive v0.8.56 |
| 970 | 2026-09-04T03:15:38.204Z | Downloaded tracing-attributes v0.1.31 |
| 971 | 2026-09-04T03:15:38.204Z | Downloaded ref-cast-impl v1.0.26 |
| 972 | 2026-09-04T03:15:38.204Z | Downloaded tracing-core v0.1.36 |
| 973 | 2026-09-04T03:15:38.205Z | Downloaded progenitor-client v0.14.0 |
| 974 | 2026-09-04T03:15:38.205Z | Downloaded supports-color v3.0.2 |
| 975 | 2026-09-04T03:15:38.205Z | Downloaded tokio-stream v0.1.19 |
| 976 | 2026-09-04T03:15:38.205Z | Downloaded unsafe-libyaml v0.2.11 |
| 977 | 2026-09-04T03:15:38.205Z | Downloaded potential_utf v0.1.5 |
| 978 | 2026-09-04T03:15:38.205Z | Downloaded rand v0.10.2 |
| 979 | 2026-09-04T03:15:38.205Z | Downloaded smf v0.2.3 |
| 980 | 2026-09-04T03:15:38.205Z | Downloaded writeable v0.6.3 |
| 981 | 2026-09-04T03:15:38.205Z | Downloaded xz2 v0.1.7 |
| 982 | 2026-09-04T03:15:38.205Z | Downloaded usdt v0.5.0 |
| 983 | 2026-09-04T03:15:38.205Z | Downloaded zerofrom v0.1.8 |
| 984 | 2026-09-04T03:15:38.205Z | Downloaded plain v0.2.3 |
| 985 | 2026-09-04T03:15:38.205Z | Downloaded scroll_derive v0.12.1 |
| 986 | 2026-09-04T03:15:38.205Z | Downloaded drift v0.2.0 |
| 987 | 2026-09-04T03:15:38.205Z | Downloaded port-file v0.1.0 |
| 988 | 2026-09-04T03:15:38.205Z | Downloaded synstructure v0.13.2 |
| 989 | 2026-09-04T03:15:38.205Z | Downloaded pem v3.0.6 |
| 990 | 2026-09-04T03:15:38.205Z | Downloaded foreign-types-macros v0.2.4 |
| 991 | 2026-09-04T03:15:38.205Z | Downloaded hashbrown v0.12.3 |
| 992 | 2026-09-04T03:15:38.205Z | Downloaded group v0.13.0 |
| 993 | 2026-09-04T03:15:38.205Z | Downloaded utf-8 v0.7.6 |
| 994 | 2026-09-04T03:15:38.205Z | Downloaded qorb v0.4.1 |
| 995 | 2026-09-04T03:15:38.248Z | Downloaded wait-timeout v0.2.1 |
| 996 | 2026-09-04T03:15:38.249Z | Downloaded half v2.7.1 |
| 997 | 2026-09-04T03:15:38.249Z | Downloaded highway v1.3.0 |
| 998 | 2026-09-04T03:15:38.249Z | Downloaded semver v1.0.28 |
| 999 | 2026-09-04T03:15:38.249Z | Downloaded smallvec v1.15.2 |
| 1000 | 2026-09-04T03:15:38.249Z | Downloaded usdt-attr-macro v0.6.0 |
| 1001 | 2026-09-04T03:15:38.249Z | Downloaded pin-project v1.1.13 |
| 1002 | 2026-09-04T03:15:38.249Z | Downloaded serde-big-array v0.5.1 |
| 1003 | 2026-09-04T03:15:38.249Z | Downloaded snafu v0.8.9 |
| 1004 | 2026-09-04T03:15:38.249Z | Downloaded rand_core v0.6.4 |
| 1005 | 2026-09-04T03:15:38.249Z | Downloaded progenitor-client v0.13.0 |
| 1006 | 2026-09-04T03:15:38.249Z | Downloaded scroll v0.12.0 |
| 1007 | 2026-09-04T03:15:38.249Z | Downloaded siphasher v1.0.3 |
| 1008 | 2026-09-04T03:15:38.249Z | Downloaded tiny-keccak v2.0.2 |
| 1009 | 2026-09-04T03:15:38.249Z | Downloaded tokio-rustls v0.26.4 |
| 1010 | 2026-09-04T03:15:38.249Z | Downloaded dyn-clone v1.0.20 |
| 1011 | 2026-09-04T03:15:38.249Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 1012 | 2026-09-04T03:15:38.249Z | Downloaded typed-path v0.9.3 |
| 1013 | 2026-09-04T03:15:38.249Z | Downloaded serde_with_macros v3.22.0 |
| 1014 | 2026-09-04T03:15:38.249Z | Downloaded rustls-pemfile v2.2.0 |
| 1015 | 2026-09-04T03:15:38.249Z | Downloaded futures v0.3.34 |
| 1016 | 2026-09-04T03:15:38.249Z | Downloaded url v2.5.8 |
| 1017 | 2026-09-04T03:15:38.249Z | Downloaded ff v0.13.1 |
| 1018 | 2026-09-04T03:15:38.249Z | Downloaded rand_chacha v0.9.0 |
| 1019 | 2026-09-04T03:15:38.250Z | Downloaded quote v1.0.47 |
| 1020 | 2026-09-04T03:15:38.250Z | Downloaded rhai_codegen v3.2.0 |
| 1021 | 2026-09-04T03:15:38.250Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 1022 | 2026-09-04T03:15:38.250Z | Downloaded flate2 v1.1.9 |
| 1023 | 2026-09-04T03:15:38.250Z | Downloaded git-stub v1.0.0 |
| 1024 | 2026-09-04T03:15:38.250Z | Downloaded itertools v0.12.1 |
| 1025 | 2026-09-04T03:15:38.250Z | Downloaded futures-executor v0.3.34 |
| 1026 | 2026-09-04T03:15:38.250Z | Downloaded clap_builder v4.6.6 |
| 1027 | 2026-09-04T03:15:38.250Z | Downloaded rustls-native-certs v0.8.4 |
| 1028 | 2026-09-04T03:15:38.250Z | Downloaded slog-async v2.8.0 |
| 1029 | 2026-09-04T03:15:38.250Z | Downloaded hybrid-array v0.4.14 |
| 1030 | 2026-09-04T03:15:38.250Z | Downloaded typify v0.4.3 |
| 1031 | 2026-09-04T03:15:38.250Z | Downloaded progenitor-impl v0.14.0 |
| 1032 | 2026-09-04T03:15:38.250Z | Downloaded dropshot_endpoint v0.17.1 |
| 1033 | 2026-09-04T03:15:38.250Z | Downloaded getrandom v0.3.4 |
| 1034 | 2026-09-04T03:15:38.250Z | Downloaded dropshot-api-manager v0.8.0 |
| 1035 | 2026-09-04T03:15:38.250Z | Downloaded toml_edit v0.19.15 |
| 1036 | 2026-09-04T03:15:38.250Z | Downloaded expectorate v1.3.0 |
| 1037 | 2026-09-04T03:15:38.250Z | Downloaded similar v3.2.0 |
| 1038 | 2026-09-04T03:15:38.250Z | Downloaded unicode-normalization v0.1.25 |
| 1039 | 2026-09-04T03:15:38.250Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1040 | 2026-09-04T03:15:38.250Z | Downloaded fs-err v3.3.1 |
| 1041 | 2026-09-04T03:15:38.250Z | Downloaded tinystr v0.8.3 |
| 1042 | 2026-09-04T03:15:38.250Z | Downloaded find-msvc-tools v0.1.10 |
| 1043 | 2026-09-04T03:15:38.250Z | Downloaded itertools v0.15.0 |
| 1044 | 2026-09-04T03:15:38.250Z | Downloaded libm v0.2.16 |
| 1045 | 2026-09-04T03:15:38.251Z | Downloaded unicode-ident v1.0.24 |
| 1046 | 2026-09-04T03:15:38.251Z | Downloaded idna v1.1.0 |
| 1047 | 2026-09-04T03:15:38.251Z | Downloaded owo-colors v4.3.0 |
| 1048 | 2026-09-04T03:15:38.251Z | Downloaded fs_extra v1.3.0 |
| 1049 | 2026-09-04T03:15:38.251Z | Downloaded derive-where v1.6.1 |
| 1050 | 2026-09-04T03:15:38.251Z | Downloaded ucd-trie v0.1.7 |
| 1051 | 2026-09-04T03:15:38.251Z | Downloaded tough v0.22.0 |
| 1052 | 2026-09-04T03:15:38.251Z | Downloaded derive_more v0.99.20 |
| 1053 | 2026-09-04T03:15:38.251Z | Downloaded rand v0.8.7 |
| 1054 | 2026-09-04T03:15:38.251Z | Downloaded getrandom v0.2.17 |
| 1055 | 2026-09-04T03:15:38.251Z | Downloaded tinyvec v1.12.0 |
| 1056 | 2026-09-04T03:15:38.251Z | Downloaded tokio-util v0.7.19 |
| 1057 | 2026-09-04T03:15:38.251Z | Downloaded uuid v1.26.0 |
| 1058 | 2026-09-04T03:15:38.251Z | Downloaded schemars v0.9.0 |
| 1059 | 2026-09-04T03:15:38.251Z | Downloaded papergrid v0.18.0 |
| 1060 | 2026-09-04T03:15:38.251Z | Downloaded hyper v1.11.0 |
| 1061 | 2026-09-04T03:15:38.251Z | Downloaded icu_properties_data v2.2.0 |
| 1062 | 2026-09-04T03:15:38.251Z | Downloaded openssl-sys v0.9.117 |
| 1063 | 2026-09-04T03:15:38.251Z | Downloaded slog v2.8.2 |
| 1064 | 2026-09-04T03:15:38.251Z | Downloaded tower v0.5.3 |
| 1065 | 2026-09-04T03:15:38.251Z | Downloaded quinn v0.11.11 |
| 1066 | 2026-09-04T03:15:38.251Z | Downloaded schemars v1.2.2 |
| 1067 | 2026-09-04T03:15:38.251Z | Downloaded hashbrown v0.16.1 |
| 1068 | 2026-09-04T03:15:38.251Z | Downloaded futures-util v0.3.34 |
| 1069 | 2026-09-04T03:15:38.251Z | Downloaded steno v0.4.1 |
| 1070 | 2026-09-04T03:15:38.251Z | Downloaded zerocopy v0.7.35 |
| 1071 | 2026-09-04T03:15:38.252Z | Downloaded textwrap v0.16.2 |
| 1072 | 2026-09-04T03:15:38.252Z | Downloaded unicode-segmentation v1.13.3 |
| 1073 | 2026-09-04T03:15:38.252Z | Downloaded hashbrown v0.15.5 |
| 1074 | 2026-09-04T03:15:38.252Z | Downloaded rand v0.9.5 |
| 1075 | 2026-09-04T03:15:38.252Z | Downloaded serde_json v1.0.151 |
| 1076 | 2026-09-04T03:15:38.252Z | Downloaded pest v2.8.8 |
| 1077 | 2026-09-04T03:15:38.252Z | Downloaded winnow v0.5.40 |
| 1078 | 2026-09-04T03:15:38.252Z | Downloaded hickory-resolver v0.24.4 |
| 1079 | 2026-09-04T03:15:38.253Z | Downloaded rayon v1.12.0 |
| 1080 | 2026-09-04T03:15:38.253Z | Downloaded zerovec v0.11.6 |
| 1081 | 2026-09-04T03:15:38.253Z | Downloaded chrono v0.4.45 |
| 1082 | 2026-09-04T03:15:38.253Z | Downloaded h2 v0.4.15 |
| 1083 | 2026-09-04T03:15:38.253Z | Downloaded hkdf v0.12.4 |
| 1084 | 2026-09-04T03:15:38.253Z | Downloaded typenum v1.20.1 |
| 1085 | 2026-09-04T03:15:38.253Z | Downloaded hickory-resolver v0.25.2 |
| 1086 | 2026-09-04T03:15:38.253Z | Downloaded ron v0.12.2 |
| 1087 | 2026-09-04T03:15:38.253Z | Downloaded http v1.5.0 |
| 1088 | 2026-09-04T03:15:38.253Z | Downloaded webpki-roots v1.0.9 |
| 1089 | 2026-09-04T03:15:38.253Z | Downloaded hashbrown v0.17.1 |
| 1090 | 2026-09-04T03:15:38.253Z | Downloaded regex v1.13.1 |
| 1091 | 2026-09-04T03:15:38.253Z | Downloaded winnow v0.7.15 |
| 1092 | 2026-09-04T03:15:38.253Z | Downloaded portable-atomic v1.15.0 |
| 1093 | 2026-09-04T03:15:38.253Z | Downloaded aws-lc-rs v1.18.0 |
| 1094 | 2026-09-04T03:15:38.253Z | Downloaded tabled v0.15.0 |
| 1095 | 2026-09-04T03:15:38.310Z | Downloaded reqwest v0.13.4 |
| 1096 | 2026-09-04T03:15:38.310Z | Downloaded tower-http v0.6.11 |
| 1097 | 2026-09-04T03:15:38.310Z | Downloaded winnow v1.0.4 |
| 1098 | 2026-09-04T03:15:38.310Z | Downloaded moka v0.12.16 |
| 1099 | 2026-09-04T03:15:38.310Z | Downloaded time v0.3.55 |
| 1100 | 2026-09-04T03:15:38.310Z | Downloaded reqwest v0.12.28 |
| 1101 | 2026-09-04T03:15:38.310Z | Downloaded goblin v0.8.2 |
| 1102 | 2026-09-04T03:15:38.310Z | Downloaded syn v3.0.3 |
| 1103 | 2026-09-04T03:15:38.310Z | Downloaded proptest v1.11.0 |
| 1104 | 2026-09-04T03:15:38.310Z | Downloaded unicode-width v0.1.14 |
| 1105 | 2026-09-04T03:15:38.310Z | Downloaded syn v1.0.109 |
| 1106 | 2026-09-04T03:15:38.310Z | Downloaded zerocopy v0.8.56 |
| 1107 | 2026-09-04T03:15:38.310Z | Downloaded curve25519-dalek v4.1.3 |
| 1108 | 2026-09-04T03:15:38.311Z | Downloaded tabled v0.21.0 |
| 1109 | 2026-09-04T03:15:38.311Z | Downloaded goblin v0.10.7 |
| 1110 | 2026-09-04T03:15:38.311Z | Downloaded quinn-proto v0.11.16 |
| 1111 | 2026-09-04T03:15:38.311Z | Downloaded vcpkg v0.2.15 |
| 1112 | 2026-09-04T03:15:38.311Z | Downloaded sled v0.34.7 |
| 1113 | 2026-09-04T03:15:38.311Z | Downloaded openssl v0.10.81 |
| 1114 | 2026-09-04T03:15:38.320Z | Downloaded serde_with v3.22.0 |
| 1115 | 2026-09-04T03:15:38.320Z | Downloaded typify-impl v0.4.3 |
| 1116 | 2026-09-04T03:15:38.320Z | Downloaded tracing v0.1.44 |
| 1117 | 2026-09-04T03:15:38.320Z | Downloaded unicode-width v0.2.2 |
| 1118 | 2026-09-04T03:15:38.320Z | Downloaded nix v0.31.3 |
| 1119 | 2026-09-04T03:15:38.372Z | Downloaded chrono-tz v0.10.4 |
| 1120 | 2026-09-04T03:15:38.843Z | Downloaded csv v1.4.0 |
| 1121 | 2026-09-04T03:15:38.898Z | Downloaded petgraph v0.8.3 |
| 1122 | 2026-09-04T03:15:38.898Z | Downloaded regress v0.11.1 |
| 1123 | 2026-09-04T03:15:38.898Z | Downloaded smoltcp v0.11.0 |
| 1124 | 2026-09-04T03:15:38.898Z | Downloaded regress v0.10.5 |
| 1125 | 2026-09-04T03:15:38.898Z | Downloaded regex-syntax v0.8.11 |
| 1126 | 2026-09-04T03:15:38.898Z | Downloaded openapiv3 v2.2.0 |
| 1127 | 2026-09-04T03:15:38.898Z | Downloaded syn v2.0.119 |
| 1128 | 2026-09-04T03:15:38.899Z | Downloaded rustix v0.38.44 |
| 1129 | 2026-09-04T03:15:38.899Z | Downloaded typify-impl v0.6.2 |
| 1130 | 2026-09-04T03:15:38.899Z | Downloaded hickory-proto v0.24.4 |
| 1131 | 2026-09-04T03:15:38.899Z | Downloaded rustls v0.23.43 |
| 1132 | 2026-09-04T03:15:38.899Z | Downloaded dropshot v0.17.1 |
| 1133 | 2026-09-04T03:15:38.899Z | Downloaded encoding_rs v0.8.35 |
| 1134 | 2026-09-04T03:15:38.899Z | Downloaded hickory-proto v0.25.2 |
| 1135 | 2026-09-04T03:15:38.899Z | Downloaded rustix v1.1.4 |
| 1136 | 2026-09-04T03:15:38.899Z | Downloaded rhai v1.26.0 |
| 1137 | 2026-09-04T03:15:38.899Z | Downloaded jiff v0.2.35 |
| 1138 | 2026-09-04T03:15:38.899Z | Downloaded lzma-sys v0.1.20 |
| 1139 | 2026-09-04T03:15:38.899Z | Downloaded regex-automata v0.4.18 |
| 1140 | 2026-09-04T03:15:38.899Z | Downloaded petgraph v0.6.5 |
| 1141 | 2026-09-04T03:15:38.899Z | Downloaded libc v0.2.189 |
| 1142 | 2026-09-04T03:15:38.899Z | Downloaded sha3 v0.10.9 |
| 1143 | 2026-09-04T03:15:38.899Z | Downloaded tokio v1.53.1 |
| 1144 | 2026-09-04T03:15:38.899Z | Downloaded ring v0.17.14 |
| 1145 | 2026-09-04T03:15:39.011Z | Downloaded aws-lc-sys v0.44.0 |
| 1146 | 2026-09-04T03:15:39.360Z | Compiling proc-macro2 v1.0.107 |
| 1147 | 2026-09-04T03:15:39.361Z | Compiling quote v1.0.47 |
| 1148 | 2026-09-04T03:15:39.395Z | Compiling unicode-ident v1.0.24 |
| 1149 | 2026-09-04T03:15:39.395Z | Compiling serde_core v1.0.229 |
| 1150 | 2026-09-04T03:15:39.395Z | Compiling serde v1.0.229 |
| 1151 | 2026-09-04T03:15:39.395Z | Compiling libc v0.2.189 |
| 1152 | 2026-09-04T03:15:39.395Z | Compiling cfg-if v1.0.4 |
| 1153 | 2026-09-04T03:15:39.704Z | Compiling zmij v1.0.23 |
| 1154 | 2026-09-04T03:15:40.145Z | Compiling autocfg v1.5.1 |
| 1155 | 2026-09-04T03:15:40.185Z | Compiling memchr v2.8.3 |
| 1156 | 2026-09-04T03:15:40.185Z | Compiling libm v0.2.16 |
| 1157 | 2026-09-04T03:15:40.500Z | Compiling itoa v1.0.18 |
| 1158 | 2026-09-04T03:15:40.532Z | Compiling icu_properties_data v2.2.0 |
| 1159 | 2026-09-04T03:15:40.730Z | Compiling icu_normalizer_data v2.2.0 |
| 1160 | 2026-09-04T03:15:41.154Z | Compiling version_check v0.9.5 |
| 1161 | 2026-09-04T03:15:41.620Z | Compiling stable_deref_trait v1.2.1 |
| 1162 | 2026-09-04T03:15:41.620Z | Compiling serde_json v1.0.151 |
| 1163 | 2026-09-04T03:15:41.620Z | Compiling syn v2.0.119 |
| 1164 | 2026-09-04T03:15:41.621Z | Compiling syn v3.0.3 |
| 1165 | 2026-09-04T03:15:41.621Z | Compiling writeable v0.6.3 |
| 1166 | 2026-09-04T03:15:41.621Z | Compiling parking_lot_core v0.9.12 |
| 1167 | 2026-09-04T03:15:41.706Z | Compiling litemap v0.8.2 |
| 1168 | 2026-09-04T03:15:41.706Z | Compiling num-traits v0.2.19 |
| 1169 | 2026-09-04T03:15:41.706Z | Compiling utf8_iter v1.0.4 |
| 1170 | 2026-09-04T03:15:41.706Z | Compiling percent-encoding v2.3.2 |
| 1171 | 2026-09-04T03:15:41.706Z | Compiling thiserror v2.0.20 |
| 1172 | 2026-09-04T03:15:41.895Z | Compiling getrandom v0.4.3 |
| 1173 | 2026-09-04T03:15:42.307Z | Compiling rand_core v0.10.1 |
| 1174 | 2026-09-04T03:15:42.314Z | Compiling form_urlencoded v1.2.2 |
| 1175 | 2026-09-04T03:15:42.314Z | Compiling zerocopy v0.8.56 |
| 1176 | 2026-09-04T03:15:42.314Z | Compiling errno v0.3.14 |
| 1177 | 2026-09-04T03:15:42.314Z | Compiling iana-time-zone v0.1.65 |
| 1178 | 2026-09-04T03:15:42.578Z | Compiling heck v0.5.0 |
| 1179 | 2026-09-04T03:15:42.785Z | Compiling uuid v1.26.0 |
| 1180 | 2026-09-04T03:15:42.880Z | Compiling jobserver v0.1.35 |
| 1181 | 2026-09-04T03:15:43.210Z | Compiling find-msvc-tools v0.1.10 |
| 1182 | 2026-09-04T03:15:43.210Z | Compiling shlex v2.0.1 |
| 1183 | 2026-09-04T03:15:43.310Z | Compiling rustversion v1.0.23 |
| 1184 | 2026-09-04T03:15:43.395Z | Compiling cc v1.4.2 |
| 1185 | 2026-09-04T03:15:43.443Z | Compiling semver v1.0.28 |
| 1186 | 2026-09-04T03:15:43.512Z | Compiling dyn-clone v1.0.20 |
| 1187 | 2026-09-04T03:15:43.750Z | Compiling schemars v0.8.22 |
| 1188 | 2026-09-04T03:15:43.801Z | Compiling synstructure v0.13.2 |
| 1189 | 2026-09-04T03:15:44.008Z | Compiling serde_derive_internals v0.29.1 |
| 1190 | 2026-09-04T03:15:44.169Z | Compiling pin-project-lite v0.2.17 |
| 1191 | 2026-09-04T03:15:44.284Z | Compiling getrandom v0.2.17 |
| 1192 | 2026-09-04T03:15:44.318Z | Compiling serde_derive v1.0.229 |
| 1193 | 2026-09-04T03:15:44.344Z | Compiling displaydoc v0.2.7 |
| 1194 | 2026-09-04T03:15:44.376Z | Compiling thiserror-impl v2.0.20 |
| 1195 | 2026-09-04T03:15:44.513Z | Compiling tokio-macros v2.7.2 |
| 1196 | 2026-09-04T03:15:44.588Z | Compiling futures-macro v0.3.34 |
| 1197 | 2026-09-04T03:15:44.745Z | Compiling bitflags v2.13.1 |
| 1198 | 2026-09-04T03:15:44.781Z | Compiling pkg-config v0.3.33 |
| 1199 | 2026-09-04T03:15:45.051Z | Compiling zerofrom-derive v0.1.7 |
| 1200 | 2026-09-04T03:15:45.124Z | Compiling yoke-derive v0.8.2 |
| 1201 | 2026-09-04T03:15:45.197Z | Compiling zerovec-derive v0.11.3 |
| 1202 | 2026-09-04T03:15:45.234Z | Compiling schemars_derive v0.8.22 |
| 1203 | 2026-09-04T03:15:45.329Z | Compiling zerocopy-derive v0.8.56 |
| 1204 | 2026-09-04T03:15:45.392Z | Compiling zeroize_derive v1.5.0 |
| 1205 | 2026-09-04T03:15:45.597Z | Compiling scopeguard v1.2.0 |
| 1206 | 2026-09-04T03:15:45.773Z | Compiling lock_api v0.4.14 |
| 1207 | 2026-09-04T03:15:46.095Z | Compiling zeroize v1.9.0 |
| 1208 | 2026-09-04T03:15:46.669Z | Compiling zerofrom v0.1.8 |
| 1209 | 2026-09-04T03:15:46.698Z | Compiling socket2 v0.6.5 |
| 1210 | 2026-09-04T03:15:46.698Z | Compiling cmake v0.1.58 |
| 1211 | 2026-09-04T03:15:46.698Z | Compiling signal-hook-registry v1.4.8 |
| 1212 | 2026-09-04T03:15:46.698Z | Compiling mio v1.2.2 |
| 1213 | 2026-09-04T03:15:46.698Z | Compiling yoke v0.8.3 |
| 1214 | 2026-09-04T03:15:46.698Z | Compiling fs_extra v1.3.0 |
| 1215 | 2026-09-04T03:15:46.698Z | Compiling zerovec v0.11.6 |
| 1216 | 2026-09-04T03:15:46.698Z | Compiling zerotrie v0.2.4 |
| 1217 | 2026-09-04T03:15:46.772Z | Compiling dunce v1.0.5 |
| 1218 | 2026-09-04T03:15:47.265Z | Compiling portable-atomic v1.15.0 |
| 1219 | 2026-09-04T03:15:47.367Z | Compiling aws-lc-sys v0.44.0 |
| 1220 | 2026-09-04T03:15:47.367Z | Compiling critical-section v1.2.0 |
| 1221 | 2026-09-04T03:15:47.367Z | Compiling futures-core v0.3.34 |
| 1222 | 2026-09-04T03:15:47.367Z | Compiling tinystr v0.8.3 |
| 1223 | 2026-09-04T03:15:47.367Z | Compiling potential_utf v0.1.5 |
| 1224 | 2026-09-04T03:15:47.367Z | Compiling log v0.4.33 |
| 1225 | 2026-09-04T03:15:47.451Z | Compiling icu_locale_core v2.2.0 |
| 1226 | 2026-09-04T03:15:47.530Z | Compiling icu_collections v2.2.0 |
| 1227 | 2026-09-04T03:15:47.591Z | Compiling smallvec v1.15.2 |
| 1228 | 2026-09-04T03:15:47.591Z | Compiling bytes v1.12.1 |
| 1229 | 2026-09-04T03:15:47.631Z | Compiling chrono v0.4.45 |
| 1230 | 2026-09-04T03:15:48.291Z | Compiling parking_lot v0.12.5 |
| 1231 | 2026-09-04T03:15:48.348Z | Compiling once_cell v1.21.4 |
| 1232 | 2026-09-04T03:15:48.348Z | Compiling subtle v2.6.1 |
| 1233 | 2026-09-04T03:15:49.939Z | Compiling icu_provider v2.2.0 |
| 1234 | 2026-09-04T03:15:50.125Z | Compiling tokio v1.53.1 |
| 1235 | 2026-09-04T03:15:50.125Z | Compiling equivalent v1.0.2 |
| 1236 | 2026-09-04T03:15:50.125Z | Compiling allocator-api2 v0.2.21 |
| 1237 | 2026-09-04T03:15:50.125Z | Compiling icu_properties v2.2.0 |
| 1238 | 2026-09-04T03:15:50.125Z | Compiling icu_normalizer v2.2.0 |
| 1239 | 2026-09-04T03:15:50.125Z | Compiling httparse v1.10.1 |
| 1240 | 2026-09-04T03:15:50.125Z | Compiling serde_tokenstream v0.2.3 |
| 1241 | 2026-09-04T03:15:50.125Z | Compiling futures-sink v0.3.34 |
| 1242 | 2026-09-04T03:15:50.125Z | Compiling idna_adapter v1.2.2 |
| 1243 | 2026-09-04T03:15:50.125Z | Compiling idna v1.1.0 |
| 1244 | 2026-09-04T03:15:50.125Z | Compiling rustix v1.1.4 |
| 1245 | 2026-09-04T03:15:50.194Z | Compiling slab v0.4.12 |
| 1246 | 2026-09-04T03:15:50.249Z | Compiling url v2.5.8 |
| 1247 | 2026-09-04T03:15:50.249Z | Compiling ucd-trie v0.1.7 |
| 1248 | 2026-09-04T03:15:50.295Z | Compiling thiserror v1.0.69 |
| 1249 | 2026-09-04T03:15:50.733Z | Compiling regex-syntax v0.8.11 |
| 1250 | 2026-09-04T03:15:50.742Z | Compiling pest v2.8.8 |
| 1251 | 2026-09-04T03:15:50.743Z | Compiling typenum v1.20.1 |
| 1252 | 2026-09-04T03:15:50.983Z | Compiling futures-channel v0.3.34 |
| 1253 | 2026-09-04T03:15:51.286Z | Compiling thiserror-impl v1.0.69 |
| 1254 | 2026-09-04T03:15:51.461Z | Compiling strsim v0.11.1 |
| 1255 | 2026-09-04T03:15:51.660Z | Compiling pest_meta v2.8.8 |
| 1256 | 2026-09-04T03:15:51.752Z | Compiling hashbrown v0.17.1 |
| 1257 | 2026-09-04T03:15:51.836Z | Compiling aho-corasick v1.1.5 |
| 1258 | 2026-09-04T03:15:52.409Z | Compiling pest_generator v2.8.8 |
| 1259 | 2026-09-04T03:15:52.437Z | Compiling futures-io v0.3.34 |
| 1260 | 2026-09-04T03:15:52.452Z | Compiling futures-task v0.3.34 |
| 1261 | 2026-09-04T03:15:52.601Z | Compiling ipnetwork v0.21.1 |
| 1262 | 2026-09-04T03:15:52.654Z | Compiling futures-util v0.3.34 |
| 1263 | 2026-09-04T03:15:52.664Z | Compiling ident_case v1.0.1 |
| 1264 | 2026-09-04T03:15:52.809Z | Compiling regex-automata v0.4.18 |
| 1265 | 2026-09-04T03:15:52.917Z | Compiling getrandom v0.3.4 |
| 1266 | 2026-09-04T03:15:53.038Z | Compiling pest_derive v2.8.8 |
| 1267 | 2026-09-04T03:15:53.340Z | Compiling rand_core v0.6.4 |
| 1268 | 2026-09-04T03:15:53.415Z | Compiling byteorder v1.5.0 |
| 1269 | 2026-09-04T03:15:53.559Z | Compiling indexmap v2.14.0 |
| 1270 | 2026-09-04T03:15:53.651Z | Compiling tracing-core v0.1.36 |
| 1271 | 2026-09-04T03:15:54.144Z | Compiling tracing-attributes v0.1.31 |
| 1272 | 2026-09-04T03:15:55.406Z | Compiling slog v2.8.2 |
| 1273 | 2026-09-04T03:15:55.548Z | Compiling base64 v0.22.1 |
| 1274 | 2026-09-04T03:15:55.548Z | Compiling regex v1.13.1 |
| 1275 | 2026-09-04T03:15:55.548Z | Compiling paste v1.0.15 |
| 1276 | 2026-09-04T03:15:55.548Z | Compiling anyhow v1.0.104 |
| 1277 | 2026-09-04T03:15:55.548Z | Compiling fnv v1.0.7 |
| 1278 | 2026-09-04T03:15:55.549Z | Compiling erased-serde v0.3.31 |
| 1279 | 2026-09-04T03:15:55.549Z | Compiling tracing v0.1.44 |
| 1280 | 2026-09-04T03:15:55.750Z | Compiling omicron-workspace-hack v0.1.0 |
| 1281 | 2026-09-04T03:15:55.793Z | Compiling http v1.5.0 |
| 1282 | 2026-09-04T03:15:55.824Z | Compiling oxnet v0.1.7 |
| 1283 | 2026-09-04T03:15:56.035Z | Compiling rustls-pki-types v1.15.1 |
| 1284 | 2026-09-04T03:15:56.896Z | Compiling scroll_derive v0.13.1 |
| 1285 | 2026-09-04T03:15:57.183Z | Compiling ring v0.17.14 |
| 1286 | 2026-09-04T03:15:57.556Z | Compiling num-conv v0.2.2 |
| 1287 | 2026-09-04T03:15:57.600Z | Compiling time-core v0.1.9 |
| 1288 | 2026-09-04T03:15:57.603Z | Compiling aws-lc-rs v1.18.0 |
| 1289 | 2026-09-04T03:15:57.793Z | Compiling time-macros v0.2.32 |
| 1290 | 2026-09-04T03:15:58.110Z | Compiling tokio-util v0.7.19 |
| 1291 | 2026-09-04T03:15:58.208Z | Compiling untrusted v0.7.1 |
| 1292 | 2026-09-04T03:15:58.361Z | Compiling camino v1.2.5 |
| 1293 | 2026-09-04T03:15:58.699Z | Compiling untrusted v0.9.0 |
| 1294 | 2026-09-04T03:15:58.840Z | Compiling ipnet v2.12.1 |
| 1295 | 2026-09-04T03:15:59.239Z | Compiling ppv-lite86 v0.2.21 |
| 1296 | 2026-09-04T03:15:59.463Z | Compiling daft-derive v0.1.8 |
| 1297 | 2026-09-04T03:15:59.541Z | Compiling async-trait v0.1.92 |
| 1298 | 2026-09-04T03:15:59.595Z | Compiling rustls v0.23.43 |
| 1299 | 2026-09-04T03:15:59.847Z | Compiling crc32fast v1.5.0 |
| 1300 | 2026-09-04T03:16:00.225Z | Compiling http-body v1.1.0 |
| 1301 | 2026-09-04T03:16:00.283Z | Compiling darling_core v0.23.0 |
| 1302 | 2026-09-04T03:16:00.445Z | Compiling pretty-hex v0.4.2 |
| 1303 | 2026-09-04T03:16:00.655Z | Compiling usdt-impl v0.6.0 |
| 1304 | 2026-09-04T03:16:00.688Z | Compiling crossbeam-utils v0.8.22 |
| 1305 | 2026-09-04T03:16:00.791Z | Compiling atomic-waker v1.1.2 |
| 1306 | 2026-09-04T03:16:01.344Z | Compiling scroll v0.13.0 |
| 1307 | 2026-09-04T03:16:01.347Z | Compiling plain v0.2.3 |
| 1308 | 2026-09-04T03:16:01.347Z | Compiling ryu v1.0.23 |
| 1309 | 2026-09-04T03:16:01.348Z | Compiling tower-service v0.3.3 |
| 1310 | 2026-09-04T03:16:01.348Z | Compiling try-lock v0.2.5 |
| 1311 | 2026-09-04T03:16:01.348Z | Compiling tower-layer v0.3.3 |
| 1312 | 2026-09-04T03:16:01.403Z | Compiling want v0.3.1 |
| 1313 | 2026-09-04T03:16:01.986Z | Compiling goblin v0.10.7 |
| 1314 | 2026-09-04T03:16:02.393Z | Compiling h2 v0.4.15 |
| 1315 | 2026-09-04T03:16:02.393Z | Compiling slog-async v2.8.0 |
| 1316 | 2026-09-04T03:16:02.397Z | Compiling httpdate v1.0.3 |
| 1317 | 2026-09-04T03:16:02.397Z | Compiling darling_macro v0.23.0 |
| 1318 | 2026-09-04T03:16:02.692Z | Compiling dtrace-parser v0.3.0 |
| 1319 | 2026-09-04T03:16:03.137Z | Compiling thread-id v5.1.0 |
| 1320 | 2026-09-04T03:16:03.146Z | Compiling darling v0.23.0 |
| 1321 | 2026-09-04T03:16:03.146Z | Compiling ref-cast v1.0.26 |
| 1322 | 2026-09-04T03:16:04.348Z | Compiling dof v0.4.0 |
| 1323 | 2026-09-04T03:16:04.973Z | Compiling hyper v1.11.0 |
| 1324 | 2026-09-04T03:16:05.479Z | Compiling rand_core v0.9.5 |
| 1325 | 2026-09-04T03:16:05.686Z | Compiling serde_urlencoded v0.7.1 |
| 1326 | 2026-09-04T03:16:05.923Z | Compiling http-body-util v0.1.5 |
| 1327 | 2026-09-04T03:16:05.994Z | Compiling ref-cast-impl v1.0.26 |
| 1328 | 2026-09-04T03:16:06.453Z | Compiling hyper-util v0.1.20 |
| 1329 | 2026-09-04T03:16:06.639Z | Compiling syn v1.0.109 |
| 1330 | 2026-09-04T03:16:07.846Z | Compiling usdt-attr-macro v0.6.0 |
| 1331 | 2026-09-04T03:16:08.375Z | Compiling usdt-macro v0.6.0 |
| 1332 | 2026-09-04T03:16:08.842Z | Compiling serde_tokenstream v0.3.0 |
| 1333 | 2026-09-04T03:16:09.167Z | Compiling structmeta-derive v0.3.0 |
| 1334 | 2026-09-04T03:16:09.300Z | Compiling multer v3.1.0 |
| 1335 | 2026-09-04T03:16:09.333Z | Compiling foldhash v0.2.0 |
| 1336 | 2026-09-04T03:16:09.557Z | Compiling newtype-uuid-macros v0.1.1 |
| 1337 | 2026-09-04T03:16:09.617Z | Compiling rand_chacha v0.9.0 |
| 1338 | 2026-09-04T03:16:10.281Z | Compiling structmeta v0.3.0 |
| 1339 | 2026-09-04T03:16:10.769Z | Compiling powerfmt v0.2.0 |
| 1340 | 2026-09-04T03:16:10.779Z | Compiling num_threads v0.1.7 |
| 1341 | 2026-09-04T03:16:10.779Z | Compiling deranged v0.5.8 |
| 1342 | 2026-09-04T03:16:10.779Z | Compiling rand v0.9.5 |
| 1343 | 2026-09-04T03:16:10.780Z | Compiling newtype-uuid v1.4.0 |
| 1344 | 2026-09-04T03:16:10.791Z | Compiling sync_wrapper v1.0.2 |
| 1345 | 2026-09-04T03:16:10.895Z | Compiling async-stream-impl v0.3.6 |
| 1346 | 2026-09-04T03:16:11.341Z | Compiling strum_macros v0.26.4 |
| 1347 | 2026-09-04T03:16:11.486Z | Compiling time v0.3.55 |
| 1348 | 2026-09-04T03:16:11.598Z | Compiling dropshot v0.17.1 |
| 1349 | 2026-09-04T03:16:11.797Z | Compiling hex v0.4.3 |
| 1350 | 2026-09-04T03:16:11.950Z | Compiling fastrand v2.5.0 |
| 1351 | 2026-09-04T03:16:12.303Z | Compiling daft v0.1.8 |
| 1352 | 2026-09-04T03:16:12.303Z | Compiling tower v0.5.3 |
| 1353 | 2026-09-04T03:16:13.764Z | Compiling crossbeam-channel v0.5.16 |
| 1354 | 2026-09-04T03:16:13.910Z | Compiling webpki-roots v1.0.9 |
| 1355 | 2026-09-04T03:16:13.910Z | Compiling openapiv3 v2.2.0 |
| 1356 | 2026-09-04T03:16:13.910Z | Compiling generic-array v0.14.7 |
| 1357 | 2026-09-04T03:16:14.138Z | Compiling tower-http v0.6.11 |
| 1358 | 2026-09-04T03:16:14.609Z | Compiling hashbrown v0.16.1 |
| 1359 | 2026-09-04T03:16:14.638Z | Compiling serde_with_macros v3.22.0 |
| 1360 | 2026-09-04T03:16:14.986Z | Compiling futures-executor v0.3.34 |
| 1361 | 2026-09-04T03:16:15.144Z | Compiling dropshot_endpoint v0.17.1 |
| 1362 | 2026-09-04T03:16:15.242Z | Compiling macaddr v1.0.1 |
| 1363 | 2026-09-04T03:16:15.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1364 | 2026-09-04T03:16:15.651Z | Compiling thread_local v1.1.10 |
| 1365 | 2026-09-04T03:16:15.751Z | Compiling cpufeatures v0.3.0 |
| 1366 | 2026-09-04T03:16:15.847Z | Compiling openssl-probe v0.2.1 |
| 1367 | 2026-09-04T03:16:15.943Z | Compiling futures v0.3.34 |
| 1368 | 2026-09-04T03:16:16.029Z | Compiling rustls-native-certs v0.8.4 |
| 1369 | 2026-09-04T03:16:16.665Z | Compiling tempfile v3.27.0 |
| 1370 | 2026-09-04T03:16:16.801Z | Compiling derive-ex v0.1.8 |
| 1371 | 2026-09-04T03:16:17.014Z | Compiling strum_macros v0.27.2 |
| 1372 | 2026-09-04T03:16:17.044Z | Compiling is-terminal v0.4.17 |
| 1373 | 2026-09-04T03:16:17.098Z | Compiling winnow v1.0.4 |
| 1374 | 2026-09-04T03:16:17.572Z | Compiling take_mut v0.2.2 |
| 1375 | 2026-09-04T03:16:17.672Z | Compiling term v1.2.1 |
| 1376 | 2026-09-04T03:16:18.466Z | Compiling test-strategy v0.4.5 |
| 1377 | 2026-09-04T03:16:18.663Z | Compiling slog-term v2.9.2 |
| 1378 | 2026-09-04T03:16:20.140Z | Compiling hybrid-array v0.4.14 |
| 1379 | 2026-09-04T03:16:20.245Z | Compiling adler2 v2.0.1 |
| 1380 | 2026-09-04T03:16:20.391Z | Compiling match_cfg v0.1.0 |
| 1381 | 2026-09-04T03:16:20.412Z | Compiling simd-adler32 v0.3.10 |
| 1382 | 2026-09-04T03:16:20.463Z | Compiling hostname v0.3.1 |
| 1383 | 2026-09-04T03:16:20.646Z | Compiling miniz_oxide v0.8.9 |
| 1384 | 2026-09-04T03:16:21.401Z | Compiling slog-json v2.6.1 |
| 1385 | 2026-09-04T03:16:21.683Z | Compiling memmap2 v0.9.11 |
| 1386 | 2026-09-04T03:16:22.015Z | Compiling either v1.17.0 |
| 1387 | 2026-09-04T03:16:22.227Z | Compiling usdt v0.6.0 |
| 1388 | 2026-09-04T03:16:22.331Z | Compiling slog-bunyan v2.5.0 |
| 1389 | 2026-09-04T03:16:22.349Z | Compiling flate2 v1.1.9 |
| 1390 | 2026-09-04T03:16:22.384Z | Compiling crypto-common v0.2.2 |
| 1391 | 2026-09-04T03:16:22.517Z | Compiling block-buffer v0.12.1 |
| 1392 | 2026-09-04T03:16:22.708Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1393 | 2026-09-04T03:16:22.894Z | Compiling compression-core v0.4.32 |
| 1394 | 2026-09-04T03:16:22.911Z | Compiling debug-ignore v1.0.5 |
| 1395 | 2026-09-04T03:16:23.074Z | Compiling const-oid v0.10.2 |
| 1396 | 2026-09-04T03:16:23.396Z | Compiling digest v0.11.3 |
| 1397 | 2026-09-04T03:16:23.415Z | Compiling compression-codecs v0.4.38 |
| 1398 | 2026-09-04T03:16:23.692Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1399 | 2026-09-04T03:16:23.754Z | Compiling crypto-common v0.1.7 |
| 1400 | 2026-09-04T03:16:23.859Z | Compiling parse-display-derive v0.10.0 |
| 1401 | 2026-09-04T03:16:23.953Z | Compiling rand_chacha v0.3.1 |
| 1402 | 2026-09-04T03:16:24.274Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1403 | 2026-09-04T03:16:24.290Z | Compiling serde_spanned v1.1.1 |
| 1404 | 2026-09-04T03:16:24.450Z | Compiling encoding_rs v0.8.35 |
| 1405 | 2026-09-04T03:16:24.617Z | Compiling mime v0.3.17 |
| 1406 | 2026-09-04T03:16:24.712Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1407 | 2026-09-04T03:16:24.862Z | Compiling spin v0.9.9 |
| 1408 | 2026-09-04T03:16:25.003Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1409 | 2026-09-04T03:16:25.092Z | Compiling rand v0.8.7 |
| 1410 | 2026-09-04T03:16:25.272Z | Compiling async-compression v0.4.43 |
| 1411 | 2026-09-04T03:16:25.457Z | Compiling sha1 v0.11.0 |
| 1412 | 2026-09-04T03:16:25.533Z | Compiling strum v0.26.3 |
| 1413 | 2026-09-04T03:16:26.205Z | Compiling async-stream v0.3.6 |
| 1414 | 2026-09-04T03:16:26.216Z | Compiling waitgroup v0.1.2 |
| 1415 | 2026-09-04T03:16:26.216Z | Compiling rustls-pemfile v2.2.0 |
| 1416 | 2026-09-04T03:16:26.216Z | Compiling serde_path_to_error v0.1.20 |
| 1417 | 2026-09-04T03:16:26.216Z | Compiling wait-timeout v0.2.1 |
| 1418 | 2026-09-04T03:16:26.265Z | Compiling hostname v0.4.2 |
| 1419 | 2026-09-04T03:16:26.702Z | Compiling quick-error v1.2.3 |
| 1420 | 2026-09-04T03:16:26.828Z | Compiling bit-vec v0.8.0 |
| 1421 | 2026-09-04T03:16:26.918Z | Compiling rusty-fork v0.3.1 |
| 1422 | 2026-09-04T03:16:26.949Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1423 | 2026-09-04T03:16:27.142Z | Compiling bit-set v0.8.0 |
| 1424 | 2026-09-04T03:16:27.343Z | Compiling serde_with v3.22.0 |
| 1425 | 2026-09-04T03:16:27.537Z | Compiling rand_xorshift v0.4.0 |
| 1426 | 2026-09-04T03:16:27.704Z | Compiling unarray v0.1.4 |
| 1427 | 2026-09-04T03:16:27.833Z | Compiling proptest v1.11.0 |
| 1428 | 2026-09-04T03:16:27.900Z | Compiling strum v0.27.2 |
| 1429 | 2026-09-04T03:16:28.040Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1430 | 2026-09-04T03:16:28.201Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1431 | 2026-09-04T03:16:28.391Z | Compiling instant v0.1.13 |
| 1432 | 2026-09-04T03:16:28.627Z | Compiling iddqd v0.4.6 |
| 1433 | 2026-09-04T03:16:29.346Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1434 | 2026-09-04T03:16:29.393Z | Compiling block-buffer v0.10.4 |
| 1435 | 2026-09-04T03:16:29.574Z | Compiling backon v1.6.0 |
| 1436 | 2026-09-04T03:16:29.881Z | Compiling unicode-width v0.2.2 |
| 1437 | 2026-09-04T03:16:30.318Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1438 | 2026-09-04T03:16:30.691Z | Compiling digest v0.10.7 |
| 1439 | 2026-09-04T03:16:30.950Z | Compiling backoff v0.4.0 |
| 1440 | 2026-09-04T03:16:31.355Z | Compiling parse-display v0.10.0 |
| 1441 | 2026-09-04T03:16:31.361Z | Compiling itertools v0.14.0 |
| 1442 | 2026-09-04T03:16:31.655Z | Compiling regress v0.10.5 |
| 1443 | 2026-09-04T03:16:31.757Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1444 | 2026-09-04T03:16:32.169Z | Compiling humantime v2.4.0 |
| 1445 | 2026-09-04T03:16:34.726Z | Compiling regress v0.11.1 |
| 1446 | 2026-09-04T03:16:36.395Z | Compiling typify-impl v0.6.2 |
| 1447 | 2026-09-04T03:16:36.787Z | Compiling zerocopy-derive v0.7.35 |
| 1448 | 2026-09-04T03:16:37.944Z | Compiling clap_derive v4.6.4 |
| 1449 | 2026-09-04T03:16:38.186Z | Compiling convert_case v0.4.0 |
| 1450 | 2026-09-04T03:16:38.215Z | Compiling utf8parse v0.2.2 |
| 1451 | 2026-09-04T03:16:38.397Z | Compiling cpufeatures v0.2.17 |
| 1452 | 2026-09-04T03:16:38.485Z | Compiling anstyle-parse v1.0.0 |
| 1453 | 2026-09-04T03:16:38.494Z | Compiling derive_more v0.99.20 |
| 1454 | 2026-09-04T03:16:39.769Z | Compiling typify-macro v0.6.2 |
| 1455 | 2026-09-04T03:16:39.851Z | Compiling terminal_size v0.4.4 |
| 1456 | 2026-09-04T03:16:39.878Z | Compiling toml_datetime v0.6.11 |
| 1457 | 2026-09-04T03:16:40.003Z | Compiling anstyle-query v1.1.5 |
| 1458 | 2026-09-04T03:16:40.162Z | Compiling colorchoice v1.0.5 |
| 1459 | 2026-09-04T03:16:40.178Z | Compiling anstyle v1.0.14 |
| 1460 | 2026-09-04T03:16:40.188Z | Compiling is_terminal_polyfill v1.70.2 |
| 1461 | 2026-09-04T03:16:40.832Z | Compiling anstream v1.0.0 |
| 1462 | 2026-09-04T03:16:40.836Z | Compiling secrecy v0.10.3 |
| 1463 | 2026-09-04T03:16:40.932Z | Compiling tinyvec_macros v0.1.1 |
| 1464 | 2026-09-04T03:16:40.982Z | Compiling crucible-workspace-hack v0.1.0 |
| 1465 | 2026-09-04T03:16:41.004Z | Compiling clap_lex v1.1.0 |
| 1466 | 2026-09-04T03:16:41.512Z | Compiling heapless v0.8.0 |
| 1467 | 2026-09-04T03:16:41.611Z | Compiling typify v0.6.2 |
| 1468 | 2026-09-04T03:16:41.652Z | Compiling clap_builder v4.6.6 |
| 1469 | 2026-09-04T03:16:41.705Z | Compiling tinyvec v1.12.0 |
| 1470 | 2026-09-04T03:16:42.099Z | Compiling zerocopy v0.7.35 |
| 1471 | 2026-09-04T03:16:42.427Z | Compiling hash32 v0.3.1 |
| 1472 | 2026-09-04T03:16:42.587Z | Compiling rustc_version v0.4.1 |
| 1473 | 2026-09-04T03:16:42.603Z | Compiling scroll_derive v0.12.1 |
| 1474 | 2026-09-04T03:16:42.832Z | Compiling num-integer v0.1.47 |
| 1475 | 2026-09-04T03:16:42.850Z | Compiling usdt-impl v0.5.0 |
| 1476 | 2026-09-04T03:16:43.068Z | Compiling smoltcp v0.11.0 |
| 1477 | 2026-09-04T03:16:43.129Z | Compiling crossbeam-epoch v0.9.20 |
| 1478 | 2026-09-04T03:16:43.324Z | Compiling scroll v0.12.0 |
| 1479 | 2026-09-04T03:16:43.456Z | Compiling curve25519-dalek v4.1.3 |
| 1480 | 2026-09-04T03:16:43.620Z | Compiling clap v4.6.6 |
| 1481 | 2026-09-04T03:16:43.684Z | Compiling dof v0.3.0 |
| 1482 | 2026-09-04T03:16:44.737Z | Compiling hmac v0.12.1 |
| 1483 | 2026-09-04T03:16:44.899Z | Compiling dtrace-parser v0.2.0 |
| 1484 | 2026-09-04T03:16:45.322Z | Compiling inout v0.1.4 |
| 1485 | 2026-09-04T03:16:45.326Z | Compiling darling_core v0.21.3 |
| 1486 | 2026-09-04T03:16:45.326Z | Compiling ff v0.13.1 |
| 1487 | 2026-09-04T03:16:45.326Z | Compiling cobs v0.3.0 |
| 1488 | 2026-09-04T03:16:45.564Z | Compiling thread-id v4.2.2 |
| 1489 | 2026-09-04T03:16:45.713Z | Compiling unsafe-libyaml v0.2.11 |
| 1490 | 2026-09-04T03:16:45.888Z | Compiling bitflags v1.3.2 |
| 1491 | 2026-09-04T03:16:46.411Z | Compiling managed v0.8.0 |
| 1492 | 2026-09-04T03:16:47.126Z | Compiling darling_macro v0.21.3 |
| 1493 | 2026-09-04T03:16:47.236Z | Compiling serde_yaml v0.9.34+deprecated |
| 1494 | 2026-09-04T03:16:47.760Z | Compiling postcard v1.1.3 |
| 1495 | 2026-09-04T03:16:48.059Z | Compiling group v0.13.0 |
| 1496 | 2026-09-04T03:16:48.184Z | Compiling cipher v0.4.4 |
| 1497 | 2026-09-04T03:16:48.437Z | Compiling hkdf v0.12.4 |
| 1498 | 2026-09-04T03:16:48.935Z | Compiling goblin v0.8.2 |
| 1499 | 2026-09-04T03:16:49.057Z | Compiling num-rational v0.4.2 |
| 1500 | 2026-09-04T03:16:49.567Z | Compiling num-iter v0.1.46 |
| 1501 | 2026-09-04T03:16:50.098Z | Compiling tabwriter v1.4.1 |
| 1502 | 2026-09-04T03:16:50.280Z | Compiling universal-hash v0.5.1 |
| 1503 | 2026-09-04T03:16:50.429Z | Compiling crypto-bigint v0.5.5 |
| 1504 | 2026-09-04T03:16:50.469Z | Compiling hubpack_derive v0.1.1 |
| 1505 | 2026-09-04T03:16:50.550Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1506 | 2026-09-04T03:16:51.020Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1507 | 2026-09-04T03:16:51.735Z | Compiling half v2.7.1 |
| 1508 | 2026-09-04T03:16:51.932Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1509 | 2026-09-04T03:16:52.079Z | Compiling num-complex v0.4.6 |
| 1510 | 2026-09-04T03:16:52.730Z | Compiling memoffset v0.9.1 |
| 1511 | 2026-09-04T03:16:52.747Z | Compiling ciborium-io v0.2.2 |
| 1512 | 2026-09-04T03:16:52.768Z | Compiling rustix v0.38.44 |
| 1513 | 2026-09-04T03:16:52.996Z | Compiling cfg_aliases v0.2.2 |
| 1514 | 2026-09-04T03:16:53.092Z | Compiling opaque-debug v0.3.1 |
| 1515 | 2026-09-04T03:16:53.258Z | Compiling prettyplease v0.2.37 |
| 1516 | 2026-09-04T03:16:53.271Z | Compiling base16ct v0.2.0 |
| 1517 | 2026-09-04T03:16:53.477Z | Compiling base64ct v1.8.3 |
| 1518 | 2026-09-04T03:16:53.528Z | Compiling elliptic-curve v0.13.8 |
| 1519 | 2026-09-04T03:16:53.818Z | Compiling password-hash v0.5.0 |
| 1520 | 2026-09-04T03:16:54.443Z | Compiling poly1305 v0.8.0 |
| 1521 | 2026-09-04T03:16:54.898Z | Compiling nix v0.31.3 |
| 1522 | 2026-09-04T03:16:55.089Z | Compiling ciborium-ll v0.2.2 |
| 1523 | 2026-09-04T03:16:55.466Z | Compiling num v0.4.3 |
| 1524 | 2026-09-04T03:16:55.591Z | Compiling thiserror-no-std v2.0.2 |
| 1525 | 2026-09-04T03:16:55.699Z | Compiling hubpack v0.1.2 |
| 1526 | 2026-09-04T03:16:56.804Z | Compiling chacha20 v0.9.1 |
| 1527 | 2026-09-04T03:16:57.041Z | Compiling darling v0.21.3 |
| 1528 | 2026-09-04T03:16:57.293Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1529 | 2026-09-04T03:16:57.436Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1530 | 2026-09-04T03:16:58.037Z | Compiling reqwest v0.12.28 |
| 1531 | 2026-09-04T03:16:58.481Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1532 | 2026-09-04T03:16:58.648Z | Compiling blake2 v0.10.6 |
| 1533 | 2026-09-04T03:16:58.821Z | Compiling aead v0.5.2 |
| 1534 | 2026-09-04T03:16:59.158Z | Compiling byte-wrapper v0.1.0 |
| 1535 | 2026-09-04T03:16:59.330Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1536 | 2026-09-04T03:16:59.369Z | Compiling serde_repr v0.1.21 |
| 1537 | 2026-09-04T03:17:00.168Z | Compiling proc-macro-error-attr v1.0.4 |
| 1538 | 2026-09-04T03:17:00.220Z | Compiling static_assertions v1.1.0 |
| 1539 | 2026-09-04T03:17:00.369Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1540 | 2026-09-04T03:17:00.404Z | Compiling float-ord v0.3.2 |
| 1541 | 2026-09-04T03:17:00.423Z | Compiling keccak v0.1.6 |
| 1542 | 2026-09-04T03:17:00.574Z | Compiling sha3 v0.10.9 |
| 1543 | 2026-09-04T03:17:00.851Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1544 | 2026-09-04T03:17:00.969Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1545 | 2026-09-04T03:17:01.653Z | Compiling progenitor-client v0.10.0 |
| 1546 | 2026-09-04T03:17:01.811Z | Compiling proc-macro-crate v3.5.0 |
| 1547 | 2026-09-04T03:17:01.900Z | Compiling chacha20poly1305 v0.10.1 |
| 1548 | 2026-09-04T03:17:02.059Z | Compiling argon2 v0.5.3 |
| 1549 | 2026-09-04T03:17:02.475Z | Compiling ingot-macros v0.1.1 |
| 1550 | 2026-09-04T03:17:03.017Z | Compiling vsss-rs v3.3.4 |
| 1551 | 2026-09-04T03:17:04.528Z | Compiling ciborium v0.2.2 |
| 1552 | 2026-09-04T03:17:05.296Z | Compiling usdt-macro v0.5.0 |
| 1553 | 2026-09-04T03:17:05.369Z | Compiling usdt-attr-macro v0.5.0 |
| 1554 | 2026-09-04T03:17:06.769Z | Compiling enum-as-inner v0.6.1 |
| 1555 | 2026-09-04T03:17:06.972Z | Compiling num-derive v0.4.2 |
| 1556 | 2026-09-04T03:17:07.353Z | Compiling proc-macro-error v1.0.4 |
| 1557 | 2026-09-04T03:17:07.524Z | Compiling memmap v0.7.0 |
| 1558 | 2026-09-04T03:17:07.640Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1559 | 2026-09-04T03:17:07.765Z | Compiling indent_write v2.2.0 |
| 1560 | 2026-09-04T03:17:07.929Z | Compiling data-encoding v2.11.1 |
| 1561 | 2026-09-04T03:17:08.053Z | Compiling winnow v0.5.40 |
| 1562 | 2026-09-04T03:17:08.231Z | Compiling usdt v0.5.0 |
| 1563 | 2026-09-04T03:17:08.658Z | Compiling ingot-types v0.1.2 |
| 1564 | 2026-09-04T03:17:08.720Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1565 | 2026-09-04T03:17:09.095Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1566 | 2026-09-04T03:17:09.218Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1567 | 2026-09-04T03:17:09.459Z | Compiling toml_edit v0.19.15 |
| 1568 | 2026-09-04T03:17:09.549Z | Compiling num_enum_derive v0.7.6 |
| 1569 | 2026-09-04T03:17:10.481Z | Compiling serde_spanned v0.6.9 |
| 1570 | 2026-09-04T03:17:10.584Z | Compiling foreign-types-macros v0.2.4 |
| 1571 | 2026-09-04T03:17:10.600Z | Compiling winnow v0.7.15 |
| 1572 | 2026-09-04T03:17:10.856Z | Compiling vcpkg v0.2.15 |
| 1573 | 2026-09-04T03:17:11.227Z | Compiling bytecount v0.6.9 |
| 1574 | 2026-09-04T03:17:11.363Z | Compiling crossbeam-deque v0.8.7 |
| 1575 | 2026-09-04T03:17:11.398Z | Compiling foreign-types-shared v0.3.1 |
| 1576 | 2026-09-04T03:17:11.420Z | Compiling colored v3.1.1 |
| 1577 | 2026-09-04T03:17:11.498Z | Compiling toml_write v0.1.2 |
| 1578 | 2026-09-04T03:17:11.573Z | Compiling foreign-types v0.5.0 |
| 1579 | 2026-09-04T03:17:11.671Z | Compiling openssl-sys v0.9.117 |
| 1580 | 2026-09-04T03:17:11.709Z | Compiling proc-macro-crate v1.3.1 |
| 1581 | 2026-09-04T03:17:12.031Z | Compiling rustls-webpki v0.103.14 |
| 1582 | 2026-09-04T03:17:12.046Z | Compiling toml_edit v0.22.27 |
| 1583 | 2026-09-04T03:17:12.046Z | Compiling num_enum v0.7.6 |
| 1584 | 2026-09-04T03:17:12.251Z | Compiling ingot v0.1.1 |
| 1585 | 2026-09-04T03:17:12.569Z | Compiling atomicwrites v0.4.4 |
| 1586 | 2026-09-04T03:17:13.853Z | Compiling progenitor-impl v0.14.0 |
| 1587 | 2026-09-04T03:17:14.053Z | Compiling chacha20 v0.10.1 |
| 1588 | 2026-09-04T03:17:14.397Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1589 | 2026-09-04T03:17:14.480Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1590 | 2026-09-04T03:17:14.573Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1591 | 2026-09-04T03:17:14.890Z | Compiling cstr-argument v0.1.2 |
| 1592 | 2026-09-04T03:17:14.918Z | Compiling rayon-core v1.13.0 |
| 1593 | 2026-09-04T03:17:14.939Z | Compiling semver v0.1.20 |
| 1594 | 2026-09-04T03:17:15.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1595 | 2026-09-04T03:17:15.315Z | Compiling resolv-conf v0.7.6 |
| 1596 | 2026-09-04T03:17:15.315Z | Compiling unicode-segmentation v1.13.3 |
| 1597 | 2026-09-04T03:17:15.383Z | Compiling linked-hash-map v0.5.6 |
| 1598 | 2026-09-04T03:17:15.519Z | Compiling swrite v0.1.0 |
| 1599 | 2026-09-04T03:17:15.635Z | Compiling heck v0.4.1 |
| 1600 | 2026-09-04T03:17:15.764Z | Compiling newline-converter v0.3.0 |
| 1601 | 2026-09-04T03:17:15.801Z | Compiling lru-cache v0.1.2 |
| 1602 | 2026-09-04T03:17:15.891Z | Compiling rustc_version v0.1.7 |
| 1603 | 2026-09-04T03:17:15.908Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1604 | 2026-09-04T03:17:15.948Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1605 | 2026-09-04T03:17:15.995Z | Compiling progenitor-macro v0.14.0 |
| 1606 | 2026-09-04T03:17:16.099Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1607 | 2026-09-04T03:17:16.134Z | Compiling rand v0.10.2 |
| 1608 | 2026-09-04T03:17:16.887Z | Compiling tokio-rustls v0.26.4 |
| 1609 | 2026-09-04T03:17:17.205Z | Compiling hyper-rustls v0.27.9 |
| 1610 | 2026-09-04T03:17:17.313Z | Compiling rustls-platform-verifier v0.7.0 |
| 1611 | 2026-09-04T03:17:17.531Z | Compiling reqwest v0.13.4 |
| 1612 | 2026-09-04T03:17:18.367Z | Compiling toml v0.8.23 |
| 1613 | 2026-09-04T03:17:19.213Z | Compiling progenitor-client v0.14.0 |
| 1614 | 2026-09-04T03:17:19.689Z | Compiling progenitor-extras v0.2.0 |
| 1615 | 2026-09-04T03:17:20.582Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1616 | 2026-09-04T03:17:20.895Z | Compiling num_enum_derive v0.5.11 |
| 1617 | 2026-09-04T03:17:21.952Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1618 | 2026-09-04T03:17:25.378Z | Compiling hickory-proto v0.24.4 |
| 1619 | 2026-09-04T03:17:29.020Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1620 | 2026-09-04T03:17:32.745Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1621 | 2026-09-04T03:17:32.785Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1622 | 2026-09-04T03:17:32.825Z | Compiling progenitor-impl v0.13.0 |
| 1623 | 2026-09-04T03:17:33.007Z | Compiling console v0.16.4 |
| 1624 | 2026-09-04T03:17:34.355Z | Compiling camino-tempfile v1.4.1 |
| 1625 | 2026-09-04T03:17:34.991Z | Compiling serde-big-array v0.5.1 |
| 1626 | 2026-09-04T03:17:35.062Z | Compiling pin-project-internal v1.1.13 |
| 1627 | 2026-09-04T03:17:35.142Z | Compiling derive-where v1.6.1 |
| 1628 | 2026-09-04T03:17:35.233Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1629 | 2026-09-04T03:17:35.805Z | Compiling minimal-lexical v0.2.1 |
| 1630 | 2026-09-04T03:17:35.853Z | Compiling siphasher v1.0.3 |
| 1631 | 2026-09-04T03:17:35.992Z | Compiling similar v3.2.0 |
| 1632 | 2026-09-04T03:17:36.024Z | Compiling lazy_static v1.5.0 |
| 1633 | 2026-09-04T03:17:36.133Z | Compiling phf_shared v0.12.1 |
| 1634 | 2026-09-04T03:17:36.187Z | Compiling pin-project v1.1.13 |
| 1635 | 2026-09-04T03:17:36.306Z | Compiling nom v7.1.3 |
| 1636 | 2026-09-04T03:17:36.455Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1637 | 2026-09-04T03:17:37.193Z | Compiling expectorate v1.3.0 |
| 1638 | 2026-09-04T03:17:37.431Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1639 | 2026-09-04T03:17:37.670Z | Compiling progenitor-macro v0.13.0 |
| 1640 | 2026-09-04T03:17:38.307Z | Compiling progenitor v0.14.0 |
| 1641 | 2026-09-04T03:17:38.390Z | Compiling hickory-resolver v0.24.4 |
| 1642 | 2026-09-04T03:17:40.366Z | Compiling num_enum v0.5.11 |
| 1643 | 2026-09-04T03:17:42.096Z | Compiling progenitor-client v0.13.0 |
| 1644 | 2026-09-04T03:17:42.133Z | Compiling newtype_derive v0.1.6 |
| 1645 | 2026-09-04T03:17:42.401Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1646 | 2026-09-04T03:17:43.023Z | Compiling unicode-normalization v0.1.25 |
| 1647 | 2026-09-04T03:17:43.627Z | Compiling tokio-stream v0.1.19 |
| 1648 | 2026-09-04T03:17:44.109Z | Compiling snafu-derive v0.8.9 |
| 1649 | 2026-09-04T03:17:44.327Z | Compiling async-recursion v1.1.1 |
| 1650 | 2026-09-04T03:17:44.995Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1651 | 2026-09-04T03:17:45.374Z | Compiling slog-dtrace v0.3.0 |
| 1652 | 2026-09-04T03:17:45.614Z | Compiling csv-core v0.1.13 |
| 1653 | 2026-09-04T03:17:45.922Z | Compiling bstr v1.13.1 |
| 1654 | 2026-09-04T03:17:46.065Z | Compiling foreign-types-shared v0.1.1 |
| 1655 | 2026-09-04T03:17:46.125Z | Compiling jiff-core v0.1.0 |
| 1656 | 2026-09-04T03:17:46.183Z | Compiling unicode-xid v0.2.6 |
| 1657 | 2026-09-04T03:17:46.338Z | Compiling highway v1.3.0 |
| 1658 | 2026-09-04T03:17:46.624Z | Compiling openssl v0.10.81 |
| 1659 | 2026-09-04T03:17:46.964Z | Compiling chrono-tz v0.10.4 |
| 1660 | 2026-09-04T03:17:47.119Z | Compiling konst_macro_rules v0.2.19 |
| 1661 | 2026-09-04T03:17:47.282Z | Compiling owo-colors v4.3.0 |
| 1662 | 2026-09-04T03:17:47.312Z | Compiling same-file v1.0.6 |
| 1663 | 2026-09-04T03:17:47.422Z | Compiling cancel-safe-futures v0.1.5 |
| 1664 | 2026-09-04T03:17:47.455Z | Compiling foldhash v0.1.5 |
| 1665 | 2026-09-04T03:17:47.583Z | Compiling unicode-width v0.1.14 |
| 1666 | 2026-09-04T03:17:47.689Z | Compiling hashbrown v0.15.5 |
| 1667 | 2026-09-04T03:17:47.807Z | Compiling walkdir v2.5.0 |
| 1668 | 2026-09-04T03:17:47.926Z | Compiling konst v0.2.20 |
| 1669 | 2026-09-04T03:17:47.968Z | Compiling jiff v0.2.35 |
| 1670 | 2026-09-04T03:17:48.330Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1671 | 2026-09-04T03:17:48.363Z | Compiling globset v0.4.20 |
| 1672 | 2026-09-04T03:17:48.493Z | Compiling const_format_proc_macros v0.2.34 |
| 1673 | 2026-09-04T03:17:49.102Z | Compiling foreign-types v0.3.2 |
| 1674 | 2026-09-04T03:17:49.197Z | Compiling snafu v0.8.9 |
| 1675 | 2026-09-04T03:17:49.361Z | Compiling csv v1.4.0 |
| 1676 | 2026-09-04T03:17:49.926Z | Compiling qorb v0.4.1 |
| 1677 | 2026-09-04T03:17:50.291Z | Compiling progenitor v0.13.0 |
| 1678 | 2026-09-04T03:17:50.456Z | Compiling olpc-cjson v0.1.4 |
| 1679 | 2026-09-04T03:17:51.063Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1680 | 2026-09-04T03:17:51.615Z | Compiling rayon v1.12.0 |
| 1681 | 2026-09-04T03:17:52.359Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1682 | 2026-09-04T03:17:53.854Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1683 | 2026-09-04T03:17:54.419Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1684 | 2026-09-04T03:17:55.002Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1685 | 2026-09-04T03:17:56.226Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1686 | 2026-09-04T03:17:57.106Z | Compiling phf v0.12.1 |
| 1687 | 2026-09-04T03:17:57.295Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1688 | 2026-09-04T03:17:57.992Z | Compiling zone_cfg_derive v0.3.1 |
| 1689 | 2026-09-04T03:17:58.073Z | Compiling tokio-dtrace v0.1.1 |
| 1690 | 2026-09-04T03:17:58.325Z | Compiling itertools v0.15.0 |
| 1691 | 2026-09-04T03:17:58.407Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1692 | 2026-09-04T03:17:58.446Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1693 | 2026-09-04T03:17:58.464Z | Compiling itertools v0.12.1 |
| 1694 | 2026-09-04T03:17:58.637Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1695 | 2026-09-04T03:17:58.703Z | Compiling pem v3.0.6 |
| 1696 | 2026-09-04T03:17:59.076Z | Compiling libsw-core v0.3.2 |
| 1697 | 2026-09-04T03:17:59.295Z | Compiling serde_plain v1.0.2 |
| 1698 | 2026-09-04T03:17:59.409Z | Compiling openssl-macros v0.1.1 |
| 1699 | 2026-09-04T03:17:59.610Z | Compiling cookie v0.18.2 |
| 1700 | 2026-09-04T03:17:59.710Z | Compiling sigpipe v0.1.3 |
| 1701 | 2026-09-04T03:17:59.794Z | Compiling fixedbitset v0.5.7 |
| 1702 | 2026-09-04T03:17:59.855Z | Compiling typed-path v0.9.3 |
| 1703 | 2026-09-04T03:17:59.895Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1704 | 2026-09-04T03:17:59.938Z | Compiling fixedbitset v0.4.2 |
| 1705 | 2026-09-04T03:18:00.022Z | Compiling glob v0.3.4 |
| 1706 | 2026-09-04T03:18:00.143Z | Compiling petgraph v0.6.5 |
| 1707 | 2026-09-04T03:18:00.312Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1708 | 2026-09-04T03:18:00.329Z | Compiling petgraph v0.8.3 |
| 1709 | 2026-09-04T03:18:01.927Z | Compiling tough v0.22.0 |
| 1710 | 2026-09-04T03:18:02.039Z | Compiling zone v0.3.1 |
| 1711 | 2026-09-04T03:18:02.284Z | Compiling ingot-macros v0.2.0 |
| 1712 | 2026-09-04T03:18:02.728Z | Compiling libsw v3.5.0 |
| 1713 | 2026-09-04T03:18:02.758Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1714 | 2026-09-04T03:18:02.926Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1715 | 2026-09-04T03:18:03.027Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1716 | 2026-09-04T03:18:03.298Z | Compiling oxide-tokio-rt v0.1.6 |
| 1717 | 2026-09-04T03:18:03.344Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1718 | 2026-09-04T03:18:03.672Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1719 | 2026-09-04T03:18:05.093Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1720 | 2026-09-04T03:18:05.343Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1721 | 2026-09-04T03:18:06.321Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1722 | 2026-09-04T03:18:06.899Z | Compiling const_format v0.2.36 |
| 1723 | 2026-09-04T03:18:07.420Z | Compiling papergrid v0.11.0 |
| 1724 | 2026-09-04T03:18:08.127Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-09-04T03:18:08.587Z | Compiling tabled_derive v0.7.0 |
| 1726 | 2026-09-04T03:18:08.605Z | Compiling libscf-sys v1.2.0 |
| 1727 | 2026-09-04T03:18:08.765Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1728 | 2026-09-04T03:18:09.457Z | Compiling gethostname v0.5.0 |
| 1729 | 2026-09-04T03:18:09.539Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1730 | 2026-09-04T03:18:09.557Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1731 | 2026-09-04T03:18:09.598Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1732 | 2026-09-04T03:18:09.616Z | Compiling smf v0.2.3 |
| 1733 | 2026-09-04T03:18:09.667Z | Compiling bcs v0.1.6 |
| 1734 | 2026-09-04T03:18:09.725Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1735 | 2026-09-04T03:18:10.065Z | Compiling linear-map v1.2.0 |
| 1736 | 2026-09-04T03:18:10.301Z | Compiling smawk v0.3.3 |
| 1737 | 2026-09-04T03:18:10.497Z | Compiling termtree v0.5.1 |
| 1738 | 2026-09-04T03:18:10.509Z | Compiling whoami v1.6.1 |
| 1739 | 2026-09-04T03:18:10.637Z | Compiling unicode-linebreak v0.1.5 |
| 1740 | 2026-09-04T03:18:10.745Z | Compiling tagptr v0.2.0 |
| 1741 | 2026-09-04T03:18:10.914Z | Compiling moka v0.12.16 |
| 1742 | 2026-09-04T03:18:10.917Z | Compiling textwrap v0.16.2 |
| 1743 | 2026-09-04T03:18:12.452Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1744 | 2026-09-04T03:18:12.592Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1745 | 2026-09-04T03:18:12.813Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1746 | 2026-09-04T03:18:13.513Z | Compiling tabled v0.15.0 |
| 1747 | 2026-09-04T03:18:13.829Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1748 | 2026-09-04T03:18:13.856Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1749 | 2026-09-04T03:18:14.439Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1750 | 2026-09-04T03:18:14.662Z | Compiling steno v0.4.1 |
| 1751 | 2026-09-04T03:18:15.494Z | Compiling ingot-types v0.2.0 |
| 1752 | 2026-09-04T03:18:17.978Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1753 | 2026-09-04T03:18:19.865Z | Compiling hickory-proto v0.25.2 |
| 1754 | 2026-09-04T03:18:20.949Z | Compiling ingot v0.2.1 |
| 1755 | 2026-09-04T03:18:21.571Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1756 | 2026-09-04T03:18:21.643Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1757 | 2026-09-04T03:18:21.926Z | Compiling parking_lot_core v0.8.6 |
| 1758 | 2026-09-04T03:18:22.068Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1759 | 2026-09-04T03:18:22.244Z | Compiling hickory-resolver v0.25.2 |
| 1760 | 2026-09-04T03:18:23.059Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1761 | 2026-09-04T03:18:23.120Z | Compiling papergrid v0.18.0 |
| 1762 | 2026-09-04T03:18:23.170Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1763 | 2026-09-04T03:18:24.642Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1764 | 2026-09-04T03:18:24.759Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1765 | 2026-09-04T03:18:25.026Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1766 | 2026-09-04T03:18:25.362Z | Compiling tabled v0.21.0 |
| 1767 | 2026-09-04T03:18:26.181Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1768 | 2026-09-04T03:18:28.084Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1769 | 2026-09-04T03:18:29.028Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1770 | 2026-09-04T03:18:29.148Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1771 | 2026-09-04T03:18:29.180Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1772 | 2026-09-04T03:18:29.850Z | Compiling arc-swap v1.9.2 |
| 1773 | 2026-09-04T03:18:30.223Z | Compiling slog-scope v4.4.1 |
| 1774 | 2026-09-04T03:18:30.622Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1775 | 2026-09-04T03:18:31.867Z | Compiling parking_lot v0.11.2 |
| 1776 | 2026-09-04T03:18:32.032Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1777 | 2026-09-04T03:18:32.332Z | Compiling dropshot-api-manager-types v0.8.0 |
| 1778 | 2026-09-04T03:18:32.752Z | Compiling fxhash v0.2.1 |
| 1779 | 2026-09-04T03:18:32.894Z | Compiling crc8 v0.1.1 |
| 1780 | 2026-09-04T03:18:32.911Z | Compiling sled v0.34.7 |
| 1781 | 2026-09-04T03:18:33.015Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1782 | 2026-09-04T03:18:33.383Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1783 | 2026-09-04T03:18:33.884Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1784 | 2026-09-04T03:18:34.279Z | Compiling slog-stdlog v4.1.1 |
| 1785 | 2026-09-04T03:18:34.640Z | Compiling port-file v0.1.0 |
| 1786 | 2026-09-04T03:18:34.899Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1787 | 2026-09-04T03:18:35.190Z | Compiling slog-envlogger v2.2.0 |
| 1788 | 2026-09-04T03:18:36.236Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1789 | 2026-09-04T03:18:37.720Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1790 | 2026-09-04T03:18:41.245Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1791 | 2026-09-04T03:18:43.078Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1792 | 2026-09-04T03:18:43.925Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1793 | 2026-09-04T03:18:53.213Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1794 | 2026-09-04T03:18:58.511Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1795 | 2026-09-04T03:19:02.036Z | Finished `release` profile [optimized] target(s) in 3m 46s |
| 1796 | 2026-09-04T03:19:02.375Z | + banner quartet |
| 1797 | 2026-09-04T03:19:02.380Z | |
| 1798 | 2026-09-04T03:19:02.381Z | #### # # ## ##### ##### ###### ##### |
| 1799 | 2026-09-04T03:19:02.381Z | # # # # # # # # # # # |
| 1800 | 2026-09-04T03:19:02.381Z | # # # # # # # # # ##### # |
| 1801 | 2026-09-04T03:19:02.381Z | # # # # # ###### ##### # # # |
| 1802 | 2026-09-04T03:19:02.381Z | # # # # # # # # # # # |
| 1803 | 2026-09-04T03:19:02.381Z | ### # #### # # # # # ###### # |
| 1804 | 2026-09-04T03:19:02.381Z | |
| 1805 | 2026-09-04T03:19:02.381Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
| 1806 | 2026-09-04T03:19:02.959Z | Compiling cfg-if v1.0.4 |
| 1807 | 2026-09-04T03:19:02.965Z | Compiling libc v0.2.189 |
| 1808 | 2026-09-04T03:19:02.966Z | Compiling serde_core v1.0.229 |
| 1809 | 2026-09-04T03:19:03.067Z | Compiling memchr v2.8.3 |
| 1810 | 2026-09-04T03:19:03.080Z | Compiling smallvec v1.15.2 |
| 1811 | 2026-09-04T03:19:03.083Z | Compiling itoa v1.0.18 |
| 1812 | 2026-09-04T03:19:03.091Z | Compiling stable_deref_trait v1.2.1 |
| 1813 | 2026-09-04T03:19:03.098Z | Compiling zerofrom v0.1.8 |
| 1814 | 2026-09-04T03:19:03.115Z | Compiling zmij v1.0.23 |
| 1815 | 2026-09-04T03:19:03.164Z | Compiling litemap v0.8.2 |
| 1816 | 2026-09-04T03:19:03.218Z | Compiling yoke v0.8.3 |
| 1817 | 2026-09-04T03:19:03.320Z | Compiling writeable v0.6.3 |
| 1818 | 2026-09-04T03:19:03.326Z | Compiling utf8_iter v1.0.4 |
| 1819 | 2026-09-04T03:19:03.348Z | Compiling percent-encoding v2.3.2 |
| 1820 | 2026-09-04T03:19:03.412Z | Compiling zerovec v0.11.6 |
| 1821 | 2026-09-04T03:19:03.544Z | Compiling zerotrie v0.2.4 |
| 1822 | 2026-09-04T03:19:03.555Z | Compiling libm v0.2.16 |
| 1823 | 2026-09-04T03:19:03.563Z | Compiling icu_normalizer_data v2.2.0 |
| 1824 | 2026-09-04T03:19:03.595Z | Compiling icu_properties_data v2.2.0 |
| 1825 | 2026-09-04T03:19:03.615Z | Compiling form_urlencoded v1.2.2 |
| 1826 | 2026-09-04T03:19:03.635Z | Compiling rand_core v0.10.1 |
| 1827 | 2026-09-04T03:19:03.747Z | Compiling errno v0.3.14 |
| 1828 | 2026-09-04T03:19:03.793Z | Compiling getrandom v0.4.3 |
| 1829 | 2026-09-04T03:19:03.870Z | Compiling iana-time-zone v0.1.65 |
| 1830 | 2026-09-04T03:19:03.882Z | Compiling pin-project-lite v0.2.17 |
| 1831 | 2026-09-04T03:19:03.942Z | Compiling zeroize v1.9.0 |
| 1832 | 2026-09-04T03:19:03.978Z | Compiling tinystr v0.8.3 |
| 1833 | 2026-09-04T03:19:04.007Z | Compiling potential_utf v0.1.5 |
| 1834 | 2026-09-04T03:19:04.019Z | Compiling dyn-clone v1.0.20 |
| 1835 | 2026-09-04T03:19:04.160Z | Compiling icu_locale_core v2.2.0 |
| 1836 | 2026-09-04T03:19:04.174Z | Compiling icu_collections v2.2.0 |
| 1837 | 2026-09-04T03:19:04.191Z | Compiling socket2 v0.6.5 |
| 1838 | 2026-09-04T03:19:04.221Z | Compiling scopeguard v1.2.0 |
| 1839 | 2026-09-04T03:19:04.234Z | Compiling parking_lot_core v0.9.12 |
| 1840 | 2026-09-04T03:19:04.244Z | Compiling signal-hook-registry v1.4.8 |
| 1841 | 2026-09-04T03:19:04.334Z | Compiling num-traits v0.2.19 |
| 1842 | 2026-09-04T03:19:04.619Z | Compiling lock_api v0.4.14 |
| 1843 | 2026-09-04T03:19:04.701Z | Compiling mio v1.2.2 |
| 1844 | 2026-09-04T03:19:04.877Z | Compiling parking_lot v0.12.5 |
| 1845 | 2026-09-04T03:19:04.921Z | Compiling thiserror v2.0.20 |
| 1846 | 2026-09-04T03:19:04.989Z | Compiling serde v1.0.229 |
| 1847 | 2026-09-04T03:19:05.036Z | Compiling serde_json v1.0.151 |
| 1848 | 2026-09-04T03:19:05.129Z | Compiling icu_provider v2.2.0 |
| 1849 | 2026-09-04T03:19:05.159Z | Compiling uuid v1.26.0 |
| 1850 | 2026-09-04T03:19:05.270Z | Compiling semver v1.0.28 |
| 1851 | 2026-09-04T03:19:05.382Z | Compiling bitflags v2.13.1 |
| 1852 | 2026-09-04T03:19:05.644Z | Compiling bytes v1.12.1 |
| 1853 | 2026-09-04T03:19:05.705Z | Compiling icu_properties v2.2.0 |
| 1854 | 2026-09-04T03:19:05.760Z | Compiling icu_normalizer v2.2.0 |
| 1855 | 2026-09-04T03:19:05.792Z | Compiling chrono v0.4.45 |
| 1856 | 2026-09-04T03:19:05.804Z | Compiling portable-atomic v1.15.0 |
| 1857 | 2026-09-04T03:19:05.922Z | Compiling futures-core v0.3.34 |
| 1858 | 2026-09-04T03:19:06.086Z | Compiling critical-section v1.2.0 |
| 1859 | 2026-09-04T03:19:06.199Z | Compiling tokio v1.53.1 |
| 1860 | 2026-09-04T03:19:06.545Z | Compiling once_cell v1.21.4 |
| 1861 | 2026-09-04T03:19:06.556Z | Compiling log v0.4.33 |
| 1862 | 2026-09-04T03:19:06.795Z | Compiling idna_adapter v1.2.2 |
| 1863 | 2026-09-04T03:19:06.806Z | Compiling subtle v2.6.1 |
| 1864 | 2026-09-04T03:19:06.833Z | Compiling equivalent v1.0.2 |
| 1865 | 2026-09-04T03:19:06.926Z | Compiling idna v1.1.0 |
| 1866 | 2026-09-04T03:19:06.943Z | Compiling allocator-api2 v0.2.21 |
| 1867 | 2026-09-04T03:19:06.955Z | Compiling zerocopy v0.8.56 |
| 1868 | 2026-09-04T03:19:06.974Z | Compiling futures-sink v0.3.34 |
| 1869 | 2026-09-04T03:19:07.084Z | Compiling slab v0.4.12 |
| 1870 | 2026-09-04T03:19:07.297Z | Compiling url v2.5.8 |
| 1871 | 2026-09-04T03:19:07.307Z | Compiling typenum v1.20.1 |
| 1872 | 2026-09-04T03:19:07.334Z | Compiling futures-channel v0.3.34 |
| 1873 | 2026-09-04T03:19:07.560Z | Compiling hashbrown v0.17.1 |
| 1874 | 2026-09-04T03:19:07.595Z | Compiling getrandom v0.2.17 |
| 1875 | 2026-09-04T03:19:07.825Z | Compiling futures-io v0.3.34 |
| 1876 | 2026-09-04T03:19:08.029Z | Compiling schemars v0.8.22 |
| 1877 | 2026-09-04T03:19:08.140Z | Compiling futures-task v0.3.34 |
| 1878 | 2026-09-04T03:19:08.259Z | Compiling rand_core v0.6.4 |
| 1879 | 2026-09-04T03:19:08.322Z | Compiling futures-util v0.3.34 |
| 1880 | 2026-09-04T03:19:08.528Z | Compiling indexmap v2.14.0 |
| 1881 | 2026-09-04T03:19:09.029Z | Compiling tracing-core v0.1.36 |
| 1882 | 2026-09-04T03:19:09.316Z | Compiling ipnetwork v0.21.1 |
| 1883 | 2026-09-04T03:19:09.377Z | Compiling base64 v0.22.1 |
| 1884 | 2026-09-04T03:19:09.809Z | Compiling tracing v0.1.44 |
| 1885 | 2026-09-04T03:19:09.883Z | Compiling http v1.5.0 |
| 1886 | 2026-09-04T03:19:10.116Z | Compiling unicode-ident v1.0.24 |
| 1887 | 2026-09-04T03:19:10.167Z | Compiling slog v2.8.2 |
| 1888 | 2026-09-04T03:19:10.186Z | Compiling erased-serde v0.3.31 |
| 1889 | 2026-09-04T03:19:10.217Z | Compiling proc-macro2 v1.0.107 |
| 1890 | 2026-09-04T03:19:10.232Z | Compiling fnv v1.0.7 |
| 1891 | 2026-09-04T03:19:10.348Z | Compiling oxnet v0.1.7 |
| 1892 | 2026-09-04T03:19:10.790Z | Compiling quote v1.0.47 |
| 1893 | 2026-09-04T03:19:11.213Z | Compiling syn v2.0.119 |
| 1894 | 2026-09-04T03:19:11.441Z | Compiling tokio-util v0.7.19 |
| 1895 | 2026-09-04T03:19:11.623Z | Compiling byteorder v1.5.0 |
| 1896 | 2026-09-04T03:19:11.776Z | Compiling ipnet v2.12.1 |
| 1897 | 2026-09-04T03:19:11.920Z | Compiling thiserror v1.0.69 |
| 1898 | 2026-09-04T03:19:11.997Z | Compiling ppv-lite86 v0.2.21 |
| 1899 | 2026-09-04T03:19:12.308Z | Compiling rustls-pki-types v1.15.1 |
| 1900 | 2026-09-04T03:19:12.343Z | Compiling aws-lc-sys v0.44.0 |
| 1901 | 2026-09-04T03:19:12.720Z | Compiling http-body v1.1.0 |
| 1902 | 2026-09-04T03:19:12.787Z | Compiling untrusted v0.7.1 |
| 1903 | 2026-09-04T03:19:12.892Z | Compiling atomic-waker v1.1.2 |
| 1904 | 2026-09-04T03:19:12.920Z | Compiling aws-lc-rs v1.18.0 |
| 1905 | 2026-09-04T03:19:12.938Z | Compiling httparse v1.10.1 |
| 1906 | 2026-09-04T03:19:12.964Z | Compiling rustls v0.23.43 |
| 1907 | 2026-09-04T03:19:13.025Z | Compiling untrusted v0.9.0 |
| 1908 | 2026-09-04T03:19:13.049Z | Compiling tower-layer v0.3.3 |
| 1909 | 2026-09-04T03:19:13.166Z | Compiling pretty-hex v0.4.2 |
| 1910 | 2026-09-04T03:19:13.184Z | Compiling try-lock v0.2.5 |
| 1911 | 2026-09-04T03:19:13.211Z | Compiling ryu v1.0.23 |
| 1912 | 2026-09-04T03:19:13.252Z | Compiling tower-service v0.3.3 |
| 1913 | 2026-09-04T03:19:13.296Z | Compiling want v0.3.1 |
| 1914 | 2026-09-04T03:19:13.336Z | Compiling h2 v0.4.15 |
| 1915 | 2026-09-04T03:19:13.356Z | Compiling httpdate v1.0.3 |
| 1916 | 2026-09-04T03:19:13.429Z | Compiling rustix v1.1.4 |
| 1917 | 2026-09-04T03:19:13.485Z | Compiling regex-syntax v0.8.11 |
| 1918 | 2026-09-04T03:19:13.512Z | Compiling plain v0.2.3 |
| 1919 | 2026-09-04T03:19:13.744Z | Compiling getrandom v0.3.4 |
| 1920 | 2026-09-04T03:19:13.751Z | Compiling omicron-workspace-hack v0.1.0 |
| 1921 | 2026-09-04T03:19:13.802Z | Compiling ucd-trie v0.1.7 |
| 1922 | 2026-09-04T03:19:13.837Z | Compiling rand_core v0.9.5 |
| 1923 | 2026-09-04T03:19:14.095Z | Compiling rustls-webpki v0.103.14 |
| 1924 | 2026-09-04T03:19:14.381Z | Compiling pest v2.8.8 |
| 1925 | 2026-09-04T03:19:16.006Z | Compiling hyper v1.11.0 |
| 1926 | 2026-09-04T03:19:16.034Z | Compiling crossbeam-utils v0.8.22 |
| 1927 | 2026-09-04T03:19:16.677Z | Compiling serde_urlencoded v0.7.1 |
| 1928 | 2026-09-04T03:19:16.768Z | Compiling http-body-util v0.1.5 |
| 1929 | 2026-09-04T03:19:16.968Z | Compiling foldhash v0.2.0 |
| 1930 | 2026-09-04T03:19:17.083Z | Compiling newtype-uuid v1.4.0 |
| 1931 | 2026-09-04T03:19:17.301Z | Compiling hex v0.4.3 |
| 1932 | 2026-09-04T03:19:17.605Z | Compiling hyper-util v0.1.20 |
| 1933 | 2026-09-04T03:19:18.113Z | Compiling daft v0.1.8 |
| 1934 | 2026-09-04T03:19:18.422Z | Compiling rand_chacha v0.9.0 |
| 1935 | 2026-09-04T03:19:18.996Z | Compiling tokio-rustls v0.26.4 |
| 1936 | 2026-09-04T03:19:19.330Z | Compiling sync_wrapper v1.0.2 |
| 1937 | 2026-09-04T03:19:19.454Z | Compiling aho-corasick v1.1.5 |
| 1938 | 2026-09-04T03:19:19.723Z | Compiling fastrand v2.5.0 |
| 1939 | 2026-09-04T03:19:20.064Z | Compiling tower v0.5.3 |
| 1940 | 2026-09-04T03:19:20.340Z | Compiling anyhow v1.0.104 |
| 1941 | 2026-09-04T03:19:20.638Z | Compiling regex-automata v0.4.18 |
| 1942 | 2026-09-04T03:19:20.678Z | Compiling rand v0.9.5 |
| 1943 | 2026-09-04T03:19:20.861Z | Compiling tower-http v0.6.11 |
| 1944 | 2026-09-04T03:19:21.032Z | Compiling generic-array v0.14.7 |
| 1945 | 2026-09-04T03:19:21.044Z | Compiling hashbrown v0.16.1 |
| 1946 | 2026-09-04T03:19:21.411Z | Compiling openapiv3 v2.2.0 |
| 1947 | 2026-09-04T03:19:21.537Z | Compiling openssl-probe v0.2.1 |
| 1948 | 2026-09-04T03:19:21.574Z | Compiling num-conv v0.2.2 |
| 1949 | 2026-09-04T03:19:21.738Z | Compiling time-core v0.1.9 |
| 1950 | 2026-09-04T03:19:21.748Z | Compiling powerfmt v0.2.0 |
| 1951 | 2026-09-04T03:19:21.803Z | Compiling cpufeatures v0.3.0 |
| 1952 | 2026-09-04T03:19:21.876Z | Compiling deranged v0.5.8 |
| 1953 | 2026-09-04T03:19:21.938Z | Compiling num_threads v0.1.7 |
| 1954 | 2026-09-04T03:19:22.012Z | Compiling rustls-native-certs v0.8.4 |
| 1955 | 2026-09-04T03:19:22.042Z | Compiling camino v1.2.5 |
| 1956 | 2026-09-04T03:19:22.610Z | Compiling tempfile v3.27.0 |
| 1957 | 2026-09-04T03:19:22.813Z | Compiling futures-executor v0.3.34 |
| 1958 | 2026-09-04T03:19:22.977Z | Compiling time v0.3.55 |
| 1959 | 2026-09-04T03:19:23.334Z | Compiling winnow v1.0.4 |
| 1960 | 2026-09-04T03:19:23.460Z | Compiling futures v0.3.34 |
| 1961 | 2026-09-04T03:19:23.546Z | Compiling regex v1.13.1 |
| 1962 | 2026-09-04T03:19:23.716Z | Compiling rustls-platform-verifier v0.7.0 |
| 1963 | 2026-09-04T03:19:24.292Z | Compiling hyper-rustls v0.27.9 |
| 1964 | 2026-09-04T03:19:24.693Z | Compiling crossbeam-channel v0.5.16 |
| 1965 | 2026-09-04T03:19:24.840Z | Compiling scroll v0.13.0 |
| 1966 | 2026-09-04T03:19:24.924Z | Compiling hybrid-array v0.4.14 |
| 1967 | 2026-09-04T03:19:25.032Z | Compiling simd-adler32 v0.3.10 |
| 1968 | 2026-09-04T03:19:25.148Z | Compiling adler2 v2.0.1 |
| 1969 | 2026-09-04T03:19:25.317Z | Compiling miniz_oxide v0.8.9 |
| 1970 | 2026-09-04T03:19:25.409Z | Compiling goblin v0.10.7 |
| 1971 | 2026-09-04T03:19:25.477Z | Compiling crc32fast v1.5.0 |
| 1972 | 2026-09-04T03:19:25.726Z | Compiling reqwest v0.13.4 |
| 1973 | 2026-09-04T03:19:25.897Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1974 | 2026-09-04T03:19:25.964Z | Compiling thread_local v1.1.10 |
| 1975 | 2026-09-04T03:19:26.304Z | Compiling either v1.17.0 |
| 1976 | 2026-09-04T03:19:26.540Z | Compiling flate2 v1.1.9 |
| 1977 | 2026-09-04T03:19:26.742Z | Compiling crypto-common v0.2.2 |
| 1978 | 2026-09-04T03:19:27.098Z | Compiling block-buffer v0.12.1 |
| 1979 | 2026-09-04T03:19:27.285Z | Compiling crypto-common v0.1.7 |
| 1980 | 2026-09-04T03:19:27.440Z | Compiling dtrace-parser v0.3.0 |
| 1981 | 2026-09-04T03:19:27.908Z | Compiling rand_chacha v0.3.1 |
| 1982 | 2026-09-04T03:19:28.060Z | Compiling thread-id v5.1.0 |
| 1983 | 2026-09-04T03:19:28.150Z | Compiling is-terminal v0.4.17 |
| 1984 | 2026-09-04T03:19:28.258Z | Compiling const-oid v0.10.2 |
| 1985 | 2026-09-04T03:19:28.535Z | Compiling compression-core v0.4.32 |
| 1986 | 2026-09-04T03:19:28.564Z | Compiling match_cfg v0.1.0 |
| 1987 | 2026-09-04T03:19:28.643Z | Compiling dof v0.4.0 |
| 1988 | 2026-09-04T03:19:28.714Z | Compiling term v1.2.1 |
| 1989 | 2026-09-04T03:19:30.036Z | Compiling take_mut v0.2.2 |
| 1990 | 2026-09-04T03:19:30.162Z | Compiling debug-ignore v1.0.5 |
| 1991 | 2026-09-04T03:19:30.305Z | Compiling slog-async v2.8.0 |
| 1992 | 2026-09-04T03:19:30.605Z | Compiling usdt-impl v0.6.0 |
| 1993 | 2026-09-04T03:19:31.669Z | Compiling slog-term v2.9.2 |
| 1994 | 2026-09-04T03:19:31.726Z | Compiling compression-codecs v0.4.38 |
| 1995 | 2026-09-04T03:19:32.075Z | Compiling hostname v0.3.1 |
| 1996 | 2026-09-04T03:19:32.256Z | Compiling digest v0.11.3 |
| 1997 | 2026-09-04T03:19:32.340Z | Compiling rand v0.8.7 |
| 1998 | 2026-09-04T03:19:32.450Z | Compiling ref-cast v1.0.26 |
| 1999 | 2026-09-04T03:19:32.561Z | Compiling slog-json v2.6.1 |
| 2000 | 2026-09-04T03:19:32.839Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 2001 | 2026-09-04T03:19:33.142Z | Compiling strum v0.26.3 |
| 2002 | 2026-09-04T03:19:33.171Z | Compiling macaddr v1.0.1 |
| 2003 | 2026-09-04T03:19:33.253Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2004 | 2026-09-04T03:19:33.452Z | Compiling serde_spanned v1.1.1 |
| 2005 | 2026-09-04T03:19:33.606Z | Compiling memmap2 v0.9.11 |
| 2006 | 2026-09-04T03:19:33.681Z | Compiling wait-timeout v0.2.1 |
| 2007 | 2026-09-04T03:19:33.925Z | Compiling encoding_rs v0.8.35 |
| 2008 | 2026-09-04T03:19:34.156Z | Compiling bit-vec v0.8.0 |
| 2009 | 2026-09-04T03:19:34.262Z | Compiling quick-error v1.2.3 |
| 2010 | 2026-09-04T03:19:34.342Z | Compiling mime v0.3.17 |
| 2011 | 2026-09-04T03:19:34.470Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 2012 | 2026-09-04T03:19:34.737Z | Compiling spin v0.9.9 |
| 2013 | 2026-09-04T03:19:34.818Z | Compiling toml v1.1.4+spec-1.1.0 |
| 2014 | 2026-09-04T03:19:34.866Z | Compiling bit-set v0.8.0 |
| 2015 | 2026-09-04T03:19:34.874Z | Compiling rusty-fork v0.3.1 |
| 2016 | 2026-09-04T03:19:35.063Z | Compiling multer v3.1.0 |
| 2017 | 2026-09-04T03:19:35.736Z | Compiling usdt v0.6.0 |
| 2018 | 2026-09-04T03:19:36.314Z | Compiling slog-bunyan v2.5.0 |
| 2019 | 2026-09-04T03:19:36.413Z | Compiling sha1 v0.11.0 |
| 2020 | 2026-09-04T03:19:36.502Z | Compiling async-compression v0.4.43 |
| 2021 | 2026-09-04T03:19:36.875Z | Compiling serde_with v3.22.0 |
| 2022 | 2026-09-04T03:19:36.975Z | Compiling async-stream v0.3.6 |
| 2023 | 2026-09-04T03:19:37.026Z | Compiling rand_xorshift v0.4.0 |
| 2024 | 2026-09-04T03:19:37.169Z | Compiling waitgroup v0.1.2 |
| 2025 | 2026-09-04T03:19:37.197Z | Compiling rustls-pemfile v2.2.0 |
| 2026 | 2026-09-04T03:19:37.242Z | Compiling serde_path_to_error v0.1.20 |
| 2027 | 2026-09-04T03:19:37.326Z | Compiling hostname v0.4.2 |
| 2028 | 2026-09-04T03:19:37.498Z | Compiling unarray v0.1.4 |
| 2029 | 2026-09-04T03:19:37.511Z | Compiling progenitor-client v0.14.0 |
| 2030 | 2026-09-04T03:19:37.601Z | Compiling proptest v1.11.0 |
| 2031 | 2026-09-04T03:19:37.610Z | Compiling dropshot v0.17.1 |
| 2032 | 2026-09-04T03:19:37.715Z | Compiling strum v0.27.2 |
| 2033 | 2026-09-04T03:19:37.838Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2034 | 2026-09-04T03:19:37.976Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2035 | 2026-09-04T03:19:37.988Z | Compiling iddqd v0.4.6 |
| 2036 | 2026-09-04T03:19:38.206Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2037 | 2026-09-04T03:19:38.219Z | Compiling block-buffer v0.10.4 |
| 2038 | 2026-09-04T03:19:38.384Z | Compiling reqwest v0.12.28 |
| 2039 | 2026-09-04T03:19:38.518Z | Compiling backon v1.6.0 |
| 2040 | 2026-09-04T03:19:38.778Z | Compiling instant v0.1.13 |
| 2041 | 2026-09-04T03:19:38.903Z | Compiling backoff v0.4.0 |
| 2042 | 2026-09-04T03:19:39.129Z | Compiling progenitor-extras v0.2.0 |
| 2043 | 2026-09-04T03:19:39.338Z | Compiling digest v0.10.7 |
| 2044 | 2026-09-04T03:19:39.398Z | Compiling parse-display v0.10.0 |
| 2045 | 2026-09-04T03:19:39.599Z | Compiling progenitor-client v0.10.0 |
| 2046 | 2026-09-04T03:19:39.604Z | Compiling itertools v0.14.0 |
| 2047 | 2026-09-04T03:19:39.895Z | Compiling regress v0.10.5 |
| 2048 | 2026-09-04T03:19:40.069Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2049 | 2026-09-04T03:19:40.283Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2050 | 2026-09-04T03:19:41.150Z | Compiling humantime v2.4.0 |
| 2051 | 2026-09-04T03:19:41.583Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2052 | 2026-09-04T03:19:41.883Z | Compiling cpufeatures v0.2.17 |
| 2053 | 2026-09-04T03:19:41.976Z | Compiling heck v0.5.0 |
| 2054 | 2026-09-04T03:19:42.894Z | Compiling unicode-width v0.2.2 |
| 2055 | 2026-09-04T03:19:43.218Z | Compiling secrecy v0.10.3 |
| 2056 | 2026-09-04T03:19:43.408Z | Compiling tinyvec_macros v0.1.1 |
| 2057 | 2026-09-04T03:19:43.485Z | Compiling tinyvec v1.12.0 |
| 2058 | 2026-09-04T03:19:43.926Z | Compiling num-integer v0.1.47 |
| 2059 | 2026-09-04T03:19:44.080Z | Compiling scroll v0.12.0 |
| 2060 | 2026-09-04T03:19:44.088Z | Compiling crucible-workspace-hack v0.1.0 |
| 2061 | 2026-09-04T03:19:44.129Z | Compiling hmac v0.12.1 |
| 2062 | 2026-09-04T03:19:44.305Z | Compiling regress v0.11.1 |
| 2063 | 2026-09-04T03:19:44.359Z | Compiling inout v0.1.4 |
| 2064 | 2026-09-04T03:19:44.469Z | Compiling ff v0.13.1 |
| 2065 | 2026-09-04T03:19:44.534Z | Compiling utf8parse v0.2.2 |
| 2066 | 2026-09-04T03:19:44.675Z | Compiling anstyle-parse v1.0.0 |
| 2067 | 2026-09-04T03:19:44.688Z | Compiling group v0.13.0 |
| 2068 | 2026-09-04T03:19:44.688Z | Compiling cipher v0.4.4 |
| 2069 | 2026-09-04T03:19:44.772Z | Compiling goblin v0.8.2 |
| 2070 | 2026-09-04T03:19:44.858Z | Compiling hkdf v0.12.4 |
| 2071 | 2026-09-04T03:19:44.923Z | Compiling num-iter v0.1.46 |
| 2072 | 2026-09-04T03:19:45.021Z | Compiling num-rational v0.4.2 |
| 2073 | 2026-09-04T03:19:45.072Z | Compiling zerocopy v0.7.35 |
| 2074 | 2026-09-04T03:19:46.907Z | Compiling universal-hash v0.5.1 |
| 2075 | 2026-09-04T03:19:47.004Z | Compiling crypto-bigint v0.5.5 |
| 2076 | 2026-09-04T03:19:47.004Z | Compiling typify-impl v0.6.2 |
| 2077 | 2026-09-04T03:19:47.004Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2078 | 2026-09-04T03:19:49.076Z | Compiling terminal_size v0.4.4 |
| 2079 | 2026-09-04T03:19:49.133Z | Compiling half v2.7.1 |
| 2080 | 2026-09-04T03:19:49.133Z | Compiling num-complex v0.4.6 |
| 2081 | 2026-09-04T03:19:49.133Z | Compiling anstyle v1.0.14 |
| 2082 | 2026-09-04T03:19:49.133Z | Compiling ciborium-io v0.2.2 |
| 2083 | 2026-09-04T03:19:49.134Z | Compiling base64ct v1.8.3 |
| 2084 | 2026-09-04T03:19:49.134Z | Compiling anstyle-query v1.1.5 |
| 2085 | 2026-09-04T03:19:49.134Z | Compiling base16ct v0.2.0 |
| 2086 | 2026-09-04T03:19:49.134Z | Compiling colorchoice v1.0.5 |
| 2087 | 2026-09-04T03:19:49.134Z | Compiling is_terminal_polyfill v1.70.2 |
| 2088 | 2026-09-04T03:19:49.134Z | Compiling opaque-debug v0.3.1 |
| 2089 | 2026-09-04T03:19:49.134Z | Compiling anstream v1.0.0 |
| 2090 | 2026-09-04T03:19:49.186Z | Compiling poly1305 v0.8.0 |
| 2091 | 2026-09-04T03:19:49.225Z | Compiling elliptic-curve v0.13.8 |
| 2092 | 2026-09-04T03:19:49.598Z | Compiling password-hash v0.5.0 |
| 2093 | 2026-09-04T03:19:49.614Z | Compiling ciborium-ll v0.2.2 |
| 2094 | 2026-09-04T03:19:49.797Z | Compiling num v0.4.3 |
| 2095 | 2026-09-04T03:19:49.857Z | Compiling typify v0.6.2 |
| 2096 | 2026-09-04T03:19:49.880Z | Compiling curve25519-dalek v4.1.3 |
| 2097 | 2026-09-04T03:19:49.971Z | Compiling dof v0.3.0 |
| 2098 | 2026-09-04T03:19:50.497Z | Compiling thiserror-no-std v2.0.2 |
| 2099 | 2026-09-04T03:19:50.613Z | Compiling chacha20 v0.9.1 |
| 2100 | 2026-09-04T03:19:50.867Z | Compiling crossbeam-epoch v0.9.20 |
| 2101 | 2026-09-04T03:19:51.372Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2102 | 2026-09-04T03:19:51.663Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2103 | 2026-09-04T03:19:52.611Z | Compiling blake2 v0.10.6 |
| 2104 | 2026-09-04T03:19:52.695Z | Compiling aead v0.5.2 |
| 2105 | 2026-09-04T03:19:53.101Z | Compiling byte-wrapper v0.1.0 |
| 2106 | 2026-09-04T03:19:53.119Z | Compiling dtrace-parser v0.2.0 |
| 2107 | 2026-09-04T03:19:53.216Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2108 | 2026-09-04T03:19:53.778Z | Compiling thread-id v4.2.2 |
| 2109 | 2026-09-04T03:19:53.946Z | Compiling keccak v0.1.6 |
| 2110 | 2026-09-04T03:19:54.000Z | Compiling clap_lex v1.1.0 |
| 2111 | 2026-09-04T03:19:54.196Z | Compiling float-ord v0.3.2 |
| 2112 | 2026-09-04T03:19:54.301Z | Compiling strsim v0.11.1 |
| 2113 | 2026-09-04T03:19:54.332Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2114 | 2026-09-04T03:19:54.672Z | Compiling clap_builder v4.6.6 |
| 2115 | 2026-09-04T03:19:54.764Z | Compiling sha3 v0.10.9 |
| 2116 | 2026-09-04T03:19:55.649Z | Compiling usdt-impl v0.5.0 |
| 2117 | 2026-09-04T03:19:55.696Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2118 | 2026-09-04T03:19:55.730Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2119 | 2026-09-04T03:19:57.796Z | Compiling argon2 v0.5.3 |
| 2120 | 2026-09-04T03:19:58.798Z | Compiling chacha20poly1305 v0.10.1 |
| 2121 | 2026-09-04T03:19:58.980Z | Compiling vsss-rs v3.3.4 |
| 2122 | 2026-09-04T03:19:59.356Z | Compiling ciborium v0.2.2 |
| 2123 | 2026-09-04T03:20:00.233Z | Compiling hash32 v0.3.1 |
| 2124 | 2026-09-04T03:20:00.372Z | Compiling memmap v0.7.0 |
| 2125 | 2026-09-04T03:20:00.410Z | Compiling indent_write v2.2.0 |
| 2126 | 2026-09-04T03:20:00.496Z | Compiling data-encoding v2.11.1 |
| 2127 | 2026-09-04T03:20:00.568Z | Compiling usdt v0.5.0 |
| 2128 | 2026-09-04T03:20:00.641Z | Compiling heapless v0.8.0 |
| 2129 | 2026-09-04T03:20:01.161Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2130 | 2026-09-04T03:20:01.236Z | Compiling ingot-types v0.1.2 |
| 2131 | 2026-09-04T03:20:01.534Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2132 | 2026-09-04T03:20:01.824Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2133 | 2026-09-04T03:20:01.844Z | Compiling clap v4.6.6 |
| 2134 | 2026-09-04T03:20:01.895Z | Compiling rustix v0.38.44 |
| 2135 | 2026-09-04T03:20:01.913Z | Compiling tabwriter v1.4.1 |
| 2136 | 2026-09-04T03:20:03.008Z | Compiling cobs v0.3.0 |
| 2137 | 2026-09-04T03:20:03.015Z | Compiling bitflags v1.3.2 |
| 2138 | 2026-09-04T03:20:03.015Z | Compiling foreign-types-shared v0.3.1 |
| 2139 | 2026-09-04T03:20:03.015Z | Compiling colored v3.1.1 |
| 2140 | 2026-09-04T03:20:03.221Z | Compiling managed v0.8.0 |
| 2141 | 2026-09-04T03:20:03.301Z | Compiling foreign-types v0.5.0 |
| 2142 | 2026-09-04T03:20:03.390Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2143 | 2026-09-04T03:20:03.451Z | Compiling smoltcp v0.11.0 |
| 2144 | 2026-09-04T03:20:03.492Z | Compiling postcard v1.1.3 |
| 2145 | 2026-09-04T03:20:03.885Z | Compiling ingot v0.1.1 |
| 2146 | 2026-09-04T03:20:05.517Z | Compiling num_enum v0.7.6 |
| 2147 | 2026-09-04T03:20:05.650Z | Compiling memoffset v0.9.1 |
| 2148 | 2026-09-04T03:20:05.747Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2149 | 2026-09-04T03:20:05.881Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2150 | 2026-09-04T03:20:05.933Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2151 | 2026-09-04T03:20:06.082Z | Compiling chacha20 v0.10.1 |
| 2152 | 2026-09-04T03:20:06.134Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2153 | 2026-09-04T03:20:06.174Z | Compiling toml_datetime v0.6.11 |
| 2154 | 2026-09-04T03:20:06.380Z | Compiling serde_spanned v0.6.9 |
| 2155 | 2026-09-04T03:20:06.545Z | Compiling cstr-argument v0.1.2 |
| 2156 | 2026-09-04T03:20:06.564Z | Compiling unicode-segmentation v1.13.3 |
| 2157 | 2026-09-04T03:20:06.574Z | Compiling winnow v0.7.15 |
| 2158 | 2026-09-04T03:20:06.725Z | Compiling swrite v0.1.0 |
| 2159 | 2026-09-04T03:20:06.773Z | Compiling toml_write v0.1.2 |
| 2160 | 2026-09-04T03:20:06.788Z | Compiling resolv-conf v0.7.6 |
| 2161 | 2026-09-04T03:20:06.829Z | Compiling linked-hash-map v0.5.6 |
| 2162 | 2026-09-04T03:20:07.023Z | Compiling static_assertions v1.1.0 |
| 2163 | 2026-09-04T03:20:07.048Z | Compiling lru-cache v0.1.2 |
| 2164 | 2026-09-04T03:20:07.100Z | Compiling newline-converter v0.3.0 |
| 2165 | 2026-09-04T03:20:07.154Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2166 | 2026-09-04T03:20:07.191Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2167 | 2026-09-04T03:20:07.238Z | Compiling rand v0.10.2 |
| 2168 | 2026-09-04T03:20:07.400Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2169 | 2026-09-04T03:20:07.547Z | Compiling hubpack v0.1.2 |
| 2170 | 2026-09-04T03:20:07.589Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2171 | 2026-09-04T03:20:07.798Z | Compiling nix v0.31.3 |
| 2172 | 2026-09-04T03:20:07.833Z | Compiling crossbeam-deque v0.8.7 |
| 2173 | 2026-09-04T03:20:08.029Z | Compiling atomicwrites v0.4.4 |
| 2174 | 2026-09-04T03:20:08.111Z | Compiling hickory-proto v0.24.4 |
| 2175 | 2026-09-04T03:20:08.366Z | Compiling toml_edit v0.22.27 |
| 2176 | 2026-09-04T03:20:08.643Z | Compiling console v0.16.4 |
| 2177 | 2026-09-04T03:20:08.975Z | Compiling itertools v0.12.1 |
| 2178 | 2026-09-04T03:20:10.200Z | Compiling camino-tempfile v1.4.1 |
| 2179 | 2026-09-04T03:20:10.402Z | Compiling serde-big-array v0.5.1 |
| 2180 | 2026-09-04T03:20:10.682Z | Compiling lazy_static v1.5.0 |
| 2181 | 2026-09-04T03:20:10.695Z | Compiling siphasher v1.0.3 |
| 2182 | 2026-09-04T03:20:10.695Z | Compiling similar v3.2.0 |
| 2183 | 2026-09-04T03:20:10.695Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2184 | 2026-09-04T03:20:11.306Z | Compiling phf_shared v0.12.1 |
| 2185 | 2026-09-04T03:20:11.344Z | Compiling pin-project v1.1.13 |
| 2186 | 2026-09-04T03:20:11.344Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2187 | 2026-09-04T03:20:11.479Z | Compiling hickory-resolver v0.24.4 |
| 2188 | 2026-09-04T03:20:12.029Z | Compiling expectorate v1.3.0 |
| 2189 | 2026-09-04T03:20:12.607Z | Compiling toml v0.8.23 |
| 2190 | 2026-09-04T03:20:15.244Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2191 | 2026-09-04T03:20:16.769Z | Compiling prettyplease v0.2.37 |
| 2192 | 2026-09-04T03:20:16.856Z | Compiling rayon-core v1.13.0 |
| 2193 | 2026-09-04T03:20:17.008Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2194 | 2026-09-04T03:20:18.026Z | Compiling num_enum v0.5.11 |
| 2195 | 2026-09-04T03:20:18.157Z | Compiling progenitor-impl v0.13.0 |
| 2196 | 2026-09-04T03:20:18.345Z | Compiling progenitor-impl v0.14.0 |
| 2197 | 2026-09-04T03:20:20.870Z | Compiling unicode-normalization v0.1.25 |
| 2198 | 2026-09-04T03:20:21.027Z | Compiling progenitor-client v0.13.0 |
| 2199 | 2026-09-04T03:20:21.508Z | Compiling tokio-stream v0.1.19 |
| 2200 | 2026-09-04T03:20:21.528Z | Compiling bstr v1.13.1 |
| 2201 | 2026-09-04T03:20:22.208Z | Compiling csv-core v0.1.13 |
| 2202 | 2026-09-04T03:20:22.257Z | Compiling unicode-width v0.1.14 |
| 2203 | 2026-09-04T03:20:22.459Z | Compiling foreign-types-shared v0.1.1 |
| 2204 | 2026-09-04T03:20:22.578Z | Compiling jiff-core v0.1.0 |
| 2205 | 2026-09-04T03:20:22.626Z | Compiling same-file v1.0.6 |
| 2206 | 2026-09-04T03:20:22.743Z | Compiling highway v1.3.0 |
| 2207 | 2026-09-04T03:20:24.587Z | Compiling foldhash v0.1.5 |
| 2208 | 2026-09-04T03:20:24.641Z | Compiling konst_macro_rules v0.2.19 |
| 2209 | 2026-09-04T03:20:24.641Z | Compiling konst v0.2.20 |
| 2210 | 2026-09-04T03:20:24.641Z | Compiling hashbrown v0.15.5 |
| 2211 | 2026-09-04T03:20:24.642Z | Compiling jiff v0.2.35 |
| 2212 | 2026-09-04T03:20:24.642Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2213 | 2026-09-04T03:20:24.680Z | Compiling walkdir v2.5.0 |
| 2214 | 2026-09-04T03:20:25.371Z | Compiling foreign-types v0.3.2 |
| 2215 | 2026-09-04T03:20:25.443Z | Compiling csv v1.4.0 |
| 2216 | 2026-09-04T03:20:25.573Z | Compiling globset v0.4.20 |
| 2217 | 2026-09-04T03:20:26.398Z | Compiling qorb v0.4.1 |
| 2218 | 2026-09-04T03:20:26.855Z | Compiling snafu v0.8.9 |
| 2219 | 2026-09-04T03:20:27.448Z | Compiling olpc-cjson v0.1.4 |
| 2220 | 2026-09-04T03:20:27.937Z | Compiling progenitor v0.13.0 |
| 2221 | 2026-09-04T03:20:28.010Z | Compiling progenitor v0.14.0 |
| 2222 | 2026-09-04T03:20:28.010Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2223 | 2026-09-04T03:20:28.605Z | Compiling rayon v1.12.0 |
| 2224 | 2026-09-04T03:20:28.772Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2225 | 2026-09-04T03:20:30.890Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2226 | 2026-09-04T03:20:31.697Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2227 | 2026-09-04T03:20:33.875Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2228 | 2026-09-04T03:20:35.499Z | Compiling phf v0.12.1 |
| 2229 | 2026-09-04T03:20:35.511Z | Compiling openssl-sys v0.9.117 |
| 2230 | 2026-09-04T03:20:36.969Z | Compiling tokio-dtrace v0.1.1 |
| 2231 | 2026-09-04T03:20:37.024Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2232 | 2026-09-04T03:20:37.024Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2233 | 2026-09-04T03:20:37.024Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2234 | 2026-09-04T03:20:37.024Z | Compiling libsw-core v0.3.2 |
| 2235 | 2026-09-04T03:20:37.024Z | Compiling pem v3.0.6 |
| 2236 | 2026-09-04T03:20:37.522Z | Compiling serde_plain v1.0.2 |
| 2237 | 2026-09-04T03:20:37.704Z | Compiling sigpipe v0.1.3 |
| 2238 | 2026-09-04T03:20:37.753Z | Compiling fixedbitset v0.4.2 |
| 2239 | 2026-09-04T03:20:37.820Z | Compiling typed-path v0.9.3 |
| 2240 | 2026-09-04T03:20:37.865Z | Compiling minimal-lexical v0.2.1 |
| 2241 | 2026-09-04T03:20:37.895Z | Compiling fixedbitset v0.5.7 |
| 2242 | 2026-09-04T03:20:37.958Z | Compiling glob v0.3.4 |
| 2243 | 2026-09-04T03:20:38.146Z | Compiling bytecount v0.6.9 |
| 2244 | 2026-09-04T03:20:38.191Z | Compiling petgraph v0.8.3 |
| 2245 | 2026-09-04T03:20:38.320Z | Compiling papergrid v0.11.0 |
| 2246 | 2026-09-04T03:20:38.421Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2247 | 2026-09-04T03:20:38.909Z | Compiling tough v0.22.0 |
| 2248 | 2026-09-04T03:20:39.443Z | Compiling nom v7.1.3 |
| 2249 | 2026-09-04T03:20:42.078Z | Compiling petgraph v0.6.5 |
| 2250 | 2026-09-04T03:20:42.170Z | Compiling openssl v0.10.81 |
| 2251 | 2026-09-04T03:20:42.170Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2252 | 2026-09-04T03:20:42.170Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2253 | 2026-09-04T03:20:42.170Z | Compiling libsw v3.5.0 |
| 2254 | 2026-09-04T03:20:42.171Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2255 | 2026-09-04T03:20:42.329Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2256 | 2026-09-04T03:20:42.427Z | Compiling oxide-tokio-rt v0.1.6 |
| 2257 | 2026-09-04T03:20:42.497Z | Compiling zone v0.3.1 |
| 2258 | 2026-09-04T03:20:43.005Z | Compiling chrono-tz v0.10.4 |
| 2259 | 2026-09-04T03:20:43.824Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2260 | 2026-09-04T03:20:44.335Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2261 | 2026-09-04T03:20:44.445Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2262 | 2026-09-04T03:20:44.560Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2263 | 2026-09-04T03:20:44.696Z | Compiling newtype_derive v0.1.6 |
| 2264 | 2026-09-04T03:20:44.723Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2265 | 2026-09-04T03:20:45.172Z | Compiling slog-dtrace v0.3.0 |
| 2266 | 2026-09-04T03:20:45.862Z | Compiling owo-colors v4.3.0 |
| 2267 | 2026-09-04T03:20:46.113Z | Compiling cancel-safe-futures v0.1.5 |
| 2268 | 2026-09-04T03:20:46.550Z | Compiling const_format v0.2.36 |
| 2269 | 2026-09-04T03:20:46.690Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2270 | 2026-09-04T03:20:46.813Z | Compiling gethostname v0.5.0 |
| 2271 | 2026-09-04T03:20:46.987Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2272 | 2026-09-04T03:20:47.103Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2273 | 2026-09-04T03:20:47.206Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2274 | 2026-09-04T03:20:47.286Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2275 | 2026-09-04T03:20:47.374Z | Compiling bcs v0.1.6 |
| 2276 | 2026-09-04T03:20:47.781Z | Compiling smf v0.2.3 |
| 2277 | 2026-09-04T03:20:47.829Z | Compiling termtree v0.5.1 |
| 2278 | 2026-09-04T03:20:47.989Z | Compiling smawk v0.3.3 |
| 2279 | 2026-09-04T03:20:48.187Z | Compiling linear-map v1.2.0 |
| 2280 | 2026-09-04T03:20:48.210Z | Compiling whoami v1.6.1 |
| 2281 | 2026-09-04T03:20:48.358Z | Compiling unicode-linebreak v0.1.5 |
| 2282 | 2026-09-04T03:20:48.537Z | Compiling tagptr v0.2.0 |
| 2283 | 2026-09-04T03:20:48.673Z | Compiling textwrap v0.16.2 |
| 2284 | 2026-09-04T03:20:48.702Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2285 | 2026-09-04T03:20:48.725Z | Compiling moka v0.12.16 |
| 2286 | 2026-09-04T03:20:49.046Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2287 | 2026-09-04T03:20:50.019Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2288 | 2026-09-04T03:20:50.253Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2289 | 2026-09-04T03:20:50.292Z | Compiling tabled v0.15.0 |
| 2290 | 2026-09-04T03:20:52.206Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2291 | 2026-09-04T03:20:52.594Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2292 | 2026-09-04T03:20:52.851Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2293 | 2026-09-04T03:20:52.938Z | Compiling steno v0.4.1 |
| 2294 | 2026-09-04T03:20:53.259Z | Compiling cookie v0.18.2 |
| 2295 | 2026-09-04T03:20:55.346Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-09-04T03:20:58.332Z | Compiling hickory-proto v0.25.2 |
| 2297 | 2026-09-04T03:20:59.297Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2298 | 2026-09-04T03:20:59.945Z | Compiling hickory-resolver v0.25.2 |
| 2299 | 2026-09-04T03:21:00.796Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2300 | 2026-09-04T03:21:02.432Z | Compiling arc-swap v1.9.2 |
| 2301 | 2026-09-04T03:21:02.841Z | Compiling slog-scope v4.4.1 |
| 2302 | 2026-09-04T03:21:03.862Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2303 | 2026-09-04T03:21:03.953Z | Compiling libscf-sys v1.2.0 |
| 2304 | 2026-09-04T03:21:03.954Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2305 | 2026-09-04T03:21:03.954Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2306 | 2026-09-04T03:21:03.954Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2307 | 2026-09-04T03:21:03.954Z | Compiling slog-stdlog v4.1.1 |
| 2308 | 2026-09-04T03:21:03.954Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2309 | 2026-09-04T03:21:04.264Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2310 | 2026-09-04T03:21:04.364Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2311 | 2026-09-04T03:21:05.502Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2312 | 2026-09-04T03:21:05.692Z | Compiling slog-envlogger v2.2.0 |
| 2313 | 2026-09-04T03:21:06.922Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2314 | 2026-09-04T03:21:06.943Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2315 | 2026-09-04T03:21:15.883Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2316 | 2026-09-04T03:21:18.588Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2317 | 2026-09-04T03:21:20.486Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2318 | 2026-09-04T03:21:28.744Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2319 | 2026-09-04T03:21:32.678Z | Finished `release` profile [optimized] target(s) in 2m 30s |
| 2320 | 2026-09-04T03:21:32.821Z | Running unittests src/lib.rs (target/release/deps/mg_tests-4a0f324e676af7f4) |
| 2321 | 2026-09-04T03:21:32.842Z | |
| 2322 | 2026-09-04T03:21:32.842Z | running 1 test |
| 2323 | 2026-09-04T03:21:32.925Z | configure zone |
| 2324 | 2026-09-04T03:21:32.937Z | install zone |
| 2325 | 2026-09-04T03:21:41.997Z | boot zone |
| 2326 | 2026-09-04T03:21:42.087Z | start zone s1 |
| 2327 | 2026-09-04T03:21:42.087Z | configure zone |
| 2328 | 2026-09-04T03:21:42.087Z | install zone |
| 2329 | 2026-09-04T03:21:43.535Z | boot zone |
| 2330 | 2026-09-04T03:21:43.703Z | start zone s2 |
| 2331 | 2026-09-04T03:21:43.703Z | configure zone |
| 2332 | 2026-09-04T03:21:43.759Z | install zone |
| 2333 | 2026-09-04T03:21:46.000Z | boot zone |
| 2334 | 2026-09-04T03:21:46.084Z | start zone s3 |
| 2335 | 2026-09-04T03:21:46.085Z | configure zone |
| 2336 | 2026-09-04T03:21:46.085Z | install zone |
| 2337 | 2026-09-04T03:21:47.985Z | boot zone |
| 2338 | 2026-09-04T03:21:48.094Z | start zone t1 |
| 2339 | 2026-09-04T03:21:48.094Z | configure zone |
| 2340 | 2026-09-04T03:21:48.128Z | install zone |
| 2341 | 2026-09-04T03:21:50.314Z | boot zone |
| 2342 | 2026-09-04T03:21:50.434Z | waiting for zones to come up |
| 2343 | 2026-09-04T03:22:02.081Z | [sidecar.quartet] svcs milestone/network |
| 2344 | 2026-09-04T03:22:02.398Z | STATE STIME FMRI |
| 2345 | 2026-09-04T03:22:02.399Z | online 3:21:41 svc:/milestone/network:default |
| 2346 | 2026-09-04T03:22:02.399Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
| 2347 | 2026-09-04T03:22:02.399Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
| 2348 | 2026-09-04T03:22:02.406Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
| 2349 | 2026-09-04T03:22:02.406Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
| 2350 | 2026-09-04T03:22:02.406Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2351 | 2026-09-04T03:22:02.406Z | |
| 2352 | 2026-09-04T03:22:02.406Z | running zone s1.quartet setup |
| 2353 | 2026-09-04T03:22:02.406Z | [s1.quartet] svcs milestone/network |
| 2354 | 2026-09-04T03:22:02.406Z | STATE STIME FMRI |
| 2355 | 2026-09-04T03:22:02.406Z | online 3:21:43 svc:/milestone/network:default |
| 2356 | 2026-09-04T03:22:02.407Z | [s1.quartet] dladm |
| 2357 | 2026-09-04T03:22:02.407Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2358 | 2026-09-04T03:22:02.407Z | sl0 simnet 9000 up -- ? |
| 2359 | 2026-09-04T03:22:02.407Z | mgs1 vnic 9000 up -- ? |
| 2360 | 2026-09-04T03:22:02.407Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
| 2361 | 2026-09-04T03:22:02.407Z | |
| 2362 | 2026-09-04T03:22:02.407Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
| 2363 | 2026-09-04T03:22:02.407Z | |
| 2364 | 2026-09-04T03:22:02.407Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2365 | 2026-09-04T03:22:02.407Z | |
| 2366 | 2026-09-04T03:22:02.409Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
| 2367 | 2026-09-04T03:22:02.409Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
| 2368 | 2026-09-04T03:22:02.409Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a25fcb26-9efe-4e55-b248-c1d2404e1a7d --sled-uuid e5bc10de-b9a5-4558-b20d-d2abb95a181e -a sl0/v6 &> /opt/ddmd.log & |
| 2369 | 2026-09-04T03:22:02.409Z | |
| 2370 | 2026-09-04T03:22:02.410Z | running zone s2.quartet setup |
| 2371 | 2026-09-04T03:22:02.410Z | [s2.quartet] svcs milestone/network |
| 2372 | 2026-09-04T03:22:02.414Z | STATE STIME FMRI |
| 2373 | 2026-09-04T03:22:02.414Z | online 3:21:45 svc:/milestone/network:default |
| 2374 | 2026-09-04T03:22:02.414Z | [s2.quartet] dladm |
| 2375 | 2026-09-04T03:22:02.414Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2376 | 2026-09-04T03:22:02.414Z | sl1 simnet 9000 up -- ? |
| 2377 | 2026-09-04T03:22:02.414Z | mgs2 vnic 9000 up -- ? |
| 2378 | 2026-09-04T03:22:02.414Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
| 2379 | 2026-09-04T03:22:02.414Z | |
| 2380 | 2026-09-04T03:22:02.414Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
| 2381 | 2026-09-04T03:22:02.414Z | |
| 2382 | 2026-09-04T03:22:02.414Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2383 | 2026-09-04T03:22:02.414Z | |
| 2384 | 2026-09-04T03:22:02.414Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
| 2385 | 2026-09-04T03:22:02.883Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
| 2386 | 2026-09-04T03:22:02.883Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 84411cf7-9db8-43c9-b85c-8190acbceff7 --sled-uuid d82b18dc-a7c1-4a37-8f6a-bacf867156af -a sl1/v6 &> /opt/ddmd.log & |
| 2387 | 2026-09-04T03:22:02.883Z | |
| 2388 | 2026-09-04T03:22:02.883Z | running zone s3.quartet setup |
| 2389 | 2026-09-04T03:22:02.883Z | [s3.quartet] svcs milestone/network |
| 2390 | 2026-09-04T03:22:02.883Z | STATE STIME FMRI |
| 2391 | 2026-09-04T03:22:02.883Z | online 3:21:47 svc:/milestone/network:default |
| 2392 | 2026-09-04T03:22:02.883Z | [s3.quartet] dladm |
| 2393 | 2026-09-04T03:22:02.883Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2394 | 2026-09-04T03:22:02.883Z | sl2 simnet 9000 up -- ? |
| 2395 | 2026-09-04T03:22:02.883Z | mgs3 vnic 9000 up -- ? |
| 2396 | 2026-09-04T03:22:02.883Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
| 2397 | 2026-09-04T03:22:02.937Z | |
| 2398 | 2026-09-04T03:22:02.937Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
| 2399 | 2026-09-04T03:22:02.937Z | |
| 2400 | 2026-09-04T03:22:02.937Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2401 | 2026-09-04T03:22:02.937Z | |
| 2402 | 2026-09-04T03:22:02.937Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
| 2403 | 2026-09-04T03:22:02.937Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
| 2404 | 2026-09-04T03:22:02.937Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a111d731-b4e9-4443-8c9d-39ee6df9282a --sled-uuid 9f7b77f1-5074-41a4-bf24-a2af918e3a5a -a sl2/v6 &> /opt/ddmd.log & |
| 2405 | 2026-09-04T03:22:02.937Z | |
| 2406 | 2026-09-04T03:22:02.937Z | running zone t1.quartet setup |
| 2407 | 2026-09-04T03:22:02.937Z | [t1.quartet] svcs milestone/network |
| 2408 | 2026-09-04T03:22:02.937Z | STATE STIME FMRI |
| 2409 | 2026-09-04T03:22:02.937Z | online 3:21:50 svc:/milestone/network:default |
| 2410 | 2026-09-04T03:22:02.937Z | [t1.quartet] dladm |
| 2411 | 2026-09-04T03:22:02.937Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2412 | 2026-09-04T03:22:02.937Z | tfportrear0_0 simnet 9000 up -- ? |
| 2413 | 2026-09-04T03:22:02.937Z | tfportrear1_0 simnet 9000 up -- ? |
| 2414 | 2026-09-04T03:22:02.937Z | tfportrear2_0 simnet 9000 up -- ? |
| 2415 | 2026-09-04T03:22:02.937Z | mgt1 vnic 9000 up -- ? |
| 2416 | 2026-09-04T03:22:02.937Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
| 2417 | 2026-09-04T03:22:03.471Z | |
| 2418 | 2026-09-04T03:22:03.471Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2419 | 2026-09-04T03:22:03.488Z | |
| 2420 | 2026-09-04T03:22:03.488Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2421 | 2026-09-04T03:22:03.488Z | |
| 2422 | 2026-09-04T03:22:03.488Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
| 2423 | 2026-09-04T03:22:03.521Z | |
| 2424 | 2026-09-04T03:22:03.521Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
| 2425 | 2026-09-04T03:22:03.522Z | |
| 2426 | 2026-09-04T03:22:03.522Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
| 2427 | 2026-09-04T03:22:03.798Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
| 2428 | 2026-09-04T03:22:03.828Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
| 2429 | 2026-09-04T03:22:03.828Z | waiting 3s for copy of files to zone to complete ... |
| 2430 | 2026-09-04T03:22:06.781Z | [t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2431 | 2026-09-04T03:22:06.954Z | |
| 2432 | 2026-09-04T03:22:06.955Z | [t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2433 | 2026-09-04T03:22:07.131Z | |
| 2434 | 2026-09-04T03:22:07.132Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
| 2435 | 2026-09-04T03:22:07.132Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
| 2436 | 2026-09-04T03:22:07.169Z | [t1.quartet] svcadm disable dendrite |
| 2437 | 2026-09-04T03:22:07.169Z | |
| 2438 | 2026-09-04T03:22:07.169Z | [t1.quartet] svcadm disable tfport |
| 2439 | 2026-09-04T03:22:07.250Z | |
| 2440 | 2026-09-04T03:22:07.250Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2441 | 2026-09-04T03:22:07.250Z | |
| 2442 | 2026-09-04T03:22:07.250Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
| 2443 | 2026-09-04T03:22:07.301Z | |
| 2444 | 2026-09-04T03:22:07.301Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2445 | 2026-09-04T03:22:07.301Z | |
| 2446 | 2026-09-04T03:22:07.301Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2447 | 2026-09-04T03:22:07.301Z | |
| 2448 | 2026-09-04T03:22:07.301Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
| 2449 | 2026-09-04T03:22:07.332Z | |
| 2450 | 2026-09-04T03:22:07.332Z | [t1.quartet] svcadm refresh dendrite:default |
| 2451 | 2026-09-04T03:22:07.332Z | |
| 2452 | 2026-09-04T03:22:07.332Z | [t1.quartet] svcadm enable dendrite:default |
| 2453 | 2026-09-04T03:22:07.382Z | |
| 2454 | 2026-09-04T03:22:07.382Z | wait 10s for dendrite to come up ... |
| 2455 | 2026-09-04T03:22:17.372Z | [t1.quartet] svccfg -s tfport setprop config/pkt_source = none |
| 2456 | 2026-09-04T03:22:17.452Z | |
| 2457 | 2026-09-04T03:22:17.452Z | [t1.quartet] svccfg -s tfport setprop config/flags = --sync-only |
| 2458 | 2026-09-04T03:22:17.452Z | |
| 2459 | 2026-09-04T03:22:17.453Z | [t1.quartet] svcadm refresh tfport:default |
| 2460 | 2026-09-04T03:22:17.500Z | |
| 2461 | 2026-09-04T03:22:17.500Z | [t1.quartet] svcadm enable tfport |
| 2462 | 2026-09-04T03:22:17.500Z | |
| 2463 | 2026-09-04T03:22:17.500Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 67daf990-c6f2-4706-8c6d-95602febc286 --sled-uuid 129ebc19-7e20-4628-a475-0368d08f135d -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
| 2464 | 2026-09-04T03:22:17.501Z | |
| 2465 | 2026-09-04T03:22:17.501Z | [t1.quartet] ipadm |
| 2466 | 2026-09-04T03:22:17.501Z | ADDROBJ TYPE STATE ADDR |
| 2467 | 2026-09-04T03:22:17.501Z | lo0/v4 static ok 127.0.0.1/8 |
| 2468 | 2026-09-04T03:22:17.501Z | mgt1/v4 static ok 10.0.0.4/24 |
| 2469 | 2026-09-04T03:22:17.501Z | lo0/v6 static ok ::1/128 |
| 2470 | 2026-09-04T03:22:17.501Z | lo0/u6 static ok fd00:4::1/64 |
| 2471 | 2026-09-04T03:22:17.501Z | tfportrear0_0/v6 addrconf ok fe80::9c60:33ff:fec9:31b1%tfportrear0_0/10 |
| 2472 | 2026-09-04T03:22:17.501Z | tfportrear1_0/v6 addrconf ok fe80::7cd2:d2ff:fead:dabf%tfportrear1_0/10 |
| 2473 | 2026-09-04T03:22:17.501Z | tfportrear2_0/v6 addrconf ok fe80::3872:99ff:fedd:4702%tfportrear2_0/10 |
| 2474 | 2026-09-04T03:22:19.741Z | initial peering test passed |
| 2475 | 2026-09-04T03:22:20.570Z | [s3.quartet] ping fd00:1::1 |
| 2476 | 2026-09-04T03:22:20.593Z | fd00:1::1 is alive |
| 2477 | 2026-09-04T03:22:31.583Z | [s3.quartet] ping fd00:1::1 |
| 2478 | 2026-09-04T03:22:31.593Z | fd00:1::1 is alive |
| 2479 | 2026-09-04T03:22:31.593Z | [t1.quartet] pkill ddmd |
| 2480 | 2026-09-04T03:22:31.593Z | |
| 2481 | 2026-09-04T03:22:31.593Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
| 2482 | 2026-09-04T03:22:31.614Z | cp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log |
| 2483 | 2026-09-04T03:22:32.787Z | test ddm::test_quartet has been running for over 60 seconds |
| 2484 | 2026-09-04T03:22:33.514Z | [s3.quartet] pkill ddmd |
| 2485 | 2026-09-04T03:22:33.533Z | |
| 2486 | 2026-09-04T03:22:33.533Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
| 2487 | 2026-09-04T03:22:35.654Z | [s2.quartet] pkill ddmd |
| 2488 | 2026-09-04T03:22:35.680Z | |
| 2489 | 2026-09-04T03:22:35.680Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
| 2490 | 2026-09-04T03:22:37.611Z | [s1.quartet] pkill ddmd |
| 2491 | 2026-09-04T03:22:37.790Z | |
| 2492 | 2026-09-04T03:22:37.790Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
| 2493 | 2026-09-04T03:22:40.540Z | [sidecar.quartet] pkill softnpu |
| 2494 | 2026-09-04T03:22:40.588Z | |
| 2495 | 2026-09-04T03:22:40.588Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
| 2496 | 2026-09-04T03:22:42.528Z | test ddm::test_quartet ... ok |
| 2497 | 2026-09-04T03:22:42.536Z | |
| 2498 | 2026-09-04T03:22:42.536Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 69.76s |
| 2499 | 2026-09-04T03:22:42.536Z | |
| 2500 | 2026-09-04T03:22:42.578Z | + cleanup |
| 2501 | 2026-09-04T03:22:42.584Z | ++ id -un |
| 2502 | 2026-09-04T03:22:42.585Z | ++ id -gn |
| 2503 | 2026-09-04T03:22:42.597Z | + pfexec chown -R build:build . |
| 2504 | 2026-09-04T03:22:42.708Z | process exited: duration 508218 ms, exit code 0 |
| |
| 2505 | 2026-09-04T03:22:42.733Z | found 6 output files |
| 2506 | 2026-09-04T03:22:42.739Z | uploading: /work/s1.quartet.log (4041 bytes) |
| 2507 | 2026-09-04T03:22:43.751Z | uploaded: /work/s1.quartet.log |
| 2508 | 2026-09-04T03:22:43.751Z | uploading: /work/s2.quartet.log (3145 bytes) |
| 2509 | 2026-09-04T03:22:44.761Z | uploaded: /work/s2.quartet.log |
| 2510 | 2026-09-04T03:22:44.761Z | uploading: /work/s3.quartet.log (3264 bytes) |
| 2511 | 2026-09-04T03:22:45.788Z | uploaded: /work/s3.quartet.log |
| 2512 | 2026-09-04T03:22:45.788Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
| 2513 | 2026-09-04T03:22:46.805Z | uploaded: /work/sidecar.quartet-softnpu.log |
| 2514 | 2026-09-04T03:22:46.805Z | uploading: /work/t1.quartet-dpd.log (308726 bytes) |
| 2515 | 2026-09-04T03:22:47.824Z | uploaded: /work/t1.quartet-dpd.log |
| 2516 | 2026-09-04T03:22:47.824Z | uploading: /work/t1.quartet.log (17629 bytes) |
| 2517 | 2026-09-04T03:22:48.836Z | uploaded: /work/t1.quartet.log |