01KTAYRW9DDR4SH68TV17PKADA: 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: 01KTAYTB4RBYJV4ZA9YBRDFDTZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:18.520Zjob assigned to worker 01KTAYVSFENP586JJ3KYV31XGC [factory aws, i-070309169decd11bd] (queued for 1 m 29 s)
 
22026-06-05T03:58:25.499Zstarting task 0: "setup"
32026-06-05T03:58:25.504Z++ uname -s
42026-06-05T03:58:25.507Z+ kern=SunOS
52026-06-05T03:58:25.507Z+ build_user=build
62026-06-05T03:58:25.507Z+ build_uid=12345
72026-06-05T03:58:25.507Z+ work_dir=/work
82026-06-05T03:58:25.507Z+ input_dir=/input
92026-06-05T03:58:25.507Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:25.507Z+ case "$kern" in
112026-06-05T03:58:25.507Z+ groupadd -g 12345 build
122026-06-05T03:58:25.507Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:58:27.511Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:58:27.632Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:58:27.636Z+ home_fs=zfs
162026-06-05T03:58:27.636Z+ [[ zfs == autofs ]]
172026-06-05T03:58:27.636Z+ mkdir -p /home/build
182026-06-05T03:58:27.636Z+ chown build:build /home/build /work
192026-06-05T03:58:29.637Z+ chmod 0700 /home/build /work
202026-06-05T03:58:29.639Zprocess exited: duration 4139 ms, exit code 0
 
212026-06-05T03:58:29.651Zstarting task 1: "rust-toolchain"
222026-06-05T03:58:29.661Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:58:29.661Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:58:29.661Z * rust toolchain channel = "stable"
252026-06-05T03:58:29.661Z * rust toolchain profile = "default"
262026-06-05T03:58:29.661Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:58:29.662Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:58:29.662Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:58:29.662Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:58:29.739Zinfo: downloading installer
312026-06-05T03:58:31.055Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:58:31.055Zwarn: /opt/ooce/bin
332026-06-05T03:58:31.055Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:58:31.055Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:58:31.055Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:58:31.055Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:58:31.055Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:58:31.055Zerror: cannot install while Rust is installed
392026-06-05T03:58:31.055Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:58:31.058Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:58:31.058Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:58:31.058Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:58:31.058Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:58:31.068Zinfo: profile set to default
452026-06-05T03:58:31.068Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:58:31.072Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:58:31.223Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:58:31.226Zinfo: downloading 6 components
492026-06-05T03:58:45.804Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:45.804Z
512026-06-05T03:58:45.832Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:45.832Z
532026-06-05T03:58:45.832Z
542026-06-05T03:58:45.832ZRust is installed now. Great!
552026-06-05T03:58:45.832Z
562026-06-05T03:58:45.835ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:45.835Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:45.835Z
592026-06-05T03:58:45.835ZTo configure your current shell, you need to source
602026-06-05T03:58:45.835Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:45.835Z
622026-06-05T03:58:45.835ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:45.836Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:45.836Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:45.836Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:45.836Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:45.836Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:45.836Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:45.836Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:45.836Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:45.915Z+ rustup --version
722026-06-05T03:58:45.926Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:45.932Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:45.945Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:45.950Z+ cargo --version
762026-06-05T03:58:45.962Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:45.965Z+ rustc --version
782026-06-05T03:58:45.982Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:45.985Zprocess exited: duration 16331 ms, exit code 0
 
802026-06-05T03:58:45.991Zstarting task 2: "authentication"
812026-06-05T03:58:46.005ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:48.013Zprocess exited: duration 2021 ms, exit code 0
 
832026-06-05T03:58:48.019Zstarting task 3: "clone repository"
842026-06-05T03:58:48.025Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:48.028Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:48.058ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:49.487Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:49.487Z+ git fetch origin 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
892026-06-05T03:58:49.737ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:49.737Z * branch 047407809b1bda96f8c90d6c8c32e6230f8a7c1d -> FETCH_HEAD
912026-06-05T03:58:49.792Z+ [[ -n renovate/hyper ]]
922026-06-05T03:58:49.792Z++ git branch --show-current
932026-06-05T03:58:49.792Z+ current=main
942026-06-05T03:58:49.792Z+ [[ main != renovate/hyper ]]
952026-06-05T03:58:49.792Z+ git branch -f renovate/hyper 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
962026-06-05T03:58:49.792Z+ git checkout -f renovate/hyper
972026-06-05T03:58:49.806ZSwitched to branch 'renovate/hyper'
982026-06-05T03:58:49.807Z+ git reset --hard 047407809b1bda96f8c90d6c8c32e6230f8a7c1d
992026-06-05T03:58:49.807ZHEAD is now at 0474078 Update hyper to 1.10.1
1002026-06-05T03:58:49.807Zprocess exited: duration 1758 ms, exit code 0
 
1012026-06-05T03:58:49.826Zstarting task 4: "build"
1022026-06-05T03:58:49.831Z++ dladm
1032026-06-05T03:58:49.832ZLINK CLASS MTU STATE BRIDGE OVER
1042026-06-05T03:58:49.832Zena0 phys 9216 up -- --
1052026-06-05T03:58:49.832Z++ ipadm
1062026-06-05T03:58:49.832ZADDROBJ TYPE STATE ADDR
1072026-06-05T03:58:49.832Zlo0/v4 static ok 127.0.0.1/8
1082026-06-05T03:58:49.832Zena0/dhcp dhcp ok 10.150.1.94/24
1092026-06-05T03:58:49.832Zlo0/v6 static ok ::1/128
1102026-06-05T03:58:49.832Z++ banner collect
1112026-06-05T03:58:49.851Z
1122026-06-05T03:58:49.851Z #### #### # # ###### #### #####
1132026-06-05T03:58:49.851Z # # # # # # # # # #
1142026-06-05T03:58:49.851Z # # # # # ##### # #
1152026-06-05T03:58:49.851Z # # # # # # # #
1162026-06-05T03:58:49.852Z # # # # # # # # # #
1172026-06-05T03:58:49.852Z #### #### ###### ###### ###### #### #
1182026-06-05T03:58:49.852Z
1192026-06-05T03:58:49.852Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1202026-06-05T03:58:49.852Z++ repo=softnpu
1212026-06-05T03:58:49.852Z++ series=image
1222026-06-05T03:58:49.852Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1232026-06-05T03:58:49.852Z++ name=softnpu
1242026-06-05T03:58:49.853Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1252026-06-05T03:58:49.853Z++ mkdir -p download
1262026-06-05T03:58:49.853Z++ pushd download
1272026-06-05T03:58:49.853Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1282026-06-05T03:58:49.853Z++ [[ ! -f softnpu ]]
1292026-06-05T03:58:49.853Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1302026-06-05T03:58:49.868Z % Total % Received % Xferd Average Speed Time Time Time Current
1312026-06-05T03:58:49.868Z Dload Upload Total Spent Left Speed
1322026-06-05T03:58:50.215Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 42.04M 0 0 100 15.63M 100 15.63M 0 0 42.03M 0 0 100 15.63M 100 15.63M 0 0 42.02M 0 0
1332026-06-05T03:58:50.230Z++ popd
1342026-06-05T03:58:50.230Z/work/oxidecomputer/maghemite
1352026-06-05T03:58:50.231Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1362026-06-05T03:58:50.231Z++ repo=sidecar-lite
1372026-06-05T03:58:50.231Z++ series=release
1382026-06-05T03:58:50.231Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1392026-06-05T03:58:50.231Z++ name=libsidecar_lite.so
1402026-06-05T03:58:50.231Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1412026-06-05T03:58:50.231Z++ mkdir -p download
1422026-06-05T03:58:50.231Z++ pushd download
1432026-06-05T03:58:50.231Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T03:58:50.231Z++ [[ ! -f libsidecar_lite.so ]]
1452026-06-05T03:58:50.231Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1462026-06-05T03:58:50.246Z % Total % Received % Xferd Average Speed Time Time Time Current
1472026-06-05T03:58:50.246Z Dload Upload Total Spent Left Speed
1482026-06-05T03:58:50.529Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 40.91M 0 0 100 12.04M 100 12.04M 0 0 40.91M 0 0 100 12.04M 100 12.04M 0 0 40.90M 0 0
1492026-06-05T03:58:50.529Z++ popd
1502026-06-05T03:58:50.529Z/work/oxidecomputer/maghemite
1512026-06-05T03:58:50.529Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1522026-06-05T03:58:50.529Z++ repo=sidecar-lite
1532026-06-05T03:58:50.530Z++ series=release
1542026-06-05T03:58:50.530Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1552026-06-05T03:58:50.530Z++ name=scadm
1562026-06-05T03:58:50.530Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1572026-06-05T03:58:50.530Z++ mkdir -p download
1582026-06-05T03:58:50.530Z++ pushd download
1592026-06-05T03:58:50.530Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1602026-06-05T03:58:50.530Z++ [[ ! -f scadm ]]
1612026-06-05T03:58:50.530Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1622026-06-05T03:58:50.550Z % Total % Received % Xferd Average Speed Time Time Time Current
1632026-06-05T03:58:50.550Z Dload Upload Total Spent Left Speed
1642026-06-05T03:58:50.873Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 45.78M 0 0 100 15.78M 100 15.78M 0 0 45.77M 0 0 100 15.78M 100 15.78M 0 0 45.77M 0 0
1652026-06-05T03:58:50.876Z++ popd
1662026-06-05T03:58:50.876Z/work/oxidecomputer/maghemite
1672026-06-05T03:58:50.876Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1682026-06-05T03:58:50.876Z++ repo=dendrite
1692026-06-05T03:58:50.876Z++ series=image
1702026-06-05T03:58:50.876Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1712026-06-05T03:58:50.876Z++ name=dendrite-softnpu.tar.gz
1722026-06-05T03:58:50.876Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732026-06-05T03:58:50.876Z++ mkdir -p download
1742026-06-05T03:58:50.876Z++ pushd download
1752026-06-05T03:58:50.876Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1762026-06-05T03:58:50.876Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1772026-06-05T03:58:50.876Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1782026-06-05T03:58:50.881Z % Total % Received % Xferd Average Speed Time Time Time Current
1792026-06-05T03:58:50.884Z Dload Upload Total Spent Left Speed
1802026-06-05T03:58:51.692Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 88.36M 0 0 100 71.59M 100 71.59M 0 0 88.35M 0 0 100 71.59M 100 71.59M 0 0 88.35M 0 0
1812026-06-05T03:58:51.695Z++ popd
1822026-06-05T03:58:51.695Z/work/oxidecomputer/maghemite
1832026-06-05T03:58:51.695Z++ get_artifact maghemite release 047407809b1bda96f8c90d6c8c32e6230f8a7c1d ddm
1842026-06-05T03:58:51.695Z++ repo=maghemite
1852026-06-05T03:58:51.695Z++ series=release
1862026-06-05T03:58:51.695Z++ commit=047407809b1bda96f8c90d6c8c32e6230f8a7c1d
1872026-06-05T03:58:51.695Z++ name=ddm
1882026-06-05T03:58:51.695Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892026-06-05T03:58:51.695Z++ mkdir -p download
1902026-06-05T03:58:51.698Z++ pushd download
1912026-06-05T03:58:51.698Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1922026-06-05T03:58:51.698Z++ [[ ! -f ddm ]]
1932026-06-05T03:58:51.698Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/047407809b1bda96f8c90d6c8c32e6230f8a7c1d/ddm
1942026-06-05T03:58:51.703Z % Total % Received % Xferd Average Speed Time Time Time Current
1952026-06-05T03:58:51.703Z Dload Upload Total Spent Left Speed
1962026-06-05T03:58:51.755Z 0 0 0 0 0 0 0 0 0
1972026-06-05T03:58:51.755Zcurl: (22) The requested URL returned error: 404
1982026-06-05T03:58:51.758Z++ popd
1992026-06-05T03:58:51.758Z/work/oxidecomputer/maghemite
2002026-06-05T03:58:51.758Z++ get_artifact maghemite release 047407809b1bda96f8c90d6c8c32e6230f8a7c1d ddmadm
2012026-06-05T03:58:51.758Z++ repo=maghemite
2022026-06-05T03:58:51.758Z++ series=release
2032026-06-05T03:58:51.758Z++ commit=047407809b1bda96f8c90d6c8c32e6230f8a7c1d
2042026-06-05T03:58:51.758Z++ name=ddmadm
2052026-06-05T03:58:51.758Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062026-06-05T03:58:51.758Z++ mkdir -p download
2072026-06-05T03:58:51.758Z++ pushd download
2082026-06-05T03:58:51.758Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T03:58:51.758Z++ [[ ! -f ddmadm ]]
2102026-06-05T03:58:51.758Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/047407809b1bda96f8c90d6c8c32e6230f8a7c1d/ddmadm
2112026-06-05T03:58:51.762Z % Total % Received % Xferd Average Speed Time Time Time Current
2122026-06-05T03:58:51.765Z Dload Upload Total Spent Left Speed
2132026-06-05T03:58:51.828Z 0 0 0 0 0 0 0 0 0
2142026-06-05T03:58:51.831Zcurl: (22) The requested URL returned error: 404
2152026-06-05T03:58:51.831Z++ popd
2162026-06-05T03:58:51.831Z/work/oxidecomputer/maghemite
2172026-06-05T03:58:51.831Z++ pushd download
2182026-06-05T03:58:51.831Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T03:58:51.831Z++ chmod +x softnpu
2202026-06-05T03:58:51.831Z++ chmod +x scadm
2212026-06-05T03:58:51.831Z++ chmod +x ddmadm
2222026-06-05T03:58:51.836Zchmod: WARNING: can't access ddmadm
2232026-06-05T03:58:51.836Z++ chmod +x ddmd
2242026-06-05T03:58:51.836Zchmod: WARNING: can't access ddmd
2252026-06-05T03:58:51.836Z++ mv ddmadm ddmadm-v2
2262026-06-05T03:58:51.836Zmv: cannot access ddmadm
2272026-06-05T03:58:51.836Z++ mv ddmd ddmd-v2
2282026-06-05T03:58:51.836Zmv: cannot access ddmd
2292026-06-05T03:58:51.836Z++ rm -rf zones/dendrite
2302026-06-05T03:58:51.840Z++ mkdir -p zones/dendrite
2312026-06-05T03:58:51.840Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2322026-06-05T03:58:52.824Z++ 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:52.827Z++ 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:52.830Z++ popd
2352026-06-05T03:58:52.830Z/work/oxidecomputer/maghemite
2362026-06-05T03:58:52.830Z++ banner install
2372026-06-05T03:58:52.830Z
2382026-06-05T03:58:52.830Z # # # #### ##### ## # #
2392026-06-05T03:58:52.830Z # ## # # # # # # #
2402026-06-05T03:58:52.830Z # # # # #### # # # # #
2412026-06-05T03:58:52.830Z # # # # # # ###### # #
2422026-06-05T03:58:52.830Z # # ## # # # # # # #
2432026-06-05T03:58:52.830Z # # # #### # # # ###### ######
2442026-06-05T03:58:52.830Z
2452026-06-05T03:58:52.830Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-06-05T03:58:52.830Z++ set +o errexit
2472026-06-05T03:58:52.830Z++ pkg info clang-15
2482026-06-05T03:58:52.830Z++ grep -qi installed
2492026-06-05T03:58:54.007Zpkg: info: no packages matching the following patterns you specified are
2502026-06-05T03:58:54.007Zinstalled on the system. Try querying remotely instead:
2512026-06-05T03:58:54.007Z
2522026-06-05T03:58:54.007Z clang-15
2532026-06-05T03:58:54.043Z++ [[ 1 != 0 ]]
2542026-06-05T03:58:54.044Z++ set -o errexit
2552026-06-05T03:58:54.047Z++ pfexec pkg install clang-15
2562026-06-05T03:59:02.803Z Startup: Refreshing catalog 'helios-dev' ... Done
2572026-06-05T03:59:10.454Z Startup: Caching catalogs ... Done
2582026-06-05T03:59:17.609ZPlanning: Solver setup ... Done
2592026-06-05T03:59:17.652ZPlanning: Running solver ... Done
2602026-06-05T03:59:17.783ZPlanning: Finding local manifests ... Done
2612026-06-05T03:59:17.808ZPlanning: Fetching manifests: 0/2 0% complete
2622026-06-05T03:59:17.904ZPlanning: Fetching manifests: 2/2 100% complete
2632026-06-05T03:59:17.933ZPlanning: Package planning ... Done
2642026-06-05T03:59:18.029ZPlanning: Merging actions ... Done
2652026-06-05T03:59:18.069ZPlanning: Checking for conflicting actions ... Done
2662026-06-05T03:59:18.075ZPlanning: Consolidating action changes ... Done
2672026-06-05T03:59:18.848ZPlanning: Evaluating mediators ... Done
2682026-06-05T03:59:18.853ZPlanning: Planning completed in 8.23 seconds
2692026-06-05T03:59:18.864Z Packages to install: 2
2702026-06-05T03:59:18.867Z Mediators to change: 2
2712026-06-05T03:59:18.867Z Services to change: 1
2722026-06-05T03:59:18.867Z Create boot environment: No
2732026-06-05T03:59:18.867ZCreate backup boot environment: No
2742026-06-05T03:59:18.907Z
2752026-06-05T03:59:18.907ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2762026-06-05T03:59:23.914ZDownload: 280/3076 items 15.9/211.3MB 7% complete (3.6M/s)
2772026-06-05T03:59:29.160ZDownload: 425/3076 items 16.7/211.3MB 7% complete (1.9M/s)
2782026-06-05T03:59:34.348ZDownload: 496/3076 items 16.9/211.3MB 7% complete (225k/s)
2792026-06-05T03:59:41.289ZDownload: 560/3076 items 17.3/211.3MB 8% complete (82.2k/s)
2802026-06-05T03:59:46.318ZDownload: 760/3076 items 18.2/211.3MB 8% complete (99k/s)
2812026-06-05T03:59:51.607ZDownload: 973/3076 items 82.1/211.3MB 38% complete (7.3M/s)
2822026-06-05T03:59:56.900ZDownload: 978/3076 items 82.1/211.3MB 38% complete (7.1M/s)
2832026-06-05T04:00:11.946ZDownload: 982/3076 items 82.1/211.3MB 38% complete
2842026-06-05T04:00:16.843ZDownload: 1049/3076 items 96.3/211.3MB 45% complete (2.9M/s)
2852026-06-05T04:00:20.714Z
2862026-06-05T04:00:20.714ZErrors were encountered while attempting to retrieve package or file data for
2872026-06-05T04:00:20.714Zthe requested operation.
2882026-06-05T04:00:20.714ZDetails follow:
2892026-06-05T04:00:20.714Z
2902026-06-05T04:00:20.714ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: Recv failure: Connection reset by peer
2912026-06-05T04:00:20.714ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/97107b19cb25c2315d95e9d665a6e4992ecb586c'
2922026-06-05T04:00:22.088Z+ cleanup
2932026-06-05T04:00:22.136Z++ id -un
2942026-06-05T04:00:22.136Z++ id -gn
2952026-06-05T04:00:22.136Z+ pfexec chown -R build:build .
2962026-06-05T04:00:22.136Zprocess exited: duration 92233 ms, exit code 1
 
2972026-06-05T04:00:22.210Zfound 0 output files