01KZCKHBPZPJAHE61KKJ49HQZH: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KZCKHSVNE38Z05KQCAPQ0E6J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:48.174Zjob assigned to worker 01KZCKJ6MFZ9GGJZBT9AJRPVWN [factory aws, i-06ad0522e652243b3] (queued for 55 s)
 
22026-08-06T22:37:54.451Zstarting task 0: "setup"
32026-08-06T22:37:54.455Z++ uname -s
42026-08-06T22:37:54.459Z+ kern=SunOS
52026-08-06T22:37:54.459Z+ build_user=build
62026-08-06T22:37:54.459Z+ build_uid=12345
72026-08-06T22:37:54.459Z+ work_dir=/work
82026-08-06T22:37:54.459Z+ input_dir=/input
92026-08-06T22:37:54.459Z+ [[ 0 == 12345 ]]
102026-08-06T22:37:54.459Z+ case "$kern" in
112026-08-06T22:37:54.459Z+ groupadd -g 12345 build
122026-08-06T22:37:54.459Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:37:56.465Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:37:56.522Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:37:56.526Z+ home_fs=zfs
162026-08-06T22:37:56.526Z+ [[ zfs == autofs ]]
172026-08-06T22:37:56.526Z+ mkdir -p /home/build
182026-08-06T22:37:56.526Z+ chown build:build /home/build /work
192026-08-06T22:37:58.526Z+ chmod 0700 /home/build /work
202026-08-06T22:37:58.529Zprocess exited: duration 4077 ms, exit code 0
 
212026-08-06T22:37:58.535Zstarting task 1: "rust-toolchain"
222026-08-06T22:37:58.539Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:37:58.539Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-06T22:37:58.539Z * rust toolchain channel = "1.97.1"
252026-08-06T22:37:58.539Z * rust toolchain profile = "default"
262026-08-06T22:37:58.539Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:37:58.539Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:37:58.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:37:58.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:37:58.650Zinfo: downloading installer
312026-08-06T22:38:00.271Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:00.272Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:00.272Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:00.272Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:00.284Zinfo: profile set to default
362026-08-06T22:38:00.284Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:00.288Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:00.435Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:00.439Zinfo: downloading 6 components
402026-08-06T22:38:17.129Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:38:17.129Z
422026-08-06T22:38:17.155Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:17.155Z
442026-08-06T22:38:17.155Z
452026-08-06T22:38:17.155ZRust is installed now. Great!
462026-08-06T22:38:17.155Z
472026-08-06T22:38:17.155ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:17.155Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:17.155Z
502026-08-06T22:38:17.155ZTo configure your current shell, you need to source
512026-08-06T22:38:17.155Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:17.155Z
532026-08-06T22:38:17.155ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:17.159Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:17.159Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:17.159Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:17.159Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:17.159Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:17.159Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:17.159Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:17.159Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:17.240Z+ rustup --version
632026-08-06T22:38:17.249Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:17.252Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:17.269Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:17.273Z+ cargo --version
672026-08-06T22:38:17.287Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:17.290Z+ rustc --version
692026-08-06T22:38:17.309Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:17.312Zprocess exited: duration 18776 ms, exit code 0
 
712026-08-06T22:38:17.319Zstarting task 2: "authentication"
722026-08-06T22:38:17.336Zprocess exited: duration 16 ms, exit code 0
 
732026-08-06T22:38:17.342Zstarting task 3: "clone repository"
742026-08-06T22:38:17.345Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:17.349Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:17.374ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:29.165Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:29.168Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:29.428ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:29.429Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:29.439Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:29.442Z++ git branch --show-current
832026-08-06T22:38:29.442Z+ current=main
842026-08-06T22:38:29.442Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:29.442Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:29.446Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:29.632ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:29.635Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:29.818ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:29.822Zprocess exited: duration 12477 ms, exit code 0
 
912026-08-06T22:38:29.849Zstarting task 4: "build"
922026-08-06T22:38:29.853Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:38:29.856Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:38:29.856Z++ CARGO_TERM_COLOR=always
952026-08-06T22:38:29.856Z+++ uname -s
962026-08-06T22:38:29.856Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:38:29.856Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:38:29.859Z+ cargo --version
992026-08-06T22:38:29.865Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:38:29.868Z+ rustc --version
1012026-08-06T22:38:29.887Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:38:29.891Z+ source ./env.sh
1032026-08-06T22:38:29.891Z++ OLD_SHELL_OPTS=ehxB
1042026-08-06T22:38:29.891Z++ set -o xtrace
1052026-08-06T22:38:29.894Z++++ dirname ./env.sh
1062026-08-06T22:38:29.894Z+++ readlink -f .
1072026-08-06T22:38:29.898Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-06T22:38:29.898Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-08-06T22:38:29.898Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-08-06T22:38:29.898Z++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-08-06T22:38:29.898Z++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1122026-08-06T22:38:29.898Z++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1132026-08-06T22:38:29.898Z++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1142026-08-06T22:38:29.898Z++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-08-06T22:38:29.898Z++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-08-06T22:38:29.898Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1172026-08-06T22:38:29.898Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1182026-08-06T22:38:29.898Z++ case $OLD_SHELL_OPTS in
1192026-08-06T22:38:29.898Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-06T22:38:29.898Z+ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1212026-08-06T22:38:29.898Z+ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack
1222026-08-06T22:38:29.898Z+ banner prerequisites
1232026-08-06T22:38:29.898Z
1242026-08-06T22:38:29.898Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-06T22:38:29.898Z # # # # # # # # # # # # # # #
1262026-08-06T22:38:29.898Z # # # # ##### # # ##### # # # # # #### #
1272026-08-06T22:38:29.898Z ##### ##### # ##### # # # # # # # # #
1282026-08-06T22:38:29.898Z # # # # # # # # # # # # # # #
1292026-08-06T22:38:29.898Z # # # ###### # # ###### ### # #### # #### #
1302026-08-06T22:38:29.898Z
1312026-08-06T22:38:29.898Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-06T22:38:31.580Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-06T22:38:31.822Z Startup: Caching catalogs ... Done
1342026-08-06T22:38:33.143ZPlanning: Solver setup ... Done (1.237s)
1352026-08-06T22:38:33.187ZPlanning: Running solver ... Done (0.044s)
1362026-08-06T22:38:33.217ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-06T22:38:33.229ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-06T22:38:33.243ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-06T22:38:33.257ZPlanning: Package planning ... Done (0.013s)
1402026-08-06T22:38:33.260ZPlanning: Merging actions ... Done (0.001s)
1412026-08-06T22:38:33.419ZPlanning: Checking for conflicting actions ... Done (0.160s)
1422026-08-06T22:38:33.422ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-06T22:38:34.213ZPlanning: Evaluating mediators ... Done (0.793s)
1442026-08-06T22:38:34.216ZPlanning: Planning completed in 2.36 seconds
1452026-08-06T22:38:34.222Z Packages to install: 2
1462026-08-06T22:38:34.222Z Estimated space available: 156.01 GB
1472026-08-06T22:38:34.225ZEstimated space to be consumed: 56.47 MB
1482026-08-06T22:38:34.225Z Create boot environment: No
1492026-08-06T22:38:34.225ZCreate backup boot environment: No
1502026-08-06T22:38:34.225Z Rebuild boot archive: No
1512026-08-06T22:38:34.225Z
1522026-08-06T22:38:34.225ZChanged packages:
1532026-08-06T22:38:34.225Zhelios
1542026-08-06T22:38:34.225Z developer/build-essential
1552026-08-06T22:38:34.225Z None -> 11-3.0
1562026-08-06T22:38:34.225Z library/libxmlsec1
1572026-08-06T22:38:34.226Z None -> 1.2.35-3.0
1582026-08-06T22:38:34.246Z
1592026-08-06T22:38:34.247ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-06T22:38:34.314ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1612026-08-06T22:38:34.365Z Actions: 1/268 actions (Installing new actions)
1622026-08-06T22:38:34.403Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-06T22:38:34.427ZFinalize: Updating package state database ... Done (0.024s)
1642026-08-06T22:38:34.431ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-06T22:38:34.487ZFinalize: Updating image state ... Done (0.060s)
1662026-08-06T22:38:36.946ZFinalize: Creating fast lookup database ... Done (2.419s)
1672026-08-06T22:38:37.011ZFinalize: Reading search index ... Done (0.011s)
1682026-08-06T22:38:37.015ZFinalize: Updating search index ... Done (0.000s)
1692026-08-06T22:38:37.087ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-06T22:38:37.430ZPlanning: Evaluating mediator changes ... Done
1712026-08-06T22:38:37.534ZPlanning: Checking for conflicting actions ... Done
1722026-08-06T22:38:37.537ZPlanning: Consolidating action changes ... Done
1732026-08-06T22:38:37.690ZPlanning: Evaluating mediators ... Done
1742026-08-06T22:38:37.694ZPlanning: Planning completed in 0.26 seconds
1752026-08-06T22:38:37.713Z Mediators to change: 2
1762026-08-06T22:38:37.714Z Create boot environment: No
1772026-08-06T22:38:37.717ZCreate backup boot environment: No
1782026-08-06T22:38:37.750ZFinalize: Updating package state database ... Done
1792026-08-06T22:38:37.750ZFinalize: Updating package cache ... Done
1802026-08-06T22:38:37.784ZFinalize: Updating image state ... Done
1812026-08-06T22:38:39.719ZFinalize: Creating fast lookup database ... Done
1822026-08-06T22:38:39.778ZFinalize: Reading search index ... Done
1832026-08-06T22:38:39.782ZFinalize: Updating search index ... Done
1842026-08-06T22:38:39.838ZFinalize: Updating package cache ... Done
1852026-08-06T22:38:40.120ZPlanning: Evaluating mediator changes ... Done
1862026-08-06T22:38:40.223ZPlanning: Checking for conflicting actions ... Done
1872026-08-06T22:38:40.227ZPlanning: Consolidating action changes ... Done
1882026-08-06T22:38:40.379ZPlanning: Evaluating mediators ... Done
1892026-08-06T22:38:40.383ZPlanning: Planning completed in 0.26 seconds
1902026-08-06T22:38:40.404Z Mediators to change: 1
1912026-08-06T22:38:40.404Z Create boot environment: No
1922026-08-06T22:38:40.408ZCreate backup boot environment: No
1932026-08-06T22:38:40.444ZFinalize: Updating package state database ... Done
1942026-08-06T22:38:40.444ZFinalize: Updating package cache ... Done
1952026-08-06T22:38:40.478ZFinalize: Updating image state ... Done
1962026-08-06T22:38:42.398ZFinalize: Creating fast lookup database ... Done
1972026-08-06T22:38:42.457ZFinalize: Reading search index ... Done
1982026-08-06T22:38:42.462ZFinalize: Updating search index ... Done
1992026-08-06T22:38:42.524ZFinalize: Updating package cache ... Done
2002026-08-06T22:38:42.837ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-06T22:38:42.837Zapache system 2.4 system
2022026-08-06T22:38:42.837Zclang system 15 system
2032026-08-06T22:38:42.837Zcsh system system illumos
2042026-08-06T22:38:42.837Zctags system system illumos
2052026-08-06T22:38:42.838Zfile vendor vendor darwinsys
2062026-08-06T22:38:42.838Zfile system system illumos
2072026-08-06T22:38:42.838Zgcc vendor 14 vendor
2082026-08-06T22:38:42.838Zgcc system 13 system
2092026-08-06T22:38:42.838Zgcc system 10 system
2102026-08-06T22:38:42.838Zgo system 1.25 system
2112026-08-06T22:38:42.838Zllvm system 15 system
2122026-08-06T22:38:42.838Zmariadb system 11.4 system
2132026-08-06T22:38:42.838Zmta vendor vendor dma
2142026-08-06T22:38:42.838Zopenjdk system 17 system
2152026-08-06T22:38:42.838Zopenjdk system 11 system
2162026-08-06T22:38:42.838Zopenssl vendor 3 vendor
2172026-08-06T22:38:42.838Zperl system 5.40 system
2182026-08-06T22:38:42.838Zpostgresql system 18 system
2192026-08-06T22:38:42.838Zpostgresql system 17 system
2202026-08-06T22:38:42.838Zpython vendor 3 vendor
2212026-08-06T22:38:42.838Zpython system 2 system
2222026-08-06T22:38:42.838Zpython3 vendor 3.13 vendor
2232026-08-06T22:38:42.838Zruby system 3.4 system
2242026-08-06T22:38:42.838Zruby system 3.0 system
2252026-08-06T22:38:42.838Zwords vendor vendor american-english
2262026-08-06T22:38:42.838Zwords system system australian-english
2272026-08-06T22:38:42.838Zwords system system british-english
2282026-08-06T22:38:42.838Zwords system system canadian-english
2292026-08-06T22:38:42.838Zwords system system french
2302026-08-06T22:38:42.838Zwords system system italian
2312026-08-06T22:38:42.838Zwords system system ngerman
2322026-08-06T22:38:42.838Zwords system system ogerman
2332026-08-06T22:38:42.838Zwords system system spanish
2342026-08-06T22:38:43.087ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-06T22:38:43.087Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-06T22:38:43.484ZFMRI IFO
2372026-08-06T22:38:43.484Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-06T22:38:43.484Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-06T22:38:43.484Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-06T22:38:43.484Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-06T22:38:43.484Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-06T22:38:43.484Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-06T22:38:43.484Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-06T22:38:43.484Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-06T22:38:43.484Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-06T22:38:43.621Zerror: missing comma between array elements, expected `,`
2472026-08-06T22:38:43.621Z --> Cargo.toml:107:5
2482026-08-06T22:38:43.621Z |
2492026-08-06T22:38:43.621Z107 | "nexus/internal-api",
2502026-08-06T22:38:43.621Z | ^
2512026-08-06T22:38:43.624ZFailed to run command -- will try 2 more times
2522026-08-06T22:38:43.639Zerror: missing comma between array elements, expected `,`
2532026-08-06T22:38:43.639Z --> Cargo.toml:107:5
2542026-08-06T22:38:43.639Z |
2552026-08-06T22:38:43.639Z107 | "nexus/internal-api",
2562026-08-06T22:38:43.639Z | ^
2572026-08-06T22:38:43.642ZFailed to run command -- will try 1 more times
2582026-08-06T22:38:43.655Zerror: missing comma between array elements, expected `,`
2592026-08-06T22:38:43.655Z --> Cargo.toml:107:5
2602026-08-06T22:38:43.655Z |
2612026-08-06T22:38:43.655Z107 | "nexus/internal-api",
2622026-08-06T22:38:43.655Z | ^
2632026-08-06T22:38:43.658Z
2642026-08-06T22:38:43.659Zreal 13.756667258
2652026-08-06T22:38:43.659Zuser 10.745029166
2662026-08-06T22:38:43.659Zsys 1.026489684
2672026-08-06T22:38:43.659Ztrap 0.000776171
2682026-08-06T22:38:43.659Ztflt 0.040751757
2692026-08-06T22:38:43.659Zdflt 0.042781005
2702026-08-06T22:38:43.659Zkflt 0.013254064
2712026-08-06T22:38:43.659Zlock 0.050179734
2722026-08-06T22:38:43.659Zslp 15.647868268
2732026-08-06T22:38:43.659Zlat 0.012139423
2742026-08-06T22:38:43.659Zstop 0.000432176
2752026-08-06T22:38:43.659Zprocess exited: duration 13807 ms, exit code 101
 
2762026-08-06T22:38:43.665Zfound 0 output files