01KVF85ERS2NE16HSKKAN86ETY: test-ddm-trio

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

Buildomat Job: 01KVF85ZFPKDN2VKCEVAFBJTM9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T06:14:08.092Zjob assigned to worker 01KVF86HRK8NX2XW1VQWQZ6WR2 [factory aws, i-00615dc53ff76ca38] (queued for 1 m 0 s)
 
22026-06-19T06:14:15.077Zstarting task 0: "setup"
32026-06-19T06:14:15.082Z++ uname -s
42026-06-19T06:14:15.085Z+ kern=SunOS
52026-06-19T06:14:15.085Z+ build_user=build
62026-06-19T06:14:15.086Z+ build_uid=12345
72026-06-19T06:14:15.086Z+ work_dir=/work
82026-06-19T06:14:15.086Z+ input_dir=/input
92026-06-19T06:14:15.086Z+ [[ 0 == 12345 ]]
102026-06-19T06:14:15.086Z+ case "$kern" in
112026-06-19T06:14:15.086Z+ groupadd -g 12345 build
122026-06-19T06:14:15.089Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T06:14:17.091Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T06:14:17.152Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T06:14:17.155Z+ home_fs=zfs
162026-06-19T06:14:17.155Z+ [[ zfs == autofs ]]
172026-06-19T06:14:17.155Z+ mkdir -p /home/build
182026-06-19T06:14:17.155Z+ chown build:build /home/build /work
192026-06-19T06:14:19.156Z+ chmod 0700 /home/build /work
202026-06-19T06:14:19.159Zprocess exited: duration 4079 ms, exit code 0
 
212026-06-19T06:14:19.165Zstarting task 1: "rust-toolchain"
222026-06-19T06:14:19.169Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-19T06:14:19.169Z * rust toolchain channel = "stable"
242026-06-19T06:14:19.169Z * rust toolchain profile = "default"
252026-06-19T06:14:19.169Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T06:14:19.169Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T06:14:19.169Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T06:14:19.172Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T06:14:19.172Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-19T06:14:19.266Zinfo: downloading installer
312026-06-19T06:14:20.876Zwarn: It looks like you have an existing installation of Rust at:
322026-06-19T06:14:20.876Zwarn: /opt/ooce/bin
332026-06-19T06:14:20.876Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-19T06:14:20.876Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-19T06:14:20.876Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-19T06:14:20.876Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-19T06:14:20.876Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-19T06:14:20.876Zerror: cannot install while Rust is installed
392026-06-19T06:14:20.876Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-19T06:14:20.876Zwarn: It looks like you have an existing rustup settings file at:
412026-06-19T06:14:20.876Zwarn: /home/build/.rustup/settings.toml
422026-06-19T06:14:20.876Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-19T06:14:20.876Zwarn: instead of the one inferred from the default host triple.
442026-06-19T06:14:20.891Zinfo: profile set to default
452026-06-19T06:14:20.891Zinfo: default host triple is x86_64-unknown-illumos
462026-06-19T06:14:20.896Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-19T06:14:21.038Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-19T06:14:21.044Zinfo: downloading 6 components
492026-06-19T06:14:35.781Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-19T06:14:35.781Z
512026-06-19T06:14:35.816Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-19T06:14:35.816Z
532026-06-19T06:14:35.816Z
542026-06-19T06:14:35.816ZRust is installed now. Great!
552026-06-19T06:14:35.816Z
562026-06-19T06:14:35.816ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-19T06:14:35.816Zenvironment variable. This has not been done automatically.
582026-06-19T06:14:35.816Z
592026-06-19T06:14:35.816ZTo configure your current shell, you need to source
602026-06-19T06:14:35.816Zthe corresponding env file under $HOME/.cargo.
612026-06-19T06:14:35.816Z
622026-06-19T06:14:35.816ZThis is usually done by running one of the following (note the leading DOT):
632026-06-19T06:14:35.816Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-19T06:14:35.816Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-19T06:14:35.816Zsource "~/.cargo/env.nu" # For nushell
662026-06-19T06:14:35.816Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-19T06:14:35.816Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-19T06:14:35.816Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-19T06:14:35.820Zwarn: no default linker (`cc`) was found in your PATH
702026-06-19T06:14:35.820Zwarn: many Rust crates require a system C toolchain to build
712026-06-19T06:14:35.903Z+ rustup --version
722026-06-19T06:14:35.912Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-19T06:14:35.915Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-19T06:14:35.934Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-19T06:14:35.938Z+ cargo --version
762026-06-19T06:14:35.950Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-19T06:14:35.953Z+ rustc --version
782026-06-19T06:14:35.972Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-19T06:14:35.975Zprocess exited: duration 16807 ms, exit code 0
 
802026-06-19T06:14:35.981Zstarting task 2: "authentication"
812026-06-19T06:14:35.997Zprocess exited: duration 15 ms, exit code 0
 
822026-06-19T06:14:36.004Zstarting task 3: "clone repository"
832026-06-19T06:14:36.007Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-19T06:14:36.011Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-19T06:14:36.043ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-19T06:14:37.572Z+ cd /work/oxidecomputer/maghemite
872026-06-19T06:14:37.572Z+ git fetch origin bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
882026-06-19T06:14:37.950ZFrom https://github.com/oxidecomputer/maghemite
892026-06-19T06:14:37.951Z * branch bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 -> FETCH_HEAD
902026-06-19T06:14:37.955Z+ [[ -n renovate/dpd-client-digest ]]
912026-06-19T06:14:38.009Z++ git branch --show-current
922026-06-19T06:14:38.009Z+ current=main
932026-06-19T06:14:38.009Z+ [[ main != renovate/dpd-client-digest ]]
942026-06-19T06:14:38.009Z+ git branch -f renovate/dpd-client-digest bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
952026-06-19T06:14:38.017Z+ git checkout -f renovate/dpd-client-digest
962026-06-19T06:14:38.017ZSwitched to branch 'renovate/dpd-client-digest'
972026-06-19T06:14:38.017Z+ git reset --hard bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
982026-06-19T06:14:38.017ZHEAD is now at bf5dae4 Update dpd-client digest to 52dac9e
992026-06-19T06:14:38.017Zprocess exited: duration 1979 ms, exit code 0
 
1002026-06-19T06:14:38.024Zstarting task 4: "build"
1012026-06-19T06:14:38.030Z++ dladm
1022026-06-19T06:14:38.033ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-19T06:14:38.033Zena0 phys 9216 up -- --
1042026-06-19T06:14:38.037Z++ ipadm
1052026-06-19T06:14:38.037ZADDROBJ TYPE STATE ADDR
1062026-06-19T06:14:38.037Zlo0/v4 static ok 127.0.0.1/8
1072026-06-19T06:14:38.037Zena0/dhcp dhcp ok 10.150.1.159/24
1082026-06-19T06:14:38.037Zlo0/v6 static ok ::1/128
1092026-06-19T06:14:38.037Z++ banner collect
1102026-06-19T06:14:38.040Z
1112026-06-19T06:14:38.041Z #### #### # # ###### #### #####
1122026-06-19T06:14:38.041Z # # # # # # # # # #
1132026-06-19T06:14:38.041Z # # # # # ##### # #
1142026-06-19T06:14:38.041Z # # # # # # # #
1152026-06-19T06:14:38.041Z # # # # # # # # # #
1162026-06-19T06:14:38.041Z #### #### ###### ###### ###### #### #
1172026-06-19T06:14:38.041Z
1182026-06-19T06:14:38.041Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-19T06:14:38.041Z++ repo=softnpu
1202026-06-19T06:14:38.041Z++ series=image
1212026-06-19T06:14:38.041Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-19T06:14:38.041Z++ name=softnpu
1232026-06-19T06:14:38.041Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-19T06:14:38.041Z++ mkdir -p download
1252026-06-19T06:14:38.041Z++ pushd download
1262026-06-19T06:14:38.041Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-19T06:14:38.041Z++ [[ ! -f softnpu ]]
1282026-06-19T06:14:38.041Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-19T06:14:38.045Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-19T06:14:38.054Z Dload Upload Total Spent Left Speed
1312026-06-19T06:14:38.357Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 50.08M 0 0 100 15.63M 100 15.63M 0 0 50.07M 0 0 100 15.63M 100 15.63M 0 0 50.06M 0 0
1322026-06-19T06:14:38.360Z++ popd
1332026-06-19T06:14:38.360Z/work/oxidecomputer/maghemite
1342026-06-19T06:14:38.360Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-19T06:14:38.360Z++ repo=sidecar-lite
1362026-06-19T06:14:38.360Z++ series=release
1372026-06-19T06:14:38.360Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-19T06:14:38.360Z++ name=libsidecar_lite.so
1392026-06-19T06:14:38.360Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-19T06:14:38.360Z++ mkdir -p download
1412026-06-19T06:14:38.360Z++ pushd download
1422026-06-19T06:14:38.360Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-19T06:14:38.360Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-19T06:14:38.360Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-19T06:14:38.365Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-19T06:14:38.368Z Dload Upload Total Spent Left Speed
1472026-06-19T06:14:38.673Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.54M 0 0 100 12.04M 100 12.04M 0 0 39.42M 0 0 100 12.04M 100 12.04M 0 0 39.36M 0 0
1482026-06-19T06:14:38.676Z++ popd
1492026-06-19T06:14:38.676Z/work/oxidecomputer/maghemite
1502026-06-19T06:14:38.676Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-19T06:14:38.676Z++ repo=sidecar-lite
1522026-06-19T06:14:38.676Z++ series=release
1532026-06-19T06:14:38.676Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-19T06:14:38.676Z++ name=scadm
1552026-06-19T06:14:38.676Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-19T06:14:38.676Z++ mkdir -p download
1572026-06-19T06:14:38.679Z++ pushd download
1582026-06-19T06:14:38.679Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-19T06:14:38.679Z++ [[ ! -f scadm ]]
1602026-06-19T06:14:38.679Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-19T06:14:38.683Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-19T06:14:38.686Z Dload Upload Total Spent Left Speed
1632026-06-19T06:14:39.001Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 49.79M 0 0 100 15.78M 100 15.78M 0 0 49.78M 0 0 100 15.78M 100 15.78M 0 0 49.78M 0 0
1642026-06-19T06:14:39.005Z++ popd
1652026-06-19T06:14:39.005Z/work/oxidecomputer/maghemite
1662026-06-19T06:14:39.005Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-19T06:14:39.005Z++ repo=dendrite
1682026-06-19T06:14:39.005Z++ series=image
1692026-06-19T06:14:39.005Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-19T06:14:39.005Z++ name=dendrite-softnpu.tar.gz
1712026-06-19T06:14:39.005Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-19T06:14:39.005Z++ mkdir -p download
1732026-06-19T06:14:39.008Z++ pushd download
1742026-06-19T06:14:39.008Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-19T06:14:39.008Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-19T06:14:39.008Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-19T06:14:39.012Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-19T06:14:39.015Z Dload Upload Total Spent Left Speed
1792026-06-19T06:14:40.149Z 0 0 0 0 0 0 0 0 0 93 71.59M 93 66.79M 0 0 66.84M 0 00:01 00:01 66.86M 100 71.59M 100 71.59M 0 0 63.00M 0 00:01 00:01 66.86M 100 71.59M 100 71.59M 0 0 63.00M 0 00:01 00:01 66.86M 100 71.59M 100 71.59M 0 0 62.99M 0 00:01 00:01 66.86M
1802026-06-19T06:14:40.153Z++ popd
1812026-06-19T06:14:40.153Z/work/oxidecomputer/maghemite
1822026-06-19T06:14:40.153Z++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddm
1832026-06-19T06:14:40.153Z++ repo=maghemite
1842026-06-19T06:14:40.154Z++ series=release
1852026-06-19T06:14:40.154Z++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
1862026-06-19T06:14:40.154Z++ name=ddm
1872026-06-19T06:14:40.154Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-19T06:14:40.154Z++ mkdir -p download
1892026-06-19T06:14:40.161Z++ pushd download
1902026-06-19T06:14:40.161Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-19T06:14:40.161Z++ [[ ! -f ddm ]]
1922026-06-19T06:14:40.162Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddm
1932026-06-19T06:14:40.169Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-19T06:14:40.170Z Dload Upload Total Spent Left Speed
1952026-06-19T06:14:40.238Z 0 0 0 0 0 0 0 0 0
1962026-06-19T06:14:40.246Zcurl: (22) The requested URL returned error: 404
1972026-06-19T06:14:40.246Z++ popd
1982026-06-19T06:14:40.246Z/work/oxidecomputer/maghemite
1992026-06-19T06:14:40.246Z++ get_artifact maghemite release bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5 ddmadm
2002026-06-19T06:14:40.246Z++ repo=maghemite
2012026-06-19T06:14:40.246Z++ series=release
2022026-06-19T06:14:40.246Z++ commit=bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5
2032026-06-19T06:14:40.246Z++ name=ddmadm
2042026-06-19T06:14:40.246Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-19T06:14:40.246Z++ mkdir -p download
2062026-06-19T06:14:40.246Z++ pushd download
2072026-06-19T06:14:40.246Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-19T06:14:40.246Z++ [[ ! -f ddmadm ]]
2092026-06-19T06:14:40.246Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/bf5dae4e0d2d818d145f981e99cae2c2bd3f36e5/ddmadm
2102026-06-19T06:14:40.251Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-19T06:14:40.251Z Dload Upload Total Spent Left Speed
2122026-06-19T06:14:40.297Z 0 0 0 0 0 0 0 0 0
2132026-06-19T06:14:40.298Zcurl: (22) The requested URL returned error: 404
2142026-06-19T06:14:40.302Z++ popd
2152026-06-19T06:14:40.302Z/work/oxidecomputer/maghemite
2162026-06-19T06:14:40.302Z++ pushd download
2172026-06-19T06:14:40.302Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-19T06:14:40.302Z++ chmod +x softnpu
2192026-06-19T06:14:40.303Z++ chmod +x scadm
2202026-06-19T06:14:40.307Z++ chmod +x ddmadm
2212026-06-19T06:14:40.307Zchmod: WARNING: can't access ddmadm
2222026-06-19T06:14:40.307Z++ chmod +x ddmd
2232026-06-19T06:14:40.308Zchmod: WARNING: can't access ddmd
2242026-06-19T06:14:40.308Z++ mv ddmadm ddmadm-v2
2252026-06-19T06:14:40.308Zmv: cannot access ddmadm
2262026-06-19T06:14:40.308Z++ mv ddmd ddmd-v2
2272026-06-19T06:14:40.308Zmv: cannot access ddmd
2282026-06-19T06:14:40.308Z++ rm -rf zones/dendrite
2292026-06-19T06:14:40.312Z++ mkdir -p zones/dendrite
2302026-06-19T06:14:40.312Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-19T06:14:41.311Z++ 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.314Z++ 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.314Z++ popd
2342026-06-19T06:14:41.314Z++ banner install
2352026-06-19T06:14:41.314Z/work/oxidecomputer/maghemite
2362026-06-19T06:14:41.317Z
2372026-06-19T06:14:41.317Z # # # #### ##### ## # #
2382026-06-19T06:14:41.317Z # ## # # # # # # #
2392026-06-19T06:14:41.317Z # # # # #### # # # # #
2402026-06-19T06:14:41.317Z # # # # # # ###### # #
2412026-06-19T06:14:41.317Z # # ## # # # # # # #
2422026-06-19T06:14:41.317Z # # # #### # # # ###### ######
2432026-06-19T06:14:41.317Z
2442026-06-19T06:14:41.317Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-19T06:14:41.317Z++ set +o errexit
2462026-06-19T06:14:41.317Z++ pkg info clang-15
2472026-06-19T06:14:41.317Z++ grep -qi installed
2482026-06-19T06:14:42.519Zpkg: info: no packages matching the following patterns you specified are
2492026-06-19T06:14:42.519Zinstalled on the system. Try querying remotely instead:
2502026-06-19T06:14:42.519Z
2512026-06-19T06:14:42.519Z clang-15
2522026-06-19T06:14:42.559Z++ [[ 1 != 0 ]]
2532026-06-19T06:14:42.559Z++ set -o errexit
2542026-06-19T06:14:42.559Z++ pfexec pkg install clang-15
2552026-06-19T06:14:49.494Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-19T06:14:57.189Z Startup: Caching catalogs ... Done
2572026-06-19T06:15:04.509ZPlanning: Solver setup ... Done
2582026-06-19T06:15:04.551ZPlanning: Running solver ... Done
2592026-06-19T06:15:04.693ZPlanning: Finding local manifests ... Done
2602026-06-19T06:15:05.927ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-19T06:15:06.018ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-19T06:15:06.046ZPlanning: Package planning ... Done
2632026-06-19T06:15:06.073ZPlanning: Merging actions ... Done
2642026-06-19T06:15:06.176ZPlanning: Checking for conflicting actions ... Done
2652026-06-19T06:15:06.183ZPlanning: Consolidating action changes ... Done
2662026-06-19T06:15:06.904ZPlanning: Evaluating mediators ... Done
2672026-06-19T06:15:06.909ZPlanning: Planning completed in 9.55 seconds
2682026-06-19T06:15:06.920Z Packages to install: 2
2692026-06-19T06:15:06.920Z Mediators to change: 2
2702026-06-19T06:15:06.923Z Services to change: 1
2712026-06-19T06:15:06.923Z Create boot environment: No
2722026-06-19T06:15:06.923ZCreate backup boot environment: No
2732026-06-19T06:15:06.964Z
2742026-06-19T06:15:06.964ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-19T06:15:11.968ZDownload: 687/3076 items 17.5/211.3MB 8% complete (3.8M/s)
2762026-06-19T06:15:17.381ZDownload: 980/3076 items 82.0/211.3MB 38% complete (9.2M/s)
2772026-06-19T06:15:22.387ZDownload: 1313/3076 items 115.3/211.3MB 54% complete (9.7M/s)
2782026-06-19T06:15:31.915ZDownload: 2007/3076 items 117.0/211.3MB 55% complete (3.5M/s)
2792026-06-19T06:15:44.623ZDownload: 2010/3076 items 117.8/211.3MB 55% complete
2802026-06-19T06:15:50.149ZDownload: 3028/3076 items 201.7/211.3MB 95% complete (19.5M/s)
2812026-06-19T06:15:52.966ZDownload: Completed 211.31 MB in 46.00 seconds (4.6M/s)
2822026-06-19T06:15:53.108Z Actions: 1/3418 actions (Installing new actions)
2832026-06-19T06:15:56.233Z Actions: Completed 3418 actions in 3.13 seconds.
2842026-06-19T06:15:56.871Z Done
2852026-06-19T06:15:56.871Z Done
2862026-06-19T06:15:57.620Z Done
2872026-06-19T06:16:00.962Z Done
2882026-06-19T06:16:01.035Z Done
2892026-06-19T06:16:01.038Z Done
2902026-06-19T06:16:01.300Z Done
2912026-06-19T06:16:01.973Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2922026-06-19T06:16:01.973Z++ set +o errexit
2932026-06-19T06:16:01.975Z++ pkg info pkg-config
2942026-06-19T06:16:01.976Z++ grep -qi installed
2952026-06-19T06:16:02.206Z++ [[ 0 != 0 ]]
2962026-06-19T06:16:02.206Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2972026-06-19T06:16:02.206Z++ set +o errexit
2982026-06-19T06:16:02.209Z++ pkg info brand/omicron1
2992026-06-19T06:16:02.209Z++ grep -qi installed
3002026-06-19T06:16:02.388Zpkg: info: no packages matching the following patterns you specified are
3012026-06-19T06:16:02.388Zinstalled on the system. Try querying remotely instead:
3022026-06-19T06:16:02.388Z
3032026-06-19T06:16:02.388Z brand/omicron1
3042026-06-19T06:16:02.420Z++ [[ 1 != 0 ]]
3052026-06-19T06:16:02.420Z++ set -o errexit
3062026-06-19T06:16:02.420Z++ pfexec pkg install brand/omicron1
3072026-06-19T06:16:02.823Z Startup: Refreshing catalog 'helios-dev' ... Done
3082026-06-19T06:16:10.069ZPlanning: Solver setup ... Done
3092026-06-19T06:16:10.110ZPlanning: Running solver ... Done
3102026-06-19T06:16:10.250ZPlanning: Finding local manifests ... Done
3112026-06-19T06:16:10.253ZPlanning: Fetching manifests: 0/2 0% complete
3122026-06-19T06:16:10.369ZPlanning: Fetching manifests: 2/2 100% complete
3132026-06-19T06:16:10.381ZPlanning: Package planning ... Done
3142026-06-19T06:16:10.384ZPlanning: Merging actions ... Done
3152026-06-19T06:16:10.530ZPlanning: Checking for conflicting actions ... Done
3162026-06-19T06:16:10.533ZPlanning: Consolidating action changes ... Done
3172026-06-19T06:16:10.688ZPlanning: Evaluating mediators ... Done
3182026-06-19T06:16:10.692ZPlanning: Planning completed in 7.87 seconds
3192026-06-19T06:16:10.696Z Packages to install: 2
3202026-06-19T06:16:10.696Z Create boot environment: No
3212026-06-19T06:16:10.696ZCreate backup boot environment: No
3222026-06-19T06:16:10.725Z
3232026-06-19T06:16:10.725ZDownload: 0/5 items 0.0/1.1MB 0% complete
3242026-06-19T06:16:10.742ZDownload: Completed 1.07 MB in 0.02 seconds (63.3M/s)
3252026-06-19T06:16:10.810Z Actions: 1/28 actions (Installing new actions)
3262026-06-19T06:16:10.823Z Actions: Completed 28 actions in 0.01 seconds.
3272026-06-19T06:16:11.331Z Done
3282026-06-19T06:16:11.331Z Done
3292026-06-19T06:16:11.956Z Done
3302026-06-19T06:16:14.773Z Done
3312026-06-19T06:16:14.846Z Done
3322026-06-19T06:16:14.849Z Done
3332026-06-19T06:16:15.036Z Done
3342026-06-19T06:16:15.164Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
3352026-06-19T06:16:15.164Z++ set +o errexit
3362026-06-19T06:16:15.168Z++ pkg info brand/omicron1/tools
3372026-06-19T06:16:15.168Z++ grep -qi installed
3382026-06-19T06:16:15.346Zpkg: info: no packages matching the following patterns you specified are
3392026-06-19T06:16:15.346Zinstalled on the system. Try querying remotely instead:
3402026-06-19T06:16:15.346Z
3412026-06-19T06:16:15.347Z brand/omicron1/tools
3422026-06-19T06:16:15.381Z++ [[ 1 != 0 ]]
3432026-06-19T06:16:15.381Z++ set -o errexit
3442026-06-19T06:16:15.381Z++ pfexec pkg install brand/omicron1/tools
3452026-06-19T06:16:15.772Z Startup: Refreshing catalog 'helios-dev' ... Done
3462026-06-19T06:16:22.954ZPlanning: Solver setup ... Done
3472026-06-19T06:16:22.994ZPlanning: Running solver ... Done
3482026-06-19T06:16:23.135ZPlanning: Finding local manifests ... Done
3492026-06-19T06:16:23.138ZPlanning: Fetching manifests: 0/1 0% complete
3502026-06-19T06:16:23.251ZPlanning: Fetching manifests: 1/1 100% complete
3512026-06-19T06:16:23.263ZPlanning: Package planning ... Done
3522026-06-19T06:16:23.266ZPlanning: Merging actions ... Done
3532026-06-19T06:16:23.402ZPlanning: Checking for conflicting actions ... Done
3542026-06-19T06:16:23.405ZPlanning: Consolidating action changes ... Done
3552026-06-19T06:16:23.560ZPlanning: Evaluating mediators ... Done
3562026-06-19T06:16:23.563ZPlanning: Planning completed in 7.79 seconds
3572026-06-19T06:16:23.568Z Packages to install: 1
3582026-06-19T06:16:23.568Z Services to change: 1
3592026-06-19T06:16:23.571Z Create boot environment: No
3602026-06-19T06:16:23.571ZCreate backup boot environment: No
3612026-06-19T06:16:23.595Z
3622026-06-19T06:16:23.595ZDownload: 0/2 items 0.0/1.2MB 0% complete
3632026-06-19T06:16:23.618ZDownload: Completed 1.19 MB in 0.02 seconds (52.1M/s)
3642026-06-19T06:16:23.685Z Actions: 1/19 actions (Installing new actions)
3652026-06-19T06:16:23.699Z Actions: Completed 19 actions in 0.01 seconds.
3662026-06-19T06:16:24.203Z Done
3672026-06-19T06:16:24.203Z Done
3682026-06-19T06:16:24.833Z Done
3692026-06-19T06:16:27.691Z Done
3702026-06-19T06:16:27.769Z Done
3712026-06-19T06:16:27.772Z Done
3722026-06-19T06:16:27.879Z Done
3732026-06-19T06:16:28.016Z++ pfexec svcadm enable baseline
3742026-06-19T06:16:28.031Z++ retry=0
3752026-06-19T06:16:28.034Z+++ svcs -Hostate baseline
3762026-06-19T06:16:28.047Z++ [[ offline* != online ]]
3772026-06-19T06:16:28.047Z++ [[ 0 -gt 300 ]]
3782026-06-19T06:16:28.050Z++ sleep 1
3792026-06-19T06:16:29.049Z++ retry=1
3802026-06-19T06:16:29.053Z+++ svcs -Hostate baseline
3812026-06-19T06:16:29.063Z++ [[ offline* != online ]]
3822026-06-19T06:16:29.063Z++ [[ 1 -gt 300 ]]
3832026-06-19T06:16:29.063Z++ sleep 1
3842026-06-19T06:16:30.064Z++ retry=2
3852026-06-19T06:16:30.069Z+++ svcs -Hostate baseline
3862026-06-19T06:16:30.078Z++ [[ offline* != online ]]
3872026-06-19T06:16:30.078Z++ [[ 2 -gt 300 ]]
3882026-06-19T06:16:30.078Z++ sleep 1
3892026-06-19T06:16:31.079Z++ retry=3
3902026-06-19T06:16:31.082Z+++ svcs -Hostate baseline
3912026-06-19T06:16:31.093Z++ [[ offline* != online ]]
3922026-06-19T06:16:31.093Z++ [[ 3 -gt 300 ]]
3932026-06-19T06:16:31.093Z++ sleep 1
3942026-06-19T06:16:32.095Z++ retry=4
3952026-06-19T06:16:32.099Z+++ svcs -Hostate baseline
3962026-06-19T06:16:32.110Z++ [[ offline* != online ]]
3972026-06-19T06:16:32.110Z++ [[ 4 -gt 300 ]]
3982026-06-19T06:16:32.110Z++ sleep 1
3992026-06-19T06:16:33.112Z++ retry=5
4002026-06-19T06:16:33.115Z+++ svcs -Hostate baseline
4012026-06-19T06:16:33.127Z++ [[ offline* != online ]]
4022026-06-19T06:16:33.127Z++ [[ 5 -gt 300 ]]
4032026-06-19T06:16:33.127Z++ sleep 1
4042026-06-19T06:16:34.131Z++ retry=6
4052026-06-19T06:16:34.133Z+++ svcs -Hostate baseline
4062026-06-19T06:16:34.145Z++ [[ offline* != online ]]
4072026-06-19T06:16:34.145Z++ [[ 6 -gt 300 ]]
4082026-06-19T06:16:34.145Z++ sleep 1
4092026-06-19T06:16:35.147Z++ retry=7
4102026-06-19T06:16:35.151Z+++ svcs -Hostate baseline
4112026-06-19T06:16:35.162Z++ [[ offline* != online ]]
4122026-06-19T06:16:35.162Z++ [[ 7 -gt 300 ]]
4132026-06-19T06:16:35.165Z++ sleep 1
4142026-06-19T06:16:36.164Z++ retry=8
4152026-06-19T06:16:36.167Z+++ svcs -Hostate baseline
4162026-06-19T06:16:36.178Z++ [[ offline* != online ]]
4172026-06-19T06:16:36.178Z++ [[ 8 -gt 300 ]]
4182026-06-19T06:16:36.178Z++ sleep 1
4192026-06-19T06:16:37.180Z++ retry=9
4202026-06-19T06:16:37.183Z+++ svcs -Hostate baseline
4212026-06-19T06:16:37.195Z++ [[ offline* != online ]]
4222026-06-19T06:16:37.195Z++ [[ 9 -gt 300 ]]
4232026-06-19T06:16:37.195Z++ sleep 1
4242026-06-19T06:16:38.197Z++ retry=10
4252026-06-19T06:16:38.200Z+++ svcs -Hostate baseline
4262026-06-19T06:16:38.211Z++ [[ offline* != online ]]
4272026-06-19T06:16:38.211Z++ [[ 10 -gt 300 ]]
4282026-06-19T06:16:38.211Z++ sleep 1
4292026-06-19T06:16:39.213Z++ retry=11
4302026-06-19T06:16:39.217Z+++ svcs -Hostate baseline
4312026-06-19T06:16:39.227Z++ [[ offline* != online ]]
4322026-06-19T06:16:39.227Z++ [[ 11 -gt 300 ]]
4332026-06-19T06:16:39.227Z++ sleep 1
4342026-06-19T06:16:40.229Z++ retry=12
4352026-06-19T06:16:40.232Z+++ svcs -Hostate baseline
4362026-06-19T06:16:40.244Z++ [[ offline* != online ]]
4372026-06-19T06:16:40.244Z++ [[ 12 -gt 300 ]]
4382026-06-19T06:16:40.244Z++ sleep 1
4392026-06-19T06:16:41.246Z++ retry=13
4402026-06-19T06:16:41.249Z+++ svcs -Hostate baseline
4412026-06-19T06:16:41.261Z++ [[ offline* != online ]]
4422026-06-19T06:16:41.261Z++ [[ 13 -gt 300 ]]
4432026-06-19T06:16:41.261Z++ sleep 1
4442026-06-19T06:16:42.263Z++ retry=14
4452026-06-19T06:16:42.266Z+++ svcs -Hostate baseline
4462026-06-19T06:16:42.277Z++ [[ offline* != online ]]
4472026-06-19T06:16:42.277Z++ [[ 14 -gt 300 ]]
4482026-06-19T06:16:42.281Z++ sleep 1
4492026-06-19T06:16:43.279Z++ retry=15
4502026-06-19T06:16:43.282Z+++ svcs -Hostate baseline
4512026-06-19T06:16:43.293Z++ [[ offline* != online ]]
4522026-06-19T06:16:43.293Z++ [[ 15 -gt 300 ]]
4532026-06-19T06:16:43.293Z++ sleep 1
4542026-06-19T06:16:44.295Z++ retry=16
4552026-06-19T06:16:44.298Z+++ svcs -Hostate baseline
4562026-06-19T06:16:44.310Z++ [[ offline* != online ]]
4572026-06-19T06:16:44.310Z++ [[ 16 -gt 300 ]]
4582026-06-19T06:16:44.310Z++ sleep 1
4592026-06-19T06:16:45.312Z++ retry=17
4602026-06-19T06:16:45.315Z+++ svcs -Hostate baseline
4612026-06-19T06:16:45.326Z++ [[ offline* != online ]]
4622026-06-19T06:16:45.326Z++ [[ 17 -gt 300 ]]
4632026-06-19T06:16:45.326Z++ sleep 1
4642026-06-19T06:16:46.328Z++ retry=18
4652026-06-19T06:16:46.331Z+++ svcs -Hostate baseline
4662026-06-19T06:16:46.343Z++ [[ offline* != online ]]
4672026-06-19T06:16:46.343Z++ [[ 18 -gt 300 ]]
4682026-06-19T06:16:46.343Z++ sleep 1
4692026-06-19T06:16:47.345Z++ retry=19
4702026-06-19T06:16:47.348Z+++ svcs -Hostate baseline
4712026-06-19T06:16:47.360Z++ [[ offline* != online ]]
4722026-06-19T06:16:47.360Z++ [[ 19 -gt 300 ]]
4732026-06-19T06:16:47.360Z++ sleep 1
4742026-06-19T06:16:48.362Z++ retry=20
4752026-06-19T06:16:48.365Z+++ svcs -Hostate baseline
4762026-06-19T06:16:48.377Z++ [[ offline* != online ]]
4772026-06-19T06:16:48.377Z++ [[ 20 -gt 300 ]]
4782026-06-19T06:16:48.377Z++ sleep 1
4792026-06-19T06:16:49.379Z++ retry=21
4802026-06-19T06:16:49.382Z+++ svcs -Hostate baseline
4812026-06-19T06:16:49.393Z++ [[ offline* != online ]]
4822026-06-19T06:16:49.393Z++ [[ 21 -gt 300 ]]
4832026-06-19T06:16:49.393Z++ sleep 1
4842026-06-19T06:16:50.398Z++ retry=22
4852026-06-19T06:16:50.402Z+++ svcs -Hostate baseline
4862026-06-19T06:16:50.410Z++ [[ offline* != online ]]
4872026-06-19T06:16:50.410Z++ [[ 22 -gt 300 ]]
4882026-06-19T06:16:50.410Z++ sleep 1
4892026-06-19T06:16:51.412Z++ retry=23
4902026-06-19T06:16:51.417Z+++ svcs -Hostate baseline
4912026-06-19T06:16:51.426Z++ [[ offline* != online ]]
4922026-06-19T06:16:51.426Z++ [[ 23 -gt 300 ]]
4932026-06-19T06:16:51.426Z++ sleep 1
4942026-06-19T06:16:52.428Z++ retry=24
4952026-06-19T06:16:52.431Z+++ svcs -Hostate baseline
4962026-06-19T06:16:52.442Z++ [[ offline* != online ]]
4972026-06-19T06:16:52.442Z++ [[ 24 -gt 300 ]]
4982026-06-19T06:16:52.442Z++ sleep 1
4992026-06-19T06:16:53.445Z++ retry=25
5002026-06-19T06:16:53.448Z+++ svcs -Hostate baseline
5012026-06-19T06:16:53.459Z++ [[ offline* != online ]]
5022026-06-19T06:16:53.459Z++ [[ 25 -gt 300 ]]
5032026-06-19T06:16:53.459Z++ sleep 1
5042026-06-19T06:16:54.461Z++ retry=26
5052026-06-19T06:16:54.464Z+++ svcs -Hostate baseline
5062026-06-19T06:16:54.475Z++ [[ offline* != online ]]
5072026-06-19T06:16:54.475Z++ [[ 26 -gt 300 ]]
5082026-06-19T06:16:54.475Z++ sleep 1
5092026-06-19T06:16:55.477Z++ retry=27
5102026-06-19T06:16:55.480Z+++ svcs -Hostate baseline
5112026-06-19T06:16:55.492Z++ [[ offline* != online ]]
5122026-06-19T06:16:55.492Z++ [[ 27 -gt 300 ]]
5132026-06-19T06:16:55.492Z++ sleep 1
5142026-06-19T06:16:56.494Z++ retry=28
5152026-06-19T06:16:56.497Z+++ svcs -Hostate baseline
5162026-06-19T06:16:56.508Z++ [[ offline* != online ]]
5172026-06-19T06:16:56.508Z++ [[ 28 -gt 300 ]]
5182026-06-19T06:16:56.508Z++ sleep 1
5192026-06-19T06:16:57.510Z++ retry=29
5202026-06-19T06:16:57.513Z+++ svcs -Hostate baseline
5212026-06-19T06:16:57.524Z++ [[ offline* != online ]]
5222026-06-19T06:16:57.524Z++ [[ 29 -gt 300 ]]
5232026-06-19T06:16:57.524Z++ sleep 1
5242026-06-19T06:16:58.526Z++ retry=30
5252026-06-19T06:16:58.529Z+++ svcs -Hostate baseline
5262026-06-19T06:16:58.541Z++ [[ offline* != online ]]
5272026-06-19T06:16:58.541Z++ [[ 30 -gt 300 ]]
5282026-06-19T06:16:58.544Z++ sleep 1
5292026-06-19T06:16:59.543Z++ retry=31
5302026-06-19T06:16:59.546Z+++ svcs -Hostate baseline
5312026-06-19T06:16:59.557Z++ [[ offline* != online ]]
5322026-06-19T06:16:59.557Z++ [[ 31 -gt 300 ]]
5332026-06-19T06:16:59.557Z++ sleep 1
5342026-06-19T06:17:00.559Z++ retry=32
5352026-06-19T06:17:00.562Z+++ svcs -Hostate baseline
5362026-06-19T06:17:00.574Z++ [[ offline* != online ]]
5372026-06-19T06:17:00.574Z++ [[ 32 -gt 300 ]]
5382026-06-19T06:17:00.574Z++ sleep 1
5392026-06-19T06:17:01.576Z++ retry=33
5402026-06-19T06:17:01.579Z+++ svcs -Hostate baseline
5412026-06-19T06:17:01.590Z++ [[ offline* != online ]]
5422026-06-19T06:17:01.590Z++ [[ 33 -gt 300 ]]
5432026-06-19T06:17:01.590Z++ sleep 1
5442026-06-19T06:17:02.592Z++ retry=34
5452026-06-19T06:17:02.595Z+++ svcs -Hostate baseline
5462026-06-19T06:17:02.606Z++ [[ offline* != online ]]
5472026-06-19T06:17:02.606Z++ [[ 34 -gt 300 ]]
5482026-06-19T06:17:02.606Z++ sleep 1
5492026-06-19T06:17:03.608Z++ retry=35
5502026-06-19T06:17:03.611Z+++ svcs -Hostate baseline
5512026-06-19T06:17:03.623Z++ [[ offline* != online ]]
5522026-06-19T06:17:03.623Z++ [[ 35 -gt 300 ]]
5532026-06-19T06:17:03.623Z++ sleep 1
5542026-06-19T06:17:04.625Z++ retry=36
5552026-06-19T06:17:04.628Z+++ svcs -Hostate baseline
5562026-06-19T06:17:04.639Z++ [[ offline* != online ]]
5572026-06-19T06:17:04.639Z++ [[ 36 -gt 300 ]]
5582026-06-19T06:17:04.639Z++ sleep 1
5592026-06-19T06:17:05.641Z++ retry=37
5602026-06-19T06:17:05.644Z+++ svcs -Hostate baseline
5612026-06-19T06:17:05.655Z++ [[ offline* != online ]]
5622026-06-19T06:17:05.655Z++ [[ 37 -gt 300 ]]
5632026-06-19T06:17:05.656Z++ sleep 1
5642026-06-19T06:17:06.657Z++ retry=38
5652026-06-19T06:17:06.660Z+++ svcs -Hostate baseline
5662026-06-19T06:17:06.671Z++ [[ offline* != online ]]
5672026-06-19T06:17:06.671Z++ [[ 38 -gt 300 ]]
5682026-06-19T06:17:06.671Z++ sleep 1
5692026-06-19T06:17:07.673Z++ retry=39
5702026-06-19T06:17:07.676Z+++ svcs -Hostate baseline
5712026-06-19T06:17:07.688Z++ [[ offline* != online ]]
5722026-06-19T06:17:07.688Z++ [[ 39 -gt 300 ]]
5732026-06-19T06:17:07.688Z++ sleep 1
5742026-06-19T06:17:08.691Z++ retry=40
5752026-06-19T06:17:08.694Z+++ svcs -Hostate baseline
5762026-06-19T06:17:08.704Z++ [[ offline* != online ]]
5772026-06-19T06:17:08.704Z++ [[ 40 -gt 300 ]]
5782026-06-19T06:17:08.704Z++ sleep 1
5792026-06-19T06:17:09.707Z++ retry=41
5802026-06-19T06:17:09.710Z+++ svcs -Hostate baseline
5812026-06-19T06:17:09.721Z++ [[ offline* != online ]]
5822026-06-19T06:17:09.721Z++ [[ 41 -gt 300 ]]
5832026-06-19T06:17:09.721Z++ sleep 1
5842026-06-19T06:17:10.723Z++ retry=42
5852026-06-19T06:17:10.726Z+++ svcs -Hostate baseline
5862026-06-19T06:17:10.737Z++ [[ offline* != online ]]
5872026-06-19T06:17:10.737Z++ [[ 42 -gt 300 ]]
5882026-06-19T06:17:10.737Z++ sleep 1
5892026-06-19T06:17:11.739Z++ retry=43
5902026-06-19T06:17:11.742Z+++ svcs -Hostate baseline
5912026-06-19T06:17:11.753Z++ [[ offline* != online ]]
5922026-06-19T06:17:11.753Z++ [[ 43 -gt 300 ]]
5932026-06-19T06:17:11.753Z++ sleep 1
5942026-06-19T06:17:12.755Z++ retry=44
5952026-06-19T06:17:12.758Z+++ svcs -Hostate baseline
5962026-06-19T06:17:12.770Z++ [[ offline* != online ]]
5972026-06-19T06:17:12.770Z++ [[ 44 -gt 300 ]]
5982026-06-19T06:17:12.770Z++ sleep 1
5992026-06-19T06:17:13.772Z++ retry=45
6002026-06-19T06:17:13.774Z+++ svcs -Hostate baseline
6012026-06-19T06:17:13.786Z++ [[ offline* != online ]]
6022026-06-19T06:17:13.786Z++ [[ 45 -gt 300 ]]
6032026-06-19T06:17:13.786Z++ sleep 1
6042026-06-19T06:17:14.788Z++ retry=46
6052026-06-19T06:17:14.791Z+++ svcs -Hostate baseline
6062026-06-19T06:17:14.802Z++ [[ offline* != online ]]
6072026-06-19T06:17:14.802Z++ [[ 46 -gt 300 ]]
6082026-06-19T06:17:14.802Z++ sleep 1
6092026-06-19T06:17:15.804Z++ retry=47
6102026-06-19T06:17:15.807Z+++ svcs -Hostate baseline
6112026-06-19T06:17:15.818Z++ [[ offline* != online ]]
6122026-06-19T06:17:15.818Z++ [[ 47 -gt 300 ]]
6132026-06-19T06:17:15.818Z++ sleep 1
6142026-06-19T06:17:16.821Z++ retry=48
6152026-06-19T06:17:16.824Z+++ svcs -Hostate baseline
6162026-06-19T06:17:16.835Z++ [[ offline* != online ]]
6172026-06-19T06:17:16.835Z++ [[ 48 -gt 300 ]]
6182026-06-19T06:17:16.835Z++ sleep 1
6192026-06-19T06:17:17.837Z++ retry=49
6202026-06-19T06:17:17.840Z+++ svcs -Hostate baseline
6212026-06-19T06:17:17.851Z++ [[ offline* != online ]]
6222026-06-19T06:17:17.851Z++ [[ 49 -gt 300 ]]
6232026-06-19T06:17:17.851Z++ sleep 1
6242026-06-19T06:17:18.853Z++ retry=50
6252026-06-19T06:17:18.857Z+++ svcs -Hostate baseline
6262026-06-19T06:17:18.867Z++ [[ offline* != online ]]
6272026-06-19T06:17:18.867Z++ [[ 50 -gt 300 ]]
6282026-06-19T06:17:18.867Z++ sleep 1
6292026-06-19T06:17:19.869Z++ retry=51
6302026-06-19T06:17:19.872Z+++ svcs -Hostate baseline
6312026-06-19T06:17:19.884Z++ [[ offline* != online ]]
6322026-06-19T06:17:19.884Z++ [[ 51 -gt 300 ]]
6332026-06-19T06:17:19.884Z++ sleep 1
6342026-06-19T06:17:20.886Z++ retry=52
6352026-06-19T06:17:20.889Z+++ svcs -Hostate baseline
6362026-06-19T06:17:20.900Z++ [[ offline* != online ]]
6372026-06-19T06:17:20.900Z++ [[ 52 -gt 300 ]]
6382026-06-19T06:17:20.900Z++ sleep 1
6392026-06-19T06:17:21.902Z++ retry=53
6402026-06-19T06:17:21.905Z+++ svcs -Hostate baseline
6412026-06-19T06:17:21.916Z++ [[ offline* != online ]]
6422026-06-19T06:17:21.916Z++ [[ 53 -gt 300 ]]
6432026-06-19T06:17:21.916Z++ sleep 1
6442026-06-19T06:17:22.918Z++ retry=54
6452026-06-19T06:17:22.921Z+++ svcs -Hostate baseline
6462026-06-19T06:17:22.932Z++ [[ offline* != online ]]
6472026-06-19T06:17:22.932Z++ [[ 54 -gt 300 ]]
6482026-06-19T06:17:22.932Z++ sleep 1
6492026-06-19T06:17:23.934Z++ retry=55
6502026-06-19T06:17:23.938Z+++ svcs -Hostate baseline
6512026-06-19T06:17:23.949Z++ [[ offline* != online ]]
6522026-06-19T06:17:23.949Z++ [[ 55 -gt 300 ]]
6532026-06-19T06:17:23.949Z++ sleep 1
6542026-06-19T06:17:24.951Z++ retry=56
6552026-06-19T06:17:24.954Z+++ svcs -Hostate baseline
6562026-06-19T06:17:24.965Z++ [[ offline* != online ]]
6572026-06-19T06:17:24.965Z++ [[ 56 -gt 300 ]]
6582026-06-19T06:17:24.965Z++ sleep 1
6592026-06-19T06:17:25.967Z++ retry=57
6602026-06-19T06:17:25.970Z+++ svcs -Hostate baseline
6612026-06-19T06:17:25.981Z++ [[ offline* != online ]]
6622026-06-19T06:17:25.981Z++ [[ 57 -gt 300 ]]
6632026-06-19T06:17:25.981Z++ sleep 1
6642026-06-19T06:17:26.984Z++ retry=58
6652026-06-19T06:17:26.987Z+++ svcs -Hostate baseline
6662026-06-19T06:17:26.999Z++ [[ offline* != online ]]
6672026-06-19T06:17:26.999Z++ [[ 58 -gt 300 ]]
6682026-06-19T06:17:26.999Z++ sleep 1
6692026-06-19T06:17:28.001Z++ retry=59
6702026-06-19T06:17:28.004Z+++ svcs -Hostate baseline
6712026-06-19T06:17:28.015Z++ [[ offline* != online ]]
6722026-06-19T06:17:28.015Z++ [[ 59 -gt 300 ]]
6732026-06-19T06:17:28.015Z++ sleep 1
6742026-06-19T06:17:29.017Z++ retry=60
6752026-06-19T06:17:29.020Z+++ svcs -Hostate baseline
6762026-06-19T06:17:29.031Z++ [[ offline* != online ]]
6772026-06-19T06:17:29.031Z++ [[ 60 -gt 300 ]]
6782026-06-19T06:17:29.031Z++ sleep 1
6792026-06-19T06:17:30.033Z++ retry=61
6802026-06-19T06:17:30.036Z+++ svcs -Hostate baseline
6812026-06-19T06:17:30.047Z++ [[ offline* != online ]]
6822026-06-19T06:17:30.047Z++ [[ 61 -gt 300 ]]
6832026-06-19T06:17:30.047Z++ sleep 1
6842026-06-19T06:17:31.050Z++ retry=62
6852026-06-19T06:17:31.053Z+++ svcs -Hostate baseline
6862026-06-19T06:17:31.064Z++ [[ offline* != online ]]
6872026-06-19T06:17:31.064Z++ [[ 62 -gt 300 ]]
6882026-06-19T06:17:31.064Z++ sleep 1
6892026-06-19T06:17:32.066Z++ retry=63
6902026-06-19T06:17:32.069Z+++ svcs -Hostate baseline
6912026-06-19T06:17:32.080Z++ [[ offline* != online ]]
6922026-06-19T06:17:32.080Z++ [[ 63 -gt 300 ]]
6932026-06-19T06:17:32.080Z++ sleep 1
6942026-06-19T06:17:33.082Z++ retry=64
6952026-06-19T06:17:33.085Z+++ svcs -Hostate baseline
6962026-06-19T06:17:33.097Z++ [[ offline* != online ]]
6972026-06-19T06:17:33.097Z++ [[ 64 -gt 300 ]]
6982026-06-19T06:17:33.097Z++ sleep 1
6992026-06-19T06:17:34.099Z++ retry=65
7002026-06-19T06:17:34.102Z+++ svcs -Hostate baseline
7012026-06-19T06:17:34.113Z++ [[ offline* != online ]]
7022026-06-19T06:17:34.113Z++ [[ 65 -gt 300 ]]
7032026-06-19T06:17:34.113Z++ sleep 1
7042026-06-19T06:17:35.115Z++ retry=66
7052026-06-19T06:17:35.118Z+++ svcs -Hostate baseline
7062026-06-19T06:17:35.130Z++ [[ offline* != online ]]
7072026-06-19T06:17:35.130Z++ [[ 66 -gt 300 ]]
7082026-06-19T06:17:35.130Z++ sleep 1
7092026-06-19T06:17:36.132Z++ retry=67
7102026-06-19T06:17:36.135Z+++ svcs -Hostate baseline
7112026-06-19T06:17:36.146Z++ [[ offline* != online ]]
7122026-06-19T06:17:36.146Z++ [[ 67 -gt 300 ]]
7132026-06-19T06:17:36.146Z++ sleep 1
7142026-06-19T06:17:37.149Z++ retry=68
7152026-06-19T06:17:37.152Z+++ svcs -Hostate baseline
7162026-06-19T06:17:37.163Z++ [[ offline* != online ]]
7172026-06-19T06:17:37.163Z++ [[ 68 -gt 300 ]]
7182026-06-19T06:17:37.163Z++ sleep 1
7192026-06-19T06:17:38.165Z++ retry=69
7202026-06-19T06:17:38.168Z+++ svcs -Hostate baseline
7212026-06-19T06:17:38.180Z++ [[ offline* != online ]]
7222026-06-19T06:17:38.180Z++ [[ 69 -gt 300 ]]
7232026-06-19T06:17:38.180Z++ sleep 1
7242026-06-19T06:17:39.182Z++ retry=70
7252026-06-19T06:17:39.185Z+++ svcs -Hostate baseline
7262026-06-19T06:17:39.196Z++ [[ offline* != online ]]
7272026-06-19T06:17:39.196Z++ [[ 70 -gt 300 ]]
7282026-06-19T06:17:39.196Z++ sleep 1
7292026-06-19T06:17:40.198Z++ retry=71
7302026-06-19T06:17:40.201Z+++ svcs -Hostate baseline
7312026-06-19T06:17:40.213Z++ [[ offline* != online ]]
7322026-06-19T06:17:40.213Z++ [[ 71 -gt 300 ]]
7332026-06-19T06:17:40.213Z++ sleep 1
7342026-06-19T06:17:41.216Z++ retry=72
7352026-06-19T06:17:41.219Z+++ svcs -Hostate baseline
7362026-06-19T06:17:41.230Z++ [[ offline* != online ]]
7372026-06-19T06:17:41.231Z++ [[ 72 -gt 300 ]]
7382026-06-19T06:17:41.231Z++ sleep 1
7392026-06-19T06:17:42.233Z++ retry=73
7402026-06-19T06:17:42.236Z+++ svcs -Hostate baseline
7412026-06-19T06:17:42.247Z++ [[ offline* != online ]]
7422026-06-19T06:17:42.247Z++ [[ 73 -gt 300 ]]
7432026-06-19T06:17:42.247Z++ sleep 1
7442026-06-19T06:17:43.249Z++ retry=74
7452026-06-19T06:17:43.252Z+++ svcs -Hostate baseline
7462026-06-19T06:17:43.264Z++ [[ offline* != online ]]
7472026-06-19T06:17:43.264Z++ [[ 74 -gt 300 ]]
7482026-06-19T06:17:43.264Z++ sleep 1
7492026-06-19T06:17:44.266Z++ retry=75
7502026-06-19T06:17:44.269Z+++ svcs -Hostate baseline
7512026-06-19T06:17:44.280Z++ [[ offline* != online ]]
7522026-06-19T06:17:44.280Z++ [[ 75 -gt 300 ]]
7532026-06-19T06:17:44.280Z++ sleep 1
7542026-06-19T06:17:45.282Z++ retry=76
7552026-06-19T06:17:45.285Z+++ svcs -Hostate baseline
7562026-06-19T06:17:45.296Z++ [[ offline* != online ]]
7572026-06-19T06:17:45.296Z++ [[ 76 -gt 300 ]]
7582026-06-19T06:17:45.297Z++ sleep 1
7592026-06-19T06:17:46.299Z++ retry=77
7602026-06-19T06:17:46.302Z+++ svcs -Hostate baseline
7612026-06-19T06:17:46.313Z++ [[ offline* != online ]]
7622026-06-19T06:17:46.313Z++ [[ 77 -gt 300 ]]
7632026-06-19T06:17:46.313Z++ sleep 1
7642026-06-19T06:17:47.316Z++ retry=78
7652026-06-19T06:17:47.319Z+++ svcs -Hostate baseline
7662026-06-19T06:17:47.329Z++ [[ offline* != online ]]
7672026-06-19T06:17:47.329Z++ [[ 78 -gt 300 ]]
7682026-06-19T06:17:47.329Z++ sleep 1
7692026-06-19T06:17:48.332Z++ retry=79
7702026-06-19T06:17:48.336Z+++ svcs -Hostate baseline
7712026-06-19T06:17:48.346Z++ [[ offline* != online ]]
7722026-06-19T06:17:48.346Z++ [[ 79 -gt 300 ]]
7732026-06-19T06:17:48.346Z++ sleep 1
7742026-06-19T06:17:49.348Z++ retry=80
7752026-06-19T06:17:49.353Z+++ svcs -Hostate baseline
7762026-06-19T06:17:49.362Z++ [[ offline* != online ]]
7772026-06-19T06:17:49.362Z++ [[ 80 -gt 300 ]]
7782026-06-19T06:17:49.362Z++ sleep 1
7792026-06-19T06:17:50.364Z++ retry=81
7802026-06-19T06:17:50.369Z+++ svcs -Hostate baseline
7812026-06-19T06:17:50.379Z++ [[ offline* != online ]]
7822026-06-19T06:17:50.379Z++ [[ 81 -gt 300 ]]
7832026-06-19T06:17:50.379Z++ sleep 1
7842026-06-19T06:17:51.381Z++ retry=82
7852026-06-19T06:17:51.384Z+++ svcs -Hostate baseline
7862026-06-19T06:17:51.395Z++ [[ offline* != online ]]
7872026-06-19T06:17:51.395Z++ [[ 82 -gt 300 ]]
7882026-06-19T06:17:51.395Z++ sleep 1
7892026-06-19T06:17:52.398Z++ retry=83
7902026-06-19T06:17:52.401Z+++ svcs -Hostate baseline
7912026-06-19T06:17:52.412Z++ [[ offline* != online ]]
7922026-06-19T06:17:52.412Z++ [[ 83 -gt 300 ]]
7932026-06-19T06:17:52.412Z++ sleep 1
7942026-06-19T06:17:53.414Z++ retry=84
7952026-06-19T06:17:53.417Z+++ svcs -Hostate baseline
7962026-06-19T06:17:53.428Z++ [[ offline* != online ]]
7972026-06-19T06:17:53.428Z++ [[ 84 -gt 300 ]]
7982026-06-19T06:17:53.428Z++ sleep 1
7992026-06-19T06:17:54.430Z++ retry=85
8002026-06-19T06:17:54.433Z+++ svcs -Hostate baseline
8012026-06-19T06:17:54.444Z++ [[ offline* != online ]]
8022026-06-19T06:17:54.444Z++ [[ 85 -gt 300 ]]
8032026-06-19T06:17:54.444Z++ sleep 1
8042026-06-19T06:17:55.446Z++ retry=86
8052026-06-19T06:17:55.450Z+++ svcs -Hostate baseline
8062026-06-19T06:17:55.460Z++ [[ offline* != online ]]
8072026-06-19T06:17:55.460Z++ [[ 86 -gt 300 ]]
8082026-06-19T06:17:55.461Z++ sleep 1
8092026-06-19T06:17:56.463Z++ retry=87
8102026-06-19T06:17:56.466Z+++ svcs -Hostate baseline
8112026-06-19T06:17:56.477Z++ [[ offline* != online ]]
8122026-06-19T06:17:56.477Z++ [[ 87 -gt 300 ]]
8132026-06-19T06:17:56.477Z++ sleep 1
8142026-06-19T06:17:57.479Z++ retry=88
8152026-06-19T06:17:57.482Z+++ svcs -Hostate baseline
8162026-06-19T06:17:57.493Z++ [[ offline* != online ]]
8172026-06-19T06:17:57.493Z++ [[ 88 -gt 300 ]]
8182026-06-19T06:17:57.493Z++ sleep 1
8192026-06-19T06:17:58.495Z++ retry=89
8202026-06-19T06:17:58.499Z+++ svcs -Hostate baseline
8212026-06-19T06:17:58.510Z++ [[ offline* != online ]]
8222026-06-19T06:17:58.510Z++ [[ 89 -gt 300 ]]
8232026-06-19T06:17:58.510Z++ sleep 1
8242026-06-19T06:17:59.512Z++ retry=90
8252026-06-19T06:17:59.515Z+++ svcs -Hostate baseline
8262026-06-19T06:17:59.527Z++ [[ offline* != online ]]
8272026-06-19T06:17:59.527Z++ [[ 90 -gt 300 ]]
8282026-06-19T06:17:59.527Z++ sleep 1
8292026-06-19T06:18:00.528Z++ retry=91
8302026-06-19T06:18:00.532Z+++ svcs -Hostate baseline
8312026-06-19T06:18:00.543Z++ [[ offline* != online ]]
8322026-06-19T06:18:00.543Z++ [[ 91 -gt 300 ]]
8332026-06-19T06:18:00.543Z++ sleep 1
8342026-06-19T06:18:01.545Z++ retry=92
8352026-06-19T06:18:01.548Z+++ svcs -Hostate baseline
8362026-06-19T06:18:01.559Z++ [[ offline* != online ]]
8372026-06-19T06:18:01.559Z++ [[ 92 -gt 300 ]]
8382026-06-19T06:18:01.559Z++ sleep 1
8392026-06-19T06:18:02.561Z++ retry=93
8402026-06-19T06:18:02.564Z+++ svcs -Hostate baseline
8412026-06-19T06:18:02.576Z++ [[ offline* != online ]]
8422026-06-19T06:18:02.576Z++ [[ 93 -gt 300 ]]
8432026-06-19T06:18:02.576Z++ sleep 1
8442026-06-19T06:18:03.578Z++ retry=94
8452026-06-19T06:18:03.581Z+++ svcs -Hostate baseline
8462026-06-19T06:18:03.592Z++ [[ offline* != online ]]
8472026-06-19T06:18:03.593Z++ [[ 94 -gt 300 ]]
8482026-06-19T06:18:03.593Z++ sleep 1
8492026-06-19T06:18:04.594Z++ retry=95
8502026-06-19T06:18:04.598Z+++ svcs -Hostate baseline
8512026-06-19T06:18:04.609Z++ [[ offline* != online ]]
8522026-06-19T06:18:04.609Z++ [[ 95 -gt 300 ]]
8532026-06-19T06:18:04.609Z++ sleep 1
8542026-06-19T06:18:05.611Z++ retry=96
8552026-06-19T06:18:05.615Z+++ svcs -Hostate baseline
8562026-06-19T06:18:05.626Z++ [[ offline* != online ]]
8572026-06-19T06:18:05.626Z++ [[ 96 -gt 300 ]]
8582026-06-19T06:18:05.626Z++ sleep 1
8592026-06-19T06:18:06.629Z++ retry=97
8602026-06-19T06:18:06.633Z+++ svcs -Hostate baseline
8612026-06-19T06:18:06.643Z++ [[ offline* != online ]]
8622026-06-19T06:18:06.643Z++ [[ 97 -gt 300 ]]
8632026-06-19T06:18:06.643Z++ sleep 1
8642026-06-19T06:18:07.645Z++ retry=98
8652026-06-19T06:18:07.649Z+++ svcs -Hostate baseline
8662026-06-19T06:18:07.659Z++ [[ offline* != online ]]
8672026-06-19T06:18:07.659Z++ [[ 98 -gt 300 ]]
8682026-06-19T06:18:07.659Z++ sleep 1
8692026-06-19T06:18:08.662Z++ retry=99
8702026-06-19T06:18:08.665Z+++ svcs -Hostate baseline
8712026-06-19T06:18:08.676Z++ [[ offline* != online ]]
8722026-06-19T06:18:08.676Z++ [[ 99 -gt 300 ]]
8732026-06-19T06:18:08.676Z++ sleep 1
8742026-06-19T06:18:09.678Z++ retry=100
8752026-06-19T06:18:09.681Z+++ svcs -Hostate baseline
8762026-06-19T06:18:09.692Z++ [[ offline* != online ]]
8772026-06-19T06:18:09.692Z++ [[ 100 -gt 300 ]]
8782026-06-19T06:18:09.692Z++ sleep 1
8792026-06-19T06:18:10.693Z++ retry=101
8802026-06-19T06:18:10.696Z+++ svcs -Hostate baseline
8812026-06-19T06:18:10.706Z++ [[ offline* != online ]]
8822026-06-19T06:18:10.707Z++ [[ 101 -gt 300 ]]
8832026-06-19T06:18:10.707Z++ sleep 1
8842026-06-19T06:18:11.708Z++ retry=102
8852026-06-19T06:18:11.711Z+++ svcs -Hostate baseline
8862026-06-19T06:18:11.722Z++ [[ offline* != online ]]
8872026-06-19T06:18:11.722Z++ [[ 102 -gt 300 ]]
8882026-06-19T06:18:11.722Z++ sleep 1
8892026-06-19T06:18:12.724Z++ retry=103
8902026-06-19T06:18:12.727Z+++ svcs -Hostate baseline
8912026-06-19T06:18:12.737Z++ [[ offline* != online ]]
8922026-06-19T06:18:12.737Z++ [[ 103 -gt 300 ]]
8932026-06-19T06:18:12.737Z++ sleep 1
8942026-06-19T06:18:13.739Z++ retry=104
8952026-06-19T06:18:13.743Z+++ svcs -Hostate baseline
8962026-06-19T06:18:13.754Z++ [[ offline* != online ]]
8972026-06-19T06:18:13.754Z++ [[ 104 -gt 300 ]]
8982026-06-19T06:18:13.754Z++ sleep 1
8992026-06-19T06:18:14.756Z++ retry=105
9002026-06-19T06:18:14.760Z+++ svcs -Hostate baseline
9012026-06-19T06:18:14.770Z++ [[ offline* != online ]]
9022026-06-19T06:18:14.770Z++ [[ 105 -gt 300 ]]
9032026-06-19T06:18:14.770Z++ sleep 1
9042026-06-19T06:18:15.772Z++ retry=106
9052026-06-19T06:18:15.776Z+++ svcs -Hostate baseline
9062026-06-19T06:18:15.786Z++ [[ online != online ]]
9072026-06-19T06:18:15.786Z++ set -o errexit
9082026-06-19T06:18:15.789Z++ set -o pipefail
9092026-06-19T06:18:15.789Z++ banner build
9102026-06-19T06:18:15.789Z
9112026-06-19T06:18:15.790Z ##### # # # # #####
9122026-06-19T06:18:15.790Z # # # # # # # #
9132026-06-19T06:18:15.790Z ##### # # # # # #
9142026-06-19T06:18:15.790Z # # # # # # # #
9152026-06-19T06:18:15.790Z # # # # # # # #
9162026-06-19T06:18:15.790Z ##### #### # ###### #####
9172026-06-19T06:18:15.790Z
9182026-06-19T06:18:15.790Z++ cargo build --release --bin ddmd --bin ddmadm
9192026-06-19T06:18:15.793Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
9202026-06-19T06:18:15.936Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
9212026-06-19T06:18:15.940Zinfo: downloading 6 components
9222026-06-19T06:18:32.201Z Updating git repository `https://github.com/oxidecomputer/falcon`
9232026-06-19T06:18:33.201ZFrom https://github.com/oxidecomputer/falcon
9242026-06-19T06:18:33.201Z * [new ref] 89996b1f85b64975b0f1c6c362452ac75b2cb8d3 -> refs/commit/89996b1f85b64975b0f1c6c362452ac75b2cb8d3
9252026-06-19T06:18:33.280Z Updating crates.io index
9262026-06-19T06:18:33.323Z Updating git repository `https://github.com/oxidecomputer/dendrite`
9272026-06-19T06:18:33.734ZFrom https://github.com/oxidecomputer/dendrite
9282026-06-19T06:18:33.734Z * [new ref] 52dac9efe05c989162b22a5636b4a7a0d276f0e9 -> refs/commit/52dac9efe05c989162b22a5636b4a7a0d276f0e9
9292026-06-19T06:18:34.014Z Updating git repository `https://github.com/oxidecomputer/ispf`
9302026-06-19T06:18:34.287ZFrom https://github.com/oxidecomputer/ispf
9312026-06-19T06:18:34.287Z * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a
9322026-06-19T06:18:34.293Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
9332026-06-19T06:18:34.875ZFrom https://github.com/oxidecomputer/netadm-sys
9342026-06-19T06:18:34.876Z * [new ref] 4abde35f281e1934fccc316a212d86d21ddad6a9 -> refs/commit/4abde35f281e1934fccc316a212d86d21ddad6a9
9352026-06-19T06:18:34.883Z Updating git repository `https://github.com/oxidecomputer/omicron`
9362026-06-19T06:18:41.500ZFrom https://github.com/oxidecomputer/omicron
9372026-06-19T06:18:41.500Z * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b
9382026-06-19T06:18:41.916Z Updating git repository `https://github.com/oxidecomputer/opte`
9392026-06-19T06:18:42.517ZFrom https://github.com/oxidecomputer/opte
9402026-06-19T06:18:42.517Z * [new ref] 8b44982bf0d3f8ea52c810b2b00425a1e350e2f8 -> refs/commit/8b44982bf0d3f8ea52c810b2b00425a1e350e2f8
9412026-06-19T06:18:42.548Z Updating git repository `https://github.com/illumos/smf-rs`
9422026-06-19T06:18:42.784ZFrom https://github.com/illumos/smf-rs
9432026-06-19T06:18:42.785Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
9442026-06-19T06:18:43.358Z Updating git repository `https://github.com/oxidecomputer/network-interface`
9452026-06-19T06:18:43.610ZFrom https://github.com/oxidecomputer/network-interface
9462026-06-19T06:18:43.610Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
9472026-06-19T06:18:43.817Z Updating git repository `https://github.com/oxidecomputer/zone`
9482026-06-19T06:18:44.079ZFrom https://github.com/oxidecomputer/zone
9492026-06-19T06:18:44.079Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
9502026-06-19T06:18:44.088Z Updating git repository `https://github.com/oxidecomputer/propolis`
9512026-06-19T06:18:44.699ZFrom https://github.com/oxidecomputer/propolis
9522026-06-19T06:18:44.699Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
9532026-06-19T06:18:44.850Z Updating crates.io index
9542026-06-19T06:18:44.853Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
9552026-06-19T06:18:45.335ZFrom https://github.com/oxidecomputer/transceiver-control
9562026-06-19T06:18:45.335Z * [new ref] e88642c75928f8760ed0f09e7593f849d9bc70ac -> refs/commit/e88642c75928f8760ed0f09e7593f849d9bc70ac
9572026-06-19T06:18:45.397Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
9582026-06-19T06:18:45.644ZFrom https://github.com/oxidecomputer/dlpi-sys
9592026-06-19T06:18:45.644Z * [new ref] 7bd1bc8027d31a257da7a8645d3d5a909c13c664 -> refs/commit/7bd1bc8027d31a257da7a8645d3d5a909c13c664
9602026-06-19T06:18:45.650Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
9612026-06-19T06:18:45.917ZFrom https://github.com/jmesmon/rust-libzfs
9622026-06-19T06:18:45.917Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
9632026-06-19T06:18:45.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
9642026-06-19T06:18:46.160ZFrom https://github.com/oxidecomputer/rusty-doors
9652026-06-19T06:18:46.161Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
9662026-06-19T06:18:46.166Z Updating git repository `https://github.com/oxidecomputer/lldp`
9672026-06-19T06:18:46.860ZFrom https://github.com/oxidecomputer/lldp
9682026-06-19T06:18:46.860Z * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154
9692026-06-19T06:18:47.072Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
9702026-06-19T06:18:47.336ZFrom https://github.com/oxidecomputer/slog-error-chain
9712026-06-19T06:18:47.337Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
9722026-06-19T06:18:47.356Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
9732026-06-19T06:18:47.664ZFrom https://github.com/oxidecomputer/tufaceous
9742026-06-19T06:18:47.664Z * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab
9752026-06-19T06:18:47.676Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
9762026-06-19T06:18:48.132ZFrom https://github.com/oxidecomputer/management-gateway-service
9772026-06-19T06:18:48.132Z * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862
9782026-06-19T06:18:48.310Z Updating git repository `https://github.com/oxidecomputer/crucible`
9792026-06-19T06:18:49.081ZFrom https://github.com/oxidecomputer/crucible
9802026-06-19T06:18:49.081Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
9812026-06-19T06:18:49.833Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
9822026-06-19T06:18:50.081ZFrom https://github.com/oxidecomputer/serde_human_bytes
9832026-06-19T06:18:50.081Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
9842026-06-19T06:18:50.104Z Updating git repository `https://github.com/oxidecomputer/propolis`
9852026-06-19T06:18:50.558ZFrom https://github.com/oxidecomputer/propolis
9862026-06-19T06:18:50.558Z * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676
9872026-06-19T06:18:50.946Z Updating git repository `https://github.com/oxidecomputer/crucible`
9882026-06-19T06:18:51.430ZFrom https://github.com/oxidecomputer/crucible
9892026-06-19T06:18:51.430Z * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150
9902026-06-19T06:18:51.676Z Updating git repository `https://github.com/oxidecomputer/tofino`
9912026-06-19T06:18:51.998ZFrom https://github.com/oxidecomputer/tofino
9922026-06-19T06:18:51.998Z * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc
9932026-06-19T06:18:52.024Z Updating git repository `https://github.com/oxidecomputer/maghemite`
9942026-06-19T06:18:52.677ZFrom https://github.com/oxidecomputer/maghemite
9952026-06-19T06:18:52.677Z * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513
9962026-06-19T06:18:52.736Z Updating git repository `https://github.com/oxidecomputer/clickward`
9972026-06-19T06:18:52.969ZFrom https://github.com/oxidecomputer/clickward
9982026-06-19T06:18:52.969Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
9992026-06-19T06:18:52.979Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
10002026-06-19T06:18:53.212ZFrom https://github.com/oxidecomputer/illumos-devinfo
10012026-06-19T06:18:53.212Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
10022026-06-19T06:18:53.868Zerror: failed to select a version for `http`.
10032026-06-19T06:18:53.868Z ... required by package `dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=52dac9efe05c989162b22a5636b4a7a0d276f0e9#52dac9ef)`
10042026-06-19T06:18:53.868Z ... which satisfies git dependency `dpd-client` of package `ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd)`
10052026-06-19T06:18:53.868Zversions that meet the requirements `^1.4.2` are: 1.4.2
10062026-06-19T06:18:53.868Z
10072026-06-19T06:18:53.868Zall possible versions conflict with previously selected packages.
10082026-06-19T06:18:53.869Z
10092026-06-19T06:18:53.869Z previously selected package `http v1.4.1`
10102026-06-19T06:18:53.869Z ... which satisfies dependency `http = "^1.4.0"` (locked to 1.4.1) of package `mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)`
10112026-06-19T06:18:53.869Z
10122026-06-19T06:18:53.869Zfailed to select a version for `http` which could resolve this conflict
10132026-06-19T06:18:53.894Z+ cleanup
10142026-06-19T06:18:53.897Z++ id -un
10152026-06-19T06:18:53.900Z++ id -gn
10162026-06-19T06:18:53.902Z+ pfexec chown -R build:build .
10172026-06-19T06:18:53.908Zprocess exited: duration 255859 ms, exit code 101
 
10182026-06-19T06:18:53.914Zfound 0 output files