|
|
|
| 1 | 2026-05-20T03:58:47.758Z | job assigned to worker 01KS1RH660G2P0H5QY75J142CT [factory aws, i-0952463917ffb02cf] (queued for 1 m 2 s) |
| |
| 2 | 2026-05-20T03:58:54.183Z | starting task 0: "setup" |
| 3 | 2026-05-20T03:58:54.186Z | ++ uname -s |
| 4 | 2026-05-20T03:58:54.192Z | + kern=SunOS |
| 5 | 2026-05-20T03:58:54.192Z | + build_user=build |
| 6 | 2026-05-20T03:58:54.192Z | + build_uid=12345 |
| 7 | 2026-05-20T03:58:54.192Z | + work_dir=/work |
| 8 | 2026-05-20T03:58:54.192Z | + input_dir=/input |
| 9 | 2026-05-20T03:58:54.192Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-20T03:58:54.192Z | + case "$kern" in |
| 11 | 2026-05-20T03:58:54.192Z | + groupadd -g 12345 build |
| 12 | 2026-05-20T03:58:54.192Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-20T03:58:56.199Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-20T03:58:56.318Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-20T03:58:56.320Z | + home_fs=zfs |
| 16 | 2026-05-20T03:58:56.321Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-20T03:58:56.321Z | + mkdir -p /home/build |
| 18 | 2026-05-20T03:58:56.321Z | + chown build:build /home/build /work |
| 19 | 2026-05-20T03:58:57.323Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-20T03:58:57.326Z | process exited: duration 3142 ms, exit code 0 |
| |
| 21 | 2026-05-20T03:58:57.331Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-20T03:58:57.335Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-05-20T03:58:57.335Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-20T03:58:57.335Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-20T03:58:57.335Z | * rust toolchain channel = "stable" |
| 26 | 2026-05-20T03:58:57.335Z | * rust toolchain profile = "default" |
| 27 | 2026-05-20T03:58:57.335Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-20T03:58:57.338Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-20T03:58:57.338Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-05-20T03:58:57.435Z | info: downloading installer |
| 31 | 2026-05-20T03:58:58.872Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-20T03:58:58.872Z | warn: /opt/ooce/bin |
| 33 | 2026-05-20T03:58:58.872Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-20T03:58:58.872Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-20T03:58:58.872Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-20T03:58:58.872Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-20T03:58:58.872Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-20T03:58:58.872Z | error: cannot install while Rust is installed |
| 39 | 2026-05-20T03:58:58.872Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-20T03:58:58.872Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-20T03:58:58.872Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-20T03:58:58.872Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-20T03:58:58.872Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-20T03:58:58.906Z | info: profile set to default |
| 45 | 2026-05-20T03:58:58.906Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-20T03:58:58.909Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-05-20T03:58:59.041Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-05-20T03:58:59.044Z | info: downloading 6 components |
| 49 | 2026-05-20T03:59:13.468Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-05-20T03:59:13.468Z | |
| 51 | 2026-05-20T03:59:13.506Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-05-20T03:59:13.506Z | |
| 53 | 2026-05-20T03:59:13.506Z | |
| 54 | 2026-05-20T03:59:13.506Z | Rust is installed now. Great! |
| 55 | 2026-05-20T03:59:13.506Z | |
| 56 | 2026-05-20T03:59:13.509Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-20T03:59:13.509Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-20T03:59:13.509Z | |
| 59 | 2026-05-20T03:59:13.509Z | To configure your current shell, you need to source |
| 60 | 2026-05-20T03:59:13.509Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-20T03:59:13.509Z | |
| 62 | 2026-05-20T03:59:13.509Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-20T03:59:13.509Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-20T03:59:13.509Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-20T03:59:13.509Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-20T03:59:13.510Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-20T03:59:13.510Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-20T03:59:13.510Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-20T03:59:13.510Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-20T03:59:13.510Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-20T03:59:13.609Z | + rustup --version |
| 72 | 2026-05-20T03:59:13.617Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-20T03:59:13.620Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-20T03:59:13.640Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-05-20T03:59:13.643Z | + cargo --version |
| 76 | 2026-05-20T03:59:13.656Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-05-20T03:59:13.658Z | + rustc --version |
| 78 | 2026-05-20T03:59:13.678Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-05-20T03:59:13.681Z | process exited: duration 16347 ms, exit code 0 |
| |
| 80 | 2026-05-20T03:59:13.687Z | starting task 2: "authentication" |
| 81 | 2026-05-20T03:59:13.703Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-20T03:59:13.708Z | starting task 3: "clone repository" |
| 83 | 2026-05-20T03:59:13.711Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-05-20T03:59:13.714Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-05-20T03:59:13.755Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-05-20T03:59:14.756Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-05-20T03:59:14.756Z | + git fetch origin a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 88 | 2026-05-20T03:59:14.975Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-05-20T03:59:14.975Z | * branch a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 -> FETCH_HEAD |
| 90 | 2026-05-20T03:59:14.979Z | + [[ -n renovate/opte ]] |
| 91 | 2026-05-20T03:59:14.984Z | ++ git branch --show-current |
| 92 | 2026-05-20T03:59:14.984Z | + current=main |
| 93 | 2026-05-20T03:59:14.984Z | + [[ main != renovate/opte ]] |
| 94 | 2026-05-20T03:59:14.984Z | + git branch -f renovate/opte a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 95 | 2026-05-20T03:59:14.988Z | + git checkout -f renovate/opte |
| 96 | 2026-05-20T03:59:15.003Z | Switched to branch 'renovate/opte' |
| 97 | 2026-05-20T03:59:15.005Z | + git reset --hard a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 98 | 2026-05-20T03:59:15.020Z | HEAD is now at a5bcff7 Update opte to 5470aa1 |
| 99 | 2026-05-20T03:59:15.023Z | process exited: duration 1312 ms, exit code 0 |
| |
| 100 | 2026-05-20T03:59:15.028Z | starting task 4: "build" |
| 101 | 2026-05-20T03:59:15.035Z | ++ dladm |
| 102 | 2026-05-20T03:59:15.038Z | LINK CLASS MTU STATE BRIDGE OVER |
| 103 | 2026-05-20T03:59:15.039Z | ena0 phys 9216 up -- -- |
| 104 | 2026-05-20T03:59:15.043Z | ++ ipadm |
| 105 | 2026-05-20T03:59:15.043Z | ADDROBJ TYPE STATE ADDR |
| 106 | 2026-05-20T03:59:15.043Z | lo0/v4 static ok 127.0.0.1/8 |
| 107 | 2026-05-20T03:59:15.043Z | ena0/dhcp dhcp ok 10.150.1.164/24 |
| 108 | 2026-05-20T03:59:15.043Z | lo0/v6 static ok ::1/128 |
| 109 | 2026-05-20T03:59:15.043Z | ++ banner collect |
| 110 | 2026-05-20T03:59:15.046Z | |
| 111 | 2026-05-20T03:59:15.046Z | #### #### # # ###### #### ##### |
| 112 | 2026-05-20T03:59:15.046Z | # # # # # # # # # # |
| 113 | 2026-05-20T03:59:15.046Z | # # # # # ##### # # |
| 114 | 2026-05-20T03:59:15.046Z | # # # # # # # # |
| 115 | 2026-05-20T03:59:15.046Z | # # # # # # # # # # |
| 116 | 2026-05-20T03:59:15.046Z | #### #### ###### ###### ###### #### # |
| 117 | 2026-05-20T03:59:15.046Z | |
| 118 | 2026-05-20T03:59:15.046Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 119 | 2026-05-20T03:59:15.046Z | ++ repo=softnpu |
| 120 | 2026-05-20T03:59:15.046Z | ++ series=image |
| 121 | 2026-05-20T03:59:15.046Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 122 | 2026-05-20T03:59:15.046Z | ++ name=softnpu |
| 123 | 2026-05-20T03:59:15.046Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 124 | 2026-05-20T03:59:15.046Z | ++ mkdir -p download |
| 125 | 2026-05-20T03:59:15.046Z | ++ pushd download |
| 126 | 2026-05-20T03:59:15.046Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 127 | 2026-05-20T03:59:15.046Z | ++ [[ ! -f softnpu ]] |
| 128 | 2026-05-20T03:59:15.046Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 129 | 2026-05-20T03:59:15.050Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-05-20T03:59:15.054Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-05-20T03:59:15.440Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 40.12M 0 0
100 15.63M 100 15.63M 0 0 40.11M 0 0
100 15.63M 100 15.63M 0 0 40.11M 0 0 |
| 132 | 2026-05-20T03:59:15.443Z | ++ popd |
| 133 | 2026-05-20T03:59:15.443Z | /work/oxidecomputer/maghemite |
| 134 | 2026-05-20T03:59:15.443Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 135 | 2026-05-20T03:59:15.443Z | ++ repo=sidecar-lite |
| 136 | 2026-05-20T03:59:15.443Z | ++ series=release |
| 137 | 2026-05-20T03:59:15.443Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 138 | 2026-05-20T03:59:15.443Z | ++ name=libsidecar_lite.so |
| 139 | 2026-05-20T03:59:15.443Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 140 | 2026-05-20T03:59:15.443Z | ++ mkdir -p download |
| 141 | 2026-05-20T03:59:15.446Z | ++ pushd download |
| 142 | 2026-05-20T03:59:15.446Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 143 | 2026-05-20T03:59:15.446Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 144 | 2026-05-20T03:59:15.446Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 145 | 2026-05-20T03:59:15.449Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 146 | 2026-05-20T03:59:15.452Z | Dload Upload Total Spent Left Speed |
| 147 | 2026-05-20T03:59:15.720Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 44.39M 0 0
100 12.04M 100 12.04M 0 0 44.38M 0 0
100 12.04M 100 12.04M 0 0 44.37M 0 0 |
| 148 | 2026-05-20T03:59:15.723Z | ++ popd |
| 149 | 2026-05-20T03:59:15.723Z | /work/oxidecomputer/maghemite |
| 150 | 2026-05-20T03:59:15.723Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 151 | 2026-05-20T03:59:15.723Z | ++ repo=sidecar-lite |
| 152 | 2026-05-20T03:59:15.723Z | ++ series=release |
| 153 | 2026-05-20T03:59:15.723Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 154 | 2026-05-20T03:59:15.723Z | ++ name=scadm |
| 155 | 2026-05-20T03:59:15.723Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 156 | 2026-05-20T03:59:15.723Z | ++ mkdir -p download |
| 157 | 2026-05-20T03:59:15.726Z | ++ pushd download |
| 158 | 2026-05-20T03:59:15.726Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 159 | 2026-05-20T03:59:15.726Z | ++ [[ ! -f scadm ]] |
| 160 | 2026-05-20T03:59:15.726Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 161 | 2026-05-20T03:59:15.729Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 162 | 2026-05-20T03:59:15.729Z | Dload Upload Total Spent Left Speed |
| 163 | 2026-05-20T03:59:16.151Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 38.63M 0 0
100 15.78M 100 15.78M 0 0 38.62M 0 0
100 15.78M 100 15.78M 0 0 38.62M 0 0 |
| 164 | 2026-05-20T03:59:16.191Z | ++ popd |
| 165 | 2026-05-20T03:59:16.191Z | /work/oxidecomputer/maghemite |
| 166 | 2026-05-20T03:59:16.191Z | ++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz |
| 167 | 2026-05-20T03:59:16.191Z | ++ repo=dendrite |
| 168 | 2026-05-20T03:59:16.191Z | ++ series=image |
| 169 | 2026-05-20T03:59:16.191Z | ++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4 |
| 170 | 2026-05-20T03:59:16.191Z | ++ name=dendrite-softnpu.tar.gz |
| 171 | 2026-05-20T03:59:16.191Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 172 | 2026-05-20T03:59:16.191Z | ++ mkdir -p download |
| 173 | 2026-05-20T03:59:16.191Z | ++ pushd download |
| 174 | 2026-05-20T03:59:16.191Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 175 | 2026-05-20T03:59:16.191Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 176 | 2026-05-20T03:59:16.191Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz |
| 177 | 2026-05-20T03:59:16.191Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 178 | 2026-05-20T03:59:16.191Z | Dload Upload Total Spent Left Speed |
| 179 | 2026-05-20T03:59:17.260Z |
0 0 0 0 0 0 0 0 0
85 71.59M 85 61.19M 0 0 61.24M 0 00:01 00:01 61.25M
100 71.59M 100 71.59M 0 0 64.26M 0 00:01 00:01 61.25M
100 71.59M 100 71.59M 0 0 64.26M 0 00:01 00:01 61.25M
100 71.59M 100 71.59M 0 0 64.25M 0 00:01 00:01 61.25M |
| 180 | 2026-05-20T03:59:17.264Z | ++ popd |
| 181 | 2026-05-20T03:59:17.267Z | /work/oxidecomputer/maghemite |
| 182 | 2026-05-20T03:59:17.267Z | ++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddm |
| 183 | 2026-05-20T03:59:17.267Z | ++ repo=maghemite |
| 184 | 2026-05-20T03:59:17.267Z | ++ series=release |
| 185 | 2026-05-20T03:59:17.267Z | ++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 186 | 2026-05-20T03:59:17.267Z | ++ name=ddm |
| 187 | 2026-05-20T03:59:17.267Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 188 | 2026-05-20T03:59:17.267Z | ++ mkdir -p download |
| 189 | 2026-05-20T03:59:17.267Z | ++ pushd download |
| 190 | 2026-05-20T03:59:17.267Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 191 | 2026-05-20T03:59:17.267Z | ++ [[ ! -f ddm ]] |
| 192 | 2026-05-20T03:59:17.267Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddm |
| 193 | 2026-05-20T03:59:17.273Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 194 | 2026-05-20T03:59:17.275Z | Dload Upload Total Spent Left Speed |
| 195 | 2026-05-20T03:59:17.382Z |
0 0 0 0 0 0 0 0 0 |
| 196 | 2026-05-20T03:59:17.382Z | curl: (22) The requested URL returned error: 404 |
| 197 | 2026-05-20T03:59:17.385Z | ++ popd |
| 198 | 2026-05-20T03:59:17.385Z | /work/oxidecomputer/maghemite |
| 199 | 2026-05-20T03:59:17.385Z | ++ get_artifact maghemite release a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 ddmadm |
| 200 | 2026-05-20T03:59:17.385Z | ++ repo=maghemite |
| 201 | 2026-05-20T03:59:17.385Z | ++ series=release |
| 202 | 2026-05-20T03:59:17.385Z | ++ commit=a5bcff7b4e7718ce880ba14f6a074d0b1aff5539 |
| 203 | 2026-05-20T03:59:17.385Z | ++ name=ddmadm |
| 204 | 2026-05-20T03:59:17.385Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 205 | 2026-05-20T03:59:17.385Z | ++ mkdir -p download |
| 206 | 2026-05-20T03:59:17.385Z | ++ pushd download |
| 207 | 2026-05-20T03:59:17.386Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 208 | 2026-05-20T03:59:17.386Z | ++ [[ ! -f ddmadm ]] |
| 209 | 2026-05-20T03:59:17.386Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/a5bcff7b4e7718ce880ba14f6a074d0b1aff5539/ddmadm |
| 210 | 2026-05-20T03:59:17.391Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 211 | 2026-05-20T03:59:17.395Z | Dload Upload Total Spent Left Speed |
| 212 | 2026-05-20T03:59:17.487Z |
0 0 0 0 0 0 0 0 0 |
| 213 | 2026-05-20T03:59:17.487Z | curl: (22) The requested URL returned error: 404 |
| 214 | 2026-05-20T03:59:17.492Z | ++ popd |
| 215 | 2026-05-20T03:59:17.492Z | /work/oxidecomputer/maghemite |
| 216 | 2026-05-20T03:59:17.492Z | ++ pushd download |
| 217 | 2026-05-20T03:59:17.492Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 218 | 2026-05-20T03:59:17.492Z | ++ chmod +x softnpu |
| 219 | 2026-05-20T03:59:17.492Z | ++ chmod +x scadm |
| 220 | 2026-05-20T03:59:17.492Z | ++ chmod +x ddmadm |
| 221 | 2026-05-20T03:59:17.496Z | chmod: WARNING: can't access ddmadm |
| 222 | 2026-05-20T03:59:17.496Z | ++ chmod +x ddmd |
| 223 | 2026-05-20T03:59:17.496Z | chmod: WARNING: can't access ddmd |
| 224 | 2026-05-20T03:59:17.496Z | ++ mv ddmadm ddmadm-v2 |
| 225 | 2026-05-20T03:59:17.496Z | mv: cannot access ddmadm |
| 226 | 2026-05-20T03:59:17.496Z | ++ mv ddmd ddmd-v2 |
| 227 | 2026-05-20T03:59:17.496Z | mv: cannot access ddmd |
| 228 | 2026-05-20T03:59:17.497Z | ++ rm -rf zones/dendrite |
| 229 | 2026-05-20T03:59:17.503Z | ++ mkdir -p zones/dendrite |
| 230 | 2026-05-20T03:59:17.503Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 231 | 2026-05-20T03:59:18.541Z | ++ 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-05-20T03:59:18.544Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 233 | 2026-05-20T03:59:18.544Z | ++ popd |
| 234 | 2026-05-20T03:59:18.544Z | /work/oxidecomputer/maghemite |
| 235 | 2026-05-20T03:59:18.544Z | ++ banner install |
| 236 | 2026-05-20T03:59:18.545Z | |
| 237 | 2026-05-20T03:59:18.545Z | # # # #### ##### ## # # |
| 238 | 2026-05-20T03:59:18.545Z | # ## # # # # # # # |
| 239 | 2026-05-20T03:59:18.545Z | # # # # #### # # # # # |
| 240 | 2026-05-20T03:59:18.545Z | # # # # # # ###### # # |
| 241 | 2026-05-20T03:59:18.545Z | # # ## # # # # # # # |
| 242 | 2026-05-20T03:59:18.545Z | # # # #### # # # ###### ###### |
| 243 | 2026-05-20T03:59:18.545Z | |
| 244 | 2026-05-20T03:59:18.548Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 245 | 2026-05-20T03:59:18.548Z | ++ set +o errexit |
| 246 | 2026-05-20T03:59:18.548Z | ++ pkg info clang-15 |
| 247 | 2026-05-20T03:59:18.548Z | ++ grep -qi installed |
| 248 | 2026-05-20T03:59:19.789Z | pkg: info: no packages matching the following patterns you specified are |
| 249 | 2026-05-20T03:59:19.789Z | installed on the system. Try querying remotely instead: |
| 250 | 2026-05-20T03:59:19.789Z | |
| 251 | 2026-05-20T03:59:19.789Z | clang-15 |
| 252 | 2026-05-20T03:59:19.826Z | ++ [[ 1 != 0 ]] |
| 253 | 2026-05-20T03:59:19.826Z | ++ set -o errexit |
| 254 | 2026-05-20T03:59:19.829Z | ++ pfexec pkg install clang-15 |
| 255 | 2026-05-20T03:59:27.704Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 256 | 2026-05-20T03:59:35.753Z | Startup: Caching catalogs ... Done |
| 257 | 2026-05-20T03:59:43.818Z | Planning: Solver setup ... Done |
| 258 | 2026-05-20T03:59:43.866Z | Planning: Running solver ... Done |
| 259 | 2026-05-20T03:59:44.013Z | Planning: Finding local manifests ... Done |
| 260 | 2026-05-20T03:59:44.038Z | Planning: Fetching manifests: 0/2 0% complete |
| 261 | 2026-05-20T03:59:44.545Z | Planning: Fetching manifests: 2/2 100% complete |
| 262 | 2026-05-20T03:59:44.562Z | Planning: Package planning ... Done |
| 263 | 2026-05-20T03:59:44.589Z | Planning: Merging actions ... Done |
| 264 | 2026-05-20T03:59:44.698Z | Planning: Checking for conflicting actions ... Done |
| 265 | 2026-05-20T03:59:44.705Z | Planning: Consolidating action changes ... Done |
| 266 | 2026-05-20T03:59:45.490Z | Planning: Evaluating mediators ... Done |
| 267 | 2026-05-20T03:59:45.495Z | Planning: Planning completed in 9.57 seconds |
| 268 | 2026-05-20T03:59:45.507Z | Packages to install: 2 |
| 269 | 2026-05-20T03:59:45.507Z | Mediators to change: 2 |
| 270 | 2026-05-20T03:59:45.511Z | Services to change: 1 |
| 271 | 2026-05-20T03:59:45.511Z | Create boot environment: No |
| 272 | 2026-05-20T03:59:45.511Z | Create backup boot environment: No |
| 273 | 2026-05-20T03:59:45.564Z | |
| 274 | 2026-05-20T03:59:45.564Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 275 | 2026-05-20T03:59:50.666Z | Download: 521/3076 items 17.0/211.3MB 8% complete (3.7M/s) |
| 276 | 2026-05-20T03:59:55.678Z | Download: 745/3076 items 18.1/211.3MB 8% complete (1.8M/s) |
| 277 | 2026-05-20T04:00:00.689Z | Download: 872/3076 items 18.5/211.3MB 8% complete (197k/s) |
| 278 | 2026-05-20T04:00:06.353Z | Download: 972/3076 items 81.1/211.3MB 38% complete (6.4M/s) |
| 279 | 2026-05-20T04:00:12.961Z | Download: 977/3076 items 81.3/211.3MB 38% complete (6.3M/s) |
| 280 | 2026-05-20T04:00:20.743Z | Download: 980/3076 items 81.3/211.3MB 38% complete (5.2M/s) |
| 281 | 2026-05-20T04:00:25.766Z | Download: 1318/3076 items 115.7/211.3MB 54% complete (3.5M/s) |
| 282 | 2026-05-20T04:00:30.770Z | Download: 1621/3076 items 117.2/211.3MB 55% complete (3.8M/s) |
| 283 | 2026-05-20T04:00:35.794Z | Download: 1876/3076 items 117.6/211.3MB 55% complete (237k/s) |
| 284 | 2026-05-20T04:00:43.561Z | Download: 2004/3076 items 117.9/211.3MB 55% complete (148k/s) |
| 285 | 2026-05-20T04:00:54.853Z | Download: 2007/3076 items 117.9/211.3MB 55% complete |
| 286 | 2026-05-20T04:01:01.673Z | Download: 2008/3076 items 117.9/211.3MB 55% complete |
| 287 | 2026-05-20T04:01:06.674Z | Download: 2159/3076 items 118.7/211.3MB 56% complete (137k/s) |
| 288 | 2026-05-20T04:01:11.821Z | Download: 2335/3076 items 119.1/211.3MB 56% complete (125k/s) |
| 289 | 2026-05-20T04:01:16.826Z | Download: 2444/3076 items 119.4/211.3MB 56% complete (84.7k/s) |
| 290 | 2026-05-20T04:01:21.830Z | Download: 2656/3076 items 119.8/211.3MB 56% complete (71.2k/s) |
| 291 | 2026-05-20T04:01:26.831Z | Download: 2950/3076 items 182.4/211.3MB 86% complete (6.2M/s) |
| 292 | 2026-05-20T04:01:34.083Z | Download: 3030/3076 items 201.8/211.3MB 95% complete (8.2M/s) |
| 293 | 2026-05-20T04:01:41.267Z | Download: 3032/3076 items 201.8/211.3MB 95% complete (7.7M/s) |
| 294 | 2026-05-20T04:01:56.294Z | Download: 3066/3076 items 210.3/211.3MB 99% complete |
| 295 | 2026-05-20T04:02:09.107Z | Download: 3070/3076 items 211.2/211.3MB 99% complete |
| 296 | 2026-05-20T04:02:13.875Z | Download: Completed 211.31 MB in 148.30 seconds (1.4M/s) |
| 297 | 2026-05-20T04:02:14.008Z | Actions: 1/3418 actions (Installing new actions) |
| 298 | 2026-05-20T04:02:17.174Z | Actions: Completed 3418 actions in 3.17 seconds. |
| 299 | 2026-05-20T04:02:17.824Z | Done |
| 300 | 2026-05-20T04:02:17.824Z | Done |
| 301 | 2026-05-20T04:02:18.570Z | Done |
| 302 | 2026-05-20T04:02:21.972Z | Done |
| 303 | 2026-05-20T04:02:22.044Z | Done |
| 304 | 2026-05-20T04:02:22.047Z | Done |
| 305 | 2026-05-20T04:02:22.186Z | Done |
| 306 | 2026-05-20T04:02:22.851Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 307 | 2026-05-20T04:02:22.854Z | ++ set +o errexit |
| 308 | 2026-05-20T04:02:22.857Z | ++ pkg info pkg-config |
| 309 | 2026-05-20T04:02:22.857Z | ++ grep -qi installed |
| 310 | 2026-05-20T04:02:23.085Z | ++ [[ 0 != 0 ]] |
| 311 | 2026-05-20T04:02:23.085Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 312 | 2026-05-20T04:02:23.086Z | ++ set +o errexit |
| 313 | 2026-05-20T04:02:23.090Z | ++ pkg info brand/omicron1 |
| 314 | 2026-05-20T04:02:23.090Z | ++ grep -qi installed |
| 315 | 2026-05-20T04:02:23.274Z | pkg: info: no packages matching the following patterns you specified are |
| 316 | 2026-05-20T04:02:23.274Z | installed on the system. Try querying remotely instead: |
| 317 | 2026-05-20T04:02:23.274Z | |
| 318 | 2026-05-20T04:02:23.274Z | brand/omicron1 |
| 319 | 2026-05-20T04:02:23.309Z | ++ [[ 1 != 0 ]] |
| 320 | 2026-05-20T04:02:23.309Z | ++ set -o errexit |
| 321 | 2026-05-20T04:02:23.309Z | ++ pfexec pkg install brand/omicron1 |
| 322 | 2026-05-20T04:02:23.743Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 323 | 2026-05-20T04:02:31.235Z | Planning: Solver setup ... Done |
| 324 | 2026-05-20T04:02:31.280Z | Planning: Running solver ... Done |
| 325 | 2026-05-20T04:02:31.427Z | Planning: Finding local manifests ... Done |
| 326 | 2026-05-20T04:02:31.432Z | Planning: Fetching manifests: 0/2 0% complete |
| 327 | 2026-05-20T04:02:31.552Z | Planning: Fetching manifests: 2/2 100% complete |
| 328 | 2026-05-20T04:02:31.567Z | Planning: Package planning ... Done |
| 329 | 2026-05-20T04:02:31.574Z | Planning: Merging actions ... Done |
| 330 | 2026-05-20T04:02:31.715Z | Planning: Checking for conflicting actions ... Done |
| 331 | 2026-05-20T04:02:31.719Z | Planning: Consolidating action changes ... Done |
| 332 | 2026-05-20T04:02:31.877Z | Planning: Evaluating mediators ... Done |
| 333 | 2026-05-20T04:02:31.880Z | Planning: Planning completed in 8.13 seconds |
| 334 | 2026-05-20T04:02:31.884Z | Packages to install: 2 |
| 335 | 2026-05-20T04:02:31.888Z | Create boot environment: No |
| 336 | 2026-05-20T04:02:31.888Z | Create backup boot environment: No |
| 337 | 2026-05-20T04:02:31.921Z | |
| 338 | 2026-05-20T04:02:31.921Z | Download: 0/5 items 0.0/1.1MB 0% complete |
| 339 | 2026-05-20T04:02:32.346Z | Download: Completed 1.07 MB in 0.42 seconds (2.5M/s) |
| 340 | 2026-05-20T04:02:32.436Z | Actions: 1/28 actions (Installing new actions) |
| 341 | 2026-05-20T04:02:32.449Z | Actions: Completed 28 actions in 0.01 seconds. |
| 342 | 2026-05-20T04:02:32.964Z | Done |
| 343 | 2026-05-20T04:02:32.964Z | Done |
| 344 | 2026-05-20T04:02:33.606Z | Done |
| 345 | 2026-05-20T04:02:36.472Z | Done |
| 346 | 2026-05-20T04:02:36.551Z | Done |
| 347 | 2026-05-20T04:02:36.556Z | Done |
| 348 | 2026-05-20T04:02:36.780Z | Done |
| 349 | 2026-05-20T04:02:36.917Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 350 | 2026-05-20T04:02:36.917Z | ++ set +o errexit |
| 351 | 2026-05-20T04:02:36.919Z | ++ pkg info brand/omicron1/tools |
| 352 | 2026-05-20T04:02:36.920Z | ++ grep -qi installed |
| 353 | 2026-05-20T04:02:37.109Z | pkg: info: no packages matching the following patterns you specified are |
| 354 | 2026-05-20T04:02:37.109Z | installed on the system. Try querying remotely instead: |
| 355 | 2026-05-20T04:02:37.109Z | |
| 356 | 2026-05-20T04:02:37.109Z | brand/omicron1/tools |
| 357 | 2026-05-20T04:02:37.142Z | ++ [[ 1 != 0 ]] |
| 358 | 2026-05-20T04:02:37.142Z | ++ set -o errexit |
| 359 | 2026-05-20T04:02:37.142Z | ++ pfexec pkg install brand/omicron1/tools |
| 360 | 2026-05-20T04:02:37.540Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 361 | 2026-05-20T04:02:45.285Z | Planning: Solver setup ... Done |
| 362 | 2026-05-20T04:02:45.331Z | Planning: Running solver ... Done |
| 363 | 2026-05-20T04:02:45.474Z | Planning: Finding local manifests ... Done |
| 364 | 2026-05-20T04:02:45.478Z | Planning: Fetching manifests: 0/1 0% complete |
| 365 | 2026-05-20T04:02:45.599Z | Planning: Fetching manifests: 1/1 100% complete |
| 366 | 2026-05-20T04:02:45.610Z | Planning: Package planning ... Done |
| 367 | 2026-05-20T04:02:45.619Z | Planning: Merging actions ... Done |
| 368 | 2026-05-20T04:02:45.753Z | Planning: Checking for conflicting actions ... Done |
| 369 | 2026-05-20T04:02:45.755Z | Planning: Consolidating action changes ... Done |
| 370 | 2026-05-20T04:02:45.924Z | Planning: Evaluating mediators ... Done |
| 371 | 2026-05-20T04:02:45.927Z | Planning: Planning completed in 8.38 seconds |
| 372 | 2026-05-20T04:02:45.934Z | Packages to install: 1 |
| 373 | 2026-05-20T04:02:45.934Z | Services to change: 1 |
| 374 | 2026-05-20T04:02:45.937Z | Create boot environment: No |
| 375 | 2026-05-20T04:02:45.937Z | Create backup boot environment: No |
| 376 | 2026-05-20T04:02:45.977Z | |
| 377 | 2026-05-20T04:02:45.977Z | Download: 0/2 items 0.0/1.2MB 0% complete |
| 378 | 2026-05-20T04:02:46.006Z | Download: Completed 1.19 MB in 0.03 seconds (41.3M/s) |
| 379 | 2026-05-20T04:02:46.080Z | Actions: 1/19 actions (Installing new actions) |
| 380 | 2026-05-20T04:02:46.094Z | Actions: Completed 19 actions in 0.01 seconds. |
| 381 | 2026-05-20T04:02:46.603Z | Done |
| 382 | 2026-05-20T04:02:46.603Z | Done |
| 383 | 2026-05-20T04:02:47.246Z | Done |
| 384 | 2026-05-20T04:02:50.128Z | Done |
| 385 | 2026-05-20T04:02:50.199Z | Done |
| 386 | 2026-05-20T04:02:50.202Z | Done |
| 387 | 2026-05-20T04:02:50.369Z | Done |
| 388 | 2026-05-20T04:02:50.508Z | ++ pfexec svcadm enable baseline |
| 389 | 2026-05-20T04:02:50.523Z | ++ retry=0 |
| 390 | 2026-05-20T04:02:50.528Z | +++ svcs -Hostate baseline |
| 391 | 2026-05-20T04:02:50.539Z | ++ [[ offline* != online ]] |
| 392 | 2026-05-20T04:02:50.540Z | ++ [[ 0 -gt 300 ]] |
| 393 | 2026-05-20T04:02:50.544Z | ++ sleep 1 |
| 394 | 2026-05-20T04:02:51.543Z | ++ retry=1 |
| 395 | 2026-05-20T04:02:51.546Z | +++ svcs -Hostate baseline |
| 396 | 2026-05-20T04:02:51.556Z | ++ [[ offline* != online ]] |
| 397 | 2026-05-20T04:02:51.556Z | ++ [[ 1 -gt 300 ]] |
| 398 | 2026-05-20T04:02:51.556Z | ++ sleep 1 |
| 399 | 2026-05-20T04:02:52.558Z | ++ retry=2 |
| 400 | 2026-05-20T04:02:52.561Z | +++ svcs -Hostate baseline |
| 401 | 2026-05-20T04:02:52.571Z | ++ [[ offline* != online ]] |
| 402 | 2026-05-20T04:02:52.571Z | ++ [[ 2 -gt 300 ]] |
| 403 | 2026-05-20T04:02:52.571Z | ++ sleep 1 |
| 404 | 2026-05-20T04:02:53.573Z | ++ retry=3 |
| 405 | 2026-05-20T04:02:53.576Z | +++ svcs -Hostate baseline |
| 406 | 2026-05-20T04:02:53.587Z | ++ [[ offline* != online ]] |
| 407 | 2026-05-20T04:02:53.587Z | ++ [[ 3 -gt 300 ]] |
| 408 | 2026-05-20T04:02:53.587Z | ++ sleep 1 |
| 409 | 2026-05-20T04:02:54.589Z | ++ retry=4 |
| 410 | 2026-05-20T04:02:54.591Z | +++ svcs -Hostate baseline |
| 411 | 2026-05-20T04:02:54.603Z | ++ [[ offline* != online ]] |
| 412 | 2026-05-20T04:02:54.603Z | ++ [[ 4 -gt 300 ]] |
| 413 | 2026-05-20T04:02:54.603Z | ++ sleep 1 |
| 414 | 2026-05-20T04:02:55.605Z | ++ retry=5 |
| 415 | 2026-05-20T04:02:55.607Z | +++ svcs -Hostate baseline |
| 416 | 2026-05-20T04:02:55.619Z | ++ [[ offline* != online ]] |
| 417 | 2026-05-20T04:02:55.619Z | ++ [[ 5 -gt 300 ]] |
| 418 | 2026-05-20T04:02:55.619Z | ++ sleep 1 |
| 419 | 2026-05-20T04:02:56.621Z | ++ retry=6 |
| 420 | 2026-05-20T04:02:56.624Z | +++ svcs -Hostate baseline |
| 421 | 2026-05-20T04:02:56.636Z | ++ [[ offline* != online ]] |
| 422 | 2026-05-20T04:02:56.636Z | ++ [[ 6 -gt 300 ]] |
| 423 | 2026-05-20T04:02:56.636Z | ++ sleep 1 |
| 424 | 2026-05-20T04:02:57.637Z | ++ retry=7 |
| 425 | 2026-05-20T04:02:57.640Z | +++ svcs -Hostate baseline |
| 426 | 2026-05-20T04:02:57.652Z | ++ [[ offline* != online ]] |
| 427 | 2026-05-20T04:02:57.652Z | ++ [[ 7 -gt 300 ]] |
| 428 | 2026-05-20T04:02:57.652Z | ++ sleep 1 |
| 429 | 2026-05-20T04:02:58.654Z | ++ retry=8 |
| 430 | 2026-05-20T04:02:58.656Z | +++ svcs -Hostate baseline |
| 431 | 2026-05-20T04:02:58.668Z | ++ [[ offline* != online ]] |
| 432 | 2026-05-20T04:02:58.668Z | ++ [[ 8 -gt 300 ]] |
| 433 | 2026-05-20T04:02:58.668Z | ++ sleep 1 |
| 434 | 2026-05-20T04:02:59.671Z | ++ retry=9 |
| 435 | 2026-05-20T04:02:59.675Z | +++ svcs -Hostate baseline |
| 436 | 2026-05-20T04:02:59.687Z | ++ [[ offline* != online ]] |
| 437 | 2026-05-20T04:02:59.687Z | ++ [[ 9 -gt 300 ]] |
| 438 | 2026-05-20T04:02:59.687Z | ++ sleep 1 |
| 439 | 2026-05-20T04:03:00.687Z | ++ retry=10 |
| 440 | 2026-05-20T04:03:00.690Z | +++ svcs -Hostate baseline |
| 441 | 2026-05-20T04:03:00.701Z | ++ [[ offline* != online ]] |
| 442 | 2026-05-20T04:03:00.702Z | ++ [[ 10 -gt 300 ]] |
| 443 | 2026-05-20T04:03:00.702Z | ++ sleep 1 |
| 444 | 2026-05-20T04:03:01.704Z | ++ retry=11 |
| 445 | 2026-05-20T04:03:01.707Z | +++ svcs -Hostate baseline |
| 446 | 2026-05-20T04:03:01.718Z | ++ [[ offline* != online ]] |
| 447 | 2026-05-20T04:03:01.718Z | ++ [[ 11 -gt 300 ]] |
| 448 | 2026-05-20T04:03:01.718Z | ++ sleep 1 |
| 449 | 2026-05-20T04:03:02.720Z | ++ retry=12 |
| 450 | 2026-05-20T04:03:02.722Z | +++ svcs -Hostate baseline |
| 451 | 2026-05-20T04:03:02.741Z | ++ [[ offline* != online ]] |
| 452 | 2026-05-20T04:03:02.741Z | ++ [[ 12 -gt 300 ]] |
| 453 | 2026-05-20T04:03:02.741Z | ++ sleep 1 |
| 454 | 2026-05-20T04:03:03.737Z | ++ retry=13 |
| 455 | 2026-05-20T04:03:03.754Z | +++ svcs -Hostate baseline |
| 456 | 2026-05-20T04:03:03.764Z | ++ [[ offline* != online ]] |
| 457 | 2026-05-20T04:03:03.764Z | ++ [[ 13 -gt 300 ]] |
| 458 | 2026-05-20T04:03:03.764Z | ++ sleep 1 |
| 459 | 2026-05-20T04:03:04.768Z | ++ retry=14 |
| 460 | 2026-05-20T04:03:04.780Z | +++ svcs -Hostate baseline |
| 461 | 2026-05-20T04:03:04.780Z | ++ [[ offline* != online ]] |
| 462 | 2026-05-20T04:03:04.780Z | ++ [[ 14 -gt 300 ]] |
| 463 | 2026-05-20T04:03:04.780Z | ++ sleep 1 |
| 464 | 2026-05-20T04:03:05.776Z | ++ retry=15 |
| 465 | 2026-05-20T04:03:05.787Z | +++ svcs -Hostate baseline |
| 466 | 2026-05-20T04:03:05.796Z | ++ [[ offline* != online ]] |
| 467 | 2026-05-20T04:03:05.796Z | ++ [[ 15 -gt 300 ]] |
| 468 | 2026-05-20T04:03:05.796Z | ++ sleep 1 |
| 469 | 2026-05-20T04:03:06.786Z | ++ retry=16 |
| 470 | 2026-05-20T04:03:06.788Z | +++ svcs -Hostate baseline |
| 471 | 2026-05-20T04:03:06.800Z | ++ [[ offline* != online ]] |
| 472 | 2026-05-20T04:03:06.800Z | ++ [[ 16 -gt 300 ]] |
| 473 | 2026-05-20T04:03:06.800Z | ++ sleep 1 |
| 474 | 2026-05-20T04:03:07.803Z | ++ retry=17 |
| 475 | 2026-05-20T04:03:07.806Z | +++ svcs -Hostate baseline |
| 476 | 2026-05-20T04:03:07.816Z | ++ [[ offline* != online ]] |
| 477 | 2026-05-20T04:03:07.816Z | ++ [[ 17 -gt 300 ]] |
| 478 | 2026-05-20T04:03:07.816Z | ++ sleep 1 |
| 479 | 2026-05-20T04:03:08.831Z | ++ retry=18 |
| 480 | 2026-05-20T04:03:08.861Z | +++ svcs -Hostate baseline |
| 481 | 2026-05-20T04:03:08.861Z | ++ [[ offline* != online ]] |
| 482 | 2026-05-20T04:03:08.861Z | ++ [[ 18 -gt 300 ]] |
| 483 | 2026-05-20T04:03:08.861Z | ++ sleep 1 |
| 484 | 2026-05-20T04:03:09.836Z | ++ retry=19 |
| 485 | 2026-05-20T04:03:09.839Z | +++ svcs -Hostate baseline |
| 486 | 2026-05-20T04:03:09.853Z | ++ [[ offline* != online ]] |
| 487 | 2026-05-20T04:03:09.853Z | ++ [[ 19 -gt 300 ]] |
| 488 | 2026-05-20T04:03:09.853Z | ++ sleep 1 |
| 489 | 2026-05-20T04:03:10.851Z | ++ retry=20 |
| 490 | 2026-05-20T04:03:10.854Z | +++ svcs -Hostate baseline |
| 491 | 2026-05-20T04:03:10.866Z | ++ [[ offline* != online ]] |
| 492 | 2026-05-20T04:03:10.866Z | ++ [[ 20 -gt 300 ]] |
| 493 | 2026-05-20T04:03:10.866Z | ++ sleep 1 |
| 494 | 2026-05-20T04:03:11.870Z | ++ retry=21 |
| 495 | 2026-05-20T04:03:11.874Z | +++ svcs -Hostate baseline |
| 496 | 2026-05-20T04:03:11.883Z | ++ [[ offline* != online ]] |
| 497 | 2026-05-20T04:03:11.883Z | ++ [[ 21 -gt 300 ]] |
| 498 | 2026-05-20T04:03:11.883Z | ++ sleep 1 |
| 499 | 2026-05-20T04:03:12.885Z | ++ retry=22 |
| 500 | 2026-05-20T04:03:12.888Z | +++ svcs -Hostate baseline |
| 501 | 2026-05-20T04:03:12.900Z | ++ [[ offline* != online ]] |
| 502 | 2026-05-20T04:03:12.900Z | ++ [[ 22 -gt 300 ]] |
| 503 | 2026-05-20T04:03:12.900Z | ++ sleep 1 |
| 504 | 2026-05-20T04:03:13.903Z | ++ retry=23 |
| 505 | 2026-05-20T04:03:13.907Z | +++ svcs -Hostate baseline |
| 506 | 2026-05-20T04:03:13.919Z | ++ [[ offline* != online ]] |
| 507 | 2026-05-20T04:03:13.919Z | ++ [[ 23 -gt 300 ]] |
| 508 | 2026-05-20T04:03:13.919Z | ++ sleep 1 |
| 509 | 2026-05-20T04:03:14.918Z | ++ retry=24 |
| 510 | 2026-05-20T04:03:14.921Z | +++ svcs -Hostate baseline |
| 511 | 2026-05-20T04:03:14.933Z | ++ [[ offline* != online ]] |
| 512 | 2026-05-20T04:03:14.933Z | ++ [[ 24 -gt 300 ]] |
| 513 | 2026-05-20T04:03:14.933Z | ++ sleep 1 |
| 514 | 2026-05-20T04:03:15.935Z | ++ retry=25 |
| 515 | 2026-05-20T04:03:16.346Z | +++ svcs -Hostate baseline |
| 516 | 2026-05-20T04:03:16.349Z | ++ [[ offline* != online ]] |
| 517 | 2026-05-20T04:03:16.349Z | ++ [[ 25 -gt 300 ]] |
| 518 | 2026-05-20T04:03:16.349Z | ++ sleep 1 |
| 519 | 2026-05-20T04:03:16.952Z | ++ retry=26 |
| 520 | 2026-05-20T04:03:16.957Z | +++ svcs -Hostate baseline |
| 521 | 2026-05-20T04:03:16.966Z | ++ [[ offline* != online ]] |
| 522 | 2026-05-20T04:03:16.966Z | ++ [[ 26 -gt 300 ]] |
| 523 | 2026-05-20T04:03:16.966Z | ++ sleep 1 |
| 524 | 2026-05-20T04:03:17.967Z | ++ retry=27 |
| 525 | 2026-05-20T04:03:17.971Z | +++ svcs -Hostate baseline |
| 526 | 2026-05-20T04:03:17.982Z | ++ [[ offline* != online ]] |
| 527 | 2026-05-20T04:03:17.982Z | ++ [[ 27 -gt 300 ]] |
| 528 | 2026-05-20T04:03:17.982Z | ++ sleep 1 |
| 529 | 2026-05-20T04:03:18.984Z | ++ retry=28 |
| 530 | 2026-05-20T04:03:18.987Z | +++ svcs -Hostate baseline |
| 531 | 2026-05-20T04:03:18.998Z | ++ [[ offline* != online ]] |
| 532 | 2026-05-20T04:03:18.998Z | ++ [[ 28 -gt 300 ]] |
| 533 | 2026-05-20T04:03:18.998Z | ++ sleep 1 |
| 534 | 2026-05-20T04:03:20.000Z | ++ retry=29 |
| 535 | 2026-05-20T04:03:20.003Z | +++ svcs -Hostate baseline |
| 536 | 2026-05-20T04:03:20.015Z | ++ [[ offline* != online ]] |
| 537 | 2026-05-20T04:03:20.015Z | ++ [[ 29 -gt 300 ]] |
| 538 | 2026-05-20T04:03:20.015Z | ++ sleep 1 |
| 539 | 2026-05-20T04:03:21.017Z | ++ retry=30 |
| 540 | 2026-05-20T04:03:21.019Z | +++ svcs -Hostate baseline |
| 541 | 2026-05-20T04:03:21.034Z | ++ [[ offline* != online ]] |
| 542 | 2026-05-20T04:03:21.034Z | ++ [[ 30 -gt 300 ]] |
| 543 | 2026-05-20T04:03:21.034Z | ++ sleep 1 |
| 544 | 2026-05-20T04:03:22.033Z | ++ retry=31 |
| 545 | 2026-05-20T04:03:22.036Z | +++ svcs -Hostate baseline |
| 546 | 2026-05-20T04:03:22.047Z | ++ [[ offline* != online ]] |
| 547 | 2026-05-20T04:03:22.047Z | ++ [[ 31 -gt 300 ]] |
| 548 | 2026-05-20T04:03:22.048Z | ++ sleep 1 |
| 549 | 2026-05-20T04:03:23.050Z | ++ retry=32 |
| 550 | 2026-05-20T04:03:23.053Z | +++ svcs -Hostate baseline |
| 551 | 2026-05-20T04:03:23.064Z | ++ [[ offline* != online ]] |
| 552 | 2026-05-20T04:03:23.064Z | ++ [[ 32 -gt 300 ]] |
| 553 | 2026-05-20T04:03:23.067Z | ++ sleep 1 |
| 554 | 2026-05-20T04:03:24.066Z | ++ retry=33 |
| 555 | 2026-05-20T04:03:24.069Z | +++ svcs -Hostate baseline |
| 556 | 2026-05-20T04:03:24.080Z | ++ [[ offline* != online ]] |
| 557 | 2026-05-20T04:03:24.080Z | ++ [[ 33 -gt 300 ]] |
| 558 | 2026-05-20T04:03:24.080Z | ++ sleep 1 |
| 559 | 2026-05-20T04:03:25.084Z | ++ retry=34 |
| 560 | 2026-05-20T04:03:25.086Z | +++ svcs -Hostate baseline |
| 561 | 2026-05-20T04:03:25.097Z | ++ [[ offline* != online ]] |
| 562 | 2026-05-20T04:03:25.097Z | ++ [[ 34 -gt 300 ]] |
| 563 | 2026-05-20T04:03:25.097Z | ++ sleep 1 |
| 564 | 2026-05-20T04:03:26.099Z | ++ retry=35 |
| 565 | 2026-05-20T04:03:26.102Z | +++ svcs -Hostate baseline |
| 566 | 2026-05-20T04:03:26.115Z | ++ [[ offline* != online ]] |
| 567 | 2026-05-20T04:03:26.115Z | ++ [[ 35 -gt 300 ]] |
| 568 | 2026-05-20T04:03:26.115Z | ++ sleep 1 |
| 569 | 2026-05-20T04:03:27.115Z | ++ retry=36 |
| 570 | 2026-05-20T04:03:27.118Z | +++ svcs -Hostate baseline |
| 571 | 2026-05-20T04:03:27.130Z | ++ [[ offline* != online ]] |
| 572 | 2026-05-20T04:03:27.130Z | ++ [[ 36 -gt 300 ]] |
| 573 | 2026-05-20T04:03:27.130Z | ++ sleep 1 |
| 574 | 2026-05-20T04:03:28.132Z | ++ retry=37 |
| 575 | 2026-05-20T04:03:28.135Z | +++ svcs -Hostate baseline |
| 576 | 2026-05-20T04:03:28.146Z | ++ [[ offline* != online ]] |
| 577 | 2026-05-20T04:03:28.146Z | ++ [[ 37 -gt 300 ]] |
| 578 | 2026-05-20T04:03:28.146Z | ++ sleep 1 |
| 579 | 2026-05-20T04:03:29.149Z | ++ retry=38 |
| 580 | 2026-05-20T04:03:29.151Z | +++ svcs -Hostate baseline |
| 581 | 2026-05-20T04:03:29.163Z | ++ [[ offline* != online ]] |
| 582 | 2026-05-20T04:03:29.163Z | ++ [[ 38 -gt 300 ]] |
| 583 | 2026-05-20T04:03:29.163Z | ++ sleep 1 |
| 584 | 2026-05-20T04:03:30.577Z | ++ retry=39 |
| 585 | 2026-05-20T04:03:30.581Z | +++ svcs -Hostate baseline |
| 586 | 2026-05-20T04:03:30.581Z | ++ [[ offline* != online ]] |
| 587 | 2026-05-20T04:03:30.581Z | ++ [[ 39 -gt 300 ]] |
| 588 | 2026-05-20T04:03:30.581Z | ++ sleep 1 |
| 589 | 2026-05-20T04:03:31.194Z | ++ retry=40 |
| 590 | 2026-05-20T04:03:31.197Z | +++ svcs -Hostate baseline |
| 591 | 2026-05-20T04:03:31.197Z | ++ [[ offline* != online ]] |
| 592 | 2026-05-20T04:03:31.197Z | ++ [[ 40 -gt 300 ]] |
| 593 | 2026-05-20T04:03:31.197Z | ++ sleep 1 |
| 594 | 2026-05-20T04:03:32.200Z | ++ retry=41 |
| 595 | 2026-05-20T04:03:32.206Z | +++ svcs -Hostate baseline |
| 596 | 2026-05-20T04:03:32.214Z | ++ [[ offline* != online ]] |
| 597 | 2026-05-20T04:03:32.214Z | ++ [[ 41 -gt 300 ]] |
| 598 | 2026-05-20T04:03:32.214Z | ++ sleep 1 |
| 599 | 2026-05-20T04:03:33.216Z | ++ retry=42 |
| 600 | 2026-05-20T04:03:33.219Z | +++ svcs -Hostate baseline |
| 601 | 2026-05-20T04:03:33.229Z | ++ [[ offline* != online ]] |
| 602 | 2026-05-20T04:03:33.229Z | ++ [[ 42 -gt 300 ]] |
| 603 | 2026-05-20T04:03:33.229Z | ++ sleep 1 |
| 604 | 2026-05-20T04:03:34.230Z | ++ retry=43 |
| 605 | 2026-05-20T04:03:34.233Z | +++ svcs -Hostate baseline |
| 606 | 2026-05-20T04:03:34.248Z | ++ [[ offline* != online ]] |
| 607 | 2026-05-20T04:03:34.249Z | ++ [[ 43 -gt 300 ]] |
| 608 | 2026-05-20T04:03:34.249Z | ++ sleep 1 |
| 609 | 2026-05-20T04:03:35.249Z | ++ retry=44 |
| 610 | 2026-05-20T04:03:35.252Z | +++ svcs -Hostate baseline |
| 611 | 2026-05-20T04:03:35.262Z | ++ [[ offline* != online ]] |
| 612 | 2026-05-20T04:03:35.262Z | ++ [[ 44 -gt 300 ]] |
| 613 | 2026-05-20T04:03:35.262Z | ++ sleep 1 |
| 614 | 2026-05-20T04:03:36.265Z | ++ retry=45 |
| 615 | 2026-05-20T04:03:36.268Z | +++ svcs -Hostate baseline |
| 616 | 2026-05-20T04:03:36.279Z | ++ [[ offline* != online ]] |
| 617 | 2026-05-20T04:03:36.279Z | ++ [[ 45 -gt 300 ]] |
| 618 | 2026-05-20T04:03:36.279Z | ++ sleep 1 |
| 619 | 2026-05-20T04:03:37.684Z | ++ retry=46 |
| 620 | 2026-05-20T04:03:37.689Z | +++ svcs -Hostate baseline |
| 621 | 2026-05-20T04:03:37.689Z | ++ [[ offline* != online ]] |
| 622 | 2026-05-20T04:03:37.689Z | ++ [[ 46 -gt 300 ]] |
| 623 | 2026-05-20T04:03:37.689Z | ++ sleep 1 |
| 624 | 2026-05-20T04:03:38.298Z | ++ retry=47 |
| 625 | 2026-05-20T04:03:38.301Z | +++ svcs -Hostate baseline |
| 626 | 2026-05-20T04:03:38.311Z | ++ [[ offline* != online ]] |
| 627 | 2026-05-20T04:03:38.311Z | ++ [[ 47 -gt 300 ]] |
| 628 | 2026-05-20T04:03:38.311Z | ++ sleep 1 |
| 629 | 2026-05-20T04:03:39.313Z | ++ retry=48 |
| 630 | 2026-05-20T04:03:39.316Z | +++ svcs -Hostate baseline |
| 631 | 2026-05-20T04:03:39.328Z | ++ [[ offline* != online ]] |
| 632 | 2026-05-20T04:03:39.328Z | ++ [[ 48 -gt 300 ]] |
| 633 | 2026-05-20T04:03:39.328Z | ++ sleep 1 |
| 634 | 2026-05-20T04:03:40.330Z | ++ retry=49 |
| 635 | 2026-05-20T04:03:40.332Z | +++ svcs -Hostate baseline |
| 636 | 2026-05-20T04:03:40.348Z | ++ [[ offline* != online ]] |
| 637 | 2026-05-20T04:03:40.348Z | ++ [[ 49 -gt 300 ]] |
| 638 | 2026-05-20T04:03:40.348Z | ++ sleep 1 |
| 639 | 2026-05-20T04:03:41.346Z | ++ retry=50 |
| 640 | 2026-05-20T04:03:41.350Z | +++ svcs -Hostate baseline |
| 641 | 2026-05-20T04:03:41.361Z | ++ [[ offline* != online ]] |
| 642 | 2026-05-20T04:03:41.361Z | ++ [[ 50 -gt 300 ]] |
| 643 | 2026-05-20T04:03:41.361Z | ++ sleep 1 |
| 644 | 2026-05-20T04:03:42.372Z | ++ retry=51 |
| 645 | 2026-05-20T04:03:42.376Z | +++ svcs -Hostate baseline |
| 646 | 2026-05-20T04:03:42.379Z | ++ [[ offline* != online ]] |
| 647 | 2026-05-20T04:03:42.379Z | ++ [[ 51 -gt 300 ]] |
| 648 | 2026-05-20T04:03:42.379Z | ++ sleep 1 |
| 649 | 2026-05-20T04:03:43.380Z | ++ retry=52 |
| 650 | 2026-05-20T04:03:43.384Z | +++ svcs -Hostate baseline |
| 651 | 2026-05-20T04:03:43.394Z | ++ [[ offline* != online ]] |
| 652 | 2026-05-20T04:03:43.394Z | ++ [[ 52 -gt 300 ]] |
| 653 | 2026-05-20T04:03:43.394Z | ++ sleep 1 |
| 654 | 2026-05-20T04:03:44.396Z | ++ retry=53 |
| 655 | 2026-05-20T04:03:44.400Z | +++ svcs -Hostate baseline |
| 656 | 2026-05-20T04:03:44.410Z | ++ [[ offline* != online ]] |
| 657 | 2026-05-20T04:03:44.410Z | ++ [[ 53 -gt 300 ]] |
| 658 | 2026-05-20T04:03:44.410Z | ++ sleep 1 |
| 659 | 2026-05-20T04:03:45.412Z | ++ retry=54 |
| 660 | 2026-05-20T04:03:45.434Z | +++ svcs -Hostate baseline |
| 661 | 2026-05-20T04:03:45.449Z | ++ [[ offline* != online ]] |
| 662 | 2026-05-20T04:03:45.449Z | ++ [[ 54 -gt 300 ]] |
| 663 | 2026-05-20T04:03:45.449Z | ++ sleep 1 |
| 664 | 2026-05-20T04:03:46.429Z | ++ retry=55 |
| 665 | 2026-05-20T04:03:46.433Z | +++ svcs -Hostate baseline |
| 666 | 2026-05-20T04:03:46.445Z | ++ [[ offline* != online ]] |
| 667 | 2026-05-20T04:03:46.445Z | ++ [[ 55 -gt 300 ]] |
| 668 | 2026-05-20T04:03:46.445Z | ++ sleep 1 |
| 669 | 2026-05-20T04:03:47.446Z | ++ retry=56 |
| 670 | 2026-05-20T04:03:47.449Z | +++ svcs -Hostate baseline |
| 671 | 2026-05-20T04:03:47.461Z | ++ [[ offline* != online ]] |
| 672 | 2026-05-20T04:03:47.461Z | ++ [[ 56 -gt 300 ]] |
| 673 | 2026-05-20T04:03:47.461Z | ++ sleep 1 |
| 674 | 2026-05-20T04:03:48.463Z | ++ retry=57 |
| 675 | 2026-05-20T04:03:48.469Z | +++ svcs -Hostate baseline |
| 676 | 2026-05-20T04:03:48.477Z | ++ [[ offline* != online ]] |
| 677 | 2026-05-20T04:03:48.477Z | ++ [[ 57 -gt 300 ]] |
| 678 | 2026-05-20T04:03:48.477Z | ++ sleep 1 |
| 679 | 2026-05-20T04:03:49.887Z | ++ retry=58 |
| 680 | 2026-05-20T04:03:49.891Z | +++ svcs -Hostate baseline |
| 681 | 2026-05-20T04:03:49.891Z | ++ [[ offline* != online ]] |
| 682 | 2026-05-20T04:03:49.891Z | ++ [[ 58 -gt 300 ]] |
| 683 | 2026-05-20T04:03:49.891Z | ++ sleep 1 |
| 684 | 2026-05-20T04:03:50.495Z | ++ retry=59 |
| 685 | 2026-05-20T04:03:50.498Z | +++ svcs -Hostate baseline |
| 686 | 2026-05-20T04:03:50.510Z | ++ [[ offline* != online ]] |
| 687 | 2026-05-20T04:03:50.510Z | ++ [[ 59 -gt 300 ]] |
| 688 | 2026-05-20T04:03:50.510Z | ++ sleep 1 |
| 689 | 2026-05-20T04:03:51.512Z | ++ retry=60 |
| 690 | 2026-05-20T04:03:51.515Z | +++ svcs -Hostate baseline |
| 691 | 2026-05-20T04:03:51.526Z | ++ [[ offline* != online ]] |
| 692 | 2026-05-20T04:03:51.526Z | ++ [[ 60 -gt 300 ]] |
| 693 | 2026-05-20T04:03:51.526Z | ++ sleep 1 |
| 694 | 2026-05-20T04:03:52.529Z | ++ retry=61 |
| 695 | 2026-05-20T04:03:52.533Z | +++ svcs -Hostate baseline |
| 696 | 2026-05-20T04:03:52.542Z | ++ [[ offline* != online ]] |
| 697 | 2026-05-20T04:03:52.542Z | ++ [[ 61 -gt 300 ]] |
| 698 | 2026-05-20T04:03:52.542Z | ++ sleep 1 |
| 699 | 2026-05-20T04:03:53.946Z | ++ retry=62 |
| 700 | 2026-05-20T04:03:53.949Z | +++ svcs -Hostate baseline |
| 701 | 2026-05-20T04:03:53.949Z | ++ [[ offline* != online ]] |
| 702 | 2026-05-20T04:03:53.950Z | ++ [[ 62 -gt 300 ]] |
| 703 | 2026-05-20T04:03:53.950Z | ++ sleep 1 |
| 704 | 2026-05-20T04:03:54.563Z | ++ retry=63 |
| 705 | 2026-05-20T04:03:54.571Z | +++ svcs -Hostate baseline |
| 706 | 2026-05-20T04:03:54.576Z | ++ [[ offline* != online ]] |
| 707 | 2026-05-20T04:03:54.576Z | ++ [[ 63 -gt 300 ]] |
| 708 | 2026-05-20T04:03:54.576Z | ++ sleep 1 |
| 709 | 2026-05-20T04:03:55.579Z | ++ retry=64 |
| 710 | 2026-05-20T04:03:55.582Z | +++ svcs -Hostate baseline |
| 711 | 2026-05-20T04:03:55.591Z | ++ [[ offline* != online ]] |
| 712 | 2026-05-20T04:03:55.591Z | ++ [[ 64 -gt 300 ]] |
| 713 | 2026-05-20T04:03:55.591Z | ++ sleep 1 |
| 714 | 2026-05-20T04:03:56.593Z | ++ retry=65 |
| 715 | 2026-05-20T04:03:56.596Z | +++ svcs -Hostate baseline |
| 716 | 2026-05-20T04:03:56.608Z | ++ [[ offline* != online ]] |
| 717 | 2026-05-20T04:03:56.608Z | ++ [[ 65 -gt 300 ]] |
| 718 | 2026-05-20T04:03:56.608Z | ++ sleep 1 |
| 719 | 2026-05-20T04:03:57.612Z | ++ retry=66 |
| 720 | 2026-05-20T04:03:57.615Z | +++ svcs -Hostate baseline |
| 721 | 2026-05-20T04:03:57.625Z | ++ [[ offline* != online ]] |
| 722 | 2026-05-20T04:03:57.625Z | ++ [[ 66 -gt 300 ]] |
| 723 | 2026-05-20T04:03:57.626Z | ++ sleep 1 |
| 724 | 2026-05-20T04:03:58.628Z | ++ retry=67 |
| 725 | 2026-05-20T04:03:58.631Z | +++ svcs -Hostate baseline |
| 726 | 2026-05-20T04:03:59.044Z | ++ [[ offline* != online ]] |
| 727 | 2026-05-20T04:03:59.044Z | ++ [[ 67 -gt 300 ]] |
| 728 | 2026-05-20T04:03:59.044Z | ++ sleep 1 |
| 729 | 2026-05-20T04:03:59.644Z | ++ retry=68 |
| 730 | 2026-05-20T04:03:59.647Z | +++ svcs -Hostate baseline |
| 731 | 2026-05-20T04:03:59.660Z | ++ [[ offline* != online ]] |
| 732 | 2026-05-20T04:03:59.660Z | ++ [[ 68 -gt 300 ]] |
| 733 | 2026-05-20T04:03:59.660Z | ++ sleep 1 |
| 734 | 2026-05-20T04:04:00.661Z | ++ retry=69 |
| 735 | 2026-05-20T04:04:00.665Z | +++ svcs -Hostate baseline |
| 736 | 2026-05-20T04:04:00.675Z | ++ [[ offline* != online ]] |
| 737 | 2026-05-20T04:04:00.675Z | ++ [[ 69 -gt 300 ]] |
| 738 | 2026-05-20T04:04:00.675Z | ++ sleep 1 |
| 739 | 2026-05-20T04:04:01.677Z | ++ retry=70 |
| 740 | 2026-05-20T04:04:01.679Z | +++ svcs -Hostate baseline |
| 741 | 2026-05-20T04:04:01.691Z | ++ [[ offline* != online ]] |
| 742 | 2026-05-20T04:04:01.691Z | ++ [[ 70 -gt 300 ]] |
| 743 | 2026-05-20T04:04:01.691Z | ++ sleep 1 |
| 744 | 2026-05-20T04:04:02.693Z | ++ retry=71 |
| 745 | 2026-05-20T04:04:02.696Z | +++ svcs -Hostate baseline |
| 746 | 2026-05-20T04:04:02.709Z | ++ [[ offline* != online ]] |
| 747 | 2026-05-20T04:04:02.709Z | ++ [[ 71 -gt 300 ]] |
| 748 | 2026-05-20T04:04:02.709Z | ++ sleep 1 |
| 749 | 2026-05-20T04:04:03.709Z | ++ retry=72 |
| 750 | 2026-05-20T04:04:03.713Z | +++ svcs -Hostate baseline |
| 751 | 2026-05-20T04:04:03.724Z | ++ [[ offline* != online ]] |
| 752 | 2026-05-20T04:04:03.724Z | ++ [[ 72 -gt 300 ]] |
| 753 | 2026-05-20T04:04:03.727Z | ++ sleep 1 |
| 754 | 2026-05-20T04:04:04.728Z | ++ retry=73 |
| 755 | 2026-05-20T04:04:04.735Z | +++ svcs -Hostate baseline |
| 756 | 2026-05-20T04:04:04.741Z | ++ [[ offline* != online ]] |
| 757 | 2026-05-20T04:04:04.742Z | ++ [[ 73 -gt 300 ]] |
| 758 | 2026-05-20T04:04:04.742Z | ++ sleep 1 |
| 759 | 2026-05-20T04:04:05.742Z | ++ retry=74 |
| 760 | 2026-05-20T04:04:05.745Z | +++ svcs -Hostate baseline |
| 761 | 2026-05-20T04:04:05.758Z | ++ [[ offline* != online ]] |
| 762 | 2026-05-20T04:04:05.758Z | ++ [[ 74 -gt 300 ]] |
| 763 | 2026-05-20T04:04:05.758Z | ++ sleep 1 |
| 764 | 2026-05-20T04:04:06.759Z | ++ retry=75 |
| 765 | 2026-05-20T04:04:06.762Z | +++ svcs -Hostate baseline |
| 766 | 2026-05-20T04:04:06.775Z | ++ [[ offline* != online ]] |
| 767 | 2026-05-20T04:04:06.775Z | ++ [[ 75 -gt 300 ]] |
| 768 | 2026-05-20T04:04:06.775Z | ++ sleep 1 |
| 769 | 2026-05-20T04:04:07.776Z | ++ retry=76 |
| 770 | 2026-05-20T04:04:07.780Z | +++ svcs -Hostate baseline |
| 771 | 2026-05-20T04:04:07.790Z | ++ [[ offline* != online ]] |
| 772 | 2026-05-20T04:04:07.790Z | ++ [[ 76 -gt 300 ]] |
| 773 | 2026-05-20T04:04:07.790Z | ++ sleep 1 |
| 774 | 2026-05-20T04:04:08.792Z | ++ retry=77 |
| 775 | 2026-05-20T04:04:08.795Z | +++ svcs -Hostate baseline |
| 776 | 2026-05-20T04:04:08.807Z | ++ [[ offline* != online ]] |
| 777 | 2026-05-20T04:04:08.807Z | ++ [[ 77 -gt 300 ]] |
| 778 | 2026-05-20T04:04:08.807Z | ++ sleep 1 |
| 779 | 2026-05-20T04:04:09.809Z | ++ retry=78 |
| 780 | 2026-05-20T04:04:09.812Z | +++ svcs -Hostate baseline |
| 781 | 2026-05-20T04:04:09.824Z | ++ [[ offline* != online ]] |
| 782 | 2026-05-20T04:04:09.824Z | ++ [[ 78 -gt 300 ]] |
| 783 | 2026-05-20T04:04:09.824Z | ++ sleep 1 |
| 784 | 2026-05-20T04:04:10.826Z | ++ retry=79 |
| 785 | 2026-05-20T04:04:10.828Z | +++ svcs -Hostate baseline |
| 786 | 2026-05-20T04:04:10.848Z | ++ [[ offline* != online ]] |
| 787 | 2026-05-20T04:04:10.848Z | ++ [[ 79 -gt 300 ]] |
| 788 | 2026-05-20T04:04:10.848Z | ++ sleep 1 |
| 789 | 2026-05-20T04:04:11.842Z | ++ retry=80 |
| 790 | 2026-05-20T04:04:11.845Z | +++ svcs -Hostate baseline |
| 791 | 2026-05-20T04:04:11.857Z | ++ [[ offline* != online ]] |
| 792 | 2026-05-20T04:04:11.857Z | ++ [[ 80 -gt 300 ]] |
| 793 | 2026-05-20T04:04:11.857Z | ++ sleep 1 |
| 794 | 2026-05-20T04:04:12.859Z | ++ retry=81 |
| 795 | 2026-05-20T04:04:12.862Z | +++ svcs -Hostate baseline |
| 796 | 2026-05-20T04:04:12.873Z | ++ [[ offline* != online ]] |
| 797 | 2026-05-20T04:04:12.873Z | ++ [[ 81 -gt 300 ]] |
| 798 | 2026-05-20T04:04:12.873Z | ++ sleep 1 |
| 799 | 2026-05-20T04:04:13.891Z | ++ retry=82 |
| 800 | 2026-05-20T04:04:13.908Z | +++ svcs -Hostate baseline |
| 801 | 2026-05-20T04:04:13.908Z | ++ [[ offline* != online ]] |
| 802 | 2026-05-20T04:04:13.908Z | ++ [[ 82 -gt 300 ]] |
| 803 | 2026-05-20T04:04:13.908Z | ++ sleep 1 |
| 804 | 2026-05-20T04:04:14.892Z | ++ retry=83 |
| 805 | 2026-05-20T04:04:14.894Z | +++ svcs -Hostate baseline |
| 806 | 2026-05-20T04:04:14.907Z | ++ [[ offline* != online ]] |
| 807 | 2026-05-20T04:04:14.907Z | ++ [[ 83 -gt 300 ]] |
| 808 | 2026-05-20T04:04:14.907Z | ++ sleep 1 |
| 809 | 2026-05-20T04:04:15.908Z | ++ retry=84 |
| 810 | 2026-05-20T04:04:15.911Z | +++ svcs -Hostate baseline |
| 811 | 2026-05-20T04:04:15.925Z | ++ [[ offline* != online ]] |
| 812 | 2026-05-20T04:04:15.925Z | ++ [[ 84 -gt 300 ]] |
| 813 | 2026-05-20T04:04:15.930Z | ++ sleep 1 |
| 814 | 2026-05-20T04:04:16.944Z | ++ retry=85 |
| 815 | 2026-05-20T04:04:16.952Z | +++ svcs -Hostate baseline |
| 816 | 2026-05-20T04:04:16.952Z | ++ [[ offline* != online ]] |
| 817 | 2026-05-20T04:04:16.952Z | ++ [[ 85 -gt 300 ]] |
| 818 | 2026-05-20T04:04:16.952Z | ++ sleep 1 |
| 819 | 2026-05-20T04:04:17.942Z | ++ retry=86 |
| 820 | 2026-05-20T04:04:17.945Z | +++ svcs -Hostate baseline |
| 821 | 2026-05-20T04:04:17.956Z | ++ [[ offline* != online ]] |
| 822 | 2026-05-20T04:04:17.956Z | ++ [[ 86 -gt 300 ]] |
| 823 | 2026-05-20T04:04:17.956Z | ++ sleep 1 |
| 824 | 2026-05-20T04:04:18.959Z | ++ retry=87 |
| 825 | 2026-05-20T04:04:18.962Z | +++ svcs -Hostate baseline |
| 826 | 2026-05-20T04:04:18.973Z | ++ [[ offline* != online ]] |
| 827 | 2026-05-20T04:04:18.974Z | ++ [[ 87 -gt 300 ]] |
| 828 | 2026-05-20T04:04:18.974Z | ++ sleep 1 |
| 829 | 2026-05-20T04:04:19.975Z | ++ retry=88 |
| 830 | 2026-05-20T04:04:19.979Z | +++ svcs -Hostate baseline |
| 831 | 2026-05-20T04:04:19.990Z | ++ [[ offline* != online ]] |
| 832 | 2026-05-20T04:04:19.990Z | ++ [[ 88 -gt 300 ]] |
| 833 | 2026-05-20T04:04:19.991Z | ++ sleep 1 |
| 834 | 2026-05-20T04:04:20.993Z | ++ retry=89 |
| 835 | 2026-05-20T04:04:20.998Z | +++ svcs -Hostate baseline |
| 836 | 2026-05-20T04:04:21.007Z | ++ [[ offline* != online ]] |
| 837 | 2026-05-20T04:04:21.007Z | ++ [[ 89 -gt 300 ]] |
| 838 | 2026-05-20T04:04:21.007Z | ++ sleep 1 |
| 839 | 2026-05-20T04:04:22.011Z | ++ retry=90 |
| 840 | 2026-05-20T04:04:22.015Z | +++ svcs -Hostate baseline |
| 841 | 2026-05-20T04:04:22.023Z | ++ [[ offline* != online ]] |
| 842 | 2026-05-20T04:04:22.023Z | ++ [[ 90 -gt 300 ]] |
| 843 | 2026-05-20T04:04:22.023Z | ++ sleep 1 |
| 844 | 2026-05-20T04:04:23.024Z | ++ retry=91 |
| 845 | 2026-05-20T04:04:23.027Z | +++ svcs -Hostate baseline |
| 846 | 2026-05-20T04:04:23.039Z | ++ [[ offline* != online ]] |
| 847 | 2026-05-20T04:04:23.039Z | ++ [[ 91 -gt 300 ]] |
| 848 | 2026-05-20T04:04:23.039Z | ++ sleep 1 |
| 849 | 2026-05-20T04:04:24.042Z | ++ retry=92 |
| 850 | 2026-05-20T04:04:24.046Z | +++ svcs -Hostate baseline |
| 851 | 2026-05-20T04:04:24.055Z | ++ [[ offline* != online ]] |
| 852 | 2026-05-20T04:04:24.055Z | ++ [[ 92 -gt 300 ]] |
| 853 | 2026-05-20T04:04:24.055Z | ++ sleep 1 |
| 854 | 2026-05-20T04:04:25.059Z | ++ retry=93 |
| 855 | 2026-05-20T04:04:25.063Z | +++ svcs -Hostate baseline |
| 856 | 2026-05-20T04:04:25.074Z | ++ [[ offline* != online ]] |
| 857 | 2026-05-20T04:04:25.074Z | ++ [[ 93 -gt 300 ]] |
| 858 | 2026-05-20T04:04:25.074Z | ++ sleep 1 |
| 859 | 2026-05-20T04:04:26.074Z | ++ retry=94 |
| 860 | 2026-05-20T04:04:26.077Z | +++ svcs -Hostate baseline |
| 861 | 2026-05-20T04:04:26.090Z | ++ [[ offline* != online ]] |
| 862 | 2026-05-20T04:04:26.090Z | ++ [[ 94 -gt 300 ]] |
| 863 | 2026-05-20T04:04:26.090Z | ++ sleep 1 |
| 864 | 2026-05-20T04:04:27.090Z | ++ retry=95 |
| 865 | 2026-05-20T04:04:27.093Z | +++ svcs -Hostate baseline |
| 866 | 2026-05-20T04:04:27.105Z | ++ [[ offline* != online ]] |
| 867 | 2026-05-20T04:04:27.110Z | ++ [[ 95 -gt 300 ]] |
| 868 | 2026-05-20T04:04:27.110Z | ++ sleep 1 |
| 869 | 2026-05-20T04:04:28.106Z | ++ retry=96 |
| 870 | 2026-05-20T04:04:28.110Z | +++ svcs -Hostate baseline |
| 871 | 2026-05-20T04:04:28.121Z | ++ [[ offline* != online ]] |
| 872 | 2026-05-20T04:04:28.121Z | ++ [[ 96 -gt 300 ]] |
| 873 | 2026-05-20T04:04:28.121Z | ++ sleep 1 |
| 874 | 2026-05-20T04:04:29.123Z | ++ retry=97 |
| 875 | 2026-05-20T04:04:29.126Z | +++ svcs -Hostate baseline |
| 876 | 2026-05-20T04:04:29.139Z | ++ [[ offline* != online ]] |
| 877 | 2026-05-20T04:04:29.139Z | ++ [[ 97 -gt 300 ]] |
| 878 | 2026-05-20T04:04:29.139Z | ++ sleep 1 |
| 879 | 2026-05-20T04:04:30.141Z | ++ retry=98 |
| 880 | 2026-05-20T04:04:30.145Z | +++ svcs -Hostate baseline |
| 881 | 2026-05-20T04:04:30.154Z | ++ [[ offline* != online ]] |
| 882 | 2026-05-20T04:04:30.154Z | ++ [[ 98 -gt 300 ]] |
| 883 | 2026-05-20T04:04:30.154Z | ++ sleep 1 |
| 884 | 2026-05-20T04:04:31.156Z | ++ retry=99 |
| 885 | 2026-05-20T04:04:31.159Z | +++ svcs -Hostate baseline |
| 886 | 2026-05-20T04:04:31.171Z | ++ [[ offline* != online ]] |
| 887 | 2026-05-20T04:04:31.171Z | ++ [[ 99 -gt 300 ]] |
| 888 | 2026-05-20T04:04:31.171Z | ++ sleep 1 |
| 889 | 2026-05-20T04:04:32.173Z | ++ retry=100 |
| 890 | 2026-05-20T04:04:32.177Z | +++ svcs -Hostate baseline |
| 891 | 2026-05-20T04:04:32.187Z | ++ [[ offline* != online ]] |
| 892 | 2026-05-20T04:04:32.188Z | ++ [[ 100 -gt 300 ]] |
| 893 | 2026-05-20T04:04:32.188Z | ++ sleep 1 |
| 894 | 2026-05-20T04:04:33.189Z | ++ retry=101 |
| 895 | 2026-05-20T04:04:33.195Z | +++ svcs -Hostate baseline |
| 896 | 2026-05-20T04:04:33.204Z | ++ [[ offline* != online ]] |
| 897 | 2026-05-20T04:04:33.204Z | ++ [[ 101 -gt 300 ]] |
| 898 | 2026-05-20T04:04:33.204Z | ++ sleep 1 |
| 899 | 2026-05-20T04:04:34.206Z | ++ retry=102 |
| 900 | 2026-05-20T04:04:34.210Z | +++ svcs -Hostate baseline |
| 901 | 2026-05-20T04:04:34.633Z | ++ [[ offline* != online ]] |
| 902 | 2026-05-20T04:04:34.633Z | ++ [[ 102 -gt 300 ]] |
| 903 | 2026-05-20T04:04:34.633Z | ++ sleep 1 |
| 904 | 2026-05-20T04:04:35.225Z | ++ retry=103 |
| 905 | 2026-05-20T04:04:35.227Z | +++ svcs -Hostate baseline |
| 906 | 2026-05-20T04:04:35.236Z | ++ [[ offline* != online ]] |
| 907 | 2026-05-20T04:04:35.236Z | ++ [[ 103 -gt 300 ]] |
| 908 | 2026-05-20T04:04:35.239Z | ++ sleep 1 |
| 909 | 2026-05-20T04:04:36.237Z | ++ retry=104 |
| 910 | 2026-05-20T04:04:36.240Z | +++ svcs -Hostate baseline |
| 911 | 2026-05-20T04:04:36.252Z | ++ [[ offline* != online ]] |
| 912 | 2026-05-20T04:04:36.252Z | ++ [[ 104 -gt 300 ]] |
| 913 | 2026-05-20T04:04:36.252Z | ++ sleep 1 |
| 914 | 2026-05-20T04:04:37.254Z | ++ retry=105 |
| 915 | 2026-05-20T04:04:37.258Z | +++ svcs -Hostate baseline |
| 916 | 2026-05-20T04:04:37.270Z | ++ [[ offline* != online ]] |
| 917 | 2026-05-20T04:04:37.270Z | ++ [[ 105 -gt 300 ]] |
| 918 | 2026-05-20T04:04:37.270Z | ++ sleep 1 |
| 919 | 2026-05-20T04:04:38.271Z | ++ retry=106 |
| 920 | 2026-05-20T04:04:38.274Z | +++ svcs -Hostate baseline |
| 921 | 2026-05-20T04:04:38.285Z | ++ [[ offline* != online ]] |
| 922 | 2026-05-20T04:04:38.285Z | ++ [[ 106 -gt 300 ]] |
| 923 | 2026-05-20T04:04:38.289Z | ++ sleep 1 |
| 924 | 2026-05-20T04:04:39.287Z | ++ retry=107 |
| 925 | 2026-05-20T04:04:39.290Z | +++ svcs -Hostate baseline |
| 926 | 2026-05-20T04:04:39.301Z | ++ [[ offline* != online ]] |
| 927 | 2026-05-20T04:04:39.301Z | ++ [[ 107 -gt 300 ]] |
| 928 | 2026-05-20T04:04:39.301Z | ++ sleep 1 |
| 929 | 2026-05-20T04:04:40.306Z | ++ retry=108 |
| 930 | 2026-05-20T04:04:40.308Z | +++ svcs -Hostate baseline |
| 931 | 2026-05-20T04:04:40.317Z | ++ [[ online != online ]] |
| 932 | 2026-05-20T04:04:40.317Z | ++ set -o errexit |
| 933 | 2026-05-20T04:04:40.320Z | ++ set -o pipefail |
| 934 | 2026-05-20T04:04:40.320Z | ++ banner build |
| 935 | 2026-05-20T04:04:40.320Z | |
| 936 | 2026-05-20T04:04:40.320Z | ##### # # # # ##### |
| 937 | 2026-05-20T04:04:40.320Z | # # # # # # # # |
| 938 | 2026-05-20T04:04:40.320Z | ##### # # # # # # |
| 939 | 2026-05-20T04:04:40.320Z | # # # # # # # # |
| 940 | 2026-05-20T04:04:40.320Z | # # # # # # # # |
| 941 | 2026-05-20T04:04:40.320Z | ##### #### # ###### ##### |
| 942 | 2026-05-20T04:04:40.320Z | |
| 943 | 2026-05-20T04:04:40.320Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 944 | 2026-05-20T04:04:40.325Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 945 | 2026-05-20T04:04:40.466Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 946 | 2026-05-20T04:04:40.469Z | info: downloading 6 components |
| 947 | 2026-05-20T04:04:55.457Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 948 | 2026-05-20T04:04:57.462Z | From https://github.com/oxidecomputer/falcon |
| 949 | 2026-05-20T04:04:57.462Z | * [new ref] 2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 -> refs/commit/2dcfe294f6ba3fb11fa0e23dd4a03a98eb55af24 |
| 950 | 2026-05-20T04:04:57.541Z | Updating crates.io index |
| 951 | 2026-05-20T04:04:57.544Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 952 | 2026-05-20T04:04:58.287Z | From https://github.com/oxidecomputer/dendrite |
| 953 | 2026-05-20T04:04:58.287Z | * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556 |
| 954 | 2026-05-20T04:04:58.353Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 955 | 2026-05-20T04:04:58.608Z | From https://github.com/oxidecomputer/ispf |
| 956 | 2026-05-20T04:04:58.608Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
| 957 | 2026-05-20T04:04:58.934Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 958 | 2026-05-20T04:04:59.187Z | From https://github.com/oxidecomputer/netadm-sys |
| 959 | 2026-05-20T04:04:59.187Z | * [new ref] 53f86457e19bf5065ed286c621fb4c7a91891529 -> refs/commit/53f86457e19bf5065ed286c621fb4c7a91891529 |
| 960 | 2026-05-20T04:04:59.194Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 961 | 2026-05-20T04:05:06.611Z | From https://github.com/oxidecomputer/omicron |
| 962 | 2026-05-20T04:05:06.611Z | * [new ref] 02147419d0a5868095160d390caa664278ea37c7 -> refs/commit/02147419d0a5868095160d390caa664278ea37c7 |
| 963 | 2026-05-20T04:05:07.022Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 964 | 2026-05-20T04:05:07.679Z | From https://github.com/oxidecomputer/opte |
| 965 | 2026-05-20T04:05:07.679Z | * [new ref] 5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 -> refs/commit/5470aa15eaa06e5183c374c1f61e5e5ddd5e0350 |
| 966 | 2026-05-20T04:05:07.710Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 967 | 2026-05-20T04:05:07.950Z | From https://github.com/illumos/smf-rs |
| 968 | 2026-05-20T04:05:07.950Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 969 | 2026-05-20T04:05:08.499Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 970 | 2026-05-20T04:05:08.760Z | From https://github.com/oxidecomputer/network-interface |
| 971 | 2026-05-20T04:05:08.760Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 972 | 2026-05-20T04:05:08.768Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 973 | 2026-05-20T04:05:09.024Z | From https://github.com/oxidecomputer/zone |
| 974 | 2026-05-20T04:05:09.024Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 975 | 2026-05-20T04:05:09.109Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 976 | 2026-05-20T04:05:09.729Z | From https://github.com/oxidecomputer/propolis |
| 977 | 2026-05-20T04:05:09.729Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 978 | 2026-05-20T04:05:09.802Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 979 | 2026-05-20T04:05:10.302Z | From https://github.com/oxidecomputer/transceiver-control |
| 980 | 2026-05-20T04:05:10.302Z | * [new ref] 81167659157860d6587713b3362b7bc791dfb530 -> refs/commit/81167659157860d6587713b3362b7bc791dfb530 |
| 981 | 2026-05-20T04:05:10.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 982 | 2026-05-20T04:05:10.719Z | From https://github.com/oxidecomputer/dlpi-sys |
| 983 | 2026-05-20T04:05:10.719Z | * [new ref] a611f32a2374579d25e628b395a9cb251f753388 -> refs/commit/a611f32a2374579d25e628b395a9cb251f753388 |
| 984 | 2026-05-20T04:05:10.734Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 985 | 2026-05-20T04:05:11.422Z | From https://github.com/jmesmon/rust-libzfs |
| 986 | 2026-05-20T04:05:11.422Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 987 | 2026-05-20T04:05:11.426Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 988 | 2026-05-20T04:05:11.426Z | From https://github.com/oxidecomputer/rusty-doors |
| 989 | 2026-05-20T04:05:11.426Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 990 | 2026-05-20T04:05:11.426Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 991 | 2026-05-20T04:05:11.710Z | From https://github.com/oxidecomputer/lldp |
| 992 | 2026-05-20T04:05:11.710Z | * [new ref] ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d -> refs/commit/ed02e1a3a96f98107cbbe90f90c7ed1c16edf97d |
| 993 | 2026-05-20T04:05:11.721Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 994 | 2026-05-20T04:05:11.969Z | From https://github.com/oxidecomputer/slog-error-chain |
| 995 | 2026-05-20T04:05:11.970Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 996 | 2026-05-20T04:05:12.061Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 997 | 2026-05-20T04:05:12.361Z | From https://github.com/oxidecomputer/tufaceous |
| 998 | 2026-05-20T04:05:12.361Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 999 | 2026-05-20T04:05:12.783Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 1000 | 2026-05-20T04:05:12.825Z | From https://github.com/oxidecomputer/management-gateway-service |
| 1001 | 2026-05-20T04:05:12.825Z | * [new ref] 0d7a8992f914ad6a5947409048779969bbe80e3d -> refs/commit/0d7a8992f914ad6a5947409048779969bbe80e3d |
| 1002 | 2026-05-20T04:05:13.535Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 1003 | 2026-05-20T04:05:14.109Z | From https://github.com/oxidecomputer/crucible |
| 1004 | 2026-05-20T04:05:14.109Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 1005 | 2026-05-20T04:05:14.719Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 1006 | 2026-05-20T04:05:15.007Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 1007 | 2026-05-20T04:05:15.007Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 1008 | 2026-05-20T04:05:15.227Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 1009 | 2026-05-20T04:05:15.582Z | From https://github.com/oxidecomputer/propolis |
| 1010 | 2026-05-20T04:05:15.582Z | * [new ref] bc489ddf0f38f75e0c194b86cf6f0de377f68845 -> refs/commit/bc489ddf0f38f75e0c194b86cf6f0de377f68845 |
| 1011 | 2026-05-20T04:05:16.018Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 1012 | 2026-05-20T04:05:16.352Z | From https://github.com/oxidecomputer/tofino |
| 1013 | 2026-05-20T04:05:16.352Z | * [new ref] e25e52991785039e967fd8fe7d86554d976e6d4b -> refs/commit/e25e52991785039e967fd8fe7d86554d976e6d4b |
| 1014 | 2026-05-20T04:05:16.363Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 1015 | 2026-05-20T04:05:17.037Z | From https://github.com/oxidecomputer/maghemite |
| 1016 | 2026-05-20T04:05:17.037Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 1017 | 2026-05-20T04:05:17.079Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 1018 | 2026-05-20T04:05:17.353Z | From https://github.com/oxidecomputer/clickward |
| 1019 | 2026-05-20T04:05:17.353Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 1020 | 2026-05-20T04:05:17.363Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 1021 | 2026-05-20T04:05:17.696Z | From https://github.com/oxidecomputer/crucible |
| 1022 | 2026-05-20T04:05:17.697Z | * [new ref] ae1da83e66c648574827298f4bc444632bf4d047 -> refs/commit/ae1da83e66c648574827298f4bc444632bf4d047 |
| 1023 | 2026-05-20T04:05:17.802Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 1024 | 2026-05-20T04:05:18.239Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 1025 | 2026-05-20T04:05:18.239Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 1026 | 2026-05-20T04:05:19.286Z | Downloading crates ... |
| 1027 | 2026-05-20T04:05:19.366Z | Downloaded cfg-if v1.0.4 |
| 1028 | 2026-05-20T04:05:19.771Z | Downloaded async-stream v0.3.6 |
| 1029 | 2026-05-20T04:05:19.776Z | Downloaded crypto-common v0.1.7 |
| 1030 | 2026-05-20T04:05:19.776Z | Downloaded data-encoding v2.11.0 |
| 1031 | 2026-05-20T04:05:19.776Z | Downloaded futures-sink v0.3.32 |
| 1032 | 2026-05-20T04:05:19.776Z | Downloaded embedded-io v0.4.0 |
| 1033 | 2026-05-20T04:05:19.776Z | Downloaded chacha20 v0.10.0 |
| 1034 | 2026-05-20T04:05:19.776Z | Downloaded group v0.13.0 |
| 1035 | 2026-05-20T04:05:19.776Z | Downloaded http-body-util v0.1.3 |
| 1036 | 2026-05-20T04:05:19.776Z | Downloaded half v2.7.1 |
| 1037 | 2026-05-20T04:05:19.776Z | Downloaded hostname v0.4.2 |
| 1038 | 2026-05-20T04:05:19.776Z | Downloaded foreign-types-shared v0.1.1 |
| 1039 | 2026-05-20T04:05:19.776Z | Downloaded defmt v1.1.0 |
| 1040 | 2026-05-20T04:05:19.776Z | Downloaded derive_more v0.99.20 |
| 1041 | 2026-05-20T04:05:19.776Z | Downloaded dof v0.4.0 |
| 1042 | 2026-05-20T04:05:19.777Z | Downloaded digest v0.10.7 |
| 1043 | 2026-05-20T04:05:19.777Z | Downloaded drift v0.1.4 |
| 1044 | 2026-05-20T04:05:19.777Z | Downloaded heck v0.5.0 |
| 1045 | 2026-05-20T04:05:19.777Z | Downloaded fixedbitset v0.4.2 |
| 1046 | 2026-05-20T04:05:19.777Z | Downloaded defmt-macros v1.1.0 |
| 1047 | 2026-05-20T04:05:19.777Z | Downloaded either v1.15.0 |
| 1048 | 2026-05-20T04:05:19.777Z | Downloaded defmt v0.3.100 |
| 1049 | 2026-05-20T04:05:19.777Z | Downloaded base16ct v1.0.0 |
| 1050 | 2026-05-20T04:05:19.777Z | Downloaded async-recursion v1.1.1 |
| 1051 | 2026-05-20T04:05:19.777Z | Downloaded globset v0.4.18 |
| 1052 | 2026-05-20T04:05:19.777Z | Downloaded dtrace-parser v0.2.0 |
| 1053 | 2026-05-20T04:05:19.777Z | Downloaded deranged v0.5.8 |
| 1054 | 2026-05-20T04:05:19.777Z | Downloaded hash32 v0.3.1 |
| 1055 | 2026-05-20T04:05:19.777Z | Downloaded getrandom v0.2.17 |
| 1056 | 2026-05-20T04:05:19.777Z | Downloaded httparse v1.10.1 |
| 1057 | 2026-05-20T04:05:19.777Z | Downloaded cpufeatures v0.2.17 |
| 1058 | 2026-05-20T04:05:19.777Z | Downloaded ciborium-ll v0.2.2 |
| 1059 | 2026-05-20T04:05:19.777Z | Downloaded ciborium-io v0.2.2 |
| 1060 | 2026-05-20T04:05:19.777Z | Downloaded daft-derive v0.1.7 |
| 1061 | 2026-05-20T04:05:19.777Z | Downloaded foreign-types v0.5.0 |
| 1062 | 2026-05-20T04:05:19.777Z | Downloaded autocfg v1.5.0 |
| 1063 | 2026-05-20T04:05:19.777Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1064 | 2026-05-20T04:05:19.777Z | Downloaded crc8 v0.1.1 |
| 1065 | 2026-05-20T04:05:19.777Z | Downloaded bytecount v0.6.9 |
| 1066 | 2026-05-20T04:05:19.777Z | Downloaded anstyle-query v1.1.5 |
| 1067 | 2026-05-20T04:05:19.778Z | Downloaded hex v0.4.3 |
| 1068 | 2026-05-20T04:05:19.778Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1069 | 2026-05-20T04:05:19.778Z | Downloaded dropshot_endpoint v0.17.0 |
| 1070 | 2026-05-20T04:05:19.778Z | Downloaded cpufeatures v0.3.0 |
| 1071 | 2026-05-20T04:05:19.778Z | Downloaded crunchy v0.2.4 |
| 1072 | 2026-05-20T04:05:19.778Z | Downloaded hostname v0.3.1 |
| 1073 | 2026-05-20T04:05:19.778Z | Downloaded darling_macro v0.23.0 |
| 1074 | 2026-05-20T04:05:19.778Z | Downloaded dtrace-parser v0.3.0 |
| 1075 | 2026-05-20T04:05:19.778Z | Downloaded dyn-clone v1.0.20 |
| 1076 | 2026-05-20T04:05:19.778Z | Downloaded http-body v1.0.1 |
| 1077 | 2026-05-20T04:05:19.778Z | Downloaded dunce v1.0.5 |
| 1078 | 2026-05-20T04:05:19.778Z | Downloaded generic-array v0.14.7 |
| 1079 | 2026-05-20T04:05:19.778Z | Downloaded indent_write v2.2.0 |
| 1080 | 2026-05-20T04:05:19.778Z | Downloaded float-ord v0.3.2 |
| 1081 | 2026-05-20T04:05:19.778Z | Downloaded futures-task v0.3.32 |
| 1082 | 2026-05-20T04:05:19.778Z | Downloaded console v0.15.11 |
| 1083 | 2026-05-20T04:05:19.778Z | Downloaded git-stub-vcs v0.1.0 |
| 1084 | 2026-05-20T04:05:19.778Z | Downloaded daft v0.1.7 |
| 1085 | 2026-05-20T04:05:19.778Z | Downloaded bitflags v1.3.2 |
| 1086 | 2026-05-20T04:05:19.778Z | Downloaded gethostname v0.5.0 |
| 1087 | 2026-05-20T04:05:19.778Z | Downloaded heck v0.4.1 |
| 1088 | 2026-05-20T04:05:19.778Z | Downloaded futures-io v0.3.32 |
| 1089 | 2026-05-20T04:05:19.778Z | Downloaded git-stub v1.0.0 |
| 1090 | 2026-05-20T04:05:19.778Z | Downloaded idna_adapter v1.2.2 |
| 1091 | 2026-05-20T04:05:19.778Z | Downloaded internet-checksum v0.2.1 |
| 1092 | 2026-05-20T04:05:19.778Z | Downloaded const_format_proc_macros v0.2.34 |
| 1093 | 2026-05-20T04:05:19.778Z | Downloaded backon v1.6.0 |
| 1094 | 2026-05-20T04:05:19.778Z | Downloaded humantime v2.3.0 |
| 1095 | 2026-05-20T04:05:19.778Z | Downloaded inout v0.1.4 |
| 1096 | 2026-05-20T04:05:19.778Z | Downloaded hubpack v0.1.2 |
| 1097 | 2026-05-20T04:05:19.778Z | Downloaded foreign-types-macros v0.2.3 |
| 1098 | 2026-05-20T04:05:19.779Z | Downloaded fxhash v0.2.1 |
| 1099 | 2026-05-20T04:05:19.779Z | Downloaded is-terminal v0.4.17 |
| 1100 | 2026-05-20T04:05:19.779Z | Downloaded convert_case v0.4.0 |
| 1101 | 2026-05-20T04:05:19.779Z | Downloaded bit-set v0.8.0 |
| 1102 | 2026-05-20T04:05:19.779Z | Downloaded camino-tempfile v1.4.1 |
| 1103 | 2026-05-20T04:05:19.779Z | Downloaded futures-executor v0.3.32 |
| 1104 | 2026-05-20T04:05:19.779Z | Downloaded lazy_static v1.5.0 |
| 1105 | 2026-05-20T04:05:19.779Z | Downloaded is_ci v1.2.0 |
| 1106 | 2026-05-20T04:05:19.779Z | Downloaded fastrand v2.4.1 |
| 1107 | 2026-05-20T04:05:19.779Z | Downloaded futures-core v0.3.32 |
| 1108 | 2026-05-20T04:05:19.779Z | Downloaded embedded-io v0.6.1 |
| 1109 | 2026-05-20T04:05:19.779Z | Downloaded csv-core v0.1.13 |
| 1110 | 2026-05-20T04:05:19.779Z | Downloaded itoa v1.0.18 |
| 1111 | 2026-05-20T04:05:19.779Z | Downloaded block-buffer v0.10.4 |
| 1112 | 2026-05-20T04:05:19.779Z | Downloaded is_terminal_polyfill v1.70.2 |
| 1113 | 2026-05-20T04:05:19.779Z | Downloaded highway v1.3.0 |
| 1114 | 2026-05-20T04:05:19.779Z | Downloaded konst_macro_rules v0.2.19 |
| 1115 | 2026-05-20T04:05:19.779Z | Downloaded const-random-macro v0.1.16 |
| 1116 | 2026-05-20T04:05:19.779Z | Downloaded ident_case v1.0.1 |
| 1117 | 2026-05-20T04:05:19.779Z | Downloaded camino v1.2.2 |
| 1118 | 2026-05-20T04:05:19.779Z | Downloaded console v0.16.3 |
| 1119 | 2026-05-20T04:05:19.779Z | Downloaded linked-hash-map v0.5.6 |
| 1120 | 2026-05-20T04:05:19.779Z | Downloaded instant v0.1.13 |
| 1121 | 2026-05-20T04:05:19.779Z | Downloaded bitflags v2.11.1 |
| 1122 | 2026-05-20T04:05:19.779Z | Downloaded memoffset v0.9.1 |
| 1123 | 2026-05-20T04:05:19.779Z | Downloaded num v0.4.3 |
| 1124 | 2026-05-20T04:05:19.779Z | Downloaded natord v1.0.9 |
| 1125 | 2026-05-20T04:05:19.779Z | Downloaded crc32fast v1.5.0 |
| 1126 | 2026-05-20T04:05:19.780Z | Downloaded ahash v0.8.12 |
| 1127 | 2026-05-20T04:05:19.780Z | Downloaded hyper-rustls v0.27.9 |
| 1128 | 2026-05-20T04:05:19.780Z | Downloaded foldhash v0.1.5 |
| 1129 | 2026-05-20T04:05:19.784Z | Downloaded managed v0.8.0 |
| 1130 | 2026-05-20T04:05:19.784Z | Downloaded ingot v0.1.1 |
| 1131 | 2026-05-20T04:05:19.784Z | Downloaded newline-converter v0.3.0 |
| 1132 | 2026-05-20T04:05:19.784Z | Downloaded num-conv v0.2.1 |
| 1133 | 2026-05-20T04:05:19.784Z | Downloaded ipnetwork v0.21.1 |
| 1134 | 2026-05-20T04:05:19.784Z | Downloaded bit-vec v0.8.0 |
| 1135 | 2026-05-20T04:05:19.785Z | Downloaded no-std-compat v0.4.1 |
| 1136 | 2026-05-20T04:05:19.785Z | Downloaded lru-slab v0.1.2 |
| 1137 | 2026-05-20T04:05:19.785Z | Downloaded mime v0.3.17 |
| 1138 | 2026-05-20T04:05:19.785Z | Downloaded bcs v0.1.6 |
| 1139 | 2026-05-20T04:05:19.785Z | Downloaded erased-serde v0.3.31 |
| 1140 | 2026-05-20T04:05:19.785Z | Downloaded foldhash v0.2.0 |
| 1141 | 2026-05-20T04:05:19.785Z | Downloaded bytes v1.11.1 |
| 1142 | 2026-05-20T04:05:19.785Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1143 | 2026-05-20T04:05:19.785Z | Downloaded num-derive v0.4.2 |
| 1144 | 2026-05-20T04:05:19.785Z | Downloaded memmap v0.7.0 |
| 1145 | 2026-05-20T04:05:19.785Z | Downloaded lru-cache v0.1.2 |
| 1146 | 2026-05-20T04:05:19.785Z | Downloaded libsw v3.5.0 |
| 1147 | 2026-05-20T04:05:19.785Z | Downloaded futures-channel v0.3.32 |
| 1148 | 2026-05-20T04:05:19.785Z | Downloaded heapless v0.8.0 |
| 1149 | 2026-05-20T04:05:19.785Z | Downloaded crossbeam-epoch v0.9.18 |
| 1150 | 2026-05-20T04:05:19.785Z | Downloaded openssl-macros v0.1.1 |
| 1151 | 2026-05-20T04:05:19.785Z | Downloaded omicron-workspace-hack v0.1.0 |
| 1152 | 2026-05-20T04:05:19.785Z | Downloaded num_threads v0.1.7 |
| 1153 | 2026-05-20T04:05:19.785Z | Downloaded macaddr v1.0.1 |
| 1154 | 2026-05-20T04:05:19.785Z | Downloaded libsw-core v0.3.2 |
| 1155 | 2026-05-20T04:05:19.785Z | Downloaded hashbrown v0.12.3 |
| 1156 | 2026-05-20T04:05:19.785Z | Downloaded linear-map v1.2.0 |
| 1157 | 2026-05-20T04:05:19.785Z | Downloaded jobserver v0.1.34 |
| 1158 | 2026-05-20T04:05:19.785Z | Downloaded olpc-cjson v0.1.4 |
| 1159 | 2026-05-20T04:05:19.785Z | Downloaded openssl-probe v0.2.1 |
| 1160 | 2026-05-20T04:05:19.785Z | Downloaded num-iter v0.1.45 |
| 1161 | 2026-05-20T04:05:19.785Z | Downloaded ingot-types v0.1.2 |
| 1162 | 2026-05-20T04:05:19.785Z | Downloaded cookie v0.18.1 |
| 1163 | 2026-05-20T04:05:19.785Z | Downloaded clap_derive v4.6.1 |
| 1164 | 2026-05-20T04:05:19.785Z | Downloaded hmac v0.12.1 |
| 1165 | 2026-05-20T04:05:19.785Z | Downloaded num_enum_derive v0.5.11 |
| 1166 | 2026-05-20T04:05:19.785Z | Downloaded newtype_derive v0.1.6 |
| 1167 | 2026-05-20T04:05:19.785Z | Downloaded colored v3.1.1 |
| 1168 | 2026-05-20T04:05:19.785Z | Downloaded ingot-macros v0.1.1 |
| 1169 | 2026-05-20T04:05:19.785Z | Downloaded fs_extra v1.3.0 |
| 1170 | 2026-05-20T04:05:19.785Z | Downloaded parse-display v0.10.0 |
| 1171 | 2026-05-20T04:05:19.785Z | Downloaded crossbeam-deque v0.8.6 |
| 1172 | 2026-05-20T04:05:19.785Z | Downloaded powerfmt v0.2.0 |
| 1173 | 2026-05-20T04:05:19.786Z | Downloaded phf_shared v0.12.1 |
| 1174 | 2026-05-20T04:05:19.786Z | Downloaded pretty-hex v0.4.2 |
| 1175 | 2026-05-20T04:05:19.786Z | Downloaded ciborium v0.2.2 |
| 1176 | 2026-05-20T04:05:19.786Z | Downloaded num_enum v0.5.11 |
| 1177 | 2026-05-20T04:05:19.786Z | Downloaded percent-encoding v2.3.2 |
| 1178 | 2026-05-20T04:05:19.786Z | Downloaded newtype-uuid v1.3.2 |
| 1179 | 2026-05-20T04:05:19.786Z | Downloaded plain v0.2.3 |
| 1180 | 2026-05-20T04:05:19.786Z | Downloaded num-integer v0.1.46 |
| 1181 | 2026-05-20T04:05:19.786Z | Downloaded multer v3.1.0 |
| 1182 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-client v0.11.2 |
| 1183 | 2026-05-20T04:05:19.786Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1184 | 2026-05-20T04:05:19.786Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1185 | 2026-05-20T04:05:19.786Z | Downloaded darling_core v0.21.3 |
| 1186 | 2026-05-20T04:05:19.786Z | Downloaded crossbeam-utils v0.8.21 |
| 1187 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-client v0.14.0 |
| 1188 | 2026-05-20T04:05:19.786Z | Downloaded num_enum_derive v0.7.6 |
| 1189 | 2026-05-20T04:05:19.786Z | Downloaded num-rational v0.4.2 |
| 1190 | 2026-05-20T04:05:19.786Z | Downloaded ipnet v2.12.0 |
| 1191 | 2026-05-20T04:05:19.786Z | Downloaded opaque-debug v0.3.1 |
| 1192 | 2026-05-20T04:05:19.786Z | Downloaded proc-macro-crate v3.5.0 |
| 1193 | 2026-05-20T04:05:19.786Z | Downloaded proc-macro-crate v1.3.1 |
| 1194 | 2026-05-20T04:05:19.786Z | Downloaded iana-time-zone v0.1.65 |
| 1195 | 2026-05-20T04:05:19.786Z | Downloaded litemap v0.8.2 |
| 1196 | 2026-05-20T04:05:19.786Z | Downloaded darling_core v0.23.0 |
| 1197 | 2026-05-20T04:05:19.786Z | Downloaded lock_api v0.4.14 |
| 1198 | 2026-05-20T04:05:19.786Z | Downloaded compression-codecs v0.4.38 |
| 1199 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-macro v0.13.0 |
| 1200 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-macro v0.11.2 |
| 1201 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-macro v0.14.0 |
| 1202 | 2026-05-20T04:05:19.786Z | Downloaded progenitor-macro v0.10.0 |
| 1203 | 2026-05-20T04:05:19.786Z | Downloaded async-compression v0.4.42 |
| 1204 | 2026-05-20T04:05:19.786Z | Downloaded rand_chacha v0.3.1 |
| 1205 | 2026-05-20T04:05:19.786Z | Downloaded quick-error v1.2.3 |
| 1206 | 2026-05-20T04:05:19.786Z | Downloaded parking_lot_core v0.8.6 |
| 1207 | 2026-05-20T04:05:19.786Z | Downloaded phf v0.12.1 |
| 1208 | 2026-05-20T04:05:19.786Z | Downloaded getrandom v0.3.4 |
| 1209 | 2026-05-20T04:05:19.786Z | Downloaded elliptic-curve v0.13.8 |
| 1210 | 2026-05-20T04:05:19.786Z | Downloaded darling v0.21.3 |
| 1211 | 2026-05-20T04:05:19.786Z | Downloaded pin-project-lite v0.2.17 |
| 1212 | 2026-05-20T04:05:19.786Z | Downloaded ref-cast-impl v1.0.25 |
| 1213 | 2026-05-20T04:05:19.787Z | Downloaded ref-cast v1.0.25 |
| 1214 | 2026-05-20T04:05:19.787Z | Downloaded rand_xorshift v0.4.0 |
| 1215 | 2026-05-20T04:05:19.787Z | Downloaded futures v0.3.32 |
| 1216 | 2026-05-20T04:05:19.787Z | Downloaded pin-project-internal v1.1.13 |
| 1217 | 2026-05-20T04:05:19.787Z | Downloaded num_enum v0.7.6 |
| 1218 | 2026-05-20T04:05:19.787Z | Downloaded num-complex v0.4.6 |
| 1219 | 2026-05-20T04:05:19.787Z | Downloaded indexmap v1.9.3 |
| 1220 | 2026-05-20T04:05:19.787Z | Downloaded rustc-hash v2.1.2 |
| 1221 | 2026-05-20T04:05:19.787Z | Downloaded parse-display-derive v0.10.0 |
| 1222 | 2026-05-20T04:05:19.787Z | Downloaded owo-colors v4.3.0 |
| 1223 | 2026-05-20T04:05:19.787Z | Downloaded once_cell v1.21.4 |
| 1224 | 2026-05-20T04:05:19.787Z | Downloaded rustc_version v0.4.1 |
| 1225 | 2026-05-20T04:05:19.787Z | Downloaded progenitor v0.11.2 |
| 1226 | 2026-05-20T04:05:19.787Z | Downloaded rustc_version v0.1.7 |
| 1227 | 2026-05-20T04:05:19.787Z | Downloaded base64 v0.22.1 |
| 1228 | 2026-05-20T04:05:19.787Z | Downloaded same-file v1.0.6 |
| 1229 | 2026-05-20T04:05:19.793Z | Downloaded hickory-resolver v0.24.4 |
| 1230 | 2026-05-20T04:05:19.793Z | Downloaded progenitor-extras v0.2.0 |
| 1231 | 2026-05-20T04:05:19.793Z | Downloaded progenitor v0.14.0 |
| 1232 | 2026-05-20T04:05:19.793Z | Downloaded progenitor-client v0.13.0 |
| 1233 | 2026-05-20T04:05:19.793Z | Downloaded progenitor v0.13.0 |
| 1234 | 2026-05-20T04:05:19.793Z | Downloaded proc-macro-error2 v2.0.1 |
| 1235 | 2026-05-20T04:05:19.793Z | Downloaded paste v1.0.15 |
| 1236 | 2026-05-20T04:05:19.793Z | Downloaded icu_provider v2.2.0 |
| 1237 | 2026-05-20T04:05:19.793Z | Downloaded oxnet v0.1.5 |
| 1238 | 2026-05-20T04:05:19.793Z | Downloaded progenitor v0.10.0 |
| 1239 | 2026-05-20T04:05:19.793Z | Downloaded progenitor-client v0.10.0 |
| 1240 | 2026-05-20T04:05:19.793Z | Downloaded ppv-lite86 v0.2.21 |
| 1241 | 2026-05-20T04:05:19.793Z | Downloaded poly1305 v0.8.0 |
| 1242 | 2026-05-20T04:05:19.794Z | Downloaded quote v1.0.45 |
| 1243 | 2026-05-20T04:05:19.794Z | Downloaded secrecy v0.10.3 |
| 1244 | 2026-05-20T04:05:19.794Z | Downloaded semver v0.1.20 |
| 1245 | 2026-05-20T04:05:19.794Z | Downloaded chacha20poly1305 v0.10.1 |
| 1246 | 2026-05-20T04:05:19.794Z | Downloaded parking_lot_core v0.9.12 |
| 1247 | 2026-05-20T04:05:19.794Z | Downloaded pest_generator v2.8.6 |
| 1248 | 2026-05-20T04:05:19.794Z | Downloaded icu_normalizer v2.2.0 |
| 1249 | 2026-05-20T04:05:19.794Z | Downloaded scopeguard v1.2.0 |
| 1250 | 2026-05-20T04:05:19.794Z | Downloaded rand_core v0.10.1 |
| 1251 | 2026-05-20T04:05:19.794Z | Downloaded rand_core v0.9.5 |
| 1252 | 2026-05-20T04:05:19.794Z | Downloaded postcard v1.1.3 |
| 1253 | 2026-05-20T04:05:19.794Z | Downloaded serde-big-array v0.5.1 |
| 1254 | 2026-05-20T04:05:19.798Z | Downloaded serde_repr v0.1.20 |
| 1255 | 2026-05-20T04:05:19.798Z | Downloaded rand_chacha v0.9.0 |
| 1256 | 2026-05-20T04:05:19.798Z | Downloaded getrandom v0.4.2 |
| 1257 | 2026-05-20T04:05:19.798Z | Downloaded resolv-conf v0.7.6 |
| 1258 | 2026-05-20T04:05:19.803Z | Downloaded parking_lot v0.11.2 |
| 1259 | 2026-05-20T04:05:19.803Z | Downloaded allocator-api2 v0.2.21 |
| 1260 | 2026-05-20T04:05:19.805Z | Downloaded oxide-tokio-rt v0.1.6 |
| 1261 | 2026-05-20T04:05:19.805Z | Downloaded serde_urlencoded v0.7.1 |
| 1262 | 2026-05-20T04:05:19.805Z | Downloaded serde_plain v1.0.2 |
| 1263 | 2026-05-20T04:05:19.808Z | Downloaded serde_spanned v1.1.1 |
| 1264 | 2026-05-20T04:05:19.808Z | Downloaded num-traits v0.2.19 |
| 1265 | 2026-05-20T04:05:19.812Z | Downloaded serde_spanned v0.6.9 |
| 1266 | 2026-05-20T04:05:19.812Z | Downloaded icu_normalizer_data v2.2.0 |
| 1267 | 2026-05-20T04:05:19.814Z | Downloaded parking_lot v0.12.5 |
| 1268 | 2026-05-20T04:05:19.814Z | Downloaded base64 v0.21.7 |
| 1269 | 2026-05-20T04:05:19.817Z | Downloaded scroll_derive v0.13.1 |
| 1270 | 2026-05-20T04:05:19.820Z | Downloaded rustversion v1.0.22 |
| 1271 | 2026-05-20T04:05:19.820Z | Downloaded rustls-native-certs v0.8.3 |
| 1272 | 2026-05-20T04:05:19.823Z | Downloaded sha1 v0.10.6 |
| 1273 | 2026-05-20T04:05:19.823Z | Downloaded scroll_derive v0.12.1 |
| 1274 | 2026-05-20T04:05:19.825Z | Downloaded slog-bunyan v2.5.0 |
| 1275 | 2026-05-20T04:05:19.825Z | Downloaded sigpipe v0.1.3 |
| 1276 | 2026-05-20T04:05:19.828Z | Downloaded memmap2 v0.9.10 |
| 1277 | 2026-05-20T04:05:19.828Z | Downloaded crossbeam-channel v0.5.15 |
| 1278 | 2026-05-20T04:05:19.830Z | Downloaded icu_locale_core v2.2.0 |
| 1279 | 2026-05-20T04:05:19.835Z | Downloaded rustls-pemfile v2.2.0 |
| 1280 | 2026-05-20T04:05:19.838Z | Downloaded siphasher v1.0.3 |
| 1281 | 2026-05-20T04:05:19.838Z | Downloaded proc-macro-error v1.0.4 |
| 1282 | 2026-05-20T04:05:19.841Z | Downloaded pest_derive v2.8.6 |
| 1283 | 2026-05-20T04:05:19.841Z | Downloaded papergrid v0.11.0 |
| 1284 | 2026-05-20T04:05:19.844Z | Downloaded scroll v0.13.0 |
| 1285 | 2026-05-20T04:05:19.846Z | Downloaded schemars_derive v0.8.22 |
| 1286 | 2026-05-20T04:05:19.846Z | Downloaded rand_core v0.6.4 |
| 1287 | 2026-05-20T04:05:19.849Z | Downloaded pin-project v1.1.13 |
| 1288 | 2026-05-20T04:05:19.854Z | Downloaded miniz_oxide v0.8.9 |
| 1289 | 2026-05-20T04:05:19.856Z | Downloaded smawk v0.3.2 |
| 1290 | 2026-05-20T04:05:19.860Z | Downloaded slog-envlogger v2.2.0 |
| 1291 | 2026-05-20T04:05:19.860Z | Downloaded flate2 v1.1.9 |
| 1292 | 2026-05-20T04:05:19.863Z | Downloaded jiff-static v0.2.24 |
| 1293 | 2026-05-20T04:05:19.863Z | Downloaded structmeta v0.3.0 |
| 1294 | 2026-05-20T04:05:19.866Z | Downloaded strsim v0.11.1 |
| 1295 | 2026-05-20T04:05:19.866Z | Downloaded stable_deref_trait v1.2.1 |
| 1296 | 2026-05-20T04:05:19.866Z | Downloaded serde_path_to_error v0.1.20 |
| 1297 | 2026-05-20T04:05:19.870Z | Downloaded rhai_codegen v3.1.0 |
| 1298 | 2026-05-20T04:05:19.872Z | Downloaded indicatif v0.18.4 |
| 1299 | 2026-05-20T04:05:19.875Z | Downloaded strum v0.27.2 |
| 1300 | 2026-05-20T04:05:19.878Z | Downloaded strum v0.26.3 |
| 1301 | 2026-05-20T04:05:19.878Z | Downloaded sync_wrapper v1.0.2 |
| 1302 | 2026-05-20T04:05:19.879Z | Downloaded tabled_derive v0.7.0 |
| 1303 | 2026-05-20T04:05:19.879Z | Downloaded swrite v0.1.0 |
| 1304 | 2026-05-20T04:05:19.881Z | Downloaded termtree v0.5.1 |
| 1305 | 2026-05-20T04:05:19.881Z | Downloaded supports-color v3.0.2 |
| 1306 | 2026-05-20T04:05:19.881Z | Downloaded dropshot-api-manager v0.7.1 |
| 1307 | 2026-05-20T04:05:19.884Z | Downloaded simd-adler32 v0.3.9 |
| 1308 | 2026-05-20T04:05:19.887Z | Downloaded serde_derive_internals v0.29.1 |
| 1309 | 2026-05-20T04:05:19.887Z | Downloaded hickory-resolver v0.25.2 |
| 1310 | 2026-05-20T04:05:19.889Z | Downloaded rustls-pki-types v1.14.1 |
| 1311 | 2026-05-20T04:05:19.892Z | Downloaded subtle v2.6.1 |
| 1312 | 2026-05-20T04:05:19.892Z | Downloaded structmeta-derive v0.3.0 |
| 1313 | 2026-05-20T04:05:19.892Z | Downloaded sha2 v0.10.9 |
| 1314 | 2026-05-20T04:05:19.895Z | Downloaded tagptr v0.2.0 |
| 1315 | 2026-05-20T04:05:19.895Z | Downloaded slog-dtrace v0.3.0 |
| 1316 | 2026-05-20T04:05:19.897Z | Downloaded tabwriter v1.4.1 |
| 1317 | 2026-05-20T04:05:19.897Z | Downloaded terminal_size v0.4.4 |
| 1318 | 2026-05-20T04:05:19.900Z | Downloaded tabled_derive v0.11.0 |
| 1319 | 2026-05-20T04:05:19.900Z | Downloaded slog-async v2.8.0 |
| 1320 | 2026-05-20T04:05:19.900Z | Downloaded signal-hook-registry v1.4.8 |
| 1321 | 2026-05-20T04:05:19.903Z | Downloaded shlex v1.3.0 |
| 1322 | 2026-05-20T04:05:19.903Z | Downloaded expectorate v1.2.0 |
| 1323 | 2026-05-20T04:05:19.906Z | Downloaded progenitor-impl v0.10.0 |
| 1324 | 2026-05-20T04:05:19.906Z | Downloaded proc-macro2 v1.0.106 |
| 1325 | 2026-05-20T04:05:19.927Z | Downloaded minimal-lexical v0.2.1 |
| 1326 | 2026-05-20T04:05:19.928Z | Downloaded testing_table v0.3.0 |
| 1327 | 2026-05-20T04:05:19.928Z | Downloaded take_mut v0.2.2 |
| 1328 | 2026-05-20T04:05:19.928Z | Downloaded progenitor-impl v0.14.0 |
| 1329 | 2026-05-20T04:05:19.928Z | Downloaded thread-id v5.1.0 |
| 1330 | 2026-05-20T04:05:19.928Z | Downloaded thread-id v4.2.2 |
| 1331 | 2026-05-20T04:05:19.928Z | Downloaded smf v0.2.3 |
| 1332 | 2026-05-20T04:05:19.928Z | Downloaded slog-stdlog v4.1.1 |
| 1333 | 2026-05-20T04:05:19.928Z | Downloaded slog-json v2.6.1 |
| 1334 | 2026-05-20T04:05:19.928Z | Downloaded slab v0.4.12 |
| 1335 | 2026-05-20T04:05:19.928Z | Downloaded progenitor-impl v0.13.0 |
| 1336 | 2026-05-20T04:05:19.928Z | Downloaded konst v0.2.20 |
| 1337 | 2026-05-20T04:05:19.933Z | Downloaded spin v0.5.2 |
| 1338 | 2026-05-20T04:05:19.933Z | Downloaded scroll v0.12.0 |
| 1339 | 2026-05-20T04:05:19.933Z | Downloaded const_format v0.2.36 |
| 1340 | 2026-05-20T04:05:19.933Z | Downloaded slog-scope v4.4.1 |
| 1341 | 2026-05-20T04:05:19.933Z | Downloaded quinn-udp v0.5.14 |
| 1342 | 2026-05-20T04:05:19.933Z | Downloaded smartstring v1.0.1 |
| 1343 | 2026-05-20T04:05:19.937Z | Downloaded strum_macros v0.26.4 |
| 1344 | 2026-05-20T04:05:19.937Z | Downloaded slog-term v2.9.2 |
| 1345 | 2026-05-20T04:05:19.937Z | Downloaded static_assertions v1.1.0 |
| 1346 | 2026-05-20T04:05:19.942Z | Downloaded semver v1.0.28 |
| 1347 | 2026-05-20T04:05:19.942Z | Downloaded log v0.4.29 |
| 1348 | 2026-05-20T04:05:19.942Z | Downloaded arc-swap v1.9.1 |
| 1349 | 2026-05-20T04:05:19.947Z | Downloaded icu_properties v2.2.0 |
| 1350 | 2026-05-20T04:05:19.947Z | Downloaded potential_utf v0.1.5 |
| 1351 | 2026-05-20T04:05:19.947Z | Downloaded serde_tokenstream v0.2.3 |
| 1352 | 2026-05-20T04:05:19.949Z | Downloaded prettyplease v0.2.37 |
| 1353 | 2026-05-20T04:05:19.949Z | Downloaded strum_macros v0.27.2 |
| 1354 | 2026-05-20T04:05:19.950Z | Downloaded time-core v0.1.8 |
| 1355 | 2026-05-20T04:05:19.952Z | Downloaded pkg-config v0.3.33 |
| 1356 | 2026-05-20T04:05:19.952Z | Downloaded tokio-macros v2.7.0 |
| 1357 | 2026-05-20T04:05:19.952Z | Downloaded tinyvec_macros v0.1.1 |
| 1358 | 2026-05-20T04:05:19.958Z | Downloaded pem v3.0.6 |
| 1359 | 2026-05-20T04:05:19.958Z | Downloaded crypto-bigint v0.5.5 |
| 1360 | 2026-05-20T04:05:19.961Z | Downloaded memchr v2.8.0 |
| 1361 | 2026-05-20T04:05:19.961Z | Downloaded schemars v0.8.22 |
| 1362 | 2026-05-20T04:05:19.967Z | Downloaded serde_with_macros v3.20.0 |
| 1363 | 2026-05-20T04:05:19.969Z | Downloaded rustls-platform-verifier v0.7.0 |
| 1364 | 2026-05-20T04:05:19.972Z | Downloaded ryu v1.0.23 |
| 1365 | 2026-05-20T04:05:19.975Z | Downloaded clap v4.6.1 |
| 1366 | 2026-05-20T04:05:19.978Z | Downloaded progenitor-impl v0.11.2 |
| 1367 | 2026-05-20T04:05:19.980Z | Downloaded papergrid v0.17.0 |
| 1368 | 2026-05-20T04:05:19.985Z | Downloaded smallvec v1.15.1 |
| 1369 | 2026-05-20T04:05:19.988Z | Downloaded tower-layer v0.3.3 |
| 1370 | 2026-05-20T04:05:19.988Z | Downloaded rusty-fork v0.3.1 |
| 1371 | 2026-05-20T04:05:19.988Z | Downloaded indexmap v2.14.0 |
| 1372 | 2026-05-20T04:05:19.990Z | Downloaded try-lock v0.2.5 |
| 1373 | 2026-05-20T04:05:19.990Z | Downloaded tower-service v0.3.3 |
| 1374 | 2026-05-20T04:05:19.990Z | Downloaded password-hash v0.5.0 |
| 1375 | 2026-05-20T04:05:19.993Z | Downloaded thiserror-no-std v2.0.2 |
| 1376 | 2026-05-20T04:05:19.994Z | Downloaded typeid v1.0.3 |
| 1377 | 2026-05-20T04:05:19.996Z | Downloaded thiserror-impl v1.0.69 |
| 1378 | 2026-05-20T04:05:19.996Z | Downloaded pest_meta v2.8.6 |
| 1379 | 2026-05-20T04:05:19.996Z | Downloaded thiserror v2.0.18 |
| 1380 | 2026-05-20T04:05:19.999Z | Downloaded openssl-sys v0.9.116 |
| 1381 | 2026-05-20T04:05:20.002Z | Downloaded thiserror v1.0.69 |
| 1382 | 2026-05-20T04:05:20.008Z | Downloaded typify-macro v0.6.2 |
| 1383 | 2026-05-20T04:05:20.010Z | Downloaded unarray v0.1.4 |
| 1384 | 2026-05-20T04:05:20.010Z | Downloaded thread_local v1.1.9 |
| 1385 | 2026-05-20T04:05:20.011Z | Downloaded universal-hash v0.5.1 |
| 1386 | 2026-05-20T04:05:20.011Z | Downloaded dropshot v0.17.0 |
| 1387 | 2026-05-20T04:05:20.020Z | Downloaded usdt-macro v0.5.0 |
| 1388 | 2026-05-20T04:05:20.023Z | Downloaded usdt-attr-macro v0.6.0 |
| 1389 | 2026-05-20T04:05:20.023Z | Downloaded usdt v0.5.0 |
| 1390 | 2026-05-20T04:05:20.023Z | Downloaded tokio-rustls v0.25.0 |
| 1391 | 2026-05-20T04:05:20.026Z | Downloaded mio v1.2.0 |
| 1392 | 2026-05-20T04:05:20.029Z | Downloaded tinystr v0.8.3 |
| 1393 | 2026-05-20T04:05:20.029Z | Downloaded untrusted v0.9.0 |
| 1394 | 2026-05-20T04:05:20.029Z | Downloaded tokio-dtrace v0.1.1 |
| 1395 | 2026-05-20T04:05:20.032Z | Downloaded usdt-macro v0.6.0 |
| 1396 | 2026-05-20T04:05:20.032Z | Downloaded usdt-attr-macro v0.5.0 |
| 1397 | 2026-05-20T04:05:20.032Z | Downloaded usdt v0.6.0 |
| 1398 | 2026-05-20T04:05:20.032Z | Downloaded untrusted v0.7.1 |
| 1399 | 2026-05-20T04:05:20.034Z | Downloaded unit-prefix v0.5.2 |
| 1400 | 2026-05-20T04:05:20.035Z | Downloaded unicode-xid v0.2.6 |
| 1401 | 2026-05-20T04:05:20.035Z | Downloaded toml_datetime v0.6.11 |
| 1402 | 2026-05-20T04:05:20.037Z | Downloaded serde_derive v1.0.228 |
| 1403 | 2026-05-20T04:05:20.038Z | Downloaded version_check v0.9.5 |
| 1404 | 2026-05-20T04:05:20.038Z | Downloaded thin-vec v0.2.18 |
| 1405 | 2026-05-20T04:05:20.040Z | Downloaded qorb v0.4.1 |
| 1406 | 2026-05-20T04:05:20.045Z | Downloaded cc v1.2.62 |
| 1407 | 2026-05-20T04:05:20.045Z | Downloaded toml_write v0.1.2 |
| 1408 | 2026-05-20T04:05:20.050Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1409 | 2026-05-20T04:05:20.051Z | Downloaded quinn v0.11.9 |
| 1410 | 2026-05-20T04:05:20.058Z | Downloaded tiny-keccak v2.0.2 |
| 1411 | 2026-05-20T04:05:20.058Z | Downloaded utf8parse v0.2.2 |
| 1412 | 2026-05-20T04:05:20.058Z | Downloaded want v0.3.1 |
| 1413 | 2026-05-20T04:05:20.058Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1414 | 2026-05-20T04:05:20.058Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1415 | 2026-05-20T04:05:20.058Z | Downloaded icu_collections v2.2.0 |
| 1416 | 2026-05-20T04:05:20.064Z | Downloaded thiserror-impl v2.0.18 |
| 1417 | 2026-05-20T04:05:20.064Z | Downloaded socket2 v0.6.3 |
| 1418 | 2026-05-20T04:05:20.064Z | Downloaded tempfile v3.27.0 |
| 1419 | 2026-05-20T04:05:20.064Z | Downloaded utf-8 v0.7.6 |
| 1420 | 2026-05-20T04:05:20.064Z | Downloaded time-macros v0.2.27 |
| 1421 | 2026-05-20T04:05:20.067Z | Downloaded synstructure v0.13.2 |
| 1422 | 2026-05-20T04:05:20.067Z | Downloaded wait-timeout v0.2.1 |
| 1423 | 2026-05-20T04:05:20.067Z | Downloaded waitgroup v0.1.2 |
| 1424 | 2026-05-20T04:05:20.067Z | Downloaded serde_core v1.0.228 |
| 1425 | 2026-05-20T04:05:20.067Z | Downloaded term v1.2.1 |
| 1426 | 2026-05-20T04:05:20.070Z | Downloaded rand v0.8.6 |
| 1427 | 2026-05-20T04:05:20.070Z | Downloaded spin v0.9.8 |
| 1428 | 2026-05-20T04:05:20.073Z | Downloaded snafu-derive v0.8.9 |
| 1429 | 2026-05-20T04:05:20.074Z | Downloaded schemars v0.9.0 |
| 1430 | 2026-05-20T04:05:20.078Z | Downloaded rayon-core v1.13.0 |
| 1431 | 2026-05-20T04:05:20.081Z | Downloaded yoke-derive v0.8.2 |
| 1432 | 2026-05-20T04:05:20.084Z | Downloaded clap_builder v4.6.0 |
| 1433 | 2026-05-20T04:05:20.086Z | Downloaded hashbrown v0.16.1 |
| 1434 | 2026-05-20T04:05:20.089Z | Downloaded typify-macro v0.4.3 |
| 1435 | 2026-05-20T04:05:20.089Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1436 | 2026-05-20T04:05:20.093Z | Downloaded hyper-util v0.1.20 |
| 1437 | 2026-05-20T04:05:20.096Z | Downloaded tokio-stream v0.1.18 |
| 1438 | 2026-05-20T04:05:20.096Z | Downloaded utf8_iter v1.0.4 |
| 1439 | 2026-05-20T04:05:20.096Z | Downloaded tokio-tungstenite v0.21.0 |
| 1440 | 2026-05-20T04:05:20.099Z | Downloaded test-strategy v0.4.5 |
| 1441 | 2026-05-20T04:05:20.099Z | Downloaded zone_cfg_derive v0.3.1 |
| 1442 | 2026-05-20T04:05:20.102Z | Downloaded usdt-impl v0.6.0 |
| 1443 | 2026-05-20T04:05:20.102Z | Downloaded toml v0.8.23 |
| 1444 | 2026-05-20T04:05:20.102Z | Downloaded zeroize_derive v1.4.3 |
| 1445 | 2026-05-20T04:05:20.105Z | Downloaded zone v0.3.1 |
| 1446 | 2026-05-20T04:05:20.105Z | Downloaded zerofrom v0.1.8 |
| 1447 | 2026-05-20T04:05:20.105Z | Downloaded zerofrom-derive v0.1.7 |
| 1448 | 2026-05-20T04:05:20.105Z | Downloaded slog v2.8.2 |
| 1449 | 2026-05-20T04:05:20.108Z | Downloaded vsss-rs v3.3.4 |
| 1450 | 2026-05-20T04:05:20.108Z | Downloaded similar v2.7.0 |
| 1451 | 2026-05-20T04:05:20.111Z | Downloaded usdt-impl v0.5.0 |
| 1452 | 2026-05-20T04:05:20.114Z | Downloaded rustls-webpki v0.103.13 |
| 1453 | 2026-05-20T04:05:20.114Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1454 | 2026-05-20T04:05:20.116Z | Downloaded tokio-rustls v0.26.4 |
| 1455 | 2026-05-20T04:05:20.116Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1456 | 2026-05-20T04:05:20.119Z | Downloaded http v1.4.0 |
| 1457 | 2026-05-20T04:05:20.119Z | Downloaded find-msvc-tools v0.1.9 |
| 1458 | 2026-05-20T04:05:20.122Z | Downloaded blake2 v0.10.6 |
| 1459 | 2026-05-20T04:05:20.122Z | Downloaded tracing-attributes v0.1.31 |
| 1460 | 2026-05-20T04:05:20.125Z | Downloaded whoami v1.6.1 |
| 1461 | 2026-05-20T04:05:20.125Z | Downloaded fixedbitset v0.5.7 |
| 1462 | 2026-05-20T04:05:20.127Z | Downloaded ff v0.13.1 |
| 1463 | 2026-05-20T04:05:20.127Z | Downloaded chacha20 v0.9.1 |
| 1464 | 2026-05-20T04:05:20.127Z | Downloaded hubpack_derive v0.1.1 |
| 1465 | 2026-05-20T04:05:20.127Z | Downloaded glob v0.3.3 |
| 1466 | 2026-05-20T04:05:20.130Z | Downloaded enum-as-inner v0.6.1 |
| 1467 | 2026-05-20T04:05:20.130Z | Downloaded match_cfg v0.1.0 |
| 1468 | 2026-05-20T04:05:20.130Z | Downloaded libscf-sys v1.2.0 |
| 1469 | 2026-05-20T04:05:20.130Z | Downloaded walkdir v2.5.0 |
| 1470 | 2026-05-20T04:05:20.133Z | Downloaded keccak v0.1.6 |
| 1471 | 2026-05-20T04:05:20.133Z | Downloaded byte-wrapper v0.1.0 |
| 1472 | 2026-05-20T04:05:20.135Z | Downloaded snafu v0.8.9 |
| 1473 | 2026-05-20T04:05:20.138Z | Downloaded unicode-linebreak v0.1.5 |
| 1474 | 2026-05-20T04:05:20.138Z | Downloaded ucd-trie v0.1.7 |
| 1475 | 2026-05-20T04:05:20.138Z | Downloaded writeable v0.6.3 |
| 1476 | 2026-05-20T04:05:20.141Z | Downloaded tinyvec v1.11.0 |
| 1477 | 2026-05-20T04:05:20.141Z | Downloaded serde v1.0.228 |
| 1478 | 2026-05-20T04:05:20.144Z | Downloaded nom v7.1.3 |
| 1479 | 2026-05-20T04:05:20.147Z | Downloaded zeroize v1.8.2 |
| 1480 | 2026-05-20T04:05:20.150Z | Downloaded iddqd v0.3.18 |
| 1481 | 2026-05-20T04:05:20.150Z | Downloaded base64ct v1.8.3 |
| 1482 | 2026-05-20T04:05:20.153Z | Downloaded itertools v0.12.1 |
| 1483 | 2026-05-20T04:05:20.156Z | Downloaded textwrap v0.16.2 |
| 1484 | 2026-05-20T04:05:20.159Z | Downloaded idna v1.1.0 |
| 1485 | 2026-05-20T04:05:20.159Z | Downloaded cobs v0.3.0 |
| 1486 | 2026-05-20T04:05:20.162Z | Downloaded aead v0.5.2 |
| 1487 | 2026-05-20T04:05:20.162Z | Downloaded darling v0.23.0 |
| 1488 | 2026-05-20T04:05:20.165Z | Downloaded zerovec-derive v0.11.3 |
| 1489 | 2026-05-20T04:05:20.165Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1490 | 2026-05-20T04:05:20.167Z | Downloaded aho-corasick v1.1.4 |
| 1491 | 2026-05-20T04:05:20.170Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1492 | 2026-05-20T04:05:20.173Z | Downloaded tungstenite v0.21.0 |
| 1493 | 2026-05-20T04:05:20.173Z | Downloaded cancel-safe-futures v0.1.5 |
| 1494 | 2026-05-20T04:05:20.176Z | Downloaded yoke v0.8.2 |
| 1495 | 2026-05-20T04:05:20.176Z | Downloaded rand v0.10.1 |
| 1496 | 2026-05-20T04:05:20.180Z | Downloaded unicode-ident v1.0.24 |
| 1497 | 2026-05-20T04:05:20.185Z | Downloaded typify v0.6.2 |
| 1498 | 2026-05-20T04:05:20.185Z | Downloaded xz2 v0.1.7 |
| 1499 | 2026-05-20T04:05:20.185Z | Downloaded unsafe-libyaml v0.2.11 |
| 1500 | 2026-05-20T04:05:20.188Z | Downloaded pest v2.8.6 |
| 1501 | 2026-05-20T04:05:20.188Z | Downloaded steno v0.4.1 |
| 1502 | 2026-05-20T04:05:20.191Z | Downloaded hkdf v0.12.4 |
| 1503 | 2026-05-20T04:05:20.191Z | Downloaded h2 v0.4.14 |
| 1504 | 2026-05-20T04:05:20.194Z | Downloaded hashbrown v0.15.5 |
| 1505 | 2026-05-20T04:05:20.198Z | Downloaded zerocopy-derive v0.7.35 |
| 1506 | 2026-05-20T04:05:20.203Z | Downloaded typify v0.4.3 |
| 1507 | 2026-05-20T04:05:20.208Z | Downloaded nom v8.0.0 |
| 1508 | 2026-05-20T04:05:20.208Z | Downloaded cargo_toml v0.22.3 |
| 1509 | 2026-05-20T04:05:20.208Z | Downloaded httpdate v1.0.3 |
| 1510 | 2026-05-20T04:05:20.208Z | Downloaded clap_lex v1.1.0 |
| 1511 | 2026-05-20T04:05:20.208Z | Downloaded zmij v1.0.21 |
| 1512 | 2026-05-20T04:05:20.215Z | Downloaded libm v0.2.16 |
| 1513 | 2026-05-20T04:05:20.218Z | Downloaded uuid v1.23.1 |
| 1514 | 2026-05-20T04:05:20.218Z | Downloaded tracing-core v0.1.36 |
| 1515 | 2026-05-20T04:05:20.218Z | Downloaded toml_edit v0.25.11+spec-1.1.0 |
| 1516 | 2026-05-20T04:05:20.220Z | Downloaded itertools v0.14.0 |
| 1517 | 2026-05-20T04:05:20.224Z | Downloaded cipher v0.4.4 |
| 1518 | 2026-05-20T04:05:20.224Z | Downloaded byteorder v1.5.0 |
| 1519 | 2026-05-20T04:05:20.224Z | Downloaded goblin v0.8.2 |
| 1520 | 2026-05-20T04:05:20.227Z | Downloaded rand v0.9.4 |
| 1521 | 2026-05-20T04:05:20.232Z | Downloaded anstyle-parse v1.0.0 |
| 1522 | 2026-05-20T04:05:20.232Z | Downloaded icu_properties_data v2.2.0 |
| 1523 | 2026-05-20T04:05:20.235Z | Downloaded futures-util v0.3.32 |
| 1524 | 2026-05-20T04:05:20.242Z | Downloaded toml_edit v0.19.15 |
| 1525 | 2026-05-20T04:05:20.254Z | Downloaded toml_edit v0.22.27 |
| 1526 | 2026-05-20T04:05:20.258Z | Downloaded ron v0.12.1 |
| 1527 | 2026-05-20T04:05:20.258Z | Downloaded hyper v1.9.0 |
| 1528 | 2026-05-20T04:05:20.262Z | Downloaded hashbrown v0.17.1 |
| 1529 | 2026-05-20T04:05:20.265Z | Downloaded schemars v1.2.1 |
| 1530 | 2026-05-20T04:05:20.272Z | Downloaded fnv v1.0.7 |
| 1531 | 2026-05-20T04:05:20.275Z | Downloaded errno v0.3.14 |
| 1532 | 2026-05-20T04:05:20.275Z | Downloaded anstream v1.0.0 |
| 1533 | 2026-05-20T04:05:20.276Z | Downloaded atomicwrites v0.4.4 |
| 1534 | 2026-05-20T04:05:20.276Z | Downloaded url v2.5.8 |
| 1535 | 2026-05-20T04:05:20.278Z | Downloaded futures-macro v0.3.32 |
| 1536 | 2026-05-20T04:05:20.278Z | Downloaded cmake v0.1.58 |
| 1537 | 2026-05-20T04:05:20.278Z | Downloaded anstyle v1.0.14 |
| 1538 | 2026-05-20T04:05:20.281Z | Downloaded const-random v0.1.18 |
| 1539 | 2026-05-20T04:05:20.281Z | Downloaded compression-core v0.4.32 |
| 1540 | 2026-05-20T04:05:20.281Z | Downloaded form_urlencoded v1.2.2 |
| 1541 | 2026-05-20T04:05:20.281Z | Downloaded foreign-types v0.3.2 |
| 1542 | 2026-05-20T04:05:20.281Z | Downloaded equivalent v1.0.2 |
| 1543 | 2026-05-20T04:05:20.286Z | Downloaded cstr-argument v0.1.2 |
| 1544 | 2026-05-20T04:05:20.286Z | Downloaded foreign-types-shared v0.3.1 |
| 1545 | 2026-05-20T04:05:20.286Z | Downloaded base16ct v0.2.0 |
| 1546 | 2026-05-20T04:05:20.286Z | Downloaded async-stream-impl v0.3.6 |
| 1547 | 2026-05-20T04:05:20.286Z | Downloaded defmt-parser v1.0.0 |
| 1548 | 2026-05-20T04:05:20.286Z | Downloaded atomic-waker v1.1.2 |
| 1549 | 2026-05-20T04:05:20.289Z | Downloaded displaydoc v0.2.5 |
| 1550 | 2026-05-20T04:05:20.289Z | Downloaded darling_macro v0.21.3 |
| 1551 | 2026-05-20T04:05:20.289Z | Downloaded colorchoice v1.0.5 |
| 1552 | 2026-05-20T04:05:20.289Z | Downloaded cfg_aliases v0.2.1 |
| 1553 | 2026-05-20T04:05:20.289Z | Downloaded goblin v0.10.5 |
| 1554 | 2026-05-20T04:05:20.292Z | Downloaded anyhow v1.0.102 |
| 1555 | 2026-05-20T04:05:20.295Z | Downloaded derive-where v1.6.1 |
| 1556 | 2026-05-20T04:05:20.298Z | Downloaded async-trait v0.1.89 |
| 1557 | 2026-05-20T04:05:20.300Z | Downloaded derive-ex v0.1.8 |
| 1558 | 2026-05-20T04:05:20.300Z | Downloaded dof v0.3.0 |
| 1559 | 2026-05-20T04:05:20.300Z | Downloaded typenum v1.20.0 |
| 1560 | 2026-05-20T04:05:20.303Z | Downloaded typed-path v0.9.3 |
| 1561 | 2026-05-20T04:05:20.306Z | Downloaded critical-section v1.2.0 |
| 1562 | 2026-05-20T04:05:20.306Z | Downloaded zerocopy-derive v0.8.48 |
| 1563 | 2026-05-20T04:05:20.310Z | Downloaded unicode-segmentation v1.13.2 |
| 1564 | 2026-05-20T04:05:20.312Z | Downloaded bs58 v0.5.1 |
| 1565 | 2026-05-20T04:05:20.315Z | Downloaded argon2 v0.5.3 |
| 1566 | 2026-05-20T04:05:20.315Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 1567 | 2026-05-20T04:05:20.315Z | Downloaded reqwest v0.13.3 |
| 1568 | 2026-05-20T04:05:20.317Z | Downloaded reqwest v0.12.28 |
| 1569 | 2026-05-20T04:05:20.322Z | Downloaded zerotrie v0.2.4 |
| 1570 | 2026-05-20T04:05:20.325Z | Downloaded regex v1.12.3 |
| 1571 | 2026-05-20T04:05:20.327Z | Downloaded fs-err v3.3.0 |
| 1572 | 2026-05-20T04:05:20.327Z | Downloaded debug-ignore v1.0.5 |
| 1573 | 2026-05-20T04:05:20.331Z | Downloaded backoff v0.4.0 |
| 1574 | 2026-05-20T04:05:20.331Z | Downloaded adler2 v2.0.1 |
| 1575 | 2026-05-20T04:05:20.331Z | Downloaded tower v0.5.3 |
| 1576 | 2026-05-20T04:05:20.338Z | Downloaded rayon v1.12.0 |
| 1577 | 2026-05-20T04:05:20.348Z | Downloaded unicode-normalization v0.1.25 |
| 1578 | 2026-05-20T04:05:20.350Z | Downloaded aws-lc-rs v1.17.0 |
| 1579 | 2026-05-20T04:05:20.356Z | Downloaded serde_json v1.0.149 |
| 1580 | 2026-05-20T04:05:20.370Z | Downloaded zerovec v0.11.6 |
| 1581 | 2026-05-20T04:05:20.382Z | Downloaded tower-http v0.6.10 |
| 1582 | 2026-05-20T04:05:20.386Z | Downloaded tokio-util v0.7.18 |
| 1583 | 2026-05-20T04:05:20.390Z | Downloaded serde_with v3.20.0 |
| 1584 | 2026-05-20T04:05:20.397Z | Downloaded chrono v0.4.44 |
| 1585 | 2026-05-20T04:05:20.416Z | Downloaded zerocopy v0.7.35 |
| 1586 | 2026-05-20T04:05:20.423Z | Downloaded rustls-webpki v0.102.8 |
| 1587 | 2026-05-20T04:05:20.433Z | Downloaded portable-atomic v1.13.1 |
| 1588 | 2026-05-20T04:05:20.437Z | Downloaded quinn-proto v0.11.14 |
| 1589 | 2026-05-20T04:05:20.444Z | Downloaded winnow v0.7.15 |
| 1590 | 2026-05-20T04:05:20.453Z | Downloaded tough v0.22.0 |
| 1591 | 2026-05-20T04:05:20.455Z | Downloaded hickory-proto v0.24.4 |
| 1592 | 2026-05-20T04:05:20.458Z | Downloaded moka v0.12.15 |
| 1593 | 2026-05-20T04:05:20.463Z | Downloaded proptest v1.11.0 |
| 1594 | 2026-05-20T04:05:20.476Z | Downloaded winnow v0.5.40 |
| 1595 | 2026-05-20T04:05:20.493Z | Downloaded openssl v0.10.80 |
| 1596 | 2026-05-20T04:05:20.498Z | Downloaded webpki-roots v1.0.7 |
| 1597 | 2026-05-20T04:05:20.501Z | Downloaded tabled v0.15.0 |
| 1598 | 2026-05-20T04:05:20.524Z | Downloaded curve25519-dalek v4.1.3 |
| 1599 | 2026-05-20T04:05:20.528Z | Downloaded unicode-width v0.2.2 |
| 1600 | 2026-05-20T04:05:20.530Z | Downloaded unicode-width v0.1.14 |
| 1601 | 2026-05-20T04:05:20.533Z | Downloaded winnow v1.0.3 |
| 1602 | 2026-05-20T04:05:20.538Z | Downloaded syn v2.0.117 |
| 1603 | 2026-05-20T04:05:20.544Z | Downloaded smoltcp v0.11.0 |
| 1604 | 2026-05-20T04:05:20.551Z | Downloaded time v0.3.47 |
| 1605 | 2026-05-20T04:05:20.559Z | Downloaded hickory-proto v0.25.2 |
| 1606 | 2026-05-20T04:05:20.565Z | Downloaded openapiv3 v2.2.0 |
| 1607 | 2026-05-20T04:05:20.571Z | Downloaded tabled v0.20.0 |
| 1608 | 2026-05-20T04:05:20.580Z | Downloaded regress v0.11.1 |
| 1609 | 2026-05-20T04:05:20.584Z | Downloaded syn v1.0.109 |
| 1610 | 2026-05-20T04:05:20.589Z | Downloaded nix v0.31.3 |
| 1611 | 2026-05-20T04:05:20.595Z | Downloaded vcpkg v0.2.15 |
| 1612 | 2026-05-20T04:05:20.617Z | Downloaded rustls v0.22.4 |
| 1613 | 2026-05-20T04:05:21.031Z | Downloaded rhai v1.24.0 |
| 1614 | 2026-05-20T04:05:21.034Z | Downloaded regress v0.10.5 |
| 1615 | 2026-05-20T04:05:21.034Z | Downloaded regex-syntax v0.8.10 |
| 1616 | 2026-05-20T04:05:21.034Z | Downloaded bstr v1.12.1 |
| 1617 | 2026-05-20T04:05:21.034Z | Downloaded zerocopy v0.8.48 |
| 1618 | 2026-05-20T04:05:21.034Z | Downloaded typify-impl v0.6.2 |
| 1619 | 2026-05-20T04:05:21.034Z | Downloaded rustix v0.38.44 |
| 1620 | 2026-05-20T04:05:21.034Z | Downloaded typify-impl v0.4.3 |
| 1621 | 2026-05-20T04:05:21.034Z | Downloaded rustls v0.23.40 |
| 1622 | 2026-05-20T04:05:21.034Z | Downloaded rustix v1.1.4 |
| 1623 | 2026-05-20T04:05:21.035Z | Downloaded regex-automata v0.4.14 |
| 1624 | 2026-05-20T04:05:21.035Z | Downloaded sled v0.34.7 |
| 1625 | 2026-05-20T04:05:21.035Z | Downloaded jiff v0.2.24 |
| 1626 | 2026-05-20T04:05:21.035Z | Downloaded tracing v0.1.44 |
| 1627 | 2026-05-20T04:05:21.035Z | Downloaded libc v0.2.186 |
| 1628 | 2026-05-20T04:05:21.035Z | Downloaded sha3 v0.10.9 |
| 1629 | 2026-05-20T04:05:21.035Z | Downloaded petgraph v0.6.5 |
| 1630 | 2026-05-20T04:05:21.035Z | Downloaded encoding_rs v0.8.35 |
| 1631 | 2026-05-20T04:05:21.035Z | Downloaded lzma-sys v0.1.20 |
| 1632 | 2026-05-20T04:05:21.035Z | Downloaded chrono-tz v0.10.4 |
| 1633 | 2026-05-20T04:05:21.035Z | Downloaded petgraph v0.8.3 |
| 1634 | 2026-05-20T04:05:21.035Z | Downloaded csv v1.4.0 |
| 1635 | 2026-05-20T04:05:21.035Z | Downloaded ring v0.17.14 |
| 1636 | 2026-05-20T04:05:21.035Z | Downloaded tokio v1.52.3 |
| 1637 | 2026-05-20T04:05:21.492Z | Downloaded aws-lc-sys v0.41.0 |
| 1638 | 2026-05-20T04:05:21.856Z | Compiling proc-macro2 v1.0.106 |
| 1639 | 2026-05-20T04:05:21.856Z | Compiling quote v1.0.45 |
| 1640 | 2026-05-20T04:05:21.856Z | Compiling unicode-ident v1.0.24 |
| 1641 | 2026-05-20T04:05:21.856Z | Compiling serde_core v1.0.228 |
| 1642 | 2026-05-20T04:05:21.856Z | Compiling serde v1.0.228 |
| 1643 | 2026-05-20T04:05:21.859Z | Compiling libc v0.2.186 |
| 1644 | 2026-05-20T04:05:21.859Z | Compiling cfg-if v1.0.4 |
| 1645 | 2026-05-20T04:05:22.561Z | Compiling zmij v1.0.21 |
| 1646 | 2026-05-20T04:05:22.564Z | Compiling autocfg v1.5.0 |
| 1647 | 2026-05-20T04:05:22.564Z | Compiling memchr v2.8.0 |
| 1648 | 2026-05-20T04:05:22.564Z | Compiling libm v0.2.16 |
| 1649 | 2026-05-20T04:05:22.977Z | Compiling itoa v1.0.18 |
| 1650 | 2026-05-20T04:05:22.994Z | Compiling icu_properties_data v2.2.0 |
| 1651 | 2026-05-20T04:05:23.129Z | Compiling icu_normalizer_data v2.2.0 |
| 1652 | 2026-05-20T04:05:23.243Z | Compiling version_check v0.9.5 |
| 1653 | 2026-05-20T04:05:23.272Z | Compiling stable_deref_trait v1.2.1 |
| 1654 | 2026-05-20T04:05:23.457Z | Compiling serde_json v1.0.149 |
| 1655 | 2026-05-20T04:05:23.500Z | Compiling syn v2.0.117 |
| 1656 | 2026-05-20T04:05:23.598Z | Compiling thiserror v2.0.18 |
| 1657 | 2026-05-20T04:05:23.773Z | Compiling writeable v0.6.3 |
| 1658 | 2026-05-20T04:05:23.807Z | Compiling litemap v0.8.2 |
| 1659 | 2026-05-20T04:05:23.824Z | Compiling parking_lot_core v0.9.12 |
| 1660 | 2026-05-20T04:05:23.911Z | Compiling utf8_iter v1.0.4 |
| 1661 | 2026-05-20T04:05:24.031Z | Compiling num-traits v0.2.19 |
| 1662 | 2026-05-20T04:05:24.047Z | Compiling percent-encoding v2.3.2 |
| 1663 | 2026-05-20T04:05:24.201Z | Compiling form_urlencoded v1.2.2 |
| 1664 | 2026-05-20T04:05:24.227Z | Compiling rand_core v0.10.1 |
| 1665 | 2026-05-20T04:05:24.326Z | Compiling getrandom v0.4.2 |
| 1666 | 2026-05-20T04:05:24.394Z | Compiling jobserver v0.1.34 |
| 1667 | 2026-05-20T04:05:24.463Z | Compiling shlex v1.3.0 |
| 1668 | 2026-05-20T04:05:24.479Z | Compiling heck v0.5.0 |
| 1669 | 2026-05-20T04:05:24.668Z | Compiling find-msvc-tools v0.1.9 |
| 1670 | 2026-05-20T04:05:24.803Z | Compiling errno v0.3.14 |
| 1671 | 2026-05-20T04:05:24.924Z | Compiling cc v1.2.62 |
| 1672 | 2026-05-20T04:05:24.973Z | Compiling zerocopy v0.8.48 |
| 1673 | 2026-05-20T04:05:25.004Z | Compiling iana-time-zone v0.1.65 |
| 1674 | 2026-05-20T04:05:25.424Z | Compiling uuid v1.23.1 |
| 1675 | 2026-05-20T04:05:25.441Z | Compiling semver v1.0.28 |
| 1676 | 2026-05-20T04:05:25.728Z | Compiling getrandom v0.2.17 |
| 1677 | 2026-05-20T04:05:25.900Z | Compiling schemars v0.8.22 |
| 1678 | 2026-05-20T04:05:25.967Z | Compiling dyn-clone v1.0.20 |
| 1679 | 2026-05-20T04:05:26.041Z | Compiling pin-project-lite v0.2.17 |
| 1680 | 2026-05-20T04:05:26.066Z | Compiling rustversion v1.0.22 |
| 1681 | 2026-05-20T04:05:26.107Z | Compiling scopeguard v1.2.0 |
| 1682 | 2026-05-20T04:05:26.187Z | Compiling socket2 v0.6.3 |
| 1683 | 2026-05-20T04:05:26.206Z | Compiling lock_api v0.4.14 |
| 1684 | 2026-05-20T04:05:26.223Z | Compiling bitflags v2.11.1 |
| 1685 | 2026-05-20T04:05:26.279Z | Compiling signal-hook-registry v1.4.8 |
| 1686 | 2026-05-20T04:05:26.426Z | Compiling synstructure v0.13.2 |
| 1687 | 2026-05-20T04:05:26.452Z | Compiling serde_derive_internals v0.29.1 |
| 1688 | 2026-05-20T04:05:26.638Z | Compiling mio v1.2.0 |
| 1689 | 2026-05-20T04:05:26.738Z | Compiling log v0.4.29 |
| 1690 | 2026-05-20T04:05:26.937Z | Compiling portable-atomic v1.13.1 |
| 1691 | 2026-05-20T04:05:26.953Z | Compiling subtle v2.6.1 |
| 1692 | 2026-05-20T04:05:27.114Z | Compiling equivalent v1.0.2 |
| 1693 | 2026-05-20T04:05:27.182Z | Compiling critical-section v1.2.0 |
| 1694 | 2026-05-20T04:05:27.182Z | Compiling futures-core v0.3.32 |
| 1695 | 2026-05-20T04:05:27.257Z | Compiling ring v0.17.14 |
| 1696 | 2026-05-20T04:05:27.304Z | Compiling cmake v0.1.58 |
| 1697 | 2026-05-20T04:05:27.321Z | Compiling fs_extra v1.3.0 |
| 1698 | 2026-05-20T04:05:27.324Z | Compiling dunce v1.0.5 |
| 1699 | 2026-05-20T04:05:27.351Z | Compiling httparse v1.10.1 |
| 1700 | 2026-05-20T04:05:27.367Z | Compiling futures-sink v0.3.32 |
| 1701 | 2026-05-20T04:05:27.415Z | Compiling slab v0.4.12 |
| 1702 | 2026-05-20T04:05:27.478Z | Compiling rand_core v0.6.4 |
| 1703 | 2026-05-20T04:05:27.582Z | Compiling futures-channel v0.3.32 |
| 1704 | 2026-05-20T04:05:27.602Z | Compiling serde_derive v1.0.228 |
| 1705 | 2026-05-20T04:05:27.625Z | Compiling zerofrom-derive v0.1.7 |
| 1706 | 2026-05-20T04:05:27.640Z | Compiling yoke-derive v0.8.2 |
| 1707 | 2026-05-20T04:05:27.705Z | Compiling zerovec-derive v0.11.3 |
| 1708 | 2026-05-20T04:05:27.734Z | Compiling displaydoc v0.2.5 |
| 1709 | 2026-05-20T04:05:27.828Z | Compiling schemars_derive v0.8.22 |
| 1710 | 2026-05-20T04:05:27.855Z | Compiling thiserror-impl v2.0.18 |
| 1711 | 2026-05-20T04:05:28.165Z | Compiling tokio-macros v2.7.0 |
| 1712 | 2026-05-20T04:05:28.513Z | Compiling zerocopy-derive v0.8.48 |
| 1713 | 2026-05-20T04:05:28.758Z | Compiling zeroize_derive v1.4.3 |
| 1714 | 2026-05-20T04:05:28.819Z | Compiling zerofrom v0.1.8 |
| 1715 | 2026-05-20T04:05:28.860Z | Compiling futures-macro v0.3.32 |
| 1716 | 2026-05-20T04:05:28.925Z | Compiling yoke v0.8.2 |
| 1717 | 2026-05-20T04:05:28.950Z | Compiling once_cell v1.21.4 |
| 1718 | 2026-05-20T04:05:29.050Z | Compiling aws-lc-sys v0.41.0 |
| 1719 | 2026-05-20T04:05:29.129Z | Compiling zerovec v0.11.6 |
| 1720 | 2026-05-20T04:05:29.194Z | Compiling zerotrie v0.2.4 |
| 1721 | 2026-05-20T04:05:29.342Z | Compiling ucd-trie v0.1.7 |
| 1722 | 2026-05-20T04:05:29.443Z | Compiling zeroize v1.8.2 |
| 1723 | 2026-05-20T04:05:29.574Z | Compiling rustix v1.1.4 |
| 1724 | 2026-05-20T04:05:29.630Z | Compiling thiserror v1.0.69 |
| 1725 | 2026-05-20T04:05:29.683Z | Compiling tinystr v0.8.3 |
| 1726 | 2026-05-20T04:05:29.701Z | Compiling potential_utf v0.1.5 |
| 1727 | 2026-05-20T04:05:29.728Z | Compiling pest v2.8.6 |
| 1728 | 2026-05-20T04:05:29.905Z | Compiling icu_locale_core v2.2.0 |
| 1729 | 2026-05-20T04:05:29.908Z | Compiling icu_collections v2.2.0 |
| 1730 | 2026-05-20T04:05:29.936Z | Compiling futures-io v0.3.32 |
| 1731 | 2026-05-20T04:05:29.968Z | Compiling regex-syntax v0.8.10 |
| 1732 | 2026-05-20T04:05:29.983Z | Compiling futures-task v0.3.32 |
| 1733 | 2026-05-20T04:05:30.145Z | Compiling futures-util v0.3.32 |
| 1734 | 2026-05-20T04:05:30.164Z | Compiling thiserror-impl v1.0.69 |
| 1735 | 2026-05-20T04:05:30.906Z | Compiling smallvec v1.15.1 |
| 1736 | 2026-05-20T04:05:30.925Z | Compiling bytes v1.11.1 |
| 1737 | 2026-05-20T04:05:31.561Z | Compiling icu_provider v2.2.0 |
| 1738 | 2026-05-20T04:05:31.577Z | Compiling chrono v0.4.44 |
| 1739 | 2026-05-20T04:05:31.728Z | Compiling icu_normalizer v2.2.0 |
| 1740 | 2026-05-20T04:05:31.767Z | Compiling icu_properties v2.2.0 |
| 1741 | 2026-05-20T04:05:31.804Z | Compiling serde_tokenstream v0.2.3 |
| 1742 | 2026-05-20T04:05:32.016Z | Compiling parking_lot v0.12.5 |
| 1743 | 2026-05-20T04:05:32.664Z | Compiling idna_adapter v1.2.2 |
| 1744 | 2026-05-20T04:05:32.724Z | Compiling tokio v1.52.3 |
| 1745 | 2026-05-20T04:05:32.826Z | Compiling idna v1.1.0 |
| 1746 | 2026-05-20T04:05:32.846Z | Compiling pest_meta v2.8.6 |
| 1747 | 2026-05-20T04:05:33.322Z | Compiling aho-corasick v1.1.4 |
| 1748 | 2026-05-20T04:05:33.328Z | Compiling hashbrown v0.17.1 |
| 1749 | 2026-05-20T04:05:33.328Z | Compiling generic-array v0.14.7 |
| 1750 | 2026-05-20T04:05:33.390Z | Compiling url v2.5.8 |
| 1751 | 2026-05-20T04:05:33.623Z | Compiling pest_generator v2.8.6 |
| 1752 | 2026-05-20T04:05:33.681Z | Compiling indexmap v2.14.0 |
| 1753 | 2026-05-20T04:05:34.241Z | Compiling pest_derive v2.8.6 |
| 1754 | 2026-05-20T04:05:34.318Z | Compiling regex-automata v0.4.14 |
| 1755 | 2026-05-20T04:05:34.522Z | Compiling getrandom v0.3.4 |
| 1756 | 2026-05-20T04:05:34.890Z | Compiling tracing-core v0.1.36 |
| 1757 | 2026-05-20T04:05:34.932Z | Compiling tracing-attributes v0.1.31 |
| 1758 | 2026-05-20T04:05:35.286Z | Compiling ipnetwork v0.21.1 |
| 1759 | 2026-05-20T04:05:36.670Z | Compiling typenum v1.20.0 |
| 1760 | 2026-05-20T04:05:37.043Z | Compiling regex v1.12.3 |
| 1761 | 2026-05-20T04:05:37.044Z | Compiling strsim v0.11.1 |
| 1762 | 2026-05-20T04:05:37.044Z | Compiling tracing v0.1.44 |
| 1763 | 2026-05-20T04:05:37.131Z | Compiling rustls-pki-types v1.14.1 |
| 1764 | 2026-05-20T04:05:37.131Z | Compiling fnv v1.0.7 |
| 1765 | 2026-05-20T04:05:37.165Z | Compiling byteorder v1.5.0 |
| 1766 | 2026-05-20T04:05:37.165Z | Compiling base64 v0.22.1 |
| 1767 | 2026-05-20T04:05:37.385Z | Compiling http v1.4.0 |
| 1768 | 2026-05-20T04:05:37.620Z | Compiling ident_case v1.0.1 |
| 1769 | 2026-05-20T04:05:37.773Z | Compiling slog v2.8.2 |
| 1770 | 2026-05-20T04:05:38.113Z | Compiling anyhow v1.0.102 |
| 1771 | 2026-05-20T04:05:38.287Z | Compiling paste v1.0.15 |
| 1772 | 2026-05-20T04:05:38.469Z | Compiling untrusted v0.9.0 |
| 1773 | 2026-05-20T04:05:38.644Z | Compiling erased-serde v0.3.31 |
| 1774 | 2026-05-20T04:05:38.679Z | Compiling omicron-workspace-hack v0.1.0 |
| 1775 | 2026-05-20T04:05:39.085Z | Compiling crypto-common v0.1.7 |
| 1776 | 2026-05-20T04:05:39.259Z | Compiling tokio-util v0.7.18 |
| 1777 | 2026-05-20T04:05:39.259Z | Compiling scroll_derive v0.13.1 |
| 1778 | 2026-05-20T04:05:39.259Z | Compiling num-conv v0.2.1 |
| 1779 | 2026-05-20T04:05:39.411Z | Compiling ipnet v2.12.0 |
| 1780 | 2026-05-20T04:05:39.843Z | Compiling time-core v0.1.8 |
| 1781 | 2026-05-20T04:05:40.039Z | Compiling time-macros v0.2.27 |
| 1782 | 2026-05-20T04:05:40.091Z | Compiling oxnet v0.1.5 |
| 1783 | 2026-05-20T04:05:40.576Z | Compiling http-body v1.0.1 |
| 1784 | 2026-05-20T04:05:42.092Z | Compiling atomic-waker v1.1.2 |
| 1785 | 2026-05-20T04:05:42.242Z | Compiling ppv-lite86 v0.2.21 |
| 1786 | 2026-05-20T04:05:42.242Z | Compiling async-trait v0.1.89 |
| 1787 | 2026-05-20T04:05:42.242Z | Compiling daft-derive v0.1.7 |
| 1788 | 2026-05-20T04:05:42.242Z | Compiling aws-lc-rs v1.17.0 |
| 1789 | 2026-05-20T04:05:42.242Z | Compiling camino v1.2.2 |
| 1790 | 2026-05-20T04:05:42.271Z | Compiling crc32fast v1.5.0 |
| 1791 | 2026-05-20T04:05:42.300Z | Compiling ryu v1.0.23 |
| 1792 | 2026-05-20T04:05:42.576Z | Compiling tower-service v0.3.3 |
| 1793 | 2026-05-20T04:05:42.593Z | Compiling try-lock v0.2.5 |
| 1794 | 2026-05-20T04:05:42.625Z | Compiling tower-layer v0.3.3 |
| 1795 | 2026-05-20T04:05:42.707Z | Compiling want v0.3.1 |
| 1796 | 2026-05-20T04:05:42.852Z | Compiling h2 v0.4.14 |
| 1797 | 2026-05-20T04:05:42.941Z | Compiling pretty-hex v0.4.2 |
| 1798 | 2026-05-20T04:05:43.122Z | Compiling crossbeam-utils v0.8.21 |
| 1799 | 2026-05-20T04:05:43.132Z | Compiling usdt-impl v0.6.0 |
| 1800 | 2026-05-20T04:05:43.383Z | Compiling httpdate v1.0.3 |
| 1801 | 2026-05-20T04:05:43.738Z | Compiling scroll v0.13.0 |
| 1802 | 2026-05-20T04:05:43.895Z | Compiling block-buffer v0.10.4 |
| 1803 | 2026-05-20T04:05:44.014Z | Compiling untrusted v0.7.1 |
| 1804 | 2026-05-20T04:05:44.059Z | Compiling plain v0.2.3 |
| 1805 | 2026-05-20T04:05:44.135Z | Compiling digest v0.10.7 |
| 1806 | 2026-05-20T04:05:44.186Z | Compiling goblin v0.10.5 |
| 1807 | 2026-05-20T04:05:44.769Z | Compiling rustls v0.23.40 |
| 1808 | 2026-05-20T04:05:45.002Z | Compiling foldhash v0.2.0 |
| 1809 | 2026-05-20T04:05:45.181Z | Compiling hyper v1.9.0 |
| 1810 | 2026-05-20T04:05:45.203Z | Compiling slog-async v2.8.0 |
| 1811 | 2026-05-20T04:05:45.280Z | Compiling allocator-api2 v0.2.21 |
| 1812 | 2026-05-20T04:05:45.809Z | Compiling hashbrown v0.16.1 |
| 1813 | 2026-05-20T04:05:46.486Z | Compiling hyper-util v0.1.20 |
| 1814 | 2026-05-20T04:05:48.215Z | Compiling dof v0.4.0 |
| 1815 | 2026-05-20T04:05:48.482Z | Compiling serde_urlencoded v0.7.1 |
| 1816 | 2026-05-20T04:05:48.778Z | Compiling http-body-util v0.1.3 |
| 1817 | 2026-05-20T04:05:48.832Z | Compiling dtrace-parser v0.3.0 |
| 1818 | 2026-05-20T04:05:48.859Z | Compiling thread-id v5.1.0 |
| 1819 | 2026-05-20T04:05:49.059Z | Compiling ref-cast v1.0.25 |
| 1820 | 2026-05-20T04:05:49.550Z | Compiling rustls v0.22.4 |
| 1821 | 2026-05-20T04:05:49.619Z | Compiling rand_core v0.9.5 |
| 1822 | 2026-05-20T04:05:49.727Z | Compiling ref-cast-impl v1.0.25 |
| 1823 | 2026-05-20T04:05:49.859Z | Compiling syn v1.0.109 |
| 1824 | 2026-05-20T04:05:50.286Z | Compiling usdt-macro v0.6.0 |
| 1825 | 2026-05-20T04:05:50.327Z | Compiling usdt-attr-macro v0.6.0 |
| 1826 | 2026-05-20T04:05:50.840Z | Compiling structmeta-derive v0.3.0 |
| 1827 | 2026-05-20T04:05:51.285Z | Compiling sync_wrapper v1.0.2 |
| 1828 | 2026-05-20T04:05:51.297Z | Compiling multer v3.1.0 |
| 1829 | 2026-05-20T04:05:51.297Z | Compiling powerfmt v0.2.0 |
| 1830 | 2026-05-20T04:05:51.327Z | Compiling tower v0.5.3 |
| 1831 | 2026-05-20T04:05:51.513Z | Compiling deranged v0.5.8 |
| 1832 | 2026-05-20T04:05:51.878Z | Compiling rand_chacha v0.9.0 |
| 1833 | 2026-05-20T04:05:51.893Z | Compiling structmeta v0.3.0 |
| 1834 | 2026-05-20T04:05:52.163Z | Compiling darling_core v0.23.0 |
| 1835 | 2026-05-20T04:05:52.427Z | Compiling webpki-roots v1.0.7 |
| 1836 | 2026-05-20T04:05:52.548Z | Compiling openapiv3 v2.2.0 |
| 1837 | 2026-05-20T04:05:52.584Z | Compiling newtype-uuid-macros v0.1.0 |
| 1838 | 2026-05-20T04:05:53.581Z | Compiling cpufeatures v0.2.17 |
| 1839 | 2026-05-20T04:05:53.673Z | Compiling num_threads v0.1.7 |
| 1840 | 2026-05-20T04:05:55.148Z | Compiling time v0.3.47 |
| 1841 | 2026-05-20T04:05:55.265Z | Compiling darling_macro v0.23.0 |
| 1842 | 2026-05-20T04:05:55.299Z | Compiling rand v0.9.4 |
| 1843 | 2026-05-20T04:05:55.299Z | Compiling tower-http v0.6.10 |
| 1844 | 2026-05-20T04:05:55.299Z | Compiling newtype-uuid v1.3.2 |
| 1845 | 2026-05-20T04:05:55.410Z | Compiling strum_macros v0.26.4 |
| 1846 | 2026-05-20T04:05:55.464Z | Compiling async-stream-impl v0.3.6 |
| 1847 | 2026-05-20T04:05:55.790Z | Compiling dropshot v0.17.0 |
| 1848 | 2026-05-20T04:05:56.054Z | Compiling hex v0.4.3 |
| 1849 | 2026-05-20T04:05:56.197Z | Compiling daft v0.1.7 |
| 1850 | 2026-05-20T04:05:56.320Z | Compiling darling v0.23.0 |
| 1851 | 2026-05-20T04:05:56.365Z | Compiling crossbeam-channel v0.5.15 |
| 1852 | 2026-05-20T04:05:56.468Z | Compiling fastrand v2.4.1 |
| 1853 | 2026-05-20T04:05:56.809Z | Compiling serde_with_macros v3.20.0 |
| 1854 | 2026-05-20T04:05:57.027Z | Compiling futures-executor v0.3.32 |
| 1855 | 2026-05-20T04:05:57.315Z | Compiling dropshot_endpoint v0.17.0 |
| 1856 | 2026-05-20T04:05:57.355Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1857 | 2026-05-20T04:05:57.519Z | Compiling thread_local v1.1.9 |
| 1858 | 2026-05-20T04:05:57.882Z | Compiling futures v0.3.32 |
| 1859 | 2026-05-20T04:05:57.930Z | Compiling derive-ex v0.1.8 |
| 1860 | 2026-05-20T04:05:58.005Z | Compiling strum_macros v0.27.2 |
| 1861 | 2026-05-20T04:05:58.036Z | Compiling is-terminal v0.4.17 |
| 1862 | 2026-05-20T04:05:58.060Z | Compiling openssl-probe v0.2.1 |
| 1863 | 2026-05-20T04:05:58.141Z | Compiling term v1.2.1 |
| 1864 | 2026-05-20T04:05:58.314Z | Compiling winnow v1.0.3 |
| 1865 | 2026-05-20T04:05:58.957Z | Compiling take_mut v0.2.2 |
| 1866 | 2026-05-20T04:05:59.518Z | Compiling test-strategy v0.4.5 |
| 1867 | 2026-05-20T04:05:59.789Z | Compiling slog-term v2.9.2 |
| 1868 | 2026-05-20T04:05:59.844Z | Compiling rustls-native-certs v0.8.3 |
| 1869 | 2026-05-20T04:06:00.265Z | Compiling tempfile v3.27.0 |
| 1870 | 2026-05-20T04:06:00.799Z | Compiling macaddr v1.0.1 |
| 1871 | 2026-05-20T04:06:01.004Z | Compiling adler2 v2.0.1 |
| 1872 | 2026-05-20T04:06:01.031Z | Compiling match_cfg v0.1.0 |
| 1873 | 2026-05-20T04:06:01.056Z | Compiling simd-adler32 v0.3.9 |
| 1874 | 2026-05-20T04:06:01.166Z | Compiling hostname v0.3.1 |
| 1875 | 2026-05-20T04:06:01.259Z | Compiling miniz_oxide v0.8.9 |
| 1876 | 2026-05-20T04:06:01.444Z | Compiling slog-json v2.6.1 |
| 1877 | 2026-05-20T04:06:01.967Z | Compiling memmap2 v0.9.10 |
| 1878 | 2026-05-20T04:06:02.254Z | Compiling usdt v0.6.0 |
| 1879 | 2026-05-20T04:06:02.735Z | Compiling flate2 v1.1.9 |
| 1880 | 2026-05-20T04:06:02.836Z | Compiling slog-bunyan v2.5.0 |
| 1881 | 2026-05-20T04:06:02.875Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1882 | 2026-05-20T04:06:02.925Z | Compiling rustls-webpki v0.102.8 |
| 1883 | 2026-05-20T04:06:03.021Z | Compiling either v1.15.0 |
| 1884 | 2026-05-20T04:06:03.264Z | Compiling compression-core v0.4.32 |
| 1885 | 2026-05-20T04:06:03.303Z | Compiling debug-ignore v1.0.5 |
| 1886 | 2026-05-20T04:06:03.420Z | Compiling compression-codecs v0.4.38 |
| 1887 | 2026-05-20T04:06:03.876Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1888 | 2026-05-20T04:06:04.154Z | Compiling parse-display-derive v0.10.0 |
| 1889 | 2026-05-20T04:06:04.886Z | Compiling rand_chacha v0.3.1 |
| 1890 | 2026-05-20T04:06:05.052Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1891 | 2026-05-20T04:06:05.062Z | Compiling serde_spanned v1.1.1 |
| 1892 | 2026-05-20T04:06:05.427Z | Compiling encoding_rs v0.8.35 |
| 1893 | 2026-05-20T04:06:05.591Z | Compiling spin v0.9.8 |
| 1894 | 2026-05-20T04:06:05.651Z | Compiling mime v0.3.17 |
| 1895 | 2026-05-20T04:06:05.720Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 1896 | 2026-05-20T04:06:05.922Z | Compiling toml v1.1.2+spec-1.1.0 |
| 1897 | 2026-05-20T04:06:05.988Z | Compiling tokio-rustls v0.25.0 |
| 1898 | 2026-05-20T04:06:06.123Z | Compiling rand v0.8.6 |
| 1899 | 2026-05-20T04:06:06.247Z | Compiling async-compression v0.4.42 |
| 1900 | 2026-05-20T04:06:07.045Z | Compiling strum v0.26.3 |
| 1901 | 2026-05-20T04:06:08.105Z | Compiling async-stream v0.3.6 |
| 1902 | 2026-05-20T04:06:08.149Z | Compiling sha1 v0.10.6 |
| 1903 | 2026-05-20T04:06:08.149Z | Compiling waitgroup v0.1.2 |
| 1904 | 2026-05-20T04:06:08.149Z | Compiling rustls-pemfile v2.2.0 |
| 1905 | 2026-05-20T04:06:08.149Z | Compiling serde_path_to_error v0.1.20 |
| 1906 | 2026-05-20T04:06:08.168Z | Compiling hostname v0.4.2 |
| 1907 | 2026-05-20T04:06:08.342Z | Compiling wait-timeout v0.2.1 |
| 1908 | 2026-05-20T04:06:08.358Z | Compiling quick-error v1.2.3 |
| 1909 | 2026-05-20T04:06:08.619Z | Compiling bit-vec v0.8.0 |
| 1910 | 2026-05-20T04:06:08.847Z | Compiling rusty-fork v0.3.1 |
| 1911 | 2026-05-20T04:06:08.910Z | Compiling bit-set v0.8.0 |
| 1912 | 2026-05-20T04:06:09.108Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1913 | 2026-05-20T04:06:09.607Z | Compiling serde_with v3.20.0 |
| 1914 | 2026-05-20T04:06:09.642Z | Compiling rand_xorshift v0.4.0 |
| 1915 | 2026-05-20T04:06:09.772Z | Compiling regress v0.10.5 |
| 1916 | 2026-05-20T04:06:09.808Z | Compiling unarray v0.1.4 |
| 1917 | 2026-05-20T04:06:09.941Z | Compiling proptest v1.11.0 |
| 1918 | 2026-05-20T04:06:10.567Z | Compiling strum v0.27.2 |
| 1919 | 2026-05-20T04:06:10.714Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1920 | 2026-05-20T04:06:10.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1921 | 2026-05-20T04:06:10.865Z | Compiling instant v0.1.13 |
| 1922 | 2026-05-20T04:06:11.425Z | Compiling rustc-hash v2.1.2 |
| 1923 | 2026-05-20T04:06:11.556Z | Compiling iddqd v0.3.18 |
| 1924 | 2026-05-20T04:06:14.006Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1925 | 2026-05-20T04:06:14.027Z | Compiling itertools v0.14.0 |
| 1926 | 2026-05-20T04:06:14.028Z | Compiling unicode-width v0.2.2 |
| 1927 | 2026-05-20T04:06:14.123Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1928 | 2026-05-20T04:06:14.410Z | Compiling backon v1.6.0 |
| 1929 | 2026-05-20T04:06:15.018Z | Compiling backoff v0.4.0 |
| 1930 | 2026-05-20T04:06:15.515Z | Compiling parse-display v0.10.0 |
| 1931 | 2026-05-20T04:06:15.705Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 1932 | 2026-05-20T04:06:18.787Z | Compiling regress v0.11.1 |
| 1933 | 2026-05-20T04:06:19.756Z | Compiling zerocopy-derive v0.7.35 |
| 1934 | 2026-05-20T04:06:21.466Z | Compiling typify-impl v0.6.2 |
| 1935 | 2026-05-20T04:06:21.518Z | Compiling darling_core v0.21.3 |
| 1936 | 2026-05-20T04:06:21.934Z | Compiling clap_derive v4.6.1 |
| 1937 | 2026-05-20T04:06:22.375Z | Compiling convert_case v0.4.0 |
| 1938 | 2026-05-20T04:06:22.670Z | Compiling utf8parse v0.2.2 |
| 1939 | 2026-05-20T04:06:22.815Z | Compiling anstyle-parse v1.0.0 |
| 1940 | 2026-05-20T04:06:22.901Z | Compiling derive_more v0.99.20 |
| 1941 | 2026-05-20T04:06:23.164Z | Compiling darling_macro v0.21.3 |
| 1942 | 2026-05-20T04:06:23.491Z | Compiling typify-macro v0.6.2 |
| 1943 | 2026-05-20T04:06:23.983Z | Compiling terminal_size v0.4.4 |
| 1944 | 2026-05-20T04:06:24.002Z | Compiling toml_datetime v0.6.11 |
| 1945 | 2026-05-20T04:06:24.157Z | Compiling colorchoice v1.0.5 |
| 1946 | 2026-05-20T04:06:24.252Z | Compiling anstyle-query v1.1.5 |
| 1947 | 2026-05-20T04:06:24.586Z | Compiling is_terminal_polyfill v1.70.2 |
| 1948 | 2026-05-20T04:06:24.678Z | Compiling anstyle v1.0.14 |
| 1949 | 2026-05-20T04:06:24.938Z | Compiling anstream v1.0.0 |
| 1950 | 2026-05-20T04:06:25.774Z | Compiling darling v0.21.3 |
| 1951 | 2026-05-20T04:06:25.814Z | Compiling secrecy v0.10.3 |
| 1952 | 2026-05-20T04:06:25.814Z | Compiling unsafe-libyaml v0.2.11 |
| 1953 | 2026-05-20T04:06:25.820Z | Compiling heapless v0.8.0 |
| 1954 | 2026-05-20T04:06:26.014Z | Compiling clap_lex v1.1.0 |
| 1955 | 2026-05-20T04:06:26.132Z | Compiling tinyvec_macros v0.1.1 |
| 1956 | 2026-05-20T04:06:26.220Z | Compiling crucible-workspace-hack v0.1.0 |
| 1957 | 2026-05-20T04:06:26.354Z | Compiling tinyvec v1.11.0 |
| 1958 | 2026-05-20T04:06:26.496Z | Compiling clap_builder v4.6.0 |
| 1959 | 2026-05-20T04:06:26.614Z | Compiling serde_yaml v0.9.34+deprecated |
| 1960 | 2026-05-20T04:06:26.950Z | Compiling ingot-macros v0.1.1 |
| 1961 | 2026-05-20T04:06:28.400Z | Compiling zerocopy v0.7.35 |
| 1962 | 2026-05-20T04:06:28.446Z | Compiling hash32 v0.3.1 |
| 1963 | 2026-05-20T04:06:28.446Z | Compiling scroll_derive v0.12.1 |
| 1964 | 2026-05-20T04:06:28.446Z | Compiling rustc_version v0.4.1 |
| 1965 | 2026-05-20T04:06:28.446Z | Compiling num-integer v0.1.46 |
| 1966 | 2026-05-20T04:06:28.446Z | Compiling usdt-impl v0.5.0 |
| 1967 | 2026-05-20T04:06:28.484Z | Compiling smoltcp v0.11.0 |
| 1968 | 2026-05-20T04:06:28.618Z | Compiling scroll v0.12.0 |
| 1969 | 2026-05-20T04:06:28.644Z | Compiling clap v4.6.1 |
| 1970 | 2026-05-20T04:06:28.706Z | Compiling curve25519-dalek v4.1.3 |
| 1971 | 2026-05-20T04:06:29.183Z | Compiling dof v0.3.0 |
| 1972 | 2026-05-20T04:06:29.581Z | Compiling ingot-types v0.1.2 |
| 1973 | 2026-05-20T04:06:29.872Z | Compiling typify v0.6.2 |
| 1974 | 2026-05-20T04:06:30.008Z | Compiling dtrace-parser v0.2.0 |
| 1975 | 2026-05-20T04:06:30.049Z | Compiling hmac v0.12.1 |
| 1976 | 2026-05-20T04:06:30.201Z | Compiling inout v0.1.4 |
| 1977 | 2026-05-20T04:06:30.233Z | Compiling cobs v0.3.0 |
| 1978 | 2026-05-20T04:06:30.272Z | Compiling ff v0.13.1 |
| 1979 | 2026-05-20T04:06:30.441Z | Compiling thread-id v4.2.2 |
| 1980 | 2026-05-20T04:06:30.639Z | Compiling bitflags v1.3.2 |
| 1981 | 2026-05-20T04:06:30.694Z | Compiling managed v0.8.0 |
| 1982 | 2026-05-20T04:06:31.000Z | Compiling group v0.13.0 |
| 1983 | 2026-05-20T04:06:31.087Z | Compiling postcard v1.1.3 |
| 1984 | 2026-05-20T04:06:31.229Z | Compiling cipher v0.4.4 |
| 1985 | 2026-05-20T04:06:31.467Z | Compiling hkdf v0.12.4 |
| 1986 | 2026-05-20T04:06:31.625Z | Compiling ingot v0.1.1 |
| 1987 | 2026-05-20T04:06:34.031Z | Compiling goblin v0.8.2 |
| 1988 | 2026-05-20T04:06:34.217Z | Compiling num-iter v0.1.45 |
| 1989 | 2026-05-20T04:06:34.297Z | Compiling num-rational v0.4.2 |
| 1990 | 2026-05-20T04:06:35.468Z | Compiling tabwriter v1.4.1 |
| 1991 | 2026-05-20T04:06:35.634Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 1992 | 2026-05-20T04:06:35.807Z | Compiling hubpack_derive v0.1.1 |
| 1993 | 2026-05-20T04:06:35.895Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1994 | 2026-05-20T04:06:36.396Z | Compiling crossbeam-epoch v0.9.18 |
| 1995 | 2026-05-20T04:06:36.428Z | Compiling universal-hash v0.5.1 |
| 1996 | 2026-05-20T04:06:36.591Z | Compiling crypto-bigint v0.5.5 |
| 1997 | 2026-05-20T04:06:36.869Z | Compiling half v2.7.1 |
| 1998 | 2026-05-20T04:06:36.889Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1999 | 2026-05-20T04:06:36.932Z | Compiling num-complex v0.4.6 |
| 2000 | 2026-05-20T04:06:37.800Z | Compiling ciborium-io v0.2.2 |
| 2001 | 2026-05-20T04:06:37.886Z | Compiling base16ct v0.2.0 |
| 2002 | 2026-05-20T04:06:38.028Z | Compiling prettyplease v0.2.37 |
| 2003 | 2026-05-20T04:06:38.523Z | Compiling base64ct v1.8.3 |
| 2004 | 2026-05-20T04:06:38.700Z | Compiling opaque-debug v0.3.1 |
| 2005 | 2026-05-20T04:06:38.815Z | Compiling password-hash v0.5.0 |
| 2006 | 2026-05-20T04:06:38.921Z | Compiling poly1305 v0.8.0 |
| 2007 | 2026-05-20T04:06:41.170Z | Compiling elliptic-curve v0.13.8 |
| 2008 | 2026-05-20T04:06:41.257Z | Compiling ciborium-ll v0.2.2 |
| 2009 | 2026-05-20T04:06:41.257Z | Compiling num v0.4.3 |
| 2010 | 2026-05-20T04:06:41.257Z | Compiling thiserror-no-std v2.0.2 |
| 2011 | 2026-05-20T04:06:41.257Z | Compiling hubpack v0.1.2 |
| 2012 | 2026-05-20T04:06:41.888Z | Compiling chacha20 v0.9.1 |
| 2013 | 2026-05-20T04:06:42.189Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2014 | 2026-05-20T04:06:42.411Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2015 | 2026-05-20T04:06:42.791Z | Compiling reqwest v0.12.28 |
| 2016 | 2026-05-20T04:06:43.057Z | Compiling toml_edit v0.25.11+spec-1.1.0 |
| 2017 | 2026-05-20T04:06:43.725Z | Compiling byte-wrapper v0.1.0 |
| 2018 | 2026-05-20T04:06:43.759Z | Compiling blake2 v0.10.6 |
| 2019 | 2026-05-20T04:06:43.922Z | Compiling aead v0.5.2 |
| 2020 | 2026-05-20T04:06:44.111Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2021 | 2026-05-20T04:06:44.229Z | Compiling serde_repr v0.1.20 |
| 2022 | 2026-05-20T04:06:44.770Z | Compiling proc-macro-error-attr v1.0.4 |
| 2023 | 2026-05-20T04:06:44.977Z | Compiling bstr v1.12.1 |
| 2024 | 2026-05-20T04:06:45.009Z | Compiling memoffset v0.9.1 |
| 2025 | 2026-05-20T04:06:45.178Z | Compiling static_assertions v1.1.0 |
| 2026 | 2026-05-20T04:06:45.209Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2027 | 2026-05-20T04:06:45.266Z | Compiling cfg_aliases v0.2.1 |
| 2028 | 2026-05-20T04:06:45.280Z | Compiling rustix v0.38.44 |
| 2029 | 2026-05-20T04:06:45.511Z | Compiling keccak v0.1.6 |
| 2030 | 2026-05-20T04:06:45.629Z | Compiling float-ord v0.3.2 |
| 2031 | 2026-05-20T04:06:45.747Z | Compiling sha3 v0.10.9 |
| 2032 | 2026-05-20T04:06:45.978Z | Compiling nix v0.31.3 |
| 2033 | 2026-05-20T04:06:46.393Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2034 | 2026-05-20T04:06:46.450Z | Compiling chacha20poly1305 v0.10.1 |
| 2035 | 2026-05-20T04:06:46.584Z | Compiling argon2 v0.5.3 |
| 2036 | 2026-05-20T04:06:47.154Z | Compiling rustls-webpki v0.103.13 |
| 2037 | 2026-05-20T04:06:47.573Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2038 | 2026-05-20T04:06:49.799Z | Compiling progenitor-client v0.10.0 |
| 2039 | 2026-05-20T04:06:49.997Z | Compiling proc-macro-crate v3.5.0 |
| 2040 | 2026-05-20T04:06:52.532Z | Compiling vsss-rs v3.3.4 |
| 2041 | 2026-05-20T04:06:52.575Z | Compiling ciborium v0.2.2 |
| 2042 | 2026-05-20T04:06:52.575Z | Compiling usdt-attr-macro v0.5.0 |
| 2043 | 2026-05-20T04:06:52.575Z | Compiling usdt-macro v0.5.0 |
| 2044 | 2026-05-20T04:06:52.575Z | Compiling tokio-rustls v0.26.4 |
| 2045 | 2026-05-20T04:06:52.576Z | Compiling rustls-platform-verifier v0.7.0 |
| 2046 | 2026-05-20T04:06:52.576Z | Compiling enum-as-inner v0.6.1 |
| 2047 | 2026-05-20T04:06:52.576Z | Compiling hyper-rustls v0.27.9 |
| 2048 | 2026-05-20T04:06:52.893Z | Compiling reqwest v0.13.3 |
| 2049 | 2026-05-20T04:06:53.059Z | Compiling num-derive v0.4.2 |
| 2050 | 2026-05-20T04:06:53.096Z | Compiling proc-macro-error v1.0.4 |
| 2051 | 2026-05-20T04:06:53.368Z | Compiling memmap v0.7.0 |
| 2052 | 2026-05-20T04:06:53.584Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2053 | 2026-05-20T04:06:53.829Z | Compiling indent_write v2.2.0 |
| 2054 | 2026-05-20T04:06:54.091Z | Compiling data-encoding v2.11.0 |
| 2055 | 2026-05-20T04:06:54.119Z | Compiling winnow v0.5.40 |
| 2056 | 2026-05-20T04:06:54.333Z | Compiling progenitor-client v0.14.0 |
| 2057 | 2026-05-20T04:06:54.789Z | Compiling progenitor-extras v0.2.0 |
| 2058 | 2026-05-20T04:06:55.506Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2059 | 2026-05-20T04:06:55.527Z | Compiling toml_edit v0.19.15 |
| 2060 | 2026-05-20T04:06:57.018Z | Compiling usdt v0.5.0 |
| 2061 | 2026-05-20T04:06:57.308Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2062 | 2026-05-20T04:06:57.462Z | Compiling num_enum_derive v0.7.6 |
| 2063 | 2026-05-20T04:06:57.648Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2064 | 2026-05-20T04:06:57.778Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2065 | 2026-05-20T04:06:59.327Z | Compiling serde_spanned v0.6.9 |
| 2066 | 2026-05-20T04:06:59.455Z | Compiling foreign-types-macros v0.2.3 |
| 2067 | 2026-05-20T04:07:02.821Z | Compiling foreign-types-shared v0.3.1 |
| 2068 | 2026-05-20T04:07:02.901Z | Compiling bytecount v0.6.9 |
| 2069 | 2026-05-20T04:07:02.901Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2070 | 2026-05-20T04:07:02.901Z | Compiling pkg-config v0.3.33 |
| 2071 | 2026-05-20T04:07:02.901Z | Compiling vcpkg v0.2.15 |
| 2072 | 2026-05-20T04:07:02.901Z | Compiling cpufeatures v0.3.0 |
| 2073 | 2026-05-20T04:07:02.901Z | Compiling winnow v0.7.15 |
| 2074 | 2026-05-20T04:07:03.714Z | Compiling colored v3.1.1 |
| 2075 | 2026-05-20T04:07:04.393Z | Compiling toml_write v0.1.2 |
| 2076 | 2026-05-20T04:07:04.639Z | Compiling toml_edit v0.22.27 |
| 2077 | 2026-05-20T04:07:06.969Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2078 | 2026-05-20T04:07:07.044Z | Compiling chacha20 v0.10.0 |
| 2079 | 2026-05-20T04:07:07.135Z | Compiling openssl-sys v0.9.116 |
| 2080 | 2026-05-20T04:07:07.206Z | Compiling foreign-types v0.5.0 |
| 2081 | 2026-05-20T04:07:07.328Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2082 | 2026-05-20T04:07:07.714Z | Compiling num_enum v0.7.6 |
| 2083 | 2026-05-20T04:07:07.902Z | Compiling proc-macro-crate v1.3.1 |
| 2084 | 2026-05-20T04:07:08.146Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2085 | 2026-05-20T04:07:08.679Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2086 | 2026-05-20T04:07:08.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2087 | 2026-05-20T04:07:08.948Z | Compiling cstr-argument v0.1.2 |
| 2088 | 2026-05-20T04:07:09.060Z | Compiling semver v0.1.20 |
| 2089 | 2026-05-20T04:07:09.109Z | Compiling rayon-core v1.13.0 |
| 2090 | 2026-05-20T04:07:09.127Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2091 | 2026-05-20T04:07:09.127Z | Compiling linked-hash-map v0.5.6 |
| 2092 | 2026-05-20T04:07:09.328Z | Compiling swrite v0.1.0 |
| 2093 | 2026-05-20T04:07:09.358Z | Compiling resolv-conf v0.7.6 |
| 2094 | 2026-05-20T04:07:09.363Z | Compiling heck v0.4.1 |
| 2095 | 2026-05-20T04:07:09.454Z | Compiling unicode-segmentation v1.13.2 |
| 2096 | 2026-05-20T04:07:09.833Z | Compiling newline-converter v0.3.0 |
| 2097 | 2026-05-20T04:07:09.946Z | Compiling lru-cache v0.1.2 |
| 2098 | 2026-05-20T04:07:09.964Z | Compiling rustc_version v0.1.7 |
| 2099 | 2026-05-20T04:07:09.979Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2100 | 2026-05-20T04:07:10.092Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2101 | 2026-05-20T04:07:10.119Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2102 | 2026-05-20T04:07:10.255Z | Compiling num_enum_derive v0.5.11 |
| 2103 | 2026-05-20T04:07:10.385Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2104 | 2026-05-20T04:07:11.316Z | Compiling rand v0.10.1 |
| 2105 | 2026-05-20T04:07:11.370Z | Compiling toml v0.8.23 |
| 2106 | 2026-05-20T04:07:11.762Z | Compiling atomicwrites v0.4.4 |
| 2107 | 2026-05-20T04:07:11.894Z | Compiling hickory-proto v0.24.4 |
| 2108 | 2026-05-20T04:07:12.040Z | Compiling similar v2.7.0 |
| 2109 | 2026-05-20T04:07:12.068Z | Compiling crossbeam-deque v0.8.6 |
| 2110 | 2026-05-20T04:07:12.118Z | Compiling progenitor-impl v0.13.0 |
| 2111 | 2026-05-20T04:07:12.296Z | Compiling progenitor-impl v0.14.0 |
| 2112 | 2026-05-20T04:07:12.651Z | Compiling console v0.15.11 |
| 2113 | 2026-05-20T04:07:13.138Z | Compiling camino-tempfile v1.4.1 |
| 2114 | 2026-05-20T04:07:13.574Z | Compiling serde-big-array v0.5.1 |
| 2115 | 2026-05-20T04:07:13.755Z | Compiling pin-project-internal v1.1.13 |
| 2116 | 2026-05-20T04:07:13.943Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2117 | 2026-05-20T04:07:14.207Z | Compiling derive-where v1.6.1 |
| 2118 | 2026-05-20T04:07:14.413Z | Compiling siphasher v1.0.3 |
| 2119 | 2026-05-20T04:07:14.490Z | Compiling minimal-lexical v0.2.1 |
| 2120 | 2026-05-20T04:07:14.635Z | Compiling lazy_static v1.5.0 |
| 2121 | 2026-05-20T04:07:14.729Z | Compiling nom v7.1.3 |
| 2122 | 2026-05-20T04:07:14.750Z | Compiling phf_shared v0.12.1 |
| 2123 | 2026-05-20T04:07:14.848Z | Compiling pin-project v1.1.13 |
| 2124 | 2026-05-20T04:07:14.965Z | Compiling progenitor-macro v0.14.0 |
| 2125 | 2026-05-20T04:07:14.983Z | Compiling progenitor-macro v0.13.0 |
| 2126 | 2026-05-20T04:07:15.496Z | Compiling hickory-resolver v0.24.4 |
| 2127 | 2026-05-20T04:07:15.579Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2128 | 2026-05-20T04:07:16.080Z | Compiling expectorate v1.2.0 |
| 2129 | 2026-05-20T04:07:18.722Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2130 | 2026-05-20T04:07:19.379Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2131 | 2026-05-20T04:07:19.719Z | Compiling num_enum v0.5.11 |
| 2132 | 2026-05-20T04:07:19.846Z | Compiling newtype_derive v0.1.6 |
| 2133 | 2026-05-20T04:07:20.105Z | Compiling progenitor-client v0.13.0 |
| 2134 | 2026-05-20T04:07:20.713Z | Compiling unicode-normalization v0.1.25 |
| 2135 | 2026-05-20T04:07:21.309Z | Compiling typify-impl v0.4.3 |
| 2136 | 2026-05-20T04:07:23.159Z | Compiling tokio-stream v0.1.18 |
| 2137 | 2026-05-20T04:07:23.214Z | Compiling async-recursion v1.1.1 |
| 2138 | 2026-05-20T04:07:23.603Z | Compiling snafu-derive v0.8.9 |
| 2139 | 2026-05-20T04:07:23.747Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2140 | 2026-05-20T04:07:24.144Z | Compiling slog-dtrace v0.3.0 |
| 2141 | 2026-05-20T04:07:25.341Z | Compiling csv-core v0.1.13 |
| 2142 | 2026-05-20T04:07:25.341Z | Compiling highway v1.3.0 |
| 2143 | 2026-05-20T04:07:25.341Z | Compiling same-file v1.0.6 |
| 2144 | 2026-05-20T04:07:25.341Z | Compiling foreign-types-shared v0.1.1 |
| 2145 | 2026-05-20T04:07:25.341Z | Compiling unicode-xid v0.2.6 |
| 2146 | 2026-05-20T04:07:25.341Z | Compiling owo-colors v4.3.0 |
| 2147 | 2026-05-20T04:07:25.361Z | Compiling openssl v0.10.80 |
| 2148 | 2026-05-20T04:07:25.361Z | Compiling chrono-tz v0.10.4 |
| 2149 | 2026-05-20T04:07:25.553Z | Compiling unicode-width v0.1.14 |
| 2150 | 2026-05-20T04:07:25.592Z | Compiling konst_macro_rules v0.2.19 |
| 2151 | 2026-05-20T04:07:25.614Z | Compiling cancel-safe-futures v0.1.5 |
| 2152 | 2026-05-20T04:07:25.849Z | Compiling foldhash v0.1.5 |
| 2153 | 2026-05-20T04:07:25.914Z | Compiling konst v0.2.20 |
| 2154 | 2026-05-20T04:07:26.036Z | Compiling hashbrown v0.15.5 |
| 2155 | 2026-05-20T04:07:26.117Z | Compiling snafu v0.8.9 |
| 2156 | 2026-05-20T04:07:26.323Z | Compiling const_format_proc_macros v0.2.34 |
| 2157 | 2026-05-20T04:07:26.664Z | Compiling foreign-types v0.3.2 |
| 2158 | 2026-05-20T04:07:26.697Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2159 | 2026-05-20T04:07:26.744Z | Compiling walkdir v2.5.0 |
| 2160 | 2026-05-20T04:07:27.124Z | Compiling typify-macro v0.4.3 |
| 2161 | 2026-05-20T04:07:27.476Z | Compiling csv v1.4.0 |
| 2162 | 2026-05-20T04:07:28.309Z | Compiling qorb v0.4.1 |
| 2163 | 2026-05-20T04:07:28.459Z | Compiling progenitor v0.13.0 |
| 2164 | 2026-05-20T04:07:28.628Z | Compiling progenitor v0.14.0 |
| 2165 | 2026-05-20T04:07:28.694Z | Compiling olpc-cjson v0.1.4 |
| 2166 | 2026-05-20T04:07:28.759Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2167 | 2026-05-20T04:07:28.962Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2168 | 2026-05-20T04:07:29.491Z | Compiling rayon v1.12.0 |
| 2169 | 2026-05-20T04:07:32.497Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2170 | 2026-05-20T04:07:32.622Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2171 | 2026-05-20T04:07:32.700Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2172 | 2026-05-20T04:07:33.191Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2173 | 2026-05-20T04:07:34.271Z | Compiling phf v0.12.1 |
| 2174 | 2026-05-20T04:07:34.861Z | Compiling zone_cfg_derive v0.3.1 |
| 2175 | 2026-05-20T04:07:35.186Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2176 | 2026-05-20T04:07:35.294Z | Compiling tokio-dtrace v0.1.1 |
| 2177 | 2026-05-20T04:07:35.562Z | Compiling globset v0.4.18 |
| 2178 | 2026-05-20T04:07:35.641Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2179 | 2026-05-20T04:07:35.740Z | Compiling itertools v0.12.1 |
| 2180 | 2026-05-20T04:07:36.176Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2181 | 2026-05-20T04:07:36.459Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2182 | 2026-05-20T04:07:36.533Z | Compiling pem v3.0.6 |
| 2183 | 2026-05-20T04:07:37.164Z | Compiling libsw-core v0.3.2 |
| 2184 | 2026-05-20T04:07:37.214Z | Compiling serde_plain v1.0.2 |
| 2185 | 2026-05-20T04:07:37.254Z | Compiling openssl-macros v0.1.1 |
| 2186 | 2026-05-20T04:07:37.351Z | Compiling cookie v0.18.1 |
| 2187 | 2026-05-20T04:07:37.491Z | Compiling sigpipe v0.1.3 |
| 2188 | 2026-05-20T04:07:37.618Z | Compiling glob v0.3.3 |
| 2189 | 2026-05-20T04:07:37.654Z | Compiling fixedbitset v0.5.7 |
| 2190 | 2026-05-20T04:07:37.684Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2191 | 2026-05-20T04:07:37.735Z | Compiling jiff v0.2.24 |
| 2192 | 2026-05-20T04:07:37.967Z | Compiling typed-path v0.9.3 |
| 2193 | 2026-05-20T04:07:38.107Z | Compiling fixedbitset v0.4.2 |
| 2194 | 2026-05-20T04:07:38.228Z | Compiling petgraph v0.8.3 |
| 2195 | 2026-05-20T04:07:38.608Z | Compiling petgraph v0.6.5 |
| 2196 | 2026-05-20T04:07:39.638Z | Compiling tough v0.22.0 |
| 2197 | 2026-05-20T04:07:39.887Z | Compiling libsw v3.5.0 |
| 2198 | 2026-05-20T04:07:40.065Z | Compiling zone v0.3.1 |
| 2199 | 2026-05-20T04:07:40.342Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2200 | 2026-05-20T04:07:40.787Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2201 | 2026-05-20T04:07:41.457Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2202 | 2026-05-20T04:07:43.239Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2203 | 2026-05-20T04:07:43.326Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2204 | 2026-05-20T04:07:43.326Z | Compiling oxide-tokio-rt v0.1.6 |
| 2205 | 2026-05-20T04:07:43.326Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2206 | 2026-05-20T04:07:43.915Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2207 | 2026-05-20T04:07:44.108Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2208 | 2026-05-20T04:07:44.878Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2209 | 2026-05-20T04:07:45.672Z | Compiling const_format v0.2.36 |
| 2210 | 2026-05-20T04:07:46.383Z | Compiling papergrid v0.11.0 |
| 2211 | 2026-05-20T04:07:46.523Z | Compiling tabled_derive v0.7.0 |
| 2212 | 2026-05-20T04:07:46.875Z | Compiling gethostname v0.5.0 |
| 2213 | 2026-05-20T04:07:47.184Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2214 | 2026-05-20T04:07:47.541Z | Compiling libscf-sys v1.2.0 |
| 2215 | 2026-05-20T04:07:47.900Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2216 | 2026-05-20T04:07:47.900Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2217 | 2026-05-20T04:07:47.900Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2218 | 2026-05-20T04:07:48.201Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2219 | 2026-05-20T04:07:48.201Z | Compiling bcs v0.1.6 |
| 2220 | 2026-05-20T04:07:48.581Z | Compiling smf v0.2.3 |
| 2221 | 2026-05-20T04:07:48.581Z | Compiling unicode-linebreak v0.1.5 |
| 2222 | 2026-05-20T04:07:48.581Z | Compiling tagptr v0.2.0 |
| 2223 | 2026-05-20T04:07:48.877Z | Compiling whoami v1.6.1 |
| 2224 | 2026-05-20T04:07:48.877Z | Compiling smawk v0.3.2 |
| 2225 | 2026-05-20T04:07:48.877Z | Compiling linear-map v1.2.0 |
| 2226 | 2026-05-20T04:07:49.212Z | Compiling termtree v0.5.1 |
| 2227 | 2026-05-20T04:07:49.212Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2228 | 2026-05-20T04:07:50.219Z | Compiling textwrap v0.16.2 |
| 2229 | 2026-05-20T04:07:51.117Z | Compiling moka v0.12.15 |
| 2230 | 2026-05-20T04:07:51.868Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2231 | 2026-05-20T04:07:52.238Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2232 | 2026-05-20T04:07:52.238Z | Compiling tabled v0.15.0 |
| 2233 | 2026-05-20T04:07:52.239Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2234 | 2026-05-20T04:07:52.694Z | Compiling steno v0.4.1 |
| 2235 | 2026-05-20T04:07:52.694Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2236 | 2026-05-20T04:07:53.806Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2237 | 2026-05-20T04:07:57.731Z | Compiling hickory-proto v0.25.2 |
| 2238 | 2026-05-20T04:07:57.805Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2239 | 2026-05-20T04:07:59.568Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2240 | 2026-05-20T04:07:59.831Z | Compiling humantime v2.3.0 |
| 2241 | 2026-05-20T04:08:00.030Z | Compiling proc-macro-error2 v2.0.1 |
| 2242 | 2026-05-20T04:08:00.388Z | Compiling hickory-resolver v0.25.2 |
| 2243 | 2026-05-20T04:08:00.758Z | Compiling typify v0.4.3 |
| 2244 | 2026-05-20T04:08:00.758Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2245 | 2026-05-20T04:08:00.758Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2246 | 2026-05-20T04:08:01.234Z | Compiling parking_lot_core v0.8.6 |
| 2247 | 2026-05-20T04:08:01.234Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2248 | 2026-05-20T04:08:01.586Z | Compiling progenitor-impl v0.11.2 |
| 2249 | 2026-05-20T04:08:01.586Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2250 | 2026-05-20T04:08:02.907Z | Compiling tabled_derive v0.11.0 |
| 2251 | 2026-05-20T04:08:03.237Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2252 | 2026-05-20T04:08:03.835Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2253 | 2026-05-20T04:08:05.632Z | Compiling papergrid v0.17.0 |
| 2254 | 2026-05-20T04:08:06.442Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2255 | 2026-05-20T04:08:06.902Z | Compiling testing_table v0.3.0 |
| 2256 | 2026-05-20T04:08:07.559Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2257 | 2026-05-20T04:08:07.959Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2258 | 2026-05-20T04:08:08.101Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2259 | 2026-05-20T04:08:08.417Z | Compiling tabled v0.20.0 |
| 2260 | 2026-05-20T04:08:08.618Z | Compiling progenitor-macro v0.11.2 |
| 2261 | 2026-05-20T04:08:11.676Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2262 | 2026-05-20T04:08:12.076Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2263 | 2026-05-20T04:08:12.351Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2264 | 2026-05-20T04:08:12.351Z | Compiling progenitor-client v0.11.2 |
| 2265 | 2026-05-20T04:08:12.680Z | Compiling arc-swap v1.9.1 |
| 2266 | 2026-05-20T04:08:12.934Z | Compiling progenitor v0.11.2 |
| 2267 | 2026-05-20T04:08:12.934Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2268 | 2026-05-20T04:08:12.934Z | Compiling parking_lot v0.11.2 |
| 2269 | 2026-05-20T04:08:13.157Z | Compiling slog-scope v4.4.1 |
| 2270 | 2026-05-20T04:08:13.673Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2271 | 2026-05-20T04:08:15.824Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2272 | 2026-05-20T04:08:15.859Z | Compiling dropshot-api-manager-types v0.7.1 |
| 2273 | 2026-05-20T04:08:16.142Z | Compiling fxhash v0.2.1 |
| 2274 | 2026-05-20T04:08:16.335Z | Compiling crc8 v0.1.1 |
| 2275 | 2026-05-20T04:08:16.440Z | Compiling sled v0.34.7 |
| 2276 | 2026-05-20T04:08:16.457Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2277 | 2026-05-20T04:08:18.584Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2278 | 2026-05-20T04:08:22.706Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2279 | 2026-05-20T04:08:23.183Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 2280 | 2026-05-20T04:08:23.558Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=5470aa15eaa06e5183c374c1f61e5e5ddd5e0350#5470aa15) |
| 2281 | 2026-05-20T04:08:25.369Z | Compiling slog-stdlog v4.1.1 |
| 2282 | 2026-05-20T04:08:25.836Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2283 | 2026-05-20T04:08:26.108Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 2284 | 2026-05-20T04:08:26.463Z | Compiling slog-envlogger v2.2.0 |
| 2285 | 2026-05-20T04:08:27.434Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2286 | 2026-05-20T04:08:38.107Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 2287 | 2026-05-20T04:08:41.261Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 2288 | 2026-05-20T04:08:44.641Z | Finished `release` profile [optimized] target(s) in 3m 49s |
| 2289 | 2026-05-20T04:08:44.974Z | + banner quartet |
| 2290 | 2026-05-20T04:08:44.982Z | |
| 2291 | 2026-05-20T04:08:44.982Z | #### # # ## ##### ##### ###### ##### |
| 2292 | 2026-05-20T04:08:44.982Z | # # # # # # # # # # # |
| 2293 | 2026-05-20T04:08:44.982Z | # # # # # # # # # ##### # |
| 2294 | 2026-05-20T04:08:44.982Z | # # # # # ###### ##### # # # |
| 2295 | 2026-05-20T04:08:44.982Z | # # # # # # # # # # # |
| 2296 | 2026-05-20T04:08:44.982Z | ### # #### # # # # # ###### # |
| 2297 | 2026-05-20T04:08:44.982Z | |
| 2298 | 2026-05-20T04:08:44.982Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
| 2299 | 2026-05-20T04:08:45.544Z | Compiling cfg-if v1.0.4 |
| 2300 | 2026-05-20T04:08:45.550Z | Compiling libc v0.2.186 |
| 2301 | 2026-05-20T04:08:45.550Z | Compiling serde_core v1.0.228 |
| 2302 | 2026-05-20T04:08:45.655Z | Compiling memchr v2.8.0 |
| 2303 | 2026-05-20T04:08:45.662Z | Compiling smallvec v1.15.1 |
| 2304 | 2026-05-20T04:08:45.662Z | Compiling itoa v1.0.18 |
| 2305 | 2026-05-20T04:08:45.679Z | Compiling stable_deref_trait v1.2.1 |
| 2306 | 2026-05-20T04:08:45.682Z | Compiling zerofrom v0.1.8 |
| 2307 | 2026-05-20T04:08:45.698Z | Compiling zmij v1.0.21 |
| 2308 | 2026-05-20T04:08:45.747Z | Compiling litemap v0.8.2 |
| 2309 | 2026-05-20T04:08:45.808Z | Compiling yoke v0.8.2 |
| 2310 | 2026-05-20T04:08:45.895Z | Compiling writeable v0.6.3 |
| 2311 | 2026-05-20T04:08:45.914Z | Compiling utf8_iter v1.0.4 |
| 2312 | 2026-05-20T04:08:45.941Z | Compiling percent-encoding v2.3.2 |
| 2313 | 2026-05-20T04:08:46.013Z | Compiling zerovec v0.11.6 |
| 2314 | 2026-05-20T04:08:46.023Z | Compiling zerotrie v0.2.4 |
| 2315 | 2026-05-20T04:08:46.058Z | Compiling libm v0.2.16 |
| 2316 | 2026-05-20T04:08:46.158Z | Compiling icu_normalizer_data v2.2.0 |
| 2317 | 2026-05-20T04:08:46.190Z | Compiling icu_properties_data v2.2.0 |
| 2318 | 2026-05-20T04:08:46.224Z | Compiling form_urlencoded v1.2.2 |
| 2319 | 2026-05-20T04:08:46.234Z | Compiling rand_core v0.10.1 |
| 2320 | 2026-05-20T04:08:46.312Z | Compiling errno v0.3.14 |
| 2321 | 2026-05-20T04:08:46.378Z | Compiling getrandom v0.4.2 |
| 2322 | 2026-05-20T04:08:46.456Z | Compiling iana-time-zone v0.1.65 |
| 2323 | 2026-05-20T04:08:46.476Z | Compiling pin-project-lite v0.2.17 |
| 2324 | 2026-05-20T04:08:46.492Z | Compiling zeroize v1.8.2 |
| 2325 | 2026-05-20T04:08:46.601Z | Compiling tinystr v0.8.3 |
| 2326 | 2026-05-20T04:08:46.601Z | Compiling potential_utf v0.1.5 |
| 2327 | 2026-05-20T04:08:46.612Z | Compiling dyn-clone v1.0.20 |
| 2328 | 2026-05-20T04:08:46.746Z | Compiling icu_collections v2.2.0 |
| 2329 | 2026-05-20T04:08:46.785Z | Compiling icu_locale_core v2.2.0 |
| 2330 | 2026-05-20T04:08:46.786Z | Compiling socket2 v0.6.3 |
| 2331 | 2026-05-20T04:08:46.839Z | Compiling scopeguard v1.2.0 |
| 2332 | 2026-05-20T04:08:46.839Z | Compiling parking_lot_core v0.9.12 |
| 2333 | 2026-05-20T04:08:46.840Z | Compiling signal-hook-registry v1.4.8 |
| 2334 | 2026-05-20T04:08:46.873Z | Compiling num-traits v0.2.19 |
| 2335 | 2026-05-20T04:08:47.196Z | Compiling lock_api v0.4.14 |
| 2336 | 2026-05-20T04:08:47.355Z | Compiling mio v1.2.0 |
| 2337 | 2026-05-20T04:08:47.440Z | Compiling parking_lot v0.12.5 |
| 2338 | 2026-05-20T04:08:47.490Z | Compiling serde v1.0.228 |
| 2339 | 2026-05-20T04:08:47.533Z | Compiling serde_json v1.0.149 |
| 2340 | 2026-05-20T04:08:47.638Z | Compiling icu_provider v2.2.0 |
| 2341 | 2026-05-20T04:08:47.653Z | Compiling uuid v1.23.1 |
| 2342 | 2026-05-20T04:08:47.794Z | Compiling semver v1.0.28 |
| 2343 | 2026-05-20T04:08:48.071Z | Compiling bytes v1.11.1 |
| 2344 | 2026-05-20T04:08:48.156Z | Compiling icu_normalizer v2.2.0 |
| 2345 | 2026-05-20T04:08:48.272Z | Compiling icu_properties v2.2.0 |
| 2346 | 2026-05-20T04:08:48.283Z | Compiling chrono v0.4.44 |
| 2347 | 2026-05-20T04:08:48.398Z | Compiling portable-atomic v1.13.1 |
| 2348 | 2026-05-20T04:08:48.444Z | Compiling thiserror v2.0.18 |
| 2349 | 2026-05-20T04:08:48.591Z | Compiling getrandom v0.2.17 |
| 2350 | 2026-05-20T04:08:48.808Z | Compiling tokio v1.52.3 |
| 2351 | 2026-05-20T04:08:48.974Z | Compiling critical-section v1.2.0 |
| 2352 | 2026-05-20T04:08:49.084Z | Compiling subtle v2.6.1 |
| 2353 | 2026-05-20T04:08:49.106Z | Compiling futures-core v0.3.32 |
| 2354 | 2026-05-20T04:08:49.256Z | Compiling idna_adapter v1.2.2 |
| 2355 | 2026-05-20T04:08:49.267Z | Compiling once_cell v1.21.4 |
| 2356 | 2026-05-20T04:08:49.393Z | Compiling idna v1.1.0 |
| 2357 | 2026-05-20T04:08:49.393Z | Compiling bitflags v2.11.1 |
| 2358 | 2026-05-20T04:08:49.513Z | Compiling log v0.4.29 |
| 2359 | 2026-05-20T04:08:49.688Z | Compiling equivalent v1.0.2 |
| 2360 | 2026-05-20T04:08:49.765Z | Compiling url v2.5.8 |
| 2361 | 2026-05-20T04:08:49.779Z | Compiling zerocopy v0.8.48 |
| 2362 | 2026-05-20T04:08:49.791Z | Compiling rand_core v0.6.4 |
| 2363 | 2026-05-20T04:08:49.843Z | Compiling futures-sink v0.3.32 |
| 2364 | 2026-05-20T04:08:49.989Z | Compiling slab v0.4.12 |
| 2365 | 2026-05-20T04:08:50.059Z | Compiling futures-channel v0.3.32 |
| 2366 | 2026-05-20T04:08:50.225Z | Compiling futures-io v0.3.32 |
| 2367 | 2026-05-20T04:08:50.314Z | Compiling futures-task v0.3.32 |
| 2368 | 2026-05-20T04:08:50.342Z | Compiling typenum v1.20.0 |
| 2369 | 2026-05-20T04:08:50.391Z | Compiling schemars v0.8.22 |
| 2370 | 2026-05-20T04:08:50.430Z | Compiling futures-util v0.3.32 |
| 2371 | 2026-05-20T04:08:51.005Z | Compiling generic-array v0.14.7 |
| 2372 | 2026-05-20T04:08:51.521Z | Compiling hashbrown v0.17.1 |
| 2373 | 2026-05-20T04:08:51.540Z | Compiling tracing-core v0.1.36 |
| 2374 | 2026-05-20T04:08:51.875Z | Compiling base64 v0.22.1 |
| 2375 | 2026-05-20T04:08:52.179Z | Compiling indexmap v2.14.0 |
| 2376 | 2026-05-20T04:08:52.336Z | Compiling tracing v0.1.44 |
| 2377 | 2026-05-20T04:08:52.385Z | Compiling crypto-common v0.1.7 |
| 2378 | 2026-05-20T04:08:52.512Z | Compiling ipnetwork v0.21.1 |
| 2379 | 2026-05-20T04:08:52.639Z | Compiling http v1.4.0 |
| 2380 | 2026-05-20T04:08:52.686Z | Compiling unicode-ident v1.0.24 |
| 2381 | 2026-05-20T04:08:52.832Z | Compiling proc-macro2 v1.0.106 |
| 2382 | 2026-05-20T04:08:52.995Z | Compiling slog v2.8.2 |
| 2383 | 2026-05-20T04:08:53.015Z | Compiling erased-serde v0.3.31 |
| 2384 | 2026-05-20T04:08:53.044Z | Compiling rustls-pki-types v1.14.1 |
| 2385 | 2026-05-20T04:08:53.097Z | Compiling fnv v1.0.7 |
| 2386 | 2026-05-20T04:08:53.207Z | Compiling untrusted v0.9.0 |
| 2387 | 2026-05-20T04:08:53.347Z | Compiling quote v1.0.45 |
| 2388 | 2026-05-20T04:08:53.920Z | Compiling syn v2.0.117 |
| 2389 | 2026-05-20T04:08:54.074Z | Compiling tokio-util v0.7.18 |
| 2390 | 2026-05-20T04:08:54.173Z | Compiling oxnet v0.1.5 |
| 2391 | 2026-05-20T04:08:54.528Z | Compiling ipnet v2.12.0 |
| 2392 | 2026-05-20T04:08:54.555Z | Compiling byteorder v1.5.0 |
| 2393 | 2026-05-20T04:08:54.849Z | Compiling thiserror v1.0.69 |
| 2394 | 2026-05-20T04:08:54.927Z | Compiling ppv-lite86 v0.2.21 |
| 2395 | 2026-05-20T04:08:54.994Z | Compiling http-body v1.0.1 |
| 2396 | 2026-05-20T04:08:55.166Z | Compiling block-buffer v0.10.4 |
| 2397 | 2026-05-20T04:08:55.263Z | Compiling atomic-waker v1.1.2 |
| 2398 | 2026-05-20T04:08:55.312Z | Compiling digest v0.10.7 |
| 2399 | 2026-05-20T04:08:55.341Z | Compiling httparse v1.10.1 |
| 2400 | 2026-05-20T04:08:55.388Z | Compiling pretty-hex v0.4.2 |
| 2401 | 2026-05-20T04:08:55.397Z | Compiling tower-service v0.3.3 |
| 2402 | 2026-05-20T04:08:55.554Z | Compiling tower-layer v0.3.3 |
| 2403 | 2026-05-20T04:08:55.569Z | Compiling ryu v1.0.23 |
| 2404 | 2026-05-20T04:08:55.573Z | Compiling try-lock v0.2.5 |
| 2405 | 2026-05-20T04:08:55.683Z | Compiling want v0.3.1 |
| 2406 | 2026-05-20T04:08:55.694Z | Compiling h2 v0.4.14 |
| 2407 | 2026-05-20T04:08:55.718Z | Compiling httpdate v1.0.3 |
| 2408 | 2026-05-20T04:08:55.811Z | Compiling rustix v1.1.4 |
| 2409 | 2026-05-20T04:08:55.826Z | Compiling regex-syntax v0.8.10 |
| 2410 | 2026-05-20T04:08:55.865Z | Compiling plain v0.2.3 |
| 2411 | 2026-05-20T04:08:55.989Z | Compiling getrandom v0.3.4 |
| 2412 | 2026-05-20T04:08:56.096Z | Compiling omicron-workspace-hack v0.1.0 |
| 2413 | 2026-05-20T04:08:56.179Z | Compiling aws-lc-sys v0.41.0 |
| 2414 | 2026-05-20T04:08:56.186Z | Compiling ucd-trie v0.1.7 |
| 2415 | 2026-05-20T04:08:56.217Z | Compiling untrusted v0.7.1 |
| 2416 | 2026-05-20T04:08:56.331Z | Compiling rand_core v0.9.5 |
| 2417 | 2026-05-20T04:08:56.596Z | Compiling pest v2.8.6 |
| 2418 | 2026-05-20T04:08:56.749Z | Compiling aws-lc-rs v1.17.0 |
| 2419 | 2026-05-20T04:08:56.784Z | Compiling crossbeam-utils v0.8.21 |
| 2420 | 2026-05-20T04:08:57.562Z | Compiling serde_urlencoded v0.7.1 |
| 2421 | 2026-05-20T04:08:57.674Z | Compiling http-body-util v0.1.3 |
| 2422 | 2026-05-20T04:08:57.848Z | Compiling allocator-api2 v0.2.21 |
| 2423 | 2026-05-20T04:08:58.028Z | Compiling foldhash v0.2.0 |
| 2424 | 2026-05-20T04:08:58.270Z | Compiling hyper v1.9.0 |
| 2425 | 2026-05-20T04:08:58.280Z | Compiling rustls v0.23.40 |
| 2426 | 2026-05-20T04:08:58.289Z | Compiling hashbrown v0.16.1 |
| 2427 | 2026-05-20T04:08:58.574Z | Compiling rustls-webpki v0.103.13 |
| 2428 | 2026-05-20T04:08:59.052Z | Compiling newtype-uuid v1.3.2 |
| 2429 | 2026-05-20T04:08:59.591Z | Compiling hyper-util v0.1.20 |
| 2430 | 2026-05-20T04:09:00.093Z | Compiling cpufeatures v0.2.17 |
| 2431 | 2026-05-20T04:09:00.171Z | Compiling hex v0.4.3 |
| 2432 | 2026-05-20T04:09:00.493Z | Compiling daft v0.1.7 |
| 2433 | 2026-05-20T04:09:01.239Z | Compiling rand_chacha v0.9.0 |
| 2434 | 2026-05-20T04:09:01.746Z | Compiling sync_wrapper v1.0.2 |
| 2435 | 2026-05-20T04:09:01.849Z | Compiling aho-corasick v1.1.4 |
| 2436 | 2026-05-20T04:09:01.896Z | Compiling fastrand v2.4.1 |
| 2437 | 2026-05-20T04:09:02.210Z | Compiling tower v0.5.3 |
| 2438 | 2026-05-20T04:09:02.578Z | Compiling anyhow v1.0.102 |
| 2439 | 2026-05-20T04:09:02.691Z | Compiling rand v0.9.4 |
| 2440 | 2026-05-20T04:09:02.827Z | Compiling regex-automata v0.4.14 |
| 2441 | 2026-05-20T04:09:02.941Z | Compiling powerfmt v0.2.0 |
| 2442 | 2026-05-20T04:09:03.098Z | Compiling deranged v0.5.8 |
| 2443 | 2026-05-20T04:09:03.132Z | Compiling tower-http v0.6.10 |
| 2444 | 2026-05-20T04:09:03.305Z | Compiling openapiv3 v2.2.0 |
| 2445 | 2026-05-20T04:09:03.468Z | Compiling time-core v0.1.8 |
| 2446 | 2026-05-20T04:09:03.611Z | Compiling num-conv v0.2.1 |
| 2447 | 2026-05-20T04:09:03.767Z | Compiling openssl-probe v0.2.1 |
| 2448 | 2026-05-20T04:09:03.814Z | Compiling num_threads v0.1.7 |
| 2449 | 2026-05-20T04:09:03.907Z | Compiling rustls-native-certs v0.8.3 |
| 2450 | 2026-05-20T04:09:04.067Z | Compiling camino v1.2.2 |
| 2451 | 2026-05-20T04:09:04.184Z | Compiling time v0.3.47 |
| 2452 | 2026-05-20T04:09:04.618Z | Compiling tokio-rustls v0.26.4 |
| 2453 | 2026-05-20T04:09:04.763Z | Compiling tempfile v3.27.0 |
| 2454 | 2026-05-20T04:09:04.923Z | Compiling futures-executor v0.3.32 |
| 2455 | 2026-05-20T04:09:05.463Z | Compiling winnow v1.0.3 |
| 2456 | 2026-05-20T04:09:05.667Z | Compiling futures v0.3.32 |
| 2457 | 2026-05-20T04:09:05.690Z | Compiling hyper-rustls v0.27.9 |
| 2458 | 2026-05-20T04:09:05.767Z | Compiling regex v1.12.3 |
| 2459 | 2026-05-20T04:09:06.069Z | Compiling rustls-platform-verifier v0.7.0 |
| 2460 | 2026-05-20T04:09:06.722Z | Compiling crossbeam-channel v0.5.15 |
| 2461 | 2026-05-20T04:09:07.026Z | Compiling scroll v0.13.0 |
| 2462 | 2026-05-20T04:09:07.169Z | Compiling simd-adler32 v0.3.9 |
| 2463 | 2026-05-20T04:09:07.220Z | Compiling adler2 v2.0.1 |
| 2464 | 2026-05-20T04:09:07.230Z | Compiling goblin v0.10.5 |
| 2465 | 2026-05-20T04:09:07.230Z | Compiling crc32fast v1.5.0 |
| 2466 | 2026-05-20T04:09:07.381Z | Compiling miniz_oxide v0.8.9 |
| 2467 | 2026-05-20T04:09:07.440Z | Compiling reqwest v0.13.3 |
| 2468 | 2026-05-20T04:09:07.485Z | Compiling ring v0.17.14 |
| 2469 | 2026-05-20T04:09:08.454Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2470 | 2026-05-20T04:09:08.812Z | Compiling thread_local v1.1.9 |
| 2471 | 2026-05-20T04:09:09.172Z | Compiling either v1.15.0 |
| 2472 | 2026-05-20T04:09:09.413Z | Compiling rustls-webpki v0.102.8 |
| 2473 | 2026-05-20T04:09:10.037Z | Compiling flate2 v1.1.9 |
| 2474 | 2026-05-20T04:09:10.608Z | Compiling dof v0.4.0 |
| 2475 | 2026-05-20T04:09:11.294Z | Compiling dtrace-parser v0.3.0 |
| 2476 | 2026-05-20T04:09:11.795Z | Compiling rand_chacha v0.3.1 |
| 2477 | 2026-05-20T04:09:12.511Z | Compiling is-terminal v0.4.17 |
| 2478 | 2026-05-20T04:09:12.536Z | Compiling thread-id v5.1.0 |
| 2479 | 2026-05-20T04:09:12.624Z | Compiling match_cfg v0.1.0 |
| 2480 | 2026-05-20T04:09:12.721Z | Compiling debug-ignore v1.0.5 |
| 2481 | 2026-05-20T04:09:12.859Z | Compiling compression-core v0.4.32 |
| 2482 | 2026-05-20T04:09:13.034Z | Compiling term v1.2.1 |
| 2483 | 2026-05-20T04:09:13.775Z | Compiling take_mut v0.2.2 |
| 2484 | 2026-05-20T04:09:13.854Z | Compiling slog-async v2.8.0 |
| 2485 | 2026-05-20T04:09:13.943Z | Compiling slog-term v2.9.2 |
| 2486 | 2026-05-20T04:09:14.125Z | Compiling compression-codecs v0.4.38 |
| 2487 | 2026-05-20T04:09:14.508Z | Compiling hostname v0.3.1 |
| 2488 | 2026-05-20T04:09:14.637Z | Compiling usdt-impl v0.6.0 |
| 2489 | 2026-05-20T04:09:15.006Z | Compiling rand v0.8.6 |
| 2490 | 2026-05-20T04:09:15.294Z | Compiling ref-cast v1.0.25 |
| 2491 | 2026-05-20T04:09:15.363Z | Compiling rustls v0.22.4 |
| 2492 | 2026-05-20T04:09:15.388Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2493 | 2026-05-20T04:09:15.827Z | Compiling slog-json v2.6.1 |
| 2494 | 2026-05-20T04:09:16.049Z | Compiling strum v0.26.3 |
| 2495 | 2026-05-20T04:09:16.305Z | Compiling macaddr v1.0.1 |
| 2496 | 2026-05-20T04:09:16.505Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2497 | 2026-05-20T04:09:16.722Z | Compiling serde_spanned v1.1.1 |
| 2498 | 2026-05-20T04:09:16.848Z | Compiling wait-timeout v0.2.1 |
| 2499 | 2026-05-20T04:09:16.910Z | Compiling memmap2 v0.9.10 |
| 2500 | 2026-05-20T04:09:17.224Z | Compiling encoding_rs v0.8.35 |
| 2501 | 2026-05-20T04:09:17.345Z | Compiling mime v0.3.17 |
| 2502 | 2026-05-20T04:09:17.849Z | Compiling spin v0.9.8 |
| 2503 | 2026-05-20T04:09:17.964Z | Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2504 | 2026-05-20T04:09:18.229Z | Compiling quick-error v1.2.3 |
| 2505 | 2026-05-20T04:09:18.380Z | Compiling bit-vec v0.8.0 |
| 2506 | 2026-05-20T04:09:18.524Z | Compiling rusty-fork v0.3.1 |
| 2507 | 2026-05-20T04:09:18.697Z | Compiling bit-set v0.8.0 |
| 2508 | 2026-05-20T04:09:18.886Z | Compiling multer v3.1.0 |
| 2509 | 2026-05-20T04:09:18.976Z | Compiling toml v1.1.2+spec-1.1.0 |
| 2510 | 2026-05-20T04:09:19.380Z | Compiling tokio-rustls v0.25.0 |
| 2511 | 2026-05-20T04:09:19.658Z | Compiling usdt v0.6.0 |
| 2512 | 2026-05-20T04:09:19.899Z | Compiling slog-bunyan v2.5.0 |
| 2513 | 2026-05-20T04:09:20.034Z | Compiling async-compression v0.4.42 |
| 2514 | 2026-05-20T04:09:20.125Z | Compiling serde_with v3.20.0 |
| 2515 | 2026-05-20T04:09:20.330Z | Compiling async-stream v0.3.6 |
| 2516 | 2026-05-20T04:09:20.532Z | Compiling sha1 v0.10.6 |
| 2517 | 2026-05-20T04:09:20.532Z | Compiling rand_xorshift v0.4.0 |
| 2518 | 2026-05-20T04:09:20.703Z | Compiling waitgroup v0.1.2 |
| 2519 | 2026-05-20T04:09:20.871Z | Compiling rustls-pemfile v2.2.0 |
| 2520 | 2026-05-20T04:09:21.081Z | Compiling serde_path_to_error v0.1.20 |
| 2521 | 2026-05-20T04:09:21.167Z | Compiling hostname v0.4.2 |
| 2522 | 2026-05-20T04:09:21.386Z | Compiling unarray v0.1.4 |
| 2523 | 2026-05-20T04:09:21.412Z | Compiling dropshot v0.17.0 |
| 2524 | 2026-05-20T04:09:21.448Z | Compiling proptest v1.11.0 |
| 2525 | 2026-05-20T04:09:21.516Z | Compiling progenitor-client v0.14.0 |
| 2526 | 2026-05-20T04:09:22.020Z | Compiling strum v0.27.2 |
| 2527 | 2026-05-20T04:09:22.154Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2528 | 2026-05-20T04:09:22.203Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2529 | 2026-05-20T04:09:22.400Z | Compiling rustc-hash v2.1.2 |
| 2530 | 2026-05-20T04:09:22.462Z | Compiling iddqd v0.3.18 |
| 2531 | 2026-05-20T04:09:22.505Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2532 | 2026-05-20T04:09:22.808Z | Compiling reqwest v0.12.28 |
| 2533 | 2026-05-20T04:09:22.915Z | Compiling backon v1.6.0 |
| 2534 | 2026-05-20T04:09:23.191Z | Compiling instant v0.1.13 |
| 2535 | 2026-05-20T04:09:23.363Z | Compiling backoff v0.4.0 |
| 2536 | 2026-05-20T04:09:23.500Z | Compiling progenitor-extras v0.2.0 |
| 2537 | 2026-05-20T04:09:23.541Z | Compiling parse-display v0.10.0 |
| 2538 | 2026-05-20T04:09:23.754Z | Compiling itertools v0.14.0 |
| 2539 | 2026-05-20T04:09:24.357Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2540 | 2026-05-20T04:09:24.426Z | Compiling progenitor-client v0.10.0 |
| 2541 | 2026-05-20T04:09:24.924Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#ed02e1a3) |
| 2542 | 2026-05-20T04:09:25.201Z | Compiling regress v0.10.5 |
| 2543 | 2026-05-20T04:09:25.276Z | Compiling heck v0.5.0 |
| 2544 | 2026-05-20T04:09:25.859Z | Compiling unicode-width v0.2.2 |
| 2545 | 2026-05-20T04:09:26.182Z | Compiling secrecy v0.10.3 |
| 2546 | 2026-05-20T04:09:26.315Z | Compiling tinyvec_macros v0.1.1 |
| 2547 | 2026-05-20T04:09:26.356Z | Compiling num-integer v0.1.46 |
| 2548 | 2026-05-20T04:09:26.393Z | Compiling tinyvec v1.11.0 |
| 2549 | 2026-05-20T04:09:26.854Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2550 | 2026-05-20T04:09:26.865Z | Compiling scroll v0.12.0 |
| 2551 | 2026-05-20T04:09:27.168Z | Compiling crucible-workspace-hack v0.1.0 |
| 2552 | 2026-05-20T04:09:27.251Z | Compiling regress v0.11.1 |
| 2553 | 2026-05-20T04:09:28.814Z | Compiling hmac v0.12.1 |
| 2554 | 2026-05-20T04:09:28.870Z | Compiling inout v0.1.4 |
| 2555 | 2026-05-20T04:09:28.973Z | Compiling ff v0.13.1 |
| 2556 | 2026-05-20T04:09:29.037Z | Compiling utf8parse v0.2.2 |
| 2557 | 2026-05-20T04:09:29.127Z | Compiling anstyle-parse v1.0.0 |
| 2558 | 2026-05-20T04:09:29.158Z | Compiling group v0.13.0 |
| 2559 | 2026-05-20T04:09:29.279Z | Compiling cipher v0.4.4 |
| 2560 | 2026-05-20T04:09:29.356Z | Compiling typify-impl v0.6.2 |
| 2561 | 2026-05-20T04:09:29.538Z | Compiling hkdf v0.12.4 |
| 2562 | 2026-05-20T04:09:29.712Z | Compiling goblin v0.8.2 |
| 2563 | 2026-05-20T04:09:29.971Z | Compiling num-iter v0.1.45 |
| 2564 | 2026-05-20T04:09:30.108Z | Compiling num-rational v0.4.2 |
| 2565 | 2026-05-20T04:09:30.457Z | Compiling zerocopy v0.7.35 |
| 2566 | 2026-05-20T04:09:31.057Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2567 | 2026-05-20T04:09:31.245Z | Compiling terminal_size v0.4.4 |
| 2568 | 2026-05-20T04:09:31.408Z | Compiling half v2.7.1 |
| 2569 | 2026-05-20T04:09:31.770Z | Compiling universal-hash v0.5.1 |
| 2570 | 2026-05-20T04:09:31.921Z | Compiling crypto-bigint v0.5.5 |
| 2571 | 2026-05-20T04:09:32.159Z | Compiling num-complex v0.4.6 |
| 2572 | 2026-05-20T04:09:32.387Z | Compiling opaque-debug v0.3.1 |
| 2573 | 2026-05-20T04:09:32.468Z | Compiling anstyle v1.0.14 |
| 2574 | 2026-05-20T04:09:32.611Z | Compiling ciborium-io v0.2.2 |
| 2575 | 2026-05-20T04:09:32.715Z | Compiling base16ct v0.2.0 |
| 2576 | 2026-05-20T04:09:32.747Z | Compiling colorchoice v1.0.5 |
| 2577 | 2026-05-20T04:09:32.890Z | Compiling base64ct v1.8.3 |
| 2578 | 2026-05-20T04:09:32.950Z | Compiling anstyle-query v1.1.5 |
| 2579 | 2026-05-20T04:09:33.075Z | Compiling is_terminal_polyfill v1.70.2 |
| 2580 | 2026-05-20T04:09:33.181Z | Compiling anstream v1.0.0 |
| 2581 | 2026-05-20T04:09:33.237Z | Compiling password-hash v0.5.0 |
| 2582 | 2026-05-20T04:09:33.692Z | Compiling elliptic-curve v0.13.8 |
| 2583 | 2026-05-20T04:09:33.922Z | Compiling ciborium-ll v0.2.2 |
| 2584 | 2026-05-20T04:09:34.009Z | Compiling num v0.4.3 |
| 2585 | 2026-05-20T04:09:34.094Z | Compiling poly1305 v0.8.0 |
| 2586 | 2026-05-20T04:09:34.191Z | Compiling curve25519-dalek v4.1.3 |
| 2587 | 2026-05-20T04:09:34.203Z | Compiling dof v0.3.0 |
| 2588 | 2026-05-20T04:09:34.722Z | Compiling typify v0.6.2 |
| 2589 | 2026-05-20T04:09:34.840Z | Compiling thiserror-no-std v2.0.2 |
| 2590 | 2026-05-20T04:09:34.941Z | Compiling chacha20 v0.9.1 |
| 2591 | 2026-05-20T04:09:35.202Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2592 | 2026-05-20T04:09:35.416Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2593 | 2026-05-20T04:09:36.875Z | Compiling byte-wrapper v0.1.0 |
| 2594 | 2026-05-20T04:09:36.896Z | Compiling dtrace-parser v0.2.0 |
| 2595 | 2026-05-20T04:09:37.055Z | Compiling crossbeam-epoch v0.9.18 |
| 2596 | 2026-05-20T04:09:37.547Z | Compiling blake2 v0.10.6 |
| 2597 | 2026-05-20T04:09:37.575Z | Compiling aead v0.5.2 |
| 2598 | 2026-05-20T04:09:37.771Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2599 | 2026-05-20T04:09:37.868Z | Compiling thread-id v4.2.2 |
| 2600 | 2026-05-20T04:09:38.009Z | Compiling float-ord v0.3.2 |
| 2601 | 2026-05-20T04:09:38.066Z | Compiling keccak v0.1.6 |
| 2602 | 2026-05-20T04:09:38.129Z | Compiling strsim v0.11.1 |
| 2603 | 2026-05-20T04:09:38.785Z | Compiling clap_lex v1.1.0 |
| 2604 | 2026-05-20T04:09:38.965Z | Compiling clap_builder v4.6.0 |
| 2605 | 2026-05-20T04:09:39.116Z | Compiling sha3 v0.10.9 |
| 2606 | 2026-05-20T04:09:39.155Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2607 | 2026-05-20T04:09:39.336Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2608 | 2026-05-20T04:09:39.468Z | Compiling usdt-impl v0.5.0 |
| 2609 | 2026-05-20T04:09:39.512Z | Compiling argon2 v0.5.3 |
| 2610 | 2026-05-20T04:09:40.543Z | Compiling chacha20poly1305 v0.10.1 |
| 2611 | 2026-05-20T04:09:40.695Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2612 | 2026-05-20T04:09:40.778Z | Compiling vsss-rs v3.3.4 |
| 2613 | 2026-05-20T04:09:42.288Z | Compiling ciborium v0.2.2 |
| 2614 | 2026-05-20T04:09:43.204Z | Compiling hash32 v0.3.1 |
| 2615 | 2026-05-20T04:09:43.385Z | Compiling memmap v0.7.0 |
| 2616 | 2026-05-20T04:09:43.630Z | Compiling data-encoding v2.11.0 |
| 2617 | 2026-05-20T04:09:43.802Z | Compiling indent_write v2.2.0 |
| 2618 | 2026-05-20T04:09:43.962Z | Compiling usdt v0.5.0 |
| 2619 | 2026-05-20T04:09:44.619Z | Compiling heapless v0.8.0 |
| 2620 | 2026-05-20T04:09:45.122Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2621 | 2026-05-20T04:09:45.634Z | Compiling ingot-types v0.1.2 |
| 2622 | 2026-05-20T04:09:46.114Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2623 | 2026-05-20T04:09:46.215Z | Compiling clap v4.6.1 |
| 2624 | 2026-05-20T04:09:46.340Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2625 | 2026-05-20T04:09:46.353Z | Compiling rustix v0.38.44 |
| 2626 | 2026-05-20T04:09:46.614Z | Compiling tabwriter v1.4.1 |
| 2627 | 2026-05-20T04:09:46.668Z | Compiling cobs v0.3.0 |
| 2628 | 2026-05-20T04:09:46.951Z | Compiling bitflags v1.3.2 |
| 2629 | 2026-05-20T04:09:46.984Z | Compiling foreign-types-shared v0.3.1 |
| 2630 | 2026-05-20T04:09:47.032Z | Compiling colored v3.1.1 |
| 2631 | 2026-05-20T04:09:47.085Z | Compiling managed v0.8.0 |
| 2632 | 2026-05-20T04:09:47.381Z | Compiling cpufeatures v0.3.0 |
| 2633 | 2026-05-20T04:09:47.497Z | Compiling chacha20 v0.10.0 |
| 2634 | 2026-05-20T04:09:47.678Z | Compiling smoltcp v0.11.0 |
| 2635 | 2026-05-20T04:09:47.709Z | Compiling foreign-types v0.5.0 |
| 2636 | 2026-05-20T04:09:47.758Z | Compiling postcard v1.1.3 |
| 2637 | 2026-05-20T04:09:47.802Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2638 | 2026-05-20T04:09:48.142Z | Compiling num_enum v0.7.6 |
| 2639 | 2026-05-20T04:09:48.273Z | Compiling ingot v0.1.1 |
| 2640 | 2026-05-20T04:09:49.649Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2641 | 2026-05-20T04:09:49.726Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2642 | 2026-05-20T04:09:49.938Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2643 | 2026-05-20T04:09:50.064Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2644 | 2026-05-20T04:09:50.167Z | Compiling toml_datetime v0.6.11 |
| 2645 | 2026-05-20T04:09:50.489Z | Compiling serde_spanned v0.6.9 |
| 2646 | 2026-05-20T04:09:50.518Z | Compiling cstr-argument v0.1.2 |
| 2647 | 2026-05-20T04:09:50.562Z | Compiling static_assertions v1.1.0 |
| 2648 | 2026-05-20T04:09:50.646Z | Compiling linked-hash-map v0.5.6 |
| 2649 | 2026-05-20T04:09:50.657Z | Compiling resolv-conf v0.7.6 |
| 2650 | 2026-05-20T04:09:50.690Z | Compiling winnow v0.7.15 |
| 2651 | 2026-05-20T04:09:50.920Z | Compiling unicode-segmentation v1.13.2 |
| 2652 | 2026-05-20T04:09:51.068Z | Compiling swrite v0.1.0 |
| 2653 | 2026-05-20T04:09:51.208Z | Compiling toml_write v0.1.2 |
| 2654 | 2026-05-20T04:09:51.321Z | Compiling newline-converter v0.3.0 |
| 2655 | 2026-05-20T04:09:51.333Z | Compiling lru-cache v0.1.2 |
| 2656 | 2026-05-20T04:09:51.438Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2657 | 2026-05-20T04:09:51.452Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2658 | 2026-05-20T04:09:51.462Z | Compiling hubpack v0.1.2 |
| 2659 | 2026-05-20T04:09:51.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2660 | 2026-05-20T04:09:51.646Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#a611f32a) |
| 2661 | 2026-05-20T04:09:51.711Z | Compiling memoffset v0.9.1 |
| 2662 | 2026-05-20T04:09:51.808Z | Compiling rand v0.10.1 |
| 2663 | 2026-05-20T04:09:51.869Z | Compiling atomicwrites v0.4.4 |
| 2664 | 2026-05-20T04:09:51.894Z | Compiling hickory-proto v0.24.4 |
| 2665 | 2026-05-20T04:09:52.197Z | Compiling crossbeam-deque v0.8.6 |
| 2666 | 2026-05-20T04:09:52.412Z | Compiling toml_edit v0.22.27 |
| 2667 | 2026-05-20T04:09:52.641Z | Compiling console v0.15.11 |
| 2668 | 2026-05-20T04:09:52.650Z | Compiling itertools v0.12.1 |
| 2669 | 2026-05-20T04:09:53.231Z | Compiling camino-tempfile v1.4.1 |
| 2670 | 2026-05-20T04:09:53.639Z | Compiling serde-big-array v0.5.1 |
| 2671 | 2026-05-20T04:09:54.022Z | Compiling lazy_static v1.5.0 |
| 2672 | 2026-05-20T04:09:54.993Z | Compiling similar v2.7.0 |
| 2673 | 2026-05-20T04:09:54.993Z | Compiling siphasher v1.0.3 |
| 2674 | 2026-05-20T04:09:55.139Z | Compiling toml v0.8.23 |
| 2675 | 2026-05-20T04:09:55.139Z | Compiling phf_shared v0.12.1 |
| 2676 | 2026-05-20T04:09:55.227Z | Compiling expectorate v1.2.0 |
| 2677 | 2026-05-20T04:09:55.227Z | Compiling hickory-resolver v0.24.4 |
| 2678 | 2026-05-20T04:09:55.953Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2679 | 2026-05-20T04:09:57.004Z | Compiling pin-project v1.1.13 |
| 2680 | 2026-05-20T04:09:57.054Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2681 | 2026-05-20T04:09:57.054Z | Compiling prettyplease v0.2.37 |
| 2682 | 2026-05-20T04:09:57.222Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#53f86457) |
| 2683 | 2026-05-20T04:10:00.663Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2684 | 2026-05-20T04:10:00.775Z | Compiling rayon-core v1.13.0 |
| 2685 | 2026-05-20T04:10:00.775Z | Compiling nix v0.31.3 |
| 2686 | 2026-05-20T04:10:01.077Z | Compiling num_enum v0.5.11 |
| 2687 | 2026-05-20T04:10:01.117Z | Compiling progenitor-impl v0.14.0 |
| 2688 | 2026-05-20T04:10:03.914Z | Compiling progenitor-impl v0.13.0 |
| 2689 | 2026-05-20T04:10:03.921Z | Compiling unicode-normalization v0.1.25 |
| 2690 | 2026-05-20T04:10:03.921Z | Compiling progenitor-client v0.13.0 |
| 2691 | 2026-05-20T04:10:03.921Z | Compiling tokio-stream v0.1.18 |
| 2692 | 2026-05-20T04:10:03.921Z | Compiling csv-core v0.1.13 |
| 2693 | 2026-05-20T04:10:03.921Z | Compiling bstr v1.12.1 |
| 2694 | 2026-05-20T04:10:03.952Z | Compiling highway v1.3.0 |
| 2695 | 2026-05-20T04:10:05.271Z | Compiling foreign-types-shared v0.1.1 |
| 2696 | 2026-05-20T04:10:05.762Z | Compiling same-file v1.0.6 |
| 2697 | 2026-05-20T04:10:05.863Z | Compiling unicode-width v0.1.14 |
| 2698 | 2026-05-20T04:10:05.863Z | Compiling konst_macro_rules v0.2.19 |
| 2699 | 2026-05-20T04:10:05.863Z | Compiling foldhash v0.1.5 |
| 2700 | 2026-05-20T04:10:05.863Z | Compiling konst v0.2.20 |
| 2701 | 2026-05-20T04:10:05.863Z | Compiling walkdir v2.5.0 |
| 2702 | 2026-05-20T04:10:05.863Z | Compiling hashbrown v0.15.5 |
| 2703 | 2026-05-20T04:10:05.863Z | Compiling foreign-types v0.3.2 |
| 2704 | 2026-05-20T04:10:05.863Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2705 | 2026-05-20T04:10:05.863Z | Compiling globset v0.4.18 |
| 2706 | 2026-05-20T04:10:05.863Z | Compiling csv v1.4.0 |
| 2707 | 2026-05-20T04:10:06.599Z | Compiling progenitor v0.13.0 |
| 2708 | 2026-05-20T04:10:07.221Z | Compiling snafu v0.8.9 |
| 2709 | 2026-05-20T04:10:07.285Z | Compiling qorb v0.4.1 |
| 2710 | 2026-05-20T04:10:08.673Z | Compiling olpc-cjson v0.1.4 |
| 2711 | 2026-05-20T04:10:08.841Z | Compiling progenitor v0.14.0 |
| 2712 | 2026-05-20T04:10:08.894Z | Compiling rayon v1.12.0 |
| 2713 | 2026-05-20T04:10:09.008Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2714 | 2026-05-20T04:10:09.714Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2715 | 2026-05-20T04:10:11.159Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2716 | 2026-05-20T04:10:12.151Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2717 | 2026-05-20T04:10:13.600Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2718 | 2026-05-20T04:10:14.298Z | Compiling phf v0.12.1 |
| 2719 | 2026-05-20T04:10:14.467Z | Compiling openssl-sys v0.9.116 |
| 2720 | 2026-05-20T04:10:14.912Z | Compiling tokio-dtrace v0.1.1 |
| 2721 | 2026-05-20T04:10:15.259Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2722 | 2026-05-20T04:10:17.209Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2723 | 2026-05-20T04:10:17.317Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2724 | 2026-05-20T04:10:17.415Z | Compiling libsw-core v0.3.2 |
| 2725 | 2026-05-20T04:10:17.582Z | Compiling pem v3.0.6 |
| 2726 | 2026-05-20T04:10:17.760Z | Compiling serde_plain v1.0.2 |
| 2727 | 2026-05-20T04:10:18.052Z | Compiling sigpipe v0.1.3 |
| 2728 | 2026-05-20T04:10:18.160Z | Compiling typed-path v0.9.3 |
| 2729 | 2026-05-20T04:10:18.348Z | Compiling fixedbitset v0.5.7 |
| 2730 | 2026-05-20T04:10:18.753Z | Compiling minimal-lexical v0.2.1 |
| 2731 | 2026-05-20T04:10:18.837Z | Compiling bytecount v0.6.9 |
| 2732 | 2026-05-20T04:10:18.870Z | Compiling fixedbitset v0.4.2 |
| 2733 | 2026-05-20T04:10:19.086Z | Compiling jiff v0.2.24 |
| 2734 | 2026-05-20T04:10:19.117Z | Compiling glob v0.3.3 |
| 2735 | 2026-05-20T04:10:19.269Z | Compiling tough v0.22.0 |
| 2736 | 2026-05-20T04:10:20.086Z | Compiling petgraph v0.6.5 |
| 2737 | 2026-05-20T04:10:20.476Z | Compiling papergrid v0.11.0 |
| 2738 | 2026-05-20T04:10:21.063Z | Compiling nom v7.1.3 |
| 2739 | 2026-05-20T04:10:21.196Z | Compiling petgraph v0.8.3 |
| 2740 | 2026-05-20T04:10:21.573Z | Compiling openssl v0.10.80 |
| 2741 | 2026-05-20T04:10:21.949Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2742 | 2026-05-20T04:10:22.899Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2743 | 2026-05-20T04:10:24.670Z | Compiling libsw v3.5.0 |
| 2744 | 2026-05-20T04:10:24.817Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2745 | 2026-05-20T04:10:24.817Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2746 | 2026-05-20T04:10:24.883Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2747 | 2026-05-20T04:10:25.275Z | Compiling zone v0.3.1 |
| 2748 | 2026-05-20T04:10:25.865Z | Compiling oxide-tokio-rt v0.1.6 |
| 2749 | 2026-05-20T04:10:26.527Z | Compiling chrono-tz v0.10.4 |
| 2750 | 2026-05-20T04:10:27.084Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2751 | 2026-05-20T04:10:27.116Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2752 | 2026-05-20T04:10:27.293Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2753 | 2026-05-20T04:10:27.484Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#e25e5299) |
| 2754 | 2026-05-20T04:10:27.575Z | Compiling newtype_derive v0.1.6 |
| 2755 | 2026-05-20T04:10:27.670Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2756 | 2026-05-20T04:10:28.046Z | Compiling slog-dtrace v0.3.0 |
| 2757 | 2026-05-20T04:10:28.774Z | Compiling cancel-safe-futures v0.1.5 |
| 2758 | 2026-05-20T04:10:29.139Z | Compiling const_format v0.2.36 |
| 2759 | 2026-05-20T04:10:29.652Z | Compiling owo-colors v4.3.0 |
| 2760 | 2026-05-20T04:10:30.058Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2761 | 2026-05-20T04:10:30.552Z | Compiling gethostname v0.5.0 |
| 2762 | 2026-05-20T04:10:30.689Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2763 | 2026-05-20T04:10:30.810Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2764 | 2026-05-20T04:10:30.955Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2765 | 2026-05-20T04:10:31.080Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2766 | 2026-05-20T04:10:31.407Z | Compiling bcs v0.1.6 |
| 2767 | 2026-05-20T04:10:31.436Z | Compiling smf v0.2.3 |
| 2768 | 2026-05-20T04:10:31.812Z | Compiling tagptr v0.2.0 |
| 2769 | 2026-05-20T04:10:31.868Z | Compiling linear-map v1.2.0 |
| 2770 | 2026-05-20T04:10:31.974Z | Compiling unicode-linebreak v0.1.5 |
| 2771 | 2026-05-20T04:10:32.058Z | Compiling termtree v0.5.1 |
| 2772 | 2026-05-20T04:10:32.241Z | Compiling smawk v0.3.2 |
| 2773 | 2026-05-20T04:10:32.286Z | Compiling whoami v1.6.1 |
| 2774 | 2026-05-20T04:10:32.425Z | Compiling textwrap v0.16.2 |
| 2775 | 2026-05-20T04:10:32.716Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2776 | 2026-05-20T04:10:32.716Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2777 | 2026-05-20T04:10:32.855Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2778 | 2026-05-20T04:10:32.902Z | Compiling moka v0.12.15 |
| 2779 | 2026-05-20T04:10:35.308Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2780 | 2026-05-20T04:10:35.328Z | Compiling tabled v0.15.0 |
| 2781 | 2026-05-20T04:10:35.329Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2782 | 2026-05-20T04:10:35.329Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2783 | 2026-05-20T04:10:35.329Z | Compiling steno v0.4.1 |
| 2784 | 2026-05-20T04:10:35.861Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2785 | 2026-05-20T04:10:36.548Z | Compiling cookie v0.18.1 |
| 2786 | 2026-05-20T04:10:37.980Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2787 | 2026-05-20T04:10:41.590Z | Compiling hickory-proto v0.25.2 |
| 2788 | 2026-05-20T04:10:42.715Z | Compiling humantime v2.3.0 |
| 2789 | 2026-05-20T04:10:43.076Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2790 | 2026-05-20T04:10:43.143Z | Compiling arc-swap v1.9.1 |
| 2791 | 2026-05-20T04:10:43.522Z | Compiling slog-scope v4.4.1 |
| 2792 | 2026-05-20T04:10:43.656Z | Compiling libscf-sys v1.2.0 |
| 2793 | 2026-05-20T04:10:43.808Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2794 | 2026-05-20T04:10:43.980Z | Compiling hickory-resolver v0.25.2 |
| 2795 | 2026-05-20T04:10:44.870Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2796 | 2026-05-20T04:10:47.596Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2797 | 2026-05-20T04:10:47.641Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2798 | 2026-05-20T04:10:47.642Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2799 | 2026-05-20T04:10:47.642Z | Compiling slog-stdlog v4.1.1 |
| 2800 | 2026-05-20T04:10:47.642Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2801 | 2026-05-20T04:10:47.642Z | Compiling slog-envlogger v2.2.0 |
| 2802 | 2026-05-20T04:10:47.727Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#2dcfe294) |
| 2803 | 2026-05-20T04:10:47.921Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2804 | 2026-05-20T04:10:48.893Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2805 | 2026-05-20T04:10:58.103Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2806 | 2026-05-20T04:11:01.029Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#02147419) |
| 2807 | 2026-05-20T04:11:02.447Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2808 | 2026-05-20T04:11:11.697Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2809 | 2026-05-20T04:11:16.483Z | Finished `release` profile [optimized] target(s) in 2m 31s |
| 2810 | 2026-05-20T04:11:16.596Z | Running unittests src/lib.rs (target/release/deps/mg_tests-f6d23afa8bd57bcf) |
| 2811 | 2026-05-20T04:11:16.599Z | |
| 2812 | 2026-05-20T04:11:16.599Z | running 1 test |
| 2813 | 2026-05-20T04:11:16.776Z | configure zone |
| 2814 | 2026-05-20T04:11:16.794Z | install zone |
| 2815 | 2026-05-20T04:11:26.545Z | boot zone |
| 2816 | 2026-05-20T04:11:26.654Z | start zone s1 |
| 2817 | 2026-05-20T04:11:26.660Z | configure zone |
| 2818 | 2026-05-20T04:11:26.660Z | install zone |
| 2819 | 2026-05-20T04:11:28.606Z | boot zone |
| 2820 | 2026-05-20T04:11:28.706Z | start zone s2 |
| 2821 | 2026-05-20T04:11:28.710Z | configure zone |
| 2822 | 2026-05-20T04:11:28.716Z | install zone |
| 2823 | 2026-05-20T04:11:30.999Z | boot zone |
| 2824 | 2026-05-20T04:11:31.108Z | start zone s3 |
| 2825 | 2026-05-20T04:11:31.108Z | configure zone |
| 2826 | 2026-05-20T04:11:31.118Z | install zone |
| 2827 | 2026-05-20T04:11:33.833Z | boot zone |
| 2828 | 2026-05-20T04:11:33.937Z | start zone t1 |
| 2829 | 2026-05-20T04:11:33.937Z | configure zone |
| 2830 | 2026-05-20T04:11:33.948Z | install zone |
| 2831 | 2026-05-20T04:11:36.657Z | boot zone |
| 2832 | 2026-05-20T04:11:36.771Z | waiting for zones to come up |
| 2833 | 2026-05-20T04:11:46.770Z | [sidecar.quartet] svcs milestone/network |
| 2834 | 2026-05-20T04:11:46.798Z | STATE STIME FMRI |
| 2835 | 2026-05-20T04:11:46.798Z | online 4:11:26 svc:/milestone/network:default |
| 2836 | 2026-05-20T04:11:46.798Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
| 2837 | 2026-05-20T04:11:46.824Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
| 2838 | 2026-05-20T04:11:46.852Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
| 2839 | 2026-05-20T04:11:46.873Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
| 2840 | 2026-05-20T04:11:46.876Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2841 | 2026-05-20T04:11:46.889Z | |
| 2842 | 2026-05-20T04:11:46.889Z | running zone s1.quartet setup |
| 2843 | 2026-05-20T04:11:46.889Z | [s1.quartet] svcs milestone/network |
| 2844 | 2026-05-20T04:11:46.905Z | STATE STIME FMRI |
| 2845 | 2026-05-20T04:11:46.905Z | online 4:11:28 svc:/milestone/network:default |
| 2846 | 2026-05-20T04:11:46.905Z | [s1.quartet] dladm |
| 2847 | 2026-05-20T04:11:46.919Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2848 | 2026-05-20T04:11:46.919Z | sl0 simnet 9000 up -- ? |
| 2849 | 2026-05-20T04:11:46.919Z | mgs1 vnic 9000 up -- ? |
| 2850 | 2026-05-20T04:11:46.919Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
| 2851 | 2026-05-20T04:11:47.424Z | |
| 2852 | 2026-05-20T04:11:47.424Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
| 2853 | 2026-05-20T04:11:47.434Z | |
| 2854 | 2026-05-20T04:11:47.434Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2855 | 2026-05-20T04:11:47.446Z | |
| 2856 | 2026-05-20T04:11:47.446Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
| 2857 | 2026-05-20T04:11:47.539Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
| 2858 | 2026-05-20T04:11:47.613Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 0f3246e2-2bbc-4880-a87a-7d52fb61633a --sled-uuid 7a93ed83-7401-4ca8-bbcf-e8979bce702a -a sl0/v6 &> /opt/ddmd.log & |
| 2859 | 2026-05-20T04:11:47.628Z | |
| 2860 | 2026-05-20T04:11:47.628Z | running zone s2.quartet setup |
| 2861 | 2026-05-20T04:11:47.628Z | [s2.quartet] svcs milestone/network |
| 2862 | 2026-05-20T04:11:47.645Z | STATE STIME FMRI |
| 2863 | 2026-05-20T04:11:47.646Z | online 4:11:30 svc:/milestone/network:default |
| 2864 | 2026-05-20T04:11:47.646Z | [s2.quartet] dladm |
| 2865 | 2026-05-20T04:11:47.658Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2866 | 2026-05-20T04:11:47.658Z | sl1 simnet 9000 up -- ? |
| 2867 | 2026-05-20T04:11:47.658Z | mgs2 vnic 9000 up -- ? |
| 2868 | 2026-05-20T04:11:47.658Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
| 2869 | 2026-05-20T04:11:48.274Z | |
| 2870 | 2026-05-20T04:11:48.274Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
| 2871 | 2026-05-20T04:11:48.289Z | |
| 2872 | 2026-05-20T04:11:48.289Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2873 | 2026-05-20T04:11:48.301Z | |
| 2874 | 2026-05-20T04:11:48.301Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
| 2875 | 2026-05-20T04:11:48.338Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
| 2876 | 2026-05-20T04:11:48.367Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 7976f092-ad5d-4066-bbb7-748fbb26e9af --sled-uuid 52a64e83-a7ab-4fa7-9b11-b95be3b4f857 -a sl1/v6 &> /opt/ddmd.log & |
| 2877 | 2026-05-20T04:11:48.378Z | |
| 2878 | 2026-05-20T04:11:48.378Z | running zone s3.quartet setup |
| 2879 | 2026-05-20T04:11:48.378Z | [s3.quartet] svcs milestone/network |
| 2880 | 2026-05-20T04:11:48.393Z | STATE STIME FMRI |
| 2881 | 2026-05-20T04:11:48.393Z | online 4:11:33 svc:/milestone/network:default |
| 2882 | 2026-05-20T04:11:48.393Z | [s3.quartet] dladm |
| 2883 | 2026-05-20T04:11:48.407Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2884 | 2026-05-20T04:11:48.407Z | sl2 simnet 9000 up -- ? |
| 2885 | 2026-05-20T04:11:48.407Z | mgs3 vnic 9000 up -- ? |
| 2886 | 2026-05-20T04:11:48.407Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
| 2887 | 2026-05-20T04:11:48.923Z | |
| 2888 | 2026-05-20T04:11:48.923Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
| 2889 | 2026-05-20T04:11:48.936Z | |
| 2890 | 2026-05-20T04:11:48.936Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2891 | 2026-05-20T04:11:48.948Z | |
| 2892 | 2026-05-20T04:11:48.948Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
| 2893 | 2026-05-20T04:11:48.983Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
| 2894 | 2026-05-20T04:11:49.024Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid e5aef302-a395-4bae-b266-c7e5bda76558 --sled-uuid 662446fd-ccca-4776-ad0c-c4801d58e6e9 -a sl2/v6 &> /opt/ddmd.log & |
| 2895 | 2026-05-20T04:11:49.035Z | |
| 2896 | 2026-05-20T04:11:49.035Z | running zone t1.quartet setup |
| 2897 | 2026-05-20T04:11:49.035Z | [t1.quartet] svcs milestone/network |
| 2898 | 2026-05-20T04:11:49.053Z | STATE STIME FMRI |
| 2899 | 2026-05-20T04:11:49.053Z | online 4:11:36 svc:/milestone/network:default |
| 2900 | 2026-05-20T04:11:49.053Z | [t1.quartet] dladm |
| 2901 | 2026-05-20T04:11:49.064Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2902 | 2026-05-20T04:11:49.064Z | tfportrear0_0 simnet 9000 up -- ? |
| 2903 | 2026-05-20T04:11:49.064Z | tfportrear1_0 simnet 9000 up -- ? |
| 2904 | 2026-05-20T04:11:49.064Z | tfportrear2_0 simnet 9000 up -- ? |
| 2905 | 2026-05-20T04:11:49.064Z | mgt1 vnic 9000 up -- ? |
| 2906 | 2026-05-20T04:11:49.064Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
| 2907 | 2026-05-20T04:11:49.557Z | |
| 2908 | 2026-05-20T04:11:49.557Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2909 | 2026-05-20T04:11:49.571Z | |
| 2910 | 2026-05-20T04:11:49.571Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2911 | 2026-05-20T04:11:49.584Z | |
| 2912 | 2026-05-20T04:11:49.584Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
| 2913 | 2026-05-20T04:11:49.597Z | |
| 2914 | 2026-05-20T04:11:49.597Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
| 2915 | 2026-05-20T04:11:49.608Z | |
| 2916 | 2026-05-20T04:11:49.608Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
| 2917 | 2026-05-20T04:11:49.933Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
| 2918 | 2026-05-20T04:11:49.936Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
| 2919 | 2026-05-20T04:11:49.939Z | waiting 3s for copy of files to zone to complete ... |
| 2920 | 2026-05-20T04:11:52.943Z | [t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2921 | 2026-05-20T04:11:53.075Z | |
| 2922 | 2026-05-20T04:11:53.075Z | [t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2923 | 2026-05-20T04:11:53.179Z | |
| 2924 | 2026-05-20T04:11:53.179Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
| 2925 | 2026-05-20T04:11:53.216Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
| 2926 | 2026-05-20T04:11:53.248Z | [t1.quartet] svcadm disable dendrite |
| 2927 | 2026-05-20T04:11:53.278Z | |
| 2928 | 2026-05-20T04:11:53.278Z | [t1.quartet] svcadm disable tfport |
| 2929 | 2026-05-20T04:11:53.306Z | |
| 2930 | 2026-05-20T04:11:53.306Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2931 | 2026-05-20T04:11:53.323Z | |
| 2932 | 2026-05-20T04:11:53.323Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
| 2933 | 2026-05-20T04:11:53.358Z | |
| 2934 | 2026-05-20T04:11:53.358Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2935 | 2026-05-20T04:11:53.399Z | |
| 2936 | 2026-05-20T04:11:53.399Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2937 | 2026-05-20T04:11:53.407Z | |
| 2938 | 2026-05-20T04:11:53.407Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
| 2939 | 2026-05-20T04:11:53.425Z | |
| 2940 | 2026-05-20T04:11:53.425Z | [t1.quartet] svcadm refresh dendrite:default |
| 2941 | 2026-05-20T04:11:53.451Z | |
| 2942 | 2026-05-20T04:11:53.451Z | [t1.quartet] svcadm enable dendrite:default |
| 2943 | 2026-05-20T04:11:53.469Z | |
| 2944 | 2026-05-20T04:11:53.469Z | wait 10s for dendrite to come up ... |
| 2945 | 2026-05-20T04:12:03.473Z | [t1.quartet] svccfg -s tfport setprop config/pkt_source = none |
| 2946 | 2026-05-20T04:12:03.514Z | |
| 2947 | 2026-05-20T04:12:03.514Z | [t1.quartet] svccfg -s tfport setprop config/flags = --sync-only |
| 2948 | 2026-05-20T04:12:03.526Z | |
| 2949 | 2026-05-20T04:12:03.526Z | [t1.quartet] svcadm refresh tfport:default |
| 2950 | 2026-05-20T04:12:03.553Z | |
| 2951 | 2026-05-20T04:12:03.553Z | [t1.quartet] svcadm enable tfport |
| 2952 | 2026-05-20T04:12:03.571Z | |
| 2953 | 2026-05-20T04:12:03.571Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 4cddc0de-7e6a-4834-ba06-fe0a5aaa093a --sled-uuid 80c0f00d-5c4e-4cc7-88d7-d2fed45b3011 -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
| 2954 | 2026-05-20T04:12:03.576Z | |
| 2955 | 2026-05-20T04:12:03.576Z | [t1.quartet] ipadm |
| 2956 | 2026-05-20T04:12:03.587Z | ADDROBJ TYPE STATE ADDR |
| 2957 | 2026-05-20T04:12:03.587Z | lo0/v4 static ok 127.0.0.1/8 |
| 2958 | 2026-05-20T04:12:03.587Z | mgt1/v4 static ok 10.0.0.4/24 |
| 2959 | 2026-05-20T04:12:03.587Z | lo0/v6 static ok ::1/128 |
| 2960 | 2026-05-20T04:12:03.587Z | lo0/u6 static ok fd00:4::1/64 |
| 2961 | 2026-05-20T04:12:03.587Z | tfportrear0_0/v6 addrconf ok fe80::fc87:bff:fee3:1154%tfportrear0_0/10 |
| 2962 | 2026-05-20T04:12:03.587Z | tfportrear1_0/v6 addrconf ok fe80::e831:e8ff:feff:6ccd%tfportrear1_0/10 |
| 2963 | 2026-05-20T04:12:03.587Z | tfportrear2_0/v6 addrconf ok fe80::e097:b7ff:feb6:1922%tfportrear2_0/10 |
| 2964 | 2026-05-20T04:12:05.721Z | initial peering test passed |
| 2965 | 2026-05-20T04:12:06.718Z | [s3.quartet] ping fd00:1::1 |
| 2966 | 2026-05-20T04:12:06.734Z | fd00:1::1 is alive |
| 2967 | 2026-05-20T04:12:16.613Z | test ddm::test_quartet has been running for over 60 seconds |
| 2968 | 2026-05-20T04:12:18.579Z | [s3.quartet] ping fd00:1::1 |
| 2969 | 2026-05-20T04:12:18.677Z | fd00:1::1 is alive |
| 2970 | 2026-05-20T04:12:18.677Z | [t1.quartet] pkill ddmd |
| 2971 | 2026-05-20T04:12:18.677Z | |
| 2972 | 2026-05-20T04:12:18.678Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
| 2973 | 2026-05-20T04:12:18.678Z | cp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log |
| 2974 | 2026-05-20T04:12:19.689Z | [s3.quartet] pkill ddmd |
| 2975 | 2026-05-20T04:12:19.728Z | |
| 2976 | 2026-05-20T04:12:19.728Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
| 2977 | 2026-05-20T04:12:21.489Z | [s2.quartet] pkill ddmd |
| 2978 | 2026-05-20T04:12:21.511Z | |
| 2979 | 2026-05-20T04:12:21.511Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
| 2980 | 2026-05-20T04:12:26.963Z | [s1.quartet] pkill ddmd |
| 2981 | 2026-05-20T04:12:27.039Z | |
| 2982 | 2026-05-20T04:12:27.039Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
| 2983 | 2026-05-20T04:12:27.078Z | [sidecar.quartet] pkill softnpu |
| 2984 | 2026-05-20T04:12:27.078Z | |
| 2985 | 2026-05-20T04:12:27.078Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
| 2986 | 2026-05-20T04:12:28.288Z | test ddm::test_quartet ... ok |
| 2987 | 2026-05-20T04:12:28.288Z | |
| 2988 | 2026-05-20T04:12:28.288Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 71.68s |
| 2989 | 2026-05-20T04:12:28.288Z | |
| 2990 | 2026-05-20T04:12:28.351Z | + cleanup |
| 2991 | 2026-05-20T04:12:28.370Z | ++ id -un |
| 2992 | 2026-05-20T04:12:28.379Z | ++ id -gn |
| 2993 | 2026-05-20T04:12:28.379Z | + pfexec chown -R build:build . |
| 2994 | 2026-05-20T04:12:28.980Z | process exited: duration 793467 ms, exit code 0 |
| |
| 2995 | 2026-05-20T04:12:28.990Z | found 6 output files |
| 2996 | 2026-05-20T04:12:28.991Z | uploading: /work/s1.quartet.log (4357 bytes) |
| 2997 | 2026-05-20T04:12:30.011Z | uploaded: /work/s1.quartet.log |
| 2998 | 2026-05-20T04:12:30.012Z | uploading: /work/s2.quartet.log (4136 bytes) |
| 2999 | 2026-05-20T04:12:31.070Z | uploaded: /work/s2.quartet.log |
| 3000 | 2026-05-20T04:12:31.070Z | uploading: /work/s3.quartet.log (4249 bytes) |
| 3001 | 2026-05-20T04:12:32.356Z | uploaded: /work/s3.quartet.log |
| 3002 | 2026-05-20T04:12:32.357Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
| 3003 | 2026-05-20T04:12:33.481Z | uploaded: /work/sidecar.quartet-softnpu.log |
| 3004 | 2026-05-20T04:12:33.481Z | uploading: /work/t1.quartet-dpd.log (193972 bytes) |
| 3005 | 2026-05-20T04:12:36.270Z | uploaded: /work/t1.quartet-dpd.log |
| 3006 | 2026-05-20T04:12:36.298Z | uploading: /work/t1.quartet.log (17191 bytes) |
| 3007 | 2026-05-20T04:12:37.342Z | uploaded: /work/t1.quartet.log |