01KTAYTHT02XW85D0NJ7Z0NZK7: 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: 01KTAYW50X86EEP43DAW9KCNXY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:58:52.971Zjob assigned to worker 01KTAYWHTGFEWGWVBWCW5XZ7RN [factory aws, i-0444227b19454fbd7] (queued for 1 m 4 s)
 
22026-06-05T03:58:59.774Zstarting task 0: "setup"
32026-06-05T03:58:59.778Z++ uname -s
42026-06-05T03:58:59.781Z+ kern=SunOS
52026-06-05T03:58:59.781Z+ build_user=build
62026-06-05T03:58:59.781Z+ build_uid=12345
72026-06-05T03:58:59.781Z+ work_dir=/work
82026-06-05T03:58:59.781Z+ input_dir=/input
92026-06-05T03:58:59.781Z+ [[ 0 == 12345 ]]
102026-06-05T03:58:59.781Z+ case "$kern" in
112026-06-05T03:58:59.781Z+ groupadd -g 12345 build
122026-06-05T03:58:59.781Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:59:01.786Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:59:01.881Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:59:01.887Z+ home_fs=zfs
162026-06-05T03:59:01.887Z+ [[ zfs == autofs ]]
172026-06-05T03:59:01.887Z+ mkdir -p /home/build
182026-06-05T03:59:01.887Z+ chown build:build /home/build /work
192026-06-05T03:59:03.888Z+ chmod 0700 /home/build /work
202026-06-05T03:59:03.891Zprocess exited: duration 4115 ms, exit code 0
 
212026-06-05T03:59:03.898Zstarting task 1: "rust-toolchain"
222026-06-05T03:59:03.902Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:59:03.902Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-05T03:59:03.902Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-05T03:59:03.902Z * rust toolchain channel = "stable"
262026-06-05T03:59:03.902Z * rust toolchain profile = "default"
272026-06-05T03:59:03.902Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:59:03.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:59:03.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:59:03.999Zinfo: downloading installer
312026-06-05T03:59:05.264Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:59:05.264Zwarn: /opt/ooce/bin
332026-06-05T03:59:05.265Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:59:05.265Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:59:05.265Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:59:05.265Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:59:05.265Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:59:05.265Zerror: cannot install while Rust is installed
392026-06-05T03:59:05.265Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:59:05.265Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:59:05.265Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:59:05.265Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:59:05.265Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:59:05.283Zinfo: profile set to default
452026-06-05T03:59:05.283Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:59:05.287Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:59:05.417Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:59:05.424Zinfo: downloading 6 components
492026-06-05T03:59:19.613Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:59:19.613Z
512026-06-05T03:59:19.643Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:59:19.643Z
532026-06-05T03:59:19.646Z
542026-06-05T03:59:19.646ZRust is installed now. Great!
552026-06-05T03:59:19.646Z
562026-06-05T03:59:19.646ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:59:19.646Zenvironment variable. This has not been done automatically.
582026-06-05T03:59:19.646Z
592026-06-05T03:59:19.646ZTo configure your current shell, you need to source
602026-06-05T03:59:19.646Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:59:19.647Z
622026-06-05T03:59:19.647ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:59:19.647Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:59:19.647Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:59:19.647Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:59:19.647Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:59:19.647Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:59:19.647Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:59:19.647Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:59:19.647Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:59:19.743Z+ rustup --version
722026-06-05T03:59:19.753Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:59:19.756Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:59:19.774Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:59:19.783Z+ cargo --version
762026-06-05T03:59:19.789Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:59:19.793Z+ rustc --version
782026-06-05T03:59:19.812Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:59:19.815Zprocess exited: duration 15913 ms, exit code 0
 
802026-06-05T03:59:19.822Zstarting task 2: "authentication"
812026-06-05T03:59:19.838Zprocess exited: duration 16 ms, exit code 0
 
822026-06-05T03:59:19.845Zstarting task 3: "clone repository"
832026-06-05T03:59:19.849Z+ mkdir -p /work/oxidecomputer/maghemite
842026-06-05T03:59:19.852Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-06-05T03:59:19.888ZCloning into '/work/oxidecomputer/maghemite'...
862026-06-05T03:59:20.919Z+ cd /work/oxidecomputer/maghemite
872026-06-05T03:59:20.919Z+ git fetch origin e86e4e4b2f8085a42f0b82ef9a63817606232356
882026-06-05T03:59:21.134ZFrom https://github.com/oxidecomputer/maghemite
892026-06-05T03:59:21.134Z * branch e86e4e4b2f8085a42f0b82ef9a63817606232356 -> FETCH_HEAD
902026-06-05T03:59:21.140Z+ [[ -n renovate/chrono-0.x ]]
912026-06-05T03:59:21.143Z++ git branch --show-current
922026-06-05T03:59:21.143Z+ current=main
932026-06-05T03:59:21.143Z+ [[ main != renovate/chrono-0.x ]]
942026-06-05T03:59:21.143Z+ git branch -f renovate/chrono-0.x e86e4e4b2f8085a42f0b82ef9a63817606232356
952026-06-05T03:59:21.146Z+ git checkout -f renovate/chrono-0.x
962026-06-05T03:59:21.165ZSwitched to branch 'renovate/chrono-0.x'
972026-06-05T03:59:21.169Z+ git reset --hard e86e4e4b2f8085a42f0b82ef9a63817606232356
982026-06-05T03:59:21.180ZHEAD is now at e86e4e4 Update Rust crate chrono to 0.4.45
992026-06-05T03:59:21.183Zprocess exited: duration 1335 ms, exit code 0
 
1002026-06-05T03:59:21.190Zstarting task 4: "build"
1012026-06-05T03:59:21.196Z++ dladm
1022026-06-05T03:59:21.199ZLINK CLASS MTU STATE BRIDGE OVER
1032026-06-05T03:59:21.199Zena0 phys 9216 up -- --
1042026-06-05T03:59:21.203Z++ ipadm
1052026-06-05T03:59:21.203ZADDROBJ TYPE STATE ADDR
1062026-06-05T03:59:21.203Zlo0/v4 static ok 127.0.0.1/8
1072026-06-05T03:59:21.203Zena0/dhcp dhcp ok 10.150.1.201/24
1082026-06-05T03:59:21.203Zlo0/v6 static ok ::1/128
1092026-06-05T03:59:21.203Z++ banner collect
1102026-06-05T03:59:21.208Z
1112026-06-05T03:59:21.208Z #### #### # # ###### #### #####
1122026-06-05T03:59:21.208Z # # # # # # # # # #
1132026-06-05T03:59:21.208Z # # # # # ##### # #
1142026-06-05T03:59:21.208Z # # # # # # # #
1152026-06-05T03:59:21.208Z # # # # # # # # # #
1162026-06-05T03:59:21.208Z #### #### ###### ###### ###### #### #
1172026-06-05T03:59:21.208Z
1182026-06-05T03:59:21.208Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1192026-06-05T03:59:21.208Z++ repo=softnpu
1202026-06-05T03:59:21.208Z++ series=image
1212026-06-05T03:59:21.208Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1222026-06-05T03:59:21.208Z++ name=softnpu
1232026-06-05T03:59:21.208Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1242026-06-05T03:59:21.208Z++ mkdir -p download
1252026-06-05T03:59:21.208Z++ pushd download
1262026-06-05T03:59:21.208Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1272026-06-05T03:59:21.208Z++ [[ ! -f softnpu ]]
1282026-06-05T03:59:21.208Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1292026-06-05T03:59:21.212Z % Total % Received % Xferd Average Speed Time Time Time Current
1302026-06-05T03:59:21.212Z Dload Upload Total Spent Left Speed
1312026-06-05T03:59:21.522Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 50.61M 0 0 100 15.63M 100 15.63M 0 0 50.60M 0 0 100 15.63M 100 15.63M 0 0 50.59M 0 0
1322026-06-05T03:59:21.526Z++ popd
1332026-06-05T03:59:21.526Z/work/oxidecomputer/maghemite
1342026-06-05T03:59:21.526Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1352026-06-05T03:59:21.526Z++ repo=sidecar-lite
1362026-06-05T03:59:21.526Z++ series=release
1372026-06-05T03:59:21.526Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1382026-06-05T03:59:21.526Z++ name=libsidecar_lite.so
1392026-06-05T03:59:21.526Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1402026-06-05T03:59:21.526Z++ mkdir -p download
1412026-06-05T03:59:21.526Z++ pushd download
1422026-06-05T03:59:21.526Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1432026-06-05T03:59:21.526Z++ [[ ! -f libsidecar_lite.so ]]
1442026-06-05T03:59:21.526Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1452026-06-05T03:59:21.530Z % Total % Received % Xferd Average Speed Time Time Time Current
1462026-06-05T03:59:21.530Z Dload Upload Total Spent Left Speed
1472026-06-05T03:59:21.848Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 38.03M 0 0 100 12.04M 100 12.04M 0 0 38.02M 0 0 100 12.04M 100 12.04M 0 0 38.02M 0 0
1482026-06-05T03:59:21.854Z++ popd
1492026-06-05T03:59:21.854Z/work/oxidecomputer/maghemite
1502026-06-05T03:59:21.854Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1512026-06-05T03:59:21.854Z++ repo=sidecar-lite
1522026-06-05T03:59:21.854Z++ series=release
1532026-06-05T03:59:21.854Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1542026-06-05T03:59:21.854Z++ name=scadm
1552026-06-05T03:59:21.854Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1562026-06-05T03:59:21.854Z++ mkdir -p download
1572026-06-05T03:59:21.854Z++ pushd download
1582026-06-05T03:59:21.854Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1592026-06-05T03:59:21.854Z++ [[ ! -f scadm ]]
1602026-06-05T03:59:21.854Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1612026-06-05T03:59:21.859Z % Total % Received % Xferd Average Speed Time Time Time Current
1622026-06-05T03:59:21.859Z Dload Upload Total Spent Left Speed
1632026-06-05T03:59:22.274Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 37.74M 0 0 100 15.78M 100 15.78M 0 0 37.74M 0 0 100 15.78M 100 15.78M 0 0 37.73M 0 0
1642026-06-05T03:59:22.278Z++ popd
1652026-06-05T03:59:22.278Z/work/oxidecomputer/maghemite
1662026-06-05T03:59:22.278Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1672026-06-05T03:59:22.278Z++ repo=dendrite
1682026-06-05T03:59:22.278Z++ series=image
1692026-06-05T03:59:22.278Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1702026-06-05T03:59:22.278Z++ name=dendrite-softnpu.tar.gz
1712026-06-05T03:59:22.278Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1722026-06-05T03:59:22.278Z++ mkdir -p download
1732026-06-05T03:59:22.278Z++ pushd download
1742026-06-05T03:59:22.278Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1752026-06-05T03:59:22.278Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T03:59:22.278Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T03:59:22.283Z % Total % Received % Xferd Average Speed Time Time Time Current
1782026-06-05T03:59:22.286Z Dload Upload Total Spent Left Speed
1792026-06-05T03:59:23.166Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 81.20M 0 0 100 71.59M 100 71.59M 0 0 81.19M 0 0 100 71.59M 100 71.59M 0 0 81.19M 0 0
1802026-06-05T03:59:23.173Z++ popd
1812026-06-05T03:59:23.173Z/work/oxidecomputer/maghemite
1822026-06-05T03:59:23.173Z++ get_artifact maghemite release e86e4e4b2f8085a42f0b82ef9a63817606232356 ddm
1832026-06-05T03:59:23.173Z++ repo=maghemite
1842026-06-05T03:59:23.173Z++ series=release
1852026-06-05T03:59:23.173Z++ commit=e86e4e4b2f8085a42f0b82ef9a63817606232356
1862026-06-05T03:59:23.173Z++ name=ddm
1872026-06-05T03:59:23.173Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1882026-06-05T03:59:23.173Z++ mkdir -p download
1892026-06-05T03:59:23.177Z++ pushd download
1902026-06-05T03:59:23.177Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1912026-06-05T03:59:23.177Z++ [[ ! -f ddm ]]
1922026-06-05T03:59:23.177Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e86e4e4b2f8085a42f0b82ef9a63817606232356/ddm
1932026-06-05T03:59:23.180Z % Total % Received % Xferd Average Speed Time Time Time Current
1942026-06-05T03:59:23.180Z Dload Upload Total Spent Left Speed
1952026-06-05T03:59:23.232Z 0 0 0 0 0 0 0 0 0
1962026-06-05T03:59:23.235Zcurl: (22) The requested URL returned error: 404
1972026-06-05T03:59:23.235Z++ popd
1982026-06-05T03:59:23.235Z/work/oxidecomputer/maghemite
1992026-06-05T03:59:23.235Z++ get_artifact maghemite release e86e4e4b2f8085a42f0b82ef9a63817606232356 ddmadm
2002026-06-05T03:59:23.235Z++ repo=maghemite
2012026-06-05T03:59:23.235Z++ series=release
2022026-06-05T03:59:23.236Z++ commit=e86e4e4b2f8085a42f0b82ef9a63817606232356
2032026-06-05T03:59:23.236Z++ name=ddmadm
2042026-06-05T03:59:23.236Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2052026-06-05T03:59:23.236Z++ mkdir -p download
2062026-06-05T03:59:23.241Z++ pushd download
2072026-06-05T03:59:23.241Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2082026-06-05T03:59:23.241Z++ [[ ! -f ddmadm ]]
2092026-06-05T03:59:23.241Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/e86e4e4b2f8085a42f0b82ef9a63817606232356/ddmadm
2102026-06-05T03:59:23.248Z % Total % Received % Xferd Average Speed Time Time Time Current
2112026-06-05T03:59:23.248Z Dload Upload Total Spent Left Speed
2122026-06-05T03:59:23.299Z 0 0 0 0 0 0 0 0 0
2132026-06-05T03:59:23.299Zcurl: (22) The requested URL returned error: 404
2142026-06-05T03:59:23.303Z++ popd
2152026-06-05T03:59:23.303Z/work/oxidecomputer/maghemite
2162026-06-05T03:59:23.303Z++ pushd download
2172026-06-05T03:59:23.303Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2182026-06-05T03:59:23.303Z++ chmod +x softnpu
2192026-06-05T03:59:23.303Z++ chmod +x scadm
2202026-06-05T03:59:23.308Z++ chmod +x ddmadm
2212026-06-05T03:59:23.308Zchmod: WARNING: can't access ddmadm
2222026-06-05T03:59:23.308Z++ chmod +x ddmd
2232026-06-05T03:59:23.308Zchmod: WARNING: can't access ddmd
2242026-06-05T03:59:23.308Z++ mv ddmadm ddmadm-v2
2252026-06-05T03:59:23.308Zmv: cannot access ddmadm
2262026-06-05T03:59:23.308Z++ mv ddmd ddmd-v2
2272026-06-05T03:59:23.308Zmv: cannot access ddmd
2282026-06-05T03:59:23.308Z++ rm -rf zones/dendrite
2292026-06-05T03:59:23.313Z++ mkdir -p zones/dendrite
2302026-06-05T03:59:23.313Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2312026-06-05T03:59:24.335Z++ 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-05T03:59:24.342Z++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml
2332026-06-05T03:59:24.342Z++ popd
2342026-06-05T03:59:24.342Z/work/oxidecomputer/maghemite
2352026-06-05T03:59:24.342Z++ banner install
2362026-06-05T03:59:24.342Z
2372026-06-05T03:59:24.342Z # # # #### ##### ## # #
2382026-06-05T03:59:24.342Z # ## # # # # # # #
2392026-06-05T03:59:24.342Z # # # # #### # # # # #
2402026-06-05T03:59:24.342Z # # # # # # ###### # #
2412026-06-05T03:59:24.342Z # # ## # # # # # # #
2422026-06-05T03:59:24.342Z # # # #### # # # ###### ######
2432026-06-05T03:59:24.342Z
2442026-06-05T03:59:24.343Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2452026-06-05T03:59:24.343Z++ set +o errexit
2462026-06-05T03:59:24.343Z++ pkg info clang-15
2472026-06-05T03:59:24.343Z++ grep -qi installed
2482026-06-05T03:59:25.537Zpkg: info: no packages matching the following patterns you specified are
2492026-06-05T03:59:25.537Zinstalled on the system. Try querying remotely instead:
2502026-06-05T03:59:25.537Z
2512026-06-05T03:59:25.537Z clang-15
2522026-06-05T03:59:25.579Z++ [[ 1 != 0 ]]
2532026-06-05T03:59:25.579Z++ set -o errexit
2542026-06-05T03:59:25.584Z++ pfexec pkg install clang-15
2552026-06-05T03:59:32.810Z Startup: Refreshing catalog 'helios-dev' ... Done
2562026-06-05T03:59:40.553Z Startup: Caching catalogs ... Done
2572026-06-05T03:59:47.788ZPlanning: Solver setup ... Done
2582026-06-05T03:59:47.829ZPlanning: Running solver ... Done
2592026-06-05T03:59:47.972ZPlanning: Finding local manifests ... Done
2602026-06-05T03:59:47.992ZPlanning: Fetching manifests: 0/2 0% complete
2612026-06-05T03:59:48.085ZPlanning: Fetching manifests: 2/2 100% complete
2622026-06-05T03:59:48.114ZPlanning: Package planning ... Done
2632026-06-05T03:59:48.140ZPlanning: Merging actions ... Done
2642026-06-05T03:59:48.246ZPlanning: Checking for conflicting actions ... Done
2652026-06-05T03:59:48.253ZPlanning: Consolidating action changes ... Done
2662026-06-05T03:59:49.025ZPlanning: Evaluating mediators ... Done
2672026-06-05T03:59:49.031ZPlanning: Planning completed in 8.31 seconds
2682026-06-05T03:59:49.042Z Packages to install: 2
2692026-06-05T03:59:49.042Z Mediators to change: 2
2702026-06-05T03:59:49.045Z Services to change: 1
2712026-06-05T03:59:49.045Z Create boot environment: No
2722026-06-05T03:59:49.045ZCreate backup boot environment: No
2732026-06-05T03:59:49.084Z
2742026-06-05T03:59:49.084ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2752026-06-05T03:59:54.139ZDownload: 330/3076 items 15.9/211.3MB 7% complete (4.7M/s)
2762026-06-05T03:59:59.143ZDownload: 504/3076 items 16.6/211.3MB 7% complete (1.7M/s)
2772026-06-05T04:00:04.322ZDownload: 631/3076 items 17.2/211.3MB 8% complete (165k/s)
2782026-06-05T04:00:09.343ZDownload: 757/3076 items 17.8/211.3MB 8% complete (139k/s)
2792026-06-05T04:00:14.366ZDownload: 804/3076 items 18.3/211.3MB 8% complete (99.6k/s)
2802026-06-05T04:00:19.564ZDownload: 900/3076 items 61.7/211.3MB 29% complete (4.3M/s)
2812026-06-05T04:00:20.336Z
2822026-06-05T04:00:20.336ZErrors were encountered while attempting to retrieve package or file data for
2832026-06-05T04:00:20.336Zthe requested operation.
2842026-06-05T04:00:20.336ZDetails follow:
2852026-06-05T04:00:20.336Z
2862026-06-05T04:00:20.336ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: Recv failure: Connection reset by peer
2872026-06-05T04:00:20.336ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/d916a14558a9b3d215aed2d6ebdb94e8bde0bf7e'
2882026-06-05T04:00:21.808Z+ cleanup
2892026-06-05T04:00:21.862Z++ id -un
2902026-06-05T04:00:21.862Z++ id -gn
2912026-06-05T04:00:21.862Z+ pfexec chown -R build:build .
2922026-06-05T04:00:21.862Zprocess exited: duration 60586 ms, exit code 1
 
2932026-06-05T04:00:21.919Zfound 0 output files