01KTAYRFC83E4X5TY02V3TKE90: 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: 01KTAYSWR9TH2GNCS1HYFBZCNP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-05T03:57:35.111Zjob assigned to worker 01KTAYT6EQTD8EZ2D756W99CQ6 [factory aws, i-0ae9d58d869651324] (queued for 1 m 0 s)
 
22026-06-05T03:57:41.884Zstarting task 0: "setup"
32026-06-05T03:57:41.890Z++ uname -s
42026-06-05T03:57:41.893Z+ kern=SunOS
52026-06-05T03:57:41.893Z+ build_user=build
62026-06-05T03:57:41.893Z+ build_uid=12345
72026-06-05T03:57:41.893Z+ work_dir=/work
82026-06-05T03:57:41.893Z+ input_dir=/input
92026-06-05T03:57:41.893Z+ [[ 0 == 12345 ]]
102026-06-05T03:57:41.893Z+ case "$kern" in
112026-06-05T03:57:41.893Z+ groupadd -g 12345 build
122026-06-05T03:57:41.896Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-05T03:57:43.900Z+ zfs create -o mountpoint=/work rpool/work
142026-06-05T03:57:44.025Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-05T03:57:44.029Z+ home_fs=zfs
162026-06-05T03:57:44.029Z+ [[ zfs == autofs ]]
172026-06-05T03:57:44.029Z+ mkdir -p /home/build
182026-06-05T03:57:44.029Z+ chown build:build /home/build /work
192026-06-05T03:57:46.029Z+ chmod 0700 /home/build /work
202026-06-05T03:57:46.032Zprocess exited: duration 4149 ms, exit code 0
 
212026-06-05T03:57:46.038Zstarting task 1: "rust-toolchain"
222026-06-05T03:57:46.042Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-05T03:57:46.043Z * rust toolchain channel = "stable"
242026-06-05T03:57:46.043Z * rust toolchain profile = "default"
252026-06-05T03:57:46.043Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-05T03:57:46.043Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-05T03:57:46.043Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-05T03:57:46.046Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-05T03:57:46.046Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-05T03:57:46.120Zinfo: downloading installer
312026-06-05T03:57:47.473Zwarn: It looks like you have an existing installation of Rust at:
322026-06-05T03:57:47.473Zwarn: /opt/ooce/bin
332026-06-05T03:57:47.473Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-05T03:57:47.473Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-05T03:57:47.473Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-05T03:57:47.473Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-05T03:57:47.473Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-05T03:57:47.473Zerror: cannot install while Rust is installed
392026-06-05T03:57:47.473Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-05T03:57:47.473Zwarn: It looks like you have an existing rustup settings file at:
412026-06-05T03:57:47.473Zwarn: /home/build/.rustup/settings.toml
422026-06-05T03:57:47.473Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-05T03:57:47.473Zwarn: instead of the one inferred from the default host triple.
442026-06-05T03:57:47.487Zinfo: profile set to default
452026-06-05T03:57:47.487Zinfo: default host triple is x86_64-unknown-illumos
462026-06-05T03:57:47.490Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-05T03:57:47.621Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-05T03:57:47.624Zinfo: downloading 6 components
492026-06-05T03:58:01.699Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-05T03:58:01.699Z
512026-06-05T03:58:01.725Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-05T03:58:01.725Z
532026-06-05T03:58:01.725Z
542026-06-05T03:58:01.725ZRust is installed now. Great!
552026-06-05T03:58:01.725Z
562026-06-05T03:58:01.725ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-05T03:58:01.726Zenvironment variable. This has not been done automatically.
582026-06-05T03:58:01.726Z
592026-06-05T03:58:01.726ZTo configure your current shell, you need to source
602026-06-05T03:58:01.726Zthe corresponding env file under $HOME/.cargo.
612026-06-05T03:58:01.726Z
622026-06-05T03:58:01.726ZThis is usually done by running one of the following (note the leading DOT):
632026-06-05T03:58:01.726Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-05T03:58:01.726Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-05T03:58:01.726Zsource "~/.cargo/env.nu" # For nushell
662026-06-05T03:58:01.729Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-05T03:58:01.729Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-05T03:58:01.729Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-05T03:58:01.729Zwarn: no default linker (`cc`) was found in your PATH
702026-06-05T03:58:01.729Zwarn: many Rust crates require a system C toolchain to build
712026-06-05T03:58:01.830Z+ rustup --version
722026-06-05T03:58:01.838Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-05T03:58:01.844Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-05T03:58:01.859Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-05T03:58:01.861Z+ cargo --version
762026-06-05T03:58:01.875Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-05T03:58:01.877Z+ rustc --version
782026-06-05T03:58:01.898Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-05T03:58:01.900Zprocess exited: duration 15861 ms, exit code 0
 
802026-06-05T03:58:01.905Zstarting task 2: "authentication"
812026-06-05T03:58:01.922ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
822026-06-05T03:58:29.971Zprocess exited: duration 28066 ms, exit code 0
 
832026-06-05T03:58:29.977Zstarting task 3: "clone repository"
842026-06-05T03:58:29.982Z+ mkdir -p /work/oxidecomputer/maghemite
852026-06-05T03:58:29.987Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
862026-06-05T03:58:30.021ZCloning into '/work/oxidecomputer/maghemite'...
872026-06-05T03:58:31.116Z+ cd /work/oxidecomputer/maghemite
882026-06-05T03:58:31.116Z+ git fetch origin c6b42e3669f55d526156dbc99cdc4d72981075ee
892026-06-05T03:58:31.348ZFrom https://github.com/oxidecomputer/maghemite
902026-06-05T03:58:31.348Z * branch c6b42e3669f55d526156dbc99cdc4d72981075ee -> FETCH_HEAD
912026-06-05T03:58:31.356Z+ [[ -n renovate/dropshot ]]
922026-06-05T03:58:31.375Z++ git branch --show-current
932026-06-05T03:58:31.375Z+ current=main
942026-06-05T03:58:31.375Z+ [[ main != renovate/dropshot ]]
952026-06-05T03:58:31.375Z+ git branch -f renovate/dropshot c6b42e3669f55d526156dbc99cdc4d72981075ee
962026-06-05T03:58:31.375Z+ git checkout -f renovate/dropshot
972026-06-05T03:58:31.379ZSwitched to branch 'renovate/dropshot'
982026-06-05T03:58:31.379Z+ git reset --hard c6b42e3669f55d526156dbc99cdc4d72981075ee
992026-06-05T03:58:31.392ZHEAD is now at c6b42e3 Update dropshot to 0.17.1
1002026-06-05T03:58:31.415Zprocess exited: duration 1415 ms, exit code 0
 
1012026-06-05T03:58:31.433Zstarting task 4: "build"
1022026-06-05T03:58:31.436Z++ dladm
1032026-06-05T03:58:31.440ZLINK CLASS MTU STATE BRIDGE OVER
1042026-06-05T03:58:31.440Zena0 phys 9216 up -- --
1052026-06-05T03:58:31.440Z++ ipadm
1062026-06-05T03:58:31.440ZADDROBJ TYPE STATE ADDR
1072026-06-05T03:58:31.440Zlo0/v4 static ok 127.0.0.1/8
1082026-06-05T03:58:31.440Zena0/dhcp dhcp ok 10.150.1.62/24
1092026-06-05T03:58:31.440Zlo0/v6 static ok ::1/128
1102026-06-05T03:58:31.440Z++ banner collect
1112026-06-05T03:58:31.445Z
1122026-06-05T03:58:31.445Z #### #### # # ###### #### #####
1132026-06-05T03:58:31.445Z # # # # # # # # # #
1142026-06-05T03:58:31.445Z # # # # # ##### # #
1152026-06-05T03:58:31.445Z # # # # # # # #
1162026-06-05T03:58:31.445Z # # # # # # # # # #
1172026-06-05T03:58:31.445Z #### #### ###### ###### ###### #### #
1182026-06-05T03:58:31.445Z
1192026-06-05T03:58:31.445Z++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu
1202026-06-05T03:58:31.445Z++ repo=softnpu
1212026-06-05T03:58:31.445Z++ series=image
1222026-06-05T03:58:31.445Z++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28
1232026-06-05T03:58:31.445Z++ name=softnpu
1242026-06-05T03:58:31.445Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1252026-06-05T03:58:31.445Z++ mkdir -p download
1262026-06-05T03:58:31.445Z++ pushd download
1272026-06-05T03:58:31.445Z++ [[ ! -f softnpu ]]
1282026-06-05T03:58:31.445Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1292026-06-05T03:58:31.445Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu
1302026-06-05T03:58:31.450Z % Total % Received % Xferd Average Speed Time Time Time Current
1312026-06-05T03:58:31.450Z Dload Upload Total Spent Left Speed
1322026-06-05T03:58:31.735Z 0 0 0 0 0 0 0 0 0 100 15.63M 100 15.63M 0 0 54.74M 0 0 100 15.63M 100 15.63M 0 0 54.73M 0 0 100 15.63M 100 15.63M 0 0 54.72M 0 0
1332026-06-05T03:58:31.739Z++ popd
1342026-06-05T03:58:31.740Z/work/oxidecomputer/maghemite
1352026-06-05T03:58:31.740Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so
1362026-06-05T03:58:31.740Z++ repo=sidecar-lite
1372026-06-05T03:58:31.740Z++ series=release
1382026-06-05T03:58:31.740Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1392026-06-05T03:58:31.740Z++ name=libsidecar_lite.so
1402026-06-05T03:58:31.740Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1412026-06-05T03:58:31.740Z++ mkdir -p download
1422026-06-05T03:58:31.740Z++ pushd download
1432026-06-05T03:58:31.740Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1442026-06-05T03:58:31.740Z++ [[ ! -f libsidecar_lite.so ]]
1452026-06-05T03:58:31.740Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so
1462026-06-05T03:58:31.744Z % Total % Received % Xferd Average Speed Time Time Time Current
1472026-06-05T03:58:31.744Z Dload Upload Total Spent Left Speed
1482026-06-05T03:58:32.032Z 0 0 0 0 0 0 0 0 0 100 12.04M 100 12.04M 0 0 43.03M 0 0 100 12.04M 100 12.04M 0 0 43.02M 0 0 100 12.04M 100 12.04M 0 0 43.01M 0 0
1492026-06-05T03:58:32.053Z++ popd
1502026-06-05T03:58:32.053Z/work/oxidecomputer/maghemite
1512026-06-05T03:58:32.053Z++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm
1522026-06-05T03:58:32.053Z++ repo=sidecar-lite
1532026-06-05T03:58:32.053Z++ series=release
1542026-06-05T03:58:32.053Z++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5
1552026-06-05T03:58:32.054Z++ name=scadm
1562026-06-05T03:58:32.054Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1572026-06-05T03:58:32.054Z++ mkdir -p download
1582026-06-05T03:58:32.054Z++ pushd download
1592026-06-05T03:58:32.054Z++ [[ ! -f scadm ]]
1602026-06-05T03:58:32.054Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1612026-06-05T03:58:32.054Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm
1622026-06-05T03:58:32.054Z % Total % Received % Xferd Average Speed Time Time Time Current
1632026-06-05T03:58:32.054Z Dload Upload Total Spent Left Speed
1642026-06-05T03:58:32.413Z 0 0 0 0 0 0 0 0 0 100 15.78M 100 15.78M 0 0 41.43M 0 0 100 15.78M 100 15.78M 0 0 41.43M 0 0 100 15.78M 100 15.78M 0 0 41.42M 0 0
1652026-06-05T03:58:32.417Z++ popd
1662026-06-05T03:58:32.417Z/work/oxidecomputer/maghemite
1672026-06-05T03:58:32.417Z++ get_artifact dendrite image 72461d3a6e4724fd33454836d3c9d93c393fd4e4 dendrite-softnpu.tar.gz
1682026-06-05T03:58:32.417Z++ repo=dendrite
1692026-06-05T03:58:32.417Z++ series=image
1702026-06-05T03:58:32.417Z++ commit=72461d3a6e4724fd33454836d3c9d93c393fd4e4
1712026-06-05T03:58:32.417Z++ name=dendrite-softnpu.tar.gz
1722026-06-05T03:58:32.417Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1732026-06-05T03:58:32.417Z++ mkdir -p download
1742026-06-05T03:58:32.417Z++ pushd download
1752026-06-05T03:58:32.417Z++ [[ ! -f dendrite-softnpu.tar.gz ]]
1762026-06-05T03:58:32.417Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/72461d3a6e4724fd33454836d3c9d93c393fd4e4/dendrite-softnpu.tar.gz
1772026-06-05T03:58:32.417Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1782026-06-05T03:58:32.421Z % Total % Received % Xferd Average Speed Time Time Time Current
1792026-06-05T03:58:32.421Z Dload Upload Total Spent Left Speed
1802026-06-05T03:58:33.250Z 0 0 0 0 0 0 0 0 0 100 71.59M 100 71.59M 0 0 86.25M 0 0 100 71.59M 100 71.59M 0 0 86.25M 0 0 100 71.59M 100 71.59M 0 0 86.24M 0 0
1812026-06-05T03:58:33.254Z++ popd
1822026-06-05T03:58:33.254Z/work/oxidecomputer/maghemite
1832026-06-05T03:58:33.254Z++ get_artifact maghemite release c6b42e3669f55d526156dbc99cdc4d72981075ee ddm
1842026-06-05T03:58:33.254Z++ repo=maghemite
1852026-06-05T03:58:33.254Z++ series=release
1862026-06-05T03:58:33.254Z++ commit=c6b42e3669f55d526156dbc99cdc4d72981075ee
1872026-06-05T03:58:33.254Z++ name=ddm
1882026-06-05T03:58:33.254Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
1892026-06-05T03:58:33.254Z++ mkdir -p download
1902026-06-05T03:58:33.257Z++ pushd download
1912026-06-05T03:58:33.257Z++ [[ ! -f ddm ]]
1922026-06-05T03:58:33.257Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
1932026-06-05T03:58:33.257Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c6b42e3669f55d526156dbc99cdc4d72981075ee/ddm
1942026-06-05T03:58:33.260Z % Total % Received % Xferd Average Speed Time Time Time Current
1952026-06-05T03:58:33.260Z Dload Upload Total Spent Left Speed
1962026-06-05T03:58:33.313Z 0 0 0 0 0 0 0 0 0
1972026-06-05T03:58:33.313Zcurl: (22) The requested URL returned error: 404
1982026-06-05T03:58:33.316Z++ popd
1992026-06-05T03:58:33.316Z/work/oxidecomputer/maghemite
2002026-06-05T03:58:33.316Z++ get_artifact maghemite release c6b42e3669f55d526156dbc99cdc4d72981075ee ddmadm
2012026-06-05T03:58:33.316Z++ repo=maghemite
2022026-06-05T03:58:33.316Z++ series=release
2032026-06-05T03:58:33.316Z++ commit=c6b42e3669f55d526156dbc99cdc4d72981075ee
2042026-06-05T03:58:33.316Z++ name=ddmadm
2052026-06-05T03:58:33.316Z++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer
2062026-06-05T03:58:33.316Z++ mkdir -p download
2072026-06-05T03:58:33.318Z++ pushd download
2082026-06-05T03:58:33.318Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2092026-06-05T03:58:33.319Z++ [[ ! -f ddmadm ]]
2102026-06-05T03:58:33.319Z++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/c6b42e3669f55d526156dbc99cdc4d72981075ee/ddmadm
2112026-06-05T03:58:33.321Z % Total % Received % Xferd Average Speed Time Time Time Current
2122026-06-05T03:58:33.321Z Dload Upload Total Spent Left Speed
2132026-06-05T03:58:33.373Z 0 0 0 0 0 0 0 0 0
2142026-06-05T03:58:33.377Zcurl: (22) The requested URL returned error: 404
2152026-06-05T03:58:33.377Z++ popd
2162026-06-05T03:58:33.377Z/work/oxidecomputer/maghemite
2172026-06-05T03:58:33.377Z++ pushd download
2182026-06-05T03:58:33.377Z/work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite
2192026-06-05T03:58:33.377Z++ chmod +x softnpu
2202026-06-05T03:58:33.380Z++ chmod +x scadm
2212026-06-05T03:58:33.380Z++ chmod +x ddmadm
2222026-06-05T03:58:33.380Zchmod: WARNING: can't access ddmadm
2232026-06-05T03:58:33.380Z++ chmod +x ddmd
2242026-06-05T03:58:33.380Zchmod: WARNING: can't access ddmd
2252026-06-05T03:58:33.380Z++ mv ddmadm ddmadm-v2
2262026-06-05T03:58:33.383Zmv: cannot access ddmadm
2272026-06-05T03:58:33.383Z++ mv ddmd ddmd-v2
2282026-06-05T03:58:33.383Zmv: cannot access ddmd
2292026-06-05T03:58:33.383Z++ rm -rf zones/dendrite
2302026-06-05T03:58:33.385Z++ mkdir -p zones/dendrite
2312026-06-05T03:58:33.385Z++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite
2322026-06-05T03:58:34.374Z++ 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:34.377Z++ 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:34.377Z++ popd
2352026-06-05T03:58:34.377Z++ banner install
2362026-06-05T03:58:34.377Z/work/oxidecomputer/maghemite
2372026-06-05T03:58:34.381Z
2382026-06-05T03:58:34.381Z # # # #### ##### ## # #
2392026-06-05T03:58:34.381Z # ## # # # # # # #
2402026-06-05T03:58:34.381Z # # # # #### # # # # #
2412026-06-05T03:58:34.381Z # # # # # # ###### # #
2422026-06-05T03:58:34.381Z # # ## # # # # # # #
2432026-06-05T03:58:34.381Z # # # #### # # # ###### ######
2442026-06-05T03:58:34.381Z
2452026-06-05T03:58:34.381Z++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools
2462026-06-05T03:58:34.381Z++ set +o errexit
2472026-06-05T03:58:34.381Z++ pkg info clang-15
2482026-06-05T03:58:34.381Z++ grep -qi installed
2492026-06-05T03:58:35.578Zpkg: info: no packages matching the following patterns you specified are
2502026-06-05T03:58:35.578Zinstalled on the system. Try querying remotely instead:
2512026-06-05T03:58:35.578Z
2522026-06-05T03:58:35.578Z clang-15
2532026-06-05T03:58:35.616Z++ [[ 1 != 0 ]]
2542026-06-05T03:58:35.616Z++ set -o errexit
2552026-06-05T03:58:35.619Z++ pfexec pkg install clang-15
2562026-06-05T03:58:46.069Z Startup: Refreshing catalog 'helios-dev' ... Done
2572026-06-05T03:58:53.770Z Startup: Caching catalogs ... Done
2582026-06-05T03:59:00.968ZPlanning: Solver setup ... Done
2592026-06-05T03:59:01.010ZPlanning: Running solver ... Done
2602026-06-05T03:59:01.149ZPlanning: Finding local manifests ... Done
2612026-06-05T03:59:01.167ZPlanning: Fetching manifests: 0/2 0% complete
2622026-06-05T03:59:01.262ZPlanning: Fetching manifests: 2/2 100% complete
2632026-06-05T03:59:01.290ZPlanning: Package planning ... Done
2642026-06-05T03:59:01.316ZPlanning: Merging actions ... Done
2652026-06-05T03:59:01.425ZPlanning: Checking for conflicting actions ... Done
2662026-06-05T03:59:01.434ZPlanning: Consolidating action changes ... Done
2672026-06-05T03:59:02.226ZPlanning: Evaluating mediators ... Done
2682026-06-05T03:59:02.231ZPlanning: Planning completed in 8.28 seconds
2692026-06-05T03:59:02.236Z Packages to install: 2
2702026-06-05T03:59:02.236Z Mediators to change: 2
2712026-06-05T03:59:02.236Z Services to change: 1
2722026-06-05T03:59:02.236Z Create boot environment: No
2732026-06-05T03:59:02.236ZCreate backup boot environment: No
2742026-06-05T03:59:02.272Z
2752026-06-05T03:59:02.272ZDownload: 0/3076 items 0.0/211.3MB 0% complete
2762026-06-05T03:59:07.386ZDownload: 485/3076 items 16.8/211.3MB 7% complete (4.0M/s)
2772026-06-05T03:59:12.384ZDownload: 768/3076 items 18.0/211.3MB 8% complete (1.8M/s)
2782026-06-05T03:59:17.798ZDownload: 972/3076 items 45.8/211.3MB 21% complete (2.9M/s)
2792026-06-05T03:59:30.249ZDownload: 983/3076 items 82.2/211.3MB 38% complete (6.3M/s)
2802026-06-05T03:59:36.981ZDownload: 984/3076 items 82.2/211.3MB 38% complete
2812026-06-05T03:59:42.295ZDownload: 1311/3076 items 116.1/211.3MB 54% complete (7.1M/s)
2822026-06-05T03:59:47.300ZDownload: 1494/3076 items 116.7/211.3MB 55% complete (3.4M/s)
2832026-06-05T03:59:52.325ZDownload: 1693/3076 items 117.3/211.3MB 55% complete (132k/s)
2842026-06-05T03:59:57.524ZDownload: 1782/3076 items 117.4/211.3MB 55% complete (100k/s)
2852026-06-05T04:00:02.583ZDownload: 1861/3076 items 117.5/211.3MB 55% complete (31.6k/s)
2862026-06-05T04:00:08.003ZDownload: 1929/3076 items 117.7/211.3MB 55% complete (24.9k/s)
2872026-06-05T04:00:13.006ZDownload: 1992/3076 items 117.9/211.3MB 55% complete (35.2k/s)
2882026-06-05T04:00:19.454ZDownload: 2002/3076 items 117.9/211.3MB 55% complete (33.2k/s)
2892026-06-05T04:00:28.002ZDownload: 2005/3076 items 117.9/211.3MB 55% complete
2902026-06-05T04:00:33.089ZDownload: 2136/3076 items 118.6/211.3MB 56% complete (140k/s)
2912026-06-05T04:00:37.694Z
2922026-06-05T04:00:37.694ZErrors were encountered while attempting to retrieve package or file data for
2932026-06-05T04:00:37.694Zthe requested operation.
2942026-06-05T04:00:37.694ZDetails follow:
2952026-06-05T04:00:37.694Z
2962026-06-05T04:00:37.694ZFramework error: code: E_SSL_CONNECT_ERROR (35) reason: Recv failure: Connection reset by peer
2972026-06-05T04:00:37.694ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/16b51ac95fdf63b6b6694c8b051a31dde56ba2b8'
2982026-06-05T04:00:39.074Z+ cleanup
2992026-06-05T04:00:39.079Z++ id -un
3002026-06-05T04:00:39.079Z++ id -gn
3012026-06-05T04:00:39.084Z+ pfexec chown -R build:build .
3022026-06-05T04:00:39.087Zprocess exited: duration 127660 ms, exit code 1
 
3032026-06-05T04:00:39.095Zfound 0 output files