01KTAYTRA01XBEENFGDV7KVFY2: 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: 01KTAYWC7J8G95WM0ADFT8XEK0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:09.235Zjob assigned to worker 01KTAYXAP2F50FAPTD46393XAC [factory aws, i-044528b176421c228] (queued for 1 m 13 s)
 
22026-06-05T03:59:16.554Zstarting task 0: "setup"
32026-06-05T03:59:16.615Z++ uname -s
42026-06-05T03:59:16.615Z+ kern=SunOS
52026-06-05T03:59:16.615Z+ build_user=build
62026-06-05T03:59:16.616Z+ build_uid=12345
72026-06-05T03:59:16.616Z+ work_dir=/work
82026-06-05T03:59:16.616Z+ input_dir=/input
92026-06-05T03:59:16.616Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:16.616Z+ case "$kern" in
112026-06-05T03:59:16.616Z+ groupadd -g 12345 build
122026-06-05T03:59:16.616Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:18.518Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:18.619Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:18.623Z+ home_fs=zfs
162026-06-05T03:59:18.623Z+ [[ zfs == autofs ]]
172026-06-05T03:59:18.623Z+ mkdir -p /home/build
182026-06-05T03:59:18.623Z+ chown build:build /home/build /work
192026-06-05T03:59:20.624Z+ chmod 0700 /home/build /work
202026-06-05T03:59:20.629Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-05T03:59:20.638Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:20.641Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:20.641Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:59:20.641Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T03:59:20.641Z * rust toolchain channel = "stable"
262026-06-05T03:59:20.641Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:20.641Z * rust toolchain profile = "default"
282026-06-05T03:59:20.644Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:20.644Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:20.750Zinfo: downloading installer
312026-06-05T03:59:22.067Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:22.067Zwarn: /opt/ooce/bin
332026-06-05T03:59:22.067Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:22.067Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:22.067Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:22.067Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:22.067Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:22.067Zerror: cannot install while Rust is installed
392026-06-05T03:59:22.067Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:22.067Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:22.067Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:22.067Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:22.067Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:22.079Zinfo: profile set to default
452026-06-05T03:59:22.079Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:22.082Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:22.234Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:22.238Zinfo: downloading 6 components
492026-06-05T03:59:36.358Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:36.358Z
512026-06-05T03:59:36.385Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:36.385Z
532026-06-05T03:59:36.385Z
542026-06-05T03:59:36.388ZRust is installed now. Great!
552026-06-05T03:59:36.388Z
562026-06-05T03:59:36.388ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:36.388Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:36.388Z
592026-06-05T03:59:36.388ZTo configure your current shell, you need to source
602026-06-05T03:59:36.388Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:36.388Z
622026-06-05T03:59:36.388ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:36.388Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:36.388Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:36.388Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:36.388Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:36.388Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:36.388Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:36.388Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:36.388Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:36.474Z+ rustup --version
722026-06-05T03:59:36.484Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:36.488Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:36.503Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:36.507Z+ cargo --version
762026-06-05T03:59:36.519Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:36.522Z+ rustc --version
782026-06-05T03:59:36.541Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:36.544Zprocess exited: duration 15904 ms, exit code 0
 
802026-06-05T03:59:36.551Zstarting task 2: "authentication"
812026-06-05T03:59:36.563ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:59:58.607Zprocess exited: duration 22054 ms, exit code 0
 
832026-06-05T03:59:58.613Zstarting task 3: "clone repository"
842026-06-05T03:59:58.616Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:59:58.620Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:59:58.653ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:59:59.967Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:59:59.967Z+ git fetch origin 67477e44dade6575731375fc4a3ddc8a728e6b47
892026-06-05T04:00:00.339ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:00:00.339Z * branch 67477e44dade6575731375fc4a3ddc8a728e6b47 -> FETCH_HEAD
912026-06-05T04:00:00.344Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
922026-06-05T04:00:00.348Z++ git branch --show-current
932026-06-05T04:00:00.348Z+ current=main
942026-06-05T04:00:00.348Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
952026-06-05T04:00:00.348Z+ git branch -f renovate/oxide-tokio-rt-0.x 67477e44dade6575731375fc4a3ddc8a728e6b47
962026-06-05T04:00:00.350Z+ git checkout -f renovate/oxide-tokio-rt-0.x
972026-06-05T04:00:00.367ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
982026-06-05T04:00:00.370Z+ git reset --hard 67477e44dade6575731375fc4a3ddc8a728e6b47
992026-06-05T04:00:00.384ZHEAD is now at 67477e4 Update Rust crate oxide-tokio-rt to 0.1.6
1002026-06-05T04:00:00.387Zprocess exited: duration 1771 ms, exit code 0
 
1012026-06-05T04:00:00.395Zstarting task 4: "build"
1022026-06-05T04:00:00.401Z++ dladm
1032026-06-05T04:00:00.404ZLINK CLASS MTU STATE BRIDGE OVER
1042026-06-05T04:00:00.405Zena0 phys 9216 up -- --
1052026-06-05T04:00:00.408Z++ ipadm
1062026-06-05T04:00:00.408ZADDROBJ TYPE STATE ADDR
1072026-06-05T04:00:00.408Zlo0/v4 static ok 127.0.0.1/8
1082026-06-05T04:00:00.408Zena0/dhcp dhcp ok 10.150.1.101/24
1092026-06-05T04:00:00.408Zlo0/v6 static ok ::1/128
1102026-06-05T04:00:00.408Z++ banner collect
1112026-06-05T04:00:00.413Z
1122026-06-05T04:00:00.413Z #### #### # # ###### #### #####
1132026-06-05T04:00:00.413Z # # # # # # # # # #
1142026-06-05T04:00:00.413Z # # # # # ##### # #
1152026-06-05T04:00:00.413Z # # # # # # # #
1162026-06-05T04:00:00.413Z # # # # # # # # # #
1172026-06-05T04:00:00.413Z #### #### ###### ###### ###### #### #
1182026-06-05T04:00:00.413Z
1192026-06-05T04:00:00.413Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1202026-06-05T04:00:00.413Z++ repo=softnpu
1212026-06-05T04:00:00.413Z++ series=image
1222026-06-05T04:00:00.413Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1232026-06-05T04:00:00.413Z++ name=softnpu
1242026-06-05T04:00:00.413Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1252026-06-05T04:00:00.413Z++ mkdir -p download
1262026-06-05T04:00:00.413Z++ pushd download
1272026-06-05T04:00:00.413Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-05T04:00:00.413Z++ [[ ! -f softnpu ]]
1292026-06-05T04:00:00.414Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1302026-06-05T04:00:00.417Z % Total % Received % Xferd Average Speed Time Time Time Current
1312026-06-05T04:00:00.417Z Dload Upload Total Spent Left Speed
1322026-06-05T04:00:00.764Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 45.61M 0 0 100 15.63M 100 15.63M 0 0 45.60M 0 0 100 15.63M 100 15.63M 0 0 45.60M 0 0
1332026-06-05T04:00:00.771Z++ popd
1342026-06-05T04:00:00.771Z/work/oxidecomputer/maghemite
1352026-06-05T04:00:00.771Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1362026-06-05T04:00:00.771Z++ repo=sidecar-lite
1372026-06-05T04:00:00.771Z++ series=release
1382026-06-05T04:00:00.771Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1392026-06-05T04:00:00.771Z++ name=libsidecar_lite.so
1402026-06-05T04:00:00.771Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1412026-06-05T04:00:00.771Z++ mkdir -p download
1422026-06-05T04:00:00.771Z++ pushd download
1432026-06-05T04:00:00.771Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T04:00:00.771Z++ [[ ! -f libsidecar_lite.so ]]
1452026-06-05T04:00:00.771Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1462026-06-05T04:00:00.771Z % Total % Received % Xferd Average Speed Time Time Time Current
1472026-06-05T04:00:00.771Z Dload Upload Total Spent Left Speed
1482026-06-05T04:00:01.106Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 35.68M 0 0 100 12.04M 100 12.04M 0 0 35.68M 0 0 100 12.04M 100 12.04M 0 0 35.67M 0 0
1492026-06-05T04:00:01.111Z++ popd
1502026-06-05T04:00:01.111Z/work/oxidecomputer/maghemite
1512026-06-05T04:00:01.111Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1522026-06-05T04:00:01.111Z++ repo=sidecar-lite
1532026-06-05T04:00:01.111Z++ series=release
1542026-06-05T04:00:01.111Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1552026-06-05T04:00:01.111Z++ name=scadm
1562026-06-05T04:00:01.111Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1572026-06-05T04:00:01.111Z++ mkdir -p download
1582026-06-05T04:00:01.111Z++ pushd download
1592026-06-05T04:00:01.111Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-06-05T04:00:01.111Z++ [[ ! -f scadm ]]
1612026-06-05T04:00:01.111Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1622026-06-05T04:00:01.114Z % Total % Received % Xferd Average Speed Time Time Time Current
1632026-06-05T04:00:01.114Z Dload Upload Total Spent Left Speed
1642026-06-05T04:00:01.526Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 38.67M 0 0 100 15.78M 100 15.78M 0 0 38.67M 0 0 100 15.78M 100 15.78M 0 0 38.67M 0 0
1652026-06-05T04:00:01.531Z++ popd
1662026-06-05T04:00:01.531Z/work/oxidecomputer/maghemite
1672026-06-05T04:00:01.531Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1682026-06-05T04:00:01.531Z++ repo=dendrite
1692026-06-05T04:00:01.531Z++ series=image
1702026-06-05T04:00:01.531Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1712026-06-05T04:00:01.531Z++ name=dendrite-softnpu.tar.gz
1722026-06-05T04:00:01.531Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732026-06-05T04:00:01.531Z++ mkdir -p download
1742026-06-05T04:00:01.531Z++ pushd download
1752026-06-05T04:00:01.531Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-05T04:00:01.531Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1772026-06-05T04:00:01.531Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1782026-06-05T04:00:01.537Z % Total % Received % Xferd Average Speed Time Time Time Current
1792026-06-05T04:00:01.537Z Dload Upload Total Spent Left Speed
1802026-06-05T04:00:03.112Z 0 0 0 0 0 0 0 0 0 51 71.59M 51 37.04M 0 0 36.95M 0 00:01 00:01 36.95M 100 71.59M 100 71.59M 0 0 45.70M 0 00:01 00:01 36.95M 100 71.59M 100 71.59M 0 0 45.70M 0 00:01 00:01 36.95M 100 71.59M 100 71.59M 0 0 45.70M 0 00:01 00:01 36.95M
1812026-06-05T04:00:03.123Z++ popd
1822026-06-05T04:00:03.123Z/work/oxidecomputer/maghemite
1832026-06-05T04:00:03.123Z++ get_artifact maghemite release 67477e44dade6575731375fc4a3ddc8a728e6b47 ddm
1842026-06-05T04:00:03.124Z++ repo=maghemite
1852026-06-05T04:00:03.124Z++ series=release
1862026-06-05T04:00:03.124Z++ commit=67477e44dade6575731375fc4a3ddc8a728e6b47
1872026-06-05T04:00:03.124Z++ name=ddm
1882026-06-05T04:00:03.124Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892026-06-05T04:00:03.124Z++ mkdir -p download
1902026-06-05T04:00:03.124Z++ pushd download
1912026-06-05T04:00:03.124Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T04:00:03.124Z++ [[ ! -f ddm ]]
1932026-06-05T04:00:03.124Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/67477e44dade6575731375fc4a3ddc8a728e6b47/ddm
1942026-06-05T04:00:03.124Z % Total % Received % Xferd Average Speed Time Time Time Current
1952026-06-05T04:00:03.124Z Dload Upload Total Spent Left Speed
1962026-06-05T04:00:03.187Z 0 0 0 0 0 0 0 0 0
1972026-06-05T04:00:03.187Zcurl: (22) The requested URL returned error: 404
1982026-06-05T04:00:03.204Z++ popd
1992026-06-05T04:00:03.204Z/work/oxidecomputer/maghemite
2002026-06-05T04:00:03.204Z++ get_artifact maghemite release 67477e44dade6575731375fc4a3ddc8a728e6b47 ddmadm
2012026-06-05T04:00:03.204Z++ repo=maghemite
2022026-06-05T04:00:03.205Z++ series=release
2032026-06-05T04:00:03.205Z++ commit=67477e44dade6575731375fc4a3ddc8a728e6b47
2042026-06-05T04:00:03.205Z++ name=ddmadm
2052026-06-05T04:00:03.205Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062026-06-05T04:00:03.205Z++ mkdir -p download
2072026-06-05T04:00:03.205Z++ pushd download
2082026-06-05T04:00:03.205Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T04:00:03.205Z++ [[ ! -f ddmadm ]]
2102026-06-05T04:00:03.205Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/67477e44dade6575731375fc4a3ddc8a728e6b47/ddmadm
2112026-06-05T04:00:03.205Z % Total % Received % Xferd Average Speed Time Time Time Current
2122026-06-05T04:00:03.205Z Dload Upload Total Spent Left Speed
2132026-06-05T04:00:03.256Z 0 0 0 0 0 0 0 0 0
2142026-06-05T04:00:03.257Zcurl: (22) The requested URL returned error: 404
2152026-06-05T04:00:03.263Z++ popd
2162026-06-05T04:00:03.263Z/work/oxidecomputer/maghemite
2172026-06-05T04:00:03.263Z++ pushd download
2182026-06-05T04:00:03.263Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T04:00:03.263Z++ chmod +x softnpu
2202026-06-05T04:00:03.263Z++ chmod +x scadm
2212026-06-05T04:00:03.263Z++ chmod +x ddmadm
2222026-06-05T04:00:03.263Zchmod: WARNING: can't access ddmadm
2232026-06-05T04:00:03.263Z++ chmod +x ddmd
2242026-06-05T04:00:03.263Zchmod: WARNING: can't access ddmd
2252026-06-05T04:00:03.263Z++ mv ddmadm ddmadm-v2
2262026-06-05T04:00:03.263Zmv: cannot access ddmadm
2272026-06-05T04:00:03.263Z++ mv ddmd ddmd-v2
2282026-06-05T04:00:03.267Zmv: cannot access ddmd
2292026-06-05T04:00:03.267Z++ rm -rf zones/dendrite
2302026-06-05T04:00:03.267Z++ mkdir -p zones/dendrite
2312026-06-05T04:00:03.268Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2322026-06-05T04:00:04.257Z++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml
2332026-06-05T04:00:04.262Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2342026-06-05T04:00:04.262Z++ popd
2352026-06-05T04:00:04.262Z/work/oxidecomputer/maghemite
2362026-06-05T04:00:04.262Z++ banner install
2372026-06-05T04:00:04.262Z
2382026-06-05T04:00:04.263Z # # # #### ##### ## # #
2392026-06-05T04:00:04.263Z # ## # # # # # # #
2402026-06-05T04:00:04.263Z # # # # #### # # # # #
2412026-06-05T04:00:04.263Z # # # # # # ###### # #
2422026-06-05T04:00:04.263Z # # ## # # # # # # #
2432026-06-05T04:00:04.263Z # # # #### # # # ###### ######
2442026-06-05T04:00:04.263Z
2452026-06-05T04:00:04.263Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-06-05T04:00:04.263Z++ set +o errexit
2472026-06-05T04:00:04.263Z++ pkg info clang-15
2482026-06-05T04:00:04.269Z++ grep -qi installed
2492026-06-05T04:00:05.448Zpkg: info: no packages matching the following patterns you specified are
2502026-06-05T04:00:05.448Zinstalled on the system. Try querying remotely instead:
2512026-06-05T04:00:05.449Z
2522026-06-05T04:00:05.449Z clang-15
2532026-06-05T04:00:05.510Z++ [[ 1 != 0 ]]
2542026-06-05T04:00:05.511Z++ set -o errexit
2552026-06-05T04:00:05.511Z++ pfexec pkg install clang-15
2562026-06-05T04:00:19.440Z Startup: Refreshing catalog 'helios-dev' ... Done
2572026-06-05T04:00:27.327Z Startup: Caching catalogs ... Done
2582026-06-05T04:00:33.503ZPlanning: Solver setup ... Done
2592026-06-05T04:00:33.543ZPlanning: Running solver ... Done
2602026-06-05T04:00:33.678ZPlanning: Finding local manifests ... Done
2612026-06-05T04:00:33.699ZPlanning: Fetching manifests: 0/2 0% complete
2622026-06-05T04:00:33.797ZPlanning: Fetching manifests: 2/2 100% complete
2632026-06-05T04:00:33.822ZPlanning: Package planning ... Done
2642026-06-05T04:00:33.848ZPlanning: Merging actions ... Done
2652026-06-05T04:00:33.959ZPlanning: Checking for conflicting actions ... Done
2662026-06-05T04:00:33.963ZPlanning: Consolidating action changes ... Done
2672026-06-05T04:00:34.734ZPlanning: Evaluating mediators ... Done
2682026-06-05T04:00:34.739ZPlanning: Planning completed in 8.37 seconds
2692026-06-05T04:00:34.751Z Packages to install: 2
2702026-06-05T04:00:34.751Z Mediators to change: 2
2712026-06-05T04:00:34.751Z Services to change: 1
2722026-06-05T04:00:34.753Z Create boot environment: No
2732026-06-05T04:00:34.754ZCreate backup boot environment: No
2742026-06-05T04:00:34.792Z
2752026-06-05T04:00:34.792ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2762026-06-05T04:00:37.682Z
2772026-06-05T04:00:37.682ZErrors were encountered while attempting to retrieve package or file data for
2782026-06-05T04:00:37.682Zthe requested operation.
2792026-06-05T04:00:37.682ZDetails follow:
2802026-06-05T04:00:37.682Z
2812026-06-05T04:00:37.682ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
2822026-06-05T04:00:37.682ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/27f27f3695445202b58ab6874ec8509d61913bdb'
2832026-06-05T04:00:39.044Z+ cleanup
2842026-06-05T04:00:39.048Z++ id -un
2852026-06-05T04:00:39.048Z++ id -gn
2862026-06-05T04:00:39.055Z+ pfexec chown -R build:build .
2872026-06-05T04:00:39.059Zprocess exited: duration 38655 ms, exit code 1
 
2882026-06-05T04:00:39.067Zfound 0 output files