|
|
|
| 1 | 2026-04-25T00:35:51.482Z | job assigned to worker 01KQ10ZM692322TKEY2BXPYJWS [factory aws, i-05a8afa97de90e91d] (queued for 58 s) |
| |
| 2 | 2026-04-25T00:35:58.724Z | starting task 0: "setup" |
| 3 | 2026-04-25T00:35:58.731Z | ++ uname -s |
| 4 | 2026-04-25T00:35:58.734Z | + kern=SunOS |
| 5 | 2026-04-25T00:35:58.734Z | + build_user=build |
| 6 | 2026-04-25T00:35:58.734Z | + build_uid=12345 |
| 7 | 2026-04-25T00:35:58.734Z | + work_dir=/work |
| 8 | 2026-04-25T00:35:58.734Z | + input_dir=/input |
| 9 | 2026-04-25T00:35:58.734Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-25T00:35:58.734Z | + case "$kern" in |
| 11 | 2026-04-25T00:35:58.734Z | + groupadd -g 12345 build |
| 12 | 2026-04-25T00:35:58.737Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-25T00:36:00.740Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-25T00:36:00.843Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-25T00:36:00.846Z | + home_fs=zfs |
| 16 | 2026-04-25T00:36:00.846Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-25T00:36:00.846Z | + mkdir -p /home/build |
| 18 | 2026-04-25T00:36:00.846Z | + chown build:build /home/build /work |
| 19 | 2026-04-25T00:36:02.847Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-25T00:36:02.850Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-04-25T00:36:02.856Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-25T00:36:02.860Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-25T00:36:02.860Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-04-25T00:36:02.860Z | * rust toolchain channel = "stable" |
| 25 | 2026-04-25T00:36:02.861Z | * rust toolchain profile = "default" |
| 26 | 2026-04-25T00:36:02.861Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-25T00:36:02.861Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-25T00:36:02.864Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-25T00:36:02.864Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-25T00:36:02.934Z | info: downloading installer |
| 31 | 2026-04-25T00:36:04.349Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-25T00:36:04.350Z | warn: /opt/ooce/bin |
| 33 | 2026-04-25T00:36:04.350Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-25T00:36:04.350Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-25T00:36:04.350Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-25T00:36:04.350Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-25T00:36:04.350Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-25T00:36:04.350Z | error: cannot install while Rust is installed |
| 39 | 2026-04-25T00:36:04.350Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-25T00:36:04.350Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-25T00:36:04.350Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-25T00:36:04.350Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-25T00:36:04.350Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-25T00:36:04.363Z | info: profile set to default |
| 45 | 2026-04-25T00:36:04.363Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-25T00:36:04.366Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-25T00:36:04.497Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-25T00:36:04.500Z | info: downloading 6 components |
| 49 | 2026-04-25T00:36:18.399Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-25T00:36:18.399Z | |
| 51 | 2026-04-25T00:36:18.430Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-25T00:36:18.430Z | |
| 53 | 2026-04-25T00:36:18.430Z | |
| 54 | 2026-04-25T00:36:18.430Z | Rust is installed now. Great! |
| 55 | 2026-04-25T00:36:18.430Z | |
| 56 | 2026-04-25T00:36:18.430Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-25T00:36:18.430Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-25T00:36:18.430Z | |
| 59 | 2026-04-25T00:36:18.430Z | To configure your current shell, you need to source |
| 60 | 2026-04-25T00:36:18.430Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-25T00:36:18.430Z | |
| 62 | 2026-04-25T00:36:18.430Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-25T00:36:18.430Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-25T00:36:18.430Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-25T00:36:18.430Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-25T00:36:18.430Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-25T00:36:18.431Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-25T00:36:18.431Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-25T00:36:18.434Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-25T00:36:18.434Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-25T00:36:18.521Z | + rustup --version |
| 72 | 2026-04-25T00:36:18.530Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-25T00:36:18.534Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-25T00:36:18.551Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-25T00:36:18.554Z | + cargo --version |
| 76 | 2026-04-25T00:36:18.569Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-25T00:36:18.572Z | + rustc --version |
| 78 | 2026-04-25T00:36:18.591Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-25T00:36:18.594Z | process exited: duration 15736 ms, exit code 0 |
| |
| 80 | 2026-04-25T00:36:18.599Z | starting task 2: "authentication" |
| 81 | 2026-04-25T00:36:18.615Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-04-25T00:36:18.621Z | starting task 3: "clone repository" |
| 83 | 2026-04-25T00:36:18.625Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-04-25T00:36:18.628Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-04-25T00:36:18.777Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-04-25T00:36:19.647Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-04-25T00:36:19.647Z | + git fetch origin 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 88 | 2026-04-25T00:36:20.027Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-04-25T00:36:20.027Z | * branch 49a9983b22d4a5ff0339135e22fc11e6dd272ffe -> FETCH_HEAD |
| 90 | 2026-04-25T00:36:20.034Z | + [[ -n trey/light-cleanup ]] |
| 91 | 2026-04-25T00:36:20.037Z | ++ git branch --show-current |
| 92 | 2026-04-25T00:36:20.037Z | + current=main |
| 93 | 2026-04-25T00:36:20.037Z | + [[ main != trey/light-cleanup ]] |
| 94 | 2026-04-25T00:36:20.037Z | + git branch -f trey/light-cleanup 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 95 | 2026-04-25T00:36:20.040Z | + git checkout -f trey/light-cleanup |
| 96 | 2026-04-25T00:36:20.056Z | Switched to branch 'trey/light-cleanup' |
| 97 | 2026-04-25T00:36:20.058Z | + git reset --hard 49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 98 | 2026-04-25T00:36:20.064Z | HEAD is now at 49a9983 LoopbackIpManager: cargo fmt |
| 99 | 2026-04-25T00:36:20.067Z | process exited: duration 1443 ms, exit code 0 |
| |
| 100 | 2026-04-25T00:36:20.072Z | starting task 4: "build" |
| 101 | 2026-04-25T00:36:20.079Z | ++ dladm |
| 102 | 2026-04-25T00:36:20.082Z | LINK CLASS MTU STATE BRIDGE OVER |
| 103 | 2026-04-25T00:36:20.082Z | ena0 phys 9216 up -- -- |
| 104 | 2026-04-25T00:36:20.085Z | ++ ipadm |
| 105 | 2026-04-25T00:36:20.085Z | ADDROBJ TYPE STATE ADDR |
| 106 | 2026-04-25T00:36:20.085Z | lo0/v4 static ok 127.0.0.1/8 |
| 107 | 2026-04-25T00:36:20.085Z | ena0/dhcp dhcp ok 10.150.1.161/24 |
| 108 | 2026-04-25T00:36:20.085Z | lo0/v6 static ok ::1/128 |
| 109 | 2026-04-25T00:36:20.085Z | ++ banner collect |
| 110 | 2026-04-25T00:36:20.088Z | |
| 111 | 2026-04-25T00:36:20.088Z | #### #### # # ###### #### ##### |
| 112 | 2026-04-25T00:36:20.088Z | # # # # # # # # # # |
| 113 | 2026-04-25T00:36:20.088Z | # # # # # ##### # # |
| 114 | 2026-04-25T00:36:20.088Z | # # # # # # # # |
| 115 | 2026-04-25T00:36:20.088Z | # # # # # # # # # # |
| 116 | 2026-04-25T00:36:20.088Z | #### #### ###### ###### ###### #### # |
| 117 | 2026-04-25T00:36:20.088Z | |
| 118 | 2026-04-25T00:36:20.088Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 119 | 2026-04-25T00:36:20.088Z | ++ repo=softnpu |
| 120 | 2026-04-25T00:36:20.088Z | ++ series=image |
| 121 | 2026-04-25T00:36:20.088Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 122 | 2026-04-25T00:36:20.088Z | ++ name=softnpu |
| 123 | 2026-04-25T00:36:20.088Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 124 | 2026-04-25T00:36:20.088Z | ++ mkdir -p download |
| 125 | 2026-04-25T00:36:20.088Z | ++ pushd download |
| 126 | 2026-04-25T00:36:20.088Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 127 | 2026-04-25T00:36:20.089Z | ++ [[ ! -f softnpu ]] |
| 128 | 2026-04-25T00:36:20.089Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 129 | 2026-04-25T00:36:20.093Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-04-25T00:36:20.096Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-04-25T00:36:20.518Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 36.82M 0 0
100 15.63M 100 15.63M 0 0 36.81M 0 0
100 15.63M 100 15.63M 0 0 36.81M 0 0 |
| 132 | 2026-04-25T00:36:20.521Z | ++ popd |
| 133 | 2026-04-25T00:36:20.521Z | /work/oxidecomputer/maghemite |
| 134 | 2026-04-25T00:36:20.521Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 135 | 2026-04-25T00:36:20.521Z | ++ repo=sidecar-lite |
| 136 | 2026-04-25T00:36:20.521Z | ++ series=release |
| 137 | 2026-04-25T00:36:20.521Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 138 | 2026-04-25T00:36:20.521Z | ++ name=libsidecar_lite.so |
| 139 | 2026-04-25T00:36:20.521Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 140 | 2026-04-25T00:36:20.521Z | ++ mkdir -p download |
| 141 | 2026-04-25T00:36:20.524Z | ++ pushd download |
| 142 | 2026-04-25T00:36:20.524Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 143 | 2026-04-25T00:36:20.524Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 144 | 2026-04-25T00:36:20.524Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 145 | 2026-04-25T00:36:20.527Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 146 | 2026-04-25T00:36:20.527Z | Dload Upload Total Spent Left Speed |
| 147 | 2026-04-25T00:36:20.850Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 37.24M 0 0
100 12.04M 100 12.04M 0 0 37.24M 0 0
100 12.04M 100 12.04M 0 0 37.23M 0 0 |
| 148 | 2026-04-25T00:36:20.853Z | ++ popd |
| 149 | 2026-04-25T00:36:20.853Z | /work/oxidecomputer/maghemite |
| 150 | 2026-04-25T00:36:20.853Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 151 | 2026-04-25T00:36:20.853Z | ++ repo=sidecar-lite |
| 152 | 2026-04-25T00:36:20.853Z | ++ series=release |
| 153 | 2026-04-25T00:36:20.853Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 154 | 2026-04-25T00:36:20.853Z | ++ name=scadm |
| 155 | 2026-04-25T00:36:20.853Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 156 | 2026-04-25T00:36:20.853Z | ++ mkdir -p download |
| 157 | 2026-04-25T00:36:20.857Z | ++ pushd download |
| 158 | 2026-04-25T00:36:20.857Z | ++ [[ ! -f scadm ]] |
| 159 | 2026-04-25T00:36:20.857Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 160 | 2026-04-25T00:36:20.857Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 161 | 2026-04-25T00:36:20.859Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 162 | 2026-04-25T00:36:20.859Z | Dload Upload Total Spent Left Speed |
| 163 | 2026-04-25T00:36:21.142Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 55.77M 0 0
100 15.78M 100 15.78M 0 0 55.77M 0 0
100 15.78M 100 15.78M 0 0 55.76M 0 0 |
| 164 | 2026-04-25T00:36:21.145Z | ++ popd |
| 165 | 2026-04-25T00:36:21.145Z | /work/oxidecomputer/maghemite |
| 166 | 2026-04-25T00:36:21.145Z | ++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz |
| 167 | 2026-04-25T00:36:21.145Z | ++ repo=dendrite |
| 168 | 2026-04-25T00:36:21.145Z | ++ series=image |
| 169 | 2026-04-25T00:36:21.146Z | ++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4 |
| 170 | 2026-04-25T00:36:21.146Z | ++ name=dendrite-softnpu.tar.gz |
| 171 | 2026-04-25T00:36:21.146Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 172 | 2026-04-25T00:36:21.146Z | ++ mkdir -p download |
| 173 | 2026-04-25T00:36:21.149Z | ++ pushd download |
| 174 | 2026-04-25T00:36:21.149Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 175 | 2026-04-25T00:36:21.149Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 176 | 2026-04-25T00:36:21.149Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz |
| 177 | 2026-04-25T00:36:21.152Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 178 | 2026-04-25T00:36:21.152Z | Dload Upload Total Spent Left Speed |
| 179 | 2026-04-25T00:36:21.979Z |
0 0 0 0 0 0 0 0 0
100 71.59M 100 71.59M 0 0 86.42M 0 0
100 71.59M 100 71.59M 0 0 86.41M 0 0
100 71.59M 100 71.59M 0 0 86.41M 0 0 |
| 180 | 2026-04-25T00:36:21.982Z | ++ popd |
| 181 | 2026-04-25T00:36:21.985Z | /work/oxidecomputer/maghemite |
| 182 | 2026-04-25T00:36:21.985Z | ++ get_artifact maghemite release 49a9983b22d4a5ff0339135e22fc11e6dd272ffe ddm |
| 183 | 2026-04-25T00:36:21.985Z | ++ repo=maghemite |
| 184 | 2026-04-25T00:36:21.985Z | ++ series=release |
| 185 | 2026-04-25T00:36:21.985Z | ++ commit=49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 186 | 2026-04-25T00:36:21.985Z | ++ name=ddm |
| 187 | 2026-04-25T00:36:21.985Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 188 | 2026-04-25T00:36:21.985Z | ++ mkdir -p download |
| 189 | 2026-04-25T00:36:21.985Z | ++ pushd download |
| 190 | 2026-04-25T00:36:21.986Z | ++ [[ ! -f ddm ]] |
| 191 | 2026-04-25T00:36:21.986Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/49a9983b22d4a5ff0339135e22fc11e6dd272ffe/ddm |
| 192 | 2026-04-25T00:36:21.986Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 193 | 2026-04-25T00:36:21.990Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 194 | 2026-04-25T00:36:21.992Z | Dload Upload Total Spent Left Speed |
| 195 | 2026-04-25T00:36:22.044Z |
0 0 0 0 0 0 0 0 0 |
| 196 | 2026-04-25T00:36:22.044Z | curl: (22) The requested URL returned error: 404 |
| 197 | 2026-04-25T00:36:22.047Z | ++ popd |
| 198 | 2026-04-25T00:36:22.047Z | /work/oxidecomputer/maghemite |
| 199 | 2026-04-25T00:36:22.047Z | ++ get_artifact maghemite release 49a9983b22d4a5ff0339135e22fc11e6dd272ffe ddmadm |
| 200 | 2026-04-25T00:36:22.047Z | ++ repo=maghemite |
| 201 | 2026-04-25T00:36:22.047Z | ++ series=release |
| 202 | 2026-04-25T00:36:22.047Z | ++ commit=49a9983b22d4a5ff0339135e22fc11e6dd272ffe |
| 203 | 2026-04-25T00:36:22.047Z | ++ name=ddmadm |
| 204 | 2026-04-25T00:36:22.047Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 205 | 2026-04-25T00:36:22.047Z | ++ mkdir -p download |
| 206 | 2026-04-25T00:36:22.047Z | ++ pushd download |
| 207 | 2026-04-25T00:36:22.048Z | ++ [[ ! -f ddmadm ]] |
| 208 | 2026-04-25T00:36:22.048Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 209 | 2026-04-25T00:36:22.048Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/49a9983b22d4a5ff0339135e22fc11e6dd272ffe/ddmadm |
| 210 | 2026-04-25T00:36:22.052Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 211 | 2026-04-25T00:36:22.055Z | Dload Upload Total Spent Left Speed |
| 212 | 2026-04-25T00:36:22.102Z |
0 0 0 0 0 0 0 0 0 |
| 213 | 2026-04-25T00:36:22.102Z | curl: (22) The requested URL returned error: 404 |
| 214 | 2026-04-25T00:36:22.106Z | ++ popd |
| 215 | 2026-04-25T00:36:22.109Z | /work/oxidecomputer/maghemite |
| 216 | 2026-04-25T00:36:22.109Z | ++ pushd download |
| 217 | 2026-04-25T00:36:22.109Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 218 | 2026-04-25T00:36:22.109Z | ++ chmod +x softnpu |
| 219 | 2026-04-25T00:36:22.109Z | ++ chmod +x scadm |
| 220 | 2026-04-25T00:36:22.112Z | ++ chmod +x ddmadm |
| 221 | 2026-04-25T00:36:22.112Z | chmod: WARNING: can't access ddmadm |
| 222 | 2026-04-25T00:36:22.112Z | ++ chmod +x ddmd |
| 223 | 2026-04-25T00:36:22.112Z | chmod: WARNING: can't access ddmd |
| 224 | 2026-04-25T00:36:22.112Z | ++ mv ddmadm ddmadm-v2 |
| 225 | 2026-04-25T00:36:22.115Z | mv: cannot access ddmadm |
| 226 | 2026-04-25T00:36:22.115Z | ++ mv ddmd ddmd-v2 |
| 227 | 2026-04-25T00:36:22.115Z | mv: cannot access ddmd |
| 228 | 2026-04-25T00:36:22.115Z | ++ rm -rf zones/dendrite |
| 229 | 2026-04-25T00:36:22.118Z | ++ mkdir -p zones/dendrite |
| 230 | 2026-04-25T00:36:22.118Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 231 | 2026-04-25T00:36:23.139Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml |
| 232 | 2026-04-25T00:36:23.142Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 233 | 2026-04-25T00:36:23.145Z | ++ popd |
| 234 | 2026-04-25T00:36:23.145Z | /work/oxidecomputer/maghemite |
| 235 | 2026-04-25T00:36:23.145Z | ++ banner install |
| 236 | 2026-04-25T00:36:23.145Z | |
| 237 | 2026-04-25T00:36:23.145Z | # # # #### ##### ## # # |
| 238 | 2026-04-25T00:36:23.145Z | # ## # # # # # # # |
| 239 | 2026-04-25T00:36:23.145Z | # # # # #### # # # # # |
| 240 | 2026-04-25T00:36:23.145Z | # # # # # # ###### # # |
| 241 | 2026-04-25T00:36:23.145Z | # # ## # # # # # # # |
| 242 | 2026-04-25T00:36:23.145Z | # # # #### # # # ###### ###### |
| 243 | 2026-04-25T00:36:23.145Z | |
| 244 | 2026-04-25T00:36:23.145Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 245 | 2026-04-25T00:36:23.145Z | ++ set +o errexit |
| 246 | 2026-04-25T00:36:23.145Z | ++ pkg info clang-15 |
| 247 | 2026-04-25T00:36:23.146Z | ++ grep -qi installed |
| 248 | 2026-04-25T00:36:24.920Z | pkg: info: no packages matching the following patterns you specified are |
| 249 | 2026-04-25T00:36:24.921Z | installed on the system. Try querying remotely instead: |
| 250 | 2026-04-25T00:36:24.921Z | |
| 251 | 2026-04-25T00:36:24.921Z | clang-15 |
| 252 | 2026-04-25T00:36:24.954Z | ++ [[ 1 != 0 ]] |
| 253 | 2026-04-25T00:36:24.954Z | ++ set -o errexit |
| 254 | 2026-04-25T00:36:24.954Z | ++ pfexec pkg install clang-15 |
| 255 | 2026-04-25T00:36:33.241Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 256 | 2026-04-25T00:36:40.708Z | Startup: Caching catalogs ... Done |
| 257 | 2026-04-25T00:36:47.363Z | Planning: Solver setup ... Done |
| 258 | 2026-04-25T00:36:47.397Z | Planning: Running solver ... Done |
| 259 | 2026-04-25T00:36:47.539Z | Planning: Finding local manifests ... Done |
| 260 | 2026-04-25T00:36:48.184Z | Planning: Fetching manifests: 0/2 0% complete |
| 261 | 2026-04-25T00:36:48.287Z | Planning: Fetching manifests: 2/2 100% complete |
| 262 | 2026-04-25T00:36:48.317Z | Planning: Package planning ... Done |
| 263 | 2026-04-25T00:36:48.342Z | Planning: Merging actions ... Done |
| 264 | 2026-04-25T00:36:48.466Z | Planning: Checking for conflicting actions ... Done |
| 265 | 2026-04-25T00:36:48.473Z | Planning: Consolidating action changes ... Done |
| 266 | 2026-04-25T00:36:49.669Z | Planning: Evaluating mediators ... Done |
| 267 | 2026-04-25T00:36:49.674Z | Planning: Planning completed in 8.80 seconds |
| 268 | 2026-04-25T00:36:50.162Z | Packages to install: 2 |
| 269 | 2026-04-25T00:36:50.162Z | Mediators to change: 2 |
| 270 | 2026-04-25T00:36:50.162Z | Services to change: 1 |
| 271 | 2026-04-25T00:36:50.162Z | Create boot environment: No |
| 272 | 2026-04-25T00:36:50.165Z | Create backup boot environment: No |
| 273 | 2026-04-25T00:36:50.217Z | |
| 274 | 2026-04-25T00:36:50.218Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 275 | 2026-04-25T00:36:55.230Z | Download: 113/3076 items 14.9/211.3MB 7% complete (5.3M/s) |
| 276 | 2026-04-25T00:37:00.266Z | Download: 324/3076 items 16.1/211.3MB 7% complete (1.8M/s) |
| 277 | 2026-04-25T00:37:05.276Z | Download: 554/3076 items 17.2/211.3MB 8% complete (225k/s) |
| 278 | 2026-04-25T00:37:10.281Z | Download: 966/3076 items 81.3/211.3MB 38% complete (6.5M/s) |
| 279 | 2026-04-25T00:37:17.157Z | Download: 981/3076 items 82.2/211.3MB 38% complete (6.5M/s) |
| 280 | 2026-04-25T00:37:27.240Z | Download: 983/3076 items 82.2/211.3MB 38% complete |
| 281 | 2026-04-25T00:37:32.337Z | Download: 1078/3076 items 114.5/211.3MB 54% complete (6.6M/s) |
| 282 | 2026-04-25T00:37:37.378Z | Download: 1200/3076 items 114.9/211.3MB 54% complete (3.6M/s) |
| 283 | 2026-04-25T00:37:42.747Z | Download: 1253/3076 items 115.1/211.3MB 54% complete (839k/s) |
| 284 | 2026-04-25T00:37:47.769Z | Download: 1435/3076 items 115.7/211.3MB 54% complete (69.8k/s) |
| 285 | 2026-04-25T00:37:52.778Z | Download: 1595/3076 items 116.2/211.3MB 54% complete (114k/s) |
| 286 | 2026-04-25T00:37:57.791Z | Download: 1765/3076 items 117.3/211.3MB 55% complete (141k/s) |
| 287 | 2026-04-25T00:38:03.052Z | Download: 1996/3076 items 117.8/211.3MB 55% complete (163k/s) |
| 288 | 2026-04-25T00:38:13.789Z | Download: 2003/3076 items 117.8/211.3MB 55% complete (153k/s) |
| 289 | 2026-04-25T00:38:27.648Z | Download: 2005/3076 items 117.8/211.3MB 55% complete |
| 290 | 2026-04-25T00:38:32.650Z | Download: 2216/3076 items 118.8/211.3MB 56% complete (210k/s) |
| 291 | 2026-04-25T00:38:37.653Z | Download: 2782/3076 items 120.0/211.3MB 56% complete (223k/s) |
| 292 | 2026-04-25T00:38:43.457Z | Download: 3030/3076 items 201.8/211.3MB 95% complete (8.3M/s) |
| 293 | 2026-04-25T00:39:01.633Z | Download: 3034/3076 items 201.8/211.3MB 95% complete |
| 294 | 2026-04-25T00:39:02.379Z | Download: Completed 211.31 MB in 132.16 seconds (1.6M/s) |
| 295 | 2026-04-25T00:39:02.498Z | Actions: 1/3418 actions (Installing new actions) |
| 296 | 2026-04-25T00:39:05.851Z | Actions: Completed 3418 actions in 3.35 seconds. |
| 297 | 2026-04-25T00:39:06.166Z | Done |
| 298 | 2026-04-25T00:39:06.166Z | Done |
| 299 | 2026-04-25T00:39:06.885Z | Done |
| 300 | 2026-04-25T00:39:10.100Z | Done |
| 301 | 2026-04-25T00:39:10.174Z | Done |
| 302 | 2026-04-25T00:39:10.177Z | Done |
| 303 | 2026-04-25T00:39:10.505Z | Done |
| 304 | 2026-04-25T00:39:11.200Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 305 | 2026-04-25T00:39:11.200Z | ++ set +o errexit |
| 306 | 2026-04-25T00:39:11.203Z | ++ pkg info pkg-config |
| 307 | 2026-04-25T00:39:11.203Z | ++ grep -qi installed |
| 308 | 2026-04-25T00:39:11.431Z | ++ [[ 0 != 0 ]] |
| 309 | 2026-04-25T00:39:11.431Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 310 | 2026-04-25T00:39:11.431Z | ++ set +o errexit |
| 311 | 2026-04-25T00:39:11.434Z | ++ pkg info brand/omicron1 |
| 312 | 2026-04-25T00:39:11.434Z | ++ grep -qi installed |
| 313 | 2026-04-25T00:39:11.616Z | pkg: info: no packages matching the following patterns you specified are |
| 314 | 2026-04-25T00:39:11.616Z | installed on the system. Try querying remotely instead: |
| 315 | 2026-04-25T00:39:11.616Z | |
| 316 | 2026-04-25T00:39:11.616Z | brand/omicron1 |
| 317 | 2026-04-25T00:39:11.651Z | ++ [[ 1 != 0 ]] |
| 318 | 2026-04-25T00:39:11.651Z | ++ set -o errexit |
| 319 | 2026-04-25T00:39:11.651Z | ++ pfexec pkg install brand/omicron1 |
| 320 | 2026-04-25T00:39:12.107Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 321 | 2026-04-25T00:39:18.337Z | Planning: Solver setup ... Done |
| 322 | 2026-04-25T00:39:18.370Z | Planning: Running solver ... Done |
| 323 | 2026-04-25T00:39:18.510Z | Planning: Finding local manifests ... Done |
| 324 | 2026-04-25T00:39:18.512Z | Planning: Fetching manifests: 0/2 0% complete |
| 325 | 2026-04-25T00:39:18.653Z | Planning: Fetching manifests: 2/2 100% complete |
| 326 | 2026-04-25T00:39:18.665Z | Planning: Package planning ... Done |
| 327 | 2026-04-25T00:39:18.668Z | Planning: Merging actions ... Done |
| 328 | 2026-04-25T00:39:18.818Z | Planning: Checking for conflicting actions ... Done |
| 329 | 2026-04-25T00:39:18.821Z | Planning: Consolidating action changes ... Done |
| 330 | 2026-04-25T00:39:18.977Z | Planning: Evaluating mediators ... Done |
| 331 | 2026-04-25T00:39:18.980Z | Planning: Planning completed in 6.87 seconds |
| 332 | 2026-04-25T00:39:18.985Z | Packages to install: 2 |
| 333 | 2026-04-25T00:39:18.985Z | Create boot environment: No |
| 334 | 2026-04-25T00:39:18.985Z | Create backup boot environment: No |
| 335 | 2026-04-25T00:39:19.013Z | |
| 336 | 2026-04-25T00:39:19.013Z | Download: 0/5 items 0.0/1.1MB 0% complete |
| 337 | 2026-04-25T00:39:19.122Z | Download: Completed 1.07 MB in 0.11 seconds (9.9M/s) |
| 338 | 2026-04-25T00:39:19.212Z | Actions: 1/28 actions (Installing new actions) |
| 339 | 2026-04-25T00:39:19.225Z | Actions: Completed 28 actions in 0.01 seconds. |
| 340 | 2026-04-25T00:39:19.743Z | Done |
| 341 | 2026-04-25T00:39:19.743Z | Done |
| 342 | 2026-04-25T00:39:20.367Z | Done |
| 343 | 2026-04-25T00:39:23.082Z | Done |
| 344 | 2026-04-25T00:39:23.160Z | Done |
| 345 | 2026-04-25T00:39:23.163Z | Done |
| 346 | 2026-04-25T00:39:23.311Z | Done |
| 347 | 2026-04-25T00:39:23.449Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 348 | 2026-04-25T00:39:23.449Z | ++ set +o errexit |
| 349 | 2026-04-25T00:39:23.452Z | ++ pkg info brand/omicron1/tools |
| 350 | 2026-04-25T00:39:23.452Z | ++ grep -qi installed |
| 351 | 2026-04-25T00:39:23.635Z | pkg: info: no packages matching the following patterns you specified are |
| 352 | 2026-04-25T00:39:23.635Z | installed on the system. Try querying remotely instead: |
| 353 | 2026-04-25T00:39:23.635Z | |
| 354 | 2026-04-25T00:39:23.635Z | brand/omicron1/tools |
| 355 | 2026-04-25T00:39:23.670Z | ++ [[ 1 != 0 ]] |
| 356 | 2026-04-25T00:39:23.670Z | ++ set -o errexit |
| 357 | 2026-04-25T00:39:23.670Z | ++ pfexec pkg install brand/omicron1/tools |
| 358 | 2026-04-25T00:39:24.091Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 359 | 2026-04-25T00:39:30.363Z | Planning: Solver setup ... Done |
| 360 | 2026-04-25T00:39:30.397Z | Planning: Running solver ... Done |
| 361 | 2026-04-25T00:39:30.532Z | Planning: Finding local manifests ... Done |
| 362 | 2026-04-25T00:39:30.535Z | Planning: Fetching manifests: 0/1 0% complete |
| 363 | 2026-04-25T00:39:30.645Z | Planning: Fetching manifests: 1/1 100% complete |
| 364 | 2026-04-25T00:39:30.658Z | Planning: Package planning ... Done |
| 365 | 2026-04-25T00:39:30.661Z | Planning: Merging actions ... Done |
| 366 | 2026-04-25T00:39:30.800Z | Planning: Checking for conflicting actions ... Done |
| 367 | 2026-04-25T00:39:30.803Z | Planning: Consolidating action changes ... Done |
| 368 | 2026-04-25T00:39:30.958Z | Planning: Evaluating mediators ... Done |
| 369 | 2026-04-25T00:39:30.961Z | Planning: Planning completed in 6.87 seconds |
| 370 | 2026-04-25T00:39:30.966Z | Packages to install: 1 |
| 371 | 2026-04-25T00:39:30.966Z | Services to change: 1 |
| 372 | 2026-04-25T00:39:30.966Z | Create boot environment: No |
| 373 | 2026-04-25T00:39:30.966Z | Create backup boot environment: No |
| 374 | 2026-04-25T00:39:30.995Z | |
| 375 | 2026-04-25T00:39:30.995Z | Download: 0/2 items 0.0/1.2MB 0% complete |
| 376 | 2026-04-25T00:39:31.167Z | Download: Completed 1.19 MB in 0.17 seconds (6.9M/s) |
| 377 | 2026-04-25T00:39:31.250Z | Actions: 1/19 actions (Installing new actions) |
| 378 | 2026-04-25T00:39:31.265Z | Actions: Completed 19 actions in 0.01 seconds. |
| 379 | 2026-04-25T00:39:31.779Z | Done |
| 380 | 2026-04-25T00:39:31.779Z | Done |
| 381 | 2026-04-25T00:39:32.405Z | Done |
| 382 | 2026-04-25T00:39:35.283Z | Done |
| 383 | 2026-04-25T00:39:35.357Z | Done |
| 384 | 2026-04-25T00:39:35.360Z | Done |
| 385 | 2026-04-25T00:39:35.493Z | Done |
| 386 | 2026-04-25T00:39:35.631Z | ++ pfexec svcadm enable baseline |
| 387 | 2026-04-25T00:39:35.646Z | ++ retry=0 |
| 388 | 2026-04-25T00:39:35.649Z | +++ svcs -Hostate baseline |
| 389 | 2026-04-25T00:39:35.673Z | ++ [[ offline* != online ]] |
| 390 | 2026-04-25T00:39:35.673Z | ++ [[ 0 -gt 300 ]] |
| 391 | 2026-04-25T00:39:35.673Z | ++ sleep 1 |
| 392 | 2026-04-25T00:39:36.675Z | ++ retry=1 |
| 393 | 2026-04-25T00:39:36.678Z | +++ svcs -Hostate baseline |
| 394 | 2026-04-25T00:39:36.691Z | ++ [[ offline* != online ]] |
| 395 | 2026-04-25T00:39:36.691Z | ++ [[ 1 -gt 300 ]] |
| 396 | 2026-04-25T00:39:36.691Z | ++ sleep 1 |
| 397 | 2026-04-25T00:39:37.692Z | ++ retry=2 |
| 398 | 2026-04-25T00:39:37.695Z | +++ svcs -Hostate baseline |
| 399 | 2026-04-25T00:39:37.708Z | ++ [[ offline* != online ]] |
| 400 | 2026-04-25T00:39:37.708Z | ++ [[ 2 -gt 300 ]] |
| 401 | 2026-04-25T00:39:37.708Z | ++ sleep 1 |
| 402 | 2026-04-25T00:39:38.710Z | ++ retry=3 |
| 403 | 2026-04-25T00:39:38.713Z | +++ svcs -Hostate baseline |
| 404 | 2026-04-25T00:39:38.725Z | ++ [[ offline* != online ]] |
| 405 | 2026-04-25T00:39:38.725Z | ++ [[ 3 -gt 300 ]] |
| 406 | 2026-04-25T00:39:38.725Z | ++ sleep 1 |
| 407 | 2026-04-25T00:39:39.728Z | ++ retry=4 |
| 408 | 2026-04-25T00:39:39.731Z | +++ svcs -Hostate baseline |
| 409 | 2026-04-25T00:39:39.742Z | ++ [[ offline* != online ]] |
| 410 | 2026-04-25T00:39:39.742Z | ++ [[ 4 -gt 300 ]] |
| 411 | 2026-04-25T00:39:39.742Z | ++ sleep 1 |
| 412 | 2026-04-25T00:39:40.744Z | ++ retry=5 |
| 413 | 2026-04-25T00:39:40.747Z | +++ svcs -Hostate baseline |
| 414 | 2026-04-25T00:39:40.762Z | ++ [[ offline* != online ]] |
| 415 | 2026-04-25T00:39:40.765Z | ++ [[ 5 -gt 300 ]] |
| 416 | 2026-04-25T00:39:40.765Z | ++ sleep 1 |
| 417 | 2026-04-25T00:39:41.764Z | ++ retry=6 |
| 418 | 2026-04-25T00:39:41.767Z | +++ svcs -Hostate baseline |
| 419 | 2026-04-25T00:39:41.779Z | ++ [[ offline* != online ]] |
| 420 | 2026-04-25T00:39:41.779Z | ++ [[ 6 -gt 300 ]] |
| 421 | 2026-04-25T00:39:41.779Z | ++ sleep 1 |
| 422 | 2026-04-25T00:39:42.781Z | ++ retry=7 |
| 423 | 2026-04-25T00:39:42.784Z | +++ svcs -Hostate baseline |
| 424 | 2026-04-25T00:39:42.797Z | ++ [[ offline* != online ]] |
| 425 | 2026-04-25T00:39:42.797Z | ++ [[ 7 -gt 300 ]] |
| 426 | 2026-04-25T00:39:42.797Z | ++ sleep 1 |
| 427 | 2026-04-25T00:39:43.799Z | ++ retry=8 |
| 428 | 2026-04-25T00:39:43.803Z | +++ svcs -Hostate baseline |
| 429 | 2026-04-25T00:39:43.815Z | ++ [[ offline* != online ]] |
| 430 | 2026-04-25T00:39:43.815Z | ++ [[ 8 -gt 300 ]] |
| 431 | 2026-04-25T00:39:43.815Z | ++ sleep 1 |
| 432 | 2026-04-25T00:39:44.817Z | ++ retry=9 |
| 433 | 2026-04-25T00:39:44.820Z | +++ svcs -Hostate baseline |
| 434 | 2026-04-25T00:39:44.835Z | ++ [[ offline* != online ]] |
| 435 | 2026-04-25T00:39:44.836Z | ++ [[ 9 -gt 300 ]] |
| 436 | 2026-04-25T00:39:44.836Z | ++ sleep 1 |
| 437 | 2026-04-25T00:39:45.836Z | ++ retry=10 |
| 438 | 2026-04-25T00:39:45.839Z | +++ svcs -Hostate baseline |
| 439 | 2026-04-25T00:39:45.852Z | ++ [[ offline* != online ]] |
| 440 | 2026-04-25T00:39:45.852Z | ++ [[ 10 -gt 300 ]] |
| 441 | 2026-04-25T00:39:45.852Z | ++ sleep 1 |
| 442 | 2026-04-25T00:39:46.855Z | ++ retry=11 |
| 443 | 2026-04-25T00:39:46.858Z | +++ svcs -Hostate baseline |
| 444 | 2026-04-25T00:39:46.871Z | ++ [[ offline* != online ]] |
| 445 | 2026-04-25T00:39:46.871Z | ++ [[ 11 -gt 300 ]] |
| 446 | 2026-04-25T00:39:46.871Z | ++ sleep 1 |
| 447 | 2026-04-25T00:39:47.873Z | ++ retry=12 |
| 448 | 2026-04-25T00:39:47.876Z | +++ svcs -Hostate baseline |
| 449 | 2026-04-25T00:39:47.889Z | ++ [[ offline* != online ]] |
| 450 | 2026-04-25T00:39:47.890Z | ++ [[ 12 -gt 300 ]] |
| 451 | 2026-04-25T00:39:47.890Z | ++ sleep 1 |
| 452 | 2026-04-25T00:39:48.892Z | ++ retry=13 |
| 453 | 2026-04-25T00:39:48.895Z | +++ svcs -Hostate baseline |
| 454 | 2026-04-25T00:39:48.907Z | ++ [[ offline* != online ]] |
| 455 | 2026-04-25T00:39:48.907Z | ++ [[ 13 -gt 300 ]] |
| 456 | 2026-04-25T00:39:48.907Z | ++ sleep 1 |
| 457 | 2026-04-25T00:39:49.909Z | ++ retry=14 |
| 458 | 2026-04-25T00:39:49.912Z | +++ svcs -Hostate baseline |
| 459 | 2026-04-25T00:39:49.925Z | ++ [[ offline* != online ]] |
| 460 | 2026-04-25T00:39:49.925Z | ++ [[ 14 -gt 300 ]] |
| 461 | 2026-04-25T00:39:49.925Z | ++ sleep 1 |
| 462 | 2026-04-25T00:39:50.927Z | ++ retry=15 |
| 463 | 2026-04-25T00:39:50.930Z | +++ svcs -Hostate baseline |
| 464 | 2026-04-25T00:39:50.943Z | ++ [[ offline* != online ]] |
| 465 | 2026-04-25T00:39:50.943Z | ++ [[ 15 -gt 300 ]] |
| 466 | 2026-04-25T00:39:50.943Z | ++ sleep 1 |
| 467 | 2026-04-25T00:39:51.945Z | ++ retry=16 |
| 468 | 2026-04-25T00:39:51.948Z | +++ svcs -Hostate baseline |
| 469 | 2026-04-25T00:39:51.961Z | ++ [[ offline* != online ]] |
| 470 | 2026-04-25T00:39:51.961Z | ++ [[ 16 -gt 300 ]] |
| 471 | 2026-04-25T00:39:51.961Z | ++ sleep 1 |
| 472 | 2026-04-25T00:39:52.963Z | ++ retry=17 |
| 473 | 2026-04-25T00:39:52.966Z | +++ svcs -Hostate baseline |
| 474 | 2026-04-25T00:39:52.980Z | ++ [[ offline* != online ]] |
| 475 | 2026-04-25T00:39:52.980Z | ++ [[ 17 -gt 300 ]] |
| 476 | 2026-04-25T00:39:52.980Z | ++ sleep 1 |
| 477 | 2026-04-25T00:39:53.982Z | ++ retry=18 |
| 478 | 2026-04-25T00:39:53.985Z | +++ svcs -Hostate baseline |
| 479 | 2026-04-25T00:39:53.998Z | ++ [[ offline* != online ]] |
| 480 | 2026-04-25T00:39:53.998Z | ++ [[ 18 -gt 300 ]] |
| 481 | 2026-04-25T00:39:53.998Z | ++ sleep 1 |
| 482 | 2026-04-25T00:39:55.001Z | ++ retry=19 |
| 483 | 2026-04-25T00:39:55.004Z | +++ svcs -Hostate baseline |
| 484 | 2026-04-25T00:39:55.016Z | ++ [[ offline* != online ]] |
| 485 | 2026-04-25T00:39:55.016Z | ++ [[ 19 -gt 300 ]] |
| 486 | 2026-04-25T00:39:55.016Z | ++ sleep 1 |
| 487 | 2026-04-25T00:39:56.018Z | ++ retry=20 |
| 488 | 2026-04-25T00:39:56.021Z | +++ svcs -Hostate baseline |
| 489 | 2026-04-25T00:39:56.035Z | ++ [[ offline* != online ]] |
| 490 | 2026-04-25T00:39:56.035Z | ++ [[ 20 -gt 300 ]] |
| 491 | 2026-04-25T00:39:56.035Z | ++ sleep 1 |
| 492 | 2026-04-25T00:39:57.037Z | ++ retry=21 |
| 493 | 2026-04-25T00:39:57.042Z | +++ svcs -Hostate baseline |
| 494 | 2026-04-25T00:39:57.053Z | ++ [[ offline* != online ]] |
| 495 | 2026-04-25T00:39:57.053Z | ++ [[ 21 -gt 300 ]] |
| 496 | 2026-04-25T00:39:57.053Z | ++ sleep 1 |
| 497 | 2026-04-25T00:39:58.056Z | ++ retry=22 |
| 498 | 2026-04-25T00:39:58.059Z | +++ svcs -Hostate baseline |
| 499 | 2026-04-25T00:39:58.072Z | ++ [[ offline* != online ]] |
| 500 | 2026-04-25T00:39:58.072Z | ++ [[ 22 -gt 300 ]] |
| 501 | 2026-04-25T00:39:58.072Z | ++ sleep 1 |
| 502 | 2026-04-25T00:39:59.097Z | ++ retry=23 |
| 503 | 2026-04-25T00:39:59.101Z | +++ svcs -Hostate baseline |
| 504 | 2026-04-25T00:39:59.101Z | ++ [[ offline* != online ]] |
| 505 | 2026-04-25T00:39:59.101Z | ++ [[ 23 -gt 300 ]] |
| 506 | 2026-04-25T00:39:59.101Z | ++ sleep 1 |
| 507 | 2026-04-25T00:40:00.093Z | ++ retry=24 |
| 508 | 2026-04-25T00:40:00.096Z | +++ svcs -Hostate baseline |
| 509 | 2026-04-25T00:40:00.109Z | ++ [[ offline* != online ]] |
| 510 | 2026-04-25T00:40:00.109Z | ++ [[ 24 -gt 300 ]] |
| 511 | 2026-04-25T00:40:00.109Z | ++ sleep 1 |
| 512 | 2026-04-25T00:40:01.111Z | ++ retry=25 |
| 513 | 2026-04-25T00:40:01.114Z | +++ svcs -Hostate baseline |
| 514 | 2026-04-25T00:40:01.127Z | ++ [[ offline* != online ]] |
| 515 | 2026-04-25T00:40:01.127Z | ++ [[ 25 -gt 300 ]] |
| 516 | 2026-04-25T00:40:01.127Z | ++ sleep 1 |
| 517 | 2026-04-25T00:40:02.129Z | ++ retry=26 |
| 518 | 2026-04-25T00:40:02.132Z | +++ svcs -Hostate baseline |
| 519 | 2026-04-25T00:40:02.145Z | ++ [[ offline* != online ]] |
| 520 | 2026-04-25T00:40:02.145Z | ++ [[ 26 -gt 300 ]] |
| 521 | 2026-04-25T00:40:02.145Z | ++ sleep 1 |
| 522 | 2026-04-25T00:40:03.147Z | ++ retry=27 |
| 523 | 2026-04-25T00:40:03.150Z | +++ svcs -Hostate baseline |
| 524 | 2026-04-25T00:40:03.163Z | ++ [[ offline* != online ]] |
| 525 | 2026-04-25T00:40:03.163Z | ++ [[ 27 -gt 300 ]] |
| 526 | 2026-04-25T00:40:03.163Z | ++ sleep 1 |
| 527 | 2026-04-25T00:40:04.165Z | ++ retry=28 |
| 528 | 2026-04-25T00:40:04.168Z | +++ svcs -Hostate baseline |
| 529 | 2026-04-25T00:40:04.181Z | ++ [[ offline* != online ]] |
| 530 | 2026-04-25T00:40:04.181Z | ++ [[ 28 -gt 300 ]] |
| 531 | 2026-04-25T00:40:04.181Z | ++ sleep 1 |
| 532 | 2026-04-25T00:40:05.183Z | ++ retry=29 |
| 533 | 2026-04-25T00:40:05.186Z | +++ svcs -Hostate baseline |
| 534 | 2026-04-25T00:40:05.201Z | ++ [[ offline* != online ]] |
| 535 | 2026-04-25T00:40:05.201Z | ++ [[ 29 -gt 300 ]] |
| 536 | 2026-04-25T00:40:05.201Z | ++ sleep 1 |
| 537 | 2026-04-25T00:40:06.204Z | ++ retry=30 |
| 538 | 2026-04-25T00:40:06.208Z | +++ svcs -Hostate baseline |
| 539 | 2026-04-25T00:40:06.218Z | ++ [[ offline* != online ]] |
| 540 | 2026-04-25T00:40:06.218Z | ++ [[ 30 -gt 300 ]] |
| 541 | 2026-04-25T00:40:06.218Z | ++ sleep 1 |
| 542 | 2026-04-25T00:40:07.220Z | ++ retry=31 |
| 543 | 2026-04-25T00:40:07.223Z | +++ svcs -Hostate baseline |
| 544 | 2026-04-25T00:40:07.236Z | ++ [[ offline* != online ]] |
| 545 | 2026-04-25T00:40:07.236Z | ++ [[ 31 -gt 300 ]] |
| 546 | 2026-04-25T00:40:07.236Z | ++ sleep 1 |
| 547 | 2026-04-25T00:40:08.238Z | ++ retry=32 |
| 548 | 2026-04-25T00:40:08.241Z | +++ svcs -Hostate baseline |
| 549 | 2026-04-25T00:40:08.254Z | ++ [[ offline* != online ]] |
| 550 | 2026-04-25T00:40:08.254Z | ++ [[ 32 -gt 300 ]] |
| 551 | 2026-04-25T00:40:08.254Z | ++ sleep 1 |
| 552 | 2026-04-25T00:40:09.257Z | ++ retry=33 |
| 553 | 2026-04-25T00:40:09.260Z | +++ svcs -Hostate baseline |
| 554 | 2026-04-25T00:40:09.273Z | ++ [[ offline* != online ]] |
| 555 | 2026-04-25T00:40:09.273Z | ++ [[ 33 -gt 300 ]] |
| 556 | 2026-04-25T00:40:09.273Z | ++ sleep 1 |
| 557 | 2026-04-25T00:40:10.275Z | ++ retry=34 |
| 558 | 2026-04-25T00:40:10.277Z | +++ svcs -Hostate baseline |
| 559 | 2026-04-25T00:40:10.290Z | ++ [[ offline* != online ]] |
| 560 | 2026-04-25T00:40:10.291Z | ++ [[ 34 -gt 300 ]] |
| 561 | 2026-04-25T00:40:10.291Z | ++ sleep 1 |
| 562 | 2026-04-25T00:40:11.293Z | ++ retry=35 |
| 563 | 2026-04-25T00:40:11.296Z | +++ svcs -Hostate baseline |
| 564 | 2026-04-25T00:40:11.309Z | ++ [[ offline* != online ]] |
| 565 | 2026-04-25T00:40:11.309Z | ++ [[ 35 -gt 300 ]] |
| 566 | 2026-04-25T00:40:11.309Z | ++ sleep 1 |
| 567 | 2026-04-25T00:40:12.311Z | ++ retry=36 |
| 568 | 2026-04-25T00:40:12.314Z | +++ svcs -Hostate baseline |
| 569 | 2026-04-25T00:40:12.327Z | ++ [[ offline* != online ]] |
| 570 | 2026-04-25T00:40:12.327Z | ++ [[ 36 -gt 300 ]] |
| 571 | 2026-04-25T00:40:12.327Z | ++ sleep 1 |
| 572 | 2026-04-25T00:40:13.329Z | ++ retry=37 |
| 573 | 2026-04-25T00:40:13.332Z | +++ svcs -Hostate baseline |
| 574 | 2026-04-25T00:40:13.345Z | ++ [[ offline* != online ]] |
| 575 | 2026-04-25T00:40:13.345Z | ++ [[ 37 -gt 300 ]] |
| 576 | 2026-04-25T00:40:13.345Z | ++ sleep 1 |
| 577 | 2026-04-25T00:40:14.347Z | ++ retry=38 |
| 578 | 2026-04-25T00:40:14.350Z | +++ svcs -Hostate baseline |
| 579 | 2026-04-25T00:40:14.363Z | ++ [[ offline* != online ]] |
| 580 | 2026-04-25T00:40:14.363Z | ++ [[ 38 -gt 300 ]] |
| 581 | 2026-04-25T00:40:14.363Z | ++ sleep 1 |
| 582 | 2026-04-25T00:40:15.365Z | ++ retry=39 |
| 583 | 2026-04-25T00:40:15.370Z | +++ svcs -Hostate baseline |
| 584 | 2026-04-25T00:40:15.381Z | ++ [[ offline* != online ]] |
| 585 | 2026-04-25T00:40:15.381Z | ++ [[ 39 -gt 300 ]] |
| 586 | 2026-04-25T00:40:15.381Z | ++ sleep 1 |
| 587 | 2026-04-25T00:40:16.383Z | ++ retry=40 |
| 588 | 2026-04-25T00:40:16.388Z | +++ svcs -Hostate baseline |
| 589 | 2026-04-25T00:40:16.401Z | ++ [[ offline* != online ]] |
| 590 | 2026-04-25T00:40:16.401Z | ++ [[ 40 -gt 300 ]] |
| 591 | 2026-04-25T00:40:16.401Z | ++ sleep 1 |
| 592 | 2026-04-25T00:40:17.402Z | ++ retry=41 |
| 593 | 2026-04-25T00:40:17.405Z | +++ svcs -Hostate baseline |
| 594 | 2026-04-25T00:40:17.418Z | ++ [[ offline* != online ]] |
| 595 | 2026-04-25T00:40:17.418Z | ++ [[ 41 -gt 300 ]] |
| 596 | 2026-04-25T00:40:17.418Z | ++ sleep 1 |
| 597 | 2026-04-25T00:40:18.421Z | ++ retry=42 |
| 598 | 2026-04-25T00:40:18.423Z | +++ svcs -Hostate baseline |
| 599 | 2026-04-25T00:40:18.436Z | ++ [[ offline* != online ]] |
| 600 | 2026-04-25T00:40:18.436Z | ++ [[ 42 -gt 300 ]] |
| 601 | 2026-04-25T00:40:18.436Z | ++ sleep 1 |
| 602 | 2026-04-25T00:40:19.438Z | ++ retry=43 |
| 603 | 2026-04-25T00:40:19.441Z | +++ svcs -Hostate baseline |
| 604 | 2026-04-25T00:40:19.454Z | ++ [[ offline* != online ]] |
| 605 | 2026-04-25T00:40:19.454Z | ++ [[ 43 -gt 300 ]] |
| 606 | 2026-04-25T00:40:19.454Z | ++ sleep 1 |
| 607 | 2026-04-25T00:40:20.456Z | ++ retry=44 |
| 608 | 2026-04-25T00:40:20.459Z | +++ svcs -Hostate baseline |
| 609 | 2026-04-25T00:40:20.472Z | ++ [[ offline* != online ]] |
| 610 | 2026-04-25T00:40:20.472Z | ++ [[ 44 -gt 300 ]] |
| 611 | 2026-04-25T00:40:20.472Z | ++ sleep 1 |
| 612 | 2026-04-25T00:40:21.474Z | ++ retry=45 |
| 613 | 2026-04-25T00:40:21.477Z | +++ svcs -Hostate baseline |
| 614 | 2026-04-25T00:40:21.491Z | ++ [[ offline* != online ]] |
| 615 | 2026-04-25T00:40:21.491Z | ++ [[ 45 -gt 300 ]] |
| 616 | 2026-04-25T00:40:21.491Z | ++ sleep 1 |
| 617 | 2026-04-25T00:40:22.492Z | ++ retry=46 |
| 618 | 2026-04-25T00:40:22.495Z | +++ svcs -Hostate baseline |
| 619 | 2026-04-25T00:40:22.508Z | ++ [[ offline* != online ]] |
| 620 | 2026-04-25T00:40:22.508Z | ++ [[ 46 -gt 300 ]] |
| 621 | 2026-04-25T00:40:22.508Z | ++ sleep 1 |
| 622 | 2026-04-25T00:40:23.510Z | ++ retry=47 |
| 623 | 2026-04-25T00:40:23.515Z | +++ svcs -Hostate baseline |
| 624 | 2026-04-25T00:40:23.526Z | ++ [[ offline* != online ]] |
| 625 | 2026-04-25T00:40:23.526Z | ++ [[ 47 -gt 300 ]] |
| 626 | 2026-04-25T00:40:23.526Z | ++ sleep 1 |
| 627 | 2026-04-25T00:40:24.528Z | ++ retry=48 |
| 628 | 2026-04-25T00:40:24.531Z | +++ svcs -Hostate baseline |
| 629 | 2026-04-25T00:40:24.544Z | ++ [[ offline* != online ]] |
| 630 | 2026-04-25T00:40:24.544Z | ++ [[ 48 -gt 300 ]] |
| 631 | 2026-04-25T00:40:24.544Z | ++ sleep 1 |
| 632 | 2026-04-25T00:40:25.546Z | ++ retry=49 |
| 633 | 2026-04-25T00:40:25.549Z | +++ svcs -Hostate baseline |
| 634 | 2026-04-25T00:40:25.562Z | ++ [[ offline* != online ]] |
| 635 | 2026-04-25T00:40:25.562Z | ++ [[ 49 -gt 300 ]] |
| 636 | 2026-04-25T00:40:25.562Z | ++ sleep 1 |
| 637 | 2026-04-25T00:40:26.564Z | ++ retry=50 |
| 638 | 2026-04-25T00:40:26.567Z | +++ svcs -Hostate baseline |
| 639 | 2026-04-25T00:40:26.580Z | ++ [[ offline* != online ]] |
| 640 | 2026-04-25T00:40:26.580Z | ++ [[ 50 -gt 300 ]] |
| 641 | 2026-04-25T00:40:26.580Z | ++ sleep 1 |
| 642 | 2026-04-25T00:40:27.583Z | ++ retry=51 |
| 643 | 2026-04-25T00:40:27.586Z | +++ svcs -Hostate baseline |
| 644 | 2026-04-25T00:40:27.598Z | ++ [[ offline* != online ]] |
| 645 | 2026-04-25T00:40:27.598Z | ++ [[ 51 -gt 300 ]] |
| 646 | 2026-04-25T00:40:27.598Z | ++ sleep 1 |
| 647 | 2026-04-25T00:40:28.600Z | ++ retry=52 |
| 648 | 2026-04-25T00:40:28.603Z | +++ svcs -Hostate baseline |
| 649 | 2026-04-25T00:40:28.616Z | ++ [[ offline* != online ]] |
| 650 | 2026-04-25T00:40:28.616Z | ++ [[ 52 -gt 300 ]] |
| 651 | 2026-04-25T00:40:28.616Z | ++ sleep 1 |
| 652 | 2026-04-25T00:40:29.618Z | ++ retry=53 |
| 653 | 2026-04-25T00:40:29.621Z | +++ svcs -Hostate baseline |
| 654 | 2026-04-25T00:40:29.634Z | ++ [[ offline* != online ]] |
| 655 | 2026-04-25T00:40:29.634Z | ++ [[ 53 -gt 300 ]] |
| 656 | 2026-04-25T00:40:29.634Z | ++ sleep 1 |
| 657 | 2026-04-25T00:40:30.637Z | ++ retry=54 |
| 658 | 2026-04-25T00:40:30.640Z | +++ svcs -Hostate baseline |
| 659 | 2026-04-25T00:40:30.653Z | ++ [[ offline* != online ]] |
| 660 | 2026-04-25T00:40:30.653Z | ++ [[ 54 -gt 300 ]] |
| 661 | 2026-04-25T00:40:30.654Z | ++ sleep 1 |
| 662 | 2026-04-25T00:40:31.655Z | ++ retry=55 |
| 663 | 2026-04-25T00:40:31.657Z | +++ svcs -Hostate baseline |
| 664 | 2026-04-25T00:40:31.671Z | ++ [[ offline* != online ]] |
| 665 | 2026-04-25T00:40:31.671Z | ++ [[ 55 -gt 300 ]] |
| 666 | 2026-04-25T00:40:31.671Z | ++ sleep 1 |
| 667 | 2026-04-25T00:40:32.673Z | ++ retry=56 |
| 668 | 2026-04-25T00:40:32.676Z | +++ svcs -Hostate baseline |
| 669 | 2026-04-25T00:40:32.689Z | ++ [[ offline* != online ]] |
| 670 | 2026-04-25T00:40:32.689Z | ++ [[ 56 -gt 300 ]] |
| 671 | 2026-04-25T00:40:32.689Z | ++ sleep 1 |
| 672 | 2026-04-25T00:40:33.692Z | ++ retry=57 |
| 673 | 2026-04-25T00:40:33.695Z | +++ svcs -Hostate baseline |
| 674 | 2026-04-25T00:40:33.708Z | ++ [[ offline* != online ]] |
| 675 | 2026-04-25T00:40:33.708Z | ++ [[ 57 -gt 300 ]] |
| 676 | 2026-04-25T00:40:33.708Z | ++ sleep 1 |
| 677 | 2026-04-25T00:40:34.711Z | ++ retry=58 |
| 678 | 2026-04-25T00:40:34.714Z | +++ svcs -Hostate baseline |
| 679 | 2026-04-25T00:40:34.726Z | ++ [[ offline* != online ]] |
| 680 | 2026-04-25T00:40:34.726Z | ++ [[ 58 -gt 300 ]] |
| 681 | 2026-04-25T00:40:34.726Z | ++ sleep 1 |
| 682 | 2026-04-25T00:40:35.728Z | ++ retry=59 |
| 683 | 2026-04-25T00:40:35.730Z | +++ svcs -Hostate baseline |
| 684 | 2026-04-25T00:40:35.743Z | ++ [[ offline* != online ]] |
| 685 | 2026-04-25T00:40:35.743Z | ++ [[ 59 -gt 300 ]] |
| 686 | 2026-04-25T00:40:35.743Z | ++ sleep 1 |
| 687 | 2026-04-25T00:40:36.745Z | ++ retry=60 |
| 688 | 2026-04-25T00:40:36.748Z | +++ svcs -Hostate baseline |
| 689 | 2026-04-25T00:40:36.761Z | ++ [[ offline* != online ]] |
| 690 | 2026-04-25T00:40:36.761Z | ++ [[ 60 -gt 300 ]] |
| 691 | 2026-04-25T00:40:36.761Z | ++ sleep 1 |
| 692 | 2026-04-25T00:40:37.763Z | ++ retry=61 |
| 693 | 2026-04-25T00:40:37.766Z | +++ svcs -Hostate baseline |
| 694 | 2026-04-25T00:40:37.779Z | ++ [[ offline* != online ]] |
| 695 | 2026-04-25T00:40:37.779Z | ++ [[ 61 -gt 300 ]] |
| 696 | 2026-04-25T00:40:37.779Z | ++ sleep 1 |
| 697 | 2026-04-25T00:40:38.781Z | ++ retry=62 |
| 698 | 2026-04-25T00:40:38.784Z | +++ svcs -Hostate baseline |
| 699 | 2026-04-25T00:40:38.798Z | ++ [[ offline* != online ]] |
| 700 | 2026-04-25T00:40:38.798Z | ++ [[ 62 -gt 300 ]] |
| 701 | 2026-04-25T00:40:38.798Z | ++ sleep 1 |
| 702 | 2026-04-25T00:40:39.801Z | ++ retry=63 |
| 703 | 2026-04-25T00:40:39.804Z | +++ svcs -Hostate baseline |
| 704 | 2026-04-25T00:40:39.816Z | ++ [[ offline* != online ]] |
| 705 | 2026-04-25T00:40:39.816Z | ++ [[ 63 -gt 300 ]] |
| 706 | 2026-04-25T00:40:39.816Z | ++ sleep 1 |
| 707 | 2026-04-25T00:40:40.819Z | ++ retry=64 |
| 708 | 2026-04-25T00:40:40.822Z | +++ svcs -Hostate baseline |
| 709 | 2026-04-25T00:40:40.835Z | ++ [[ offline* != online ]] |
| 710 | 2026-04-25T00:40:40.835Z | ++ [[ 64 -gt 300 ]] |
| 711 | 2026-04-25T00:40:40.835Z | ++ sleep 1 |
| 712 | 2026-04-25T00:40:41.837Z | ++ retry=65 |
| 713 | 2026-04-25T00:40:41.841Z | +++ svcs -Hostate baseline |
| 714 | 2026-04-25T00:40:41.856Z | ++ [[ offline* != online ]] |
| 715 | 2026-04-25T00:40:41.856Z | ++ [[ 65 -gt 300 ]] |
| 716 | 2026-04-25T00:40:41.856Z | ++ sleep 1 |
| 717 | 2026-04-25T00:40:42.856Z | ++ retry=66 |
| 718 | 2026-04-25T00:40:42.859Z | +++ svcs -Hostate baseline |
| 719 | 2026-04-25T00:40:42.872Z | ++ [[ offline* != online ]] |
| 720 | 2026-04-25T00:40:42.872Z | ++ [[ 66 -gt 300 ]] |
| 721 | 2026-04-25T00:40:42.872Z | ++ sleep 1 |
| 722 | 2026-04-25T00:40:43.874Z | ++ retry=67 |
| 723 | 2026-04-25T00:40:43.877Z | +++ svcs -Hostate baseline |
| 724 | 2026-04-25T00:40:43.890Z | ++ [[ offline* != online ]] |
| 725 | 2026-04-25T00:40:43.891Z | ++ [[ 67 -gt 300 ]] |
| 726 | 2026-04-25T00:40:43.891Z | ++ sleep 1 |
| 727 | 2026-04-25T00:40:44.893Z | ++ retry=68 |
| 728 | 2026-04-25T00:40:44.896Z | +++ svcs -Hostate baseline |
| 729 | 2026-04-25T00:40:44.909Z | ++ [[ offline* != online ]] |
| 730 | 2026-04-25T00:40:44.909Z | ++ [[ 68 -gt 300 ]] |
| 731 | 2026-04-25T00:40:44.909Z | ++ sleep 1 |
| 732 | 2026-04-25T00:40:45.912Z | ++ retry=69 |
| 733 | 2026-04-25T00:40:45.915Z | +++ svcs -Hostate baseline |
| 734 | 2026-04-25T00:40:45.928Z | ++ [[ offline* != online ]] |
| 735 | 2026-04-25T00:40:45.928Z | ++ [[ 69 -gt 300 ]] |
| 736 | 2026-04-25T00:40:45.928Z | ++ sleep 1 |
| 737 | 2026-04-25T00:40:46.930Z | ++ retry=70 |
| 738 | 2026-04-25T00:40:46.933Z | +++ svcs -Hostate baseline |
| 739 | 2026-04-25T00:40:46.946Z | ++ [[ offline* != online ]] |
| 740 | 2026-04-25T00:40:46.946Z | ++ [[ 70 -gt 300 ]] |
| 741 | 2026-04-25T00:40:46.946Z | ++ sleep 1 |
| 742 | 2026-04-25T00:40:47.948Z | ++ retry=71 |
| 743 | 2026-04-25T00:40:47.951Z | +++ svcs -Hostate baseline |
| 744 | 2026-04-25T00:40:47.964Z | ++ [[ offline* != online ]] |
| 745 | 2026-04-25T00:40:47.964Z | ++ [[ 71 -gt 300 ]] |
| 746 | 2026-04-25T00:40:47.964Z | ++ sleep 1 |
| 747 | 2026-04-25T00:40:48.966Z | ++ retry=72 |
| 748 | 2026-04-25T00:40:48.969Z | +++ svcs -Hostate baseline |
| 749 | 2026-04-25T00:40:48.982Z | ++ [[ offline* != online ]] |
| 750 | 2026-04-25T00:40:48.982Z | ++ [[ 72 -gt 300 ]] |
| 751 | 2026-04-25T00:40:48.982Z | ++ sleep 1 |
| 752 | 2026-04-25T00:40:49.984Z | ++ retry=73 |
| 753 | 2026-04-25T00:40:49.987Z | +++ svcs -Hostate baseline |
| 754 | 2026-04-25T00:40:50.001Z | ++ [[ offline* != online ]] |
| 755 | 2026-04-25T00:40:50.001Z | ++ [[ 73 -gt 300 ]] |
| 756 | 2026-04-25T00:40:50.001Z | ++ sleep 1 |
| 757 | 2026-04-25T00:40:51.026Z | ++ retry=74 |
| 758 | 2026-04-25T00:40:51.032Z | +++ svcs -Hostate baseline |
| 759 | 2026-04-25T00:40:51.032Z | ++ [[ offline* != online ]] |
| 760 | 2026-04-25T00:40:51.032Z | ++ [[ 74 -gt 300 ]] |
| 761 | 2026-04-25T00:40:51.032Z | ++ sleep 1 |
| 762 | 2026-04-25T00:40:52.021Z | ++ retry=75 |
| 763 | 2026-04-25T00:40:52.024Z | +++ svcs -Hostate baseline |
| 764 | 2026-04-25T00:40:52.037Z | ++ [[ offline* != online ]] |
| 765 | 2026-04-25T00:40:52.037Z | ++ [[ 75 -gt 300 ]] |
| 766 | 2026-04-25T00:40:52.037Z | ++ sleep 1 |
| 767 | 2026-04-25T00:40:53.039Z | ++ retry=76 |
| 768 | 2026-04-25T00:40:53.042Z | +++ svcs -Hostate baseline |
| 769 | 2026-04-25T00:40:53.055Z | ++ [[ offline* != online ]] |
| 770 | 2026-04-25T00:40:53.055Z | ++ [[ 76 -gt 300 ]] |
| 771 | 2026-04-25T00:40:53.055Z | ++ sleep 1 |
| 772 | 2026-04-25T00:40:54.058Z | ++ retry=77 |
| 773 | 2026-04-25T00:40:54.064Z | +++ svcs -Hostate baseline |
| 774 | 2026-04-25T00:40:54.073Z | ++ [[ offline* != online ]] |
| 775 | 2026-04-25T00:40:54.073Z | ++ [[ 77 -gt 300 ]] |
| 776 | 2026-04-25T00:40:54.073Z | ++ sleep 1 |
| 777 | 2026-04-25T00:40:55.075Z | ++ retry=78 |
| 778 | 2026-04-25T00:40:55.078Z | +++ svcs -Hostate baseline |
| 779 | 2026-04-25T00:40:55.091Z | ++ [[ offline* != online ]] |
| 780 | 2026-04-25T00:40:55.091Z | ++ [[ 78 -gt 300 ]] |
| 781 | 2026-04-25T00:40:55.091Z | ++ sleep 1 |
| 782 | 2026-04-25T00:40:56.094Z | ++ retry=79 |
| 783 | 2026-04-25T00:40:56.097Z | +++ svcs -Hostate baseline |
| 784 | 2026-04-25T00:40:56.109Z | ++ [[ offline* != online ]] |
| 785 | 2026-04-25T00:40:56.109Z | ++ [[ 79 -gt 300 ]] |
| 786 | 2026-04-25T00:40:56.109Z | ++ sleep 1 |
| 787 | 2026-04-25T00:40:57.112Z | ++ retry=80 |
| 788 | 2026-04-25T00:40:57.128Z | +++ svcs -Hostate baseline |
| 789 | 2026-04-25T00:40:57.146Z | ++ [[ offline* != online ]] |
| 790 | 2026-04-25T00:40:57.146Z | ++ [[ 80 -gt 300 ]] |
| 791 | 2026-04-25T00:40:57.146Z | ++ sleep 1 |
| 792 | 2026-04-25T00:40:58.131Z | ++ retry=81 |
| 793 | 2026-04-25T00:40:58.135Z | +++ svcs -Hostate baseline |
| 794 | 2026-04-25T00:40:58.146Z | ++ [[ offline* != online ]] |
| 795 | 2026-04-25T00:40:58.147Z | ++ [[ 81 -gt 300 ]] |
| 796 | 2026-04-25T00:40:58.147Z | ++ sleep 1 |
| 797 | 2026-04-25T00:40:59.148Z | ++ retry=82 |
| 798 | 2026-04-25T00:40:59.151Z | +++ svcs -Hostate baseline |
| 799 | 2026-04-25T00:40:59.164Z | ++ [[ offline* != online ]] |
| 800 | 2026-04-25T00:40:59.164Z | ++ [[ 82 -gt 300 ]] |
| 801 | 2026-04-25T00:40:59.164Z | ++ sleep 1 |
| 802 | 2026-04-25T00:41:00.666Z | ++ retry=83 |
| 803 | 2026-04-25T00:41:00.682Z | +++ svcs -Hostate baseline |
| 804 | 2026-04-25T00:41:00.682Z | ++ [[ offline* != online ]] |
| 805 | 2026-04-25T00:41:00.682Z | ++ [[ 83 -gt 300 ]] |
| 806 | 2026-04-25T00:41:00.682Z | ++ sleep 1 |
| 807 | 2026-04-25T00:41:01.185Z | ++ retry=84 |
| 808 | 2026-04-25T00:41:01.188Z | +++ svcs -Hostate baseline |
| 809 | 2026-04-25T00:41:01.201Z | ++ [[ offline* != online ]] |
| 810 | 2026-04-25T00:41:01.201Z | ++ [[ 84 -gt 300 ]] |
| 811 | 2026-04-25T00:41:01.201Z | ++ sleep 1 |
| 812 | 2026-04-25T00:41:02.203Z | ++ retry=85 |
| 813 | 2026-04-25T00:41:02.207Z | +++ svcs -Hostate baseline |
| 814 | 2026-04-25T00:41:02.219Z | ++ [[ offline* != online ]] |
| 815 | 2026-04-25T00:41:02.219Z | ++ [[ 85 -gt 300 ]] |
| 816 | 2026-04-25T00:41:02.219Z | ++ sleep 1 |
| 817 | 2026-04-25T00:41:03.223Z | ++ retry=86 |
| 818 | 2026-04-25T00:41:03.229Z | +++ svcs -Hostate baseline |
| 819 | 2026-04-25T00:41:03.242Z | ++ [[ offline* != online ]] |
| 820 | 2026-04-25T00:41:03.242Z | ++ [[ 86 -gt 300 ]] |
| 821 | 2026-04-25T00:41:03.242Z | ++ sleep 1 |
| 822 | 2026-04-25T00:41:04.241Z | ++ retry=87 |
| 823 | 2026-04-25T00:41:04.253Z | +++ svcs -Hostate baseline |
| 824 | 2026-04-25T00:41:04.259Z | ++ [[ offline* != online ]] |
| 825 | 2026-04-25T00:41:04.259Z | ++ [[ 87 -gt 300 ]] |
| 826 | 2026-04-25T00:41:04.259Z | ++ sleep 1 |
| 827 | 2026-04-25T00:41:05.258Z | ++ retry=88 |
| 828 | 2026-04-25T00:41:05.261Z | +++ svcs -Hostate baseline |
| 829 | 2026-04-25T00:41:05.276Z | ++ [[ offline* != online ]] |
| 830 | 2026-04-25T00:41:05.276Z | ++ [[ 88 -gt 300 ]] |
| 831 | 2026-04-25T00:41:05.276Z | ++ sleep 1 |
| 832 | 2026-04-25T00:41:06.737Z | ++ retry=89 |
| 833 | 2026-04-25T00:41:06.761Z | +++ svcs -Hostate baseline |
| 834 | 2026-04-25T00:41:06.761Z | ++ [[ offline* != online ]] |
| 835 | 2026-04-25T00:41:06.761Z | ++ [[ 89 -gt 300 ]] |
| 836 | 2026-04-25T00:41:06.761Z | ++ sleep 1 |
| 837 | 2026-04-25T00:41:07.293Z | ++ retry=90 |
| 838 | 2026-04-25T00:41:07.299Z | +++ svcs -Hostate baseline |
| 839 | 2026-04-25T00:41:07.309Z | ++ [[ offline* != online ]] |
| 840 | 2026-04-25T00:41:07.309Z | ++ [[ 90 -gt 300 ]] |
| 841 | 2026-04-25T00:41:07.309Z | ++ sleep 1 |
| 842 | 2026-04-25T00:41:08.311Z | ++ retry=91 |
| 843 | 2026-04-25T00:41:08.314Z | +++ svcs -Hostate baseline |
| 844 | 2026-04-25T00:41:08.326Z | ++ [[ offline* != online ]] |
| 845 | 2026-04-25T00:41:08.326Z | ++ [[ 91 -gt 300 ]] |
| 846 | 2026-04-25T00:41:08.326Z | ++ sleep 1 |
| 847 | 2026-04-25T00:41:09.329Z | ++ retry=92 |
| 848 | 2026-04-25T00:41:09.332Z | +++ svcs -Hostate baseline |
| 849 | 2026-04-25T00:41:09.344Z | ++ [[ offline* != online ]] |
| 850 | 2026-04-25T00:41:09.344Z | ++ [[ 92 -gt 300 ]] |
| 851 | 2026-04-25T00:41:09.345Z | ++ sleep 1 |
| 852 | 2026-04-25T00:41:10.347Z | ++ retry=93 |
| 853 | 2026-04-25T00:41:10.349Z | +++ svcs -Hostate baseline |
| 854 | 2026-04-25T00:41:10.362Z | ++ [[ offline* != online ]] |
| 855 | 2026-04-25T00:41:10.362Z | ++ [[ 93 -gt 300 ]] |
| 856 | 2026-04-25T00:41:10.363Z | ++ sleep 1 |
| 857 | 2026-04-25T00:41:11.366Z | ++ retry=94 |
| 858 | 2026-04-25T00:41:11.369Z | +++ svcs -Hostate baseline |
| 859 | 2026-04-25T00:41:11.379Z | ++ [[ offline* != online ]] |
| 860 | 2026-04-25T00:41:11.380Z | ++ [[ 94 -gt 300 ]] |
| 861 | 2026-04-25T00:41:11.380Z | ++ sleep 1 |
| 862 | 2026-04-25T00:41:12.383Z | ++ retry=95 |
| 863 | 2026-04-25T00:41:12.386Z | +++ svcs -Hostate baseline |
| 864 | 2026-04-25T00:41:12.396Z | ++ [[ offline* != online ]] |
| 865 | 2026-04-25T00:41:12.396Z | ++ [[ 95 -gt 300 ]] |
| 866 | 2026-04-25T00:41:12.396Z | ++ sleep 1 |
| 867 | 2026-04-25T00:41:13.398Z | ++ retry=96 |
| 868 | 2026-04-25T00:41:13.401Z | +++ svcs -Hostate baseline |
| 869 | 2026-04-25T00:41:13.413Z | ++ [[ offline* != online ]] |
| 870 | 2026-04-25T00:41:13.413Z | ++ [[ 96 -gt 300 ]] |
| 871 | 2026-04-25T00:41:13.413Z | ++ sleep 1 |
| 872 | 2026-04-25T00:41:14.415Z | ++ retry=97 |
| 873 | 2026-04-25T00:41:14.418Z | +++ svcs -Hostate baseline |
| 874 | 2026-04-25T00:41:14.429Z | ++ [[ offline* != online ]] |
| 875 | 2026-04-25T00:41:14.429Z | ++ [[ 97 -gt 300 ]] |
| 876 | 2026-04-25T00:41:14.430Z | ++ sleep 1 |
| 877 | 2026-04-25T00:41:15.431Z | ++ retry=98 |
| 878 | 2026-04-25T00:41:15.434Z | +++ svcs -Hostate baseline |
| 879 | 2026-04-25T00:41:15.447Z | ++ [[ offline* != online ]] |
| 880 | 2026-04-25T00:41:15.447Z | ++ [[ 98 -gt 300 ]] |
| 881 | 2026-04-25T00:41:15.447Z | ++ sleep 1 |
| 882 | 2026-04-25T00:41:16.449Z | ++ retry=99 |
| 883 | 2026-04-25T00:41:16.452Z | +++ svcs -Hostate baseline |
| 884 | 2026-04-25T00:41:16.465Z | ++ [[ offline* != online ]] |
| 885 | 2026-04-25T00:41:16.465Z | ++ [[ 99 -gt 300 ]] |
| 886 | 2026-04-25T00:41:16.465Z | ++ sleep 1 |
| 887 | 2026-04-25T00:41:17.467Z | ++ retry=100 |
| 888 | 2026-04-25T00:41:17.470Z | +++ svcs -Hostate baseline |
| 889 | 2026-04-25T00:41:17.482Z | ++ [[ offline* != online ]] |
| 890 | 2026-04-25T00:41:17.482Z | ++ [[ 100 -gt 300 ]] |
| 891 | 2026-04-25T00:41:17.482Z | ++ sleep 1 |
| 892 | 2026-04-25T00:41:18.485Z | ++ retry=101 |
| 893 | 2026-04-25T00:41:18.488Z | +++ svcs -Hostate baseline |
| 894 | 2026-04-25T00:41:18.501Z | ++ [[ offline* != online ]] |
| 895 | 2026-04-25T00:41:18.501Z | ++ [[ 101 -gt 300 ]] |
| 896 | 2026-04-25T00:41:18.501Z | ++ sleep 1 |
| 897 | 2026-04-25T00:41:19.501Z | ++ retry=102 |
| 898 | 2026-04-25T00:41:19.505Z | +++ svcs -Hostate baseline |
| 899 | 2026-04-25T00:41:19.516Z | ++ [[ offline* != online ]] |
| 900 | 2026-04-25T00:41:19.516Z | ++ [[ 102 -gt 300 ]] |
| 901 | 2026-04-25T00:41:19.516Z | ++ sleep 1 |
| 902 | 2026-04-25T00:41:20.518Z | ++ retry=103 |
| 903 | 2026-04-25T00:41:20.521Z | +++ svcs -Hostate baseline |
| 904 | 2026-04-25T00:41:20.533Z | ++ [[ offline* != online ]] |
| 905 | 2026-04-25T00:41:20.533Z | ++ [[ 103 -gt 300 ]] |
| 906 | 2026-04-25T00:41:20.533Z | ++ sleep 1 |
| 907 | 2026-04-25T00:41:21.535Z | ++ retry=104 |
| 908 | 2026-04-25T00:41:21.538Z | +++ svcs -Hostate baseline |
| 909 | 2026-04-25T00:41:21.552Z | ++ [[ offline* != online ]] |
| 910 | 2026-04-25T00:41:21.552Z | ++ [[ 104 -gt 300 ]] |
| 911 | 2026-04-25T00:41:21.552Z | ++ sleep 1 |
| 912 | 2026-04-25T00:41:22.554Z | ++ retry=105 |
| 913 | 2026-04-25T00:41:22.558Z | +++ svcs -Hostate baseline |
| 914 | 2026-04-25T00:41:22.570Z | ++ [[ offline* != online ]] |
| 915 | 2026-04-25T00:41:22.570Z | ++ [[ 105 -gt 300 ]] |
| 916 | 2026-04-25T00:41:22.570Z | ++ sleep 1 |
| 917 | 2026-04-25T00:41:23.572Z | ++ retry=106 |
| 918 | 2026-04-25T00:41:23.575Z | +++ svcs -Hostate baseline |
| 919 | 2026-04-25T00:41:23.588Z | ++ [[ offline* != online ]] |
| 920 | 2026-04-25T00:41:23.588Z | ++ [[ 106 -gt 300 ]] |
| 921 | 2026-04-25T00:41:23.588Z | ++ sleep 1 |
| 922 | 2026-04-25T00:41:24.591Z | ++ retry=107 |
| 923 | 2026-04-25T00:41:24.594Z | +++ svcs -Hostate baseline |
| 924 | 2026-04-25T00:41:24.606Z | ++ [[ offline* != online ]] |
| 925 | 2026-04-25T00:41:24.606Z | ++ [[ 107 -gt 300 ]] |
| 926 | 2026-04-25T00:41:24.607Z | ++ sleep 1 |
| 927 | 2026-04-25T00:41:25.608Z | ++ retry=108 |
| 928 | 2026-04-25T00:41:25.611Z | +++ svcs -Hostate baseline |
| 929 | 2026-04-25T00:41:25.625Z | ++ [[ offline* != online ]] |
| 930 | 2026-04-25T00:41:25.625Z | ++ [[ 108 -gt 300 ]] |
| 931 | 2026-04-25T00:41:25.625Z | ++ sleep 1 |
| 932 | 2026-04-25T00:41:26.626Z | ++ retry=109 |
| 933 | 2026-04-25T00:41:26.629Z | +++ svcs -Hostate baseline |
| 934 | 2026-04-25T00:41:26.643Z | ++ [[ offline* != online ]] |
| 935 | 2026-04-25T00:41:26.643Z | ++ [[ 109 -gt 300 ]] |
| 936 | 2026-04-25T00:41:26.643Z | ++ sleep 1 |
| 937 | 2026-04-25T00:41:27.643Z | ++ retry=110 |
| 938 | 2026-04-25T00:41:27.646Z | +++ svcs -Hostate baseline |
| 939 | 2026-04-25T00:41:27.660Z | ++ [[ offline* != online ]] |
| 940 | 2026-04-25T00:41:27.660Z | ++ [[ 110 -gt 300 ]] |
| 941 | 2026-04-25T00:41:27.660Z | ++ sleep 1 |
| 942 | 2026-04-25T00:41:28.661Z | ++ retry=111 |
| 943 | 2026-04-25T00:41:28.664Z | +++ svcs -Hostate baseline |
| 944 | 2026-04-25T00:41:28.676Z | ++ [[ offline* != online ]] |
| 945 | 2026-04-25T00:41:28.676Z | ++ [[ 111 -gt 300 ]] |
| 946 | 2026-04-25T00:41:28.676Z | ++ sleep 1 |
| 947 | 2026-04-25T00:41:29.678Z | ++ retry=112 |
| 948 | 2026-04-25T00:41:29.681Z | +++ svcs -Hostate baseline |
| 949 | 2026-04-25T00:41:29.720Z | ++ [[ offline* != online ]] |
| 950 | 2026-04-25T00:41:29.720Z | ++ [[ 112 -gt 300 ]] |
| 951 | 2026-04-25T00:41:29.720Z | ++ sleep 1 |
| 952 | 2026-04-25T00:41:30.696Z | ++ retry=113 |
| 953 | 2026-04-25T00:41:30.699Z | +++ svcs -Hostate baseline |
| 954 | 2026-04-25T00:41:30.712Z | ++ [[ offline* != online ]] |
| 955 | 2026-04-25T00:41:30.712Z | ++ [[ 113 -gt 300 ]] |
| 956 | 2026-04-25T00:41:30.715Z | ++ sleep 1 |
| 957 | 2026-04-25T00:41:31.715Z | ++ retry=114 |
| 958 | 2026-04-25T00:41:31.717Z | +++ svcs -Hostate baseline |
| 959 | 2026-04-25T00:41:31.730Z | ++ [[ offline* != online ]] |
| 960 | 2026-04-25T00:41:31.730Z | ++ [[ 114 -gt 300 ]] |
| 961 | 2026-04-25T00:41:31.730Z | ++ sleep 1 |
| 962 | 2026-04-25T00:41:32.732Z | ++ retry=115 |
| 963 | 2026-04-25T00:41:32.736Z | +++ svcs -Hostate baseline |
| 964 | 2026-04-25T00:41:32.748Z | ++ [[ online != online ]] |
| 965 | 2026-04-25T00:41:32.748Z | ++ set -o errexit |
| 966 | 2026-04-25T00:41:32.751Z | ++ set -o pipefail |
| 967 | 2026-04-25T00:41:32.751Z | ++ banner build |
| 968 | 2026-04-25T00:41:32.751Z | |
| 969 | 2026-04-25T00:41:32.751Z | ##### # # # # ##### |
| 970 | 2026-04-25T00:41:32.751Z | # # # # # # # # |
| 971 | 2026-04-25T00:41:32.751Z | ##### # # # # # # |
| 972 | 2026-04-25T00:41:32.751Z | # # # # # # # # |
| 973 | 2026-04-25T00:41:32.751Z | # # # # # # # # |
| 974 | 2026-04-25T00:41:32.751Z | ##### #### # ###### ##### |
| 975 | 2026-04-25T00:41:32.751Z | |
| 976 | 2026-04-25T00:41:32.751Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 977 | 2026-04-25T00:41:32.756Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 978 | 2026-04-25T00:41:32.915Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 979 | 2026-04-25T00:41:32.918Z | info: downloading 6 components |
| 980 | 2026-04-25T00:41:47.179Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 981 | 2026-04-25T00:41:47.748Z | From https://github.com/oxidecomputer/falcon |
| 982 | 2026-04-25T00:41:47.748Z | * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7 |
| 983 | 2026-04-25T00:41:47.827Z | Updating crates.io index |
| 984 | 2026-04-25T00:41:47.862Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 985 | 2026-04-25T00:41:48.575Z | From https://github.com/oxidecomputer/dendrite |
| 986 | 2026-04-25T00:41:48.575Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 987 | 2026-04-25T00:41:48.807Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 988 | 2026-04-25T00:41:49.081Z | From https://github.com/oxidecomputer/ispf |
| 989 | 2026-04-25T00:41:49.081Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 990 | 2026-04-25T00:41:49.084Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 991 | 2026-04-25T00:41:49.409Z | From https://github.com/oxidecomputer/netadm-sys |
| 992 | 2026-04-25T00:41:49.409Z | * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 |
| 993 | 2026-04-25T00:41:49.416Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 994 | 2026-04-25T00:41:55.165Z | From https://github.com/oxidecomputer/omicron |
| 995 | 2026-04-25T00:41:55.165Z | * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535 |
| 996 | 2026-04-25T00:41:55.577Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 997 | 2026-04-25T00:41:56.154Z | From https://github.com/oxidecomputer/opte |
| 998 | 2026-04-25T00:41:56.154Z | * [new ref] b60decb70fe491ebdaa30c824619470b015556fc -> refs/commit/b60decb70fe491ebdaa30c824619470b015556fc |
| 999 | 2026-04-25T00:41:56.634Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 1000 | 2026-04-25T00:41:56.906Z | From https://github.com/illumos/smf-rs |
| 1001 | 2026-04-25T00:41:56.906Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 1002 | 2026-04-25T00:41:57.093Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 1003 | 2026-04-25T00:41:57.353Z | From https://github.com/oxidecomputer/network-interface |
| 1004 | 2026-04-25T00:41:57.353Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 1005 | 2026-04-25T00:41:57.380Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 1006 | 2026-04-25T00:41:57.631Z | From https://github.com/oxidecomputer/zone |
| 1007 | 2026-04-25T00:41:57.632Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 1008 | 2026-04-25T00:41:57.684Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 1009 | 2026-04-25T00:41:58.263Z | From https://github.com/oxidecomputer/propolis |
| 1010 | 2026-04-25T00:41:58.263Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 1011 | 2026-04-25T00:41:58.336Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 1012 | 2026-04-25T00:41:58.823Z | From https://github.com/oxidecomputer/transceiver-control |
| 1013 | 2026-04-25T00:41:58.823Z | * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 |
| 1014 | 2026-04-25T00:41:58.998Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 1015 | 2026-04-25T00:41:59.256Z | From https://github.com/oxidecomputer/dlpi-sys |
| 1016 | 2026-04-25T00:41:59.256Z | * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc |
| 1017 | 2026-04-25T00:41:59.270Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 1018 | 2026-04-25T00:41:59.542Z | From https://github.com/jmesmon/rust-libzfs |
| 1019 | 2026-04-25T00:41:59.542Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 1020 | 2026-04-25T00:41:59.551Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 1021 | 2026-04-25T00:41:59.800Z | From https://github.com/oxidecomputer/rusty-doors |
| 1022 | 2026-04-25T00:41:59.800Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 1023 | 2026-04-25T00:41:59.858Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 1024 | 2026-04-25T00:42:00.186Z | From https://github.com/oxidecomputer/lldp |
| 1025 | 2026-04-25T00:42:00.186Z | * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 |
| 1026 | 2026-04-25T00:42:00.200Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 1027 | 2026-04-25T00:42:00.464Z | From https://github.com/oxidecomputer/slog-error-chain |
| 1028 | 2026-04-25T00:42:00.464Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 1029 | 2026-04-25T00:42:00.522Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 1030 | 2026-04-25T00:42:00.794Z | From https://github.com/oxidecomputer/tufaceous |
| 1031 | 2026-04-25T00:42:00.794Z | * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465 |
| 1032 | 2026-04-25T00:42:00.960Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 1033 | 2026-04-25T00:42:01.387Z | From https://github.com/oxidecomputer/management-gateway-service |
| 1034 | 2026-04-25T00:42:01.387Z | * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a |
| 1035 | 2026-04-25T00:42:01.510Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 1036 | 2026-04-25T00:42:02.510Z | From https://github.com/oxidecomputer/crucible |
| 1037 | 2026-04-25T00:42:02.511Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 1038 | 2026-04-25T00:42:03.121Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 1039 | 2026-04-25T00:42:03.401Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 1040 | 2026-04-25T00:42:03.401Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 1041 | 2026-04-25T00:42:04.175Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 1042 | 2026-04-25T00:42:04.478Z | From https://github.com/oxidecomputer/propolis |
| 1043 | 2026-04-25T00:42:04.478Z | * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2 |
| 1044 | 2026-04-25T00:42:04.572Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 1045 | 2026-04-25T00:42:04.836Z | From https://github.com/oxidecomputer/tofino |
| 1046 | 2026-04-25T00:42:04.836Z | * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 |
| 1047 | 2026-04-25T00:42:04.855Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 1048 | 2026-04-25T00:42:05.631Z | From https://github.com/oxidecomputer/maghemite |
| 1049 | 2026-04-25T00:42:05.631Z | * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 |
| 1050 | 2026-04-25T00:42:05.667Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 1051 | 2026-04-25T00:42:05.932Z | From https://github.com/oxidecomputer/clickward |
| 1052 | 2026-04-25T00:42:05.932Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 1053 | 2026-04-25T00:42:05.978Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 1054 | 2026-04-25T00:42:06.363Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 1055 | 2026-04-25T00:42:06.363Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 1056 | 2026-04-25T00:42:06.632Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 1057 | 2026-04-25T00:42:06.951Z | From https://github.com/oxidecomputer/crucible |
| 1058 | 2026-04-25T00:42:06.951Z | * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b |
| 1059 | 2026-04-25T00:42:08.043Z | Downloading crates ... |
| 1060 | 2026-04-25T00:42:08.106Z | Downloaded adler2 v2.0.1 |
| 1061 | 2026-04-25T00:42:08.116Z | Downloaded anstyle-parse v1.0.0 |
| 1062 | 2026-04-25T00:42:08.120Z | Downloaded aead v0.5.2 |
| 1063 | 2026-04-25T00:42:08.125Z | Downloaded darling_macro v0.23.0 |
| 1064 | 2026-04-25T00:42:08.129Z | Downloaded ahash v0.8.12 |
| 1065 | 2026-04-25T00:42:08.132Z | Downloaded hash32 v0.3.1 |
| 1066 | 2026-04-25T00:42:08.135Z | Downloaded git-stub-vcs v0.1.0 |
| 1067 | 2026-04-25T00:42:08.138Z | Downloaded dunce v1.0.5 |
| 1068 | 2026-04-25T00:42:08.141Z | Downloaded aho-corasick v1.1.4 |
| 1069 | 2026-04-25T00:42:08.144Z | Downloaded hostname v0.4.2 |
| 1070 | 2026-04-25T00:42:08.147Z | Downloaded find-msvc-tools v0.1.9 |
| 1071 | 2026-04-25T00:42:08.149Z | Downloaded argon2 v0.5.3 |
| 1072 | 2026-04-25T00:42:08.152Z | Downloaded cpufeatures v0.2.17 |
| 1073 | 2026-04-25T00:42:08.155Z | Downloaded allocator-api2 v0.2.21 |
| 1074 | 2026-04-25T00:42:08.158Z | Downloaded arc-swap v1.9.0 |
| 1075 | 2026-04-25T00:42:08.161Z | Downloaded blake2 v0.10.6 |
| 1076 | 2026-04-25T00:42:08.163Z | Downloaded cmake v0.1.58 |
| 1077 | 2026-04-25T00:42:08.166Z | Downloaded hex v0.4.3 |
| 1078 | 2026-04-25T00:42:08.169Z | Downloaded defmt v0.3.100 |
| 1079 | 2026-04-25T00:42:08.172Z | Downloaded clap v4.6.0 |
| 1080 | 2026-04-25T00:42:08.178Z | Downloaded fxhash v0.2.1 |
| 1081 | 2026-04-25T00:42:08.180Z | Downloaded futures-core v0.3.32 |
| 1082 | 2026-04-25T00:42:08.183Z | Downloaded embedded-io v0.6.1 |
| 1083 | 2026-04-25T00:42:08.186Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1084 | 2026-04-25T00:42:08.186Z | Downloaded base16ct v0.2.0 |
| 1085 | 2026-04-25T00:42:08.189Z | Downloaded group v0.13.0 |
| 1086 | 2026-04-25T00:42:08.192Z | Downloaded async-recursion v1.1.1 |
| 1087 | 2026-04-25T00:42:08.195Z | Downloaded futures-io v0.3.32 |
| 1088 | 2026-04-25T00:42:08.198Z | Downloaded httpdate v1.0.3 |
| 1089 | 2026-04-25T00:42:08.201Z | Downloaded futures-task v0.3.32 |
| 1090 | 2026-04-25T00:42:08.201Z | Downloaded futures-macro v0.3.32 |
| 1091 | 2026-04-25T00:42:08.205Z | Downloaded foreign-types v0.3.2 |
| 1092 | 2026-04-25T00:42:08.207Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1093 | 2026-04-25T00:42:08.207Z | Downloaded fixedbitset v0.4.2 |
| 1094 | 2026-04-25T00:42:08.211Z | Downloaded enum-as-inner v0.6.1 |
| 1095 | 2026-04-25T00:42:08.214Z | Downloaded errno v0.3.14 |
| 1096 | 2026-04-25T00:42:08.214Z | Downloaded debug-ignore v1.0.5 |
| 1097 | 2026-04-25T00:42:08.217Z | Downloaded cstr-argument v0.1.2 |
| 1098 | 2026-04-25T00:42:08.220Z | Downloaded fnv v1.0.7 |
| 1099 | 2026-04-25T00:42:08.220Z | Downloaded float-ord v0.3.2 |
| 1100 | 2026-04-25T00:42:08.222Z | Downloaded const-random v0.1.18 |
| 1101 | 2026-04-25T00:42:08.225Z | Downloaded http-body v1.0.1 |
| 1102 | 2026-04-25T00:42:08.225Z | Downloaded form_urlencoded v1.2.2 |
| 1103 | 2026-04-25T00:42:08.228Z | Downloaded foreign-types-shared v0.1.1 |
| 1104 | 2026-04-25T00:42:08.228Z | Downloaded atomicwrites v0.4.4 |
| 1105 | 2026-04-25T00:42:08.231Z | Downloaded heck v0.5.0 |
| 1106 | 2026-04-25T00:42:08.234Z | Downloaded atomic-waker v1.1.2 |
| 1107 | 2026-04-25T00:42:08.234Z | Downloaded futures-sink v0.3.32 |
| 1108 | 2026-04-25T00:42:08.237Z | Downloaded generic-array v0.14.7 |
| 1109 | 2026-04-25T00:42:08.240Z | Downloaded embedded-io v0.4.0 |
| 1110 | 2026-04-25T00:42:08.242Z | Downloaded gethostname v0.5.0 |
| 1111 | 2026-04-25T00:42:08.242Z | Downloaded bytecount v0.6.9 |
| 1112 | 2026-04-25T00:42:08.245Z | Downloaded hostname v0.3.1 |
| 1113 | 2026-04-25T00:42:08.248Z | Downloaded cobs v0.3.0 |
| 1114 | 2026-04-25T00:42:08.251Z | Downloaded anstyle v1.0.14 |
| 1115 | 2026-04-25T00:42:08.254Z | Downloaded hubpack_derive v0.1.1 |
| 1116 | 2026-04-25T00:42:08.254Z | Downloaded hubpack v0.1.2 |
| 1117 | 2026-04-25T00:42:08.257Z | Downloaded instant v0.1.13 |
| 1118 | 2026-04-25T00:42:08.259Z | Downloaded ident_case v1.0.1 |
| 1119 | 2026-04-25T00:42:08.259Z | Downloaded internet-checksum v0.2.1 |
| 1120 | 2026-04-25T00:42:08.262Z | Downloaded globset v0.4.18 |
| 1121 | 2026-04-25T00:42:08.266Z | Downloaded itoa v1.0.18 |
| 1122 | 2026-04-25T00:42:08.266Z | Downloaded keccak v0.1.6 |
| 1123 | 2026-04-25T00:42:08.269Z | Downloaded fs-err v3.3.0 |
| 1124 | 2026-04-25T00:42:08.272Z | Downloaded foldhash v0.2.0 |
| 1125 | 2026-04-25T00:42:08.272Z | Downloaded ff v0.13.1 |
| 1126 | 2026-04-25T00:42:08.275Z | Downloaded digest v0.10.7 |
| 1127 | 2026-04-25T00:42:08.277Z | Downloaded deranged v0.5.8 |
| 1128 | 2026-04-25T00:42:08.280Z | Downloaded async-trait v0.1.89 |
| 1129 | 2026-04-25T00:42:08.283Z | Downloaded cipher v0.4.4 |
| 1130 | 2026-04-25T00:42:08.286Z | Downloaded crossbeam-deque v0.8.6 |
| 1131 | 2026-04-25T00:42:08.286Z | Downloaded backoff v0.4.0 |
| 1132 | 2026-04-25T00:42:08.288Z | Downloaded glob v0.3.3 |
| 1133 | 2026-04-25T00:42:08.291Z | Downloaded is-terminal v0.4.17 |
| 1134 | 2026-04-25T00:42:08.294Z | Downloaded defmt v1.0.1 |
| 1135 | 2026-04-25T00:42:08.297Z | Downloaded lazy_static v1.5.0 |
| 1136 | 2026-04-25T00:42:08.300Z | Downloaded http-body-util v0.1.3 |
| 1137 | 2026-04-25T00:42:08.303Z | Downloaded defmt-macros v1.0.1 |
| 1138 | 2026-04-25T00:42:08.305Z | Downloaded humantime v2.3.0 |
| 1139 | 2026-04-25T00:42:08.305Z | Downloaded daft-derive v0.1.5 |
| 1140 | 2026-04-25T00:42:08.308Z | Downloaded byte-wrapper v0.1.0 |
| 1141 | 2026-04-25T00:42:08.311Z | Downloaded natord v1.0.9 |
| 1142 | 2026-04-25T00:42:08.314Z | Downloaded ipnetwork v0.21.1 |
| 1143 | 2026-04-25T00:42:08.317Z | Downloaded lru-slab v0.1.2 |
| 1144 | 2026-04-25T00:42:08.317Z | Downloaded lru-cache v0.1.2 |
| 1145 | 2026-04-25T00:42:08.320Z | Downloaded match_cfg v0.1.0 |
| 1146 | 2026-04-25T00:42:08.320Z | Downloaded managed v0.8.0 |
| 1147 | 2026-04-25T00:42:08.323Z | Downloaded macaddr v1.0.1 |
| 1148 | 2026-04-25T00:42:08.326Z | Downloaded num v0.4.3 |
| 1149 | 2026-04-25T00:42:08.326Z | Downloaded byteorder v1.5.0 |
| 1150 | 2026-04-25T00:42:08.329Z | Downloaded num-derive v0.3.3 |
| 1151 | 2026-04-25T00:42:08.331Z | Downloaded num-iter v0.1.45 |
| 1152 | 2026-04-25T00:42:08.331Z | Downloaded num_threads v0.1.7 |
| 1153 | 2026-04-25T00:42:08.334Z | Downloaded mime v0.3.17 |
| 1154 | 2026-04-25T00:42:08.337Z | Downloaded no-std-compat v0.4.1 |
| 1155 | 2026-04-25T00:42:08.337Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1156 | 2026-04-25T00:42:08.340Z | Downloaded num-conv v0.2.1 |
| 1157 | 2026-04-25T00:42:08.340Z | Downloaded newtype_derive v0.1.6 |
| 1158 | 2026-04-25T00:42:08.342Z | Downloaded ingot v0.1.1 |
| 1159 | 2026-04-25T00:42:08.345Z | Downloaded crossbeam-channel v0.5.15 |
| 1160 | 2026-04-25T00:42:08.348Z | Downloaded camino v1.2.2 |
| 1161 | 2026-04-25T00:42:08.352Z | Downloaded darling v0.21.3 |
| 1162 | 2026-04-25T00:42:08.356Z | Downloaded httparse v1.10.1 |
| 1163 | 2026-04-25T00:42:08.356Z | Downloaded openssl-macros v0.1.1 |
| 1164 | 2026-04-25T00:42:08.358Z | Downloaded olpc-cjson v0.1.4 |
| 1165 | 2026-04-25T00:42:08.362Z | Downloaded openssl-probe v0.2.1 |
| 1166 | 2026-04-25T00:42:08.362Z | Downloaded jobserver v0.1.34 |
| 1167 | 2026-04-25T00:42:08.364Z | Downloaded foldhash v0.1.5 |
| 1168 | 2026-04-25T00:42:08.364Z | Downloaded linear-map v1.2.0 |
| 1169 | 2026-04-25T00:42:08.367Z | Downloaded opaque-debug v0.3.1 |
| 1170 | 2026-04-25T00:42:08.370Z | Downloaded fs_extra v1.3.0 |
| 1171 | 2026-04-25T00:42:08.370Z | Downloaded libscf-sys v1.1.0 |
| 1172 | 2026-04-25T00:42:08.373Z | Downloaded percent-encoding v2.3.2 |
| 1173 | 2026-04-25T00:42:08.373Z | Downloaded lock_api v0.4.14 |
| 1174 | 2026-04-25T00:42:08.376Z | Downloaded inout v0.1.4 |
| 1175 | 2026-04-25T00:42:08.376Z | Downloaded darling_core v0.23.0 |
| 1176 | 2026-04-25T00:42:08.380Z | Downloaded hyper-rustls v0.27.7 |
| 1177 | 2026-04-25T00:42:08.383Z | Downloaded clap_derive v4.6.0 |
| 1178 | 2026-04-25T00:42:08.386Z | Downloaded multer v3.1.0 |
| 1179 | 2026-04-25T00:42:08.388Z | Downloaded libsw v3.5.0 |
| 1180 | 2026-04-25T00:42:08.391Z | Downloaded ipnet v2.12.0 |
| 1181 | 2026-04-25T00:42:08.391Z | Downloaded num_enum v0.5.11 |
| 1182 | 2026-04-25T00:42:08.395Z | Downloaded potential_utf v0.1.4 |
| 1183 | 2026-04-25T00:42:08.398Z | Downloaded proc-macro-crate v3.5.0 |
| 1184 | 2026-04-25T00:42:08.400Z | Downloaded powerfmt v0.2.0 |
| 1185 | 2026-04-25T00:42:08.400Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1186 | 2026-04-25T00:42:08.403Z | Downloaded plain v0.2.3 |
| 1187 | 2026-04-25T00:42:08.403Z | Downloaded num_enum v0.7.6 |
| 1188 | 2026-04-25T00:42:08.407Z | Downloaded csv-core v0.1.13 |
| 1189 | 2026-04-25T00:42:08.409Z | Downloaded num_enum_derive v0.7.6 |
| 1190 | 2026-04-25T00:42:08.413Z | Downloaded elliptic-curve v0.13.8 |
| 1191 | 2026-04-25T00:42:08.416Z | Downloaded darling_core v0.21.3 |
| 1192 | 2026-04-25T00:42:08.419Z | Downloaded litemap v0.8.1 |
| 1193 | 2026-04-25T00:42:08.421Z | Downloaded getrandom v0.3.4 |
| 1194 | 2026-04-25T00:42:08.424Z | Downloaded progenitor-macro v0.10.0 |
| 1195 | 2026-04-25T00:42:08.427Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1196 | 2026-04-25T00:42:08.427Z | Downloaded parking_lot_core v0.8.6 |
| 1197 | 2026-04-25T00:42:08.429Z | Downloaded quick-error v1.2.3 |
| 1198 | 2026-04-25T00:42:08.429Z | Downloaded rand_chacha v0.3.1 |
| 1199 | 2026-04-25T00:42:08.432Z | Downloaded progenitor-client v0.10.0 |
| 1200 | 2026-04-25T00:42:08.432Z | Downloaded progenitor-client v0.11.2 |
| 1201 | 2026-04-25T00:42:08.435Z | Downloaded ingot-types v0.1.2 |
| 1202 | 2026-04-25T00:42:08.435Z | Downloaded ref-cast v1.0.25 |
| 1203 | 2026-04-25T00:42:08.438Z | Downloaded progenitor-macro v0.13.0 |
| 1204 | 2026-04-25T00:42:08.441Z | Downloaded icu_provider v2.1.1 |
| 1205 | 2026-04-25T00:42:08.443Z | Downloaded indexmap v1.9.3 |
| 1206 | 2026-04-25T00:42:08.446Z | Downloaded owo-colors v4.3.0 |
| 1207 | 2026-04-25T00:42:08.446Z | Downloaded progenitor-macro v0.11.2 |
| 1208 | 2026-04-25T00:42:08.449Z | Downloaded oxnet v0.1.4 |
| 1209 | 2026-04-25T00:42:08.449Z | Downloaded flate2 v1.1.9 |
| 1210 | 2026-04-25T00:42:08.453Z | Downloaded rand_xorshift v0.4.0 |
| 1211 | 2026-04-25T00:42:08.456Z | Downloaded pin-project-lite v0.2.17 |
| 1212 | 2026-04-25T00:42:08.458Z | Downloaded ref-cast-impl v1.0.25 |
| 1213 | 2026-04-25T00:42:08.461Z | Downloaded pem v3.0.6 |
| 1214 | 2026-04-25T00:42:08.461Z | Downloaded paste v1.0.15 |
| 1215 | 2026-04-25T00:42:08.464Z | Downloaded num-integer v0.1.46 |
| 1216 | 2026-04-25T00:42:08.467Z | Downloaded memmap2 v0.9.10 |
| 1217 | 2026-04-25T00:42:08.467Z | Downloaded rustc-hash v2.1.2 |
| 1218 | 2026-04-25T00:42:08.470Z | Downloaded chacha20poly1305 v0.10.1 |
| 1219 | 2026-04-25T00:42:08.473Z | Downloaded proc-macro-crate v1.3.1 |
| 1220 | 2026-04-25T00:42:08.473Z | Downloaded phf v0.12.1 |
| 1221 | 2026-04-25T00:42:08.475Z | Downloaded ppv-lite86 v0.2.21 |
| 1222 | 2026-04-25T00:42:08.475Z | Downloaded rustc_version v0.4.1 |
| 1223 | 2026-04-25T00:42:08.478Z | Downloaded oxide-tokio-rt v0.1.3 |
| 1224 | 2026-04-25T00:42:08.478Z | Downloaded getrandom v0.4.2 |
| 1225 | 2026-04-25T00:42:08.481Z | Downloaded password-hash v0.5.0 |
| 1226 | 2026-04-25T00:42:08.484Z | Downloaded progenitor v0.13.0 |
| 1227 | 2026-04-25T00:42:08.487Z | Downloaded icu_locale_core v2.1.1 |
| 1228 | 2026-04-25T00:42:08.489Z | Downloaded same-file v1.0.6 |
| 1229 | 2026-04-25T00:42:08.492Z | Downloaded rustc_version v0.1.7 |
| 1230 | 2026-04-25T00:42:08.492Z | Downloaded proc-macro-error2 v2.0.1 |
| 1231 | 2026-04-25T00:42:08.495Z | Downloaded icu_collections v2.1.1 |
| 1232 | 2026-04-25T00:42:08.498Z | Downloaded progenitor-extras v0.1.1 |
| 1233 | 2026-04-25T00:42:08.501Z | Downloaded progenitor-client v0.13.0 |
| 1234 | 2026-04-25T00:42:08.504Z | Downloaded pkg-config v0.3.32 |
| 1235 | 2026-04-25T00:42:08.504Z | Downloaded semver v0.1.20 |
| 1236 | 2026-04-25T00:42:08.504Z | Downloaded quote v1.0.45 |
| 1237 | 2026-04-25T00:42:08.507Z | Downloaded secrecy v0.10.3 |
| 1238 | 2026-04-25T00:42:08.510Z | Downloaded serde-big-array v0.5.1 |
| 1239 | 2026-04-25T00:42:08.510Z | Downloaded scroll_derive v0.13.1 |
| 1240 | 2026-04-25T00:42:08.513Z | Downloaded serde_plain v1.0.2 |
| 1241 | 2026-04-25T00:42:08.513Z | Downloaded rand_core v0.10.0 |
| 1242 | 2026-04-25T00:42:08.516Z | Downloaded log v0.4.29 |
| 1243 | 2026-04-25T00:42:08.516Z | Downloaded pest_generator v2.8.6 |
| 1244 | 2026-04-25T00:42:08.518Z | Downloaded pest_derive v2.8.6 |
| 1245 | 2026-04-25T00:42:08.521Z | Downloaded parking_lot v0.11.2 |
| 1246 | 2026-04-25T00:42:08.521Z | Downloaded serde_spanned v1.1.0 |
| 1247 | 2026-04-25T00:42:08.524Z | Downloaded serde_repr v0.1.20 |
| 1248 | 2026-04-25T00:42:08.527Z | Downloaded postcard v1.1.3 |
| 1249 | 2026-04-25T00:42:08.527Z | Downloaded serde_spanned v0.6.9 |
| 1250 | 2026-04-25T00:42:08.530Z | Downloaded poly1305 v0.8.0 |
| 1251 | 2026-04-25T00:42:08.533Z | Downloaded rand_core v0.9.5 |
| 1252 | 2026-04-25T00:42:08.533Z | Downloaded rand_chacha v0.9.0 |
| 1253 | 2026-04-25T00:42:08.534Z | Downloaded parking_lot_core v0.9.12 |
| 1254 | 2026-04-25T00:42:08.537Z | Downloaded num-traits v0.2.19 |
| 1255 | 2026-04-25T00:42:08.540Z | Downloaded resolv-conf v0.7.6 |
| 1256 | 2026-04-25T00:42:08.540Z | Downloaded pin-project-internal v1.1.11 |
| 1257 | 2026-04-25T00:42:08.540Z | Downloaded sigpipe v0.1.3 |
| 1258 | 2026-04-25T00:42:08.543Z | Downloaded const_format v0.2.35 |
| 1259 | 2026-04-25T00:42:08.545Z | Downloaded siphasher v1.0.2 |
| 1260 | 2026-04-25T00:42:08.548Z | Downloaded slog-envlogger v2.2.0 |
| 1261 | 2026-04-25T00:42:08.549Z | Downloaded rustls-native-certs v0.8.3 |
| 1262 | 2026-04-25T00:42:08.552Z | Downloaded indicatif v0.18.4 |
| 1263 | 2026-04-25T00:42:08.555Z | Downloaded hickory-resolver v0.24.4 |
| 1264 | 2026-04-25T00:42:08.558Z | Downloaded slog-bunyan v2.5.0 |
| 1265 | 2026-04-25T00:42:08.558Z | Downloaded crypto-bigint v0.5.5 |
| 1266 | 2026-04-25T00:42:08.561Z | Downloaded progenitor v0.10.0 |
| 1267 | 2026-04-25T00:42:08.564Z | Downloaded heapless v0.8.0 |
| 1268 | 2026-04-25T00:42:08.568Z | Downloaded base64 v0.22.1 |
| 1269 | 2026-04-25T00:42:08.571Z | Downloaded base64 v0.21.7 |
| 1270 | 2026-04-25T00:42:08.573Z | Downloaded rustls-pemfile v2.2.0 |
| 1271 | 2026-04-25T00:42:08.573Z | Downloaded cc v1.2.58 |
| 1272 | 2026-04-25T00:42:08.576Z | Downloaded icu_normalizer v2.1.1 |
| 1273 | 2026-04-25T00:42:08.579Z | Downloaded rustversion v1.0.22 |
| 1274 | 2026-04-25T00:42:08.582Z | Downloaded scroll v0.13.0 |
| 1275 | 2026-04-25T00:42:08.582Z | Downloaded scroll v0.12.0 |
| 1276 | 2026-04-25T00:42:08.585Z | Downloaded rusty-fork v0.3.1 |
| 1277 | 2026-04-25T00:42:08.585Z | Downloaded quinn-udp v0.5.14 |
| 1278 | 2026-04-25T00:42:08.588Z | Downloaded structmeta-derive v0.3.0 |
| 1279 | 2026-04-25T00:42:08.588Z | Downloaded spin v0.5.2 |
| 1280 | 2026-04-25T00:42:08.591Z | Downloaded parking_lot v0.12.5 |
| 1281 | 2026-04-25T00:42:08.591Z | Downloaded icu_properties v2.1.2 |
| 1282 | 2026-04-25T00:42:08.594Z | Downloaded structmeta v0.3.0 |
| 1283 | 2026-04-25T00:42:08.594Z | Downloaded strum v0.27.2 |
| 1284 | 2026-04-25T00:42:08.597Z | Downloaded strsim v0.11.1 |
| 1285 | 2026-04-25T00:42:08.597Z | Downloaded stable_deref_trait v1.2.1 |
| 1286 | 2026-04-25T00:42:08.600Z | Downloaded papergrid v0.11.0 |
| 1287 | 2026-04-25T00:42:08.603Z | Downloaded miniz_oxide v0.8.9 |
| 1288 | 2026-04-25T00:42:08.603Z | Downloaded pin-project v1.1.11 |
| 1289 | 2026-04-25T00:42:08.610Z | Downloaded sync_wrapper v1.0.2 |
| 1290 | 2026-04-25T00:42:08.613Z | Downloaded supports-color v3.0.2 |
| 1291 | 2026-04-25T00:42:08.613Z | Downloaded serde_tokenstream v0.2.3 |
| 1292 | 2026-04-25T00:42:08.617Z | Downloaded simd-adler32 v0.3.9 |
| 1293 | 2026-04-25T00:42:08.617Z | Downloaded dropshot-api-manager v0.7.0 |
| 1294 | 2026-04-25T00:42:08.620Z | Downloaded sha2 v0.10.9 |
| 1295 | 2026-04-25T00:42:08.620Z | Downloaded signal-hook-registry v1.4.8 |
| 1296 | 2026-04-25T00:42:08.623Z | Downloaded tabled_derive v0.11.0 |
| 1297 | 2026-04-25T00:42:08.623Z | Downloaded testing_table v0.3.0 |
| 1298 | 2026-04-25T00:42:08.626Z | Downloaded termtree v0.5.1 |
| 1299 | 2026-04-25T00:42:08.626Z | Downloaded terminal_size v0.4.4 |
| 1300 | 2026-04-25T00:42:08.626Z | Downloaded tabwriter v1.4.1 |
| 1301 | 2026-04-25T00:42:08.628Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1302 | 2026-04-25T00:42:08.629Z | Downloaded expectorate v1.2.0 |
| 1303 | 2026-04-25T00:42:08.632Z | Downloaded swrite v0.1.0 |
| 1304 | 2026-04-25T00:42:08.632Z | Downloaded slog-scope v4.4.1 |
| 1305 | 2026-04-25T00:42:08.634Z | Downloaded slog-json v2.6.1 |
| 1306 | 2026-04-25T00:42:08.634Z | Downloaded proc-macro2 v1.0.106 |
| 1307 | 2026-04-25T00:42:08.637Z | Downloaded slab v0.4.12 |
| 1308 | 2026-04-25T00:42:08.637Z | Downloaded tabled_derive v0.7.0 |
| 1309 | 2026-04-25T00:42:08.640Z | Downloaded take_mut v0.2.2 |
| 1310 | 2026-04-25T00:42:08.640Z | Downloaded hickory-resolver v0.25.2 |
| 1311 | 2026-04-25T00:42:08.643Z | Downloaded smartstring v1.0.1 |
| 1312 | 2026-04-25T00:42:08.646Z | Downloaded thread-id v4.2.2 |
| 1313 | 2026-04-25T00:42:08.646Z | Downloaded smf v0.2.3 |
| 1314 | 2026-04-25T00:42:08.646Z | Downloaded smawk v0.3.2 |
| 1315 | 2026-04-25T00:42:08.649Z | Downloaded slog-dtrace v0.3.0 |
| 1316 | 2026-04-25T00:42:08.649Z | Downloaded snafu-derive v0.8.9 |
| 1317 | 2026-04-25T00:42:08.649Z | Downloaded schemars_derive v0.8.22 |
| 1318 | 2026-04-25T00:42:08.652Z | Downloaded thread-id v5.1.0 |
| 1319 | 2026-04-25T00:42:08.652Z | Downloaded semver v1.0.28 |
| 1320 | 2026-04-25T00:42:08.655Z | Downloaded rustls-pki-types v1.14.0 |
| 1321 | 2026-04-25T00:42:08.657Z | Downloaded strum v0.26.3 |
| 1322 | 2026-04-25T00:42:08.657Z | Downloaded http v1.4.0 |
| 1323 | 2026-04-25T00:42:08.660Z | Downloaded tokio-macros v2.7.0 |
| 1324 | 2026-04-25T00:42:08.660Z | Downloaded static_assertions v1.1.0 |
| 1325 | 2026-04-25T00:42:08.663Z | Downloaded time-core v0.1.8 |
| 1326 | 2026-04-25T00:42:08.663Z | Downloaded hashbrown v0.12.3 |
| 1327 | 2026-04-25T00:42:08.666Z | Downloaded tinyvec_macros v0.1.1 |
| 1328 | 2026-04-25T00:42:08.666Z | Downloaded jiff-static v0.2.23 |
| 1329 | 2026-04-25T00:42:08.670Z | Downloaded rand_core v0.6.4 |
| 1330 | 2026-04-25T00:42:08.670Z | Downloaded pest_meta v2.8.6 |
| 1331 | 2026-04-25T00:42:08.673Z | Downloaded slog-async v2.8.0 |
| 1332 | 2026-04-25T00:42:08.673Z | Downloaded serde_with_macros v3.18.0 |
| 1333 | 2026-04-25T00:42:08.676Z | Downloaded papergrid v0.17.0 |
| 1334 | 2026-04-25T00:42:08.679Z | Downloaded progenitor-impl v0.11.2 |
| 1335 | 2026-04-25T00:42:08.679Z | Downloaded strum_macros v0.27.2 |
| 1336 | 2026-04-25T00:42:08.682Z | Downloaded strum_macros v0.26.4 |
| 1337 | 2026-04-25T00:42:08.682Z | Downloaded openssl-sys v0.9.112 |
| 1338 | 2026-04-25T00:42:08.685Z | Downloaded indexmap v2.13.0 |
| 1339 | 2026-04-25T00:42:08.688Z | Downloaded slog-term v2.9.2 |
| 1340 | 2026-04-25T00:42:08.691Z | Downloaded slog-stdlog v4.1.1 |
| 1341 | 2026-04-25T00:42:08.694Z | Downloaded tagptr v0.2.0 |
| 1342 | 2026-04-25T00:42:08.694Z | Downloaded toml_datetime v0.6.11 |
| 1343 | 2026-04-25T00:42:08.694Z | Downloaded shlex v1.3.0 |
| 1344 | 2026-04-25T00:42:08.697Z | Downloaded rhai_codegen v3.1.0 |
| 1345 | 2026-04-25T00:42:08.700Z | Downloaded thiserror-no-std v2.0.2 |
| 1346 | 2026-04-25T00:42:08.703Z | Downloaded schemars v0.8.22 |
| 1347 | 2026-04-25T00:42:08.709Z | Downloaded thiserror v1.0.69 |
| 1348 | 2026-04-25T00:42:08.713Z | Downloaded tower-layer v0.3.3 |
| 1349 | 2026-04-25T00:42:08.716Z | Downloaded toml_write v0.1.2 |
| 1350 | 2026-04-25T00:42:08.716Z | Downloaded tower-service v0.3.3 |
| 1351 | 2026-04-25T00:42:08.716Z | Downloaded tinystr v0.8.2 |
| 1352 | 2026-04-25T00:42:08.719Z | Downloaded try-lock v0.2.5 |
| 1353 | 2026-04-25T00:42:08.719Z | Downloaded progenitor-impl v0.13.0 |
| 1354 | 2026-04-25T00:42:08.722Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1355 | 2026-04-25T00:42:08.722Z | Downloaded progenitor-impl v0.10.0 |
| 1356 | 2026-04-25T00:42:08.725Z | Downloaded thiserror-impl v2.0.18 |
| 1357 | 2026-04-25T00:42:08.725Z | Downloaded tokio-dtrace v0.1.1 |
| 1358 | 2026-04-25T00:42:08.728Z | Downloaded tokio-tungstenite v0.21.0 |
| 1359 | 2026-04-25T00:42:08.728Z | Downloaded tiny-keccak v2.0.2 |
| 1360 | 2026-04-25T00:42:08.732Z | Downloaded tokio-rustls v0.25.0 |
| 1361 | 2026-04-25T00:42:08.732Z | Downloaded time-macros v0.2.27 |
| 1362 | 2026-04-25T00:42:08.732Z | Downloaded thread_local v1.1.9 |
| 1363 | 2026-04-25T00:42:08.739Z | Downloaded spin v0.9.8 |
| 1364 | 2026-04-25T00:42:08.742Z | Downloaded unicode-linebreak v0.1.5 |
| 1365 | 2026-04-25T00:42:08.742Z | Downloaded unarray v0.1.4 |
| 1366 | 2026-04-25T00:42:08.742Z | Downloaded serde_core v1.0.228 |
| 1367 | 2026-04-25T00:42:08.742Z | Downloaded untrusted v0.9.0 |
| 1368 | 2026-04-25T00:42:08.742Z | Downloaded untrusted v0.7.1 |
| 1369 | 2026-04-25T00:42:08.742Z | Downloaded unit-prefix v0.5.2 |
| 1370 | 2026-04-25T00:42:08.742Z | Downloaded hyper-util v0.1.20 |
| 1371 | 2026-04-25T00:42:08.747Z | Downloaded synstructure v0.13.2 |
| 1372 | 2026-04-25T00:42:08.750Z | Downloaded serde_derive v1.0.228 |
| 1373 | 2026-04-25T00:42:08.750Z | Downloaded mio v1.2.0 |
| 1374 | 2026-04-25T00:42:08.756Z | Downloaded universal-hash v0.5.1 |
| 1375 | 2026-04-25T00:42:08.756Z | Downloaded typify-macro v0.4.3 |
| 1376 | 2026-04-25T00:42:08.756Z | Downloaded minimal-lexical v0.2.1 |
| 1377 | 2026-04-25T00:42:08.760Z | Downloaded memchr v2.8.0 |
| 1378 | 2026-04-25T00:42:08.760Z | Downloaded unicode-xid v0.2.6 |
| 1379 | 2026-04-25T00:42:08.760Z | Downloaded utf-8 v0.7.6 |
| 1380 | 2026-04-25T00:42:08.763Z | Downloaded thiserror v2.0.18 |
| 1381 | 2026-04-25T00:42:08.766Z | Downloaded usdt-macro v0.5.0 |
| 1382 | 2026-04-25T00:42:08.766Z | Downloaded prettyplease v0.2.37 |
| 1383 | 2026-04-25T00:42:08.766Z | Downloaded subtle v2.6.1 |
| 1384 | 2026-04-25T00:42:08.769Z | Downloaded serde_path_to_error v0.1.20 |
| 1385 | 2026-04-25T00:42:08.769Z | Downloaded serde_derive_internals v0.29.1 |
| 1386 | 2026-04-25T00:42:08.769Z | Downloaded usdt-attr-macro v0.6.0 |
| 1387 | 2026-04-25T00:42:08.772Z | Downloaded serde_urlencoded v0.7.1 |
| 1388 | 2026-04-25T00:42:08.772Z | Downloaded utf8_iter v1.0.4 |
| 1389 | 2026-04-25T00:42:08.772Z | Downloaded wait-timeout v0.2.1 |
| 1390 | 2026-04-25T00:42:08.772Z | Downloaded usdt-attr-macro v0.5.0 |
| 1391 | 2026-04-25T00:42:08.775Z | Downloaded usdt v0.6.0 |
| 1392 | 2026-04-25T00:42:08.775Z | Downloaded toml_datetime v1.1.0+spec-1.1.0 |
| 1393 | 2026-04-25T00:42:08.776Z | Downloaded want v0.3.1 |
| 1394 | 2026-04-25T00:42:08.776Z | Downloaded utf8parse v0.2.2 |
| 1395 | 2026-04-25T00:42:08.776Z | Downloaded usdt-macro v0.6.0 |
| 1396 | 2026-04-25T00:42:08.779Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1397 | 2026-04-25T00:42:08.779Z | Downloaded thiserror-impl v1.0.69 |
| 1398 | 2026-04-25T00:42:08.779Z | Downloaded thin-vec v0.2.14 |
| 1399 | 2026-04-25T00:42:08.779Z | Downloaded term v1.2.1 |
| 1400 | 2026-04-25T00:42:08.783Z | Downloaded smallvec v1.15.1 |
| 1401 | 2026-04-25T00:42:08.783Z | Downloaded similar v2.7.0 |
| 1402 | 2026-04-25T00:42:08.785Z | Downloaded version_check v0.9.5 |
| 1403 | 2026-04-25T00:42:08.786Z | Downloaded toml_writer v1.1.0+spec-1.1.0 |
| 1404 | 2026-04-25T00:42:08.790Z | Downloaded slog v2.8.2 |
| 1405 | 2026-04-25T00:42:08.790Z | Downloaded waitgroup v0.1.2 |
| 1406 | 2026-04-25T00:42:08.793Z | Downloaded schemars v0.9.0 |
| 1407 | 2026-04-25T00:42:08.796Z | Downloaded tokio-stream v0.1.18 |
| 1408 | 2026-04-25T00:42:08.799Z | Downloaded ryu v1.0.23 |
| 1409 | 2026-04-25T00:42:08.802Z | Downloaded typeid v1.0.3 |
| 1410 | 2026-04-25T00:42:08.802Z | Downloaded rand v0.8.5 |
| 1411 | 2026-04-25T00:42:08.805Z | Downloaded tokio-rustls v0.26.4 |
| 1412 | 2026-04-25T00:42:08.805Z | Downloaded socket2 v0.6.3 |
| 1413 | 2026-04-25T00:42:08.808Z | Downloaded qorb v0.4.1 |
| 1414 | 2026-04-25T00:42:08.808Z | Downloaded hashbrown v0.16.1 |
| 1415 | 2026-04-25T00:42:08.811Z | Downloaded zerofrom-derive v0.1.6 |
| 1416 | 2026-04-25T00:42:08.814Z | Downloaded zerofrom v0.1.6 |
| 1417 | 2026-04-25T00:42:08.814Z | Downloaded usdt v0.5.0 |
| 1418 | 2026-04-25T00:42:08.814Z | Downloaded toml v0.8.23 |
| 1419 | 2026-04-25T00:42:08.814Z | Downloaded rayon-core v1.13.0 |
| 1420 | 2026-04-25T00:42:08.818Z | Downloaded typify-macro v0.6.1 |
| 1421 | 2026-04-25T00:42:08.818Z | Downloaded yoke-derive v0.8.1 |
| 1422 | 2026-04-25T00:42:08.818Z | Downloaded sha1 v0.10.6 |
| 1423 | 2026-04-25T00:42:08.821Z | Downloaded zone v0.3.1 |
| 1424 | 2026-04-25T00:42:08.821Z | Downloaded icu_normalizer_data v2.1.1 |
| 1425 | 2026-04-25T00:42:08.821Z | Downloaded scroll_derive v0.12.1 |
| 1426 | 2026-04-25T00:42:08.825Z | Downloaded textwrap v0.16.2 |
| 1427 | 2026-04-25T00:42:08.825Z | Downloaded scopeguard v1.2.0 |
| 1428 | 2026-04-25T00:42:08.825Z | Downloaded zone_cfg_derive v0.3.1 |
| 1429 | 2026-04-25T00:42:08.825Z | Downloaded progenitor v0.11.2 |
| 1430 | 2026-04-25T00:42:08.828Z | Downloaded proc-macro-error v1.0.4 |
| 1431 | 2026-04-25T00:42:08.828Z | Downloaded rustls-webpki v0.103.10 |
| 1432 | 2026-04-25T00:42:08.831Z | Downloaded tempfile v3.27.0 |
| 1433 | 2026-04-25T00:42:08.831Z | Downloaded test-strategy v0.4.5 |
| 1434 | 2026-04-25T00:42:08.834Z | Downloaded usdt-impl v0.5.0 |
| 1435 | 2026-04-25T00:42:08.834Z | Downloaded idna v1.1.0 |
| 1436 | 2026-04-25T00:42:08.837Z | Downloaded zeroize_derive v1.4.3 |
| 1437 | 2026-04-25T00:42:08.837Z | Downloaded walkdir v2.5.0 |
| 1438 | 2026-04-25T00:42:08.837Z | Downloaded whoami v1.6.1 |
| 1439 | 2026-04-25T00:42:08.840Z | Downloaded schemars v1.2.1 |
| 1440 | 2026-04-25T00:42:08.847Z | Downloaded tracing-attributes v0.1.31 |
| 1441 | 2026-04-25T00:42:08.850Z | Downloaded hashbrown v0.15.5 |
| 1442 | 2026-04-25T00:42:08.853Z | Downloaded vsss-rs v3.3.4 |
| 1443 | 2026-04-25T00:42:08.853Z | Downloaded tinyvec v1.11.0 |
| 1444 | 2026-04-25T00:42:08.853Z | Downloaded quinn v0.11.9 |
| 1445 | 2026-04-25T00:42:08.856Z | Downloaded serde v1.0.228 |
| 1446 | 2026-04-25T00:42:08.859Z | Downloaded h2 v0.4.13 |
| 1447 | 2026-04-25T00:42:08.873Z | Downloaded writeable v0.6.2 |
| 1448 | 2026-04-25T00:42:08.873Z | Downloaded ucd-trie v0.1.7 |
| 1449 | 2026-04-25T00:42:08.879Z | Downloaded toml v1.1.0+spec-1.1.0 |
| 1450 | 2026-04-25T00:42:08.879Z | Downloaded itertools v0.12.1 |
| 1451 | 2026-04-25T00:42:08.879Z | Downloaded toml_parser v1.1.0+spec-1.1.0 |
| 1452 | 2026-04-25T00:42:08.879Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1453 | 2026-04-25T00:42:08.880Z | Downloaded once_cell v1.21.4 |
| 1454 | 2026-04-25T00:42:08.880Z | Downloaded yoke v0.8.1 |
| 1455 | 2026-04-25T00:42:08.880Z | Downloaded parse-display-derive v0.10.0 |
| 1456 | 2026-04-25T00:42:08.880Z | Downloaded futures v0.3.32 |
| 1457 | 2026-04-25T00:42:08.883Z | Downloaded zerovec-derive v0.11.2 |
| 1458 | 2026-04-25T00:42:08.883Z | Downloaded zeroize v1.8.2 |
| 1459 | 2026-04-25T00:42:08.883Z | Downloaded dropshot_endpoint v0.16.7 |
| 1460 | 2026-04-25T00:42:08.883Z | Downloaded bytes v1.11.1 |
| 1461 | 2026-04-25T00:42:08.887Z | Downloaded usdt-impl v0.6.0 |
| 1462 | 2026-04-25T00:42:08.887Z | Downloaded hyper v1.9.0 |
| 1463 | 2026-04-25T00:42:08.890Z | Downloaded clap_builder v4.6.0 |
| 1464 | 2026-04-25T00:42:08.893Z | Downloaded xz2 v0.1.7 |
| 1465 | 2026-04-25T00:42:08.893Z | Downloaded snafu v0.8.9 |
| 1466 | 2026-04-25T00:42:08.896Z | Downloaded zerocopy-derive v0.7.35 |
| 1467 | 2026-04-25T00:42:08.899Z | Downloaded rand v0.9.2 |
| 1468 | 2026-04-25T00:42:08.902Z | Downloaded zmij v1.0.21 |
| 1469 | 2026-04-25T00:42:08.902Z | Downloaded typify v0.4.3 |
| 1470 | 2026-04-25T00:42:08.905Z | Downloaded typify v0.6.1 |
| 1471 | 2026-04-25T00:42:08.908Z | Downloaded unicode-ident v1.0.24 |
| 1472 | 2026-04-25T00:42:08.908Z | Downloaded nom v7.1.3 |
| 1473 | 2026-04-25T00:42:08.911Z | Downloaded itertools v0.14.0 |
| 1474 | 2026-04-25T00:42:08.914Z | Downloaded tracing-core v0.1.36 |
| 1475 | 2026-04-25T00:42:08.919Z | Downloaded steno v0.4.1 |
| 1476 | 2026-04-25T00:42:08.919Z | Downloaded hmac v0.12.1 |
| 1477 | 2026-04-25T00:42:08.922Z | Downloaded unsafe-libyaml v0.2.11 |
| 1478 | 2026-04-25T00:42:08.922Z | Downloaded nom v8.0.0 |
| 1479 | 2026-04-25T00:42:08.925Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1480 | 2026-04-25T00:42:08.928Z | Downloaded hkdf v0.12.4 |
| 1481 | 2026-04-25T00:42:08.928Z | Downloaded half v2.7.1 |
| 1482 | 2026-04-25T00:42:08.931Z | Downloaded toml_edit v0.25.8+spec-1.1.0 |
| 1483 | 2026-04-25T00:42:08.931Z | Downloaded toml_edit v0.22.27 |
| 1484 | 2026-04-25T00:42:08.934Z | Downloaded iddqd v0.3.17 |
| 1485 | 2026-04-25T00:42:08.938Z | Downloaded dropshot_endpoint v0.17.0 |
| 1486 | 2026-04-25T00:42:08.941Z | Downloaded chrono v0.4.44 |
| 1487 | 2026-04-25T00:42:08.944Z | Downloaded typenum v1.19.0 |
| 1488 | 2026-04-25T00:42:08.947Z | Downloaded tungstenite v0.21.0 |
| 1489 | 2026-04-25T00:42:08.947Z | Downloaded rand v0.10.1 |
| 1490 | 2026-04-25T00:42:08.950Z | Downloaded iri-string v0.7.12 |
| 1491 | 2026-04-25T00:42:08.953Z | Downloaded pest v2.8.6 |
| 1492 | 2026-04-25T00:42:08.956Z | Downloaded num-rational v0.4.2 |
| 1493 | 2026-04-25T00:42:08.956Z | Downloaded derive-where v1.6.1 |
| 1494 | 2026-04-25T00:42:08.962Z | Downloaded console v0.16.3 |
| 1495 | 2026-04-25T00:42:08.962Z | Downloaded cancel-safe-futures v0.1.5 |
| 1496 | 2026-04-25T00:42:08.962Z | Downloaded icu_properties_data v2.1.2 |
| 1497 | 2026-04-25T00:42:08.967Z | Downloaded goblin v0.8.2 |
| 1498 | 2026-04-25T00:42:08.970Z | Downloaded derive_more v0.99.20 |
| 1499 | 2026-04-25T00:42:08.974Z | Downloaded libm v0.2.16 |
| 1500 | 2026-04-25T00:42:08.977Z | Downloaded ingot-macros v0.1.1 |
| 1501 | 2026-04-25T00:42:08.977Z | Downloaded pretty-hex v0.4.2 |
| 1502 | 2026-04-25T00:42:08.982Z | Downloaded phf_shared v0.12.1 |
| 1503 | 2026-04-25T00:42:08.982Z | Downloaded parse-display v0.10.0 |
| 1504 | 2026-04-25T00:42:08.982Z | Downloaded num-complex v0.4.6 |
| 1505 | 2026-04-25T00:42:08.982Z | Downloaded newtype-uuid v1.3.2 |
| 1506 | 2026-04-25T00:42:08.982Z | Downloaded chacha20 v0.10.0 |
| 1507 | 2026-04-25T00:42:08.985Z | Downloaded libsw-core v0.3.2 |
| 1508 | 2026-04-25T00:42:08.985Z | Downloaded bitflags v2.11.0 |
| 1509 | 2026-04-25T00:42:08.985Z | Downloaded ron v0.12.1 |
| 1510 | 2026-04-25T00:42:08.989Z | Downloaded async-compression v0.4.41 |
| 1511 | 2026-04-25T00:42:08.993Z | Downloaded uuid v1.23.0 |
| 1512 | 2026-04-25T00:42:08.996Z | Downloaded url v2.5.8 |
| 1513 | 2026-04-25T00:42:08.999Z | Downloaded tower v0.5.3 |
| 1514 | 2026-04-25T00:42:09.003Z | Downloaded toml_edit v0.19.15 |
| 1515 | 2026-04-25T00:42:09.013Z | Downloaded futures-util v0.3.32 |
| 1516 | 2026-04-25T00:42:09.016Z | Downloaded zerotrie v0.2.3 |
| 1517 | 2026-04-25T00:42:09.019Z | Downloaded crossbeam-utils v0.8.21 |
| 1518 | 2026-04-25T00:42:09.024Z | Downloaded cargo_toml v0.22.3 |
| 1519 | 2026-04-25T00:42:09.024Z | Downloaded iana-time-zone v0.1.65 |
| 1520 | 2026-04-25T00:42:09.024Z | Downloaded reqwest v0.12.28 |
| 1521 | 2026-04-25T00:42:09.028Z | Downloaded omicron-workspace-hack v0.1.0 |
| 1522 | 2026-04-25T00:42:09.028Z | Downloaded num_enum_derive v0.5.11 |
| 1523 | 2026-04-25T00:42:09.028Z | Downloaded colored v3.1.1 |
| 1524 | 2026-04-25T00:42:09.030Z | Downloaded console v0.15.11 |
| 1525 | 2026-04-25T00:42:09.030Z | Downloaded reqwest v0.13.2 |
| 1526 | 2026-04-25T00:42:09.033Z | Downloaded crc32fast v1.5.0 |
| 1527 | 2026-04-25T00:42:09.036Z | Downloaded ciborium v0.2.2 |
| 1528 | 2026-04-25T00:42:09.036Z | Downloaded getrandom v0.2.17 |
| 1529 | 2026-04-25T00:42:09.040Z | Downloaded futures-channel v0.3.32 |
| 1530 | 2026-04-25T00:42:09.040Z | Downloaded displaydoc v0.2.5 |
| 1531 | 2026-04-25T00:42:09.040Z | Downloaded daft v0.1.5 |
| 1532 | 2026-04-25T00:42:09.044Z | Downloaded crossbeam-epoch v0.9.18 |
| 1533 | 2026-04-25T00:42:09.044Z | Downloaded memmap v0.7.0 |
| 1534 | 2026-04-25T00:42:09.044Z | Downloaded num-derive v0.4.2 |
| 1535 | 2026-04-25T00:42:09.044Z | Downloaded zerocopy-derive v0.8.48 |
| 1536 | 2026-04-25T00:42:09.048Z | Downloaded unicode-segmentation v1.13.2 |
| 1537 | 2026-04-25T00:42:09.051Z | Downloaded rayon v1.11.0 |
| 1538 | 2026-04-25T00:42:09.054Z | Downloaded serde_json v1.0.149 |
| 1539 | 2026-04-25T00:42:09.058Z | Downloaded portable-atomic v1.13.1 |
| 1540 | 2026-04-25T00:42:09.062Z | Downloaded regex v1.12.3 |
| 1541 | 2026-04-25T00:42:09.065Z | Downloaded typed-path v0.9.3 |
| 1542 | 2026-04-25T00:42:09.068Z | Downloaded bcs v0.1.6 |
| 1543 | 2026-04-25T00:42:09.071Z | Downloaded newline-converter v0.3.0 |
| 1544 | 2026-04-25T00:42:09.071Z | Downloaded memoffset v0.9.1 |
| 1545 | 2026-04-25T00:42:09.071Z | Downloaded linked-hash-map v0.5.6 |
| 1546 | 2026-04-25T00:42:09.072Z | Downloaded darling v0.23.0 |
| 1547 | 2026-04-25T00:42:09.075Z | Downloaded tough v0.20.0 |
| 1548 | 2026-04-25T00:42:09.078Z | Downloaded proptest v1.11.0 |
| 1549 | 2026-04-25T00:42:09.083Z | Downloaded tokio-util v0.7.18 |
| 1550 | 2026-04-25T00:42:09.087Z | Downloaded aws-lc-rs v1.16.2 |
| 1551 | 2026-04-25T00:42:09.094Z | Downloaded camino-tempfile v1.4.1 |
| 1552 | 2026-04-25T00:42:09.096Z | Downloaded is_terminal_polyfill v1.70.2 |
| 1553 | 2026-04-25T00:42:09.096Z | Downloaded tower-http v0.6.8 |
| 1554 | 2026-04-25T00:42:09.099Z | Downloaded indent_write v2.2.0 |
| 1555 | 2026-04-25T00:42:09.099Z | Downloaded fixedbitset v0.5.7 |
| 1556 | 2026-04-25T00:42:09.099Z | Downloaded critical-section v1.2.0 |
| 1557 | 2026-04-25T00:42:09.102Z | Downloaded cookie v0.18.1 |
| 1558 | 2026-04-25T00:42:09.102Z | Downloaded highway v1.3.0 |
| 1559 | 2026-04-25T00:42:09.107Z | Downloaded unicode-normalization v0.1.25 |
| 1560 | 2026-04-25T00:42:09.107Z | Downloaded fastrand v2.3.0 |
| 1561 | 2026-04-25T00:42:09.107Z | Downloaded derive-ex v0.1.8 |
| 1562 | 2026-04-25T00:42:09.110Z | Downloaded bit-vec v0.8.0 |
| 1563 | 2026-04-25T00:42:09.110Z | Downloaded base64ct v1.8.3 |
| 1564 | 2026-04-25T00:42:09.110Z | Downloaded bitflags v1.3.2 |
| 1565 | 2026-04-25T00:42:09.110Z | Downloaded autocfg v1.5.0 |
| 1566 | 2026-04-25T00:42:09.113Z | Downloaded goblin v0.10.5 |
| 1567 | 2026-04-25T00:42:09.116Z | Downloaded const_format_proc_macros v0.2.34 |
| 1568 | 2026-04-25T00:42:09.116Z | Downloaded chacha20 v0.9.1 |
| 1569 | 2026-04-25T00:42:09.120Z | Downloaded drift v0.1.3 |
| 1570 | 2026-04-25T00:42:09.120Z | Downloaded rustls-webpki v0.102.8 |
| 1571 | 2026-04-25T00:42:09.130Z | Downloaded compression-codecs v0.4.37 |
| 1572 | 2026-04-25T00:42:09.132Z | Downloaded is_ci v1.2.0 |
| 1573 | 2026-04-25T00:42:09.133Z | Downloaded idna_adapter v1.2.1 |
| 1574 | 2026-04-25T00:42:09.133Z | Downloaded zerovec v0.11.5 |
| 1575 | 2026-04-25T00:42:09.136Z | Downloaded moka v0.12.15 |
| 1576 | 2026-04-25T00:42:09.139Z | Downloaded erased-serde v0.3.31 |
| 1577 | 2026-04-25T00:42:09.142Z | Downloaded either v1.15.0 |
| 1578 | 2026-04-25T00:42:09.142Z | Downloaded data-encoding v2.10.0 |
| 1579 | 2026-04-25T00:42:09.142Z | Downloaded async-stream-impl v0.3.6 |
| 1580 | 2026-04-25T00:42:09.145Z | Downloaded defmt-parser v1.0.0 |
| 1581 | 2026-04-25T00:42:09.145Z | Downloaded heck v0.4.1 |
| 1582 | 2026-04-25T00:42:09.145Z | Downloaded colorchoice v1.0.5 |
| 1583 | 2026-04-25T00:42:09.145Z | Downloaded clap_lex v1.1.0 |
| 1584 | 2026-04-25T00:42:09.145Z | Downloaded compression-core v0.4.31 |
| 1585 | 2026-04-25T00:42:09.149Z | Downloaded dyn-clone v1.0.20 |
| 1586 | 2026-04-25T00:42:09.149Z | Downloaded serde_with v3.18.0 |
| 1587 | 2026-04-25T00:42:09.152Z | Downloaded zerocopy v0.7.35 |
| 1588 | 2026-04-25T00:42:09.160Z | Downloaded winnow v0.5.40 |
| 1589 | 2026-04-25T00:42:09.165Z | Downloaded tabled v0.15.0 |
| 1590 | 2026-04-25T00:42:09.173Z | Downloaded quinn-proto v0.11.14 |
| 1591 | 2026-04-25T00:42:09.176Z | Downloaded winnow v1.0.1 |
| 1592 | 2026-04-25T00:42:09.182Z | Downloaded curve25519-dalek v4.1.3 |
| 1593 | 2026-04-25T00:42:09.186Z | Downloaded tabled v0.20.0 |
| 1594 | 2026-04-25T00:42:09.196Z | Downloaded crunchy v0.2.4 |
| 1595 | 2026-04-25T00:42:09.199Z | Downloaded base16ct v1.0.0 |
| 1596 | 2026-04-25T00:42:09.199Z | Downloaded ciborium-io v0.2.2 |
| 1597 | 2026-04-25T00:42:09.199Z | Downloaded cfg_aliases v0.2.1 |
| 1598 | 2026-04-25T00:42:09.199Z | Downloaded dof v0.4.0 |
| 1599 | 2026-04-25T00:42:09.199Z | Downloaded dropshot-api-manager-types v0.7.0 |
| 1600 | 2026-04-25T00:42:09.202Z | Downloaded dtrace-parser v0.3.0 |
| 1601 | 2026-04-25T00:42:09.202Z | Downloaded dof v0.3.0 |
| 1602 | 2026-04-25T00:42:09.202Z | Downloaded crypto-common v0.1.7 |
| 1603 | 2026-04-25T00:42:09.202Z | Downloaded ciborium-ll v0.2.2 |
| 1604 | 2026-04-25T00:42:09.202Z | Downloaded block-buffer v0.10.4 |
| 1605 | 2026-04-25T00:42:09.202Z | Downloaded futures-executor v0.3.32 |
| 1606 | 2026-04-25T00:42:09.205Z | Downloaded darling_macro v0.21.3 |
| 1607 | 2026-04-25T00:42:09.205Z | Downloaded async-stream v0.3.6 |
| 1608 | 2026-04-25T00:42:09.205Z | Downloaded foreign-types-shared v0.3.1 |
| 1609 | 2026-04-25T00:42:09.205Z | Downloaded equivalent v1.0.2 |
| 1610 | 2026-04-25T00:42:09.205Z | Downloaded cpufeatures v0.3.0 |
| 1611 | 2026-04-25T00:42:09.209Z | Downloaded openssl v0.10.76 |
| 1612 | 2026-04-25T00:42:09.212Z | Downloaded time v0.3.47 |
| 1613 | 2026-04-25T00:42:09.217Z | Downloaded git-stub v1.0.0 |
| 1614 | 2026-04-25T00:42:09.221Z | Downloaded dropshot v0.16.7 |
| 1615 | 2026-04-25T00:42:09.231Z | Downloaded winnow v0.7.15 |
| 1616 | 2026-04-25T00:42:09.235Z | Downloaded vcpkg v0.2.15 |
| 1617 | 2026-04-25T00:42:09.256Z | Downloaded syn v1.0.109 |
| 1618 | 2026-04-25T00:42:09.262Z | Downloaded dropshot v0.17.0 |
| 1619 | 2026-04-25T00:42:09.273Z | Downloaded webpki-roots v1.0.6 |
| 1620 | 2026-04-25T00:42:09.276Z | Downloaded rustls v0.22.4 |
| 1621 | 2026-04-25T00:42:09.282Z | Downloaded hickory-proto v0.24.4 |
| 1622 | 2026-04-25T00:42:09.290Z | Downloaded syn v2.0.117 |
| 1623 | 2026-04-25T00:42:09.298Z | Downloaded zerocopy v0.8.48 |
| 1624 | 2026-04-25T00:42:09.305Z | Downloaded unicode-width v0.2.2 |
| 1625 | 2026-04-25T00:42:09.309Z | Downloaded unicode-width v0.1.14 |
| 1626 | 2026-04-25T00:42:09.313Z | Downloaded rustls v0.23.37 |
| 1627 | 2026-04-25T00:42:09.318Z | Downloaded smoltcp v0.11.0 |
| 1628 | 2026-04-25T00:42:09.325Z | Downloaded rhai v1.24.0 |
| 1629 | 2026-04-25T00:42:09.330Z | Downloaded regex-syntax v0.8.10 |
| 1630 | 2026-04-25T00:42:09.336Z | Downloaded rustix v0.38.44 |
| 1631 | 2026-04-25T00:42:09.347Z | Downloaded regress v0.10.5 |
| 1632 | 2026-04-25T00:42:09.351Z | Downloaded nix v0.31.2 |
| 1633 | 2026-04-25T00:42:09.360Z | Downloaded openapiv3 v2.2.0 |
| 1634 | 2026-04-25T00:42:09.367Z | Downloaded typify-impl v0.6.1 |
| 1635 | 2026-04-25T00:42:09.374Z | Downloaded tracing v0.1.44 |
| 1636 | 2026-04-25T00:42:09.385Z | Downloaded rustix v1.1.4 |
| 1637 | 2026-04-25T00:42:09.399Z | Downloaded sled v0.34.7 |
| 1638 | 2026-04-25T00:42:09.405Z | Downloaded hickory-proto v0.25.2 |
| 1639 | 2026-04-25T00:42:09.413Z | Downloaded bstr v1.12.1 |
| 1640 | 2026-04-25T00:42:09.417Z | Downloaded regex-automata v0.4.14 |
| 1641 | 2026-04-25T00:42:09.426Z | Downloaded foreign-types-macros v0.2.3 |
| 1642 | 2026-04-25T00:42:09.428Z | Downloaded foreign-types v0.5.0 |
| 1643 | 2026-04-25T00:42:09.428Z | Downloaded dtrace-parser v0.2.0 |
| 1644 | 2026-04-25T00:42:09.428Z | Downloaded bit-set v0.8.0 |
| 1645 | 2026-04-25T00:42:09.429Z | Downloaded typify-impl v0.4.3 |
| 1646 | 2026-04-25T00:42:09.437Z | Downloaded backon v1.6.0 |
| 1647 | 2026-04-25T00:42:09.440Z | Downloaded anyhow v1.0.102 |
| 1648 | 2026-04-25T00:42:09.440Z | Downloaded crc8 v0.1.1 |
| 1649 | 2026-04-25T00:42:09.443Z | Downloaded convert_case v0.4.0 |
| 1650 | 2026-04-25T00:42:09.443Z | Downloaded const-random-macro v0.1.16 |
| 1651 | 2026-04-25T00:42:09.443Z | Downloaded cfg-if v1.0.4 |
| 1652 | 2026-04-25T00:42:09.443Z | Downloaded anstyle-query v1.1.5 |
| 1653 | 2026-04-25T00:42:09.443Z | Downloaded anstream v1.0.0 |
| 1654 | 2026-04-25T00:42:09.447Z | Downloaded jiff v0.2.23 |
| 1655 | 2026-04-25T00:42:09.457Z | Downloaded lzma-sys v0.1.20 |
| 1656 | 2026-04-25T00:42:09.495Z | Downloaded encoding_rs v0.8.35 |
| 1657 | 2026-04-25T00:42:09.507Z | Downloaded petgraph v0.6.5 |
| 1658 | 2026-04-25T00:42:09.542Z | Downloaded chrono-tz v0.10.4 |
| 1659 | 2026-04-25T00:42:09.561Z | Downloaded petgraph v0.8.3 |
| 1660 | 2026-04-25T00:42:09.574Z | Downloaded libc v0.2.186 |
| 1661 | 2026-04-25T00:42:09.593Z | Downloaded csv v1.4.0 |
| 1662 | 2026-04-25T00:42:09.625Z | Downloaded tokio v1.52.0 |
| 1663 | 2026-04-25T00:42:09.648Z | Downloaded sha3 v0.10.8 |
| 1664 | 2026-04-25T00:42:09.708Z | Downloaded ring v0.17.14 |
| 1665 | 2026-04-25T00:42:10.206Z | Downloaded aws-lc-sys v0.39.1 |
| 1666 | 2026-04-25T00:42:10.577Z | Compiling proc-macro2 v1.0.106 |
| 1667 | 2026-04-25T00:42:10.577Z | Compiling quote v1.0.45 |
| 1668 | 2026-04-25T00:42:10.580Z | Compiling unicode-ident v1.0.24 |
| 1669 | 2026-04-25T00:42:10.581Z | Compiling serde_core v1.0.228 |
| 1670 | 2026-04-25T00:42:10.581Z | Compiling serde v1.0.228 |
| 1671 | 2026-04-25T00:42:10.581Z | Compiling libc v0.2.186 |
| 1672 | 2026-04-25T00:42:10.581Z | Compiling cfg-if v1.0.4 |
| 1673 | 2026-04-25T00:42:10.910Z | Compiling zmij v1.0.21 |
| 1674 | 2026-04-25T00:42:10.951Z | Compiling autocfg v1.5.0 |
| 1675 | 2026-04-25T00:42:11.332Z | Compiling memchr v2.8.0 |
| 1676 | 2026-04-25T00:42:11.596Z | Compiling libm v0.2.16 |
| 1677 | 2026-04-25T00:42:11.939Z | Compiling version_check v0.9.5 |
| 1678 | 2026-04-25T00:42:11.997Z | Compiling itoa v1.0.18 |
| 1679 | 2026-04-25T00:42:12.218Z | Compiling icu_normalizer_data v2.1.1 |
| 1680 | 2026-04-25T00:42:12.249Z | Compiling icu_properties_data v2.1.2 |
| 1681 | 2026-04-25T00:42:12.283Z | Compiling stable_deref_trait v1.2.1 |
| 1682 | 2026-04-25T00:42:12.423Z | Compiling serde_json v1.0.149 |
| 1683 | 2026-04-25T00:42:12.459Z | Compiling syn v2.0.117 |
| 1684 | 2026-04-25T00:42:12.517Z | Compiling thiserror v2.0.18 |
| 1685 | 2026-04-25T00:42:12.520Z | Compiling parking_lot_core v0.9.12 |
| 1686 | 2026-04-25T00:42:12.721Z | Compiling num-traits v0.2.19 |
| 1687 | 2026-04-25T00:42:12.743Z | Compiling litemap v0.8.1 |
| 1688 | 2026-04-25T00:42:12.802Z | Compiling writeable v0.6.2 |
| 1689 | 2026-04-25T00:42:12.943Z | Compiling percent-encoding v2.3.2 |
| 1690 | 2026-04-25T00:42:13.061Z | Compiling getrandom v0.4.2 |
| 1691 | 2026-04-25T00:42:13.152Z | Compiling rand_core v0.10.0 |
| 1692 | 2026-04-25T00:42:13.190Z | Compiling form_urlencoded v1.2.2 |
| 1693 | 2026-04-25T00:42:13.220Z | Compiling jobserver v0.1.34 |
| 1694 | 2026-04-25T00:42:13.322Z | Compiling find-msvc-tools v0.1.9 |
| 1695 | 2026-04-25T00:42:13.364Z | Compiling shlex v1.3.0 |
| 1696 | 2026-04-25T00:42:13.475Z | Compiling utf8_iter v1.0.4 |
| 1697 | 2026-04-25T00:42:13.576Z | Compiling cc v1.2.58 |
| 1698 | 2026-04-25T00:42:13.576Z | Compiling heck v0.5.0 |
| 1699 | 2026-04-25T00:42:13.692Z | Compiling zerocopy v0.8.48 |
| 1700 | 2026-04-25T00:42:13.695Z | Compiling errno v0.3.14 |
| 1701 | 2026-04-25T00:42:14.147Z | Compiling iana-time-zone v0.1.65 |
| 1702 | 2026-04-25T00:42:14.165Z | Compiling uuid v1.23.0 |
| 1703 | 2026-04-25T00:42:14.429Z | Compiling getrandom v0.2.17 |
| 1704 | 2026-04-25T00:42:14.503Z | Compiling rustversion v1.0.22 |
| 1705 | 2026-04-25T00:42:14.592Z | Compiling pin-project-lite v0.2.17 |
| 1706 | 2026-04-25T00:42:14.652Z | Compiling semver v1.0.28 |
| 1707 | 2026-04-25T00:42:14.701Z | Compiling dyn-clone v1.0.20 |
| 1708 | 2026-04-25T00:42:14.771Z | Compiling schemars v0.8.22 |
| 1709 | 2026-04-25T00:42:14.817Z | Compiling scopeguard v1.2.0 |
| 1710 | 2026-04-25T00:42:14.940Z | Compiling lock_api v0.4.14 |
| 1711 | 2026-04-25T00:42:15.083Z | Compiling socket2 v0.6.3 |
| 1712 | 2026-04-25T00:42:15.101Z | Compiling bitflags v2.11.0 |
| 1713 | 2026-04-25T00:42:15.118Z | Compiling signal-hook-registry v1.4.8 |
| 1714 | 2026-04-25T00:42:15.189Z | Compiling mio v1.2.0 |
| 1715 | 2026-04-25T00:42:15.316Z | Compiling synstructure v0.13.2 |
| 1716 | 2026-04-25T00:42:15.516Z | Compiling serde_derive_internals v0.29.1 |
| 1717 | 2026-04-25T00:42:15.619Z | Compiling portable-atomic v1.13.1 |
| 1718 | 2026-04-25T00:42:15.880Z | Compiling typenum v1.19.0 |
| 1719 | 2026-04-25T00:42:15.900Z | Compiling log v0.4.29 |
| 1720 | 2026-04-25T00:42:15.982Z | Compiling subtle v2.6.1 |
| 1721 | 2026-04-25T00:42:15.999Z | Compiling critical-section v1.2.0 |
| 1722 | 2026-04-25T00:42:16.095Z | Compiling foldhash v0.2.0 |
| 1723 | 2026-04-25T00:42:16.115Z | Compiling equivalent v1.0.2 |
| 1724 | 2026-04-25T00:42:16.166Z | Compiling allocator-api2 v0.2.21 |
| 1725 | 2026-04-25T00:42:16.169Z | Compiling futures-core v0.3.32 |
| 1726 | 2026-04-25T00:42:16.236Z | Compiling ring v0.17.14 |
| 1727 | 2026-04-25T00:42:16.285Z | Compiling cmake v0.1.58 |
| 1728 | 2026-04-25T00:42:16.328Z | Compiling dunce v1.0.5 |
| 1729 | 2026-04-25T00:42:16.351Z | Compiling fs_extra v1.3.0 |
| 1730 | 2026-04-25T00:42:16.503Z | Compiling hashbrown v0.16.1 |
| 1731 | 2026-04-25T00:42:16.557Z | Compiling serde_derive v1.0.228 |
| 1732 | 2026-04-25T00:42:16.614Z | Compiling zerofrom-derive v0.1.6 |
| 1733 | 2026-04-25T00:42:16.631Z | Compiling yoke-derive v0.8.1 |
| 1734 | 2026-04-25T00:42:16.711Z | Compiling zerovec-derive v0.11.2 |
| 1735 | 2026-04-25T00:42:16.757Z | Compiling displaydoc v0.2.5 |
| 1736 | 2026-04-25T00:42:16.838Z | Compiling schemars_derive v0.8.22 |
| 1737 | 2026-04-25T00:42:16.925Z | Compiling thiserror-impl v2.0.18 |
| 1738 | 2026-04-25T00:42:17.083Z | Compiling tokio-macros v2.7.0 |
| 1739 | 2026-04-25T00:42:17.521Z | Compiling zerocopy-derive v0.8.48 |
| 1740 | 2026-04-25T00:42:17.651Z | Compiling zeroize_derive v1.4.3 |
| 1741 | 2026-04-25T00:42:17.800Z | Compiling futures-macro v0.3.32 |
| 1742 | 2026-04-25T00:42:17.818Z | Compiling zerofrom v0.1.6 |
| 1743 | 2026-04-25T00:42:17.841Z | Compiling once_cell v1.21.4 |
| 1744 | 2026-04-25T00:42:17.956Z | Compiling yoke v0.8.1 |
| 1745 | 2026-04-25T00:42:18.044Z | Compiling aws-lc-sys v0.39.1 |
| 1746 | 2026-04-25T00:42:18.090Z | Compiling httparse v1.10.1 |
| 1747 | 2026-04-25T00:42:18.157Z | Compiling zerovec v0.11.5 |
| 1748 | 2026-04-25T00:42:18.175Z | Compiling zerotrie v0.2.3 |
| 1749 | 2026-04-25T00:42:18.322Z | Compiling zeroize v1.8.2 |
| 1750 | 2026-04-25T00:42:18.612Z | Compiling futures-sink v0.3.32 |
| 1751 | 2026-04-25T00:42:18.615Z | Compiling rand_core v0.6.4 |
| 1752 | 2026-04-25T00:42:18.677Z | Compiling tinystr v0.8.2 |
| 1753 | 2026-04-25T00:42:18.732Z | Compiling potential_utf v0.1.4 |
| 1754 | 2026-04-25T00:42:18.750Z | Compiling slab v0.4.12 |
| 1755 | 2026-04-25T00:42:18.870Z | Compiling icu_locale_core v2.1.1 |
| 1756 | 2026-04-25T00:42:18.887Z | Compiling icu_collections v2.1.1 |
| 1757 | 2026-04-25T00:42:18.903Z | Compiling rustix v1.1.4 |
| 1758 | 2026-04-25T00:42:18.921Z | Compiling ucd-trie v0.1.7 |
| 1759 | 2026-04-25T00:42:18.954Z | Compiling thiserror v1.0.69 |
| 1760 | 2026-04-25T00:42:19.167Z | Compiling pest v2.8.6 |
| 1761 | 2026-04-25T00:42:19.287Z | Compiling futures-channel v0.3.32 |
| 1762 | 2026-04-25T00:42:19.290Z | Compiling thiserror-impl v1.0.69 |
| 1763 | 2026-04-25T00:42:19.570Z | Compiling icu_provider v2.1.1 |
| 1764 | 2026-04-25T00:42:19.627Z | Compiling futures-io v0.3.32 |
| 1765 | 2026-04-25T00:42:19.768Z | Compiling smallvec v1.15.1 |
| 1766 | 2026-04-25T00:42:19.829Z | Compiling bytes v1.11.1 |
| 1767 | 2026-04-25T00:42:19.863Z | Compiling icu_properties v2.1.2 |
| 1768 | 2026-04-25T00:42:19.985Z | Compiling chrono v0.4.44 |
| 1769 | 2026-04-25T00:42:20.053Z | Compiling icu_normalizer v2.1.1 |
| 1770 | 2026-04-25T00:42:20.498Z | Compiling serde_tokenstream v0.2.3 |
| 1771 | 2026-04-25T00:42:20.777Z | Compiling idna_adapter v1.2.1 |
| 1772 | 2026-04-25T00:42:20.809Z | Compiling parking_lot v0.12.5 |
| 1773 | 2026-04-25T00:42:20.932Z | Compiling idna v1.1.0 |
| 1774 | 2026-04-25T00:42:21.278Z | Compiling url v2.5.8 |
| 1775 | 2026-04-25T00:42:21.356Z | Compiling tokio v1.52.0 |
| 1776 | 2026-04-25T00:42:21.413Z | Compiling pest_meta v2.8.6 |
| 1777 | 2026-04-25T00:42:21.463Z | Compiling futures-task v0.3.32 |
| 1778 | 2026-04-25T00:42:21.652Z | Compiling futures-util v0.3.32 |
| 1779 | 2026-04-25T00:42:21.726Z | Compiling generic-array v0.14.7 |
| 1780 | 2026-04-25T00:42:22.211Z | Compiling pest_generator v2.8.6 |
| 1781 | 2026-04-25T00:42:22.672Z | Compiling regex-syntax v0.8.10 |
| 1782 | 2026-04-25T00:42:22.847Z | Compiling pest_derive v2.8.6 |
| 1783 | 2026-04-25T00:42:22.989Z | Compiling getrandom v0.3.4 |
| 1784 | 2026-04-25T00:42:23.398Z | Compiling strsim v0.11.1 |
| 1785 | 2026-04-25T00:42:23.491Z | Compiling indexmap v2.13.0 |
| 1786 | 2026-04-25T00:42:23.702Z | Compiling tracing-core v0.1.36 |
| 1787 | 2026-04-25T00:42:23.812Z | Compiling tracing-attributes v0.1.31 |
| 1788 | 2026-04-25T00:42:24.309Z | Compiling aho-corasick v1.1.4 |
| 1789 | 2026-04-25T00:42:24.534Z | Compiling byteorder v1.5.0 |
| 1790 | 2026-04-25T00:42:24.928Z | Compiling ident_case v1.0.1 |
| 1791 | 2026-04-25T00:42:25.057Z | Compiling fnv v1.0.7 |
| 1792 | 2026-04-25T00:42:25.057Z | Compiling tracing v0.1.44 |
| 1793 | 2026-04-25T00:42:25.135Z | Compiling regex-automata v0.4.14 |
| 1794 | 2026-04-25T00:42:25.427Z | Compiling ipnetwork v0.21.1 |
| 1795 | 2026-04-25T00:42:25.459Z | Compiling rustls-pki-types v1.14.0 |
| 1796 | 2026-04-25T00:42:26.198Z | Compiling slog v2.8.2 |
| 1797 | 2026-04-25T00:42:26.379Z | Compiling base64 v0.22.1 |
| 1798 | 2026-04-25T00:42:26.450Z | Compiling paste v1.0.15 |
| 1799 | 2026-04-25T00:42:26.806Z | Compiling regex v1.12.3 |
| 1800 | 2026-04-25T00:42:26.996Z | Compiling http v1.4.0 |
| 1801 | 2026-04-25T00:42:27.195Z | Compiling erased-serde v0.3.31 |
| 1802 | 2026-04-25T00:42:27.223Z | Compiling omicron-workspace-hack v0.1.0 |
| 1803 | 2026-04-25T00:42:27.452Z | Compiling anyhow v1.0.102 |
| 1804 | 2026-04-25T00:42:27.805Z | Compiling crypto-common v0.1.7 |
| 1805 | 2026-04-25T00:42:27.958Z | Compiling untrusted v0.9.0 |
| 1806 | 2026-04-25T00:42:28.287Z | Compiling scroll_derive v0.13.1 |
| 1807 | 2026-04-25T00:42:28.308Z | Compiling time-core v0.1.8 |
| 1808 | 2026-04-25T00:42:28.403Z | Compiling num-conv v0.2.1 |
| 1809 | 2026-04-25T00:42:28.558Z | Compiling time-macros v0.2.27 |
| 1810 | 2026-04-25T00:42:28.619Z | Compiling ipnet v2.12.0 |
| 1811 | 2026-04-25T00:42:28.818Z | Compiling tokio-util v0.7.18 |
| 1812 | 2026-04-25T00:42:29.121Z | Compiling http-body v1.0.1 |
| 1813 | 2026-04-25T00:42:29.300Z | Compiling ppv-lite86 v0.2.21 |
| 1814 | 2026-04-25T00:42:29.692Z | Compiling async-trait v0.1.89 |
| 1815 | 2026-04-25T00:42:29.729Z | Compiling daft-derive v0.1.5 |
| 1816 | 2026-04-25T00:42:29.801Z | Compiling camino v1.2.2 |
| 1817 | 2026-04-25T00:42:29.960Z | Compiling atomic-waker v1.1.2 |
| 1818 | 2026-04-25T00:42:30.051Z | Compiling syn v1.0.109 |
| 1819 | 2026-04-25T00:42:30.444Z | Compiling oxnet v0.1.4 |
| 1820 | 2026-04-25T00:42:30.725Z | Compiling tower-layer v0.3.3 |
| 1821 | 2026-04-25T00:42:30.747Z | Compiling crossbeam-utils v0.8.21 |
| 1822 | 2026-04-25T00:42:30.933Z | Compiling tower-service v0.3.3 |
| 1823 | 2026-04-25T00:42:31.052Z | Compiling try-lock v0.2.5 |
| 1824 | 2026-04-25T00:42:31.069Z | Compiling pretty-hex v0.4.2 |
| 1825 | 2026-04-25T00:42:31.177Z | Compiling usdt-impl v0.6.0 |
| 1826 | 2026-04-25T00:42:31.375Z | Compiling ryu v1.0.23 |
| 1827 | 2026-04-25T00:42:31.425Z | Compiling want v0.3.1 |
| 1828 | 2026-04-25T00:42:31.666Z | Compiling h2 v0.4.13 |
| 1829 | 2026-04-25T00:42:31.930Z | Compiling scroll v0.13.0 |
| 1830 | 2026-04-25T00:42:32.568Z | Compiling block-buffer v0.10.4 |
| 1831 | 2026-04-25T00:42:32.742Z | Compiling aws-lc-rs v1.16.2 |
| 1832 | 2026-04-25T00:42:33.190Z | Compiling httpdate v1.0.3 |
| 1833 | 2026-04-25T00:42:33.322Z | Compiling plain v0.2.3 |
| 1834 | 2026-04-25T00:42:33.441Z | Compiling goblin v0.10.5 |
| 1835 | 2026-04-25T00:42:33.597Z | Compiling digest v0.10.7 |
| 1836 | 2026-04-25T00:42:34.528Z | Compiling hyper v1.9.0 |
| 1837 | 2026-04-25T00:42:34.818Z | Compiling slog-async v2.8.0 |
| 1838 | 2026-04-25T00:42:35.042Z | Compiling dtrace-parser v0.3.0 |
| 1839 | 2026-04-25T00:42:35.138Z | Compiling thread-id v5.1.0 |
| 1840 | 2026-04-25T00:42:35.231Z | Compiling ref-cast v1.0.25 |
| 1841 | 2026-04-25T00:42:35.634Z | Compiling untrusted v0.7.1 |
| 1842 | 2026-04-25T00:42:36.136Z | Compiling dof v0.4.0 |
| 1843 | 2026-04-25T00:42:37.153Z | Compiling hyper-util v0.1.20 |
| 1844 | 2026-04-25T00:42:37.429Z | Compiling serde_urlencoded v0.7.1 |
| 1845 | 2026-04-25T00:42:37.593Z | Compiling http-body-util v0.1.3 |
| 1846 | 2026-04-25T00:42:37.713Z | Compiling rustls v0.23.37 |
| 1847 | 2026-04-25T00:42:37.881Z | Compiling rustls v0.22.4 |
| 1848 | 2026-04-25T00:42:37.935Z | Compiling rand_core v0.9.5 |
| 1849 | 2026-04-25T00:42:38.221Z | Compiling ref-cast-impl v1.0.25 |
| 1850 | 2026-04-25T00:42:38.513Z | Compiling usdt-macro v0.6.0 |
| 1851 | 2026-04-25T00:42:38.617Z | Compiling usdt-attr-macro v0.6.0 |
| 1852 | 2026-04-25T00:42:38.864Z | Compiling structmeta-derive v0.3.0 |
| 1853 | 2026-04-25T00:42:39.023Z | Compiling multer v3.1.0 |
| 1854 | 2026-04-25T00:42:39.287Z | Compiling powerfmt v0.2.0 |
| 1855 | 2026-04-25T00:42:39.345Z | Compiling rand_chacha v0.9.0 |
| 1856 | 2026-04-25T00:42:39.495Z | Compiling deranged v0.5.8 |
| 1857 | 2026-04-25T00:42:39.559Z | Compiling darling_core v0.23.0 |
| 1858 | 2026-04-25T00:42:39.930Z | Compiling structmeta v0.3.0 |
| 1859 | 2026-04-25T00:42:39.963Z | Compiling newtype-uuid-macros v0.1.0 |
| 1860 | 2026-04-25T00:42:40.138Z | Compiling sync_wrapper v1.0.2 |
| 1861 | 2026-04-25T00:42:40.559Z | Compiling num_threads v0.1.7 |
| 1862 | 2026-04-25T00:42:40.675Z | Compiling cpufeatures v0.2.17 |
| 1863 | 2026-04-25T00:42:40.779Z | Compiling tower v0.5.3 |
| 1864 | 2026-04-25T00:42:40.794Z | Compiling rand v0.9.2 |
| 1865 | 2026-04-25T00:42:40.842Z | Compiling webpki-roots v1.0.6 |
| 1866 | 2026-04-25T00:42:40.918Z | Compiling time v0.3.47 |
| 1867 | 2026-04-25T00:42:40.973Z | Compiling newtype-uuid v1.3.2 |
| 1868 | 2026-04-25T00:42:41.365Z | Compiling async-stream-impl v0.3.6 |
| 1869 | 2026-04-25T00:42:41.509Z | Compiling strum_macros v0.26.4 |
| 1870 | 2026-04-25T00:42:41.713Z | Compiling darling_macro v0.23.0 |
| 1871 | 2026-04-25T00:42:42.016Z | Compiling iri-string v0.7.12 |
| 1872 | 2026-04-25T00:42:42.511Z | Compiling hex v0.4.3 |
| 1873 | 2026-04-25T00:42:42.806Z | Compiling darling v0.23.0 |
| 1874 | 2026-04-25T00:42:43.152Z | Compiling daft v0.1.5 |
| 1875 | 2026-04-25T00:42:43.450Z | Compiling crossbeam-channel v0.5.15 |
| 1876 | 2026-04-25T00:42:43.764Z | Compiling tower-http v0.6.8 |
| 1877 | 2026-04-25T00:42:44.199Z | Compiling openapiv3 v2.2.0 |
| 1878 | 2026-04-25T00:42:44.554Z | Compiling dropshot v0.16.7 |
| 1879 | 2026-04-25T00:42:44.650Z | Compiling fastrand v2.3.0 |
| 1880 | 2026-04-25T00:42:44.798Z | Compiling serde_with_macros v3.18.0 |
| 1881 | 2026-04-25T00:42:45.301Z | Compiling futures-executor v0.3.32 |
| 1882 | 2026-04-25T00:42:45.330Z | Compiling regress v0.10.5 |
| 1883 | 2026-04-25T00:42:45.785Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1884 | 2026-04-25T00:42:45.963Z | Compiling thread_local v1.1.9 |
| 1885 | 2026-04-25T00:42:46.261Z | Compiling winnow v1.0.1 |
| 1886 | 2026-04-25T00:42:46.366Z | Compiling futures v0.3.32 |
| 1887 | 2026-04-25T00:42:46.481Z | Compiling derive-ex v0.1.8 |
| 1888 | 2026-04-25T00:42:47.229Z | Compiling dropshot_endpoint v0.16.7 |
| 1889 | 2026-04-25T00:42:47.796Z | Compiling strum_macros v0.27.2 |
| 1890 | 2026-04-25T00:42:48.048Z | Compiling is-terminal v0.4.17 |
| 1891 | 2026-04-25T00:42:48.158Z | Compiling take_mut v0.2.2 |
| 1892 | 2026-04-25T00:42:48.285Z | Compiling term v1.2.1 |
| 1893 | 2026-04-25T00:42:48.901Z | Compiling slog-term v2.9.2 |
| 1894 | 2026-04-25T00:42:50.066Z | Compiling test-strategy v0.4.5 |
| 1895 | 2026-04-25T00:42:50.126Z | Compiling tempfile v3.27.0 |
| 1896 | 2026-04-25T00:42:51.069Z | Compiling macaddr v1.0.1 |
| 1897 | 2026-04-25T00:42:51.329Z | Compiling match_cfg v0.1.0 |
| 1898 | 2026-04-25T00:42:51.415Z | Compiling hostname v0.3.1 |
| 1899 | 2026-04-25T00:42:51.823Z | Compiling slog-json v2.6.1 |
| 1900 | 2026-04-25T00:42:51.874Z | Compiling memmap2 v0.9.10 |
| 1901 | 2026-04-25T00:42:52.076Z | Compiling openssl-probe v0.2.1 |
| 1902 | 2026-04-25T00:42:52.168Z | Compiling usdt v0.6.0 |
| 1903 | 2026-04-25T00:42:52.334Z | Compiling rustls-native-certs v0.8.3 |
| 1904 | 2026-04-25T00:42:52.474Z | Compiling slog-bunyan v2.5.0 |
| 1905 | 2026-04-25T00:42:52.824Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 1906 | 2026-04-25T00:42:53.103Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1907 | 2026-04-25T00:42:53.169Z | Compiling rustls-webpki v0.102.8 |
| 1908 | 2026-04-25T00:42:53.471Z | Compiling serde_spanned v1.1.0 |
| 1909 | 2026-04-25T00:42:54.024Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 1910 | 2026-04-25T00:42:54.134Z | Compiling winnow v0.7.15 |
| 1911 | 2026-04-25T00:42:54.156Z | Compiling debug-ignore v1.0.5 |
| 1912 | 2026-04-25T00:42:54.280Z | Compiling either v1.15.0 |
| 1913 | 2026-04-25T00:42:54.795Z | Compiling parse-display-derive v0.10.0 |
| 1914 | 2026-04-25T00:42:54.888Z | Compiling rand_chacha v0.3.1 |
| 1915 | 2026-04-25T00:42:54.983Z | Compiling encoding_rs v0.8.35 |
| 1916 | 2026-04-25T00:42:55.741Z | Compiling spin v0.9.8 |
| 1917 | 2026-04-25T00:42:55.880Z | Compiling mime v0.3.17 |
| 1918 | 2026-04-25T00:42:56.371Z | Compiling rand v0.8.5 |
| 1919 | 2026-04-25T00:42:56.373Z | Compiling strum v0.26.3 |
| 1920 | 2026-04-25T00:42:56.522Z | Compiling async-stream v0.3.6 |
| 1921 | 2026-04-25T00:42:56.726Z | Compiling tokio-rustls v0.25.0 |
| 1922 | 2026-04-25T00:42:56.992Z | Compiling sha1 v0.10.6 |
| 1923 | 2026-04-25T00:42:57.150Z | Compiling waitgroup v0.1.2 |
| 1924 | 2026-04-25T00:42:57.239Z | Compiling rustls-pemfile v2.2.0 |
| 1925 | 2026-04-25T00:42:57.314Z | Compiling serde_path_to_error v0.1.20 |
| 1926 | 2026-04-25T00:42:57.435Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1927 | 2026-04-25T00:42:57.526Z | Compiling wait-timeout v0.2.1 |
| 1928 | 2026-04-25T00:42:57.655Z | Compiling hostname v0.4.2 |
| 1929 | 2026-04-25T00:42:57.829Z | Compiling quick-error v1.2.3 |
| 1930 | 2026-04-25T00:42:57.947Z | Compiling bit-vec v0.8.0 |
| 1931 | 2026-04-25T00:42:57.964Z | Compiling rusty-fork v0.3.1 |
| 1932 | 2026-04-25T00:42:58.011Z | Compiling toml v0.9.12+spec-1.1.0 |
| 1933 | 2026-04-25T00:42:58.254Z | Compiling bit-set v0.8.0 |
| 1934 | 2026-04-25T00:42:58.560Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1935 | 2026-04-25T00:42:58.698Z | Compiling serde_with v3.18.0 |
| 1936 | 2026-04-25T00:42:58.867Z | Compiling rand_xorshift v0.4.0 |
| 1937 | 2026-04-25T00:42:59.041Z | Compiling unarray v0.1.4 |
| 1938 | 2026-04-25T00:42:59.180Z | Compiling proptest v1.11.0 |
| 1939 | 2026-04-25T00:42:59.619Z | Compiling strum v0.27.2 |
| 1940 | 2026-04-25T00:42:59.771Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1941 | 2026-04-25T00:42:59.791Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1942 | 2026-04-25T00:42:59.937Z | Compiling instant v0.1.13 |
| 1943 | 2026-04-25T00:43:00.470Z | Compiling unicode-width v0.2.2 |
| 1944 | 2026-04-25T00:43:00.813Z | Compiling rustc-hash v2.1.2 |
| 1945 | 2026-04-25T00:43:01.182Z | Compiling itertools v0.14.0 |
| 1946 | 2026-04-25T00:43:01.266Z | Compiling iddqd v0.3.17 |
| 1947 | 2026-04-25T00:43:02.258Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 1948 | 2026-04-25T00:43:04.297Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 1949 | 2026-04-25T00:43:04.979Z | Compiling backon v1.6.0 |
| 1950 | 2026-04-25T00:43:05.978Z | Compiling backoff v0.4.0 |
| 1951 | 2026-04-25T00:43:06.236Z | Compiling parse-display v0.10.0 |
| 1952 | 2026-04-25T00:43:06.384Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 1953 | 2026-04-25T00:43:08.370Z | Compiling zerocopy-derive v0.7.35 |
| 1954 | 2026-04-25T00:43:09.376Z | Compiling darling_core v0.21.3 |
| 1955 | 2026-04-25T00:43:09.767Z | Compiling clap_derive v4.6.0 |
| 1956 | 2026-04-25T00:43:10.056Z | Compiling utf8parse v0.2.2 |
| 1957 | 2026-04-25T00:43:10.178Z | Compiling anstyle-parse v1.0.0 |
| 1958 | 2026-04-25T00:43:11.442Z | Compiling terminal_size v0.4.4 |
| 1959 | 2026-04-25T00:43:11.479Z | Compiling toml_datetime v0.6.11 |
| 1960 | 2026-04-25T00:43:11.496Z | Compiling darling_macro v0.21.3 |
| 1961 | 2026-04-25T00:43:11.601Z | Compiling convert_case v0.4.0 |
| 1962 | 2026-04-25T00:43:11.714Z | Compiling anstyle v1.0.14 |
| 1963 | 2026-04-25T00:43:11.852Z | Compiling anstyle-query v1.1.5 |
| 1964 | 2026-04-25T00:43:12.048Z | Compiling is_terminal_polyfill v1.70.2 |
| 1965 | 2026-04-25T00:43:12.146Z | Compiling colorchoice v1.0.5 |
| 1966 | 2026-04-25T00:43:12.175Z | Compiling darling v0.21.3 |
| 1967 | 2026-04-25T00:43:12.260Z | Compiling anstream v1.0.0 |
| 1968 | 2026-04-25T00:43:12.277Z | Compiling derive_more v0.99.20 |
| 1969 | 2026-04-25T00:43:13.501Z | Compiling heapless v0.8.0 |
| 1970 | 2026-04-25T00:43:13.801Z | Compiling tinyvec_macros v0.1.1 |
| 1971 | 2026-04-25T00:43:13.898Z | Compiling clap_lex v1.1.0 |
| 1972 | 2026-04-25T00:43:14.249Z | Compiling clap_builder v4.6.0 |
| 1973 | 2026-04-25T00:43:14.431Z | Compiling tinyvec v1.11.0 |
| 1974 | 2026-04-25T00:43:15.027Z | Compiling ingot-macros v0.1.1 |
| 1975 | 2026-04-25T00:43:15.273Z | Compiling zerocopy v0.7.35 |
| 1976 | 2026-04-25T00:43:15.291Z | Compiling typify-impl v0.6.1 |
| 1977 | 2026-04-25T00:43:15.828Z | Compiling hash32 v0.3.1 |
| 1978 | 2026-04-25T00:43:15.846Z | Compiling secrecy v0.10.3 |
| 1979 | 2026-04-25T00:43:15.997Z | Compiling scroll_derive v0.12.1 |
| 1980 | 2026-04-25T00:43:16.018Z | Compiling usdt-impl v0.5.0 |
| 1981 | 2026-04-25T00:43:16.706Z | Compiling crucible-workspace-hack v0.1.0 |
| 1982 | 2026-04-25T00:43:16.933Z | Compiling smoltcp v0.11.0 |
| 1983 | 2026-04-25T00:43:17.125Z | Compiling scroll v0.12.0 |
| 1984 | 2026-04-25T00:43:17.544Z | Compiling clap v4.6.0 |
| 1985 | 2026-04-25T00:43:17.676Z | Compiling ingot-types v0.1.2 |
| 1986 | 2026-04-25T00:43:17.955Z | Compiling dof v0.3.0 |
| 1987 | 2026-04-25T00:43:18.510Z | Compiling dtrace-parser v0.2.0 |
| 1988 | 2026-04-25T00:43:18.637Z | Compiling cobs v0.3.0 |
| 1989 | 2026-04-25T00:43:18.659Z | Compiling typify-macro v0.6.1 |
| 1990 | 2026-04-25T00:43:18.677Z | Compiling rustc_version v0.4.1 |
| 1991 | 2026-04-25T00:43:18.950Z | Compiling thread-id v4.2.2 |
| 1992 | 2026-04-25T00:43:19.060Z | Compiling bitflags v1.3.2 |
| 1993 | 2026-04-25T00:43:19.081Z | Compiling unsafe-libyaml v0.2.11 |
| 1994 | 2026-04-25T00:43:19.152Z | Compiling managed v0.8.0 |
| 1995 | 2026-04-25T00:43:19.593Z | Compiling serde_yaml v0.9.34+deprecated |
| 1996 | 2026-04-25T00:43:19.744Z | Compiling curve25519-dalek v4.1.3 |
| 1997 | 2026-04-25T00:43:20.042Z | Compiling postcard v1.1.3 |
| 1998 | 2026-04-25T00:43:20.868Z | Compiling ingot v0.1.1 |
| 1999 | 2026-04-25T00:43:20.886Z | Compiling goblin v0.8.2 |
| 2000 | 2026-04-25T00:43:22.424Z | Compiling tabwriter v1.4.1 |
| 2001 | 2026-04-25T00:43:22.791Z | Compiling hubpack_derive v0.1.1 |
| 2002 | 2026-04-25T00:43:22.821Z | Compiling crossbeam-epoch v0.9.18 |
| 2003 | 2026-04-25T00:43:23.018Z | Compiling hmac v0.12.1 |
| 2004 | 2026-04-25T00:43:23.185Z | Compiling inout v0.1.4 |
| 2005 | 2026-04-25T00:43:23.319Z | Compiling serde_spanned v0.6.9 |
| 2006 | 2026-04-25T00:43:23.355Z | Compiling ff v0.13.1 |
| 2007 | 2026-04-25T00:43:23.489Z | Compiling num-integer v0.1.46 |
| 2008 | 2026-04-25T00:43:24.258Z | Compiling prettyplease v0.2.37 |
| 2009 | 2026-04-25T00:43:24.358Z | Compiling toml_datetime v1.1.0+spec-1.1.0 |
| 2010 | 2026-04-25T00:43:24.586Z | Compiling toml_write v0.1.2 |
| 2011 | 2026-04-25T00:43:24.779Z | Compiling toml_edit v0.22.27 |
| 2012 | 2026-04-25T00:43:24.821Z | Compiling toml_edit v0.25.8+spec-1.1.0 |
| 2013 | 2026-04-25T00:43:26.099Z | Compiling group v0.13.0 |
| 2014 | 2026-04-25T00:43:26.148Z | Compiling hubpack v0.1.2 |
| 2015 | 2026-04-25T00:43:26.221Z | Compiling cipher v0.4.4 |
| 2016 | 2026-04-25T00:43:26.400Z | Compiling hkdf v0.12.4 |
| 2017 | 2026-04-25T00:43:26.908Z | Compiling reqwest v0.12.28 |
| 2018 | 2026-04-25T00:43:27.863Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2019 | 2026-04-25T00:43:28.518Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2020 | 2026-04-25T00:43:28.774Z | Compiling universal-hash v0.5.1 |
| 2021 | 2026-04-25T00:43:28.945Z | Compiling crypto-bigint v0.5.5 |
| 2022 | 2026-04-25T00:43:29.226Z | Compiling half v2.7.1 |
| 2023 | 2026-04-25T00:43:29.576Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2024 | 2026-04-25T00:43:29.930Z | Compiling proc-macro-error-attr v1.0.4 |
| 2025 | 2026-04-25T00:43:30.186Z | Compiling memoffset v0.9.1 |
| 2026 | 2026-04-25T00:43:30.269Z | Compiling rustix v0.38.44 |
| 2027 | 2026-04-25T00:43:30.391Z | Compiling base64ct v1.8.3 |
| 2028 | 2026-04-25T00:43:30.453Z | Compiling ciborium-io v0.2.2 |
| 2029 | 2026-04-25T00:43:30.550Z | Compiling cfg_aliases v0.2.1 |
| 2030 | 2026-04-25T00:43:30.616Z | Compiling base16ct v0.2.0 |
| 2031 | 2026-04-25T00:43:30.633Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2032 | 2026-04-25T00:43:30.724Z | Compiling static_assertions v1.1.0 |
| 2033 | 2026-04-25T00:43:30.809Z | Compiling opaque-debug v0.3.1 |
| 2034 | 2026-04-25T00:43:30.826Z | Compiling elliptic-curve v0.13.8 |
| 2035 | 2026-04-25T00:43:30.894Z | Compiling poly1305 v0.8.0 |
| 2036 | 2026-04-25T00:43:30.926Z | Compiling password-hash v0.5.0 |
| 2037 | 2026-04-25T00:43:31.139Z | Compiling nix v0.31.2 |
| 2038 | 2026-04-25T00:43:31.527Z | Compiling ciborium-ll v0.2.2 |
| 2039 | 2026-04-25T00:43:31.930Z | Compiling thiserror-no-std v2.0.2 |
| 2040 | 2026-04-25T00:43:32.098Z | Compiling progenitor-client v0.10.0 |
| 2041 | 2026-04-25T00:43:32.525Z | Compiling chacha20 v0.9.1 |
| 2042 | 2026-04-25T00:43:32.601Z | Compiling toml v0.8.23 |
| 2043 | 2026-04-25T00:43:32.778Z | Compiling proc-macro-crate v3.5.0 |
| 2044 | 2026-04-25T00:43:33.151Z | Compiling num-iter v0.1.45 |
| 2045 | 2026-04-25T00:43:33.200Z | Compiling num-rational v0.4.2 |
| 2046 | 2026-04-25T00:43:33.285Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2047 | 2026-04-25T00:43:34.186Z | Compiling typify v0.6.1 |
| 2048 | 2026-04-25T00:43:34.291Z | Compiling usdt-attr-macro v0.5.0 |
| 2049 | 2026-04-25T00:43:34.430Z | Compiling usdt-macro v0.5.0 |
| 2050 | 2026-04-25T00:43:35.034Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2051 | 2026-04-25T00:43:35.390Z | Compiling byte-wrapper v0.1.0 |
| 2052 | 2026-04-25T00:43:35.411Z | Compiling blake2 v0.10.6 |
| 2053 | 2026-04-25T00:43:35.791Z | Compiling rustls-webpki v0.103.10 |
| 2054 | 2026-04-25T00:43:35.930Z | Compiling aead v0.5.2 |
| 2055 | 2026-04-25T00:43:36.135Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2056 | 2026-04-25T00:43:36.509Z | Compiling enum-as-inner v0.6.1 |
| 2057 | 2026-04-25T00:43:36.527Z | Compiling num-complex v0.4.6 |
| 2058 | 2026-04-25T00:43:36.983Z | Compiling proc-macro-error v1.0.4 |
| 2059 | 2026-04-25T00:43:37.090Z | Compiling memmap v0.7.0 |
| 2060 | 2026-04-25T00:43:37.219Z | Compiling bstr v1.12.1 |
| 2061 | 2026-04-25T00:43:37.237Z | Compiling winnow v0.5.40 |
| 2062 | 2026-04-25T00:43:37.330Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2063 | 2026-04-25T00:43:37.406Z | Compiling data-encoding v2.10.0 |
| 2064 | 2026-04-25T00:43:37.698Z | Compiling keccak v0.1.6 |
| 2065 | 2026-04-25T00:43:38.185Z | Compiling sha3 v0.10.8 |
| 2066 | 2026-04-25T00:43:38.527Z | Compiling toml_edit v0.19.15 |
| 2067 | 2026-04-25T00:43:38.580Z | Compiling usdt v0.5.0 |
| 2068 | 2026-04-25T00:43:38.660Z | Compiling num v0.4.3 |
| 2069 | 2026-04-25T00:43:38.749Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2070 | 2026-04-25T00:43:38.766Z | Compiling chacha20poly1305 v0.10.1 |
| 2071 | 2026-04-25T00:43:38.924Z | Compiling argon2 v0.5.3 |
| 2072 | 2026-04-25T00:43:39.202Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2073 | 2026-04-25T00:43:39.915Z | Compiling tokio-rustls v0.26.4 |
| 2074 | 2026-04-25T00:43:40.083Z | Compiling rustls-platform-verifier v0.6.2 |
| 2075 | 2026-04-25T00:43:40.224Z | Compiling hyper-rustls v0.27.7 |
| 2076 | 2026-04-25T00:43:40.556Z | Compiling reqwest v0.13.2 |
| 2077 | 2026-04-25T00:43:40.813Z | Compiling progenitor-impl v0.13.0 |
| 2078 | 2026-04-25T00:43:42.852Z | Compiling progenitor-client v0.13.0 |
| 2079 | 2026-04-25T00:43:43.365Z | Compiling progenitor-extras v0.1.1 |
| 2080 | 2026-04-25T00:43:43.574Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2081 | 2026-04-25T00:43:43.649Z | Compiling num_enum_derive v0.7.6 |
| 2082 | 2026-04-25T00:43:44.694Z | Compiling vsss-rs v3.3.4 |
| 2083 | 2026-04-25T00:43:46.633Z | Compiling ciborium v0.2.2 |
| 2084 | 2026-04-25T00:43:48.434Z | Compiling foreign-types-macros v0.2.3 |
| 2085 | 2026-04-25T00:43:48.762Z | Compiling float-ord v0.3.2 |
| 2086 | 2026-04-25T00:43:49.305Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2087 | 2026-04-25T00:43:50.370Z | Compiling colored v3.1.1 |
| 2088 | 2026-04-25T00:43:51.307Z | Compiling vcpkg v0.2.15 |
| 2089 | 2026-04-25T00:43:51.875Z | Compiling foreign-types-shared v0.3.1 |
| 2090 | 2026-04-25T00:43:51.991Z | Compiling bytecount v0.6.9 |
| 2091 | 2026-04-25T00:43:52.013Z | Compiling cpufeatures v0.3.0 |
| 2092 | 2026-04-25T00:43:52.103Z | Compiling pkg-config v0.3.32 |
| 2093 | 2026-04-25T00:43:52.193Z | Compiling indent_write v2.2.0 |
| 2094 | 2026-04-25T00:43:52.363Z | Compiling chacha20 v0.10.0 |
| 2095 | 2026-04-25T00:43:52.581Z | Compiling openssl-sys v0.9.112 |
| 2096 | 2026-04-25T00:43:52.677Z | Compiling foreign-types v0.5.0 |
| 2097 | 2026-04-25T00:43:53.159Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2098 | 2026-04-25T00:43:55.240Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2099 | 2026-04-25T00:43:56.825Z | Compiling num_enum v0.7.6 |
| 2100 | 2026-04-25T00:43:56.975Z | Compiling progenitor-macro v0.13.0 |
| 2101 | 2026-04-25T00:43:57.476Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2102 | 2026-04-25T00:43:57.494Z | Compiling proc-macro-crate v1.3.1 |
| 2103 | 2026-04-25T00:43:57.595Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2104 | 2026-04-25T00:43:58.072Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2105 | 2026-04-25T00:43:58.094Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2106 | 2026-04-25T00:43:58.519Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2107 | 2026-04-25T00:43:58.580Z | Compiling cstr-argument v0.1.2 |
| 2108 | 2026-04-25T00:43:58.771Z | Compiling swrite v0.1.0 |
| 2109 | 2026-04-25T00:43:58.904Z | Compiling rayon-core v1.13.0 |
| 2110 | 2026-04-25T00:43:58.921Z | Compiling resolv-conf v0.7.6 |
| 2111 | 2026-04-25T00:43:59.150Z | Compiling semver v0.1.20 |
| 2112 | 2026-04-25T00:43:59.418Z | Compiling heck v0.4.1 |
| 2113 | 2026-04-25T00:43:59.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2114 | 2026-04-25T00:43:59.643Z | Compiling linked-hash-map v0.5.6 |
| 2115 | 2026-04-25T00:43:59.795Z | Compiling rustc_version v0.1.7 |
| 2116 | 2026-04-25T00:43:59.874Z | Compiling lru-cache v0.1.2 |
| 2117 | 2026-04-25T00:44:00.115Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2118 | 2026-04-25T00:44:00.572Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2119 | 2026-04-25T00:44:00.727Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2120 | 2026-04-25T00:44:01.291Z | Compiling progenitor v0.13.0 |
| 2121 | 2026-04-25T00:44:01.453Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2122 | 2026-04-25T00:44:01.730Z | Compiling num_enum_derive v0.5.11 |
| 2123 | 2026-04-25T00:44:01.779Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2124 | 2026-04-25T00:44:02.488Z | Compiling rand v0.10.1 |
| 2125 | 2026-04-25T00:44:02.507Z | Compiling hickory-proto v0.24.4 |
| 2126 | 2026-04-25T00:44:02.545Z | Compiling crossbeam-deque v0.8.6 |
| 2127 | 2026-04-25T00:44:02.754Z | Compiling serde-big-array v0.5.1 |
| 2128 | 2026-04-25T00:44:02.778Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2129 | 2026-04-25T00:44:02.928Z | Compiling derive-where v1.6.1 |
| 2130 | 2026-04-25T00:44:03.289Z | Compiling serde_repr v0.1.20 |
| 2131 | 2026-04-25T00:44:03.312Z | Compiling pin-project-internal v1.1.11 |
| 2132 | 2026-04-25T00:44:03.906Z | Compiling siphasher v1.0.2 |
| 2133 | 2026-04-25T00:44:04.136Z | Compiling minimal-lexical v0.2.1 |
| 2134 | 2026-04-25T00:44:04.211Z | Compiling lazy_static v1.5.0 |
| 2135 | 2026-04-25T00:44:04.288Z | Compiling unicode-segmentation v1.13.2 |
| 2136 | 2026-04-25T00:44:04.333Z | Compiling phf_shared v0.12.1 |
| 2137 | 2026-04-25T00:44:04.398Z | Compiling nom v7.1.3 |
| 2138 | 2026-04-25T00:44:04.465Z | Compiling pin-project v1.1.11 |
| 2139 | 2026-04-25T00:44:04.565Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2140 | 2026-04-25T00:44:04.765Z | Compiling newline-converter v0.3.0 |
| 2141 | 2026-04-25T00:44:04.919Z | Compiling hickory-resolver v0.24.4 |
| 2142 | 2026-04-25T00:44:05.427Z | Compiling num_enum v0.5.11 |
| 2143 | 2026-04-25T00:44:07.097Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2144 | 2026-04-25T00:44:08.303Z | Compiling newtype_derive v0.1.6 |
| 2145 | 2026-04-25T00:44:08.321Z | Compiling atomicwrites v0.4.4 |
| 2146 | 2026-04-25T00:44:08.555Z | Compiling similar v2.7.0 |
| 2147 | 2026-04-25T00:44:08.574Z | Compiling unicode-normalization v0.1.25 |
| 2148 | 2026-04-25T00:44:08.615Z | Compiling console v0.15.11 |
| 2149 | 2026-04-25T00:44:09.170Z | Compiling camino-tempfile v1.4.1 |
| 2150 | 2026-04-25T00:44:09.582Z | Compiling tokio-stream v0.1.18 |
| 2151 | 2026-04-25T00:44:09.882Z | Compiling async-recursion v1.1.1 |
| 2152 | 2026-04-25T00:44:10.151Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2153 | 2026-04-25T00:44:10.219Z | Compiling snafu-derive v0.8.9 |
| 2154 | 2026-04-25T00:44:10.589Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2155 | 2026-04-25T00:44:10.917Z | Compiling slog-dtrace v0.3.0 |
| 2156 | 2026-04-25T00:44:11.175Z | Compiling csv-core v0.1.13 |
| 2157 | 2026-04-25T00:44:11.373Z | Compiling cancel-safe-futures v0.1.5 |
| 2158 | 2026-04-25T00:44:11.599Z | Compiling highway v1.3.0 |
| 2159 | 2026-04-25T00:44:11.638Z | Compiling owo-colors v4.3.0 |
| 2160 | 2026-04-25T00:44:11.995Z | Compiling chrono-tz v0.10.4 |
| 2161 | 2026-04-25T00:44:12.021Z | Compiling same-file v1.0.6 |
| 2162 | 2026-04-25T00:44:12.211Z | Compiling foldhash v0.1.5 |
| 2163 | 2026-04-25T00:44:12.239Z | Compiling unicode-width v0.1.14 |
| 2164 | 2026-04-25T00:44:12.298Z | Compiling openssl v0.10.76 |
| 2165 | 2026-04-25T00:44:12.452Z | Compiling unicode-xid v0.2.6 |
| 2166 | 2026-04-25T00:44:12.565Z | Compiling foreign-types-shared v0.1.1 |
| 2167 | 2026-04-25T00:44:12.588Z | Compiling const_format_proc_macros v0.2.34 |
| 2168 | 2026-04-25T00:44:12.628Z | Compiling hashbrown v0.15.5 |
| 2169 | 2026-04-25T00:44:12.661Z | Compiling foreign-types v0.3.2 |
| 2170 | 2026-04-25T00:44:12.703Z | Compiling walkdir v2.5.0 |
| 2171 | 2026-04-25T00:44:12.751Z | Compiling snafu v0.8.9 |
| 2172 | 2026-04-25T00:44:13.019Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2173 | 2026-04-25T00:44:13.295Z | Compiling csv v1.4.0 |
| 2174 | 2026-04-25T00:44:13.405Z | Compiling qorb v0.4.1 |
| 2175 | 2026-04-25T00:44:13.439Z | Compiling expectorate v1.2.0 |
| 2176 | 2026-04-25T00:44:13.459Z | Compiling olpc-cjson v0.1.4 |
| 2177 | 2026-04-25T00:44:13.685Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2178 | 2026-04-25T00:44:13.718Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2179 | 2026-04-25T00:44:14.380Z | Compiling rayon v1.11.0 |
| 2180 | 2026-04-25T00:44:16.544Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2181 | 2026-04-25T00:44:17.051Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2182 | 2026-04-25T00:44:17.179Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2183 | 2026-04-25T00:44:17.590Z | Compiling phf v0.12.1 |
| 2184 | 2026-04-25T00:44:18.383Z | Compiling zone_cfg_derive v0.3.1 |
| 2185 | 2026-04-25T00:44:18.947Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2186 | 2026-04-25T00:44:19.076Z | Compiling tokio-dtrace v0.1.1 |
| 2187 | 2026-04-25T00:44:19.223Z | Compiling globset v0.4.18 |
| 2188 | 2026-04-25T00:44:19.411Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2189 | 2026-04-25T00:44:19.429Z | Compiling itertools v0.12.1 |
| 2190 | 2026-04-25T00:44:19.639Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2191 | 2026-04-25T00:44:19.814Z | Compiling num-derive v0.3.3 |
| 2192 | 2026-04-25T00:44:20.315Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2193 | 2026-04-25T00:44:20.796Z | Compiling pem v3.0.6 |
| 2194 | 2026-04-25T00:44:20.952Z | Compiling libsw-core v0.3.2 |
| 2195 | 2026-04-25T00:44:21.153Z | Compiling serde_plain v1.0.2 |
| 2196 | 2026-04-25T00:44:21.447Z | Compiling openssl-macros v0.1.1 |
| 2197 | 2026-04-25T00:44:21.465Z | Compiling num-derive v0.4.2 |
| 2198 | 2026-04-25T00:44:21.500Z | Compiling cookie v0.18.1 |
| 2199 | 2026-04-25T00:44:21.621Z | Compiling sigpipe v0.1.3 |
| 2200 | 2026-04-25T00:44:21.748Z | Compiling fixedbitset v0.4.2 |
| 2201 | 2026-04-25T00:44:21.817Z | Compiling jiff v0.2.23 |
| 2202 | 2026-04-25T00:44:21.928Z | Compiling typed-path v0.9.3 |
| 2203 | 2026-04-25T00:44:21.931Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2204 | 2026-04-25T00:44:22.060Z | Compiling fixedbitset v0.5.7 |
| 2205 | 2026-04-25T00:44:22.124Z | Compiling glob v0.3.3 |
| 2206 | 2026-04-25T00:44:22.434Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2207 | 2026-04-25T00:44:22.588Z | Compiling petgraph v0.8.3 |
| 2208 | 2026-04-25T00:44:23.060Z | Compiling tough v0.20.0 |
| 2209 | 2026-04-25T00:44:23.865Z | Compiling petgraph v0.6.5 |
| 2210 | 2026-04-25T00:44:24.884Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2211 | 2026-04-25T00:44:24.966Z | Compiling libsw v3.5.0 |
| 2212 | 2026-04-25T00:44:25.170Z | Compiling libscf-sys v1.1.0 |
| 2213 | 2026-04-25T00:44:25.329Z | Compiling zone v0.3.1 |
| 2214 | 2026-04-25T00:44:25.706Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2215 | 2026-04-25T00:44:26.912Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2216 | 2026-04-25T00:44:27.063Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2217 | 2026-04-25T00:44:27.172Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2218 | 2026-04-25T00:44:27.375Z | Compiling oxide-tokio-rt v0.1.3 |
| 2219 | 2026-04-25T00:44:27.966Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2220 | 2026-04-25T00:44:30.056Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2221 | 2026-04-25T00:44:30.134Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2222 | 2026-04-25T00:44:30.353Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2223 | 2026-04-25T00:44:31.562Z | Compiling const_format v0.2.35 |
| 2224 | 2026-04-25T00:44:32.796Z | Compiling papergrid v0.11.0 |
| 2225 | 2026-04-25T00:44:33.480Z | Compiling tabled_derive v0.7.0 |
| 2226 | 2026-04-25T00:44:33.601Z | Compiling gethostname v0.5.0 |
| 2227 | 2026-04-25T00:44:33.723Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2228 | 2026-04-25T00:44:33.746Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2229 | 2026-04-25T00:44:33.860Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2230 | 2026-04-25T00:44:34.000Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2231 | 2026-04-25T00:44:34.438Z | Compiling smf v0.2.3 |
| 2232 | 2026-04-25T00:44:35.541Z | Compiling bcs v0.1.6 |
| 2233 | 2026-04-25T00:44:35.625Z | Compiling whoami v1.6.1 |
| 2234 | 2026-04-25T00:44:35.960Z | Compiling smawk v0.3.2 |
| 2235 | 2026-04-25T00:44:35.978Z | Compiling termtree v0.5.1 |
| 2236 | 2026-04-25T00:44:36.096Z | Compiling tagptr v0.2.0 |
| 2237 | 2026-04-25T00:44:36.130Z | Compiling unicode-linebreak v0.1.5 |
| 2238 | 2026-04-25T00:44:36.155Z | Compiling linear-map v1.2.0 |
| 2239 | 2026-04-25T00:44:36.270Z | Compiling moka v0.12.15 |
| 2240 | 2026-04-25T00:44:36.323Z | Compiling tabled v0.15.0 |
| 2241 | 2026-04-25T00:44:36.377Z | Compiling textwrap v0.16.2 |
| 2242 | 2026-04-25T00:44:36.419Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2243 | 2026-04-25T00:44:37.495Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2244 | 2026-04-25T00:44:37.979Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2245 | 2026-04-25T00:44:38.124Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2246 | 2026-04-25T00:44:38.124Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2247 | 2026-04-25T00:44:38.343Z | Compiling steno v0.4.1 |
| 2248 | 2026-04-25T00:44:38.361Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2249 | 2026-04-25T00:44:40.816Z | Compiling hickory-proto v0.25.2 |
| 2250 | 2026-04-25T00:44:43.899Z | Compiling typify-impl v0.4.3 |
| 2251 | 2026-04-25T00:44:44.156Z | Compiling crc32fast v1.5.0 |
| 2252 | 2026-04-25T00:44:44.476Z | Compiling humantime v2.3.0 |
| 2253 | 2026-04-25T00:44:44.995Z | Compiling hickory-resolver v0.25.2 |
| 2254 | 2026-04-25T00:44:46.795Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2255 | 2026-04-25T00:44:47.149Z | Compiling simd-adler32 v0.3.9 |
| 2256 | 2026-04-25T00:44:47.324Z | Compiling typify-macro v0.4.3 |
| 2257 | 2026-04-25T00:44:48.049Z | Compiling adler2 v2.0.1 |
| 2258 | 2026-04-25T00:44:48.245Z | Compiling miniz_oxide v0.8.9 |
| 2259 | 2026-04-25T00:44:48.574Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2260 | 2026-04-25T00:44:48.879Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2261 | 2026-04-25T00:44:49.092Z | Compiling typify v0.4.3 |
| 2262 | 2026-04-25T00:44:49.206Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2263 | 2026-04-25T00:44:49.255Z | Compiling flate2 v1.1.9 |
| 2264 | 2026-04-25T00:44:49.319Z | Compiling proc-macro-error2 v2.0.1 |
| 2265 | 2026-04-25T00:44:49.664Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2266 | 2026-04-25T00:44:49.816Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2267 | 2026-04-25T00:44:50.082Z | Compiling compression-core v0.4.31 |
| 2268 | 2026-04-25T00:44:50.099Z | Compiling parking_lot_core v0.8.6 |
| 2269 | 2026-04-25T00:44:50.282Z | Compiling compression-codecs v0.4.37 |
| 2270 | 2026-04-25T00:44:50.514Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2271 | 2026-04-25T00:44:50.679Z | Compiling tabled_derive v0.11.0 |
| 2272 | 2026-04-25T00:44:51.423Z | Compiling progenitor-impl v0.11.2 |
| 2273 | 2026-04-25T00:44:51.926Z | Compiling papergrid v0.17.0 |
| 2274 | 2026-04-25T00:44:52.213Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2275 | 2026-04-25T00:44:53.551Z | Compiling testing_table v0.3.0 |
| 2276 | 2026-04-25T00:44:53.599Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2277 | 2026-04-25T00:44:54.133Z | Compiling dropshot v0.17.0 |
| 2278 | 2026-04-25T00:44:54.196Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2279 | 2026-04-25T00:44:54.446Z | Compiling toml v1.1.0+spec-1.1.0 |
| 2280 | 2026-04-25T00:44:54.556Z | Compiling tabled v0.20.0 |
| 2281 | 2026-04-25T00:44:55.382Z | Compiling progenitor-macro v0.11.2 |
| 2282 | 2026-04-25T00:44:56.125Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375) |
| 2283 | 2026-04-25T00:44:58.560Z | Compiling async-compression v0.4.41 |
| 2284 | 2026-04-25T00:44:59.455Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2285 | 2026-04-25T00:44:59.584Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2286 | 2026-04-25T00:45:00.275Z | Compiling progenitor-client v0.11.2 |
| 2287 | 2026-04-25T00:45:00.447Z | Compiling dropshot_endpoint v0.17.0 |
| 2288 | 2026-04-25T00:45:00.805Z | Compiling arc-swap v1.9.0 |
| 2289 | 2026-04-25T00:45:01.166Z | Compiling slog-scope v4.4.1 |
| 2290 | 2026-04-25T00:45:01.591Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2291 | 2026-04-25T00:45:02.235Z | Compiling progenitor v0.11.2 |
| 2292 | 2026-04-25T00:45:02.400Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2293 | 2026-04-25T00:45:07.050Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2294 | 2026-04-25T00:45:07.401Z | Compiling parking_lot v0.11.2 |
| 2295 | 2026-04-25T00:45:08.251Z | Compiling ddm-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-types/versions) |
| 2296 | 2026-04-25T00:45:09.984Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2297 | 2026-04-25T00:45:10.778Z | Compiling dropshot-api-manager-types v0.7.0 |
| 2298 | 2026-04-25T00:45:11.381Z | Compiling fxhash v0.2.1 |
| 2299 | 2026-04-25T00:45:11.540Z | Compiling crc8 v0.1.1 |
| 2300 | 2026-04-25T00:45:11.688Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2301 | 2026-04-25T00:45:12.167Z | Compiling sled v0.34.7 |
| 2302 | 2026-04-25T00:45:12.291Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b60decb70fe491ebdaa30c824619470b015556fc#b60decb7) |
| 2303 | 2026-04-25T00:45:12.349Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2304 | 2026-04-25T00:45:15.171Z | Compiling ddm-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-types) |
| 2305 | 2026-04-25T00:45:15.565Z | Compiling slog-stdlog v4.1.1 |
| 2306 | 2026-04-25T00:45:15.922Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2307 | 2026-04-25T00:45:16.010Z | Compiling slog-envlogger v2.2.0 |
| 2308 | 2026-04-25T00:45:16.195Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2309 | 2026-04-25T00:45:18.948Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2310 | 2026-04-25T00:45:25.896Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2311 | 2026-04-25T00:45:32.026Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2312 | 2026-04-25T00:45:35.286Z | Finished `release` profile [optimized] target(s) in 3m 48s |
| 2313 | 2026-04-25T00:45:35.620Z | + banner quartet |
| 2314 | 2026-04-25T00:45:35.623Z | |
| 2315 | 2026-04-25T00:45:35.623Z | #### # # ## ##### ##### ###### ##### |
| 2316 | 2026-04-25T00:45:35.623Z | # # # # # # # # # # # |
| 2317 | 2026-04-25T00:45:35.623Z | # # # # # # # # # ##### # |
| 2318 | 2026-04-25T00:45:35.623Z | # # # # # ###### ##### # # # |
| 2319 | 2026-04-25T00:45:35.623Z | # # # # # # # # # # # |
| 2320 | 2026-04-25T00:45:35.623Z | ### # #### # # # # # ###### # |
| 2321 | 2026-04-25T00:45:35.623Z | |
| 2322 | 2026-04-25T00:45:35.623Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
| 2323 | 2026-04-25T00:45:36.171Z | Compiling cfg-if v1.0.4 |
| 2324 | 2026-04-25T00:45:36.174Z | Compiling libc v0.2.186 |
| 2325 | 2026-04-25T00:45:36.174Z | Compiling serde_core v1.0.228 |
| 2326 | 2026-04-25T00:45:36.276Z | Compiling memchr v2.8.0 |
| 2327 | 2026-04-25T00:45:36.282Z | Compiling itoa v1.0.18 |
| 2328 | 2026-04-25T00:45:36.282Z | Compiling smallvec v1.15.1 |
| 2329 | 2026-04-25T00:45:36.298Z | Compiling stable_deref_trait v1.2.1 |
| 2330 | 2026-04-25T00:45:36.301Z | Compiling zerofrom v0.1.6 |
| 2331 | 2026-04-25T00:45:36.323Z | Compiling zmij v1.0.21 |
| 2332 | 2026-04-25T00:45:36.371Z | Compiling serde_json v1.0.149 |
| 2333 | 2026-04-25T00:45:36.388Z | Compiling litemap v0.8.1 |
| 2334 | 2026-04-25T00:45:36.428Z | Compiling yoke v0.8.1 |
| 2335 | 2026-04-25T00:45:36.515Z | Compiling writeable v0.6.2 |
| 2336 | 2026-04-25T00:45:36.531Z | Compiling libm v0.2.16 |
| 2337 | 2026-04-25T00:45:36.587Z | Compiling percent-encoding v2.3.2 |
| 2338 | 2026-04-25T00:45:36.624Z | Compiling zerovec v0.11.5 |
| 2339 | 2026-04-25T00:45:36.651Z | Compiling zerotrie v0.2.3 |
| 2340 | 2026-04-25T00:45:36.752Z | Compiling icu_properties_data v2.1.2 |
| 2341 | 2026-04-25T00:45:36.796Z | Compiling icu_normalizer_data v2.1.1 |
| 2342 | 2026-04-25T00:45:36.868Z | Compiling rand_core v0.10.0 |
| 2343 | 2026-04-25T00:45:36.879Z | Compiling errno v0.3.14 |
| 2344 | 2026-04-25T00:45:36.904Z | Compiling form_urlencoded v1.2.2 |
| 2345 | 2026-04-25T00:45:37.031Z | Compiling getrandom v0.4.2 |
| 2346 | 2026-04-25T00:45:37.046Z | Compiling utf8_iter v1.0.4 |
| 2347 | 2026-04-25T00:45:37.083Z | Compiling zeroize v1.8.2 |
| 2348 | 2026-04-25T00:45:37.193Z | Compiling tinystr v0.8.2 |
| 2349 | 2026-04-25T00:45:37.205Z | Compiling potential_utf v0.1.4 |
| 2350 | 2026-04-25T00:45:37.208Z | Compiling pin-project-lite v0.2.17 |
| 2351 | 2026-04-25T00:45:37.239Z | Compiling iana-time-zone v0.1.65 |
| 2352 | 2026-04-25T00:45:37.316Z | Compiling icu_collections v2.1.1 |
| 2353 | 2026-04-25T00:45:37.328Z | Compiling num-traits v0.2.19 |
| 2354 | 2026-04-25T00:45:37.390Z | Compiling icu_locale_core v2.1.1 |
| 2355 | 2026-04-25T00:45:37.402Z | Compiling socket2 v0.6.3 |
| 2356 | 2026-04-25T00:45:37.413Z | Compiling dyn-clone v1.0.20 |
| 2357 | 2026-04-25T00:45:37.569Z | Compiling scopeguard v1.2.0 |
| 2358 | 2026-04-25T00:45:37.591Z | Compiling parking_lot_core v0.9.12 |
| 2359 | 2026-04-25T00:45:37.697Z | Compiling lock_api v0.4.14 |
| 2360 | 2026-04-25T00:45:37.952Z | Compiling parking_lot v0.12.5 |
| 2361 | 2026-04-25T00:45:38.004Z | Compiling portable-atomic v1.13.1 |
| 2362 | 2026-04-25T00:45:38.044Z | Compiling signal-hook-registry v1.4.8 |
| 2363 | 2026-04-25T00:45:38.100Z | Compiling serde v1.0.228 |
| 2364 | 2026-04-25T00:45:38.261Z | Compiling icu_provider v2.1.1 |
| 2365 | 2026-04-25T00:45:38.264Z | Compiling uuid v1.23.0 |
| 2366 | 2026-04-25T00:45:38.574Z | Compiling bytes v1.11.1 |
| 2367 | 2026-04-25T00:45:38.673Z | Compiling icu_properties v2.1.2 |
| 2368 | 2026-04-25T00:45:38.713Z | Compiling icu_normalizer v2.1.1 |
| 2369 | 2026-04-25T00:45:38.725Z | Compiling chrono v0.4.44 |
| 2370 | 2026-04-25T00:45:38.862Z | Compiling semver v1.0.28 |
| 2371 | 2026-04-25T00:45:38.907Z | Compiling mio v1.2.0 |
| 2372 | 2026-04-25T00:45:39.517Z | Compiling getrandom v0.2.17 |
| 2373 | 2026-04-25T00:45:39.542Z | Compiling tokio v1.52.0 |
| 2374 | 2026-04-25T00:45:39.616Z | Compiling idna_adapter v1.2.1 |
| 2375 | 2026-04-25T00:45:39.754Z | Compiling idna v1.1.0 |
| 2376 | 2026-04-25T00:45:39.769Z | Compiling critical-section v1.2.0 |
| 2377 | 2026-04-25T00:45:39.854Z | Compiling once_cell v1.21.4 |
| 2378 | 2026-04-25T00:45:39.885Z | Compiling thiserror v2.0.18 |
| 2379 | 2026-04-25T00:45:39.937Z | Compiling futures-core v0.3.32 |
| 2380 | 2026-04-25T00:45:40.002Z | Compiling subtle v2.6.1 |
| 2381 | 2026-04-25T00:45:40.103Z | Compiling url v2.5.8 |
| 2382 | 2026-04-25T00:45:40.104Z | Compiling bitflags v2.11.0 |
| 2383 | 2026-04-25T00:45:40.181Z | Compiling log v0.4.29 |
| 2384 | 2026-04-25T00:45:40.214Z | Compiling zerocopy v0.8.48 |
| 2385 | 2026-04-25T00:45:40.441Z | Compiling rand_core v0.6.4 |
| 2386 | 2026-04-25T00:45:40.525Z | Compiling equivalent v1.0.2 |
| 2387 | 2026-04-25T00:45:40.625Z | Compiling futures-sink v0.3.32 |
| 2388 | 2026-04-25T00:45:40.710Z | Compiling slab v0.4.12 |
| 2389 | 2026-04-25T00:45:40.746Z | Compiling schemars v0.8.22 |
| 2390 | 2026-04-25T00:45:40.792Z | Compiling allocator-api2 v0.2.21 |
| 2391 | 2026-04-25T00:45:40.939Z | Compiling foldhash v0.2.0 |
| 2392 | 2026-04-25T00:45:41.217Z | Compiling hashbrown v0.16.1 |
| 2393 | 2026-04-25T00:45:41.239Z | Compiling typenum v1.19.0 |
| 2394 | 2026-04-25T00:45:41.840Z | Compiling futures-channel v0.3.32 |
| 2395 | 2026-04-25T00:45:41.933Z | Compiling generic-array v0.14.7 |
| 2396 | 2026-04-25T00:45:41.945Z | Compiling futures-io v0.3.32 |
| 2397 | 2026-04-25T00:45:42.108Z | Compiling futures-task v0.3.32 |
| 2398 | 2026-04-25T00:45:42.146Z | Compiling tracing-core v0.1.36 |
| 2399 | 2026-04-25T00:45:42.290Z | Compiling futures-util v0.3.32 |
| 2400 | 2026-04-25T00:45:42.311Z | Compiling indexmap v2.13.0 |
| 2401 | 2026-04-25T00:45:42.481Z | Compiling crypto-common v0.1.7 |
| 2402 | 2026-04-25T00:45:42.638Z | Compiling tracing v0.1.44 |
| 2403 | 2026-04-25T00:45:42.782Z | Compiling base64 v0.22.1 |
| 2404 | 2026-04-25T00:45:43.001Z | Compiling ipnetwork v0.21.1 |
| 2405 | 2026-04-25T00:45:43.144Z | Compiling slog v2.8.2 |
| 2406 | 2026-04-25T00:45:43.160Z | Compiling erased-serde v0.3.31 |
| 2407 | 2026-04-25T00:45:43.227Z | Compiling http v1.4.0 |
| 2408 | 2026-04-25T00:45:43.292Z | Compiling fnv v1.0.7 |
| 2409 | 2026-04-25T00:45:43.407Z | Compiling unicode-ident v1.0.24 |
| 2410 | 2026-04-25T00:45:43.508Z | Compiling proc-macro2 v1.0.106 |
| 2411 | 2026-04-25T00:45:43.535Z | Compiling rustls-pki-types v1.14.0 |
| 2412 | 2026-04-25T00:45:44.362Z | Compiling byteorder v1.5.0 |
| 2413 | 2026-04-25T00:45:44.375Z | Compiling quote v1.0.45 |
| 2414 | 2026-04-25T00:45:44.623Z | Compiling thiserror v1.0.69 |
| 2415 | 2026-04-25T00:45:44.750Z | Compiling ppv-lite86 v0.2.21 |
| 2416 | 2026-04-25T00:45:44.974Z | Compiling untrusted v0.9.0 |
| 2417 | 2026-04-25T00:45:45.068Z | Compiling ipnet v2.12.0 |
| 2418 | 2026-04-25T00:45:45.085Z | Compiling syn v2.0.117 |
| 2419 | 2026-04-25T00:45:45.104Z | Compiling tokio-util v0.7.18 |
| 2420 | 2026-04-25T00:45:45.117Z | Compiling oxnet v0.1.4 |
| 2421 | 2026-04-25T00:45:45.127Z | Compiling block-buffer v0.10.4 |
| 2422 | 2026-04-25T00:45:45.301Z | Compiling digest v0.10.7 |
| 2423 | 2026-04-25T00:45:45.571Z | Compiling http-body v1.0.1 |
| 2424 | 2026-04-25T00:45:45.749Z | Compiling pretty-hex v0.4.2 |
| 2425 | 2026-04-25T00:45:45.762Z | Compiling atomic-waker v1.1.2 |
| 2426 | 2026-04-25T00:45:45.877Z | Compiling httparse v1.10.1 |
| 2427 | 2026-04-25T00:45:45.904Z | Compiling ryu v1.0.23 |
| 2428 | 2026-04-25T00:45:45.908Z | Compiling tower-layer v0.3.3 |
| 2429 | 2026-04-25T00:45:46.124Z | Compiling try-lock v0.2.5 |
| 2430 | 2026-04-25T00:45:46.204Z | Compiling tower-service v0.3.3 |
| 2431 | 2026-04-25T00:45:46.250Z | Compiling want v0.3.1 |
| 2432 | 2026-04-25T00:45:46.306Z | Compiling rustix v1.1.4 |
| 2433 | 2026-04-25T00:45:46.318Z | Compiling h2 v0.4.13 |
| 2434 | 2026-04-25T00:45:46.391Z | Compiling plain v0.2.3 |
| 2435 | 2026-04-25T00:45:46.417Z | Compiling httpdate v1.0.3 |
| 2436 | 2026-04-25T00:45:46.439Z | Compiling getrandom v0.3.4 |
| 2437 | 2026-04-25T00:45:46.513Z | Compiling omicron-workspace-hack v0.1.0 |
| 2438 | 2026-04-25T00:45:46.597Z | Compiling ucd-trie v0.1.7 |
| 2439 | 2026-04-25T00:45:46.652Z | Compiling rand_core v0.9.5 |
| 2440 | 2026-04-25T00:45:46.808Z | Compiling pest v2.8.6 |
| 2441 | 2026-04-25T00:45:46.929Z | Compiling crossbeam-utils v0.8.21 |
| 2442 | 2026-04-25T00:45:47.199Z | Compiling regex-syntax v0.8.10 |
| 2443 | 2026-04-25T00:45:47.242Z | Compiling aws-lc-sys v0.39.1 |
| 2444 | 2026-04-25T00:45:47.725Z | Compiling serde_urlencoded v0.7.1 |
| 2445 | 2026-04-25T00:45:47.838Z | Compiling http-body-util v0.1.3 |
| 2446 | 2026-04-25T00:45:48.023Z | Compiling newtype-uuid v1.3.2 |
| 2447 | 2026-04-25T00:45:48.136Z | Compiling cpufeatures v0.2.17 |
| 2448 | 2026-04-25T00:45:48.220Z | Compiling hex v0.4.3 |
| 2449 | 2026-04-25T00:45:48.233Z | Compiling untrusted v0.7.1 |
| 2450 | 2026-04-25T00:45:48.368Z | Compiling aws-lc-rs v1.16.2 |
| 2451 | 2026-04-25T00:45:48.525Z | Compiling daft v0.1.5 |
| 2452 | 2026-04-25T00:45:48.545Z | Compiling rand_chacha v0.9.0 |
| 2453 | 2026-04-25T00:45:48.821Z | Compiling hyper v1.9.0 |
| 2454 | 2026-04-25T00:45:49.079Z | Compiling rustls v0.23.37 |
| 2455 | 2026-04-25T00:45:49.119Z | Compiling fastrand v2.3.0 |
| 2456 | 2026-04-25T00:45:49.326Z | Compiling anyhow v1.0.102 |
| 2457 | 2026-04-25T00:45:49.481Z | Compiling rustls-webpki v0.103.10 |
| 2458 | 2026-04-25T00:45:50.039Z | Compiling rand v0.9.2 |
| 2459 | 2026-04-25T00:45:50.881Z | Compiling hyper-util v0.1.20 |
| 2460 | 2026-04-25T00:45:51.199Z | Compiling sync_wrapper v1.0.2 |
| 2461 | 2026-04-25T00:45:51.325Z | Compiling powerfmt v0.2.0 |
| 2462 | 2026-04-25T00:45:51.608Z | Compiling deranged v0.5.8 |
| 2463 | 2026-04-25T00:45:52.140Z | Compiling tower v0.5.3 |
| 2464 | 2026-04-25T00:45:52.754Z | Compiling aho-corasick v1.1.4 |
| 2465 | 2026-04-25T00:45:52.754Z | Compiling time-core v0.1.8 |
| 2466 | 2026-04-25T00:45:52.928Z | Compiling iri-string v0.7.12 |
| 2467 | 2026-04-25T00:45:53.470Z | Compiling num_threads v0.1.7 |
| 2468 | 2026-04-25T00:45:53.591Z | Compiling num-conv v0.2.1 |
| 2469 | 2026-04-25T00:45:53.764Z | Compiling time v0.3.47 |
| 2470 | 2026-04-25T00:45:53.846Z | Compiling regex-automata v0.4.14 |
| 2471 | 2026-04-25T00:45:53.954Z | Compiling camino v1.2.2 |
| 2472 | 2026-04-25T00:45:54.558Z | Compiling tower-http v0.6.8 |
| 2473 | 2026-04-25T00:45:54.681Z | Compiling tempfile v3.27.0 |
| 2474 | 2026-04-25T00:45:55.572Z | Compiling futures-executor v0.3.32 |
| 2475 | 2026-04-25T00:45:55.608Z | Compiling winnow v1.0.1 |
| 2476 | 2026-04-25T00:45:55.633Z | Compiling crossbeam-channel v0.5.15 |
| 2477 | 2026-04-25T00:45:56.151Z | Compiling futures v0.3.32 |
| 2478 | 2026-04-25T00:45:56.245Z | Compiling scroll v0.13.0 |
| 2479 | 2026-04-25T00:45:56.361Z | Compiling openapiv3 v2.2.0 |
| 2480 | 2026-04-25T00:45:56.570Z | Compiling openssl-probe v0.2.1 |
| 2481 | 2026-04-25T00:45:56.774Z | Compiling rustls-native-certs v0.8.3 |
| 2482 | 2026-04-25T00:45:56.840Z | Compiling goblin v0.10.5 |
| 2483 | 2026-04-25T00:45:57.072Z | Compiling tokio-rustls v0.26.4 |
| 2484 | 2026-04-25T00:45:57.392Z | Compiling ring v0.17.14 |
| 2485 | 2026-04-25T00:45:57.665Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2486 | 2026-04-25T00:45:58.294Z | Compiling thread_local v1.1.9 |
| 2487 | 2026-04-25T00:45:58.673Z | Compiling either v1.15.0 |
| 2488 | 2026-04-25T00:45:58.855Z | Compiling winnow v0.7.15 |
| 2489 | 2026-04-25T00:45:58.907Z | Compiling rustls-webpki v0.102.8 |
| 2490 | 2026-04-25T00:45:59.497Z | Compiling hyper-rustls v0.27.7 |
| 2491 | 2026-04-25T00:45:59.887Z | Compiling rustls-platform-verifier v0.6.2 |
| 2492 | 2026-04-25T00:46:00.604Z | Compiling dof v0.4.0 |
| 2493 | 2026-04-25T00:46:00.802Z | Compiling regex v1.12.3 |
| 2494 | 2026-04-25T00:46:00.835Z | Compiling dtrace-parser v0.3.0 |
| 2495 | 2026-04-25T00:46:01.721Z | Compiling rand_chacha v0.3.1 |
| 2496 | 2026-04-25T00:46:02.257Z | Compiling regress v0.10.5 |
| 2497 | 2026-04-25T00:46:02.376Z | Compiling thread-id v5.1.0 |
| 2498 | 2026-04-25T00:46:02.474Z | Compiling is-terminal v0.4.17 |
| 2499 | 2026-04-25T00:46:02.584Z | Compiling term v1.2.1 |
| 2500 | 2026-04-25T00:46:03.398Z | Compiling take_mut v0.2.2 |
| 2501 | 2026-04-25T00:46:03.528Z | Compiling match_cfg v0.1.0 |
| 2502 | 2026-04-25T00:46:03.610Z | Compiling debug-ignore v1.0.5 |
| 2503 | 2026-04-25T00:46:03.697Z | Compiling hostname v0.3.1 |
| 2504 | 2026-04-25T00:46:03.730Z | Compiling slog-async v2.8.0 |
| 2505 | 2026-04-25T00:46:03.870Z | Compiling slog-term v2.9.2 |
| 2506 | 2026-04-25T00:46:04.522Z | Compiling usdt-impl v0.6.0 |
| 2507 | 2026-04-25T00:46:05.180Z | Compiling rand v0.8.5 |
| 2508 | 2026-04-25T00:46:05.208Z | Compiling ref-cast v1.0.25 |
| 2509 | 2026-04-25T00:46:05.226Z | Compiling rustls v0.22.4 |
| 2510 | 2026-04-25T00:46:05.323Z | Compiling reqwest v0.13.2 |
| 2511 | 2026-04-25T00:46:06.015Z | Compiling toml_parser v1.1.0+spec-1.1.0 |
| 2512 | 2026-04-25T00:46:07.185Z | Compiling slog-json v2.6.1 |
| 2513 | 2026-04-25T00:46:07.337Z | Compiling strum v0.26.3 |
| 2514 | 2026-04-25T00:46:07.459Z | Compiling macaddr v1.0.1 |
| 2515 | 2026-04-25T00:46:07.482Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2516 | 2026-04-25T00:46:07.747Z | Compiling serde_spanned v1.1.0 |
| 2517 | 2026-04-25T00:46:07.918Z | Compiling wait-timeout v0.2.1 |
| 2518 | 2026-04-25T00:46:07.930Z | Compiling memmap2 v0.9.10 |
| 2519 | 2026-04-25T00:46:08.232Z | Compiling encoding_rs v0.8.35 |
| 2520 | 2026-04-25T00:46:08.286Z | Compiling bit-vec v0.8.0 |
| 2521 | 2026-04-25T00:46:08.420Z | Compiling spin v0.9.8 |
| 2522 | 2026-04-25T00:46:08.556Z | Compiling mime v0.3.17 |
| 2523 | 2026-04-25T00:46:08.591Z | Compiling quick-error v1.2.3 |
| 2524 | 2026-04-25T00:46:08.712Z | Compiling toml_writer v1.1.0+spec-1.1.0 |
| 2525 | 2026-04-25T00:46:08.867Z | Compiling rusty-fork v0.3.1 |
| 2526 | 2026-04-25T00:46:08.987Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2527 | 2026-04-25T00:46:09.053Z | Compiling bit-set v0.8.0 |
| 2528 | 2026-04-25T00:46:09.255Z | Compiling usdt v0.6.0 |
| 2529 | 2026-04-25T00:46:09.767Z | Compiling multer v3.1.0 |
| 2530 | 2026-04-25T00:46:09.952Z | Compiling slog-bunyan v2.5.0 |
| 2531 | 2026-04-25T00:46:10.156Z | Compiling tokio-rustls v0.25.0 |
| 2532 | 2026-04-25T00:46:10.426Z | Compiling progenitor-client v0.13.0 |
| 2533 | 2026-04-25T00:46:10.990Z | Compiling serde_with v3.18.0 |
| 2534 | 2026-04-25T00:46:11.022Z | Compiling async-stream v0.3.6 |
| 2535 | 2026-04-25T00:46:11.235Z | Compiling sha1 v0.10.6 |
| 2536 | 2026-04-25T00:46:11.661Z | Compiling rand_xorshift v0.4.0 |
| 2537 | 2026-04-25T00:46:11.665Z | Compiling waitgroup v0.1.2 |
| 2538 | 2026-04-25T00:46:11.832Z | Compiling rustls-pemfile v2.2.0 |
| 2539 | 2026-04-25T00:46:11.835Z | Compiling serde_path_to_error v0.1.20 |
| 2540 | 2026-04-25T00:46:12.127Z | Compiling hostname v0.4.2 |
| 2541 | 2026-04-25T00:46:12.298Z | Compiling unarray v0.1.4 |
| 2542 | 2026-04-25T00:46:12.298Z | Compiling dropshot v0.16.7 |
| 2543 | 2026-04-25T00:46:12.429Z | Compiling proptest v1.11.0 |
| 2544 | 2026-04-25T00:46:12.561Z | Compiling strum v0.27.2 |
| 2545 | 2026-04-25T00:46:12.708Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2546 | 2026-04-25T00:46:12.870Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2547 | 2026-04-25T00:46:13.113Z | Compiling rustc-hash v2.1.2 |
| 2548 | 2026-04-25T00:46:13.258Z | Compiling iddqd v0.3.17 |
| 2549 | 2026-04-25T00:46:13.515Z | Compiling reqwest v0.12.28 |
| 2550 | 2026-04-25T00:46:13.778Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2551 | 2026-04-25T00:46:14.105Z | Compiling backon v1.6.0 |
| 2552 | 2026-04-25T00:46:14.118Z | Compiling instant v0.1.13 |
| 2553 | 2026-04-25T00:46:14.246Z | Compiling backoff v0.4.0 |
| 2554 | 2026-04-25T00:46:14.365Z | Compiling progenitor-extras v0.1.1 |
| 2555 | 2026-04-25T00:46:14.475Z | Compiling parse-display v0.10.0 |
| 2556 | 2026-04-25T00:46:14.614Z | Compiling progenitor-client v0.10.0 |
| 2557 | 2026-04-25T00:46:15.107Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2558 | 2026-04-25T00:46:15.123Z | Compiling itertools v0.14.0 |
| 2559 | 2026-04-25T00:46:15.427Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1) |
| 2560 | 2026-04-25T00:46:16.662Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2561 | 2026-04-25T00:46:17.210Z | Compiling unicode-width v0.2.2 |
| 2562 | 2026-04-25T00:46:17.552Z | Compiling tinyvec_macros v0.1.1 |
| 2563 | 2026-04-25T00:46:17.635Z | Compiling tinyvec v1.11.0 |
| 2564 | 2026-04-25T00:46:18.089Z | Compiling secrecy v0.10.3 |
| 2565 | 2026-04-25T00:46:18.273Z | Compiling heck v0.5.0 |
| 2566 | 2026-04-25T00:46:18.708Z | Compiling scroll v0.12.0 |
| 2567 | 2026-04-25T00:46:18.877Z | Compiling utf8parse v0.2.2 |
| 2568 | 2026-04-25T00:46:19.003Z | Compiling anstyle-parse v1.0.0 |
| 2569 | 2026-04-25T00:46:19.023Z | Compiling goblin v0.8.2 |
| 2570 | 2026-04-25T00:46:19.237Z | Compiling crucible-workspace-hack v0.1.0 |
| 2571 | 2026-04-25T00:46:19.326Z | Compiling zerocopy v0.7.35 |
| 2572 | 2026-04-25T00:46:19.420Z | Compiling terminal_size v0.4.4 |
| 2573 | 2026-04-25T00:46:19.588Z | Compiling hmac v0.12.1 |
| 2574 | 2026-04-25T00:46:19.756Z | Compiling inout v0.1.4 |
| 2575 | 2026-04-25T00:46:19.929Z | Compiling ff v0.13.1 |
| 2576 | 2026-04-25T00:46:19.947Z | Compiling toml_datetime v0.6.11 |
| 2577 | 2026-04-25T00:46:20.089Z | Compiling serde_spanned v0.6.9 |
| 2578 | 2026-04-25T00:46:20.266Z | Compiling num-integer v0.1.46 |
| 2579 | 2026-04-25T00:46:20.342Z | Compiling colorchoice v1.0.5 |
| 2580 | 2026-04-25T00:46:20.479Z | Compiling anstyle-query v1.1.5 |
| 2581 | 2026-04-25T00:46:20.601Z | Compiling anstyle v1.0.14 |
| 2582 | 2026-04-25T00:46:20.785Z | Compiling is_terminal_polyfill v1.70.2 |
| 2583 | 2026-04-25T00:46:20.892Z | Compiling toml_write v0.1.2 |
| 2584 | 2026-04-25T00:46:20.907Z | Compiling anstream v1.0.0 |
| 2585 | 2026-04-25T00:46:21.151Z | Compiling toml_edit v0.22.27 |
| 2586 | 2026-04-25T00:46:21.407Z | Compiling group v0.13.0 |
| 2587 | 2026-04-25T00:46:21.537Z | Compiling dof v0.3.0 |
| 2588 | 2026-04-25T00:46:21.608Z | Compiling cipher v0.4.4 |
| 2589 | 2026-04-25T00:46:21.870Z | Compiling hkdf v0.12.4 |
| 2590 | 2026-04-25T00:46:22.054Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2591 | 2026-04-25T00:46:23.275Z | Compiling dtrace-parser v0.2.0 |
| 2592 | 2026-04-25T00:46:23.333Z | Compiling crossbeam-epoch v0.9.18 |
| 2593 | 2026-04-25T00:46:23.857Z | Compiling half v2.7.1 |
| 2594 | 2026-04-25T00:46:24.208Z | Compiling universal-hash v0.5.1 |
| 2595 | 2026-04-25T00:46:24.221Z | Compiling crypto-bigint v0.5.5 |
| 2596 | 2026-04-25T00:46:24.365Z | Compiling thread-id v4.2.2 |
| 2597 | 2026-04-25T00:46:24.463Z | Compiling base16ct v0.2.0 |
| 2598 | 2026-04-25T00:46:24.682Z | Compiling ciborium-io v0.2.2 |
| 2599 | 2026-04-25T00:46:24.793Z | Compiling clap_lex v1.1.0 |
| 2600 | 2026-04-25T00:46:25.179Z | Compiling strsim v0.11.1 |
| 2601 | 2026-04-25T00:46:25.896Z | Compiling base64ct v1.8.3 |
| 2602 | 2026-04-25T00:46:26.042Z | Compiling opaque-debug v0.3.1 |
| 2603 | 2026-04-25T00:46:26.129Z | Compiling poly1305 v0.8.0 |
| 2604 | 2026-04-25T00:46:26.181Z | Compiling password-hash v0.5.0 |
| 2605 | 2026-04-25T00:46:26.253Z | Compiling clap_builder v4.6.0 |
| 2606 | 2026-04-25T00:46:26.414Z | Compiling elliptic-curve v0.13.8 |
| 2607 | 2026-04-25T00:46:26.729Z | Compiling ciborium-ll v0.2.2 |
| 2608 | 2026-04-25T00:46:26.770Z | Compiling curve25519-dalek v4.1.3 |
| 2609 | 2026-04-25T00:46:27.004Z | Compiling usdt-impl v0.5.0 |
| 2610 | 2026-04-25T00:46:27.145Z | Compiling thiserror-no-std v2.0.2 |
| 2611 | 2026-04-25T00:46:27.248Z | Compiling toml v0.8.23 |
| 2612 | 2026-04-25T00:46:28.451Z | Compiling chacha20 v0.9.1 |
| 2613 | 2026-04-25T00:46:28.735Z | Compiling num-rational v0.4.2 |
| 2614 | 2026-04-25T00:46:29.453Z | Compiling num-iter v0.1.45 |
| 2615 | 2026-04-25T00:46:29.594Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b) |
| 2616 | 2026-04-25T00:46:29.863Z | Compiling typify-impl v0.6.1 |
| 2617 | 2026-04-25T00:46:30.178Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2618 | 2026-04-25T00:46:30.615Z | Compiling byte-wrapper v0.1.0 |
| 2619 | 2026-04-25T00:46:31.328Z | Compiling blake2 v0.10.6 |
| 2620 | 2026-04-25T00:46:31.450Z | Compiling hash32 v0.3.1 |
| 2621 | 2026-04-25T00:46:31.611Z | Compiling aead v0.5.2 |
| 2622 | 2026-04-25T00:46:31.637Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2623 | 2026-04-25T00:46:31.817Z | Compiling num-complex v0.4.6 |
| 2624 | 2026-04-25T00:46:31.842Z | Compiling memmap v0.7.0 |
| 2625 | 2026-04-25T00:46:31.854Z | Compiling keccak v0.1.6 |
| 2626 | 2026-04-25T00:46:31.926Z | Compiling data-encoding v2.10.0 |
| 2627 | 2026-04-25T00:46:32.086Z | Compiling sha3 v0.10.8 |
| 2628 | 2026-04-25T00:46:32.268Z | Compiling num v0.4.3 |
| 2629 | 2026-04-25T00:46:32.355Z | Compiling usdt v0.5.0 |
| 2630 | 2026-04-25T00:46:32.485Z | Compiling typify v0.6.1 |
| 2631 | 2026-04-25T00:46:32.603Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2632 | 2026-04-25T00:46:32.641Z | Compiling chacha20poly1305 v0.10.1 |
| 2633 | 2026-04-25T00:46:32.798Z | Compiling argon2 v0.5.3 |
| 2634 | 2026-04-25T00:46:33.021Z | Compiling heapless v0.8.0 |
| 2635 | 2026-04-25T00:46:33.138Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2636 | 2026-04-25T00:46:33.519Z | Compiling ingot-types v0.1.2 |
| 2637 | 2026-04-25T00:46:33.834Z | Compiling clap v4.6.0 |
| 2638 | 2026-04-25T00:46:33.930Z | Compiling vsss-rs v3.3.4 |
| 2639 | 2026-04-25T00:46:33.984Z | Compiling ciborium v0.2.2 |
| 2640 | 2026-04-25T00:46:34.605Z | Compiling rustix v0.38.44 |
| 2641 | 2026-04-25T00:46:34.828Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2642 | 2026-04-25T00:46:35.439Z | Compiling tabwriter v1.4.1 |
| 2643 | 2026-04-25T00:46:35.826Z | Compiling cobs v0.3.0 |
| 2644 | 2026-04-25T00:46:35.997Z | Compiling colored v3.1.1 |
| 2645 | 2026-04-25T00:46:36.134Z | Compiling indent_write v2.2.0 |
| 2646 | 2026-04-25T00:46:36.300Z | Compiling foreign-types-shared v0.3.1 |
| 2647 | 2026-04-25T00:46:36.409Z | Compiling cpufeatures v0.3.0 |
| 2648 | 2026-04-25T00:46:36.498Z | Compiling managed v0.8.0 |
| 2649 | 2026-04-25T00:46:36.683Z | Compiling float-ord v0.3.2 |
| 2650 | 2026-04-25T00:46:36.771Z | Compiling bitflags v1.3.2 |
| 2651 | 2026-04-25T00:46:36.809Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2652 | 2026-04-25T00:46:36.856Z | Compiling smoltcp v0.11.0 |
| 2653 | 2026-04-25T00:46:36.999Z | Compiling chacha20 v0.10.0 |
| 2654 | 2026-04-25T00:46:37.307Z | Compiling foreign-types v0.5.0 |
| 2655 | 2026-04-25T00:46:37.407Z | Compiling postcard v1.1.3 |
| 2656 | 2026-04-25T00:46:37.606Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2657 | 2026-04-25T00:46:37.817Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2658 | 2026-04-25T00:46:37.929Z | Compiling ingot v0.1.1 |
| 2659 | 2026-04-25T00:46:38.245Z | Compiling num_enum v0.7.6 |
| 2660 | 2026-04-25T00:46:38.383Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2661 | 2026-04-25T00:46:38.753Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2662 | 2026-04-25T00:46:38.877Z | Compiling progenitor-impl v0.13.0 |
| 2663 | 2026-04-25T00:46:40.151Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2664 | 2026-04-25T00:46:40.188Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2665 | 2026-04-25T00:46:40.278Z | Compiling cstr-argument v0.1.2 |
| 2666 | 2026-04-25T00:46:40.477Z | Compiling resolv-conf v0.7.6 |
| 2667 | 2026-04-25T00:46:40.579Z | Compiling linked-hash-map v0.5.6 |
| 2668 | 2026-04-25T00:46:40.631Z | Compiling swrite v0.1.0 |
| 2669 | 2026-04-25T00:46:40.751Z | Compiling static_assertions v1.1.0 |
| 2670 | 2026-04-25T00:46:40.807Z | Compiling lru-cache v0.1.2 |
| 2671 | 2026-04-25T00:46:40.837Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2672 | 2026-04-25T00:46:40.954Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2673 | 2026-04-25T00:46:41.124Z | Compiling progenitor v0.13.0 |
| 2674 | 2026-04-25T00:46:41.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2675 | 2026-04-25T00:46:41.384Z | Compiling hubpack v0.1.2 |
| 2676 | 2026-04-25T00:46:41.415Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2677 | 2026-04-25T00:46:41.647Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a) |
| 2678 | 2026-04-25T00:46:41.895Z | Compiling memoffset v0.9.1 |
| 2679 | 2026-04-25T00:46:42.012Z | Compiling rand v0.10.1 |
| 2680 | 2026-04-25T00:46:42.531Z | Compiling hickory-proto v0.24.4 |
| 2681 | 2026-04-25T00:46:42.830Z | Compiling crossbeam-deque v0.8.6 |
| 2682 | 2026-04-25T00:46:43.059Z | Compiling itertools v0.12.1 |
| 2683 | 2026-04-25T00:46:43.059Z | Compiling serde-big-array v0.5.1 |
| 2684 | 2026-04-25T00:46:43.235Z | Compiling siphasher v1.0.2 |
| 2685 | 2026-04-25T00:46:43.455Z | Compiling lazy_static v1.5.0 |
| 2686 | 2026-04-25T00:46:43.574Z | Compiling unicode-segmentation v1.13.2 |
| 2687 | 2026-04-25T00:46:44.221Z | Compiling newline-converter v0.3.0 |
| 2688 | 2026-04-25T00:46:44.405Z | Compiling phf_shared v0.12.1 |
| 2689 | 2026-04-25T00:46:44.532Z | Compiling pin-project v1.1.11 |
| 2690 | 2026-04-25T00:46:44.635Z | Compiling hickory-resolver v0.24.4 |
| 2691 | 2026-04-25T00:46:44.647Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2692 | 2026-04-25T00:46:48.147Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2693 | 2026-04-25T00:46:48.413Z | Compiling prettyplease v0.2.37 |
| 2694 | 2026-04-25T00:46:48.847Z | Compiling rayon-core v1.13.0 |
| 2695 | 2026-04-25T00:46:49.023Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51) |
| 2696 | 2026-04-25T00:46:50.611Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2697 | 2026-04-25T00:46:51.148Z | Compiling nix v0.31.2 |
| 2698 | 2026-04-25T00:46:52.891Z | Compiling num_enum v0.5.11 |
| 2699 | 2026-04-25T00:46:53.027Z | Compiling atomicwrites v0.4.4 |
| 2700 | 2026-04-25T00:46:53.340Z | Compiling unicode-normalization v0.1.25 |
| 2701 | 2026-04-25T00:46:53.459Z | Compiling console v0.15.11 |
| 2702 | 2026-04-25T00:46:53.947Z | Compiling camino-tempfile v1.4.1 |
| 2703 | 2026-04-25T00:46:53.983Z | Compiling tokio-stream v0.1.18 |
| 2704 | 2026-04-25T00:46:54.405Z | Compiling csv-core v0.1.13 |
| 2705 | 2026-04-25T00:46:54.570Z | Compiling bstr v1.12.1 |
| 2706 | 2026-04-25T00:46:54.821Z | Compiling foldhash v0.1.5 |
| 2707 | 2026-04-25T00:46:54.832Z | Compiling highway v1.3.0 |
| 2708 | 2026-04-25T00:46:55.056Z | Compiling foreign-types-shared v0.1.1 |
| 2709 | 2026-04-25T00:46:55.158Z | Compiling unicode-width v0.1.14 |
| 2710 | 2026-04-25T00:46:55.277Z | Compiling similar v2.7.0 |
| 2711 | 2026-04-25T00:46:55.481Z | Compiling same-file v1.0.6 |
| 2712 | 2026-04-25T00:46:55.548Z | Compiling foreign-types v0.3.2 |
| 2713 | 2026-04-25T00:46:55.634Z | Compiling walkdir v2.5.0 |
| 2714 | 2026-04-25T00:46:55.670Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2715 | 2026-04-25T00:46:56.443Z | Compiling expectorate v1.2.0 |
| 2716 | 2026-04-25T00:46:56.664Z | Compiling globset v0.4.18 |
| 2717 | 2026-04-25T00:46:57.594Z | Compiling hashbrown v0.15.5 |
| 2718 | 2026-04-25T00:46:58.010Z | Compiling csv v1.4.0 |
| 2719 | 2026-04-25T00:46:58.263Z | Compiling qorb v0.4.1 |
| 2720 | 2026-04-25T00:46:58.994Z | Compiling snafu v0.8.9 |
| 2721 | 2026-04-25T00:46:59.598Z | Compiling olpc-cjson v0.1.4 |
| 2722 | 2026-04-25T00:46:59.889Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2723 | 2026-04-25T00:46:59.913Z | Compiling rayon v1.11.0 |
| 2724 | 2026-04-25T00:47:00.102Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2725 | 2026-04-25T00:47:00.420Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2726 | 2026-04-25T00:47:00.544Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2727 | 2026-04-25T00:47:02.104Z | Compiling phf v0.12.1 |
| 2728 | 2026-04-25T00:47:02.294Z | Compiling openssl-sys v0.9.112 |
| 2729 | 2026-04-25T00:47:02.480Z | Compiling tokio-dtrace v0.1.1 |
| 2730 | 2026-04-25T00:47:02.843Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2731 | 2026-04-25T00:47:02.857Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2732 | 2026-04-25T00:47:02.913Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2733 | 2026-04-25T00:47:03.127Z | Compiling libsw-core v0.3.2 |
| 2734 | 2026-04-25T00:47:03.325Z | Compiling pem v3.0.6 |
| 2735 | 2026-04-25T00:47:04.042Z | Compiling serde_plain v1.0.2 |
| 2736 | 2026-04-25T00:47:04.345Z | Compiling sigpipe v0.1.3 |
| 2737 | 2026-04-25T00:47:04.448Z | Compiling bytecount v0.6.9 |
| 2738 | 2026-04-25T00:47:04.510Z | Compiling glob v0.3.3 |
| 2739 | 2026-04-25T00:47:04.643Z | Compiling minimal-lexical v0.2.1 |
| 2740 | 2026-04-25T00:47:04.978Z | Compiling typed-path v0.9.3 |
| 2741 | 2026-04-25T00:47:05.553Z | Compiling fixedbitset v0.5.7 |
| 2742 | 2026-04-25T00:47:06.083Z | Compiling jiff v0.2.23 |
| 2743 | 2026-04-25T00:47:06.325Z | Compiling fixedbitset v0.4.2 |
| 2744 | 2026-04-25T00:47:06.672Z | Compiling petgraph v0.6.5 |
| 2745 | 2026-04-25T00:47:06.714Z | Compiling tough v0.20.0 |
| 2746 | 2026-04-25T00:47:07.850Z | Compiling petgraph v0.8.3 |
| 2747 | 2026-04-25T00:47:07.951Z | Compiling nom v7.1.3 |
| 2748 | 2026-04-25T00:47:08.350Z | Compiling papergrid v0.11.0 |
| 2749 | 2026-04-25T00:47:08.519Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2750 | 2026-04-25T00:47:09.258Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2751 | 2026-04-25T00:47:09.644Z | Compiling openssl v0.10.76 |
| 2752 | 2026-04-25T00:47:10.320Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2753 | 2026-04-25T00:47:11.733Z | Compiling libsw v3.5.0 |
| 2754 | 2026-04-25T00:47:11.932Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3) |
| 2755 | 2026-04-25T00:47:12.509Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225) |
| 2756 | 2026-04-25T00:47:12.840Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2757 | 2026-04-25T00:47:13.084Z | Compiling zone v0.3.1 |
| 2758 | 2026-04-25T00:47:13.536Z | Compiling oxide-tokio-rt v0.1.3 |
| 2759 | 2026-04-25T00:47:13.762Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2760 | 2026-04-25T00:47:13.949Z | Compiling chrono-tz v0.10.4 |
| 2761 | 2026-04-25T00:47:14.216Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2762 | 2026-04-25T00:47:14.941Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2763 | 2026-04-25T00:47:15.312Z | Compiling newtype_derive v0.1.6 |
| 2764 | 2026-04-25T00:47:15.404Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2765 | 2026-04-25T00:47:15.521Z | Compiling slog-dtrace v0.3.0 |
| 2766 | 2026-04-25T00:47:16.297Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2767 | 2026-04-25T00:47:17.135Z | Compiling owo-colors v4.3.0 |
| 2768 | 2026-04-25T00:47:18.081Z | Compiling const_format v0.2.35 |
| 2769 | 2026-04-25T00:47:18.129Z | Compiling cancel-safe-futures v0.1.5 |
| 2770 | 2026-04-25T00:47:18.504Z | Compiling gethostname v0.5.0 |
| 2771 | 2026-04-25T00:47:18.557Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2772 | 2026-04-25T00:47:18.647Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2773 | 2026-04-25T00:47:18.784Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2774 | 2026-04-25T00:47:18.824Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2775 | 2026-04-25T00:47:18.943Z | Compiling bcs v0.1.6 |
| 2776 | 2026-04-25T00:47:19.345Z | Compiling smf v0.2.3 |
| 2777 | 2026-04-25T00:47:19.357Z | Compiling tagptr v0.2.0 |
| 2778 | 2026-04-25T00:47:19.524Z | Compiling linear-map v1.2.0 |
| 2779 | 2026-04-25T00:47:19.755Z | Compiling smawk v0.3.2 |
| 2780 | 2026-04-25T00:47:19.939Z | Compiling whoami v1.6.1 |
| 2781 | 2026-04-25T00:47:20.417Z | Compiling termtree v0.5.1 |
| 2782 | 2026-04-25T00:47:20.600Z | Compiling unicode-linebreak v0.1.5 |
| 2783 | 2026-04-25T00:47:20.612Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2784 | 2026-04-25T00:47:20.895Z | Compiling textwrap v0.16.2 |
| 2785 | 2026-04-25T00:47:21.162Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2786 | 2026-04-25T00:47:21.198Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2787 | 2026-04-25T00:47:21.897Z | Compiling moka v0.12.15 |
| 2788 | 2026-04-25T00:47:22.554Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2789 | 2026-04-25T00:47:23.118Z | Compiling tabled v0.15.0 |
| 2790 | 2026-04-25T00:47:23.572Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2791 | 2026-04-25T00:47:23.695Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2792 | 2026-04-25T00:47:23.911Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2793 | 2026-04-25T00:47:24.419Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2794 | 2026-04-25T00:47:24.633Z | Compiling steno v0.4.1 |
| 2795 | 2026-04-25T00:47:24.645Z | Compiling cookie v0.18.1 |
| 2796 | 2026-04-25T00:47:26.022Z | Compiling hickory-proto v0.25.2 |
| 2797 | 2026-04-25T00:47:30.188Z | Compiling humantime v2.3.0 |
| 2798 | 2026-04-25T00:47:30.643Z | Compiling hickory-resolver v0.25.2 |
| 2799 | 2026-04-25T00:47:32.007Z | Compiling arc-swap v1.9.0 |
| 2800 | 2026-04-25T00:47:32.374Z | Compiling slog-scope v4.4.1 |
| 2801 | 2026-04-25T00:47:32.849Z | Compiling libscf-sys v1.1.0 |
| 2802 | 2026-04-25T00:47:33.007Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2803 | 2026-04-25T00:47:33.034Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2804 | 2026-04-25T00:47:33.724Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2805 | 2026-04-25T00:47:34.926Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2806 | 2026-04-25T00:47:35.156Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2807 | 2026-04-25T00:47:35.296Z | Compiling slog-stdlog v4.1.1 |
| 2808 | 2026-04-25T00:47:35.382Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#9167ac10) |
| 2809 | 2026-04-25T00:47:35.765Z | Compiling slog-envlogger v2.2.0 |
| 2810 | 2026-04-25T00:47:35.905Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2811 | 2026-04-25T00:47:44.481Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2812 | 2026-04-25T00:47:47.241Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2) |
| 2813 | 2026-04-25T00:47:48.719Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2814 | 2026-04-25T00:47:57.695Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2815 | 2026-04-25T00:48:02.545Z | Finished `release` profile [optimized] target(s) in 2m 26s |
| 2816 | 2026-04-25T00:48:02.658Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f2da362cd39f0fff) |
| 2817 | 2026-04-25T00:48:02.661Z | |
| 2818 | 2026-04-25T00:48:02.661Z | running 1 test |
| 2819 | 2026-04-25T00:48:02.886Z | configure zone |
| 2820 | 2026-04-25T00:48:02.903Z | install zone |
| 2821 | 2026-04-25T00:48:12.531Z | boot zone |
| 2822 | 2026-04-25T00:48:12.622Z | start zone s1 |
| 2823 | 2026-04-25T00:48:12.624Z | configure zone |
| 2824 | 2026-04-25T00:48:12.631Z | install zone |
| 2825 | 2026-04-25T00:48:14.509Z | boot zone |
| 2826 | 2026-04-25T00:48:14.635Z | start zone s2 |
| 2827 | 2026-04-25T00:48:14.635Z | configure zone |
| 2828 | 2026-04-25T00:48:14.646Z | install zone |
| 2829 | 2026-04-25T00:48:16.880Z | boot zone |
| 2830 | 2026-04-25T00:48:16.988Z | start zone s3 |
| 2831 | 2026-04-25T00:48:16.988Z | configure zone |
| 2832 | 2026-04-25T00:48:16.999Z | install zone |
| 2833 | 2026-04-25T00:48:19.745Z | boot zone |
| 2834 | 2026-04-25T00:48:19.856Z | start zone t1 |
| 2835 | 2026-04-25T00:48:19.859Z | configure zone |
| 2836 | 2026-04-25T00:48:19.868Z | install zone |
| 2837 | 2026-04-25T00:48:22.576Z | boot zone |
| 2838 | 2026-04-25T00:48:22.683Z | waiting for zones to come up |
| 2839 | 2026-04-25T00:48:32.684Z | [sidecar.quartet] svcs milestone/network |
| 2840 | 2026-04-25T00:48:32.711Z | STATE STIME FMRI |
| 2841 | 2026-04-25T00:48:32.711Z | online 0:48:11 svc:/milestone/network:default |
| 2842 | 2026-04-25T00:48:32.711Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
| 2843 | 2026-04-25T00:48:32.737Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
| 2844 | 2026-04-25T00:48:32.763Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
| 2845 | 2026-04-25T00:48:32.783Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
| 2846 | 2026-04-25T00:48:32.786Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2847 | 2026-04-25T00:48:32.799Z | |
| 2848 | 2026-04-25T00:48:32.799Z | running zone s1.quartet setup |
| 2849 | 2026-04-25T00:48:32.799Z | [s1.quartet] svcs milestone/network |
| 2850 | 2026-04-25T00:48:32.814Z | STATE STIME FMRI |
| 2851 | 2026-04-25T00:48:32.814Z | online 0:48:13 svc:/milestone/network:default |
| 2852 | 2026-04-25T00:48:32.815Z | [s1.quartet] dladm |
| 2853 | 2026-04-25T00:48:32.827Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2854 | 2026-04-25T00:48:32.827Z | sl0 simnet 9000 up -- ? |
| 2855 | 2026-04-25T00:48:32.827Z | mgs1 vnic 9000 up -- ? |
| 2856 | 2026-04-25T00:48:32.830Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
| 2857 | 2026-04-25T00:48:33.501Z | |
| 2858 | 2026-04-25T00:48:33.501Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
| 2859 | 2026-04-25T00:48:33.516Z | |
| 2860 | 2026-04-25T00:48:33.517Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2861 | 2026-04-25T00:48:33.528Z | |
| 2862 | 2026-04-25T00:48:33.528Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
| 2863 | 2026-04-25T00:48:33.608Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
| 2864 | 2026-04-25T00:48:33.678Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid c36c729a-fdfe-4173-b0ce-f6a845452835 --sled-uuid ed6326b7-e229-48ca-9509-498a93e1354a -a sl0/v6 &> /opt/ddmd.log & |
| 2865 | 2026-04-25T00:48:33.693Z | |
| 2866 | 2026-04-25T00:48:33.693Z | running zone s2.quartet setup |
| 2867 | 2026-04-25T00:48:33.693Z | [s2.quartet] svcs milestone/network |
| 2868 | 2026-04-25T00:48:33.709Z | STATE STIME FMRI |
| 2869 | 2026-04-25T00:48:33.709Z | online 0:48:16 svc:/milestone/network:default |
| 2870 | 2026-04-25T00:48:33.709Z | [s2.quartet] dladm |
| 2871 | 2026-04-25T00:48:33.723Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2872 | 2026-04-25T00:48:33.723Z | sl1 simnet 9000 up -- ? |
| 2873 | 2026-04-25T00:48:33.723Z | mgs2 vnic 9000 up -- ? |
| 2874 | 2026-04-25T00:48:33.723Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
| 2875 | 2026-04-25T00:48:34.174Z | |
| 2876 | 2026-04-25T00:48:34.174Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
| 2877 | 2026-04-25T00:48:34.192Z | |
| 2878 | 2026-04-25T00:48:34.192Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2879 | 2026-04-25T00:48:34.204Z | |
| 2880 | 2026-04-25T00:48:34.204Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
| 2881 | 2026-04-25T00:48:34.235Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
| 2882 | 2026-04-25T00:48:34.262Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0b22bcf4-b059-42ae-bb41-381628d2fa42 --sled-uuid 16b0c7e3-7525-4ad4-8e3f-799107c9b4b8 -a sl1/v6 &> /opt/ddmd.log & |
| 2883 | 2026-04-25T00:48:34.273Z | |
| 2884 | 2026-04-25T00:48:34.273Z | running zone s3.quartet setup |
| 2885 | 2026-04-25T00:48:34.273Z | [s3.quartet] svcs milestone/network |
| 2886 | 2026-04-25T00:48:34.288Z | STATE STIME FMRI |
| 2887 | 2026-04-25T00:48:34.288Z | online 0:48:19 svc:/milestone/network:default |
| 2888 | 2026-04-25T00:48:34.288Z | [s3.quartet] dladm |
| 2889 | 2026-04-25T00:48:34.301Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2890 | 2026-04-25T00:48:34.302Z | sl2 simnet 9000 up -- ? |
| 2891 | 2026-04-25T00:48:34.302Z | mgs3 vnic 9000 up -- ? |
| 2892 | 2026-04-25T00:48:34.302Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
| 2893 | 2026-04-25T00:48:34.869Z | |
| 2894 | 2026-04-25T00:48:34.869Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
| 2895 | 2026-04-25T00:48:34.885Z | |
| 2896 | 2026-04-25T00:48:34.885Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2897 | 2026-04-25T00:48:34.896Z | |
| 2898 | 2026-04-25T00:48:34.897Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
| 2899 | 2026-04-25T00:48:34.928Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
| 2900 | 2026-04-25T00:48:34.957Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid bf895560-f4c8-44eb-94c0-cbeddc0261d9 --sled-uuid d24a1494-571e-45c6-8ffa-3dcbf68d96d6 -a sl2/v6 &> /opt/ddmd.log & |
| 2901 | 2026-04-25T00:48:34.968Z | |
| 2902 | 2026-04-25T00:48:34.968Z | running zone t1.quartet setup |
| 2903 | 2026-04-25T00:48:34.968Z | [t1.quartet] svcs milestone/network |
| 2904 | 2026-04-25T00:48:34.983Z | STATE STIME FMRI |
| 2905 | 2026-04-25T00:48:34.983Z | online 0:48:22 svc:/milestone/network:default |
| 2906 | 2026-04-25T00:48:34.983Z | [t1.quartet] dladm |
| 2907 | 2026-04-25T00:48:34.997Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2908 | 2026-04-25T00:48:34.997Z | tfportrear0_0 simnet 9000 up -- ? |
| 2909 | 2026-04-25T00:48:34.997Z | tfportrear1_0 simnet 9000 up -- ? |
| 2910 | 2026-04-25T00:48:34.997Z | tfportrear2_0 simnet 9000 up -- ? |
| 2911 | 2026-04-25T00:48:34.997Z | mgt1 vnic 9000 up -- ? |
| 2912 | 2026-04-25T00:48:34.997Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
| 2913 | 2026-04-25T00:48:35.551Z | |
| 2914 | 2026-04-25T00:48:35.551Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2915 | 2026-04-25T00:48:35.568Z | |
| 2916 | 2026-04-25T00:48:35.568Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2917 | 2026-04-25T00:48:35.581Z | |
| 2918 | 2026-04-25T00:48:35.581Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
| 2919 | 2026-04-25T00:48:35.594Z | |
| 2920 | 2026-04-25T00:48:35.594Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
| 2921 | 2026-04-25T00:48:35.605Z | |
| 2922 | 2026-04-25T00:48:35.605Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
| 2923 | 2026-04-25T00:48:35.924Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
| 2924 | 2026-04-25T00:48:35.927Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
| 2925 | 2026-04-25T00:48:35.930Z | waiting 3s for copy of files to zone to complete ... |
| 2926 | 2026-04-25T00:48:38.928Z | [t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2927 | 2026-04-25T00:48:39.061Z | |
| 2928 | 2026-04-25T00:48:39.061Z | [t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2929 | 2026-04-25T00:48:39.168Z | |
| 2930 | 2026-04-25T00:48:39.168Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
| 2931 | 2026-04-25T00:48:39.202Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
| 2932 | 2026-04-25T00:48:39.231Z | [t1.quartet] svcadm disable dendrite |
| 2933 | 2026-04-25T00:48:39.255Z | |
| 2934 | 2026-04-25T00:48:39.255Z | [t1.quartet] svcadm disable tfport |
| 2935 | 2026-04-25T00:48:39.279Z | |
| 2936 | 2026-04-25T00:48:39.279Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2937 | 2026-04-25T00:48:39.304Z | |
| 2938 | 2026-04-25T00:48:39.304Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
| 2939 | 2026-04-25T00:48:39.329Z | |
| 2940 | 2026-04-25T00:48:39.329Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2941 | 2026-04-25T00:48:39.354Z | |
| 2942 | 2026-04-25T00:48:39.354Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2943 | 2026-04-25T00:48:39.379Z | |
| 2944 | 2026-04-25T00:48:39.379Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
| 2945 | 2026-04-25T00:48:39.403Z | |
| 2946 | 2026-04-25T00:48:39.405Z | [t1.quartet] svcadm refresh dendrite:default |
| 2947 | 2026-04-25T00:48:39.425Z | |
| 2948 | 2026-04-25T00:48:39.425Z | [t1.quartet] svcadm enable dendrite:default |
| 2949 | 2026-04-25T00:48:39.446Z | |
| 2950 | 2026-04-25T00:48:39.446Z | wait 10s for dendrite to come up ... |
| 2951 | 2026-04-25T00:48:49.447Z | [t1.quartet] svccfg -s tfport setprop config/pkt_source = none |
| 2952 | 2026-04-25T00:48:49.477Z | |
| 2953 | 2026-04-25T00:48:49.478Z | [t1.quartet] svccfg -s tfport setprop config/flags = --sync-only |
| 2954 | 2026-04-25T00:48:49.502Z | |
| 2955 | 2026-04-25T00:48:49.502Z | [t1.quartet] svcadm refresh tfport:default |
| 2956 | 2026-04-25T00:48:49.524Z | |
| 2957 | 2026-04-25T00:48:49.524Z | [t1.quartet] svcadm enable tfport |
| 2958 | 2026-04-25T00:48:49.545Z | |
| 2959 | 2026-04-25T00:48:49.548Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 7493e49b-4700-44fe-9695-6403540e23e2 --sled-uuid 450d72a2-b3a8-4c2c-892c-e0bc7d6a77ca -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
| 2960 | 2026-04-25T00:48:49.556Z | |
| 2961 | 2026-04-25T00:48:49.556Z | [t1.quartet] ipadm |
| 2962 | 2026-04-25T00:48:49.571Z | ADDROBJ TYPE STATE ADDR |
| 2963 | 2026-04-25T00:48:49.571Z | lo0/v4 static ok 127.0.0.1/8 |
| 2964 | 2026-04-25T00:48:49.571Z | mgt1/v4 static ok 10.0.0.4/24 |
| 2965 | 2026-04-25T00:48:49.571Z | lo0/v6 static ok ::1/128 |
| 2966 | 2026-04-25T00:48:49.571Z | lo0/u6 static ok fd00:4::1/64 |
| 2967 | 2026-04-25T00:48:49.571Z | tfportrear0_0/v6 addrconf ok fe80::2c01:30ff:fe6f:98ab%tfportrear0_0/10 |
| 2968 | 2026-04-25T00:48:49.571Z | tfportrear1_0/v6 addrconf ok fe80::2cea:9dff:fe4f:3a3b%tfportrear1_0/10 |
| 2969 | 2026-04-25T00:48:49.571Z | tfportrear2_0/v6 addrconf ok fe80::a44b:79ff:fe4c:7cb%tfportrear2_0/10 |
| 2970 | 2026-04-25T00:48:51.682Z | initial peering test passed |
| 2971 | 2026-04-25T00:48:52.684Z | [s3.quartet] ping fd00:1::1 |
| 2972 | 2026-04-25T00:48:52.702Z | fd00:1::1 is alive |
| 2973 | 2026-04-25T00:49:02.664Z | test ddm::test_quartet has been running for over 60 seconds |
| 2974 | 2026-04-25T00:49:03.704Z | [s3.quartet] ping fd00:1::1 |
| 2975 | 2026-04-25T00:49:03.720Z | fd00:1::1 is alive |
| 2976 | 2026-04-25T00:49:03.722Z | [t1.quartet] pkill ddmd |
| 2977 | 2026-04-25T00:49:03.731Z | |
| 2978 | 2026-04-25T00:49:03.732Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
| 2979 | 2026-04-25T00:49:03.734Z | cp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log |
| 2980 | 2026-04-25T00:49:05.617Z | [s3.quartet] pkill ddmd |
| 2981 | 2026-04-25T00:49:05.631Z | |
| 2982 | 2026-04-25T00:49:05.631Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
| 2983 | 2026-04-25T00:49:07.444Z | [s2.quartet] pkill ddmd |
| 2984 | 2026-04-25T00:49:07.487Z | |
| 2985 | 2026-04-25T00:49:07.487Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
| 2986 | 2026-04-25T00:49:09.559Z | [s1.quartet] pkill ddmd |
| 2987 | 2026-04-25T00:49:09.586Z | |
| 2988 | 2026-04-25T00:49:09.586Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
| 2989 | 2026-04-25T00:49:11.462Z | [sidecar.quartet] pkill softnpu |
| 2990 | 2026-04-25T00:49:11.476Z | |
| 2991 | 2026-04-25T00:49:11.477Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
| 2992 | 2026-04-25T00:49:14.257Z | test ddm::test_quartet ... ok |
| 2993 | 2026-04-25T00:49:14.257Z | |
| 2994 | 2026-04-25T00:49:14.261Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.59s |
| 2995 | 2026-04-25T00:49:14.261Z | |
| 2996 | 2026-04-25T00:49:14.341Z | + cleanup |
| 2997 | 2026-04-25T00:49:14.344Z | ++ id -un |
| 2998 | 2026-04-25T00:49:14.349Z | ++ id -gn |
| 2999 | 2026-04-25T00:49:14.352Z | + pfexec chown -R build:build . |
| 3000 | 2026-04-25T00:49:14.506Z | process exited: duration 774413 ms, exit code 0 |
| |
| 3001 | 2026-04-25T00:49:14.517Z | found 6 output files |
| 3002 | 2026-04-25T00:49:14.517Z | uploading: /work/s1.quartet.log (3964 bytes) |
| 3003 | 2026-04-25T00:49:15.527Z | uploaded: /work/s1.quartet.log |
| 3004 | 2026-04-25T00:49:15.527Z | uploading: /work/s2.quartet.log (4138 bytes) |
| 3005 | 2026-04-25T00:49:16.538Z | uploaded: /work/s2.quartet.log |
| 3006 | 2026-04-25T00:49:16.541Z | uploading: /work/s3.quartet.log (4249 bytes) |
| 3007 | 2026-04-25T00:49:17.549Z | uploaded: /work/s3.quartet.log |
| 3008 | 2026-04-25T00:49:17.552Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
| 3009 | 2026-04-25T00:49:18.559Z | uploaded: /work/sidecar.quartet-softnpu.log |
| 3010 | 2026-04-25T00:49:18.563Z | uploading: /work/t1.quartet-dpd.log (213503 bytes) |
| 3011 | 2026-04-25T00:49:19.577Z | uploaded: /work/t1.quartet-dpd.log |
| 3012 | 2026-04-25T00:49:19.577Z | uploading: /work/t1.quartet.log (17192 bytes) |
| 3013 | 2026-04-25T00:49:20.588Z | uploaded: /work/t1.quartet.log |