01KTAYRFC5EHT7QRXDCRFWKWA3: 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: 01KTAYSWQ6NVNYFF06SB2S8BC6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:32.088Zjob assigned to worker 01KTAYTBT731F8ZNMMDS9RPW1T [factory aws, i-02b6472566ec9d2f6] (queued for 57 s)
 
22026-06-05T03:57:38.228Zstarting task 0: "setup"
32026-06-05T03:57:38.235Z++ uname -s
42026-06-05T03:57:38.237Z+ kern=SunOS
52026-06-05T03:57:38.237Z+ build_user=build
62026-06-05T03:57:38.237Z+ build_uid=12345
72026-06-05T03:57:38.238Z+ work_dir=/work
82026-06-05T03:57:38.238Z+ input_dir=/input
92026-06-05T03:57:38.238Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:38.238Z+ case "$kern" in
112026-06-05T03:57:38.238Z+ groupadd -g 12345 build
122026-06-05T03:57:38.240Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:40.245Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:40.420Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:40.422Z+ home_fs=zfs
162026-06-05T03:57:40.422Z+ [[ zfs == autofs ]]
172026-06-05T03:57:40.422Z+ mkdir -p /home/build
182026-06-05T03:57:40.422Z+ chown build:build /home/build /work
192026-06-05T03:57:42.423Z+ chmod 0700 /home/build /work
202026-06-05T03:57:42.427Zprocess exited: duration 4194 ms, exit code 0
 
212026-06-05T03:57:42.432Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:42.437Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:57:42.437Z * rust toolchain channel = "stable"
242026-06-05T03:57:42.437Z * rust toolchain profile = "default"
252026-06-05T03:57:42.437Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:57:42.437Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:42.437Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:57:42.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:42.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:42.535Zinfo: downloading installer
312026-06-05T03:57:43.845Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:43.845Zwarn: /opt/ooce/bin
332026-06-05T03:57:43.845Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:43.845Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:43.845Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:43.845Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:43.845Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:43.845Zerror: cannot install while Rust is installed
392026-06-05T03:57:43.845Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:43.845Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:43.845Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:43.845Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:43.845Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:43.859Zinfo: profile set to default
452026-06-05T03:57:43.859Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:43.862Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:43.999Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:44.002Zinfo: downloading 6 components
492026-06-05T03:57:58.427Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:57:58.427Z
512026-06-05T03:57:58.467Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:57:58.467Z
532026-06-05T03:57:58.467Z
542026-06-05T03:57:58.467ZRust is installed now. Great!
552026-06-05T03:57:58.467Z
562026-06-05T03:57:58.470ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:57:58.470Zenvironment variable. This has not been done automatically.
582026-06-05T03:57:58.470Z
592026-06-05T03:57:58.470ZTo configure your current shell, you need to source
602026-06-05T03:57:58.470Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:57:58.470Z
622026-06-05T03:57:58.470ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:57:58.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:57:58.470Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:57:58.470Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:57:58.470Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:57:58.470Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:57:58.470Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:57:58.470Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:57:58.470Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:57:58.552Z+ rustup --version
722026-06-05T03:57:58.561Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:57:58.565Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:57:58.582Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:57:58.584Z+ cargo --version
762026-06-05T03:57:58.598Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:57:58.600Z+ rustc --version
782026-06-05T03:57:58.622Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:57:58.626Zprocess exited: duration 16186 ms, exit code 0
 
802026-06-05T03:57:58.632Zstarting task 2: "authentication"
812026-06-05T03:57:58.644ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:28.703Zprocess exited: duration 30067 ms, exit code 0
 
832026-06-05T03:58:28.709Zstarting task 3: "clone repository"
842026-06-05T03:58:28.713Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:28.716Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:28.753ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:29.807Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:29.807Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
892026-06-05T03:58:30.049ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:30.049Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
912026-06-05T03:58:30.054Z+ [[ -n renovate/dropshot ]]
922026-06-05T03:58:30.058Z++ git branch --show-current
932026-06-05T03:58:30.058Z+ current=main
942026-06-05T03:58:30.058Z+ [[ main != renovate/dropshot ]]
952026-06-05T03:58:30.058Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
962026-06-05T03:58:30.061Z+ git checkout -f renovate/dropshot
972026-06-05T03:58:30.077ZSwitched to branch 'renovate/dropshot'
982026-06-05T03:58:30.079Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
992026-06-05T03:58:30.082ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
1002026-06-05T03:58:30.082Zprocess exited: duration 1372 ms, exit code 0
 
1012026-06-05T03:58:30.087Zstarting task 4: "build"
1022026-06-05T03:58:30.093Z++ dladm
1032026-06-05T03:58:30.097ZLINK CLASS MTU STATE BRIDGE OVER
1042026-06-05T03:58:30.097Zena0 phys 9216 up -- --
1052026-06-05T03:58:30.100Z++ ipadm
1062026-06-05T03:58:30.100ZADDROBJ TYPE STATE ADDR
1072026-06-05T03:58:30.100Zlo0/v4 static ok 127.0.0.1/8
1082026-06-05T03:58:30.100Zena0/dhcp dhcp ok 10.150.1.129/24
1092026-06-05T03:58:30.100Zlo0/v6 static ok ::1/128
1102026-06-05T03:58:30.100Z++ banner collect
1112026-06-05T03:58:30.103Z
1122026-06-05T03:58:30.103Z #### #### # # ###### #### #####
1132026-06-05T03:58:30.103Z # # # # # # # # # #
1142026-06-05T03:58:30.103Z # # # # # ##### # #
1152026-06-05T03:58:30.103Z # # # # # # # #
1162026-06-05T03:58:30.103Z # # # # # # # # # #
1172026-06-05T03:58:30.103Z #### #### ###### ###### ###### #### #
1182026-06-05T03:58:30.103Z
1192026-06-05T03:58:30.103Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1202026-06-05T03:58:30.103Z++ repo=softnpu
1212026-06-05T03:58:30.103Z++ series=image
1222026-06-05T03:58:30.103Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1232026-06-05T03:58:30.103Z++ name=softnpu
1242026-06-05T03:58:30.103Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1252026-06-05T03:58:30.103Z++ mkdir -p download
1262026-06-05T03:58:30.103Z++ pushd download
1272026-06-05T03:58:30.103Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-05T03:58:30.103Z++ [[ ! -f softnpu ]]
1292026-06-05T03:58:30.103Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1302026-06-05T03:58:30.108Z % Total % Received % Xferd Average Speed Time Time Time Current
1312026-06-05T03:58:30.111Z Dload Upload Total Spent Left Speed
1322026-06-05T03:58:30.487Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 41.34M 0 0 100 15.63M 100 15.63M 0 0 41.34M 0 0 100 15.63M 100 15.63M 0 0 41.33M 0 0
1332026-06-05T03:58:30.490Z++ popd
1342026-06-05T03:58:30.490Z/work/oxidecomputer/maghemite
1352026-06-05T03:58:30.490Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1362026-06-05T03:58:30.490Z++ repo=sidecar-lite
1372026-06-05T03:58:30.490Z++ series=release
1382026-06-05T03:58:30.490Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1392026-06-05T03:58:30.491Z++ name=libsidecar_lite.so
1402026-06-05T03:58:30.491Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1412026-06-05T03:58:30.491Z++ mkdir -p download
1422026-06-05T03:58:30.493Z++ pushd download
1432026-06-05T03:58:30.493Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T03:58:30.493Z++ [[ ! -f libsidecar_lite.so ]]
1452026-06-05T03:58:30.493Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1462026-06-05T03:58:30.496Z % Total % Received % Xferd Average Speed Time Time Time Current
1472026-06-05T03:58:30.496Z Dload Upload Total Spent Left Speed
1482026-06-05T03:58:30.801Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 39.53M 0 0 100 12.04M 100 12.04M 0 0 39.52M 0 0 100 12.04M 100 12.04M 0 0 39.52M 0 0
1492026-06-05T03:58:30.804Z++ popd
1502026-06-05T03:58:30.804Z/work/oxidecomputer/maghemite
1512026-06-05T03:58:30.804Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1522026-06-05T03:58:30.804Z++ repo=sidecar-lite
1532026-06-05T03:58:30.804Z++ series=release
1542026-06-05T03:58:30.804Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1552026-06-05T03:58:30.804Z++ name=scadm
1562026-06-05T03:58:30.804Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1572026-06-05T03:58:30.804Z++ mkdir -p download
1582026-06-05T03:58:30.804Z++ pushd download
1592026-06-05T03:58:30.804Z++ [[ ! -f scadm ]]
1602026-06-05T03:58:30.804Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612026-06-05T03:58:30.804Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1622026-06-05T03:58:30.808Z % Total % Received % Xferd Average Speed Time Time Time Current
1632026-06-05T03:58:30.808Z Dload Upload Total Spent Left Speed
1642026-06-05T03:58:31.133Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 48.60M 0 0 100 15.78M 100 15.78M 0 0 48.60M 0 0 100 15.78M 100 15.78M 0 0 48.59M 0 0
1652026-06-05T03:58:31.138Z++ popd
1662026-06-05T03:58:31.138Z/work/oxidecomputer/maghemite
1672026-06-05T03:58:31.138Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1682026-06-05T03:58:31.138Z++ repo=dendrite
1692026-06-05T03:58:31.138Z++ series=image
1702026-06-05T03:58:31.138Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1712026-06-05T03:58:31.138Z++ name=dendrite-softnpu.tar.gz
1722026-06-05T03:58:31.138Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732026-06-05T03:58:31.138Z++ mkdir -p download
1742026-06-05T03:58:31.142Z++ pushd download
1752026-06-05T03:58:31.142Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T03:58:31.142Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1772026-06-05T03:58:31.142Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1782026-06-05T03:58:31.145Z % Total % Received % Xferd Average Speed Time Time Time Current
1792026-06-05T03:58:31.145Z Dload Upload Total Spent Left Speed
1802026-06-05T03:58:32.319Z 0 0 0 0 0 0 0 0 0 78 71.59M 78 56.53M 0 0 56.57M 0 00:01 00:01 56.58M 100 71.59M 100 71.59M 0 0 61.65M 0 00:01 00:01 56.58M 100 71.59M 100 71.59M 0 0 61.65M 0 00:01 00:01 56.58M 100 71.59M 100 71.59M 0 0 61.65M 0 00:01 00:01 56.58M
1812026-06-05T03:58:32.332Z++ popd
1822026-06-05T03:58:32.332Z/work/oxidecomputer/maghemite
1832026-06-05T03:58:32.332Z++ get_artifact maghemite release c6b42e3669f55d526156dbc99cdc4d72981075ee ddm
1842026-06-05T03:58:32.332Z++ repo=maghemite
1852026-06-05T03:58:32.332Z++ series=release
1862026-06-05T03:58:32.332Z++ commit=c6b42e3669f55d526156dbc99cdc4d72981075ee
1872026-06-05T03:58:32.333Z++ name=ddm
1882026-06-05T03:58:32.333Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892026-06-05T03:58:32.333Z++ mkdir -p download
1902026-06-05T03:58:32.333Z++ pushd download
1912026-06-05T03:58:32.333Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T03:58:32.333Z++ [[ ! -f ddm ]]
1932026-06-05T03:58:32.333Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c6b42e3669f55d526156dbc99cdc4d72981075ee/ddm
1942026-06-05T03:58:32.333Z % Total % Received % Xferd Average Speed Time Time Time Current
1952026-06-05T03:58:32.333Z Dload Upload Total Spent Left Speed
1962026-06-05T03:58:32.389Z 0 0 0 0 0 0 0 0 0
1972026-06-05T03:58:32.394Zcurl: (22) The requested URL returned error: 404
1982026-06-05T03:58:32.394Z++ popd
1992026-06-05T03:58:32.394Z/work/oxidecomputer/maghemite
2002026-06-05T03:58:32.394Z++ get_artifact maghemite release c6b42e3669f55d526156dbc99cdc4d72981075ee ddmadm
2012026-06-05T03:58:32.394Z++ repo=maghemite
2022026-06-05T03:58:32.395Z++ series=release
2032026-06-05T03:58:32.395Z++ commit=c6b42e3669f55d526156dbc99cdc4d72981075ee
2042026-06-05T03:58:32.395Z++ name=ddmadm
2052026-06-05T03:58:32.395Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062026-06-05T03:58:32.395Z++ mkdir -p download
2072026-06-05T03:58:32.398Z++ pushd download
2082026-06-05T03:58:32.398Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T03:58:32.398Z++ [[ ! -f ddmadm ]]
2102026-06-05T03:58:32.398Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c6b42e3669f55d526156dbc99cdc4d72981075ee/ddmadm
2112026-06-05T03:58:32.401Z % Total % Received % Xferd Average Speed Time Time Time Current
2122026-06-05T03:58:32.401Z Dload Upload Total Spent Left Speed
2132026-06-05T03:58:32.452Z 0 0 0 0 0 0 0 0 0
2142026-06-05T03:58:32.455Zcurl: (22) The requested URL returned error: 404
2152026-06-05T03:58:32.455Z++ popd
2162026-06-05T03:58:32.455Z/work/oxidecomputer/maghemite
2172026-06-05T03:58:32.455Z++ pushd download
2182026-06-05T03:58:32.455Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T03:58:32.455Z++ chmod +x softnpu
2202026-06-05T03:58:32.455Z++ chmod +x scadm
2212026-06-05T03:58:32.458Z++ chmod +x ddmadm
2222026-06-05T03:58:32.458Zchmod: WARNING: can't access ddmadm
2232026-06-05T03:58:32.458Z++ chmod +x ddmd
2242026-06-05T03:58:32.458Zchmod: WARNING: can't access ddmd
2252026-06-05T03:58:32.458Z++ mv ddmadm ddmadm-v2
2262026-06-05T03:58:32.463Zmv: cannot access ddmadm
2272026-06-05T03:58:32.463Z++ mv ddmd ddmd-v2
2282026-06-05T03:58:32.463Zmv: cannot access ddmd
2292026-06-05T03:58:32.463Z++ rm -rf zones/dendrite
2302026-06-05T03:58:32.463Z++ mkdir -p zones/dendrite
2312026-06-05T03:58:32.463Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2322026-06-05T03:58:33.460Z++ 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-05T03:58:33.462Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2342026-06-05T03:58:33.467Z++ popd
2352026-06-05T03:58:33.467Z/work/oxidecomputer/maghemite
2362026-06-05T03:58:33.467Z++ banner install
2372026-06-05T03:58:33.467Z
2382026-06-05T03:58:33.467Z # # # #### ##### ## # #
2392026-06-05T03:58:33.467Z # ## # # # # # # #
2402026-06-05T03:58:33.467Z # # # # #### # # # # #
2412026-06-05T03:58:33.467Z # # # # # # ###### # #
2422026-06-05T03:58:33.467Z # # ## # # # # # # #
2432026-06-05T03:58:33.467Z # # # #### # # # ###### ######
2442026-06-05T03:58:33.467Z
2452026-06-05T03:58:33.467Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-06-05T03:58:33.467Z++ set +o errexit
2472026-06-05T03:58:33.467Z++ pkg info clang-15
2482026-06-05T03:58:33.467Z++ grep -qi installed
2492026-06-05T03:58:34.675Zpkg: info: no packages matching the following patterns you specified are
2502026-06-05T03:58:34.675Zinstalled on the system. Try querying remotely instead:
2512026-06-05T03:58:34.675Z
2522026-06-05T03:58:34.675Z clang-15
2532026-06-05T03:58:34.715Z++ [[ 1 != 0 ]]
2542026-06-05T03:58:34.715Z++ set -o errexit
2552026-06-05T03:58:34.715Z++ pfexec pkg install clang-15
2562026-06-05T03:58:48.179Z Startup: Refreshing catalog 'helios-dev' ... Done
2572026-06-05T03:58:55.836Z Startup: Caching catalogs ... Done
2582026-06-05T03:59:03.004ZPlanning: Solver setup ... Done
2592026-06-05T03:59:03.045ZPlanning: Running solver ... Done
2602026-06-05T03:59:03.186ZPlanning: Finding local manifests ... Done
2612026-06-05T03:59:03.619ZPlanning: Fetching manifests: 0/2 0% complete
2622026-06-05T03:59:04.126ZPlanning: Fetching manifests: 2/2 100% complete
2632026-06-05T03:59:04.154ZPlanning: Package planning ... Done
2642026-06-05T03:59:04.182ZPlanning: Merging actions ... Done
2652026-06-05T03:59:04.287ZPlanning: Checking for conflicting actions ... Done
2662026-06-05T03:59:04.294ZPlanning: Consolidating action changes ... Done
2672026-06-05T03:59:05.072ZPlanning: Evaluating mediators ... Done
2682026-06-05T03:59:05.077ZPlanning: Planning completed in 9.08 seconds
2692026-06-05T03:59:05.088Z Packages to install: 2
2702026-06-05T03:59:05.091Z Mediators to change: 2
2712026-06-05T03:59:05.091Z Services to change: 1
2722026-06-05T03:59:05.091Z Create boot environment: No
2732026-06-05T03:59:05.091ZCreate backup boot environment: No
2742026-06-05T03:59:05.135Z
2752026-06-05T03:59:05.135ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2762026-06-05T03:59:10.186ZDownload: 240/3076 items 15.6/211.3MB 7% complete (3.8M/s)
2772026-06-05T03:59:16.547ZDownload: 352/3076 items 16.1/211.3MB 7% complete (1.9M/s)
2782026-06-05T03:59:20.416ZDownload: 508/3076 items 16.8/211.3MB 7% complete (117k/s)
2792026-06-05T03:59:25.371ZDownload: 649/3076 items 17.4/211.3MB 8% complete (129k/s)
2802026-06-05T03:59:30.375ZDownload: 708/3076 items 17.7/211.3MB 8% complete (93.6k/s)
2812026-06-05T03:59:35.609ZDownload: 843/3076 items 18.4/211.3MB 8% complete (99.4k/s)
2822026-06-05T03:59:41.314ZDownload: 973/3076 items 80.7/211.3MB 38% complete (6.3M/s)
2832026-06-05T03:59:48.450ZDownload: 980/3076 items 81.2/211.3MB 38% complete (6.2M/s)
2842026-06-05T03:59:53.467ZDownload: 1090/3076 items 114.9/211.3MB 54% complete (3.4M/s)
2852026-06-05T03:59:56.925Z
2862026-06-05T03:59:56.925ZErrors were encountered while attempting to retrieve package or file data for
2872026-06-05T03:59:56.925Zthe requested operation.
2882026-06-05T03:59:56.925ZDetails follow:
2892026-06-05T03:59:56.925Z
2902026-06-05T03:59:56.925ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
2912026-06-05T03:59:56.925ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/a158fc1735fd7a765f5b3bbcc1e56754e2fbb9b1'
2922026-06-05T03:59:58.266Z+ cleanup
2932026-06-05T03:59:58.269Z++ id -un
2942026-06-05T03:59:58.274Z++ id -gn
2952026-06-05T03:59:58.277Z+ pfexec chown -R build:build .
2962026-06-05T03:59:58.280Zprocess exited: duration 88179 ms, exit code 1
 
2972026-06-05T03:59:58.287Zfound 0 output files