01KTAYTR9YJB1J7M6JBGQGDJVP: 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: 01KTAYWC6EFBMAV4TYJFAMQPDD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:59:09.234Zjob assigned to worker 01KTAYXBS5B9SXF0J53RS3SBH1 [factory aws, i-0a7c4f9abea399042] (queued for 1 m 13 s)
 
22026-06-05T03:59:16.586Zstarting task 0: "setup"
32026-06-05T03:59:16.633Z++ uname -s
42026-06-05T03:59:16.633Z+ kern=SunOS
52026-06-05T03:59:16.633Z+ build_user=build
62026-06-05T03:59:16.633Z+ build_uid=12345
72026-06-05T03:59:16.633Z+ work_dir=/work
82026-06-05T03:59:16.633Z+ input_dir=/input
92026-06-05T03:59:16.633Z+ [[ 0 == 12345 ]]
102026-06-05T03:59:16.633Z+ case "$kern" in
112026-06-05T03:59:16.633Z+ groupadd -g 12345 build
122026-06-05T03:59:16.633Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:18.499Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:18.605Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:18.607Z+ home_fs=zfs
162026-06-05T03:59:18.607Z+ [[ zfs == autofs ]]
172026-06-05T03:59:18.607Z+ mkdir -p /home/build
182026-06-05T03:59:18.608Z+ chown build:build /home/build /work
192026-06-05T03:59:20.608Z+ chmod 0700 /home/build /work
202026-06-05T03:59:20.611Zprocess exited: duration 4125 ms, exit code 0
 
212026-06-05T03:59:20.617Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:20.621Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:20.621Z * rust toolchain channel = "stable"
242026-06-05T03:59:20.621Z * rust toolchain profile = "default"
252026-06-05T03:59:20.621Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:59:20.625Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:59:20.625Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:20.625Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:20.626Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:20.743Zinfo: downloading installer
312026-06-05T03:59:22.185Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:22.186Zwarn: /opt/ooce/bin
332026-06-05T03:59:22.186Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:22.186Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:22.186Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:22.186Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:22.186Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:22.186Zerror: cannot install while Rust is installed
392026-06-05T03:59:22.186Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:22.186Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:22.186Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:22.186Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:22.186Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:22.212Zinfo: profile set to default
452026-06-05T03:59:22.212Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:22.215Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:22.346Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:22.349Zinfo: downloading 6 components
492026-06-05T03:59:36.284Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:36.284Z
512026-06-05T03:59:36.312Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:36.312Z
532026-06-05T03:59:36.312Z
542026-06-05T03:59:36.312ZRust is installed now. Great!
552026-06-05T03:59:36.312Z
562026-06-05T03:59:36.312ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:36.312Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:36.312Z
592026-06-05T03:59:36.312ZTo configure your current shell, you need to source
602026-06-05T03:59:36.312Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:36.312Z
622026-06-05T03:59:36.312ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:36.312Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:36.313Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:36.313Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:36.313Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:36.313Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:36.313Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:36.316Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:36.316Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:36.401Z+ rustup --version
722026-06-05T03:59:36.411Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:36.413Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:36.433Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:36.436Z+ cargo --version
762026-06-05T03:59:36.448Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:36.451Z+ rustc --version
782026-06-05T03:59:36.470Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:36.472Zprocess exited: duration 15853 ms, exit code 0
 
802026-06-05T03:59:36.478Zstarting task 2: "authentication"
812026-06-05T03:59:36.493ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:59:58.541Zprocess exited: duration 22060 ms, exit code 0
 
832026-06-05T03:59:58.546Zstarting task 3: "clone repository"
842026-06-05T03:59:58.551Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:59:58.554Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:59:58.594ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:59:59.915Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:59:59.915Z+ git fetch origin 67477e44dade6575731375fc4a3ddc8a728e6b47
892026-06-05T04:00:00.283ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T04:00:00.283Z * branch 67477e44dade6575731375fc4a3ddc8a728e6b47 -> FETCH_HEAD
912026-06-05T04:00:00.289Z+ [[ -n renovate/oxide-tokio-rt-0.x ]]
922026-06-05T04:00:00.291Z++ git branch --show-current
932026-06-05T04:00:00.294Z+ current=main
942026-06-05T04:00:00.294Z+ [[ main != renovate/oxide-tokio-rt-0.x ]]
952026-06-05T04:00:00.294Z+ git branch -f renovate/oxide-tokio-rt-0.x 67477e44dade6575731375fc4a3ddc8a728e6b47
962026-06-05T04:00:00.296Z+ git checkout -f renovate/oxide-tokio-rt-0.x
972026-06-05T04:00:00.312ZSwitched to branch 'renovate/oxide-tokio-rt-0.x'
982026-06-05T04:00:00.315Z+ git reset --hard 67477e44dade6575731375fc4a3ddc8a728e6b47
992026-06-05T04:00:00.318ZHEAD is now at 67477e4 Update Rust crate oxide-tokio-rt to 0.1.6
1002026-06-05T04:00:00.318Zprocess exited: duration 1769 ms, exit code 0
 
1012026-06-05T04:00:00.325Zstarting task 4: "build"
1022026-06-05T04:00:00.331Z++ dladm
1032026-06-05T04:00:00.334ZLINK CLASS MTU STATE BRIDGE OVER
1042026-06-05T04:00:00.334Zena0 phys 9216 up -- --
1052026-06-05T04:00:00.337Z++ ipadm
1062026-06-05T04:00:00.337ZADDROBJ TYPE STATE ADDR
1072026-06-05T04:00:00.337Zlo0/v4 static ok 127.0.0.1/8
1082026-06-05T04:00:00.337Zena0/dhcp dhcp ok 10.150.1.55/24
1092026-06-05T04:00:00.337Zlo0/v6 static ok ::1/128
1102026-06-05T04:00:00.337Z++ banner collect
1112026-06-05T04:00:00.341Z
1122026-06-05T04:00:00.341Z #### #### # # ###### #### #####
1132026-06-05T04:00:00.341Z # # # # # # # # # #
1142026-06-05T04:00:00.341Z # # # # # ##### # #
1152026-06-05T04:00:00.341Z # # # # # # # #
1162026-06-05T04:00:00.341Z # # # # # # # # # #
1172026-06-05T04:00:00.341Z #### #### ###### ###### ###### #### #
1182026-06-05T04:00:00.341Z
1192026-06-05T04:00:00.341Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1202026-06-05T04:00:00.341Z++ repo=softnpu
1212026-06-05T04:00:00.341Z++ series=image
1222026-06-05T04:00:00.341Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1232026-06-05T04:00:00.341Z++ name=softnpu
1242026-06-05T04:00:00.341Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1252026-06-05T04:00:00.341Z++ mkdir -p download
1262026-06-05T04:00:00.341Z++ pushd download
1272026-06-05T04:00:00.341Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-05T04:00:00.341Z++ [[ ! -f softnpu ]]
1292026-06-05T04:00:00.341Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1302026-06-05T04:00:00.346Z % Total % Received % Xferd Average Speed Time Time Time Current
1312026-06-05T04:00:00.349Z Dload Upload Total Spent Left Speed
1322026-06-05T04:00:00.800Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 34.43M 0 0 100 15.63M 100 15.63M 0 0 34.43M 0 0 100 15.63M 100 15.63M 0 0 34.42M 0 0
1332026-06-05T04:00:00.804Z++ popd
1342026-06-05T04:00:00.804Z/work/oxidecomputer/maghemite
1352026-06-05T04:00:00.804Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1362026-06-05T04:00:00.804Z++ repo=sidecar-lite
1372026-06-05T04:00:00.804Z++ series=release
1382026-06-05T04:00:00.804Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1392026-06-05T04:00:00.804Z++ name=libsidecar_lite.so
1402026-06-05T04:00:00.804Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1412026-06-05T04:00:00.804Z++ mkdir -p download
1422026-06-05T04:00:00.807Z++ pushd download
1432026-06-05T04:00:00.807Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T04:00:00.807Z++ [[ ! -f libsidecar_lite.so ]]
1452026-06-05T04:00:00.807Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1462026-06-05T04:00:00.812Z % Total % Received % Xferd Average Speed Time Time Time Current
1472026-06-05T04:00:00.812Z Dload Upload Total Spent Left Speed
1482026-06-05T04:00:01.104Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 42.65M 0 0 100 12.04M 100 12.04M 0 0 42.64M 0 0 100 12.04M 100 12.04M 0 0 42.63M 0 0
1492026-06-05T04:00:01.108Z++ popd
1502026-06-05T04:00:01.109Z/work/oxidecomputer/maghemite
1512026-06-05T04:00:01.109Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1522026-06-05T04:00:01.109Z++ repo=sidecar-lite
1532026-06-05T04:00:01.109Z++ series=release
1542026-06-05T04:00:01.109Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1552026-06-05T04:00:01.109Z++ name=scadm
1562026-06-05T04:00:01.109Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1572026-06-05T04:00:01.109Z++ mkdir -p download
1582026-06-05T04:00:01.109Z++ pushd download
1592026-06-05T04:00:01.109Z++ [[ ! -f scadm ]]
1602026-06-05T04:00:01.109Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612026-06-05T04:00:01.109Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1622026-06-05T04:00:01.109Z % Total % Received % Xferd Average Speed Time Time Time Current
1632026-06-05T04:00:01.109Z Dload Upload Total Spent Left Speed
1642026-06-05T04:00:01.551Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 35.00M 0 0 100 15.78M 100 15.78M 0 0 35.00M 0 0 100 15.78M 100 15.78M 0 0 34.99M 0 0
1652026-06-05T04:00:01.555Z++ popd
1662026-06-05T04:00:01.555Z/work/oxidecomputer/maghemite
1672026-06-05T04:00:01.555Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1682026-06-05T04:00:01.555Z++ repo=dendrite
1692026-06-05T04:00:01.555Z++ series=image
1702026-06-05T04:00:01.555Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1712026-06-05T04:00:01.555Z++ name=dendrite-softnpu.tar.gz
1722026-06-05T04:00:01.555Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732026-06-05T04:00:01.555Z++ mkdir -p download
1742026-06-05T04:00:01.559Z++ pushd download
1752026-06-05T04:00:01.559Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-05T04:00:01.559Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1772026-06-05T04:00:01.559Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1782026-06-05T04:00:01.564Z % Total % Received % Xferd Average Speed Time Time Time Current
1792026-06-05T04:00:01.564Z Dload Upload Total Spent Left Speed
1802026-06-05T04:00:03.375Z 0 0 0 0 0 0 0 0 0 40 71.59M 40 28.88M 0 0 28.90M 0 00:02 00:02 28.91M 100 71.59M 100 71.59M 0 0 39.44M 0 00:01 00:01 28.91M 100 71.59M 100 71.59M 0 0 39.43M 0 00:01 00:01 28.91M 100 71.59M 100 71.59M 0 0 39.43M 0 00:01 00:01 28.91M
1812026-06-05T04:00:03.379Z++ popd
1822026-06-05T04:00:03.379Z/work/oxidecomputer/maghemite
1832026-06-05T04:00:03.380Z++ get_artifact maghemite release 67477e44dade6575731375fc4a3ddc8a728e6b47 ddm
1842026-06-05T04:00:03.380Z++ repo=maghemite
1852026-06-05T04:00:03.380Z++ series=release
1862026-06-05T04:00:03.380Z++ commit=67477e44dade6575731375fc4a3ddc8a728e6b47
1872026-06-05T04:00:03.380Z++ name=ddm
1882026-06-05T04:00:03.380Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892026-06-05T04:00:03.380Z++ mkdir -p download
1902026-06-05T04:00:03.384Z++ pushd download
1912026-06-05T04:00:03.384Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T04:00:03.384Z++ [[ ! -f ddm ]]
1932026-06-05T04:00:03.385Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/67477e44dade6575731375fc4a3ddc8a728e6b47/ddm
1942026-06-05T04:00:03.387Z % Total % Received % Xferd Average Speed Time Time Time Current
1952026-06-05T04:00:03.387Z Dload Upload Total Spent Left Speed
1962026-06-05T04:00:03.442Z 0 0 0 0 0 0 0 0 0
1972026-06-05T04:00:03.442Zcurl: (22) The requested URL returned error: 404
1982026-06-05T04:00:03.445Z++ popd
1992026-06-05T04:00:03.445Z/work/oxidecomputer/maghemite
2002026-06-05T04:00:03.445Z++ get_artifact maghemite release 67477e44dade6575731375fc4a3ddc8a728e6b47 ddmadm
2012026-06-05T04:00:03.445Z++ repo=maghemite
2022026-06-05T04:00:03.445Z++ series=release
2032026-06-05T04:00:03.445Z++ commit=67477e44dade6575731375fc4a3ddc8a728e6b47
2042026-06-05T04:00:03.445Z++ name=ddmadm
2052026-06-05T04:00:03.445Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062026-06-05T04:00:03.445Z++ mkdir -p download
2072026-06-05T04:00:03.448Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T04:00:03.448Z++ pushd download
2092026-06-05T04:00:03.448Z++ [[ ! -f ddmadm ]]
2102026-06-05T04:00:03.448Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/67477e44dade6575731375fc4a3ddc8a728e6b47/ddmadm
2112026-06-05T04:00:03.451Z % Total % Received % Xferd Average Speed Time Time Time Current
2122026-06-05T04:00:03.451Z Dload Upload Total Spent Left Speed
2132026-06-05T04:00:03.505Z 0 0 0 0 0 0 0 0 0
2142026-06-05T04:00:03.505Zcurl: (22) The requested URL returned error: 404
2152026-06-05T04:00:03.508Z++ popd
2162026-06-05T04:00:03.508Z/work/oxidecomputer/maghemite
2172026-06-05T04:00:03.508Z++ pushd download
2182026-06-05T04:00:03.508Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T04:00:03.508Z++ chmod +x softnpu
2202026-06-05T04:00:03.508Z++ chmod +x scadm
2212026-06-05T04:00:03.508Z++ chmod +x ddmadm
2222026-06-05T04:00:03.508Zchmod: WARNING: can't access ddmadm
2232026-06-05T04:00:03.508Z++ chmod +x ddmd
2242026-06-05T04:00:03.511Zchmod: WARNING: can't access ddmd
2252026-06-05T04:00:03.511Z++ mv ddmadm ddmadm-v2
2262026-06-05T04:00:03.511Zmv: cannot access ddmadm
2272026-06-05T04:00:03.511Z++ mv ddmd ddmd-v2
2282026-06-05T04:00:03.511Zmv: cannot access ddmd
2292026-06-05T04:00:03.514Z++ rm -rf zones/dendrite
2302026-06-05T04:00:03.514Z++ mkdir -p zones/dendrite
2312026-06-05T04:00:03.514Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2322026-06-05T04:00:04.509Z++ 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.513Z++ 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.513Z++ popd
2352026-06-05T04:00:04.513Z++ banner install
2362026-06-05T04:00:04.513Z/work/oxidecomputer/maghemite
2372026-06-05T04:00:04.521Z
2382026-06-05T04:00:04.521Z # # # #### ##### ## # #
2392026-06-05T04:00:04.521Z # ## # # # # # # #
2402026-06-05T04:00:04.521Z # # # # #### # # # # #
2412026-06-05T04:00:04.521Z # # # # # # ###### # #
2422026-06-05T04:00:04.521Z # # ## # # # # # # #
2432026-06-05T04:00:04.521Z # # # #### # # # ###### ######
2442026-06-05T04:00:04.521Z
2452026-06-05T04:00:04.521Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-06-05T04:00:04.521Z++ set +o errexit
2472026-06-05T04:00:04.521Z++ pkg info clang-15
2482026-06-05T04:00:04.522Z++ grep -qi installed
2492026-06-05T04:00:05.775Zpkg: info: no packages matching the following patterns you specified are
2502026-06-05T04:00:05.775Zinstalled on the system. Try querying remotely instead:
2512026-06-05T04:00:05.775Z
2522026-06-05T04:00:05.775Z clang-15
2532026-06-05T04:00:05.815Z++ [[ 1 != 0 ]]
2542026-06-05T04:00:05.815Z++ set -o errexit
2552026-06-05T04:00:05.816Z++ pfexec pkg install clang-15
2562026-06-05T04:00:14.845Z Startup: Refreshing catalog 'helios-dev' ... Done
2572026-06-05T04:00:22.530Z Startup: Caching catalogs ... Done
2582026-06-05T04:00:29.828ZPlanning: Solver setup ... Done
2592026-06-05T04:00:29.870ZPlanning: Running solver ... Done
2602026-06-05T04:00:30.007ZPlanning: Finding local manifests ... Done
2612026-06-05T04:00:30.027ZPlanning: Fetching manifests: 0/2 0% complete
2622026-06-05T04:00:30.132ZPlanning: Fetching manifests: 2/2 100% complete
2632026-06-05T04:00:30.161ZPlanning: Package planning ... Done
2642026-06-05T04:00:30.186ZPlanning: Merging actions ... Done
2652026-06-05T04:00:30.302ZPlanning: Checking for conflicting actions ... Done
2662026-06-05T04:00:30.308ZPlanning: Consolidating action changes ... Done
2672026-06-05T04:00:30.993ZPlanning: Evaluating mediators ... Done
2682026-06-05T04:00:30.999ZPlanning: Planning completed in 8.31 seconds
2692026-06-05T04:00:31.009Z Packages to install: 2
2702026-06-05T04:00:31.009Z Mediators to change: 2
2712026-06-05T04:00:31.012Z Services to change: 1
2722026-06-05T04:00:31.012Z Create boot environment: No
2732026-06-05T04:00:31.012ZCreate backup boot environment: No
2742026-06-05T04:00:31.062Z
2752026-06-05T04:00:31.062ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2762026-06-05T04:00:31.124Z
2772026-06-05T04:00:31.124ZErrors were encountered while attempting to retrieve package or file data for
2782026-06-05T04:00:31.124Zthe requested operation.
2792026-06-05T04:00:31.124ZDetails follow:
2802026-06-05T04:00:31.124Z
2812026-06-05T04:00:31.124ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
2822026-06-05T04:00:31.124ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/11ea796d003d3ef888bc61e03dd58dfdf64ce002'
2832026-06-05T04:00:32.492Z+ cleanup
2842026-06-05T04:00:32.495Z++ id -un
2852026-06-05T04:00:32.498Z++ id -gn
2862026-06-05T04:00:32.498Z+ pfexec chown -R build:build .
2872026-06-05T04:00:32.509Zprocess exited: duration 32175 ms, exit code 1
 
2882026-06-05T04:00:32.522Zfound 0 output files