01KNSRD8KB80S5Z3SYCMSAP3N0: helios / package

BasicConfig {
    output_rules: [
        "=/work/package.tar.gz",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-16c64gb",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KNSRDMFNB8YVG0D3W21X4YW2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T18:36:10.972Zjob assigned to worker 01KNSRDRWFRQ38MFYX53418GD1 [factory aws, i-0a1055480c2664f52] (queued for 1 m 2 s)
 
22026-04-09T18:36:18.013Zstarting task 0: "setup"
32026-04-09T18:36:18.018Z++ uname -s
42026-04-09T18:36:18.021Z+ kern=SunOS
52026-04-09T18:36:18.021Z+ build_user=build
62026-04-09T18:36:18.021Z+ build_uid=12345
72026-04-09T18:36:18.021Z+ work_dir=/work
82026-04-09T18:36:18.021Z+ input_dir=/input
92026-04-09T18:36:18.021Z+ [[ 0 == 12345 ]]
102026-04-09T18:36:18.021Z+ case "$kern" in
112026-04-09T18:36:18.021Z+ groupadd -g 12345 build
122026-04-09T18:36:18.025Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T18:36:20.031Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T18:36:20.166Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T18:36:20.169Z+ home_fs=zfs
162026-04-09T18:36:20.169Z+ [[ zfs == autofs ]]
172026-04-09T18:36:20.169Z+ mkdir -p /home/build
182026-04-09T18:36:20.169Z+ chown build:build /home/build /work
192026-04-09T18:36:22.172Z+ chmod 0700 /home/build /work
202026-04-09T18:36:22.176Zprocess exited: duration 4164 ms, exit code 0
 
212026-04-09T18:36:22.183Zstarting task 1: "rust-toolchain"
222026-04-09T18:36:22.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-04-09T18:36:22.189Z * rust toolchain channel = "1.94.0"
242026-04-09T18:36:22.189Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-09T18:36:22.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-09T18:36:22.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T18:36:22.189Z * rust toolchain profile = "default"
282026-04-09T18:36:22.194Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T18:36:22.194Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-04-09T18:36:22.297Zinfo: downloading installer
312026-04-09T18:36:23.772Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T18:36:23.772Zwarn: /opt/ooce/bin
332026-04-09T18:36:23.772Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T18:36:23.772Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T18:36:23.772Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T18:36:23.772Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T18:36:23.772Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T18:36:23.772Zerror: cannot install while Rust is installed
392026-04-09T18:36:23.772Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T18:36:23.772Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T18:36:23.772Zwarn: /home/build/.rustup/settings.toml
422026-04-09T18:36:23.772Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T18:36:23.772Zwarn: instead of the one inferred from the default host triple.
442026-04-09T18:36:23.786Zinfo: profile set to default
452026-04-09T18:36:23.786Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T18:36:23.790Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-04-09T18:36:23.932Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-04-09T18:36:23.935Zinfo: downloading 6 components
492026-04-09T18:36:39.156Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-04-09T18:36:39.156Z
512026-04-09T18:36:39.187Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-04-09T18:36:39.187Z
532026-04-09T18:36:39.187Z
542026-04-09T18:36:39.187ZRust is installed now. Great!
552026-04-09T18:36:39.187Z
562026-04-09T18:36:39.187ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T18:36:39.187Zenvironment variable. This has not been done automatically.
582026-04-09T18:36:39.187Z
592026-04-09T18:36:39.187ZTo configure your current shell, you need to source
602026-04-09T18:36:39.187Zthe corresponding env file under $HOME/.cargo.
612026-04-09T18:36:39.187Z
622026-04-09T18:36:39.187ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T18:36:39.188Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T18:36:39.188Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T18:36:39.188Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T18:36:39.188Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T18:36:39.188Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T18:36:39.188Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T18:36:39.191Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T18:36:39.191Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T18:36:39.282Z+ rustup --version
722026-04-09T18:36:39.288Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T18:36:39.288Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T18:36:39.310Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-04-09T18:36:39.313Z+ cargo --version
762026-04-09T18:36:39.321Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-04-09T18:36:39.324Z+ rustc --version
782026-04-09T18:36:39.345Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-04-09T18:36:39.349Zprocess exited: duration 17162 ms, exit code 0
 
802026-04-09T18:36:39.356Zstarting task 2: "authentication"
812026-04-09T18:36:39.375Zprocess exited: duration 18 ms, exit code 0
 
822026-04-09T18:36:39.384Zstarting task 3: "clone repository"
832026-04-09T18:36:39.387Z+ mkdir -p /work/oxidecomputer/omicron
842026-04-09T18:36:39.390Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-04-09T18:36:39.426ZCloning into '/work/oxidecomputer/omicron'...
862026-04-09T18:36:50.373Z+ cd /work/oxidecomputer/omicron
872026-04-09T18:36:50.373Z+ git fetch origin 10fda90fcf9df27dad3172f57198e4e662e1eaef
882026-04-09T18:36:50.695ZFrom https://github.com/oxidecomputer/omicron
892026-04-09T18:36:50.695Z * branch 10fda90fcf9df27dad3172f57198e4e662e1eaef -> FETCH_HEAD
902026-04-09T18:36:50.708Z+ [[ -n eliza/analysis-report ]]
912026-04-09T18:36:50.712Z++ git branch --show-current
922026-04-09T18:36:50.715Z+ current=main
932026-04-09T18:36:50.715Z+ [[ main != eliza/analysis-report ]]
942026-04-09T18:36:50.715Z+ git branch -f eliza/analysis-report 10fda90fcf9df27dad3172f57198e4e662e1eaef
952026-04-09T18:36:50.719Z+ git checkout -f eliza/analysis-report
962026-04-09T18:36:50.888ZSwitched to branch 'eliza/analysis-report'
972026-04-09T18:36:50.891Z+ git reset --hard 10fda90fcf9df27dad3172f57198e4e662e1eaef
982026-04-09T18:36:51.055ZHEAD is now at 10fda90fc expectorize
992026-04-09T18:36:51.058Zprocess exited: duration 11673 ms, exit code 0
 
1002026-04-09T18:36:51.066Zstarting task 4: "build"
1012026-04-09T18:36:51.071Z+ source .github/buildomat/ci-env.sh
1022026-04-09T18:36:51.071Z++ export CARGO_TERM_COLOR=always
1032026-04-09T18:36:51.071Z++ CARGO_TERM_COLOR=always
1042026-04-09T18:36:51.071Z+ cargo --version
1052026-04-09T18:36:51.082Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-04-09T18:36:51.085Z+ rustc --version
1072026-04-09T18:36:51.105Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-04-09T18:36:51.109Z+ WORK=/work
1092026-04-09T18:36:51.109Z+ pfexec mkdir -p /work
1102026-04-09T18:36:51.112Z+ pfexec chown build /work
1112026-04-09T18:36:51.115Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1122026-04-09T18:37:00.522Z Startup: Refreshing catalog 'helios-dev' ... Done
1132026-04-09T18:37:07.538Z Startup: Caching catalogs ... Done
1142026-04-09T18:37:12.500ZPlanning: Solver setup ... Done (3.487s)
1152026-04-09T18:37:12.524ZPlanning: Running solver ... Done (0.023s)
1162026-04-09T18:37:12.638ZPlanning: Finding local manifests ... Done (0.004s)
1172026-04-09T18:37:12.651ZPlanning: Fetching manifests: 0/4 0% complete
1182026-04-09T18:37:12.749ZPlanning: Fetching manifests: 4/4 100% complete
1192026-04-09T18:37:12.781ZPlanning: Package planning ... Done (0.032s)
1202026-04-09T18:37:12.810ZPlanning: Merging actions ... Done (0.029s)
1212026-04-09T18:37:12.994ZPlanning: Checking for conflicting actions ... Done (0.184s)
1222026-04-09T18:37:13.002ZPlanning: Consolidating action changes ... Done (0.008s)
1232026-04-09T18:37:13.874ZPlanning: Evaluating mediators ... Done (0.871s)
1242026-04-09T18:37:13.879ZPlanning: Planning completed in 6.18 seconds
1252026-04-09T18:37:13.893Z Packages to install: 4
1262026-04-09T18:37:13.893Z Mediators to change: 2
1272026-04-09T18:37:13.893Z Services to change: 1
1282026-04-09T18:37:13.893Z Estimated space available: 155.35 GB
1292026-04-09T18:37:13.893ZEstimated space to be consumed: 1.84 GB
1302026-04-09T18:37:13.897Z Create boot environment: No
1312026-04-09T18:37:13.897ZCreate backup boot environment: No
1322026-04-09T18:37:13.897Z Rebuild boot archive: No
1332026-04-09T18:37:13.897Z
1342026-04-09T18:37:13.897ZChanged mediators:
1352026-04-09T18:37:13.897Z mediator clang:
1362026-04-09T18:37:13.897Z version: None -> 15 (system default)
1372026-04-09T18:37:13.897Z
1382026-04-09T18:37:13.897Z mediator llvm:
1392026-04-09T18:37:13.897Z version: 14 (system default) -> 15 (system default)
1402026-04-09T18:37:13.897Z
1412026-04-09T18:37:13.897ZChanged packages:
1422026-04-09T18:37:13.897Zhelios-dev
1432026-04-09T18:37:13.897Z developer/build-essential
1442026-04-09T18:37:13.897Z None -> 11-2.0
1452026-04-09T18:37:13.897Z library/libxmlsec1
1462026-04-09T18:37:13.897Z None -> 1.2.35-2.0
1472026-04-09T18:37:13.897Z ooce/developer/clang-15
1482026-04-09T18:37:13.897Z None -> 15.0.7-2.0
1492026-04-09T18:37:13.897Z ooce/developer/llvm-15
1502026-04-09T18:37:13.897Z None -> 15.0.7-2.0
1512026-04-09T18:37:13.897Z
1522026-04-09T18:37:13.897ZServices:
1532026-04-09T18:37:13.897Z restart_fmri:
1542026-04-09T18:37:13.897Z svc:/system/update-man-index:default
1552026-04-09T18:37:13.938Z
1562026-04-09T18:37:13.938ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1572026-04-09T18:37:18.941ZDownload: 1418/3290 items 117.0/212.6MB 55% complete (23.6M/s)
1582026-04-09T18:37:20.997Z
1592026-04-09T18:37:20.997ZErrors were encountered while attempting to retrieve package or file data for
1602026-04-09T18:37:20.997Zthe requested operation.
1612026-04-09T18:37:20.997ZDetails follow:
1622026-04-09T18:37:20.997Z
1632026-04-09T18:37:20.997Zpkg://helios-dev/ooce/developer/llvm-15@15.0.7,5.11-2.0:20230713T102340Z
1642026-04-09T18:37:20.997Z 1: https protocol error: Unknown error code: 502 reason: Bad Gateway
1652026-04-09T18:37:20.997ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/983261872b1808e791297985e4d2dc22c93fc50e' (happened 2 times)
1662026-04-09T18:37:20.997Z 2: https protocol error: Unknown error code: 502 reason: Bad Gateway
1672026-04-09T18:37:20.997ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/398384381157882f8c72e45f80473d50477af8d8'
1682026-04-09T18:37:20.997Z 3: https protocol error: Unknown error code: 502 reason: Bad Gateway
1692026-04-09T18:37:20.997ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ef40b828ba5c5dfd9c4571c7a4f08ce823c5b4ed' (happened 2 times)
1702026-04-09T18:37:20.997Z 4: https protocol error: Unknown error code: 502 reason: Bad Gateway
1712026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3ee1a737f2ac87efc6bc6815ea45daa75ab4b0c6' (happened 2 times)
1722026-04-09T18:37:20.998Z 5: https protocol error: Unknown error code: 502 reason: Bad Gateway
1732026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/3b68ee7f0f913245b1579426857ad098e3639989'
1742026-04-09T18:37:20.998Z 6: https protocol error: Unknown error code: 502 reason: Bad Gateway
1752026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6bf7d39c3766a565a399a064555afb2b52ef9d5a' (happened 2 times)
1762026-04-09T18:37:20.998Z 7: https protocol error: Unknown error code: 502 reason: Bad Gateway
1772026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/b71e9d1f3f069a8714b9a8057adb24afcfe94e2c' (happened 2 times)
1782026-04-09T18:37:20.998Z 8: https protocol error: Unknown error code: 502 reason: Bad Gateway
1792026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/5b5c20d29c8647faed286adf0f27543cfe407815' (happened 2 times)
1802026-04-09T18:37:20.998Z 9: https protocol error: Unknown error code: 502 reason: Bad Gateway
1812026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/826f96d770eaebc55fe748687c26e42f70493a85'
1822026-04-09T18:37:20.998Z 10: https protocol error: Unknown error code: 502 reason: Bad Gateway
1832026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ddf83d487fe7f450bde1e9e211a235b04263afc1'
1842026-04-09T18:37:20.998Z 11: https protocol error: Unknown error code: 502 reason: Bad Gateway
1852026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/2fadee7e958f5198be5b492363a32336189ebe43'
1862026-04-09T18:37:20.998Z 12: https protocol error: Unknown error code: 502 reason: Bad Gateway
1872026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/5f1a1b85b4e3674a8f50d9828b31af44a5dbfcc7'
1882026-04-09T18:37:20.998Z 13: https protocol error: Unknown error code: 502 reason: Bad Gateway
1892026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/6dea6b2dd83aa6c81e3086d6c3831d9cca96738b'
1902026-04-09T18:37:20.998Z 14: https protocol error: Unknown error code: 502 reason: Bad Gateway
1912026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/df8b58660981eb5cd4b57cdceb9796c119f27e25'
1922026-04-09T18:37:20.998Z 15: https protocol error: Unknown error code: 502 reason: Bad Gateway
1932026-04-09T18:37:20.998ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1571d8fc70293975168bd149d09927c8c68c72ad' (happened 2 times)
1942026-04-09T18:37:20.998Z
1952026-04-09T18:37:22.301Z
1962026-04-09T18:37:22.301Zreal 31.176871938
1972026-04-09T18:37:22.301Zuser 21.321455675
1982026-04-09T18:37:22.301Zsys 2.005113120
1992026-04-09T18:37:22.301Ztrap 0.002969478
2002026-04-09T18:37:22.301Ztflt 0.031805458
2012026-04-09T18:37:22.305Zdflt 0.051660719
2022026-04-09T18:37:22.305Zkflt 0.016626784
2032026-04-09T18:37:22.305Zlock 0.000000000
2042026-04-09T18:37:22.305Zslp 42.951119984
2052026-04-09T18:37:22.305Zlat 0.074086007
2062026-04-09T18:37:22.305Zstop 0.000204165
2072026-04-09T18:37:22.305Zprocess exited: duration 31231 ms, exit code 1
 
2082026-04-09T18:37:22.313Zfound 0 output files
2092026-04-09T18:37:22.313Zupload error: rule "/work/package.tar.gz" required a match, but was not used