|
|
|
| 1 | 2026-06-19T06:14:08.091Z | job assigned to worker 01KVF86JW44JP238ZWTMMM46RK [factory aws, i-0132185e14bc98f90] (queued for 1 m 0 s) |
| |
| 2 | 2026-06-19T06:14:14.850Z | starting task 0: "setup" |
| 3 | 2026-06-19T06:14:14.854Z | ++ uname -s |
| 4 | 2026-06-19T06:14:14.856Z | + kern=SunOS |
| 5 | 2026-06-19T06:14:14.856Z | + build_user=build |
| 6 | 2026-06-19T06:14:14.856Z | + build_uid=12345 |
| 7 | 2026-06-19T06:14:14.856Z | + work_dir=/work |
| 8 | 2026-06-19T06:14:14.857Z | + input_dir=/input |
| 9 | 2026-06-19T06:14:14.857Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-19T06:14:14.857Z | + case "$kern" in |
| 11 | 2026-06-19T06:14:14.857Z | + groupadd -g 12345 build |
| 12 | 2026-06-19T06:14:14.860Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-19T06:14:16.863Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-19T06:14:16.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-19T06:14:16.926Z | + home_fs=zfs |
| 16 | 2026-06-19T06:14:16.926Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-19T06:14:16.926Z | + mkdir -p /home/build |
| 18 | 2026-06-19T06:14:16.926Z | + chown build:build /home/build /work |
| 19 | 2026-06-19T06:14:18.928Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-19T06:14:18.931Z | process exited: duration 4079 ms, exit code 0 |
| |
| 21 | 2026-06-19T06:14:18.936Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-19T06:14:18.940Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-06-19T06:14:18.940Z | * rust toolchain channel = "stable" |
| 24 | 2026-06-19T06:14:18.940Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-06-19T06:14:18.940Z | * rust toolchain profile = "default" |
| 26 | 2026-06-19T06:14:18.940Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-06-19T06:14:18.940Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-19T06:14:18.943Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-19T06:14:18.943Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-06-19T06:14:19.062Z | info: downloading installer |
| 31 | 2026-06-19T06:14:20.504Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-06-19T06:14:20.504Z | warn: /opt/ooce/bin |
| 33 | 2026-06-19T06:14:20.504Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-06-19T06:14:20.504Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-06-19T06:14:20.504Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-06-19T06:14:20.504Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-06-19T06:14:20.504Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-06-19T06:14:20.504Z | error: cannot install while Rust is installed |
| 39 | 2026-06-19T06:14:20.505Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-06-19T06:14:20.507Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-06-19T06:14:20.507Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-06-19T06:14:20.507Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-06-19T06:14:20.507Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-06-19T06:14:20.518Z | info: profile set to default |
| 45 | 2026-06-19T06:14:20.518Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-06-19T06:14:20.521Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-06-19T06:14:20.671Z | info: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25) |
| 48 | 2026-06-19T06:14:20.674Z | info: downloading 6 components |
| 49 | 2026-06-19T06:14:35.559Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-06-19T06:14:35.559Z | |
| 51 | 2026-06-19T06:14:35.586Z | stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25) |
| 52 | 2026-06-19T06:14:35.586Z | |
| 53 | 2026-06-19T06:14:35.588Z | |
| 54 | 2026-06-19T06:14:35.588Z | Rust is installed now. Great! |
| 55 | 2026-06-19T06:14:35.588Z | |
| 56 | 2026-06-19T06:14:35.589Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-06-19T06:14:35.589Z | environment variable. This has not been done automatically. |
| 58 | 2026-06-19T06:14:35.589Z | |
| 59 | 2026-06-19T06:14:35.589Z | To configure your current shell, you need to source |
| 60 | 2026-06-19T06:14:35.589Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-06-19T06:14:35.589Z | |
| 62 | 2026-06-19T06:14:35.589Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-06-19T06:14:35.589Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-06-19T06:14:35.589Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-06-19T06:14:35.589Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-06-19T06:14:35.589Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-06-19T06:14:35.589Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-06-19T06:14:35.589Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-06-19T06:14:35.589Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-06-19T06:14:35.589Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-06-19T06:14:35.668Z | + rustup --version |
| 72 | 2026-06-19T06:14:35.676Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-06-19T06:14:35.679Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-06-19T06:14:35.697Z | info: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)` |
| 75 | 2026-06-19T06:14:35.702Z | + cargo --version |
| 76 | 2026-06-19T06:14:35.713Z | cargo 1.96.0 (30a34c682 2026-05-25) |
| 77 | 2026-06-19T06:14:35.716Z | + rustc --version |
| 78 | 2026-06-19T06:14:35.735Z | rustc 1.96.0 (ac68faa20 2026-05-25) |
| 79 | 2026-06-19T06:14:35.738Z | process exited: duration 16798 ms, exit code 0 |
| |
| 80 | 2026-06-19T06:14:35.744Z | starting task 2: "authentication" |
| 81 | 2026-06-19T06:14:35.760Z | process exited: duration 15 ms, exit code 0 |
| |
| 82 | 2026-06-19T06:14:35.765Z | starting task 3: "clone repository" |
| 83 | 2026-06-19T06:14:35.768Z | + mkdir -p /work/oxidecomputer/maghemite |
| 84 | 2026-06-19T06:14:35.771Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 85 | 2026-06-19T06:14:35.802Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 86 | 2026-06-19T06:14:37.213Z | + cd /work/oxidecomputer/maghemite |
| 87 | 2026-06-19T06:14:37.213Z | + git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 88 | 2026-06-19T06:14:37.710Z | From https://github.com/oxidecomputer/maghemite |
| 89 | 2026-06-19T06:14:37.710Z | * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD |
| 90 | 2026-06-19T06:14:37.717Z | + [[ -n renovate/dpd-client-digest ]] |
| 91 | 2026-06-19T06:14:37.717Z | ++ git branch --show-current |
| 92 | 2026-06-19T06:14:37.717Z | + current=main |
| 93 | 2026-06-19T06:14:37.717Z | + [[ main != renovate/dpd-client-digest ]] |
| 94 | 2026-06-19T06:14:37.717Z | + git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 95 | 2026-06-19T06:14:37.718Z | + git checkout -f renovate/dpd-client-digest |
| 96 | 2026-06-19T06:14:37.718Z | Switched to branch 'renovate/dpd-client-digest' |
| 97 | 2026-06-19T06:14:37.718Z | + git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 98 | 2026-06-19T06:14:37.726Z | HEAD is now at bf5dae4 Update dpd-client digest to 52dac9e |
| 99 | 2026-06-19T06:14:37.729Z | process exited: duration 1961 ms, exit code 0 |
| |
| 100 | 2026-06-19T06:14:37.736Z | starting task 4: "build" |
| 101 | 2026-06-19T06:14:37.741Z | ++ dladm |
| 102 | 2026-06-19T06:14:37.745Z | LINK CLASS MTU STATE BRIDGE OVER |
| 103 | 2026-06-19T06:14:37.745Z | ena0 phys 9216 up -- -- |
| 104 | 2026-06-19T06:14:37.748Z | ++ ipadm |
| 105 | 2026-06-19T06:14:37.748Z | ADDROBJ TYPE STATE ADDR |
| 106 | 2026-06-19T06:14:37.748Z | lo0/v4 static ok 127.0.0.1/8 |
| 107 | 2026-06-19T06:14:37.748Z | ena0/dhcp dhcp ok 10.150.1.171/24 |
| 108 | 2026-06-19T06:14:37.748Z | lo0/v6 static ok ::1/128 |
| 109 | 2026-06-19T06:14:37.748Z | ++ banner collect |
| 110 | 2026-06-19T06:14:37.751Z | |
| 111 | 2026-06-19T06:14:37.751Z | #### #### # # ###### #### ##### |
| 112 | 2026-06-19T06:14:37.751Z | # # # # # # # # # # |
| 113 | 2026-06-19T06:14:37.751Z | # # # # # ##### # # |
| 114 | 2026-06-19T06:14:37.751Z | # # # # # # # # |
| 115 | 2026-06-19T06:14:37.751Z | # # # # # # # # # # |
| 116 | 2026-06-19T06:14:37.751Z | #### #### ###### ###### ###### #### # |
| 117 | 2026-06-19T06:14:37.751Z | |
| 118 | 2026-06-19T06:14:37.751Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 119 | 2026-06-19T06:14:37.751Z | ++ repo=softnpu |
| 120 | 2026-06-19T06:14:37.752Z | ++ series=image |
| 121 | 2026-06-19T06:14:37.752Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 122 | 2026-06-19T06:14:37.752Z | ++ name=softnpu |
| 123 | 2026-06-19T06:14:37.752Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 124 | 2026-06-19T06:14:37.752Z | ++ mkdir -p download |
| 125 | 2026-06-19T06:14:37.752Z | ++ pushd download |
| 126 | 2026-06-19T06:14:37.752Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 127 | 2026-06-19T06:14:37.752Z | ++ [[ ! -f softnpu ]] |
| 128 | 2026-06-19T06:14:37.752Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 129 | 2026-06-19T06:14:37.756Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 130 | 2026-06-19T06:14:37.759Z | Dload Upload Total Spent Left Speed |
| 131 | 2026-06-19T06:14:38.186Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 36.37M 0 0
100 15.63M 100 15.63M 0 0 36.36M 0 0
100 15.63M 100 15.63M 0 0 36.36M 0 0 |
| 132 | 2026-06-19T06:14:38.190Z | ++ popd |
| 133 | 2026-06-19T06:14:38.190Z | /work/oxidecomputer/maghemite |
| 134 | 2026-06-19T06:14:38.190Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 135 | 2026-06-19T06:14:38.190Z | ++ repo=sidecar-lite |
| 136 | 2026-06-19T06:14:38.190Z | ++ series=release |
| 137 | 2026-06-19T06:14:38.190Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 138 | 2026-06-19T06:14:38.190Z | ++ name=libsidecar_lite.so |
| 139 | 2026-06-19T06:14:38.190Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 140 | 2026-06-19T06:14:38.190Z | ++ mkdir -p download |
| 141 | 2026-06-19T06:14:38.193Z | ++ pushd download |
| 142 | 2026-06-19T06:14:38.193Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 143 | 2026-06-19T06:14:38.193Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 144 | 2026-06-19T06:14:38.193Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 145 | 2026-06-19T06:14:38.196Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 146 | 2026-06-19T06:14:38.196Z | Dload Upload Total Spent Left Speed |
| 147 | 2026-06-19T06:14:38.550Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 33.92M 0 0
100 12.04M 100 12.04M 0 0 33.92M 0 0
100 12.04M 100 12.04M 0 0 33.91M 0 0 |
| 148 | 2026-06-19T06:14:38.554Z | ++ popd |
| 149 | 2026-06-19T06:14:38.557Z | /work/oxidecomputer/maghemite |
| 150 | 2026-06-19T06:14:38.557Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 151 | 2026-06-19T06:14:38.557Z | ++ repo=sidecar-lite |
| 152 | 2026-06-19T06:14:38.557Z | ++ series=release |
| 153 | 2026-06-19T06:14:38.557Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 154 | 2026-06-19T06:14:38.557Z | ++ name=scadm |
| 155 | 2026-06-19T06:14:38.557Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 156 | 2026-06-19T06:14:38.557Z | ++ mkdir -p download |
| 157 | 2026-06-19T06:14:38.557Z | ++ pushd download |
| 158 | 2026-06-19T06:14:38.557Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 159 | 2026-06-19T06:14:38.557Z | ++ [[ ! -f scadm ]] |
| 160 | 2026-06-19T06:14:38.557Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 161 | 2026-06-19T06:14:38.562Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 162 | 2026-06-19T06:14:38.564Z | Dload Upload Total Spent Left Speed |
| 163 | 2026-06-19T06:14:39.010Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 35.29M 0 0
100 15.78M 100 15.78M 0 0 35.28M 0 0
100 15.78M 100 15.78M 0 0 35.28M 0 0 |
| 164 | 2026-06-19T06:14:39.014Z | ++ popd |
| 165 | 2026-06-19T06:14:39.017Z | /work/oxidecomputer/maghemite |
| 166 | 2026-06-19T06:14:39.018Z | ++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz |
| 167 | 2026-06-19T06:14:39.018Z | ++ repo=dendrite |
| 168 | 2026-06-19T06:14:39.018Z | ++ series=image |
| 169 | 2026-06-19T06:14:39.018Z | ++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4 |
| 170 | 2026-06-19T06:14:39.018Z | ++ name=dendrite-softnpu.tar.gz |
| 171 | 2026-06-19T06:14:39.018Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 172 | 2026-06-19T06:14:39.018Z | ++ mkdir -p download |
| 173 | 2026-06-19T06:14:39.018Z | ++ pushd download |
| 174 | 2026-06-19T06:14:39.018Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 175 | 2026-06-19T06:14:39.018Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 176 | 2026-06-19T06:14:39.018Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz |
| 177 | 2026-06-19T06:14:39.021Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 178 | 2026-06-19T06:14:39.021Z | Dload Upload Total Spent Left Speed |
| 179 | 2026-06-19T06:14:40.316Z |
0 0 0 0 0 0 0 0 0
68 71.59M 68 49.38M 0 0 49.42M 0 00:01 00:01 49.43M
100 71.59M 100 71.59M 0 0 55.31M 0 00:01 00:01 49.43M
100 71.59M 100 71.59M 0 0 55.31M 0 00:01 00:01 49.43M
100 71.59M 100 71.59M 0 0 55.30M 0 00:01 00:01 49.43M |
| 180 | 2026-06-19T06:14:40.319Z | ++ popd |
| 181 | 2026-06-19T06:14:40.322Z | /work/oxidecomputer/maghemite |
| 182 | 2026-06-19T06:14:40.322Z | ++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddm |
| 183 | 2026-06-19T06:14:40.322Z | ++ repo=maghemite |
| 184 | 2026-06-19T06:14:40.322Z | ++ series=release |
| 185 | 2026-06-19T06:14:40.322Z | ++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 186 | 2026-06-19T06:14:40.322Z | ++ name=ddm |
| 187 | 2026-06-19T06:14:40.322Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 188 | 2026-06-19T06:14:40.322Z | ++ mkdir -p download |
| 189 | 2026-06-19T06:14:40.322Z | ++ pushd download |
| 190 | 2026-06-19T06:14:40.322Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 191 | 2026-06-19T06:14:40.322Z | ++ [[ ! -f ddm ]] |
| 192 | 2026-06-19T06:14:40.322Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddm |
| 193 | 2026-06-19T06:14:40.327Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 194 | 2026-06-19T06:14:40.330Z | Dload Upload Total Spent Left Speed |
| 195 | 2026-06-19T06:14:40.380Z |
0 0 0 0 0 0 0 0 0 |
| 196 | 2026-06-19T06:14:40.384Z | curl: (22) The requested URL returned error: 404 |
| 197 | 2026-06-19T06:14:40.384Z | ++ popd |
| 198 | 2026-06-19T06:14:40.384Z | /work/oxidecomputer/maghemite |
| 199 | 2026-06-19T06:14:40.384Z | ++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddmadm |
| 200 | 2026-06-19T06:14:40.384Z | ++ repo=maghemite |
| 201 | 2026-06-19T06:14:40.384Z | ++ series=release |
| 202 | 2026-06-19T06:14:40.384Z | ++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 |
| 203 | 2026-06-19T06:14:40.384Z | ++ name=ddmadm |
| 204 | 2026-06-19T06:14:40.384Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 205 | 2026-06-19T06:14:40.384Z | ++ mkdir -p download |
| 206 | 2026-06-19T06:14:40.384Z | ++ pushd download |
| 207 | 2026-06-19T06:14:40.384Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 208 | 2026-06-19T06:14:40.384Z | ++ [[ ! -f ddmadm ]] |
| 209 | 2026-06-19T06:14:40.384Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddmadm |
| 210 | 2026-06-19T06:14:40.388Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 211 | 2026-06-19T06:14:40.391Z | Dload Upload Total Spent Left Speed |
| 212 | 2026-06-19T06:14:40.442Z |
0 0 0 0 0 0 0 0 0 |
| 213 | 2026-06-19T06:14:40.442Z | curl: (22) The requested URL returned error: 404 |
| 214 | 2026-06-19T06:14:40.444Z | ++ popd |
| 215 | 2026-06-19T06:14:40.444Z | /work/oxidecomputer/maghemite |
| 216 | 2026-06-19T06:14:40.444Z | ++ pushd download |
| 217 | 2026-06-19T06:14:40.444Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 218 | 2026-06-19T06:14:40.444Z | ++ chmod +x softnpu |
| 219 | 2026-06-19T06:14:40.445Z | ++ chmod +x scadm |
| 220 | 2026-06-19T06:14:40.447Z | ++ chmod +x ddmadm |
| 221 | 2026-06-19T06:14:40.447Z | chmod: WARNING: can't access ddmadm |
| 222 | 2026-06-19T06:14:40.447Z | ++ chmod +x ddmd |
| 223 | 2026-06-19T06:14:40.450Z | chmod: WARNING: can't access ddmd |
| 224 | 2026-06-19T06:14:40.451Z | ++ mv ddmadm ddmadm-v2 |
| 225 | 2026-06-19T06:14:40.451Z | mv: cannot access ddmadm |
| 226 | 2026-06-19T06:14:40.451Z | ++ mv ddmd ddmd-v2 |
| 227 | 2026-06-19T06:14:40.451Z | mv: cannot access ddmd |
| 228 | 2026-06-19T06:14:40.451Z | ++ rm -rf zones/dendrite |
| 229 | 2026-06-19T06:14:40.454Z | ++ mkdir -p zones/dendrite |
| 230 | 2026-06-19T06:14:40.454Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 231 | 2026-06-19T06:14:41.451Z | ++ 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-06-19T06:14:41.454Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 233 | 2026-06-19T06:14:41.454Z | ++ popd |
| 234 | 2026-06-19T06:14:41.454Z | ++ banner install |
| 235 | 2026-06-19T06:14:41.454Z | /work/oxidecomputer/maghemite |
| 236 | 2026-06-19T06:14:41.457Z | |
| 237 | 2026-06-19T06:14:41.457Z | # # # #### ##### ## # # |
| 238 | 2026-06-19T06:14:41.457Z | # ## # # # # # # # |
| 239 | 2026-06-19T06:14:41.457Z | # # # # #### # # # # # |
| 240 | 2026-06-19T06:14:41.457Z | # # # # # # ###### # # |
| 241 | 2026-06-19T06:14:41.457Z | # # ## # # # # # # # |
| 242 | 2026-06-19T06:14:41.457Z | # # # #### # # # ###### ###### |
| 243 | 2026-06-19T06:14:41.457Z | |
| 244 | 2026-06-19T06:14:41.457Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 245 | 2026-06-19T06:14:41.457Z | ++ set +o errexit |
| 246 | 2026-06-19T06:14:41.457Z | ++ pkg info clang-15 |
| 247 | 2026-06-19T06:14:41.457Z | ++ grep -qi installed |
| 248 | 2026-06-19T06:14:42.631Z | pkg: info: no packages matching the following patterns you specified are |
| 249 | 2026-06-19T06:14:42.631Z | installed on the system. Try querying remotely instead: |
| 250 | 2026-06-19T06:14:42.631Z | |
| 251 | 2026-06-19T06:14:42.631Z | clang-15 |
| 252 | 2026-06-19T06:14:42.672Z | ++ [[ 1 != 0 ]] |
| 253 | 2026-06-19T06:14:42.672Z | ++ set -o errexit |
| 254 | 2026-06-19T06:14:42.674Z | ++ pfexec pkg install clang-15 |
| 255 | 2026-06-19T06:14:49.389Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 256 | 2026-06-19T06:14:57.076Z | Startup: Caching catalogs ... Done |
| 257 | 2026-06-19T06:15:04.319Z | Planning: Solver setup ... Done |
| 258 | 2026-06-19T06:15:04.359Z | Planning: Running solver ... Done |
| 259 | 2026-06-19T06:15:04.500Z | Planning: Finding local manifests ... Done |
| 260 | 2026-06-19T06:15:04.519Z | Planning: Fetching manifests: 0/2 0% complete |
| 261 | 2026-06-19T06:15:05.819Z | Planning: Fetching manifests: 2/2 100% complete |
| 262 | 2026-06-19T06:15:05.848Z | Planning: Package planning ... Done |
| 263 | 2026-06-19T06:15:05.873Z | Planning: Merging actions ... Done |
| 264 | 2026-06-19T06:15:05.980Z | Planning: Checking for conflicting actions ... Done |
| 265 | 2026-06-19T06:15:05.986Z | Planning: Consolidating action changes ... Done |
| 266 | 2026-06-19T06:15:06.754Z | Planning: Evaluating mediators ... Done |
| 267 | 2026-06-19T06:15:06.760Z | Planning: Planning completed in 9.51 seconds |
| 268 | 2026-06-19T06:15:06.771Z | Packages to install: 2 |
| 269 | 2026-06-19T06:15:06.771Z | Mediators to change: 2 |
| 270 | 2026-06-19T06:15:06.774Z | Services to change: 1 |
| 271 | 2026-06-19T06:15:06.774Z | Create boot environment: No |
| 272 | 2026-06-19T06:15:06.774Z | Create backup boot environment: No |
| 273 | 2026-06-19T06:15:06.814Z | |
| 274 | 2026-06-19T06:15:06.814Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 275 | 2026-06-19T06:15:11.822Z | Download: 564/3076 items 16.9/211.3MB 7% complete (3.5M/s) |
| 276 | 2026-06-19T06:15:17.488Z | Download: 980/3076 items 76.4/211.3MB 36% complete (8.4M/s) |
| 277 | 2026-06-19T06:15:22.503Z | Download: 1090/3076 items 113.1/211.3MB 53% complete (9.6M/s) |
| 278 | 2026-06-19T06:15:31.912Z | Download: 2002/3076 items 116.2/211.3MB 54% complete (4.0M/s) |
| 279 | 2026-06-19T06:15:44.621Z | Download: 2009/3076 items 117.9/211.3MB 55% complete |
| 280 | 2026-06-19T06:15:50.716Z | Download: 3032/3076 items 201.8/211.3MB 95% complete (20.1M/s) |
| 281 | 2026-06-19T06:15:52.325Z | Download: Completed 211.31 MB in 45.50 seconds (4.6M/s) |
| 282 | 2026-06-19T06:15:52.462Z | Actions: 1/3418 actions (Installing new actions) |
| 283 | 2026-06-19T06:15:55.629Z | Actions: Completed 3418 actions in 3.17 seconds. |
| 284 | 2026-06-19T06:15:56.254Z | Done |
| 285 | 2026-06-19T06:15:56.254Z | Done |
| 286 | 2026-06-19T06:15:56.998Z | Done |
| 287 | 2026-06-19T06:16:00.298Z | Done |
| 288 | 2026-06-19T06:16:00.369Z | Done |
| 289 | 2026-06-19T06:16:00.371Z | Done |
| 290 | 2026-06-19T06:16:00.643Z | Done |
| 291 | 2026-06-19T06:16:01.327Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 292 | 2026-06-19T06:16:01.327Z | ++ set +o errexit |
| 293 | 2026-06-19T06:16:01.330Z | ++ pkg info pkg-config |
| 294 | 2026-06-19T06:16:01.330Z | ++ grep -qi installed |
| 295 | 2026-06-19T06:16:01.557Z | ++ [[ 0 != 0 ]] |
| 296 | 2026-06-19T06:16:01.557Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 297 | 2026-06-19T06:16:01.557Z | ++ set +o errexit |
| 298 | 2026-06-19T06:16:01.560Z | ++ pkg info brand/omicron1 |
| 299 | 2026-06-19T06:16:01.560Z | ++ grep -qi installed |
| 300 | 2026-06-19T06:16:01.738Z | pkg: info: no packages matching the following patterns you specified are |
| 301 | 2026-06-19T06:16:01.738Z | installed on the system. Try querying remotely instead: |
| 302 | 2026-06-19T06:16:01.738Z | |
| 303 | 2026-06-19T06:16:01.738Z | brand/omicron1 |
| 304 | 2026-06-19T06:16:01.773Z | ++ [[ 1 != 0 ]] |
| 305 | 2026-06-19T06:16:01.773Z | ++ set -o errexit |
| 306 | 2026-06-19T06:16:01.773Z | ++ pfexec pkg install brand/omicron1 |
| 307 | 2026-06-19T06:16:02.175Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 308 | 2026-06-19T06:16:09.406Z | Planning: Solver setup ... Done |
| 309 | 2026-06-19T06:16:09.445Z | Planning: Running solver ... Done |
| 310 | 2026-06-19T06:16:09.588Z | Planning: Finding local manifests ... Done |
| 311 | 2026-06-19T06:16:09.590Z | Planning: Fetching manifests: 0/2 0% complete |
| 312 | 2026-06-19T06:16:09.704Z | Planning: Fetching manifests: 2/2 100% complete |
| 313 | 2026-06-19T06:16:09.716Z | Planning: Package planning ... Done |
| 314 | 2026-06-19T06:16:09.719Z | Planning: Merging actions ... Done |
| 315 | 2026-06-19T06:16:09.867Z | Planning: Checking for conflicting actions ... Done |
| 316 | 2026-06-19T06:16:09.870Z | Planning: Consolidating action changes ... Done |
| 317 | 2026-06-19T06:16:10.026Z | Planning: Evaluating mediators ... Done |
| 318 | 2026-06-19T06:16:10.029Z | Planning: Planning completed in 7.85 seconds |
| 319 | 2026-06-19T06:16:10.034Z | Packages to install: 2 |
| 320 | 2026-06-19T06:16:10.034Z | Create boot environment: No |
| 321 | 2026-06-19T06:16:10.034Z | Create backup boot environment: No |
| 322 | 2026-06-19T06:16:10.064Z | |
| 323 | 2026-06-19T06:16:10.064Z | Download: 0/5 items 0.0/1.1MB 0% complete |
| 324 | 2026-06-19T06:16:10.081Z | Download: Completed 1.07 MB in 0.02 seconds (63.1M/s) |
| 325 | 2026-06-19T06:16:10.150Z | Actions: 1/28 actions (Installing new actions) |
| 326 | 2026-06-19T06:16:10.163Z | Actions: Completed 28 actions in 0.01 seconds. |
| 327 | 2026-06-19T06:16:10.661Z | Done |
| 328 | 2026-06-19T06:16:10.661Z | Done |
| 329 | 2026-06-19T06:16:11.304Z | Done |
| 330 | 2026-06-19T06:16:14.134Z | Done |
| 331 | 2026-06-19T06:16:14.214Z | Done |
| 332 | 2026-06-19T06:16:14.217Z | Done |
| 333 | 2026-06-19T06:16:14.343Z | Done |
| 334 | 2026-06-19T06:16:14.478Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 335 | 2026-06-19T06:16:14.478Z | ++ set +o errexit |
| 336 | 2026-06-19T06:16:14.480Z | ++ pkg info brand/omicron1/tools |
| 337 | 2026-06-19T06:16:14.481Z | ++ grep -qi installed |
| 338 | 2026-06-19T06:16:14.662Z | pkg: info: no packages matching the following patterns you specified are |
| 339 | 2026-06-19T06:16:14.662Z | installed on the system. Try querying remotely instead: |
| 340 | 2026-06-19T06:16:14.662Z | |
| 341 | 2026-06-19T06:16:14.663Z | brand/omicron1/tools |
| 342 | 2026-06-19T06:16:14.695Z | ++ [[ 1 != 0 ]] |
| 343 | 2026-06-19T06:16:14.696Z | ++ set -o errexit |
| 344 | 2026-06-19T06:16:14.696Z | ++ pfexec pkg install brand/omicron1/tools |
| 345 | 2026-06-19T06:16:15.078Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 346 | 2026-06-19T06:16:22.244Z | Planning: Solver setup ... Done |
| 347 | 2026-06-19T06:16:22.282Z | Planning: Running solver ... Done |
| 348 | 2026-06-19T06:16:22.420Z | Planning: Finding local manifests ... Done |
| 349 | 2026-06-19T06:16:22.422Z | Planning: Fetching manifests: 0/1 0% complete |
| 350 | 2026-06-19T06:16:22.531Z | Planning: Fetching manifests: 1/1 100% complete |
| 351 | 2026-06-19T06:16:22.542Z | Planning: Package planning ... Done |
| 352 | 2026-06-19T06:16:22.545Z | Planning: Merging actions ... Done |
| 353 | 2026-06-19T06:16:22.682Z | Planning: Checking for conflicting actions ... Done |
| 354 | 2026-06-19T06:16:22.685Z | Planning: Consolidating action changes ... Done |
| 355 | 2026-06-19T06:16:22.839Z | Planning: Evaluating mediators ... Done |
| 356 | 2026-06-19T06:16:22.841Z | Planning: Planning completed in 7.76 seconds |
| 357 | 2026-06-19T06:16:22.846Z | Packages to install: 1 |
| 358 | 2026-06-19T06:16:22.846Z | Services to change: 1 |
| 359 | 2026-06-19T06:16:22.846Z | Create boot environment: No |
| 360 | 2026-06-19T06:16:22.846Z | Create backup boot environment: No |
| 361 | 2026-06-19T06:16:22.874Z | |
| 362 | 2026-06-19T06:16:22.875Z | Download: 0/2 items 0.0/1.2MB 0% complete |
| 363 | 2026-06-19T06:16:22.894Z | Download: Completed 1.19 MB in 0.02 seconds (59.6M/s) |
| 364 | 2026-06-19T06:16:22.978Z | Actions: 1/19 actions (Installing new actions) |
| 365 | 2026-06-19T06:16:22.992Z | Actions: Completed 19 actions in 0.01 seconds. |
| 366 | 2026-06-19T06:16:23.495Z | Done |
| 367 | 2026-06-19T06:16:23.495Z | Done |
| 368 | 2026-06-19T06:16:24.128Z | Done |
| 369 | 2026-06-19T06:16:26.988Z | Done |
| 370 | 2026-06-19T06:16:27.063Z | Done |
| 371 | 2026-06-19T06:16:27.065Z | Done |
| 372 | 2026-06-19T06:16:27.211Z | Done |
| 373 | 2026-06-19T06:16:27.351Z | ++ pfexec svcadm enable baseline |
| 374 | 2026-06-19T06:16:27.366Z | ++ retry=0 |
| 375 | 2026-06-19T06:16:27.369Z | +++ svcs -Hostate baseline |
| 376 | 2026-06-19T06:16:27.381Z | ++ [[ offline* != online ]] |
| 377 | 2026-06-19T06:16:27.381Z | ++ [[ 0 -gt 300 ]] |
| 378 | 2026-06-19T06:16:27.381Z | ++ sleep 1 |
| 379 | 2026-06-19T06:16:28.384Z | ++ retry=1 |
| 380 | 2026-06-19T06:16:28.387Z | +++ svcs -Hostate baseline |
| 381 | 2026-06-19T06:16:28.398Z | ++ [[ offline* != online ]] |
| 382 | 2026-06-19T06:16:28.398Z | ++ [[ 1 -gt 300 ]] |
| 383 | 2026-06-19T06:16:28.398Z | ++ sleep 1 |
| 384 | 2026-06-19T06:16:29.399Z | ++ retry=2 |
| 385 | 2026-06-19T06:16:29.402Z | +++ svcs -Hostate baseline |
| 386 | 2026-06-19T06:16:29.413Z | ++ [[ offline* != online ]] |
| 387 | 2026-06-19T06:16:29.413Z | ++ [[ 2 -gt 300 ]] |
| 388 | 2026-06-19T06:16:29.413Z | ++ sleep 1 |
| 389 | 2026-06-19T06:16:30.414Z | ++ retry=3 |
| 390 | 2026-06-19T06:16:30.417Z | +++ svcs -Hostate baseline |
| 391 | 2026-06-19T06:16:30.428Z | ++ [[ offline* != online ]] |
| 392 | 2026-06-19T06:16:30.428Z | ++ [[ 3 -gt 300 ]] |
| 393 | 2026-06-19T06:16:30.428Z | ++ sleep 1 |
| 394 | 2026-06-19T06:16:31.431Z | ++ retry=4 |
| 395 | 2026-06-19T06:16:31.434Z | +++ svcs -Hostate baseline |
| 396 | 2026-06-19T06:16:31.444Z | ++ [[ offline* != online ]] |
| 397 | 2026-06-19T06:16:31.444Z | ++ [[ 4 -gt 300 ]] |
| 398 | 2026-06-19T06:16:31.444Z | ++ sleep 1 |
| 399 | 2026-06-19T06:16:32.447Z | ++ retry=5 |
| 400 | 2026-06-19T06:16:32.450Z | +++ svcs -Hostate baseline |
| 401 | 2026-06-19T06:16:32.461Z | ++ [[ offline* != online ]] |
| 402 | 2026-06-19T06:16:32.461Z | ++ [[ 5 -gt 300 ]] |
| 403 | 2026-06-19T06:16:32.463Z | ++ sleep 1 |
| 404 | 2026-06-19T06:16:33.463Z | ++ retry=6 |
| 405 | 2026-06-19T06:16:33.466Z | +++ svcs -Hostate baseline |
| 406 | 2026-06-19T06:16:33.477Z | ++ [[ offline* != online ]] |
| 407 | 2026-06-19T06:16:33.477Z | ++ [[ 6 -gt 300 ]] |
| 408 | 2026-06-19T06:16:33.477Z | ++ sleep 1 |
| 409 | 2026-06-19T06:16:34.479Z | ++ retry=7 |
| 410 | 2026-06-19T06:16:34.482Z | +++ svcs -Hostate baseline |
| 411 | 2026-06-19T06:16:34.494Z | ++ [[ offline* != online ]] |
| 412 | 2026-06-19T06:16:34.494Z | ++ [[ 7 -gt 300 ]] |
| 413 | 2026-06-19T06:16:34.494Z | ++ sleep 1 |
| 414 | 2026-06-19T06:16:35.496Z | ++ retry=8 |
| 415 | 2026-06-19T06:16:35.498Z | +++ svcs -Hostate baseline |
| 416 | 2026-06-19T06:16:35.510Z | ++ [[ offline* != online ]] |
| 417 | 2026-06-19T06:16:35.510Z | ++ [[ 8 -gt 300 ]] |
| 418 | 2026-06-19T06:16:35.510Z | ++ sleep 1 |
| 419 | 2026-06-19T06:16:36.512Z | ++ retry=9 |
| 420 | 2026-06-19T06:16:36.515Z | +++ svcs -Hostate baseline |
| 421 | 2026-06-19T06:16:36.526Z | ++ [[ offline* != online ]] |
| 422 | 2026-06-19T06:16:36.526Z | ++ [[ 9 -gt 300 ]] |
| 423 | 2026-06-19T06:16:36.526Z | ++ sleep 1 |
| 424 | 2026-06-19T06:16:37.529Z | ++ retry=10 |
| 425 | 2026-06-19T06:16:37.532Z | +++ svcs -Hostate baseline |
| 426 | 2026-06-19T06:16:37.543Z | ++ [[ offline* != online ]] |
| 427 | 2026-06-19T06:16:37.543Z | ++ [[ 10 -gt 300 ]] |
| 428 | 2026-06-19T06:16:37.543Z | ++ sleep 1 |
| 429 | 2026-06-19T06:16:38.545Z | ++ retry=11 |
| 430 | 2026-06-19T06:16:38.549Z | +++ svcs -Hostate baseline |
| 431 | 2026-06-19T06:16:38.559Z | ++ [[ offline* != online ]] |
| 432 | 2026-06-19T06:16:38.559Z | ++ [[ 11 -gt 300 ]] |
| 433 | 2026-06-19T06:16:38.559Z | ++ sleep 1 |
| 434 | 2026-06-19T06:16:39.561Z | ++ retry=12 |
| 435 | 2026-06-19T06:16:39.565Z | +++ svcs -Hostate baseline |
| 436 | 2026-06-19T06:16:39.576Z | ++ [[ offline* != online ]] |
| 437 | 2026-06-19T06:16:39.576Z | ++ [[ 12 -gt 300 ]] |
| 438 | 2026-06-19T06:16:39.576Z | ++ sleep 1 |
| 439 | 2026-06-19T06:16:40.578Z | ++ retry=13 |
| 440 | 2026-06-19T06:16:40.580Z | +++ svcs -Hostate baseline |
| 441 | 2026-06-19T06:16:40.592Z | ++ [[ offline* != online ]] |
| 442 | 2026-06-19T06:16:40.592Z | ++ [[ 13 -gt 300 ]] |
| 443 | 2026-06-19T06:16:40.592Z | ++ sleep 1 |
| 444 | 2026-06-19T06:16:41.594Z | ++ retry=14 |
| 445 | 2026-06-19T06:16:41.597Z | +++ svcs -Hostate baseline |
| 446 | 2026-06-19T06:16:41.609Z | ++ [[ offline* != online ]] |
| 447 | 2026-06-19T06:16:41.609Z | ++ [[ 14 -gt 300 ]] |
| 448 | 2026-06-19T06:16:41.609Z | ++ sleep 1 |
| 449 | 2026-06-19T06:16:42.611Z | ++ retry=15 |
| 450 | 2026-06-19T06:16:42.614Z | +++ svcs -Hostate baseline |
| 451 | 2026-06-19T06:16:42.626Z | ++ [[ offline* != online ]] |
| 452 | 2026-06-19T06:16:42.626Z | ++ [[ 15 -gt 300 ]] |
| 453 | 2026-06-19T06:16:42.628Z | ++ sleep 1 |
| 454 | 2026-06-19T06:16:43.628Z | ++ retry=16 |
| 455 | 2026-06-19T06:16:43.631Z | +++ svcs -Hostate baseline |
| 456 | 2026-06-19T06:16:43.642Z | ++ [[ offline* != online ]] |
| 457 | 2026-06-19T06:16:43.642Z | ++ [[ 16 -gt 300 ]] |
| 458 | 2026-06-19T06:16:43.642Z | ++ sleep 1 |
| 459 | 2026-06-19T06:16:44.644Z | ++ retry=17 |
| 460 | 2026-06-19T06:16:44.647Z | +++ svcs -Hostate baseline |
| 461 | 2026-06-19T06:16:44.658Z | ++ [[ offline* != online ]] |
| 462 | 2026-06-19T06:16:44.658Z | ++ [[ 17 -gt 300 ]] |
| 463 | 2026-06-19T06:16:44.659Z | ++ sleep 1 |
| 464 | 2026-06-19T06:16:45.660Z | ++ retry=18 |
| 465 | 2026-06-19T06:16:45.664Z | +++ svcs -Hostate baseline |
| 466 | 2026-06-19T06:16:45.675Z | ++ [[ offline* != online ]] |
| 467 | 2026-06-19T06:16:45.675Z | ++ [[ 18 -gt 300 ]] |
| 468 | 2026-06-19T06:16:45.675Z | ++ sleep 1 |
| 469 | 2026-06-19T06:16:46.677Z | ++ retry=19 |
| 470 | 2026-06-19T06:16:46.680Z | +++ svcs -Hostate baseline |
| 471 | 2026-06-19T06:16:46.692Z | ++ [[ offline* != online ]] |
| 472 | 2026-06-19T06:16:46.692Z | ++ [[ 19 -gt 300 ]] |
| 473 | 2026-06-19T06:16:46.692Z | ++ sleep 1 |
| 474 | 2026-06-19T06:16:47.695Z | ++ retry=20 |
| 475 | 2026-06-19T06:16:47.698Z | +++ svcs -Hostate baseline |
| 476 | 2026-06-19T06:16:47.708Z | ++ [[ offline* != online ]] |
| 477 | 2026-06-19T06:16:47.708Z | ++ [[ 20 -gt 300 ]] |
| 478 | 2026-06-19T06:16:47.711Z | ++ sleep 1 |
| 479 | 2026-06-19T06:16:48.710Z | ++ retry=21 |
| 480 | 2026-06-19T06:16:48.713Z | +++ svcs -Hostate baseline |
| 481 | 2026-06-19T06:16:48.725Z | ++ [[ offline* != online ]] |
| 482 | 2026-06-19T06:16:48.725Z | ++ [[ 21 -gt 300 ]] |
| 483 | 2026-06-19T06:16:48.725Z | ++ sleep 1 |
| 484 | 2026-06-19T06:16:49.728Z | ++ retry=22 |
| 485 | 2026-06-19T06:16:49.730Z | +++ svcs -Hostate baseline |
| 486 | 2026-06-19T06:16:49.741Z | ++ [[ offline* != online ]] |
| 487 | 2026-06-19T06:16:49.741Z | ++ [[ 22 -gt 300 ]] |
| 488 | 2026-06-19T06:16:49.741Z | ++ sleep 1 |
| 489 | 2026-06-19T06:16:50.743Z | ++ retry=23 |
| 490 | 2026-06-19T06:16:50.746Z | +++ svcs -Hostate baseline |
| 491 | 2026-06-19T06:16:50.758Z | ++ [[ offline* != online ]] |
| 492 | 2026-06-19T06:16:50.758Z | ++ [[ 23 -gt 300 ]] |
| 493 | 2026-06-19T06:16:50.758Z | ++ sleep 1 |
| 494 | 2026-06-19T06:16:51.760Z | ++ retry=24 |
| 495 | 2026-06-19T06:16:51.763Z | +++ svcs -Hostate baseline |
| 496 | 2026-06-19T06:16:51.774Z | ++ [[ offline* != online ]] |
| 497 | 2026-06-19T06:16:51.774Z | ++ [[ 24 -gt 300 ]] |
| 498 | 2026-06-19T06:16:51.774Z | ++ sleep 1 |
| 499 | 2026-06-19T06:16:52.777Z | ++ retry=25 |
| 500 | 2026-06-19T06:16:52.782Z | +++ svcs -Hostate baseline |
| 501 | 2026-06-19T06:16:52.791Z | ++ [[ offline* != online ]] |
| 502 | 2026-06-19T06:16:52.791Z | ++ [[ 25 -gt 300 ]] |
| 503 | 2026-06-19T06:16:52.791Z | ++ sleep 1 |
| 504 | 2026-06-19T06:16:53.793Z | ++ retry=26 |
| 505 | 2026-06-19T06:16:53.796Z | +++ svcs -Hostate baseline |
| 506 | 2026-06-19T06:16:53.807Z | ++ [[ offline* != online ]] |
| 507 | 2026-06-19T06:16:53.807Z | ++ [[ 26 -gt 300 ]] |
| 508 | 2026-06-19T06:16:53.807Z | ++ sleep 1 |
| 509 | 2026-06-19T06:16:54.809Z | ++ retry=27 |
| 510 | 2026-06-19T06:16:54.812Z | +++ svcs -Hostate baseline |
| 511 | 2026-06-19T06:16:54.823Z | ++ [[ offline* != online ]] |
| 512 | 2026-06-19T06:16:54.823Z | ++ [[ 27 -gt 300 ]] |
| 513 | 2026-06-19T06:16:54.823Z | ++ sleep 1 |
| 514 | 2026-06-19T06:16:55.826Z | ++ retry=28 |
| 515 | 2026-06-19T06:16:55.829Z | +++ svcs -Hostate baseline |
| 516 | 2026-06-19T06:16:55.840Z | ++ [[ offline* != online ]] |
| 517 | 2026-06-19T06:16:55.840Z | ++ [[ 28 -gt 300 ]] |
| 518 | 2026-06-19T06:16:55.840Z | ++ sleep 1 |
| 519 | 2026-06-19T06:16:56.842Z | ++ retry=29 |
| 520 | 2026-06-19T06:16:56.845Z | +++ svcs -Hostate baseline |
| 521 | 2026-06-19T06:16:56.856Z | ++ [[ offline* != online ]] |
| 522 | 2026-06-19T06:16:56.856Z | ++ [[ 29 -gt 300 ]] |
| 523 | 2026-06-19T06:16:56.856Z | ++ sleep 1 |
| 524 | 2026-06-19T06:16:57.859Z | ++ retry=30 |
| 525 | 2026-06-19T06:16:57.861Z | +++ svcs -Hostate baseline |
| 526 | 2026-06-19T06:16:57.873Z | ++ [[ offline* != online ]] |
| 527 | 2026-06-19T06:16:57.873Z | ++ [[ 30 -gt 300 ]] |
| 528 | 2026-06-19T06:16:57.873Z | ++ sleep 1 |
| 529 | 2026-06-19T06:16:58.875Z | ++ retry=31 |
| 530 | 2026-06-19T06:16:58.878Z | +++ svcs -Hostate baseline |
| 531 | 2026-06-19T06:16:58.889Z | ++ [[ offline* != online ]] |
| 532 | 2026-06-19T06:16:58.889Z | ++ [[ 31 -gt 300 ]] |
| 533 | 2026-06-19T06:16:58.889Z | ++ sleep 1 |
| 534 | 2026-06-19T06:16:59.891Z | ++ retry=32 |
| 535 | 2026-06-19T06:16:59.894Z | +++ svcs -Hostate baseline |
| 536 | 2026-06-19T06:16:59.907Z | ++ [[ offline* != online ]] |
| 537 | 2026-06-19T06:16:59.907Z | ++ [[ 32 -gt 300 ]] |
| 538 | 2026-06-19T06:16:59.911Z | ++ sleep 1 |
| 539 | 2026-06-19T06:17:00.908Z | ++ retry=33 |
| 540 | 2026-06-19T06:17:00.912Z | +++ svcs -Hostate baseline |
| 541 | 2026-06-19T06:17:00.922Z | ++ [[ offline* != online ]] |
| 542 | 2026-06-19T06:17:00.922Z | ++ [[ 33 -gt 300 ]] |
| 543 | 2026-06-19T06:17:00.922Z | ++ sleep 1 |
| 544 | 2026-06-19T06:17:01.924Z | ++ retry=34 |
| 545 | 2026-06-19T06:17:01.927Z | +++ svcs -Hostate baseline |
| 546 | 2026-06-19T06:17:01.938Z | ++ [[ offline* != online ]] |
| 547 | 2026-06-19T06:17:01.938Z | ++ [[ 34 -gt 300 ]] |
| 548 | 2026-06-19T06:17:01.938Z | ++ sleep 1 |
| 549 | 2026-06-19T06:17:02.941Z | ++ retry=35 |
| 550 | 2026-06-19T06:17:02.943Z | +++ svcs -Hostate baseline |
| 551 | 2026-06-19T06:17:02.955Z | ++ [[ offline* != online ]] |
| 552 | 2026-06-19T06:17:02.955Z | ++ [[ 35 -gt 300 ]] |
| 553 | 2026-06-19T06:17:02.955Z | ++ sleep 1 |
| 554 | 2026-06-19T06:17:03.957Z | ++ retry=36 |
| 555 | 2026-06-19T06:17:03.960Z | +++ svcs -Hostate baseline |
| 556 | 2026-06-19T06:17:03.971Z | ++ [[ offline* != online ]] |
| 557 | 2026-06-19T06:17:03.971Z | ++ [[ 36 -gt 300 ]] |
| 558 | 2026-06-19T06:17:03.971Z | ++ sleep 1 |
| 559 | 2026-06-19T06:17:04.974Z | ++ retry=37 |
| 560 | 2026-06-19T06:17:04.978Z | +++ svcs -Hostate baseline |
| 561 | 2026-06-19T06:17:04.988Z | ++ [[ offline* != online ]] |
| 562 | 2026-06-19T06:17:04.988Z | ++ [[ 37 -gt 300 ]] |
| 563 | 2026-06-19T06:17:04.988Z | ++ sleep 1 |
| 564 | 2026-06-19T06:17:05.990Z | ++ retry=38 |
| 565 | 2026-06-19T06:17:05.993Z | +++ svcs -Hostate baseline |
| 566 | 2026-06-19T06:17:06.004Z | ++ [[ offline* != online ]] |
| 567 | 2026-06-19T06:17:06.004Z | ++ [[ 38 -gt 300 ]] |
| 568 | 2026-06-19T06:17:06.004Z | ++ sleep 1 |
| 569 | 2026-06-19T06:17:07.006Z | ++ retry=39 |
| 570 | 2026-06-19T06:17:07.011Z | +++ svcs -Hostate baseline |
| 571 | 2026-06-19T06:17:07.020Z | ++ [[ offline* != online ]] |
| 572 | 2026-06-19T06:17:07.020Z | ++ [[ 39 -gt 300 ]] |
| 573 | 2026-06-19T06:17:07.020Z | ++ sleep 1 |
| 574 | 2026-06-19T06:17:08.023Z | ++ retry=40 |
| 575 | 2026-06-19T06:17:08.026Z | +++ svcs -Hostate baseline |
| 576 | 2026-06-19T06:17:08.037Z | ++ [[ offline* != online ]] |
| 577 | 2026-06-19T06:17:08.037Z | ++ [[ 40 -gt 300 ]] |
| 578 | 2026-06-19T06:17:08.037Z | ++ sleep 1 |
| 579 | 2026-06-19T06:17:09.039Z | ++ retry=41 |
| 580 | 2026-06-19T06:17:09.042Z | +++ svcs -Hostate baseline |
| 581 | 2026-06-19T06:17:09.053Z | ++ [[ offline* != online ]] |
| 582 | 2026-06-19T06:17:09.053Z | ++ [[ 41 -gt 300 ]] |
| 583 | 2026-06-19T06:17:09.053Z | ++ sleep 1 |
| 584 | 2026-06-19T06:17:10.055Z | ++ retry=42 |
| 585 | 2026-06-19T06:17:10.058Z | +++ svcs -Hostate baseline |
| 586 | 2026-06-19T06:17:10.070Z | ++ [[ offline* != online ]] |
| 587 | 2026-06-19T06:17:10.070Z | ++ [[ 42 -gt 300 ]] |
| 588 | 2026-06-19T06:17:10.070Z | ++ sleep 1 |
| 589 | 2026-06-19T06:17:11.072Z | ++ retry=43 |
| 590 | 2026-06-19T06:17:11.075Z | +++ svcs -Hostate baseline |
| 591 | 2026-06-19T06:17:11.086Z | ++ [[ offline* != online ]] |
| 592 | 2026-06-19T06:17:11.086Z | ++ [[ 43 -gt 300 ]] |
| 593 | 2026-06-19T06:17:11.086Z | ++ sleep 1 |
| 594 | 2026-06-19T06:17:12.088Z | ++ retry=44 |
| 595 | 2026-06-19T06:17:12.091Z | +++ svcs -Hostate baseline |
| 596 | 2026-06-19T06:17:12.103Z | ++ [[ offline* != online ]] |
| 597 | 2026-06-19T06:17:12.103Z | ++ [[ 44 -gt 300 ]] |
| 598 | 2026-06-19T06:17:12.103Z | ++ sleep 1 |
| 599 | 2026-06-19T06:17:13.105Z | ++ retry=45 |
| 600 | 2026-06-19T06:17:13.108Z | +++ svcs -Hostate baseline |
| 601 | 2026-06-19T06:17:13.119Z | ++ [[ offline* != online ]] |
| 602 | 2026-06-19T06:17:13.119Z | ++ [[ 45 -gt 300 ]] |
| 603 | 2026-06-19T06:17:13.119Z | ++ sleep 1 |
| 604 | 2026-06-19T06:17:14.122Z | ++ retry=46 |
| 605 | 2026-06-19T06:17:14.124Z | +++ svcs -Hostate baseline |
| 606 | 2026-06-19T06:17:14.136Z | ++ [[ offline* != online ]] |
| 607 | 2026-06-19T06:17:14.136Z | ++ [[ 46 -gt 300 ]] |
| 608 | 2026-06-19T06:17:14.136Z | ++ sleep 1 |
| 609 | 2026-06-19T06:17:15.138Z | ++ retry=47 |
| 610 | 2026-06-19T06:17:15.141Z | +++ svcs -Hostate baseline |
| 611 | 2026-06-19T06:17:15.152Z | ++ [[ offline* != online ]] |
| 612 | 2026-06-19T06:17:15.152Z | ++ [[ 47 -gt 300 ]] |
| 613 | 2026-06-19T06:17:15.152Z | ++ sleep 1 |
| 614 | 2026-06-19T06:17:16.154Z | ++ retry=48 |
| 615 | 2026-06-19T06:17:16.157Z | +++ svcs -Hostate baseline |
| 616 | 2026-06-19T06:17:16.169Z | ++ [[ offline* != online ]] |
| 617 | 2026-06-19T06:17:16.169Z | ++ [[ 48 -gt 300 ]] |
| 618 | 2026-06-19T06:17:16.169Z | ++ sleep 1 |
| 619 | 2026-06-19T06:17:17.171Z | ++ retry=49 |
| 620 | 2026-06-19T06:17:17.174Z | +++ svcs -Hostate baseline |
| 621 | 2026-06-19T06:17:17.185Z | ++ [[ offline* != online ]] |
| 622 | 2026-06-19T06:17:17.185Z | ++ [[ 49 -gt 300 ]] |
| 623 | 2026-06-19T06:17:17.185Z | ++ sleep 1 |
| 624 | 2026-06-19T06:17:18.187Z | ++ retry=50 |
| 625 | 2026-06-19T06:17:18.191Z | +++ svcs -Hostate baseline |
| 626 | 2026-06-19T06:17:18.201Z | ++ [[ offline* != online ]] |
| 627 | 2026-06-19T06:17:18.201Z | ++ [[ 50 -gt 300 ]] |
| 628 | 2026-06-19T06:17:18.201Z | ++ sleep 1 |
| 629 | 2026-06-19T06:17:19.203Z | ++ retry=51 |
| 630 | 2026-06-19T06:17:19.206Z | +++ svcs -Hostate baseline |
| 631 | 2026-06-19T06:17:19.218Z | ++ [[ offline* != online ]] |
| 632 | 2026-06-19T06:17:19.218Z | ++ [[ 51 -gt 300 ]] |
| 633 | 2026-06-19T06:17:19.218Z | ++ sleep 1 |
| 634 | 2026-06-19T06:17:20.220Z | ++ retry=52 |
| 635 | 2026-06-19T06:17:20.223Z | +++ svcs -Hostate baseline |
| 636 | 2026-06-19T06:17:20.234Z | ++ [[ offline* != online ]] |
| 637 | 2026-06-19T06:17:20.234Z | ++ [[ 52 -gt 300 ]] |
| 638 | 2026-06-19T06:17:20.234Z | ++ sleep 1 |
| 639 | 2026-06-19T06:17:21.236Z | ++ retry=53 |
| 640 | 2026-06-19T06:17:21.239Z | +++ svcs -Hostate baseline |
| 641 | 2026-06-19T06:17:21.251Z | ++ [[ offline* != online ]] |
| 642 | 2026-06-19T06:17:21.251Z | ++ [[ 53 -gt 300 ]] |
| 643 | 2026-06-19T06:17:21.251Z | ++ sleep 1 |
| 644 | 2026-06-19T06:17:22.253Z | ++ retry=54 |
| 645 | 2026-06-19T06:17:22.255Z | +++ svcs -Hostate baseline |
| 646 | 2026-06-19T06:17:22.267Z | ++ [[ offline* != online ]] |
| 647 | 2026-06-19T06:17:22.267Z | ++ [[ 54 -gt 300 ]] |
| 648 | 2026-06-19T06:17:22.267Z | ++ sleep 1 |
| 649 | 2026-06-19T06:17:23.269Z | ++ retry=55 |
| 650 | 2026-06-19T06:17:23.272Z | +++ svcs -Hostate baseline |
| 651 | 2026-06-19T06:17:23.283Z | ++ [[ offline* != online ]] |
| 652 | 2026-06-19T06:17:23.283Z | ++ [[ 55 -gt 300 ]] |
| 653 | 2026-06-19T06:17:23.283Z | ++ sleep 1 |
| 654 | 2026-06-19T06:17:24.286Z | ++ retry=56 |
| 655 | 2026-06-19T06:17:24.289Z | +++ svcs -Hostate baseline |
| 656 | 2026-06-19T06:17:24.302Z | ++ [[ offline* != online ]] |
| 657 | 2026-06-19T06:17:24.302Z | ++ [[ 56 -gt 300 ]] |
| 658 | 2026-06-19T06:17:24.302Z | ++ sleep 1 |
| 659 | 2026-06-19T06:17:25.302Z | ++ retry=57 |
| 660 | 2026-06-19T06:17:25.305Z | +++ svcs -Hostate baseline |
| 661 | 2026-06-19T06:17:25.317Z | ++ [[ offline* != online ]] |
| 662 | 2026-06-19T06:17:25.317Z | ++ [[ 57 -gt 300 ]] |
| 663 | 2026-06-19T06:17:25.317Z | ++ sleep 1 |
| 664 | 2026-06-19T06:17:26.319Z | ++ retry=58 |
| 665 | 2026-06-19T06:17:26.321Z | +++ svcs -Hostate baseline |
| 666 | 2026-06-19T06:17:26.333Z | ++ [[ offline* != online ]] |
| 667 | 2026-06-19T06:17:26.333Z | ++ [[ 58 -gt 300 ]] |
| 668 | 2026-06-19T06:17:26.333Z | ++ sleep 1 |
| 669 | 2026-06-19T06:17:27.336Z | ++ retry=59 |
| 670 | 2026-06-19T06:17:27.339Z | +++ svcs -Hostate baseline |
| 671 | 2026-06-19T06:17:27.351Z | ++ [[ offline* != online ]] |
| 672 | 2026-06-19T06:17:27.351Z | ++ [[ 59 -gt 300 ]] |
| 673 | 2026-06-19T06:17:27.351Z | ++ sleep 1 |
| 674 | 2026-06-19T06:17:28.352Z | ++ retry=60 |
| 675 | 2026-06-19T06:17:28.356Z | +++ svcs -Hostate baseline |
| 676 | 2026-06-19T06:17:28.367Z | ++ [[ offline* != online ]] |
| 677 | 2026-06-19T06:17:28.367Z | ++ [[ 60 -gt 300 ]] |
| 678 | 2026-06-19T06:17:28.367Z | ++ sleep 1 |
| 679 | 2026-06-19T06:17:29.369Z | ++ retry=61 |
| 680 | 2026-06-19T06:17:29.372Z | +++ svcs -Hostate baseline |
| 681 | 2026-06-19T06:17:29.383Z | ++ [[ offline* != online ]] |
| 682 | 2026-06-19T06:17:29.383Z | ++ [[ 61 -gt 300 ]] |
| 683 | 2026-06-19T06:17:29.383Z | ++ sleep 1 |
| 684 | 2026-06-19T06:17:30.385Z | ++ retry=62 |
| 685 | 2026-06-19T06:17:30.388Z | +++ svcs -Hostate baseline |
| 686 | 2026-06-19T06:17:30.399Z | ++ [[ offline* != online ]] |
| 687 | 2026-06-19T06:17:30.399Z | ++ [[ 62 -gt 300 ]] |
| 688 | 2026-06-19T06:17:30.399Z | ++ sleep 1 |
| 689 | 2026-06-19T06:17:31.401Z | ++ retry=63 |
| 690 | 2026-06-19T06:17:31.404Z | +++ svcs -Hostate baseline |
| 691 | 2026-06-19T06:17:31.415Z | ++ [[ offline* != online ]] |
| 692 | 2026-06-19T06:17:31.415Z | ++ [[ 63 -gt 300 ]] |
| 693 | 2026-06-19T06:17:31.415Z | ++ sleep 1 |
| 694 | 2026-06-19T06:17:32.417Z | ++ retry=64 |
| 695 | 2026-06-19T06:17:32.420Z | +++ svcs -Hostate baseline |
| 696 | 2026-06-19T06:17:32.431Z | ++ [[ offline* != online ]] |
| 697 | 2026-06-19T06:17:32.431Z | ++ [[ 64 -gt 300 ]] |
| 698 | 2026-06-19T06:17:32.431Z | ++ sleep 1 |
| 699 | 2026-06-19T06:17:33.433Z | ++ retry=65 |
| 700 | 2026-06-19T06:17:33.436Z | +++ svcs -Hostate baseline |
| 701 | 2026-06-19T06:17:33.447Z | ++ [[ offline* != online ]] |
| 702 | 2026-06-19T06:17:33.447Z | ++ [[ 65 -gt 300 ]] |
| 703 | 2026-06-19T06:17:33.447Z | ++ sleep 1 |
| 704 | 2026-06-19T06:17:34.450Z | ++ retry=66 |
| 705 | 2026-06-19T06:17:34.452Z | +++ svcs -Hostate baseline |
| 706 | 2026-06-19T06:17:34.464Z | ++ [[ offline* != online ]] |
| 707 | 2026-06-19T06:17:34.464Z | ++ [[ 66 -gt 300 ]] |
| 708 | 2026-06-19T06:17:34.464Z | ++ sleep 1 |
| 709 | 2026-06-19T06:17:35.466Z | ++ retry=67 |
| 710 | 2026-06-19T06:17:35.469Z | +++ svcs -Hostate baseline |
| 711 | 2026-06-19T06:17:35.480Z | ++ [[ offline* != online ]] |
| 712 | 2026-06-19T06:17:35.480Z | ++ [[ 67 -gt 300 ]] |
| 713 | 2026-06-19T06:17:35.480Z | ++ sleep 1 |
| 714 | 2026-06-19T06:17:36.482Z | ++ retry=68 |
| 715 | 2026-06-19T06:17:36.485Z | +++ svcs -Hostate baseline |
| 716 | 2026-06-19T06:17:36.497Z | ++ [[ offline* != online ]] |
| 717 | 2026-06-19T06:17:36.497Z | ++ [[ 68 -gt 300 ]] |
| 718 | 2026-06-19T06:17:36.497Z | ++ sleep 1 |
| 719 | 2026-06-19T06:17:37.499Z | ++ retry=69 |
| 720 | 2026-06-19T06:17:37.503Z | +++ svcs -Hostate baseline |
| 721 | 2026-06-19T06:17:37.515Z | ++ [[ offline* != online ]] |
| 722 | 2026-06-19T06:17:37.515Z | ++ [[ 69 -gt 300 ]] |
| 723 | 2026-06-19T06:17:37.515Z | ++ sleep 1 |
| 724 | 2026-06-19T06:17:38.517Z | ++ retry=70 |
| 725 | 2026-06-19T06:17:38.520Z | +++ svcs -Hostate baseline |
| 726 | 2026-06-19T06:17:38.532Z | ++ [[ offline* != online ]] |
| 727 | 2026-06-19T06:17:38.532Z | ++ [[ 70 -gt 300 ]] |
| 728 | 2026-06-19T06:17:38.532Z | ++ sleep 1 |
| 729 | 2026-06-19T06:17:39.534Z | ++ retry=71 |
| 730 | 2026-06-19T06:17:39.537Z | +++ svcs -Hostate baseline |
| 731 | 2026-06-19T06:17:39.549Z | ++ [[ offline* != online ]] |
| 732 | 2026-06-19T06:17:39.549Z | ++ [[ 71 -gt 300 ]] |
| 733 | 2026-06-19T06:17:39.549Z | ++ sleep 1 |
| 734 | 2026-06-19T06:17:40.551Z | ++ retry=72 |
| 735 | 2026-06-19T06:17:40.554Z | +++ svcs -Hostate baseline |
| 736 | 2026-06-19T06:17:40.565Z | ++ [[ offline* != online ]] |
| 737 | 2026-06-19T06:17:40.565Z | ++ [[ 72 -gt 300 ]] |
| 738 | 2026-06-19T06:17:40.565Z | ++ sleep 1 |
| 739 | 2026-06-19T06:17:41.568Z | ++ retry=73 |
| 740 | 2026-06-19T06:17:41.571Z | +++ svcs -Hostate baseline |
| 741 | 2026-06-19T06:17:41.582Z | ++ [[ offline* != online ]] |
| 742 | 2026-06-19T06:17:41.582Z | ++ [[ 73 -gt 300 ]] |
| 743 | 2026-06-19T06:17:41.582Z | ++ sleep 1 |
| 744 | 2026-06-19T06:17:42.584Z | ++ retry=74 |
| 745 | 2026-06-19T06:17:42.587Z | +++ svcs -Hostate baseline |
| 746 | 2026-06-19T06:17:42.599Z | ++ [[ offline* != online ]] |
| 747 | 2026-06-19T06:17:42.599Z | ++ [[ 74 -gt 300 ]] |
| 748 | 2026-06-19T06:17:42.599Z | ++ sleep 1 |
| 749 | 2026-06-19T06:17:43.602Z | ++ retry=75 |
| 750 | 2026-06-19T06:17:43.604Z | +++ svcs -Hostate baseline |
| 751 | 2026-06-19T06:17:43.616Z | ++ [[ offline* != online ]] |
| 752 | 2026-06-19T06:17:43.616Z | ++ [[ 75 -gt 300 ]] |
| 753 | 2026-06-19T06:17:43.616Z | ++ sleep 1 |
| 754 | 2026-06-19T06:17:44.619Z | ++ retry=76 |
| 755 | 2026-06-19T06:17:44.623Z | +++ svcs -Hostate baseline |
| 756 | 2026-06-19T06:17:44.633Z | ++ [[ offline* != online ]] |
| 757 | 2026-06-19T06:17:44.633Z | ++ [[ 76 -gt 300 ]] |
| 758 | 2026-06-19T06:17:44.633Z | ++ sleep 1 |
| 759 | 2026-06-19T06:17:45.635Z | ++ retry=77 |
| 760 | 2026-06-19T06:17:45.638Z | +++ svcs -Hostate baseline |
| 761 | 2026-06-19T06:17:45.649Z | ++ [[ offline* != online ]] |
| 762 | 2026-06-19T06:17:45.649Z | ++ [[ 77 -gt 300 ]] |
| 763 | 2026-06-19T06:17:45.649Z | ++ sleep 1 |
| 764 | 2026-06-19T06:17:46.652Z | ++ retry=78 |
| 765 | 2026-06-19T06:17:46.655Z | +++ svcs -Hostate baseline |
| 766 | 2026-06-19T06:17:46.666Z | ++ [[ offline* != online ]] |
| 767 | 2026-06-19T06:17:46.666Z | ++ [[ 78 -gt 300 ]] |
| 768 | 2026-06-19T06:17:46.666Z | ++ sleep 1 |
| 769 | 2026-06-19T06:17:47.668Z | ++ retry=79 |
| 770 | 2026-06-19T06:17:47.671Z | +++ svcs -Hostate baseline |
| 771 | 2026-06-19T06:17:47.682Z | ++ [[ offline* != online ]] |
| 772 | 2026-06-19T06:17:47.682Z | ++ [[ 79 -gt 300 ]] |
| 773 | 2026-06-19T06:17:47.682Z | ++ sleep 1 |
| 774 | 2026-06-19T06:17:48.685Z | ++ retry=80 |
| 775 | 2026-06-19T06:17:48.688Z | +++ svcs -Hostate baseline |
| 776 | 2026-06-19T06:17:48.699Z | ++ [[ offline* != online ]] |
| 777 | 2026-06-19T06:17:48.699Z | ++ [[ 80 -gt 300 ]] |
| 778 | 2026-06-19T06:17:48.699Z | ++ sleep 1 |
| 779 | 2026-06-19T06:17:49.701Z | ++ retry=81 |
| 780 | 2026-06-19T06:17:49.705Z | +++ svcs -Hostate baseline |
| 781 | 2026-06-19T06:17:49.715Z | ++ [[ offline* != online ]] |
| 782 | 2026-06-19T06:17:49.716Z | ++ [[ 81 -gt 300 ]] |
| 783 | 2026-06-19T06:17:49.716Z | ++ sleep 1 |
| 784 | 2026-06-19T06:17:50.717Z | ++ retry=82 |
| 785 | 2026-06-19T06:17:50.720Z | +++ svcs -Hostate baseline |
| 786 | 2026-06-19T06:17:50.732Z | ++ [[ offline* != online ]] |
| 787 | 2026-06-19T06:17:50.732Z | ++ [[ 82 -gt 300 ]] |
| 788 | 2026-06-19T06:17:50.732Z | ++ sleep 1 |
| 789 | 2026-06-19T06:17:51.734Z | ++ retry=83 |
| 790 | 2026-06-19T06:17:51.737Z | +++ svcs -Hostate baseline |
| 791 | 2026-06-19T06:17:51.748Z | ++ [[ offline* != online ]] |
| 792 | 2026-06-19T06:17:51.748Z | ++ [[ 83 -gt 300 ]] |
| 793 | 2026-06-19T06:17:51.748Z | ++ sleep 1 |
| 794 | 2026-06-19T06:17:52.751Z | ++ retry=84 |
| 795 | 2026-06-19T06:17:52.754Z | +++ svcs -Hostate baseline |
| 796 | 2026-06-19T06:17:52.765Z | ++ [[ offline* != online ]] |
| 797 | 2026-06-19T06:17:52.765Z | ++ [[ 84 -gt 300 ]] |
| 798 | 2026-06-19T06:17:52.765Z | ++ sleep 1 |
| 799 | 2026-06-19T06:17:53.767Z | ++ retry=85 |
| 800 | 2026-06-19T06:17:53.770Z | +++ svcs -Hostate baseline |
| 801 | 2026-06-19T06:17:53.781Z | ++ [[ offline* != online ]] |
| 802 | 2026-06-19T06:17:53.781Z | ++ [[ 85 -gt 300 ]] |
| 803 | 2026-06-19T06:17:53.781Z | ++ sleep 1 |
| 804 | 2026-06-19T06:17:54.783Z | ++ retry=86 |
| 805 | 2026-06-19T06:17:54.786Z | +++ svcs -Hostate baseline |
| 806 | 2026-06-19T06:17:54.797Z | ++ [[ offline* != online ]] |
| 807 | 2026-06-19T06:17:54.797Z | ++ [[ 86 -gt 300 ]] |
| 808 | 2026-06-19T06:17:54.798Z | ++ sleep 1 |
| 809 | 2026-06-19T06:17:55.800Z | ++ retry=87 |
| 810 | 2026-06-19T06:17:55.803Z | +++ svcs -Hostate baseline |
| 811 | 2026-06-19T06:17:55.814Z | ++ [[ offline* != online ]] |
| 812 | 2026-06-19T06:17:55.814Z | ++ [[ 87 -gt 300 ]] |
| 813 | 2026-06-19T06:17:55.814Z | ++ sleep 1 |
| 814 | 2026-06-19T06:17:56.816Z | ++ retry=88 |
| 815 | 2026-06-19T06:17:56.819Z | +++ svcs -Hostate baseline |
| 816 | 2026-06-19T06:17:56.830Z | ++ [[ offline* != online ]] |
| 817 | 2026-06-19T06:17:56.830Z | ++ [[ 88 -gt 300 ]] |
| 818 | 2026-06-19T06:17:56.830Z | ++ sleep 1 |
| 819 | 2026-06-19T06:17:57.833Z | ++ retry=89 |
| 820 | 2026-06-19T06:17:57.836Z | +++ svcs -Hostate baseline |
| 821 | 2026-06-19T06:17:57.847Z | ++ [[ offline* != online ]] |
| 822 | 2026-06-19T06:17:57.847Z | ++ [[ 89 -gt 300 ]] |
| 823 | 2026-06-19T06:17:57.847Z | ++ sleep 1 |
| 824 | 2026-06-19T06:17:58.849Z | ++ retry=90 |
| 825 | 2026-06-19T06:17:58.852Z | +++ svcs -Hostate baseline |
| 826 | 2026-06-19T06:17:58.865Z | ++ [[ offline* != online ]] |
| 827 | 2026-06-19T06:17:58.865Z | ++ [[ 90 -gt 300 ]] |
| 828 | 2026-06-19T06:17:58.868Z | ++ sleep 1 |
| 829 | 2026-06-19T06:17:59.867Z | ++ retry=91 |
| 830 | 2026-06-19T06:17:59.870Z | +++ svcs -Hostate baseline |
| 831 | 2026-06-19T06:17:59.881Z | ++ [[ offline* != online ]] |
| 832 | 2026-06-19T06:17:59.881Z | ++ [[ 91 -gt 300 ]] |
| 833 | 2026-06-19T06:17:59.881Z | ++ sleep 1 |
| 834 | 2026-06-19T06:18:00.883Z | ++ retry=92 |
| 835 | 2026-06-19T06:18:00.886Z | +++ svcs -Hostate baseline |
| 836 | 2026-06-19T06:18:00.897Z | ++ [[ offline* != online ]] |
| 837 | 2026-06-19T06:18:00.897Z | ++ [[ 92 -gt 300 ]] |
| 838 | 2026-06-19T06:18:00.897Z | ++ sleep 1 |
| 839 | 2026-06-19T06:18:01.899Z | ++ retry=93 |
| 840 | 2026-06-19T06:18:01.902Z | +++ svcs -Hostate baseline |
| 841 | 2026-06-19T06:18:01.914Z | ++ [[ offline* != online ]] |
| 842 | 2026-06-19T06:18:01.914Z | ++ [[ 93 -gt 300 ]] |
| 843 | 2026-06-19T06:18:01.914Z | ++ sleep 1 |
| 844 | 2026-06-19T06:18:02.916Z | ++ retry=94 |
| 845 | 2026-06-19T06:18:02.919Z | +++ svcs -Hostate baseline |
| 846 | 2026-06-19T06:18:02.930Z | ++ [[ offline* != online ]] |
| 847 | 2026-06-19T06:18:02.930Z | ++ [[ 94 -gt 300 ]] |
| 848 | 2026-06-19T06:18:02.930Z | ++ sleep 1 |
| 849 | 2026-06-19T06:18:03.932Z | ++ retry=95 |
| 850 | 2026-06-19T06:18:03.934Z | +++ svcs -Hostate baseline |
| 851 | 2026-06-19T06:18:03.945Z | ++ [[ offline* != online ]] |
| 852 | 2026-06-19T06:18:03.945Z | ++ [[ 95 -gt 300 ]] |
| 853 | 2026-06-19T06:18:03.945Z | ++ sleep 1 |
| 854 | 2026-06-19T06:18:04.946Z | ++ retry=96 |
| 855 | 2026-06-19T06:18:04.949Z | +++ svcs -Hostate baseline |
| 856 | 2026-06-19T06:18:04.960Z | ++ [[ offline* != online ]] |
| 857 | 2026-06-19T06:18:04.960Z | ++ [[ 96 -gt 300 ]] |
| 858 | 2026-06-19T06:18:04.960Z | ++ sleep 1 |
| 859 | 2026-06-19T06:18:05.962Z | ++ retry=97 |
| 860 | 2026-06-19T06:18:05.965Z | +++ svcs -Hostate baseline |
| 861 | 2026-06-19T06:18:05.975Z | ++ [[ offline* != online ]] |
| 862 | 2026-06-19T06:18:05.975Z | ++ [[ 97 -gt 300 ]] |
| 863 | 2026-06-19T06:18:05.975Z | ++ sleep 1 |
| 864 | 2026-06-19T06:18:06.977Z | ++ retry=98 |
| 865 | 2026-06-19T06:18:06.980Z | +++ svcs -Hostate baseline |
| 866 | 2026-06-19T06:18:06.991Z | ++ [[ offline* != online ]] |
| 867 | 2026-06-19T06:18:06.991Z | ++ [[ 98 -gt 300 ]] |
| 868 | 2026-06-19T06:18:06.994Z | ++ sleep 1 |
| 869 | 2026-06-19T06:18:07.993Z | ++ retry=99 |
| 870 | 2026-06-19T06:18:07.996Z | +++ svcs -Hostate baseline |
| 871 | 2026-06-19T06:18:08.008Z | ++ [[ offline* != online ]] |
| 872 | 2026-06-19T06:18:08.008Z | ++ [[ 99 -gt 300 ]] |
| 873 | 2026-06-19T06:18:08.008Z | ++ sleep 1 |
| 874 | 2026-06-19T06:18:09.010Z | ++ retry=100 |
| 875 | 2026-06-19T06:18:09.013Z | +++ svcs -Hostate baseline |
| 876 | 2026-06-19T06:18:09.024Z | ++ [[ offline* != online ]] |
| 877 | 2026-06-19T06:18:09.024Z | ++ [[ 100 -gt 300 ]] |
| 878 | 2026-06-19T06:18:09.024Z | ++ sleep 1 |
| 879 | 2026-06-19T06:18:10.026Z | ++ retry=101 |
| 880 | 2026-06-19T06:18:10.029Z | +++ svcs -Hostate baseline |
| 881 | 2026-06-19T06:18:10.041Z | ++ [[ offline* != online ]] |
| 882 | 2026-06-19T06:18:10.041Z | ++ [[ 101 -gt 300 ]] |
| 883 | 2026-06-19T06:18:10.041Z | ++ sleep 1 |
| 884 | 2026-06-19T06:18:11.043Z | ++ retry=102 |
| 885 | 2026-06-19T06:18:11.046Z | +++ svcs -Hostate baseline |
| 886 | 2026-06-19T06:18:11.057Z | ++ [[ offline* != online ]] |
| 887 | 2026-06-19T06:18:11.057Z | ++ [[ 102 -gt 300 ]] |
| 888 | 2026-06-19T06:18:11.057Z | ++ sleep 1 |
| 889 | 2026-06-19T06:18:12.059Z | ++ retry=103 |
| 890 | 2026-06-19T06:18:12.062Z | +++ svcs -Hostate baseline |
| 891 | 2026-06-19T06:18:12.074Z | ++ [[ offline* != online ]] |
| 892 | 2026-06-19T06:18:12.074Z | ++ [[ 103 -gt 300 ]] |
| 893 | 2026-06-19T06:18:12.074Z | ++ sleep 1 |
| 894 | 2026-06-19T06:18:13.076Z | ++ retry=104 |
| 895 | 2026-06-19T06:18:13.078Z | +++ svcs -Hostate baseline |
| 896 | 2026-06-19T06:18:13.090Z | ++ [[ offline* != online ]] |
| 897 | 2026-06-19T06:18:13.090Z | ++ [[ 104 -gt 300 ]] |
| 898 | 2026-06-19T06:18:13.090Z | ++ sleep 1 |
| 899 | 2026-06-19T06:18:14.092Z | ++ retry=105 |
| 900 | 2026-06-19T06:18:14.095Z | +++ svcs -Hostate baseline |
| 901 | 2026-06-19T06:18:14.107Z | ++ [[ offline* != online ]] |
| 902 | 2026-06-19T06:18:14.107Z | ++ [[ 105 -gt 300 ]] |
| 903 | 2026-06-19T06:18:14.107Z | ++ sleep 1 |
| 904 | 2026-06-19T06:18:15.108Z | ++ retry=106 |
| 905 | 2026-06-19T06:18:15.111Z | +++ svcs -Hostate baseline |
| 906 | 2026-06-19T06:18:15.122Z | ++ [[ offline* != online ]] |
| 907 | 2026-06-19T06:18:15.123Z | ++ [[ 106 -gt 300 ]] |
| 908 | 2026-06-19T06:18:15.123Z | ++ sleep 1 |
| 909 | 2026-06-19T06:18:16.125Z | ++ retry=107 |
| 910 | 2026-06-19T06:18:16.128Z | +++ svcs -Hostate baseline |
| 911 | 2026-06-19T06:18:16.139Z | ++ [[ offline* != online ]] |
| 912 | 2026-06-19T06:18:16.139Z | ++ [[ 107 -gt 300 ]] |
| 913 | 2026-06-19T06:18:16.139Z | ++ sleep 1 |
| 914 | 2026-06-19T06:18:17.141Z | ++ retry=108 |
| 915 | 2026-06-19T06:18:17.144Z | +++ svcs -Hostate baseline |
| 916 | 2026-06-19T06:18:17.155Z | ++ [[ online != online ]] |
| 917 | 2026-06-19T06:18:17.158Z | ++ set -o errexit |
| 918 | 2026-06-19T06:18:17.158Z | ++ set -o pipefail |
| 919 | 2026-06-19T06:18:17.158Z | ++ banner build |
| 920 | 2026-06-19T06:18:17.158Z | |
| 921 | 2026-06-19T06:18:17.158Z | ##### # # # # ##### |
| 922 | 2026-06-19T06:18:17.158Z | # # # # # # # # |
| 923 | 2026-06-19T06:18:17.158Z | ##### # # # # # # |
| 924 | 2026-06-19T06:18:17.158Z | # # # # # # # # |
| 925 | 2026-06-19T06:18:17.158Z | # # # # # # # # |
| 926 | 2026-06-19T06:18:17.158Z | ##### #### # ###### ##### |
| 927 | 2026-06-19T06:18:17.158Z | |
| 928 | 2026-06-19T06:18:17.158Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 929 | 2026-06-19T06:18:17.162Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 930 | 2026-06-19T06:18:17.338Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 931 | 2026-06-19T06:18:17.340Z | info: downloading 6 components |
| 932 | 2026-06-19T06:18:32.936Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 933 | 2026-06-19T06:18:33.772Z | From https://github.com/oxidecomputer/falcon |
| 934 | 2026-06-19T06:18:33.772Z | * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3 |
| 935 | 2026-06-19T06:18:33.850Z | Updating crates.io index |
| 936 | 2026-06-19T06:18:33.883Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 937 | 2026-06-19T06:18:34.279Z | From https://github.com/oxidecomputer/dendrite |
| 938 | 2026-06-19T06:18:34.279Z | * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9 |
| 939 | 2026-06-19T06:18:34.314Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 940 | 2026-06-19T06:18:34.549Z | From https://github.com/oxidecomputer/ispf |
| 941 | 2026-06-19T06:18:34.549Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 942 | 2026-06-19T06:18:34.762Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 943 | 2026-06-19T06:18:35.084Z | From https://github.com/oxidecomputer/netadm-sys |
| 944 | 2026-06-19T06:18:35.084Z | * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9 |
| 945 | 2026-06-19T06:18:35.091Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 946 | 2026-06-19T06:18:41.057Z | From https://github.com/oxidecomputer/omicron |
| 947 | 2026-06-19T06:18:41.057Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 948 | 2026-06-19T06:18:41.475Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 949 | 2026-06-19T06:18:42.181Z | From https://github.com/oxidecomputer/opte |
| 950 | 2026-06-19T06:18:42.181Z | * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 |
| 951 | 2026-06-19T06:18:42.211Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 952 | 2026-06-19T06:18:42.456Z | From https://github.com/illumos/smf-rs |
| 953 | 2026-06-19T06:18:42.456Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 954 | 2026-06-19T06:18:42.937Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 955 | 2026-06-19T06:18:43.192Z | From https://github.com/oxidecomputer/network-interface |
| 956 | 2026-06-19T06:18:43.192Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 957 | 2026-06-19T06:18:43.413Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 958 | 2026-06-19T06:18:43.672Z | From https://github.com/oxidecomputer/zone |
| 959 | 2026-06-19T06:18:43.672Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 960 | 2026-06-19T06:18:43.694Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 961 | 2026-06-19T06:18:44.294Z | From https://github.com/oxidecomputer/propolis |
| 962 | 2026-06-19T06:18:44.294Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 963 | 2026-06-19T06:18:44.446Z | Updating crates.io index |
| 964 | 2026-06-19T06:18:44.449Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 965 | 2026-06-19T06:18:44.924Z | From https://github.com/oxidecomputer/transceiver-control |
| 966 | 2026-06-19T06:18:44.924Z | * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac |
| 967 | 2026-06-19T06:18:44.972Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 968 | 2026-06-19T06:18:45.250Z | From https://github.com/oxidecomputer/dlpi-sys |
| 969 | 2026-06-19T06:18:45.250Z | * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664 |
| 970 | 2026-06-19T06:18:45.255Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 971 | 2026-06-19T06:18:45.559Z | From https://github.com/jmesmon/rust-libzfs |
| 972 | 2026-06-19T06:18:45.559Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 973 | 2026-06-19T06:18:45.567Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 974 | 2026-06-19T06:18:45.845Z | From https://github.com/oxidecomputer/rusty-doors |
| 975 | 2026-06-19T06:18:45.845Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 976 | 2026-06-19T06:18:45.851Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 977 | 2026-06-19T06:18:46.190Z | From https://github.com/oxidecomputer/lldp |
| 978 | 2026-06-19T06:18:46.190Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 979 | 2026-06-19T06:18:46.374Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 980 | 2026-06-19T06:18:46.644Z | From https://github.com/oxidecomputer/slog-error-chain |
| 981 | 2026-06-19T06:18:46.644Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 982 | 2026-06-19T06:18:46.790Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 983 | 2026-06-19T06:18:47.104Z | From https://github.com/oxidecomputer/tufaceous |
| 984 | 2026-06-19T06:18:47.104Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 985 | 2026-06-19T06:18:47.126Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 986 | 2026-06-19T06:18:47.586Z | From https://github.com/oxidecomputer/management-gateway-service |
| 987 | 2026-06-19T06:18:47.586Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 988 | 2026-06-19T06:18:47.874Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 989 | 2026-06-19T06:18:48.677Z | From https://github.com/oxidecomputer/crucible |
| 990 | 2026-06-19T06:18:48.677Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 991 | 2026-06-19T06:18:49.361Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 992 | 2026-06-19T06:18:49.638Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 993 | 2026-06-19T06:18:49.638Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 994 | 2026-06-19T06:18:49.714Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 995 | 2026-06-19T06:18:50.171Z | From https://github.com/oxidecomputer/propolis |
| 996 | 2026-06-19T06:18:50.171Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 997 | 2026-06-19T06:18:50.391Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 998 | 2026-06-19T06:18:50.893Z | From https://github.com/oxidecomputer/crucible |
| 999 | 2026-06-19T06:18:50.893Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 1000 | 2026-06-19T06:18:50.998Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 1001 | 2026-06-19T06:18:51.339Z | From https://github.com/oxidecomputer/tofino |
| 1002 | 2026-06-19T06:18:51.339Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 1003 | 2026-06-19T06:18:51.427Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 1004 | 2026-06-19T06:18:52.069Z | From https://github.com/oxidecomputer/maghemite |
| 1005 | 2026-06-19T06:18:52.069Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 1006 | 2026-06-19T06:18:52.113Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 1007 | 2026-06-19T06:18:52.406Z | From https://github.com/oxidecomputer/clickward |
| 1008 | 2026-06-19T06:18:52.406Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 1009 | 2026-06-19T06:18:52.435Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 1010 | 2026-06-19T06:18:52.679Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 1011 | 2026-06-19T06:18:52.679Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 1012 | 2026-06-19T06:18:53.257Z | error: failed to select a version for `http`. |
| 1013 | 2026-06-19T06:18:53.257Z | ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)` |
| 1014 | 2026-06-19T06:18:53.257Z | ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)` |
| 1015 | 2026-06-19T06:18:53.257Z | versions that meet the requirements `^1.4.2` are: 1.4.2 |
| 1016 | 2026-06-19T06:18:53.257Z | |
| 1017 | 2026-06-19T06:18:53.257Z | all possible versions conflict with previously selected packages. |
| 1018 | 2026-06-19T06:18:53.257Z | |
| 1019 | 2026-06-19T06:18:53.257Z | previously selected package `http v1.4.1` |
| 1020 | 2026-06-19T06:18:53.257Z | ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)` |
| 1021 | 2026-06-19T06:18:53.257Z | |
| 1022 | 2026-06-19T06:18:53.257Z | failed to select a version for `http` which could resolve this conflict |
| 1023 | 2026-06-19T06:18:53.280Z | + cleanup |
| 1024 | 2026-06-19T06:18:53.283Z | ++ id -un |
| 1025 | 2026-06-19T06:18:53.286Z | ++ id -gn |
| 1026 | 2026-06-19T06:18:53.288Z | + pfexec chown -R build:build . |
| 1027 | 2026-06-19T06:18:53.294Z | process exited: duration 255506 ms, exit code 101 |
| |
| 1028 | 2026-06-19T06:18:53.300Z | found 0 output files |