01KVF85ERPVRGHTFJ0V4BY32E8: test-ddm-quartet

BasicConfig {
    output_rules: [
        "/work/*.log",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KVF85ZEHAAEVADNE8RGSKM2G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:08.091Zjob assigned to worker 01KVF86JW44JP238ZWTMMM46RK [factory aws, i-0132185e14bc98f90] (queued for 1 m 0 s)
 
22026-06-19T06:14:14.850Zstarting task 0: "setup"
32026-06-19T06:14:14.854Z++ uname -s
42026-06-19T06:14:14.856Z+ kern=SunOS
52026-06-19T06:14:14.856Z+ build_user=build
62026-06-19T06:14:14.856Z+ build_uid=12345
72026-06-19T06:14:14.856Z+ work_dir=/work
82026-06-19T06:14:14.857Z+ input_dir=/input
92026-06-19T06:14:14.857Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:14.857Z+ case "$kern" in
112026-06-19T06:14:14.857Z+ groupadd -g 12345 build
122026-06-19T06:14:14.860Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:16.863Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:16.923Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:16.926Z+ home_fs=zfs
162026-06-19T06:14:16.926Z+ [[ zfs == autofs ]]
172026-06-19T06:14:16.926Z+ mkdir -p /home/build
182026-06-19T06:14:16.926Z+ chown build:build /home/build /work
192026-06-19T06:14:18.928Z+ chmod 0700 /home/build /work
202026-06-19T06:14:18.931Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-19T06:14:18.936Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:18.940Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:18.940Z * rust toolchain channel = "stable"
242026-06-19T06:14:18.940Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-19T06:14:18.940Z * rust toolchain profile = "default"
262026-06-19T06:14:18.940Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:18.940Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:18.943Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:18.943Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:19.062Zinfo: downloading installer
312026-06-19T06:14:20.504Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:20.504Zwarn: /opt/ooce/bin
332026-06-19T06:14:20.504Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:20.504Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:20.504Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:20.504Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:20.504Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:20.504Zerror: cannot install while Rust is installed
392026-06-19T06:14:20.505Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:20.507Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:20.507Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:20.507Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:20.507Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:20.518Zinfo: profile set to default
452026-06-19T06:14:20.518Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:20.521Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:20.671Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:20.674Zinfo: downloading 6 components
492026-06-19T06:14:35.559Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:35.559Z
512026-06-19T06:14:35.586Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:35.586Z
532026-06-19T06:14:35.588Z
542026-06-19T06:14:35.588ZRust is installed now. Great!
552026-06-19T06:14:35.588Z
562026-06-19T06:14:35.589ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:35.589Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:35.589Z
592026-06-19T06:14:35.589ZTo configure your current shell, you need to source
602026-06-19T06:14:35.589Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:35.589Z
622026-06-19T06:14:35.589ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:35.589Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:35.589Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:35.589Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:35.589Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:35.589Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:35.589Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:35.589Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:35.589Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:35.668Z+ rustup --version
722026-06-19T06:14:35.676Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:35.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:35.697Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:35.702Z+ cargo --version
762026-06-19T06:14:35.713Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:35.716Z+ rustc --version
782026-06-19T06:14:35.735Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:35.738Zprocess exited: duration 16798 ms, exit code 0
 
802026-06-19T06:14:35.744Zstarting task 2: "authentication"
812026-06-19T06:14:35.760Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:35.765Zstarting task 3: "clone repository"
832026-06-19T06:14:35.768Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:35.771Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:35.802ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:37.213Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:37.213Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:37.710ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:37.710Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:37.717Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:37.717Z++ git branch --show-current
922026-06-19T06:14:37.717Z+ current=main
932026-06-19T06:14:37.717Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:37.717Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:37.718Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:37.718ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:37.718Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:37.726ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:37.729Zprocess exited: duration 1961 ms, exit code 0
 
1002026-06-19T06:14:37.736Zstarting task 4: "build"
1012026-06-19T06:14:37.741Z++ dladm
1022026-06-19T06:14:37.745ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-19T06:14:37.745Zena0 phys 9216 up -- --
1042026-06-19T06:14:37.748Z++ ipadm
1052026-06-19T06:14:37.748ZADDROBJ TYPE STATE ADDR
1062026-06-19T06:14:37.748Zlo0/v4 static ok 127.0.0.1/8
1072026-06-19T06:14:37.748Zena0/dhcp dhcp ok 10.150.1.171/24
1082026-06-19T06:14:37.748Zlo0/v6 static ok ::1/128
1092026-06-19T06:14:37.748Z++ banner collect
1102026-06-19T06:14:37.751Z
1112026-06-19T06:14:37.751Z #### #### # # ###### #### #####
1122026-06-19T06:14:37.751Z # # # # # # # # # #
1132026-06-19T06:14:37.751Z # # # # # ##### # #
1142026-06-19T06:14:37.751Z # # # # # # # #
1152026-06-19T06:14:37.751Z # # # # # # # # # #
1162026-06-19T06:14:37.751Z #### #### ###### ###### ###### #### #
1172026-06-19T06:14:37.751Z
1182026-06-19T06:14:37.751Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-19T06:14:37.751Z++ repo=softnpu
1202026-06-19T06:14:37.752Z++ series=image
1212026-06-19T06:14:37.752Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-19T06:14:37.752Z++ name=softnpu
1232026-06-19T06:14:37.752Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-19T06:14:37.752Z++ mkdir -p download
1252026-06-19T06:14:37.752Z++ pushd download
1262026-06-19T06:14:37.752Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-19T06:14:37.752Z++ [[ ! -f softnpu ]]
1282026-06-19T06:14:37.752Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-19T06:14:37.756Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-19T06:14:37.759Z Dload Upload Total Spent Left Speed
1312026-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
1322026-06-19T06:14:38.190Z++ popd
1332026-06-19T06:14:38.190Z/work/oxidecomputer/maghemite
1342026-06-19T06:14:38.190Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-19T06:14:38.190Z++ repo=sidecar-lite
1362026-06-19T06:14:38.190Z++ series=release
1372026-06-19T06:14:38.190Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-19T06:14:38.190Z++ name=libsidecar_lite.so
1392026-06-19T06:14:38.190Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-19T06:14:38.190Z++ mkdir -p download
1412026-06-19T06:14:38.193Z++ pushd download
1422026-06-19T06:14:38.193Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-19T06:14:38.193Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-19T06:14:38.193Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-19T06:14:38.196Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-19T06:14:38.196Z Dload Upload Total Spent Left Speed
1472026-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
1482026-06-19T06:14:38.554Z++ popd
1492026-06-19T06:14:38.557Z/work/oxidecomputer/maghemite
1502026-06-19T06:14:38.557Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-19T06:14:38.557Z++ repo=sidecar-lite
1522026-06-19T06:14:38.557Z++ series=release
1532026-06-19T06:14:38.557Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-19T06:14:38.557Z++ name=scadm
1552026-06-19T06:14:38.557Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-19T06:14:38.557Z++ mkdir -p download
1572026-06-19T06:14:38.557Z++ pushd download
1582026-06-19T06:14:38.557Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-19T06:14:38.557Z++ [[ ! -f scadm ]]
1602026-06-19T06:14:38.557Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-19T06:14:38.562Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-19T06:14:38.564Z Dload Upload Total Spent Left Speed
1632026-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
1642026-06-19T06:14:39.014Z++ popd
1652026-06-19T06:14:39.017Z/work/oxidecomputer/maghemite
1662026-06-19T06:14:39.018Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-19T06:14:39.018Z++ repo=dendrite
1682026-06-19T06:14:39.018Z++ series=image
1692026-06-19T06:14:39.018Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-19T06:14:39.018Z++ name=dendrite-softnpu.tar.gz
1712026-06-19T06:14:39.018Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-19T06:14:39.018Z++ mkdir -p download
1732026-06-19T06:14:39.018Z++ pushd download
1742026-06-19T06:14:39.018Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-19T06:14:39.018Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-19T06:14:39.018Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-19T06:14:39.021Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-19T06:14:39.021Z Dload Upload Total Spent Left Speed
1792026-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
1802026-06-19T06:14:40.319Z++ popd
1812026-06-19T06:14:40.322Z/work/oxidecomputer/maghemite
1822026-06-19T06:14:40.322Z++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddm
1832026-06-19T06:14:40.322Z++ repo=maghemite
1842026-06-19T06:14:40.322Z++ series=release
1852026-06-19T06:14:40.322Z++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
1862026-06-19T06:14:40.322Z++ name=ddm
1872026-06-19T06:14:40.322Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-19T06:14:40.322Z++ mkdir -p download
1892026-06-19T06:14:40.322Z++ pushd download
1902026-06-19T06:14:40.322Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-19T06:14:40.322Z++ [[ ! -f ddm ]]
1922026-06-19T06:14:40.322Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddm
1932026-06-19T06:14:40.327Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-19T06:14:40.330Z Dload Upload Total Spent Left Speed
1952026-06-19T06:14:40.380Z 0 0 0 0 0 0 0 0 0
1962026-06-19T06:14:40.384Zcurl: (22) The requested URL returned error: 404
1972026-06-19T06:14:40.384Z++ popd
1982026-06-19T06:14:40.384Z/work/oxidecomputer/maghemite
1992026-06-19T06:14:40.384Z++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddmadm
2002026-06-19T06:14:40.384Z++ repo=maghemite
2012026-06-19T06:14:40.384Z++ series=release
2022026-06-19T06:14:40.384Z++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
2032026-06-19T06:14:40.384Z++ name=ddmadm
2042026-06-19T06:14:40.384Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-19T06:14:40.384Z++ mkdir -p download
2062026-06-19T06:14:40.384Z++ pushd download
2072026-06-19T06:14:40.384Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-19T06:14:40.384Z++ [[ ! -f ddmadm ]]
2092026-06-19T06:14:40.384Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddmadm
2102026-06-19T06:14:40.388Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-19T06:14:40.391Z Dload Upload Total Spent Left Speed
2122026-06-19T06:14:40.442Z 0 0 0 0 0 0 0 0 0
2132026-06-19T06:14:40.442Zcurl: (22) The requested URL returned error: 404
2142026-06-19T06:14:40.444Z++ popd
2152026-06-19T06:14:40.444Z/work/oxidecomputer/maghemite
2162026-06-19T06:14:40.444Z++ pushd download
2172026-06-19T06:14:40.444Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-19T06:14:40.444Z++ chmod +x softnpu
2192026-06-19T06:14:40.445Z++ chmod +x scadm
2202026-06-19T06:14:40.447Z++ chmod +x ddmadm
2212026-06-19T06:14:40.447Zchmod: WARNING: can't access ddmadm
2222026-06-19T06:14:40.447Z++ chmod +x ddmd
2232026-06-19T06:14:40.450Zchmod: WARNING: can't access ddmd
2242026-06-19T06:14:40.451Z++ mv ddmadm ddmadm-v2
2252026-06-19T06:14:40.451Zmv: cannot access ddmadm
2262026-06-19T06:14:40.451Z++ mv ddmd ddmd-v2
2272026-06-19T06:14:40.451Zmv: cannot access ddmd
2282026-06-19T06:14:40.451Z++ rm -rf zones/dendrite
2292026-06-19T06:14:40.454Z++ mkdir -p zones/dendrite
2302026-06-19T06:14:40.454Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-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
2322026-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
2332026-06-19T06:14:41.454Z++ popd
2342026-06-19T06:14:41.454Z++ banner install
2352026-06-19T06:14:41.454Z/work/oxidecomputer/maghemite
2362026-06-19T06:14:41.457Z
2372026-06-19T06:14:41.457Z # # # #### ##### ## # #
2382026-06-19T06:14:41.457Z # ## # # # # # # #
2392026-06-19T06:14:41.457Z # # # # #### # # # # #
2402026-06-19T06:14:41.457Z # # # # # # ###### # #
2412026-06-19T06:14:41.457Z # # ## # # # # # # #
2422026-06-19T06:14:41.457Z # # # #### # # # ###### ######
2432026-06-19T06:14:41.457Z
2442026-06-19T06:14:41.457Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-19T06:14:41.457Z++ set +o errexit
2462026-06-19T06:14:41.457Z++ pkg info clang-15
2472026-06-19T06:14:41.457Z++ grep -qi installed
2482026-06-19T06:14:42.631Zpkg: info: no packages matching the following patterns you specified are
2492026-06-19T06:14:42.631Zinstalled on the system. Try querying remotely instead:
2502026-06-19T06:14:42.631Z
2512026-06-19T06:14:42.631Z clang-15
2522026-06-19T06:14:42.672Z++ [[ 1 != 0 ]]
2532026-06-19T06:14:42.672Z++ set -o errexit
2542026-06-19T06:14:42.674Z++ pfexec pkg install clang-15
2552026-06-19T06:14:49.389Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-19T06:14:57.076Z Startup: Caching catalogs ... Done
2572026-06-19T06:15:04.319ZPlanning: Solver setup ... Done
2582026-06-19T06:15:04.359ZPlanning: Running solver ... Done
2592026-06-19T06:15:04.500ZPlanning: Finding local manifests ... Done
2602026-06-19T06:15:04.519ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-19T06:15:05.819ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-19T06:15:05.848ZPlanning: Package planning ... Done
2632026-06-19T06:15:05.873ZPlanning: Merging actions ... Done
2642026-06-19T06:15:05.980ZPlanning: Checking for conflicting actions ... Done
2652026-06-19T06:15:05.986ZPlanning: Consolidating action changes ... Done
2662026-06-19T06:15:06.754ZPlanning: Evaluating mediators ... Done
2672026-06-19T06:15:06.760ZPlanning: Planning completed in 9.51 seconds
2682026-06-19T06:15:06.771Z Packages to install: 2
2692026-06-19T06:15:06.771Z Mediators to change: 2
2702026-06-19T06:15:06.774Z Services to change: 1
2712026-06-19T06:15:06.774Z Create boot environment: No
2722026-06-19T06:15:06.774ZCreate backup boot environment: No
2732026-06-19T06:15:06.814Z
2742026-06-19T06:15:06.814ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-19T06:15:11.822ZDownload: 564/3076 items 16.9/211.3MB 7% complete (3.5M/s)
2762026-06-19T06:15:17.488ZDownload: 980/3076 items 76.4/211.3MB 36% complete (8.4M/s)
2772026-06-19T06:15:22.503ZDownload: 1090/3076 items 113.1/211.3MB 53% complete (9.6M/s)
2782026-06-19T06:15:31.912ZDownload: 2002/3076 items 116.2/211.3MB 54% complete (4.0M/s)
2792026-06-19T06:15:44.621ZDownload: 2009/3076 items 117.9/211.3MB 55% complete
2802026-06-19T06:15:50.716ZDownload: 3032/3076 items 201.8/211.3MB 95% complete (20.1M/s)
2812026-06-19T06:15:52.325ZDownload: Completed 211.31 MB in 45.50 seconds (4.6M/s)
2822026-06-19T06:15:52.462Z Actions: 1/3418 actions (Installing new actions)
2832026-06-19T06:15:55.629Z Actions: Completed 3418 actions in 3.17 seconds.
2842026-06-19T06:15:56.254Z Done
2852026-06-19T06:15:56.254Z Done
2862026-06-19T06:15:56.998Z Done
2872026-06-19T06:16:00.298Z Done
2882026-06-19T06:16:00.369Z Done
2892026-06-19T06:16:00.371Z Done
2902026-06-19T06:16:00.643Z Done
2912026-06-19T06:16:01.327Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-06-19T06:16:01.327Z++ set +o errexit
2932026-06-19T06:16:01.330Z++ pkg info pkg-config
2942026-06-19T06:16:01.330Z++ grep -qi installed
2952026-06-19T06:16:01.557Z++ [[ 0 != 0 ]]
2962026-06-19T06:16:01.557Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-06-19T06:16:01.557Z++ set +o errexit
2982026-06-19T06:16:01.560Z++ pkg info brand/omicron1
2992026-06-19T06:16:01.560Z++ grep -qi installed
3002026-06-19T06:16:01.738Zpkg: info: no packages matching the following patterns you specified are
3012026-06-19T06:16:01.738Zinstalled on the system. Try querying remotely instead:
3022026-06-19T06:16:01.738Z
3032026-06-19T06:16:01.738Z brand/omicron1
3042026-06-19T06:16:01.773Z++ [[ 1 != 0 ]]
3052026-06-19T06:16:01.773Z++ set -o errexit
3062026-06-19T06:16:01.773Z++ pfexec pkg install brand/omicron1
3072026-06-19T06:16:02.175Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-06-19T06:16:09.406ZPlanning: Solver setup ... Done
3092026-06-19T06:16:09.445ZPlanning: Running solver ... Done
3102026-06-19T06:16:09.588ZPlanning: Finding local manifests ... Done
3112026-06-19T06:16:09.590ZPlanning: Fetching manifests: 0/2 0% complete
3122026-06-19T06:16:09.704ZPlanning: Fetching manifests: 2/2 100% complete
3132026-06-19T06:16:09.716ZPlanning: Package planning ... Done
3142026-06-19T06:16:09.719ZPlanning: Merging actions ... Done
3152026-06-19T06:16:09.867ZPlanning: Checking for conflicting actions ... Done
3162026-06-19T06:16:09.870ZPlanning: Consolidating action changes ... Done
3172026-06-19T06:16:10.026ZPlanning: Evaluating mediators ... Done
3182026-06-19T06:16:10.029ZPlanning: Planning completed in 7.85 seconds
3192026-06-19T06:16:10.034Z Packages to install: 2
3202026-06-19T06:16:10.034Z Create boot environment: No
3212026-06-19T06:16:10.034ZCreate backup boot environment: No
3222026-06-19T06:16:10.064Z
3232026-06-19T06:16:10.064ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-06-19T06:16:10.081ZDownload: Completed 1.07 MB in 0.02 seconds (63.1M/s)
3252026-06-19T06:16:10.150Z Actions: 1/28 actions (Installing new actions)
3262026-06-19T06:16:10.163Z Actions: Completed 28 actions in 0.01 seconds.
3272026-06-19T06:16:10.661Z Done
3282026-06-19T06:16:10.661Z Done
3292026-06-19T06:16:11.304Z Done
3302026-06-19T06:16:14.134Z Done
3312026-06-19T06:16:14.214Z Done
3322026-06-19T06:16:14.217Z Done
3332026-06-19T06:16:14.343Z Done
3342026-06-19T06:16:14.478Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-06-19T06:16:14.478Z++ set +o errexit
3362026-06-19T06:16:14.480Z++ pkg info brand/omicron1/tools
3372026-06-19T06:16:14.481Z++ grep -qi installed
3382026-06-19T06:16:14.662Zpkg: info: no packages matching the following patterns you specified are
3392026-06-19T06:16:14.662Zinstalled on the system. Try querying remotely instead:
3402026-06-19T06:16:14.662Z
3412026-06-19T06:16:14.663Z brand/omicron1/tools
3422026-06-19T06:16:14.695Z++ [[ 1 != 0 ]]
3432026-06-19T06:16:14.696Z++ set -o errexit
3442026-06-19T06:16:14.696Z++ pfexec pkg install brand/omicron1/tools
3452026-06-19T06:16:15.078Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-06-19T06:16:22.244ZPlanning: Solver setup ... Done
3472026-06-19T06:16:22.282ZPlanning: Running solver ... Done
3482026-06-19T06:16:22.420ZPlanning: Finding local manifests ... Done
3492026-06-19T06:16:22.422ZPlanning: Fetching manifests: 0/1 0% complete
3502026-06-19T06:16:22.531ZPlanning: Fetching manifests: 1/1 100% complete
3512026-06-19T06:16:22.542ZPlanning: Package planning ... Done
3522026-06-19T06:16:22.545ZPlanning: Merging actions ... Done
3532026-06-19T06:16:22.682ZPlanning: Checking for conflicting actions ... Done
3542026-06-19T06:16:22.685ZPlanning: Consolidating action changes ... Done
3552026-06-19T06:16:22.839ZPlanning: Evaluating mediators ... Done
3562026-06-19T06:16:22.841ZPlanning: Planning completed in 7.76 seconds
3572026-06-19T06:16:22.846Z Packages to install: 1
3582026-06-19T06:16:22.846Z Services to change: 1
3592026-06-19T06:16:22.846Z Create boot environment: No
3602026-06-19T06:16:22.846ZCreate backup boot environment: No
3612026-06-19T06:16:22.874Z
3622026-06-19T06:16:22.875ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-06-19T06:16:22.894ZDownload: Completed 1.19 MB in 0.02 seconds (59.6M/s)
3642026-06-19T06:16:22.978Z Actions: 1/19 actions (Installing new actions)
3652026-06-19T06:16:22.992Z Actions: Completed 19 actions in 0.01 seconds.
3662026-06-19T06:16:23.495Z Done
3672026-06-19T06:16:23.495Z Done
3682026-06-19T06:16:24.128Z Done
3692026-06-19T06:16:26.988Z Done
3702026-06-19T06:16:27.063Z Done
3712026-06-19T06:16:27.065Z Done
3722026-06-19T06:16:27.211Z Done
3732026-06-19T06:16:27.351Z++ pfexec svcadm enable baseline
3742026-06-19T06:16:27.366Z++ retry=0
3752026-06-19T06:16:27.369Z+++ svcs -Hostate baseline
3762026-06-19T06:16:27.381Z++ [[ offline* != online ]]
3772026-06-19T06:16:27.381Z++ [[ 0 -gt 300 ]]
3782026-06-19T06:16:27.381Z++ sleep 1
3792026-06-19T06:16:28.384Z++ retry=1
3802026-06-19T06:16:28.387Z+++ svcs -Hostate baseline
3812026-06-19T06:16:28.398Z++ [[ offline* != online ]]
3822026-06-19T06:16:28.398Z++ [[ 1 -gt 300 ]]
3832026-06-19T06:16:28.398Z++ sleep 1
3842026-06-19T06:16:29.399Z++ retry=2
3852026-06-19T06:16:29.402Z+++ svcs -Hostate baseline
3862026-06-19T06:16:29.413Z++ [[ offline* != online ]]
3872026-06-19T06:16:29.413Z++ [[ 2 -gt 300 ]]
3882026-06-19T06:16:29.413Z++ sleep 1
3892026-06-19T06:16:30.414Z++ retry=3
3902026-06-19T06:16:30.417Z+++ svcs -Hostate baseline
3912026-06-19T06:16:30.428Z++ [[ offline* != online ]]
3922026-06-19T06:16:30.428Z++ [[ 3 -gt 300 ]]
3932026-06-19T06:16:30.428Z++ sleep 1
3942026-06-19T06:16:31.431Z++ retry=4
3952026-06-19T06:16:31.434Z+++ svcs -Hostate baseline
3962026-06-19T06:16:31.444Z++ [[ offline* != online ]]
3972026-06-19T06:16:31.444Z++ [[ 4 -gt 300 ]]
3982026-06-19T06:16:31.444Z++ sleep 1
3992026-06-19T06:16:32.447Z++ retry=5
4002026-06-19T06:16:32.450Z+++ svcs -Hostate baseline
4012026-06-19T06:16:32.461Z++ [[ offline* != online ]]
4022026-06-19T06:16:32.461Z++ [[ 5 -gt 300 ]]
4032026-06-19T06:16:32.463Z++ sleep 1
4042026-06-19T06:16:33.463Z++ retry=6
4052026-06-19T06:16:33.466Z+++ svcs -Hostate baseline
4062026-06-19T06:16:33.477Z++ [[ offline* != online ]]
4072026-06-19T06:16:33.477Z++ [[ 6 -gt 300 ]]
4082026-06-19T06:16:33.477Z++ sleep 1
4092026-06-19T06:16:34.479Z++ retry=7
4102026-06-19T06:16:34.482Z+++ svcs -Hostate baseline
4112026-06-19T06:16:34.494Z++ [[ offline* != online ]]
4122026-06-19T06:16:34.494Z++ [[ 7 -gt 300 ]]
4132026-06-19T06:16:34.494Z++ sleep 1
4142026-06-19T06:16:35.496Z++ retry=8
4152026-06-19T06:16:35.498Z+++ svcs -Hostate baseline
4162026-06-19T06:16:35.510Z++ [[ offline* != online ]]
4172026-06-19T06:16:35.510Z++ [[ 8 -gt 300 ]]
4182026-06-19T06:16:35.510Z++ sleep 1
4192026-06-19T06:16:36.512Z++ retry=9
4202026-06-19T06:16:36.515Z+++ svcs -Hostate baseline
4212026-06-19T06:16:36.526Z++ [[ offline* != online ]]
4222026-06-19T06:16:36.526Z++ [[ 9 -gt 300 ]]
4232026-06-19T06:16:36.526Z++ sleep 1
4242026-06-19T06:16:37.529Z++ retry=10
4252026-06-19T06:16:37.532Z+++ svcs -Hostate baseline
4262026-06-19T06:16:37.543Z++ [[ offline* != online ]]
4272026-06-19T06:16:37.543Z++ [[ 10 -gt 300 ]]
4282026-06-19T06:16:37.543Z++ sleep 1
4292026-06-19T06:16:38.545Z++ retry=11
4302026-06-19T06:16:38.549Z+++ svcs -Hostate baseline
4312026-06-19T06:16:38.559Z++ [[ offline* != online ]]
4322026-06-19T06:16:38.559Z++ [[ 11 -gt 300 ]]
4332026-06-19T06:16:38.559Z++ sleep 1
4342026-06-19T06:16:39.561Z++ retry=12
4352026-06-19T06:16:39.565Z+++ svcs -Hostate baseline
4362026-06-19T06:16:39.576Z++ [[ offline* != online ]]
4372026-06-19T06:16:39.576Z++ [[ 12 -gt 300 ]]
4382026-06-19T06:16:39.576Z++ sleep 1
4392026-06-19T06:16:40.578Z++ retry=13
4402026-06-19T06:16:40.580Z+++ svcs -Hostate baseline
4412026-06-19T06:16:40.592Z++ [[ offline* != online ]]
4422026-06-19T06:16:40.592Z++ [[ 13 -gt 300 ]]
4432026-06-19T06:16:40.592Z++ sleep 1
4442026-06-19T06:16:41.594Z++ retry=14
4452026-06-19T06:16:41.597Z+++ svcs -Hostate baseline
4462026-06-19T06:16:41.609Z++ [[ offline* != online ]]
4472026-06-19T06:16:41.609Z++ [[ 14 -gt 300 ]]
4482026-06-19T06:16:41.609Z++ sleep 1
4492026-06-19T06:16:42.611Z++ retry=15
4502026-06-19T06:16:42.614Z+++ svcs -Hostate baseline
4512026-06-19T06:16:42.626Z++ [[ offline* != online ]]
4522026-06-19T06:16:42.626Z++ [[ 15 -gt 300 ]]
4532026-06-19T06:16:42.628Z++ sleep 1
4542026-06-19T06:16:43.628Z++ retry=16
4552026-06-19T06:16:43.631Z+++ svcs -Hostate baseline
4562026-06-19T06:16:43.642Z++ [[ offline* != online ]]
4572026-06-19T06:16:43.642Z++ [[ 16 -gt 300 ]]
4582026-06-19T06:16:43.642Z++ sleep 1
4592026-06-19T06:16:44.644Z++ retry=17
4602026-06-19T06:16:44.647Z+++ svcs -Hostate baseline
4612026-06-19T06:16:44.658Z++ [[ offline* != online ]]
4622026-06-19T06:16:44.658Z++ [[ 17 -gt 300 ]]
4632026-06-19T06:16:44.659Z++ sleep 1
4642026-06-19T06:16:45.660Z++ retry=18
4652026-06-19T06:16:45.664Z+++ svcs -Hostate baseline
4662026-06-19T06:16:45.675Z++ [[ offline* != online ]]
4672026-06-19T06:16:45.675Z++ [[ 18 -gt 300 ]]
4682026-06-19T06:16:45.675Z++ sleep 1
4692026-06-19T06:16:46.677Z++ retry=19
4702026-06-19T06:16:46.680Z+++ svcs -Hostate baseline
4712026-06-19T06:16:46.692Z++ [[ offline* != online ]]
4722026-06-19T06:16:46.692Z++ [[ 19 -gt 300 ]]
4732026-06-19T06:16:46.692Z++ sleep 1
4742026-06-19T06:16:47.695Z++ retry=20
4752026-06-19T06:16:47.698Z+++ svcs -Hostate baseline
4762026-06-19T06:16:47.708Z++ [[ offline* != online ]]
4772026-06-19T06:16:47.708Z++ [[ 20 -gt 300 ]]
4782026-06-19T06:16:47.711Z++ sleep 1
4792026-06-19T06:16:48.710Z++ retry=21
4802026-06-19T06:16:48.713Z+++ svcs -Hostate baseline
4812026-06-19T06:16:48.725Z++ [[ offline* != online ]]
4822026-06-19T06:16:48.725Z++ [[ 21 -gt 300 ]]
4832026-06-19T06:16:48.725Z++ sleep 1
4842026-06-19T06:16:49.728Z++ retry=22
4852026-06-19T06:16:49.730Z+++ svcs -Hostate baseline
4862026-06-19T06:16:49.741Z++ [[ offline* != online ]]
4872026-06-19T06:16:49.741Z++ [[ 22 -gt 300 ]]
4882026-06-19T06:16:49.741Z++ sleep 1
4892026-06-19T06:16:50.743Z++ retry=23
4902026-06-19T06:16:50.746Z+++ svcs -Hostate baseline
4912026-06-19T06:16:50.758Z++ [[ offline* != online ]]
4922026-06-19T06:16:50.758Z++ [[ 23 -gt 300 ]]
4932026-06-19T06:16:50.758Z++ sleep 1
4942026-06-19T06:16:51.760Z++ retry=24
4952026-06-19T06:16:51.763Z+++ svcs -Hostate baseline
4962026-06-19T06:16:51.774Z++ [[ offline* != online ]]
4972026-06-19T06:16:51.774Z++ [[ 24 -gt 300 ]]
4982026-06-19T06:16:51.774Z++ sleep 1
4992026-06-19T06:16:52.777Z++ retry=25
5002026-06-19T06:16:52.782Z+++ svcs -Hostate baseline
5012026-06-19T06:16:52.791Z++ [[ offline* != online ]]
5022026-06-19T06:16:52.791Z++ [[ 25 -gt 300 ]]
5032026-06-19T06:16:52.791Z++ sleep 1
5042026-06-19T06:16:53.793Z++ retry=26
5052026-06-19T06:16:53.796Z+++ svcs -Hostate baseline
5062026-06-19T06:16:53.807Z++ [[ offline* != online ]]
5072026-06-19T06:16:53.807Z++ [[ 26 -gt 300 ]]
5082026-06-19T06:16:53.807Z++ sleep 1
5092026-06-19T06:16:54.809Z++ retry=27
5102026-06-19T06:16:54.812Z+++ svcs -Hostate baseline
5112026-06-19T06:16:54.823Z++ [[ offline* != online ]]
5122026-06-19T06:16:54.823Z++ [[ 27 -gt 300 ]]
5132026-06-19T06:16:54.823Z++ sleep 1
5142026-06-19T06:16:55.826Z++ retry=28
5152026-06-19T06:16:55.829Z+++ svcs -Hostate baseline
5162026-06-19T06:16:55.840Z++ [[ offline* != online ]]
5172026-06-19T06:16:55.840Z++ [[ 28 -gt 300 ]]
5182026-06-19T06:16:55.840Z++ sleep 1
5192026-06-19T06:16:56.842Z++ retry=29
5202026-06-19T06:16:56.845Z+++ svcs -Hostate baseline
5212026-06-19T06:16:56.856Z++ [[ offline* != online ]]
5222026-06-19T06:16:56.856Z++ [[ 29 -gt 300 ]]
5232026-06-19T06:16:56.856Z++ sleep 1
5242026-06-19T06:16:57.859Z++ retry=30
5252026-06-19T06:16:57.861Z+++ svcs -Hostate baseline
5262026-06-19T06:16:57.873Z++ [[ offline* != online ]]
5272026-06-19T06:16:57.873Z++ [[ 30 -gt 300 ]]
5282026-06-19T06:16:57.873Z++ sleep 1
5292026-06-19T06:16:58.875Z++ retry=31
5302026-06-19T06:16:58.878Z+++ svcs -Hostate baseline
5312026-06-19T06:16:58.889Z++ [[ offline* != online ]]
5322026-06-19T06:16:58.889Z++ [[ 31 -gt 300 ]]
5332026-06-19T06:16:58.889Z++ sleep 1
5342026-06-19T06:16:59.891Z++ retry=32
5352026-06-19T06:16:59.894Z+++ svcs -Hostate baseline
5362026-06-19T06:16:59.907Z++ [[ offline* != online ]]
5372026-06-19T06:16:59.907Z++ [[ 32 -gt 300 ]]
5382026-06-19T06:16:59.911Z++ sleep 1
5392026-06-19T06:17:00.908Z++ retry=33
5402026-06-19T06:17:00.912Z+++ svcs -Hostate baseline
5412026-06-19T06:17:00.922Z++ [[ offline* != online ]]
5422026-06-19T06:17:00.922Z++ [[ 33 -gt 300 ]]
5432026-06-19T06:17:00.922Z++ sleep 1
5442026-06-19T06:17:01.924Z++ retry=34
5452026-06-19T06:17:01.927Z+++ svcs -Hostate baseline
5462026-06-19T06:17:01.938Z++ [[ offline* != online ]]
5472026-06-19T06:17:01.938Z++ [[ 34 -gt 300 ]]
5482026-06-19T06:17:01.938Z++ sleep 1
5492026-06-19T06:17:02.941Z++ retry=35
5502026-06-19T06:17:02.943Z+++ svcs -Hostate baseline
5512026-06-19T06:17:02.955Z++ [[ offline* != online ]]
5522026-06-19T06:17:02.955Z++ [[ 35 -gt 300 ]]
5532026-06-19T06:17:02.955Z++ sleep 1
5542026-06-19T06:17:03.957Z++ retry=36
5552026-06-19T06:17:03.960Z+++ svcs -Hostate baseline
5562026-06-19T06:17:03.971Z++ [[ offline* != online ]]
5572026-06-19T06:17:03.971Z++ [[ 36 -gt 300 ]]
5582026-06-19T06:17:03.971Z++ sleep 1
5592026-06-19T06:17:04.974Z++ retry=37
5602026-06-19T06:17:04.978Z+++ svcs -Hostate baseline
5612026-06-19T06:17:04.988Z++ [[ offline* != online ]]
5622026-06-19T06:17:04.988Z++ [[ 37 -gt 300 ]]
5632026-06-19T06:17:04.988Z++ sleep 1
5642026-06-19T06:17:05.990Z++ retry=38
5652026-06-19T06:17:05.993Z+++ svcs -Hostate baseline
5662026-06-19T06:17:06.004Z++ [[ offline* != online ]]
5672026-06-19T06:17:06.004Z++ [[ 38 -gt 300 ]]
5682026-06-19T06:17:06.004Z++ sleep 1
5692026-06-19T06:17:07.006Z++ retry=39
5702026-06-19T06:17:07.011Z+++ svcs -Hostate baseline
5712026-06-19T06:17:07.020Z++ [[ offline* != online ]]
5722026-06-19T06:17:07.020Z++ [[ 39 -gt 300 ]]
5732026-06-19T06:17:07.020Z++ sleep 1
5742026-06-19T06:17:08.023Z++ retry=40
5752026-06-19T06:17:08.026Z+++ svcs -Hostate baseline
5762026-06-19T06:17:08.037Z++ [[ offline* != online ]]
5772026-06-19T06:17:08.037Z++ [[ 40 -gt 300 ]]
5782026-06-19T06:17:08.037Z++ sleep 1
5792026-06-19T06:17:09.039Z++ retry=41
5802026-06-19T06:17:09.042Z+++ svcs -Hostate baseline
5812026-06-19T06:17:09.053Z++ [[ offline* != online ]]
5822026-06-19T06:17:09.053Z++ [[ 41 -gt 300 ]]
5832026-06-19T06:17:09.053Z++ sleep 1
5842026-06-19T06:17:10.055Z++ retry=42
5852026-06-19T06:17:10.058Z+++ svcs -Hostate baseline
5862026-06-19T06:17:10.070Z++ [[ offline* != online ]]
5872026-06-19T06:17:10.070Z++ [[ 42 -gt 300 ]]
5882026-06-19T06:17:10.070Z++ sleep 1
5892026-06-19T06:17:11.072Z++ retry=43
5902026-06-19T06:17:11.075Z+++ svcs -Hostate baseline
5912026-06-19T06:17:11.086Z++ [[ offline* != online ]]
5922026-06-19T06:17:11.086Z++ [[ 43 -gt 300 ]]
5932026-06-19T06:17:11.086Z++ sleep 1
5942026-06-19T06:17:12.088Z++ retry=44
5952026-06-19T06:17:12.091Z+++ svcs -Hostate baseline
5962026-06-19T06:17:12.103Z++ [[ offline* != online ]]
5972026-06-19T06:17:12.103Z++ [[ 44 -gt 300 ]]
5982026-06-19T06:17:12.103Z++ sleep 1
5992026-06-19T06:17:13.105Z++ retry=45
6002026-06-19T06:17:13.108Z+++ svcs -Hostate baseline
6012026-06-19T06:17:13.119Z++ [[ offline* != online ]]
6022026-06-19T06:17:13.119Z++ [[ 45 -gt 300 ]]
6032026-06-19T06:17:13.119Z++ sleep 1
6042026-06-19T06:17:14.122Z++ retry=46
6052026-06-19T06:17:14.124Z+++ svcs -Hostate baseline
6062026-06-19T06:17:14.136Z++ [[ offline* != online ]]
6072026-06-19T06:17:14.136Z++ [[ 46 -gt 300 ]]
6082026-06-19T06:17:14.136Z++ sleep 1
6092026-06-19T06:17:15.138Z++ retry=47
6102026-06-19T06:17:15.141Z+++ svcs -Hostate baseline
6112026-06-19T06:17:15.152Z++ [[ offline* != online ]]
6122026-06-19T06:17:15.152Z++ [[ 47 -gt 300 ]]
6132026-06-19T06:17:15.152Z++ sleep 1
6142026-06-19T06:17:16.154Z++ retry=48
6152026-06-19T06:17:16.157Z+++ svcs -Hostate baseline
6162026-06-19T06:17:16.169Z++ [[ offline* != online ]]
6172026-06-19T06:17:16.169Z++ [[ 48 -gt 300 ]]
6182026-06-19T06:17:16.169Z++ sleep 1
6192026-06-19T06:17:17.171Z++ retry=49
6202026-06-19T06:17:17.174Z+++ svcs -Hostate baseline
6212026-06-19T06:17:17.185Z++ [[ offline* != online ]]
6222026-06-19T06:17:17.185Z++ [[ 49 -gt 300 ]]
6232026-06-19T06:17:17.185Z++ sleep 1
6242026-06-19T06:17:18.187Z++ retry=50
6252026-06-19T06:17:18.191Z+++ svcs -Hostate baseline
6262026-06-19T06:17:18.201Z++ [[ offline* != online ]]
6272026-06-19T06:17:18.201Z++ [[ 50 -gt 300 ]]
6282026-06-19T06:17:18.201Z++ sleep 1
6292026-06-19T06:17:19.203Z++ retry=51
6302026-06-19T06:17:19.206Z+++ svcs -Hostate baseline
6312026-06-19T06:17:19.218Z++ [[ offline* != online ]]
6322026-06-19T06:17:19.218Z++ [[ 51 -gt 300 ]]
6332026-06-19T06:17:19.218Z++ sleep 1
6342026-06-19T06:17:20.220Z++ retry=52
6352026-06-19T06:17:20.223Z+++ svcs -Hostate baseline
6362026-06-19T06:17:20.234Z++ [[ offline* != online ]]
6372026-06-19T06:17:20.234Z++ [[ 52 -gt 300 ]]
6382026-06-19T06:17:20.234Z++ sleep 1
6392026-06-19T06:17:21.236Z++ retry=53
6402026-06-19T06:17:21.239Z+++ svcs -Hostate baseline
6412026-06-19T06:17:21.251Z++ [[ offline* != online ]]
6422026-06-19T06:17:21.251Z++ [[ 53 -gt 300 ]]
6432026-06-19T06:17:21.251Z++ sleep 1
6442026-06-19T06:17:22.253Z++ retry=54
6452026-06-19T06:17:22.255Z+++ svcs -Hostate baseline
6462026-06-19T06:17:22.267Z++ [[ offline* != online ]]
6472026-06-19T06:17:22.267Z++ [[ 54 -gt 300 ]]
6482026-06-19T06:17:22.267Z++ sleep 1
6492026-06-19T06:17:23.269Z++ retry=55
6502026-06-19T06:17:23.272Z+++ svcs -Hostate baseline
6512026-06-19T06:17:23.283Z++ [[ offline* != online ]]
6522026-06-19T06:17:23.283Z++ [[ 55 -gt 300 ]]
6532026-06-19T06:17:23.283Z++ sleep 1
6542026-06-19T06:17:24.286Z++ retry=56
6552026-06-19T06:17:24.289Z+++ svcs -Hostate baseline
6562026-06-19T06:17:24.302Z++ [[ offline* != online ]]
6572026-06-19T06:17:24.302Z++ [[ 56 -gt 300 ]]
6582026-06-19T06:17:24.302Z++ sleep 1
6592026-06-19T06:17:25.302Z++ retry=57
6602026-06-19T06:17:25.305Z+++ svcs -Hostate baseline
6612026-06-19T06:17:25.317Z++ [[ offline* != online ]]
6622026-06-19T06:17:25.317Z++ [[ 57 -gt 300 ]]
6632026-06-19T06:17:25.317Z++ sleep 1
6642026-06-19T06:17:26.319Z++ retry=58
6652026-06-19T06:17:26.321Z+++ svcs -Hostate baseline
6662026-06-19T06:17:26.333Z++ [[ offline* != online ]]
6672026-06-19T06:17:26.333Z++ [[ 58 -gt 300 ]]
6682026-06-19T06:17:26.333Z++ sleep 1
6692026-06-19T06:17:27.336Z++ retry=59
6702026-06-19T06:17:27.339Z+++ svcs -Hostate baseline
6712026-06-19T06:17:27.351Z++ [[ offline* != online ]]
6722026-06-19T06:17:27.351Z++ [[ 59 -gt 300 ]]
6732026-06-19T06:17:27.351Z++ sleep 1
6742026-06-19T06:17:28.352Z++ retry=60
6752026-06-19T06:17:28.356Z+++ svcs -Hostate baseline
6762026-06-19T06:17:28.367Z++ [[ offline* != online ]]
6772026-06-19T06:17:28.367Z++ [[ 60 -gt 300 ]]
6782026-06-19T06:17:28.367Z++ sleep 1
6792026-06-19T06:17:29.369Z++ retry=61
6802026-06-19T06:17:29.372Z+++ svcs -Hostate baseline
6812026-06-19T06:17:29.383Z++ [[ offline* != online ]]
6822026-06-19T06:17:29.383Z++ [[ 61 -gt 300 ]]
6832026-06-19T06:17:29.383Z++ sleep 1
6842026-06-19T06:17:30.385Z++ retry=62
6852026-06-19T06:17:30.388Z+++ svcs -Hostate baseline
6862026-06-19T06:17:30.399Z++ [[ offline* != online ]]
6872026-06-19T06:17:30.399Z++ [[ 62 -gt 300 ]]
6882026-06-19T06:17:30.399Z++ sleep 1
6892026-06-19T06:17:31.401Z++ retry=63
6902026-06-19T06:17:31.404Z+++ svcs -Hostate baseline
6912026-06-19T06:17:31.415Z++ [[ offline* != online ]]
6922026-06-19T06:17:31.415Z++ [[ 63 -gt 300 ]]
6932026-06-19T06:17:31.415Z++ sleep 1
6942026-06-19T06:17:32.417Z++ retry=64
6952026-06-19T06:17:32.420Z+++ svcs -Hostate baseline
6962026-06-19T06:17:32.431Z++ [[ offline* != online ]]
6972026-06-19T06:17:32.431Z++ [[ 64 -gt 300 ]]
6982026-06-19T06:17:32.431Z++ sleep 1
6992026-06-19T06:17:33.433Z++ retry=65
7002026-06-19T06:17:33.436Z+++ svcs -Hostate baseline
7012026-06-19T06:17:33.447Z++ [[ offline* != online ]]
7022026-06-19T06:17:33.447Z++ [[ 65 -gt 300 ]]
7032026-06-19T06:17:33.447Z++ sleep 1
7042026-06-19T06:17:34.450Z++ retry=66
7052026-06-19T06:17:34.452Z+++ svcs -Hostate baseline
7062026-06-19T06:17:34.464Z++ [[ offline* != online ]]
7072026-06-19T06:17:34.464Z++ [[ 66 -gt 300 ]]
7082026-06-19T06:17:34.464Z++ sleep 1
7092026-06-19T06:17:35.466Z++ retry=67
7102026-06-19T06:17:35.469Z+++ svcs -Hostate baseline
7112026-06-19T06:17:35.480Z++ [[ offline* != online ]]
7122026-06-19T06:17:35.480Z++ [[ 67 -gt 300 ]]
7132026-06-19T06:17:35.480Z++ sleep 1
7142026-06-19T06:17:36.482Z++ retry=68
7152026-06-19T06:17:36.485Z+++ svcs -Hostate baseline
7162026-06-19T06:17:36.497Z++ [[ offline* != online ]]
7172026-06-19T06:17:36.497Z++ [[ 68 -gt 300 ]]
7182026-06-19T06:17:36.497Z++ sleep 1
7192026-06-19T06:17:37.499Z++ retry=69
7202026-06-19T06:17:37.503Z+++ svcs -Hostate baseline
7212026-06-19T06:17:37.515Z++ [[ offline* != online ]]
7222026-06-19T06:17:37.515Z++ [[ 69 -gt 300 ]]
7232026-06-19T06:17:37.515Z++ sleep 1
7242026-06-19T06:17:38.517Z++ retry=70
7252026-06-19T06:17:38.520Z+++ svcs -Hostate baseline
7262026-06-19T06:17:38.532Z++ [[ offline* != online ]]
7272026-06-19T06:17:38.532Z++ [[ 70 -gt 300 ]]
7282026-06-19T06:17:38.532Z++ sleep 1
7292026-06-19T06:17:39.534Z++ retry=71
7302026-06-19T06:17:39.537Z+++ svcs -Hostate baseline
7312026-06-19T06:17:39.549Z++ [[ offline* != online ]]
7322026-06-19T06:17:39.549Z++ [[ 71 -gt 300 ]]
7332026-06-19T06:17:39.549Z++ sleep 1
7342026-06-19T06:17:40.551Z++ retry=72
7352026-06-19T06:17:40.554Z+++ svcs -Hostate baseline
7362026-06-19T06:17:40.565Z++ [[ offline* != online ]]
7372026-06-19T06:17:40.565Z++ [[ 72 -gt 300 ]]
7382026-06-19T06:17:40.565Z++ sleep 1
7392026-06-19T06:17:41.568Z++ retry=73
7402026-06-19T06:17:41.571Z+++ svcs -Hostate baseline
7412026-06-19T06:17:41.582Z++ [[ offline* != online ]]
7422026-06-19T06:17:41.582Z++ [[ 73 -gt 300 ]]
7432026-06-19T06:17:41.582Z++ sleep 1
7442026-06-19T06:17:42.584Z++ retry=74
7452026-06-19T06:17:42.587Z+++ svcs -Hostate baseline
7462026-06-19T06:17:42.599Z++ [[ offline* != online ]]
7472026-06-19T06:17:42.599Z++ [[ 74 -gt 300 ]]
7482026-06-19T06:17:42.599Z++ sleep 1
7492026-06-19T06:17:43.602Z++ retry=75
7502026-06-19T06:17:43.604Z+++ svcs -Hostate baseline
7512026-06-19T06:17:43.616Z++ [[ offline* != online ]]
7522026-06-19T06:17:43.616Z++ [[ 75 -gt 300 ]]
7532026-06-19T06:17:43.616Z++ sleep 1
7542026-06-19T06:17:44.619Z++ retry=76
7552026-06-19T06:17:44.623Z+++ svcs -Hostate baseline
7562026-06-19T06:17:44.633Z++ [[ offline* != online ]]
7572026-06-19T06:17:44.633Z++ [[ 76 -gt 300 ]]
7582026-06-19T06:17:44.633Z++ sleep 1
7592026-06-19T06:17:45.635Z++ retry=77
7602026-06-19T06:17:45.638Z+++ svcs -Hostate baseline
7612026-06-19T06:17:45.649Z++ [[ offline* != online ]]
7622026-06-19T06:17:45.649Z++ [[ 77 -gt 300 ]]
7632026-06-19T06:17:45.649Z++ sleep 1
7642026-06-19T06:17:46.652Z++ retry=78
7652026-06-19T06:17:46.655Z+++ svcs -Hostate baseline
7662026-06-19T06:17:46.666Z++ [[ offline* != online ]]
7672026-06-19T06:17:46.666Z++ [[ 78 -gt 300 ]]
7682026-06-19T06:17:46.666Z++ sleep 1
7692026-06-19T06:17:47.668Z++ retry=79
7702026-06-19T06:17:47.671Z+++ svcs -Hostate baseline
7712026-06-19T06:17:47.682Z++ [[ offline* != online ]]
7722026-06-19T06:17:47.682Z++ [[ 79 -gt 300 ]]
7732026-06-19T06:17:47.682Z++ sleep 1
7742026-06-19T06:17:48.685Z++ retry=80
7752026-06-19T06:17:48.688Z+++ svcs -Hostate baseline
7762026-06-19T06:17:48.699Z++ [[ offline* != online ]]
7772026-06-19T06:17:48.699Z++ [[ 80 -gt 300 ]]
7782026-06-19T06:17:48.699Z++ sleep 1
7792026-06-19T06:17:49.701Z++ retry=81
7802026-06-19T06:17:49.705Z+++ svcs -Hostate baseline
7812026-06-19T06:17:49.715Z++ [[ offline* != online ]]
7822026-06-19T06:17:49.716Z++ [[ 81 -gt 300 ]]
7832026-06-19T06:17:49.716Z++ sleep 1
7842026-06-19T06:17:50.717Z++ retry=82
7852026-06-19T06:17:50.720Z+++ svcs -Hostate baseline
7862026-06-19T06:17:50.732Z++ [[ offline* != online ]]
7872026-06-19T06:17:50.732Z++ [[ 82 -gt 300 ]]
7882026-06-19T06:17:50.732Z++ sleep 1
7892026-06-19T06:17:51.734Z++ retry=83
7902026-06-19T06:17:51.737Z+++ svcs -Hostate baseline
7912026-06-19T06:17:51.748Z++ [[ offline* != online ]]
7922026-06-19T06:17:51.748Z++ [[ 83 -gt 300 ]]
7932026-06-19T06:17:51.748Z++ sleep 1
7942026-06-19T06:17:52.751Z++ retry=84
7952026-06-19T06:17:52.754Z+++ svcs -Hostate baseline
7962026-06-19T06:17:52.765Z++ [[ offline* != online ]]
7972026-06-19T06:17:52.765Z++ [[ 84 -gt 300 ]]
7982026-06-19T06:17:52.765Z++ sleep 1
7992026-06-19T06:17:53.767Z++ retry=85
8002026-06-19T06:17:53.770Z+++ svcs -Hostate baseline
8012026-06-19T06:17:53.781Z++ [[ offline* != online ]]
8022026-06-19T06:17:53.781Z++ [[ 85 -gt 300 ]]
8032026-06-19T06:17:53.781Z++ sleep 1
8042026-06-19T06:17:54.783Z++ retry=86
8052026-06-19T06:17:54.786Z+++ svcs -Hostate baseline
8062026-06-19T06:17:54.797Z++ [[ offline* != online ]]
8072026-06-19T06:17:54.797Z++ [[ 86 -gt 300 ]]
8082026-06-19T06:17:54.798Z++ sleep 1
8092026-06-19T06:17:55.800Z++ retry=87
8102026-06-19T06:17:55.803Z+++ svcs -Hostate baseline
8112026-06-19T06:17:55.814Z++ [[ offline* != online ]]
8122026-06-19T06:17:55.814Z++ [[ 87 -gt 300 ]]
8132026-06-19T06:17:55.814Z++ sleep 1
8142026-06-19T06:17:56.816Z++ retry=88
8152026-06-19T06:17:56.819Z+++ svcs -Hostate baseline
8162026-06-19T06:17:56.830Z++ [[ offline* != online ]]
8172026-06-19T06:17:56.830Z++ [[ 88 -gt 300 ]]
8182026-06-19T06:17:56.830Z++ sleep 1
8192026-06-19T06:17:57.833Z++ retry=89
8202026-06-19T06:17:57.836Z+++ svcs -Hostate baseline
8212026-06-19T06:17:57.847Z++ [[ offline* != online ]]
8222026-06-19T06:17:57.847Z++ [[ 89 -gt 300 ]]
8232026-06-19T06:17:57.847Z++ sleep 1
8242026-06-19T06:17:58.849Z++ retry=90
8252026-06-19T06:17:58.852Z+++ svcs -Hostate baseline
8262026-06-19T06:17:58.865Z++ [[ offline* != online ]]
8272026-06-19T06:17:58.865Z++ [[ 90 -gt 300 ]]
8282026-06-19T06:17:58.868Z++ sleep 1
8292026-06-19T06:17:59.867Z++ retry=91
8302026-06-19T06:17:59.870Z+++ svcs -Hostate baseline
8312026-06-19T06:17:59.881Z++ [[ offline* != online ]]
8322026-06-19T06:17:59.881Z++ [[ 91 -gt 300 ]]
8332026-06-19T06:17:59.881Z++ sleep 1
8342026-06-19T06:18:00.883Z++ retry=92
8352026-06-19T06:18:00.886Z+++ svcs -Hostate baseline
8362026-06-19T06:18:00.897Z++ [[ offline* != online ]]
8372026-06-19T06:18:00.897Z++ [[ 92 -gt 300 ]]
8382026-06-19T06:18:00.897Z++ sleep 1
8392026-06-19T06:18:01.899Z++ retry=93
8402026-06-19T06:18:01.902Z+++ svcs -Hostate baseline
8412026-06-19T06:18:01.914Z++ [[ offline* != online ]]
8422026-06-19T06:18:01.914Z++ [[ 93 -gt 300 ]]
8432026-06-19T06:18:01.914Z++ sleep 1
8442026-06-19T06:18:02.916Z++ retry=94
8452026-06-19T06:18:02.919Z+++ svcs -Hostate baseline
8462026-06-19T06:18:02.930Z++ [[ offline* != online ]]
8472026-06-19T06:18:02.930Z++ [[ 94 -gt 300 ]]
8482026-06-19T06:18:02.930Z++ sleep 1
8492026-06-19T06:18:03.932Z++ retry=95
8502026-06-19T06:18:03.934Z+++ svcs -Hostate baseline
8512026-06-19T06:18:03.945Z++ [[ offline* != online ]]
8522026-06-19T06:18:03.945Z++ [[ 95 -gt 300 ]]
8532026-06-19T06:18:03.945Z++ sleep 1
8542026-06-19T06:18:04.946Z++ retry=96
8552026-06-19T06:18:04.949Z+++ svcs -Hostate baseline
8562026-06-19T06:18:04.960Z++ [[ offline* != online ]]
8572026-06-19T06:18:04.960Z++ [[ 96 -gt 300 ]]
8582026-06-19T06:18:04.960Z++ sleep 1
8592026-06-19T06:18:05.962Z++ retry=97
8602026-06-19T06:18:05.965Z+++ svcs -Hostate baseline
8612026-06-19T06:18:05.975Z++ [[ offline* != online ]]
8622026-06-19T06:18:05.975Z++ [[ 97 -gt 300 ]]
8632026-06-19T06:18:05.975Z++ sleep 1
8642026-06-19T06:18:06.977Z++ retry=98
8652026-06-19T06:18:06.980Z+++ svcs -Hostate baseline
8662026-06-19T06:18:06.991Z++ [[ offline* != online ]]
8672026-06-19T06:18:06.991Z++ [[ 98 -gt 300 ]]
8682026-06-19T06:18:06.994Z++ sleep 1
8692026-06-19T06:18:07.993Z++ retry=99
8702026-06-19T06:18:07.996Z+++ svcs -Hostate baseline
8712026-06-19T06:18:08.008Z++ [[ offline* != online ]]
8722026-06-19T06:18:08.008Z++ [[ 99 -gt 300 ]]
8732026-06-19T06:18:08.008Z++ sleep 1
8742026-06-19T06:18:09.010Z++ retry=100
8752026-06-19T06:18:09.013Z+++ svcs -Hostate baseline
8762026-06-19T06:18:09.024Z++ [[ offline* != online ]]
8772026-06-19T06:18:09.024Z++ [[ 100 -gt 300 ]]
8782026-06-19T06:18:09.024Z++ sleep 1
8792026-06-19T06:18:10.026Z++ retry=101
8802026-06-19T06:18:10.029Z+++ svcs -Hostate baseline
8812026-06-19T06:18:10.041Z++ [[ offline* != online ]]
8822026-06-19T06:18:10.041Z++ [[ 101 -gt 300 ]]
8832026-06-19T06:18:10.041Z++ sleep 1
8842026-06-19T06:18:11.043Z++ retry=102
8852026-06-19T06:18:11.046Z+++ svcs -Hostate baseline
8862026-06-19T06:18:11.057Z++ [[ offline* != online ]]
8872026-06-19T06:18:11.057Z++ [[ 102 -gt 300 ]]
8882026-06-19T06:18:11.057Z++ sleep 1
8892026-06-19T06:18:12.059Z++ retry=103
8902026-06-19T06:18:12.062Z+++ svcs -Hostate baseline
8912026-06-19T06:18:12.074Z++ [[ offline* != online ]]
8922026-06-19T06:18:12.074Z++ [[ 103 -gt 300 ]]
8932026-06-19T06:18:12.074Z++ sleep 1
8942026-06-19T06:18:13.076Z++ retry=104
8952026-06-19T06:18:13.078Z+++ svcs -Hostate baseline
8962026-06-19T06:18:13.090Z++ [[ offline* != online ]]
8972026-06-19T06:18:13.090Z++ [[ 104 -gt 300 ]]
8982026-06-19T06:18:13.090Z++ sleep 1
8992026-06-19T06:18:14.092Z++ retry=105
9002026-06-19T06:18:14.095Z+++ svcs -Hostate baseline
9012026-06-19T06:18:14.107Z++ [[ offline* != online ]]
9022026-06-19T06:18:14.107Z++ [[ 105 -gt 300 ]]
9032026-06-19T06:18:14.107Z++ sleep 1
9042026-06-19T06:18:15.108Z++ retry=106
9052026-06-19T06:18:15.111Z+++ svcs -Hostate baseline
9062026-06-19T06:18:15.122Z++ [[ offline* != online ]]
9072026-06-19T06:18:15.123Z++ [[ 106 -gt 300 ]]
9082026-06-19T06:18:15.123Z++ sleep 1
9092026-06-19T06:18:16.125Z++ retry=107
9102026-06-19T06:18:16.128Z+++ svcs -Hostate baseline
9112026-06-19T06:18:16.139Z++ [[ offline* != online ]]
9122026-06-19T06:18:16.139Z++ [[ 107 -gt 300 ]]
9132026-06-19T06:18:16.139Z++ sleep 1
9142026-06-19T06:18:17.141Z++ retry=108
9152026-06-19T06:18:17.144Z+++ svcs -Hostate baseline
9162026-06-19T06:18:17.155Z++ [[ online != online ]]
9172026-06-19T06:18:17.158Z++ set -o errexit
9182026-06-19T06:18:17.158Z++ set -o pipefail
9192026-06-19T06:18:17.158Z++ banner build
9202026-06-19T06:18:17.158Z
9212026-06-19T06:18:17.158Z ##### # # # # #####
9222026-06-19T06:18:17.158Z # # # # # # # #
9232026-06-19T06:18:17.158Z ##### # # # # # #
9242026-06-19T06:18:17.158Z # # # # # # # #
9252026-06-19T06:18:17.158Z # # # # # # # #
9262026-06-19T06:18:17.158Z ##### #### # ###### #####
9272026-06-19T06:18:17.158Z
9282026-06-19T06:18:17.158Z++ cargo build --release --bin ddmd --bin ddmadm
9292026-06-19T06:18:17.162Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9302026-06-19T06:18:17.338Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9312026-06-19T06:18:17.340Zinfo: downloading 6 components
9322026-06-19T06:18:32.936Z Updating git repository `https://github.com/oxidecomputer/falcon`
9332026-06-19T06:18:33.772ZFrom https://github.com/oxidecomputer/falcon
9342026-06-19T06:18:33.772Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9352026-06-19T06:18:33.850Z Updating crates.io index
9362026-06-19T06:18:33.883Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9372026-06-19T06:18:34.279ZFrom https://github.com/oxidecomputer/dendrite
9382026-06-19T06:18:34.279Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
9392026-06-19T06:18:34.314Z Updating git repository `https://github.com/oxidecomputer/ispf`
9402026-06-19T06:18:34.549ZFrom https://github.com/oxidecomputer/ispf
9412026-06-19T06:18:34.549Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9422026-06-19T06:18:34.762Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9432026-06-19T06:18:35.084ZFrom https://github.com/oxidecomputer/netadm-sys
9442026-06-19T06:18:35.084Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9452026-06-19T06:18:35.091Z Updating git repository `https://github.com/oxidecomputer/omicron`
9462026-06-19T06:18:41.057ZFrom https://github.com/oxidecomputer/omicron
9472026-06-19T06:18:41.057Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9482026-06-19T06:18:41.475Z Updating git repository `https://github.com/oxidecomputer/opte`
9492026-06-19T06:18:42.181ZFrom https://github.com/oxidecomputer/opte
9502026-06-19T06:18:42.181Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9512026-06-19T06:18:42.211Z Updating git repository `https://github.com/illumos/smf-rs`
9522026-06-19T06:18:42.456ZFrom https://github.com/illumos/smf-rs
9532026-06-19T06:18:42.456Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9542026-06-19T06:18:42.937Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9552026-06-19T06:18:43.192ZFrom https://github.com/oxidecomputer/network-interface
9562026-06-19T06:18:43.192Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9572026-06-19T06:18:43.413Z Updating git repository `https://github.com/oxidecomputer/zone`
9582026-06-19T06:18:43.672ZFrom https://github.com/oxidecomputer/zone
9592026-06-19T06:18:43.672Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9602026-06-19T06:18:43.694Z Updating git repository `https://github.com/oxidecomputer/propolis`
9612026-06-19T06:18:44.294ZFrom https://github.com/oxidecomputer/propolis
9622026-06-19T06:18:44.294Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9632026-06-19T06:18:44.446Z Updating crates.io index
9642026-06-19T06:18:44.449Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9652026-06-19T06:18:44.924ZFrom https://github.com/oxidecomputer/transceiver-control
9662026-06-19T06:18:44.924Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9672026-06-19T06:18:44.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9682026-06-19T06:18:45.250ZFrom https://github.com/oxidecomputer/dlpi-sys
9692026-06-19T06:18:45.250Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9702026-06-19T06:18:45.255Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9712026-06-19T06:18:45.559ZFrom https://github.com/jmesmon/rust-libzfs
9722026-06-19T06:18:45.559Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9732026-06-19T06:18:45.567Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9742026-06-19T06:18:45.845ZFrom https://github.com/oxidecomputer/rusty-doors
9752026-06-19T06:18:45.845Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9762026-06-19T06:18:45.851Z Updating git repository `https://github.com/oxidecomputer/lldp`
9772026-06-19T06:18:46.190ZFrom https://github.com/oxidecomputer/lldp
9782026-06-19T06:18:46.190Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9792026-06-19T06:18:46.374Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9802026-06-19T06:18:46.644ZFrom https://github.com/oxidecomputer/slog-error-chain
9812026-06-19T06:18:46.644Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9822026-06-19T06:18:46.790Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9832026-06-19T06:18:47.104ZFrom https://github.com/oxidecomputer/tufaceous
9842026-06-19T06:18:47.104Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9852026-06-19T06:18:47.126Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9862026-06-19T06:18:47.586ZFrom https://github.com/oxidecomputer/management-gateway-service
9872026-06-19T06:18:47.586Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9882026-06-19T06:18:47.874Z Updating git repository `https://github.com/oxidecomputer/crucible`
9892026-06-19T06:18:48.677ZFrom https://github.com/oxidecomputer/crucible
9902026-06-19T06:18:48.677Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9912026-06-19T06:18:49.361Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9922026-06-19T06:18:49.638ZFrom https://github.com/oxidecomputer/serde_human_bytes
9932026-06-19T06:18:49.638Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9942026-06-19T06:18:49.714Z Updating git repository `https://github.com/oxidecomputer/propolis`
9952026-06-19T06:18:50.171ZFrom https://github.com/oxidecomputer/propolis
9962026-06-19T06:18:50.171Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9972026-06-19T06:18:50.391Z Updating git repository `https://github.com/oxidecomputer/crucible`
9982026-06-19T06:18:50.893ZFrom https://github.com/oxidecomputer/crucible
9992026-06-19T06:18:50.893Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
10002026-06-19T06:18:50.998Z Updating git repository `https://github.com/oxidecomputer/tofino`
10012026-06-19T06:18:51.339ZFrom https://github.com/oxidecomputer/tofino
10022026-06-19T06:18:51.339Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
10032026-06-19T06:18:51.427Z Updating git repository `https://github.com/oxidecomputer/maghemite`
10042026-06-19T06:18:52.069ZFrom https://github.com/oxidecomputer/maghemite
10052026-06-19T06:18:52.069Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
10062026-06-19T06:18:52.113Z Updating git repository `https://github.com/oxidecomputer/clickward`
10072026-06-19T06:18:52.406ZFrom https://github.com/oxidecomputer/clickward
10082026-06-19T06:18:52.406Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
10092026-06-19T06:18:52.435Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10102026-06-19T06:18:52.679ZFrom https://github.com/oxidecomputer/illumos-devinfo
10112026-06-19T06:18:52.679Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10122026-06-19T06:18:53.257Zerror: failed to select a version for `http`.
10132026-06-19T06:18:53.257Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
10142026-06-19T06:18:53.257Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
10152026-06-19T06:18:53.257Zversions that meet the requirements `^1.4.2` are: 1.4.2
10162026-06-19T06:18:53.257Z
10172026-06-19T06:18:53.257Zall possible versions conflict with previously selected packages.
10182026-06-19T06:18:53.257Z
10192026-06-19T06:18:53.257Z previously selected package `http v1.4.1`
10202026-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)`
10212026-06-19T06:18:53.257Z
10222026-06-19T06:18:53.257Zfailed to select a version for `http` which could resolve this conflict
10232026-06-19T06:18:53.280Z+ cleanup
10242026-06-19T06:18:53.283Z++ id -un
10252026-06-19T06:18:53.286Z++ id -gn
10262026-06-19T06:18:53.288Z+ pfexec chown -R build:build .
10272026-06-19T06:18:53.294Zprocess exited: duration 255506 ms, exit code 101
 
10282026-06-19T06:18:53.300Zfound 0 output files