01KZCKHBQ9PBSP4070F10WGVDW: helios / package

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

Buildomat Job: 01KZCKHVYDAXWWZV45EG9RTDF0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:48.177Zjob assigned to worker 01KZCKJ5GMM0S2GW9PSJ3HWDPJ [factory aws, i-08fa1ec73f6a6da8e] (queued for 53 s)
 
22026-08-06T22:37:55.290Zstarting task 0: "setup"
32026-08-06T22:37:55.295Z++ uname -s
42026-08-06T22:37:55.300Z+ kern=SunOS
52026-08-06T22:37:55.300Z+ build_user=build
62026-08-06T22:37:55.300Z+ build_uid=12345
72026-08-06T22:37:55.300Z+ work_dir=/work
82026-08-06T22:37:55.300Z+ input_dir=/input
92026-08-06T22:37:55.300Z+ [[ 0 == 12345 ]]
102026-08-06T22:37:55.300Z+ case "$kern" in
112026-08-06T22:37:55.300Z+ groupadd -g 12345 build
122026-08-06T22:37:55.303Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:37:57.307Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:37:57.381Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:37:57.384Z+ home_fs=zfs
162026-08-06T22:37:57.384Z+ [[ zfs == autofs ]]
172026-08-06T22:37:57.384Z+ mkdir -p /home/build
182026-08-06T22:37:57.387Z+ chown build:build /home/build /work
192026-08-06T22:37:59.387Z+ chmod 0700 /home/build /work
202026-08-06T22:37:59.390Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-06T22:37:59.396Zstarting task 1: "rust-toolchain"
222026-08-06T22:37:59.402Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:37:59.402Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-06T22:37:59.402Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-06T22:37:59.402Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-06T22:37:59.402Z * rust toolchain channel = "1.97.1"
272026-08-06T22:37:59.402Z * rust toolchain profile = "default"
282026-08-06T22:37:59.405Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:37:59.405Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:37:59.493Zinfo: downloading installer
312026-08-06T22:38:00.871Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:00.871Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:00.871Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:00.871Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:00.883Zinfo: profile set to default
362026-08-06T22:38:00.883Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:00.886Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:01.028Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:01.031Zinfo: downloading 6 components
402026-08-06T22:38:16.822Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:38:16.822Z
422026-08-06T22:38:16.860Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:16.860Z
442026-08-06T22:38:16.860Z
452026-08-06T22:38:16.860ZRust is installed now. Great!
462026-08-06T22:38:16.860Z
472026-08-06T22:38:16.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:16.860Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:16.860Z
502026-08-06T22:38:16.860ZTo configure your current shell, you need to source
512026-08-06T22:38:16.860Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:16.860Z
532026-08-06T22:38:16.860ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:16.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:16.860Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:16.860Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:16.860Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:16.860Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:16.860Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:16.860Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:16.860Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:16.957Z+ rustup --version
632026-08-06T22:38:16.963Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:16.963Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:16.982Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:16.985Z+ cargo --version
672026-08-06T22:38:16.993Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:16.996Z+ rustc --version
692026-08-06T22:38:17.016Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:17.019Zprocess exited: duration 17622 ms, exit code 0
 
712026-08-06T22:38:17.025Zstarting task 2: "authentication"
722026-08-06T22:38:17.045Zprocess exited: duration 20 ms, exit code 0
 
732026-08-06T22:38:17.052Zstarting task 3: "clone repository"
742026-08-06T22:38:17.057Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:17.059Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:17.104ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:27.251Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:27.251Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:27.550ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:27.550Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:27.567Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:27.571Z++ git branch --show-current
832026-08-06T22:38:27.571Z+ current=main
842026-08-06T22:38:27.571Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:27.571Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:27.575Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:27.767ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:27.771Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:27.955ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:27.959Zprocess exited: duration 10905 ms, exit code 0
 
912026-08-06T22:38:27.965Zstarting task 4: "build"
922026-08-06T22:38:27.971Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:38:27.972Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:38:27.972Z++ CARGO_TERM_COLOR=always
952026-08-06T22:38:27.975Z+++ uname -s
962026-08-06T22:38:27.975Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:38:27.975Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:38:27.979Z+ cargo --version
992026-08-06T22:38:27.987Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:38:27.990Z+ rustc --version
1012026-08-06T22:38:28.011Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:38:28.014Z+ WORK=/work
1032026-08-06T22:38:28.014Z+ pfexec mkdir -p /work
1042026-08-06T22:38:28.017Z+ pfexec chown build /work
1052026-08-06T22:38:28.020Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
1062026-08-06T22:38:30.633Z Startup: Refreshing catalog 'helios' ... Done
1072026-08-06T22:38:30.885Z Startup: Caching catalogs ... Done
1082026-08-06T22:38:32.197ZPlanning: Solver setup ... Done (1.225s)
1092026-08-06T22:38:32.241ZPlanning: Running solver ... Done (0.044s)
1102026-08-06T22:38:32.271ZPlanning: Finding local manifests ... Done (0.003s)
1112026-08-06T22:38:32.286ZPlanning: Fetching manifests: 0/2 0% complete
1122026-08-06T22:38:32.304ZPlanning: Fetching manifests: 2/2 100% complete
1132026-08-06T22:38:32.318ZPlanning: Package planning ... Done (0.015s)
1142026-08-06T22:38:32.321ZPlanning: Merging actions ... Done (0.001s)
1152026-08-06T22:38:32.493ZPlanning: Checking for conflicting actions ... Done (0.173s)
1162026-08-06T22:38:32.496ZPlanning: Consolidating action changes ... Done (0.001s)
1172026-08-06T22:38:33.219ZPlanning: Evaluating mediators ... Done (0.726s)
1182026-08-06T22:38:33.222ZPlanning: Planning completed in 2.31 seconds
1192026-08-06T22:38:33.230Z Packages to install: 2
1202026-08-06T22:38:33.230Z Estimated space available: 156.02 GB
1212026-08-06T22:38:33.230ZEstimated space to be consumed: 56.47 MB
1222026-08-06T22:38:33.230Z Create boot environment: No
1232026-08-06T22:38:33.230ZCreate backup boot environment: No
1242026-08-06T22:38:33.234Z Rebuild boot archive: No
1252026-08-06T22:38:33.234Z
1262026-08-06T22:38:33.234ZChanged packages:
1272026-08-06T22:38:33.234Zhelios
1282026-08-06T22:38:33.234Z developer/build-essential
1292026-08-06T22:38:33.234Z None -> 11-3.0
1302026-08-06T22:38:33.234Z library/libxmlsec1
1312026-08-06T22:38:33.234Z None -> 1.2.35-3.0
1322026-08-06T22:38:33.256Z
1332026-08-06T22:38:33.256ZDownload: 0/214 items 0.0/1.3MB 0% complete
1342026-08-06T22:38:33.326ZDownload: Completed 1.28 MB in 0.07 seconds (18.1M/s)
1352026-08-06T22:38:33.405Z Actions: 1/268 actions (Installing new actions)
1362026-08-06T22:38:33.440Z Actions: Completed 268 actions in 0.04 seconds.
1372026-08-06T22:38:33.466ZFinalize: Updating package state database ... Done (0.025s)
1382026-08-06T22:38:33.469ZFinalize: Updating package cache ... Done (0.000s)
1392026-08-06T22:38:33.524ZFinalize: Updating image state ... Done (0.058s)
1402026-08-06T22:38:36.186ZFinalize: Creating fast lookup database ... Done (2.623s)
1412026-08-06T22:38:36.258ZFinalize: Reading search index ... Done (0.013s)
1422026-08-06T22:38:36.261ZFinalize: Updating search index ... Done (0.000s)
1432026-08-06T22:38:36.366ZFinalize: Updating package cache ... Done (0.000s)
1442026-08-06T22:38:36.712ZPlanning: Evaluating mediator changes ... Done
1452026-08-06T22:38:36.817ZPlanning: Checking for conflicting actions ... Done
1462026-08-06T22:38:36.819ZPlanning: Consolidating action changes ... Done
1472026-08-06T22:38:36.972ZPlanning: Evaluating mediators ... Done
1482026-08-06T22:38:36.975ZPlanning: Planning completed in 0.26 seconds
1492026-08-06T22:38:36.995Z Mediators to change: 2
1502026-08-06T22:38:36.995Z Create boot environment: No
1512026-08-06T22:38:36.995ZCreate backup boot environment: No
1522026-08-06T22:38:37.046ZFinalize: Updating package state database ... Done
1532026-08-06T22:38:37.046ZFinalize: Updating package cache ... Done
1542026-08-06T22:38:37.085ZFinalize: Updating image state ... Done
1552026-08-06T22:38:39.015ZFinalize: Creating fast lookup database ... Done
1562026-08-06T22:38:39.073ZFinalize: Reading search index ... Done
1572026-08-06T22:38:39.076ZFinalize: Updating search index ... Done
1582026-08-06T22:38:39.149ZFinalize: Updating package cache ... Done
1592026-08-06T22:38:39.439ZPlanning: Evaluating mediator changes ... Done
1602026-08-06T22:38:39.544ZPlanning: Checking for conflicting actions ... Done
1612026-08-06T22:38:39.548ZPlanning: Consolidating action changes ... Done
1622026-08-06T22:38:39.702ZPlanning: Evaluating mediators ... Done
1632026-08-06T22:38:39.705ZPlanning: Planning completed in 0.26 seconds
1642026-08-06T22:38:39.726Z Mediators to change: 1
1652026-08-06T22:38:39.726Z Create boot environment: No
1662026-08-06T22:38:39.726ZCreate backup boot environment: No
1672026-08-06T22:38:39.767ZFinalize: Updating package state database ... Done
1682026-08-06T22:38:39.767ZFinalize: Updating package cache ... Done
1692026-08-06T22:38:39.805ZFinalize: Updating image state ... Done
1702026-08-06T22:38:41.745ZFinalize: Creating fast lookup database ... Done
1712026-08-06T22:38:41.807ZFinalize: Reading search index ... Done
1722026-08-06T22:38:41.810ZFinalize: Updating search index ... Done
1732026-08-06T22:38:41.860ZFinalize: Updating package cache ... Done
1742026-08-06T22:38:42.173ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1752026-08-06T22:38:42.173Zapache system 2.4 system
1762026-08-06T22:38:42.173Zclang system 15 system
1772026-08-06T22:38:42.173Zcsh system system illumos
1782026-08-06T22:38:42.173Zctags system system illumos
1792026-08-06T22:38:42.173Zfile vendor vendor darwinsys
1802026-08-06T22:38:42.173Zfile system system illumos
1812026-08-06T22:38:42.173Zgcc vendor 14 vendor
1822026-08-06T22:38:42.173Zgcc system 13 system
1832026-08-06T22:38:42.174Zgcc system 10 system
1842026-08-06T22:38:42.174Zgo system 1.25 system
1852026-08-06T22:38:42.174Zllvm system 15 system
1862026-08-06T22:38:42.174Zmariadb system 11.4 system
1872026-08-06T22:38:42.174Zmta vendor vendor dma
1882026-08-06T22:38:42.174Zopenjdk system 17 system
1892026-08-06T22:38:42.174Zopenjdk system 11 system
1902026-08-06T22:38:42.174Zopenssl vendor 3 vendor
1912026-08-06T22:38:42.174Zperl system 5.40 system
1922026-08-06T22:38:42.174Zpostgresql system 18 system
1932026-08-06T22:38:42.174Zpostgresql system 17 system
1942026-08-06T22:38:42.174Zpython vendor 3 vendor
1952026-08-06T22:38:42.174Zpython system 2 system
1962026-08-06T22:38:42.174Zpython3 vendor 3.13 vendor
1972026-08-06T22:38:42.174Zruby system 3.4 system
1982026-08-06T22:38:42.174Zruby system 3.0 system
1992026-08-06T22:38:42.174Zwords vendor vendor american-english
2002026-08-06T22:38:42.174Zwords system system australian-english
2012026-08-06T22:38:42.175Zwords system system british-english
2022026-08-06T22:38:42.175Zwords system system canadian-english
2032026-08-06T22:38:42.175Zwords system system french
2042026-08-06T22:38:42.175Zwords system system italian
2052026-08-06T22:38:42.175Zwords system system ngerman
2062026-08-06T22:38:42.175Zwords system system ogerman
2072026-08-06T22:38:42.175Zwords system system spanish
2082026-08-06T22:38:42.429ZPUBLISHER TYPE STATUS P LOCATION
2092026-08-06T22:38:42.429Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2102026-08-06T22:38:42.825ZFMRI IFO
2112026-08-06T22:38:42.825Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2122026-08-06T22:38:42.825Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2132026-08-06T22:38:42.825Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2142026-08-06T22:38:42.825Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2152026-08-06T22:38:42.825Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2162026-08-06T22:38:42.825Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2172026-08-06T22:38:42.825Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2182026-08-06T22:38:42.825Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2192026-08-06T22:38:42.825Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2202026-08-06T22:38:42.960Zerror: missing comma between array elements, expected `,`
2212026-08-06T22:38:42.960Z --> Cargo.toml:107:5
2222026-08-06T22:38:42.960Z |
2232026-08-06T22:38:42.960Z107 | "nexus/internal-api",
2242026-08-06T22:38:42.960Z | ^
2252026-08-06T22:38:42.963ZFailed to run command -- will try 2 more times
2262026-08-06T22:38:42.979Zerror: missing comma between array elements, expected `,`
2272026-08-06T22:38:42.979Z --> Cargo.toml:107:5
2282026-08-06T22:38:42.979Z |
2292026-08-06T22:38:42.979Z107 | "nexus/internal-api",
2302026-08-06T22:38:42.979Z | ^
2312026-08-06T22:38:42.982ZFailed to run command -- will try 1 more times
2322026-08-06T22:38:42.996Zerror: missing comma between array elements, expected `,`
2332026-08-06T22:38:42.996Z --> Cargo.toml:107:5
2342026-08-06T22:38:42.996Z |
2352026-08-06T22:38:42.996Z107 | "nexus/internal-api",
2362026-08-06T22:38:42.996Z | ^
2372026-08-06T22:38:43.001Z
2382026-08-06T22:38:43.001Zreal 14.975462751
2392026-08-06T22:38:43.001Zuser 11.029271524
2402026-08-06T22:38:43.001Zsys 1.098177782
2412026-08-06T22:38:43.001Ztrap 0.001093250
2422026-08-06T22:38:43.001Ztflt 0.039803554
2432026-08-06T22:38:43.001Zdflt 0.043775885
2442026-08-06T22:38:43.001Zkflt 0.023713668
2452026-08-06T22:38:43.001Zlock 0.051566800
2462026-08-06T22:38:43.001Zslp 17.730268577
2472026-08-06T22:38:43.001Zlat 0.040654233
2482026-08-06T22:38:43.001Zstop 0.000340130
2492026-08-06T22:38:43.004Zprocess exited: duration 15033 ms, exit code 101
 
2502026-08-06T22:38:43.011Zfound 0 output files
2512026-08-06T22:38:43.011Zupload error: rule "/work/package.tar.gz" required a match, but was not used