01KZCKHBPT3HGFC44PAKW3S04Q: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "=/tmp/nextest-chrome-trace.json",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-32c256gb",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/cargo-build-analysis.jsonl",
            series: "build-info-helios",
            name: "cargo-build-analysis.jsonl",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-chrome-trace.json",
            series: "nextest-recording-helios",
            name: "nextest-chrome-trace.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KZCKHS4DMH5CZ6ZF41WC9YWF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:48.173Zjob assigned to worker 01KZCKHZQENFJV7EW0W1201S6W [factory aws, i-02dab83907a5f00a7] (queued for 55 s)
 
22026-08-06T22:37:56.316Zstarting task 0: "setup"
32026-08-06T22:37:56.322Z++ uname -s
42026-08-06T22:37:56.325Z+ kern=SunOS
52026-08-06T22:37:56.325Z+ build_user=build
62026-08-06T22:37:56.325Z+ build_uid=12345
72026-08-06T22:37:56.325Z+ work_dir=/work
82026-08-06T22:37:56.325Z+ input_dir=/input
92026-08-06T22:37:56.325Z+ [[ 0 == 12345 ]]
102026-08-06T22:37:56.325Z+ case "$kern" in
112026-08-06T22:37:56.325Z+ groupadd -g 12345 build
122026-08-06T22:37:56.328Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:37:58.335Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:37:58.413Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:37:58.416Z+ home_fs=zfs
162026-08-06T22:37:58.416Z+ [[ zfs == autofs ]]
172026-08-06T22:37:58.416Z+ mkdir -p /home/build
182026-08-06T22:37:58.419Z+ chown build:build /home/build /work
192026-08-06T22:38:00.421Z+ chmod 0700 /home/build /work
202026-08-06T22:38:00.426Zprocess exited: duration 4114 ms, exit code 0
 
212026-08-06T22:38:00.433Zstarting task 1: "rust-toolchain"
222026-08-06T22:38:00.441Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:38:00.441Z * rust toolchain channel = "1.97.1"
242026-08-06T22:38:00.441Z * rust toolchain profile = "default"
252026-08-06T22:38:00.441Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-06T22:38:00.441Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:38:00.441Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:38:00.444Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:38:00.444Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:38:00.562Zinfo: downloading installer
312026-08-06T22:38:02.258Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:02.258Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:02.258Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:02.258Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:02.266Zinfo: profile set to default
362026-08-06T22:38:02.266Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:02.266Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:02.266Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:02.266Zinfo: downloading 6 components
402026-08-06T22:38:17.552Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:38:17.552Z
422026-08-06T22:38:17.582Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:17.582Z
442026-08-06T22:38:17.582Z
452026-08-06T22:38:17.582ZRust is installed now. Great!
462026-08-06T22:38:17.582Z
472026-08-06T22:38:17.582ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:17.582Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:17.582Z
502026-08-06T22:38:17.582ZTo configure your current shell, you need to source
512026-08-06T22:38:17.582Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:17.582Z
532026-08-06T22:38:17.582ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:17.582Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:17.582Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:17.582Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:17.582Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:17.582Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:17.582Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:17.586Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:17.586Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:17.685Z+ rustup --version
632026-08-06T22:38:17.692Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:17.695Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:17.714Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:17.719Z+ cargo --version
672026-08-06T22:38:17.726Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:17.729Z+ rustc --version
692026-08-06T22:38:17.750Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:17.753Zprocess exited: duration 17320 ms, exit code 0
 
712026-08-06T22:38:17.759Zstarting task 2: "authentication"
722026-08-06T22:38:17.783Zprocess exited: duration 23 ms, exit code 0
 
732026-08-06T22:38:17.790Zstarting task 3: "clone repository"
742026-08-06T22:38:17.797Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:17.800Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:17.831ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:28.947Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:28.947Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:29.235ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:29.235Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:29.248Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:29.251Z++ git branch --show-current
832026-08-06T22:38:29.254Z+ current=main
842026-08-06T22:38:29.254Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:29.254Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:29.257Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:29.514ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:29.517Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:29.532ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:29.535Zprocess exited: duration 11745 ms, exit code 0
 
912026-08-06T22:38:29.541Zstarting task 4: "build"
922026-08-06T22:38:29.551Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-06T22:38:29.551Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-06T22:38:29.551Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-06T22:38:29.551Z+ mkdir /var/tmp/omicron_tmp
962026-08-06T22:38:29.554Z+ source ./env.sh
972026-08-06T22:38:29.554Z++ OLD_SHELL_OPTS=ehxB
982026-08-06T22:38:29.554Z++ set -o xtrace
992026-08-06T22:38:29.558Z++++ dirname ./env.sh
1002026-08-06T22:38:29.560Z+++ readlink -f .
1012026-08-06T22:38:29.563Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-06T22:38:29.563Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032026-08-06T22:38:29.564Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042026-08-06T22:38:29.564Z++ 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
1052026-08-06T22:38:29.564Z++ 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
1062026-08-06T22:38:29.564Z++ 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
1072026-08-06T22:38:29.564Z++ 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
1082026-08-06T22:38:29.564Z++ 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
1092026-08-06T22:38:29.564Z++ 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
1102026-08-06T22:38:29.564Z++ 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
1112026-08-06T22:38:29.564Z++ 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
1122026-08-06T22:38:29.564Z++ case $OLD_SHELL_OPTS in
1132026-08-06T22:38:29.564Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-06T22:38:29.564Z+ source .github/buildomat/ci-env.sh
1152026-08-06T22:38:29.564Z++ export CARGO_TERM_COLOR=always
1162026-08-06T22:38:29.564Z++ CARGO_TERM_COLOR=always
1172026-08-06T22:38:29.567Z+++ uname -s
1182026-08-06T22:38:29.567Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-06T22:38:29.567Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-06T22:38:29.570Z+ target_os=illumos
1212026-08-06T22:38:29.570Z+ NEXTEST_VERSION=0.9.131
1222026-08-06T22:38:29.570Z+ cargo --version
1232026-08-06T22:38:29.579Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-06T22:38:29.582Z+ rustc --version
1252026-08-06T22:38:29.604Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-06T22:38:29.607Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-06T22:38:29.609Z+ gunzip
1282026-08-06T22:38:29.609Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-06T22:38:30.537Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-06T22:38:30.541Z+ OUTPUT_DIR=/work
1312026-08-06T22:38:30.541Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-06T22:38:30.541Ztests will store non-ephemeral output in /work
1332026-08-06T22:38:30.541Z+ mkdir -p /work
1342026-08-06T22:38:30.547Z+ banner prerequisites
1352026-08-06T22:38:30.547Z
1362026-08-06T22:38:30.547Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-06T22:38:30.547Z # # # # # # # # # # # # # # #
1382026-08-06T22:38:30.547Z # # # # ##### # # ##### # # # # # #### #
1392026-08-06T22:38:30.547Z ##### ##### # ##### # # # # # # # # #
1402026-08-06T22:38:30.547Z # # # # # # # # # # # # # # #
1412026-08-06T22:38:30.547Z # # # ###### # # ###### ### # #### # #### #
1422026-08-06T22:38:30.547Z
1432026-08-06T22:38:30.547Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-06T22:38:32.366Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-06T22:38:32.611Z Startup: Caching catalogs ... Done
1462026-08-06T22:38:33.928ZPlanning: Solver setup ... Done (1.230s)
1472026-08-06T22:38:33.973ZPlanning: Running solver ... Done (0.044s)
1482026-08-06T22:38:34.004ZPlanning: Finding local manifests ... Done (0.003s)
1492026-08-06T22:38:34.016ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-06T22:38:34.039ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-06T22:38:34.054ZPlanning: Package planning ... Done (0.016s)
1522026-08-06T22:38:34.058ZPlanning: Merging actions ... Done (0.001s)
1532026-08-06T22:38:34.227ZPlanning: Checking for conflicting actions ... Done (0.170s)
1542026-08-06T22:38:34.230ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-06T22:38:35.129ZPlanning: Evaluating mediators ... Done (0.902s)
1562026-08-06T22:38:35.132ZPlanning: Planning completed in 2.49 seconds
1572026-08-06T22:38:35.139Z Packages to install: 2
1582026-08-06T22:38:35.139Z Estimated space available: 156.01 GB
1592026-08-06T22:38:35.139ZEstimated space to be consumed: 56.47 MB
1602026-08-06T22:38:35.139Z Create boot environment: No
1612026-08-06T22:38:35.139ZCreate backup boot environment: No
1622026-08-06T22:38:35.139Z Rebuild boot archive: No
1632026-08-06T22:38:35.139Z
1642026-08-06T22:38:35.139ZChanged packages:
1652026-08-06T22:38:35.139Zhelios
1662026-08-06T22:38:35.142Z developer/build-essential
1672026-08-06T22:38:35.142Z None -> 11-3.0
1682026-08-06T22:38:35.142Z library/libxmlsec1
1692026-08-06T22:38:35.142Z None -> 1.2.35-3.0
1702026-08-06T22:38:35.166Z
1712026-08-06T22:38:35.166ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-06T22:38:35.234ZDownload: Completed 1.28 MB in 0.07 seconds (18.9M/s)
1732026-08-06T22:38:35.338Z Actions: 1/268 actions (Installing new actions)
1742026-08-06T22:38:35.377Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-06T22:38:35.403ZFinalize: Updating package state database ... Done (0.025s)
1762026-08-06T22:38:35.403ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-06T22:38:35.466ZFinalize: Updating image state ... Done (0.063s)
1782026-08-06T22:38:38.170ZFinalize: Creating fast lookup database ... Done (2.666s)
1792026-08-06T22:38:38.245ZFinalize: Reading search index ... Done (0.013s)
1802026-08-06T22:38:38.248ZFinalize: Updating search index ... Done (0.000s)
1812026-08-06T22:38:38.347ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-06T22:38:38.693ZPlanning: Evaluating mediator changes ... Done
1832026-08-06T22:38:38.796ZPlanning: Checking for conflicting actions ... Done
1842026-08-06T22:38:38.799ZPlanning: Consolidating action changes ... Done
1852026-08-06T22:38:38.953ZPlanning: Evaluating mediators ... Done
1862026-08-06T22:38:38.956ZPlanning: Planning completed in 0.26 seconds
1872026-08-06T22:38:38.976Z Mediators to change: 2
1882026-08-06T22:38:38.976Z Create boot environment: No
1892026-08-06T22:38:38.976ZCreate backup boot environment: No
1902026-08-06T22:38:39.026ZFinalize: Updating package state database ... Done
1912026-08-06T22:38:39.026ZFinalize: Updating package cache ... Done
1922026-08-06T22:38:39.061ZFinalize: Updating image state ... Done
1932026-08-06T22:38:40.993ZFinalize: Creating fast lookup database ... Done
1942026-08-06T22:38:41.052ZFinalize: Reading search index ... Done
1952026-08-06T22:38:41.055ZFinalize: Updating search index ... Done
1962026-08-06T22:38:41.125ZFinalize: Updating package cache ... Done
1972026-08-06T22:38:41.407ZPlanning: Evaluating mediator changes ... Done
1982026-08-06T22:38:41.510ZPlanning: Checking for conflicting actions ... Done
1992026-08-06T22:38:41.513ZPlanning: Consolidating action changes ... Done
2002026-08-06T22:38:41.667ZPlanning: Evaluating mediators ... Done
2012026-08-06T22:38:41.670ZPlanning: Planning completed in 0.26 seconds
2022026-08-06T22:38:41.691Z Mediators to change: 1
2032026-08-06T22:38:41.691Z Create boot environment: No
2042026-08-06T22:38:41.691ZCreate backup boot environment: No
2052026-08-06T22:38:41.735ZFinalize: Updating package state database ... Done
2062026-08-06T22:38:41.735ZFinalize: Updating package cache ... Done
2072026-08-06T22:38:41.773ZFinalize: Updating image state ... Done
2082026-08-06T22:38:43.714ZFinalize: Creating fast lookup database ... Done
2092026-08-06T22:38:43.779ZFinalize: Reading search index ... Done
2102026-08-06T22:38:43.782ZFinalize: Updating search index ... Done
2112026-08-06T22:38:43.846ZFinalize: Updating package cache ... Done
2122026-08-06T22:38:44.157ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-06T22:38:44.157Zapache system 2.4 system
2142026-08-06T22:38:44.157Zclang system 15 system
2152026-08-06T22:38:44.158Zcsh system system illumos
2162026-08-06T22:38:44.158Zctags system system illumos
2172026-08-06T22:38:44.158Zfile vendor vendor darwinsys
2182026-08-06T22:38:44.158Zfile system system illumos
2192026-08-06T22:38:44.158Zgcc vendor 14 vendor
2202026-08-06T22:38:44.158Zgcc system 13 system
2212026-08-06T22:38:44.158Zgcc system 10 system
2222026-08-06T22:38:44.158Zgo system 1.25 system
2232026-08-06T22:38:44.158Zllvm system 15 system
2242026-08-06T22:38:44.158Zmariadb system 11.4 system
2252026-08-06T22:38:44.158Zmta vendor vendor dma
2262026-08-06T22:38:44.158Zopenjdk system 17 system
2272026-08-06T22:38:44.158Zopenjdk system 11 system
2282026-08-06T22:38:44.158Zopenssl vendor 3 vendor
2292026-08-06T22:38:44.158Zperl system 5.40 system
2302026-08-06T22:38:44.158Zpostgresql system 18 system
2312026-08-06T22:38:44.158Zpostgresql system 17 system
2322026-08-06T22:38:44.158Zpython vendor 3 vendor
2332026-08-06T22:38:44.158Zpython system 2 system
2342026-08-06T22:38:44.158Zpython3 vendor 3.13 vendor
2352026-08-06T22:38:44.158Zruby system 3.4 system
2362026-08-06T22:38:44.158Zruby system 3.0 system
2372026-08-06T22:38:44.158Zwords vendor vendor american-english
2382026-08-06T22:38:44.158Zwords system system australian-english
2392026-08-06T22:38:44.158Zwords system system british-english
2402026-08-06T22:38:44.158Zwords system system canadian-english
2412026-08-06T22:38:44.159Zwords system system french
2422026-08-06T22:38:44.159Zwords system system italian
2432026-08-06T22:38:44.159Zwords system system ngerman
2442026-08-06T22:38:44.159Zwords system system ogerman
2452026-08-06T22:38:44.159Zwords system system spanish
2462026-08-06T22:38:44.414ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-06T22:38:44.414Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-06T22:38:44.807ZFMRI IFO
2492026-08-06T22:38:44.807Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-06T22:38:44.807Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-06T22:38:44.807Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-06T22:38:44.807Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-06T22:38:44.807Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-06T22:38:44.807Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-06T22:38:44.807Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-06T22:38:44.807Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-06T22:38:44.807Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-06T22:38:44.940Zerror: missing comma between array elements, expected `,`
2592026-08-06T22:38:44.940Z --> Cargo.toml:107:5
2602026-08-06T22:38:44.940Z |
2612026-08-06T22:38:44.940Z107 | "nexus/internal-api",
2622026-08-06T22:38:44.940Z | ^
2632026-08-06T22:38:44.943ZFailed to run command -- will try 2 more times
2642026-08-06T22:38:44.958Zerror: missing comma between array elements, expected `,`
2652026-08-06T22:38:44.958Z --> Cargo.toml:107:5
2662026-08-06T22:38:44.958Z |
2672026-08-06T22:38:44.958Z107 | "nexus/internal-api",
2682026-08-06T22:38:44.958Z | ^
2692026-08-06T22:38:44.961ZFailed to run command -- will try 1 more times
2702026-08-06T22:38:44.976Zerror: missing comma between array elements, expected `,`
2712026-08-06T22:38:44.976Z --> Cargo.toml:107:5
2722026-08-06T22:38:44.976Z |
2732026-08-06T22:38:44.976Z107 | "nexus/internal-api",
2742026-08-06T22:38:44.976Z | ^
2752026-08-06T22:38:44.979Z
2762026-08-06T22:38:44.979Zreal 14.429384914
2772026-08-06T22:38:44.979Zuser 11.009393194
2782026-08-06T22:38:44.979Zsys 1.112882875
2792026-08-06T22:38:44.979Ztrap 0.001314190
2802026-08-06T22:38:44.979Ztflt 0.043614159
2812026-08-06T22:38:44.979Zdflt 0.042596137
2822026-08-06T22:38:44.979Zkflt 0.013469775
2832026-08-06T22:38:44.979Zlock 0.051440006
2842026-08-06T22:38:44.979Zslp 16.617700325
2852026-08-06T22:38:44.979Zlat 0.049887291
2862026-08-06T22:38:44.979Zstop 0.000628440
2872026-08-06T22:38:44.982Zprocess exited: duration 15437 ms, exit code 101
 
2882026-08-06T22:38:44.988Zfound 0 output files
2892026-08-06T22:38:44.991Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
2902026-08-06T22:38:44.991Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used