01KZ5FBZQRDSCNR20CP3C1QCWE: 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: 01KZ5FCEFFVRD0GDJM43QZF2VP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T04:10:11.710Zjob assigned to worker 01KZ5FCGSTPJXQ7E3X4YZAHQ4G [factory aws, i-05784292097ad9378] (queued for 49 s)
 
22026-08-04T04:10:19.202Zstarting task 0: "setup"
32026-08-04T04:10:19.211Z++ uname -s
42026-08-04T04:10:19.215Z+ kern=SunOS
52026-08-04T04:10:19.215Z+ build_user=build
62026-08-04T04:10:19.215Z+ build_uid=12345
72026-08-04T04:10:19.215Z+ work_dir=/work
82026-08-04T04:10:19.215Z+ input_dir=/input
92026-08-04T04:10:19.215Z+ [[ 0 == 12345 ]]
102026-08-04T04:10:19.215Z+ case "$kern" in
112026-08-04T04:10:19.215Z+ groupadd -g 12345 build
122026-08-04T04:10:19.218Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T04:10:21.224Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T04:10:21.340Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T04:10:21.343Z+ home_fs=zfs
162026-08-04T04:10:21.343Z+ [[ zfs == autofs ]]
172026-08-04T04:10:21.343Z+ mkdir -p /home/build
182026-08-04T04:10:21.346Z+ chown build:build /home/build /work
192026-08-04T04:10:23.348Z+ chmod 0700 /home/build /work
202026-08-04T04:10:23.352Zprocess exited: duration 4149 ms, exit code 0
 
212026-08-04T04:10:23.358Zstarting task 1: "rust-toolchain"
222026-08-04T04:10:23.365Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T04:10:23.365Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-04T04:10:23.365Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-04T04:10:23.365Z * rust toolchain channel = "1.97.1"
262026-08-04T04:10:23.365Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T04:10:23.368Z * rust toolchain profile = "default"
282026-08-04T04:10:23.368Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T04:10:23.368Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T04:10:23.484Zinfo: downloading installer
312026-08-04T04:10:25.193Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T04:10:25.193Zwarn: /home/build/.rustup/settings.toml
332026-08-04T04:10:25.193Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T04:10:25.193Zwarn: instead of the one inferred from the default host triple.
352026-08-04T04:10:25.206Zinfo: profile set to default
362026-08-04T04:10:25.206Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T04:10:25.209Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T04:10:25.345Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T04:10:25.350Zinfo: downloading 6 components
402026-08-04T04:10:40.329Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T04:10:40.329Z
422026-08-04T04:10:40.359Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T04:10:40.359Z
442026-08-04T04:10:40.359Z
452026-08-04T04:10:40.359ZRust is installed now. Great!
462026-08-04T04:10:40.359Z
472026-08-04T04:10:40.362ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T04:10:40.362Zenvironment variable. This has not been done automatically.
492026-08-04T04:10:40.362Z
502026-08-04T04:10:40.362ZTo configure your current shell, you need to source
512026-08-04T04:10:40.362Zthe corresponding env file under $HOME/.cargo.
522026-08-04T04:10:40.363Z
532026-08-04T04:10:40.363ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T04:10:40.363Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T04:10:40.363Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T04:10:40.363Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T04:10:40.363Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T04:10:40.363Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T04:10:40.363Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T04:10:40.363Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T04:10:40.363Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T04:10:40.464Z+ rustup --version
632026-08-04T04:10:40.471Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T04:10:40.474Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T04:10:40.492Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T04:10:40.495Z+ cargo --version
672026-08-04T04:10:40.504Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T04:10:40.507Z+ rustc --version
692026-08-04T04:10:40.529Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T04:10:40.532Zprocess exited: duration 17172 ms, exit code 0
 
712026-08-04T04:10:40.539Zstarting task 2: "authentication"
722026-08-04T04:10:40.561Zprocess exited: duration 22 ms, exit code 0
 
732026-08-04T04:10:40.568Zstarting task 3: "clone repository"
742026-08-04T04:10:40.573Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T04:10:40.577Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T04:10:40.609ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T04:10:50.764Z+ cd /work/oxidecomputer/omicron
782026-08-04T04:10:50.764Z+ git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
792026-08-04T04:10:51.059ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T04:10:51.059Z * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD
812026-08-04T04:10:51.072Z+ [[ -n renovate/attest-mock-digest ]]
822026-08-04T04:10:51.075Z++ git branch --show-current
832026-08-04T04:10:51.078Z+ current=main
842026-08-04T04:10:51.078Z+ [[ main != renovate/attest-mock-digest ]]
852026-08-04T04:10:51.078Z+ git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
862026-08-04T04:10:51.081Z+ git checkout -f renovate/attest-mock-digest
872026-08-04T04:10:51.331ZSwitched to branch 'renovate/attest-mock-digest'
882026-08-04T04:10:51.333Z+ git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
892026-08-04T04:10:51.349ZHEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0
902026-08-04T04:10:51.352Zprocess exited: duration 10782 ms, exit code 0
 
912026-08-04T04:10:51.358Zstarting task 4: "build"
922026-08-04T04:10:51.366Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
932026-08-04T04:10:51.366Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
942026-08-04T04:10:51.366Ztests will store ephemeral output in /var/tmp/omicron_tmp
952026-08-04T04:10:51.366Z+ mkdir /var/tmp/omicron_tmp
962026-08-04T04:10:51.369Z+ source ./env.sh
972026-08-04T04:10:51.369Z++ OLD_SHELL_OPTS=ehxB
982026-08-04T04:10:51.369Z++ set -o xtrace
992026-08-04T04:10:51.372Z++++ dirname ./env.sh
1002026-08-04T04:10:51.375Z+++ readlink -f .
1012026-08-04T04:10:51.378Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022026-08-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ 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-04T04:10:51.378Z++ case $OLD_SHELL_OPTS in
1132026-08-04T04:10:51.378Z++ unset OLD_SHELL_OPTS OMICRON_WS
1142026-08-04T04:10:51.378Z+ source .github/buildomat/ci-env.sh
1152026-08-04T04:10:51.378Z++ export CARGO_TERM_COLOR=always
1162026-08-04T04:10:51.378Z++ CARGO_TERM_COLOR=always
1172026-08-04T04:10:51.382Z+++ uname -s
1182026-08-04T04:10:51.382Z++ [[ SunOS == \S\u\n\O\S ]]
1192026-08-04T04:10:51.382Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1202026-08-04T04:10:51.385Z+ target_os=illumos
1212026-08-04T04:10:51.385Z+ NEXTEST_VERSION=0.9.131
1222026-08-04T04:10:51.385Z+ cargo --version
1232026-08-04T04:10:51.393Zcargo 1.97.1 (c980f4866 2026-06-30)
1242026-08-04T04:10:51.396Z+ rustc --version
1252026-08-04T04:10:51.416Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1262026-08-04T04:10:51.420Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.131/illumos
1272026-08-04T04:10:51.422Z+ gunzip
1282026-08-04T04:10:51.422Z+ tar -xvf - -C /home/build/.cargo/bin
1292026-08-04T04:10:52.387Zx cargo-nextest, 22186872 bytes, 43334 tape blocks
1302026-08-04T04:10:52.390Z+ OUTPUT_DIR=/work
1312026-08-04T04:10:52.390Z+ echo 'tests will store non-ephemeral output in /work'
1322026-08-04T04:10:52.390Ztests will store non-ephemeral output in /work
1332026-08-04T04:10:52.390Z+ mkdir -p /work
1342026-08-04T04:10:52.393Z+ banner prerequisites
1352026-08-04T04:10:52.394Z
1362026-08-04T04:10:52.394Z ##### ##### ###### ##### ###### #### # # # #### #
1372026-08-04T04:10:52.394Z # # # # # # # # # # # # # # #
1382026-08-04T04:10:52.394Z # # # # ##### # # ##### # # # # # #### #
1392026-08-04T04:10:52.394Z ##### ##### # ##### # # # # # # # # #
1402026-08-04T04:10:52.394Z # # # # # # # # # # # # # # #
1412026-08-04T04:10:52.394Z # # # ###### # # ###### ### # #### # #### #
1422026-08-04T04:10:52.394Z
1432026-08-04T04:10:52.394Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1442026-08-04T04:10:54.212Z Startup: Refreshing catalog 'helios' ... Done
1452026-08-04T04:10:54.459Z Startup: Caching catalogs ... Done
1462026-08-04T04:10:55.769ZPlanning: Solver setup ... Done (1.225s)
1472026-08-04T04:10:55.813ZPlanning: Running solver ... Done (0.044s)
1482026-08-04T04:10:55.845ZPlanning: Finding local manifests ... Done (0.003s)
1492026-08-04T04:10:55.857ZPlanning: Fetching manifests: 0/2 0% complete
1502026-08-04T04:10:55.873ZPlanning: Fetching manifests: 2/2 100% complete
1512026-08-04T04:10:55.888ZPlanning: Package planning ... Done (0.015s)
1522026-08-04T04:10:55.891ZPlanning: Merging actions ... Done (0.001s)
1532026-08-04T04:10:56.047ZPlanning: Checking for conflicting actions ... Done (0.157s)
1542026-08-04T04:10:56.050ZPlanning: Consolidating action changes ... Done (0.001s)
1552026-08-04T04:10:56.929ZPlanning: Evaluating mediators ... Done (0.881s)
1562026-08-04T04:10:56.932ZPlanning: Planning completed in 2.44 seconds
1572026-08-04T04:10:56.938Z Packages to install: 2
1582026-08-04T04:10:56.938Z Estimated space available: 156.01 GB
1592026-08-04T04:10:56.938ZEstimated space to be consumed: 56.46 MB
1602026-08-04T04:10:56.941Z Create boot environment: No
1612026-08-04T04:10:56.941ZCreate backup boot environment: No
1622026-08-04T04:10:56.941Z Rebuild boot archive: No
1632026-08-04T04:10:56.941Z
1642026-08-04T04:10:56.941ZChanged packages:
1652026-08-04T04:10:56.941Zhelios
1662026-08-04T04:10:56.941Z developer/build-essential
1672026-08-04T04:10:56.941Z None -> 11-3.0
1682026-08-04T04:10:56.941Z library/libxmlsec1
1692026-08-04T04:10:56.941Z None -> 1.2.35-3.0
1702026-08-04T04:10:56.965Z
1712026-08-04T04:10:56.965ZDownload: 0/214 items 0.0/1.3MB 0% complete
1722026-08-04T04:10:57.034ZDownload: Completed 1.28 MB in 0.07 seconds (18.5M/s)
1732026-08-04T04:10:57.110Z Actions: 1/268 actions (Installing new actions)
1742026-08-04T04:10:57.148Z Actions: Completed 268 actions in 0.04 seconds.
1752026-08-04T04:10:57.172ZFinalize: Updating package state database ... Done (0.025s)
1762026-08-04T04:10:57.173ZFinalize: Updating package cache ... Done (0.000s)
1772026-08-04T04:10:57.233ZFinalize: Updating image state ... Done (0.060s)
1782026-08-04T04:10:59.872ZFinalize: Creating fast lookup database ... Done (2.599s)
1792026-08-04T04:10:59.948ZFinalize: Reading search index ... Done (0.013s)
1802026-08-04T04:10:59.951ZFinalize: Updating search index ... Done (0.000s)
1812026-08-04T04:11:00.046ZFinalize: Updating package cache ... Done (0.000s)
1822026-08-04T04:11:00.394ZPlanning: Evaluating mediator changes ... Done
1832026-08-04T04:11:00.505ZPlanning: Checking for conflicting actions ... Done
1842026-08-04T04:11:00.509ZPlanning: Consolidating action changes ... Done
1852026-08-04T04:11:00.656ZPlanning: Evaluating mediators ... Done
1862026-08-04T04:11:00.659ZPlanning: Planning completed in 0.26 seconds
1872026-08-04T04:11:00.680Z Mediators to change: 2
1882026-08-04T04:11:00.680Z Create boot environment: No
1892026-08-04T04:11:00.680ZCreate backup boot environment: No
1902026-08-04T04:11:00.724ZFinalize: Updating package state database ... Done
1912026-08-04T04:11:00.724ZFinalize: Updating package cache ... Done
1922026-08-04T04:11:00.758ZFinalize: Updating image state ... Done
1932026-08-04T04:11:02.694ZFinalize: Creating fast lookup database ... Done
1942026-08-04T04:11:02.757ZFinalize: Reading search index ... Done
1952026-08-04T04:11:02.759ZFinalize: Updating search index ... Done
1962026-08-04T04:11:02.827ZFinalize: Updating package cache ... Done
1972026-08-04T04:11:03.107ZPlanning: Evaluating mediator changes ... Done
1982026-08-04T04:11:03.211ZPlanning: Checking for conflicting actions ... Done
1992026-08-04T04:11:03.214ZPlanning: Consolidating action changes ... Done
2002026-08-04T04:11:03.365ZPlanning: Evaluating mediators ... Done
2012026-08-04T04:11:03.368ZPlanning: Planning completed in 0.26 seconds
2022026-08-04T04:11:03.389Z Mediators to change: 1
2032026-08-04T04:11:03.389Z Create boot environment: No
2042026-08-04T04:11:03.389ZCreate backup boot environment: No
2052026-08-04T04:11:03.430ZFinalize: Updating package state database ... Done
2062026-08-04T04:11:03.430ZFinalize: Updating package cache ... Done
2072026-08-04T04:11:03.475ZFinalize: Updating image state ... Done
2082026-08-04T04:11:05.419ZFinalize: Creating fast lookup database ... Done
2092026-08-04T04:11:05.481ZFinalize: Reading search index ... Done
2102026-08-04T04:11:05.485ZFinalize: Updating search index ... Done
2112026-08-04T04:11:05.586ZFinalize: Updating package cache ... Done
2122026-08-04T04:11:05.895ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2132026-08-04T04:11:05.895Zapache system 2.4 system
2142026-08-04T04:11:05.895Zclang system 15 system
2152026-08-04T04:11:05.895Zcsh system system illumos
2162026-08-04T04:11:05.895Zctags system system illumos
2172026-08-04T04:11:05.895Zfile vendor vendor darwinsys
2182026-08-04T04:11:05.895Zfile system system illumos
2192026-08-04T04:11:05.895Zgcc vendor 14 vendor
2202026-08-04T04:11:05.895Zgcc system 13 system
2212026-08-04T04:11:05.895Zgcc system 10 system
2222026-08-04T04:11:05.895Zgo system 1.25 system
2232026-08-04T04:11:05.895Zllvm system 15 system
2242026-08-04T04:11:05.895Zmariadb system 11.4 system
2252026-08-04T04:11:05.895Zmta vendor vendor dma
2262026-08-04T04:11:05.895Zopenjdk system 17 system
2272026-08-04T04:11:05.895Zopenjdk system 11 system
2282026-08-04T04:11:05.895Zopenssl vendor 3 vendor
2292026-08-04T04:11:05.895Zperl system 5.40 system
2302026-08-04T04:11:05.895Zpostgresql system 18 system
2312026-08-04T04:11:05.895Zpostgresql system 17 system
2322026-08-04T04:11:05.895Zpython vendor 3 vendor
2332026-08-04T04:11:05.895Zpython system 2 system
2342026-08-04T04:11:05.895Zpython3 vendor 3.13 vendor
2352026-08-04T04:11:05.895Zruby system 3.4 system
2362026-08-04T04:11:05.895Zruby system 3.0 system
2372026-08-04T04:11:05.895Zwords vendor vendor american-english
2382026-08-04T04:11:05.895Zwords system system australian-english
2392026-08-04T04:11:05.895Zwords system system british-english
2402026-08-04T04:11:05.895Zwords system system canadian-english
2412026-08-04T04:11:05.895Zwords system system french
2422026-08-04T04:11:05.896Zwords system system italian
2432026-08-04T04:11:05.896Zwords system system ngerman
2442026-08-04T04:11:05.896Zwords system system ogerman
2452026-08-04T04:11:05.896Zwords system system spanish
2462026-08-04T04:11:06.156ZPUBLISHER TYPE STATUS P LOCATION
2472026-08-04T04:11:06.156Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2482026-08-04T04:11:06.552ZFMRI IFO
2492026-08-04T04:11:06.552Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2502026-08-04T04:11:06.552Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2512026-08-04T04:11:06.552Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2522026-08-04T04:11:06.552Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2532026-08-04T04:11:06.552Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2542026-08-04T04:11:06.552Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2552026-08-04T04:11:06.552Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2562026-08-04T04:11:06.552Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2572026-08-04T04:11:06.552Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2582026-08-04T04:11:06.850Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2592026-08-04T04:11:07.087Z Updating crates.io index
2602026-08-04T04:11:07.090Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2612026-08-04T04:11:07.299Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2622026-08-04T04:11:07.601Z Updating git repository `https://github.com/oxidecomputer/propolis`
2632026-08-04T04:11:08.539Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2642026-08-04T04:11:09.012Z Updating git repository `https://github.com/oxidecomputer/crucible`
2652026-08-04T04:11:10.522Z Updating git repository `https://github.com/oxidecomputer/opte`
2662026-08-04T04:11:11.305Z Updating git repository `https://github.com/oxidecomputer/tofino`
2672026-08-04T04:11:11.526Z Updating git repository `https://github.com/oxidecomputer/lldp`
2682026-08-04T04:11:11.800Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2692026-08-04T04:11:13.119Z Updating git repository `https://github.com/oxidecomputer/clickward`
2702026-08-04T04:11:13.362Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2712026-08-04T04:11:13.692Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2722026-08-04T04:11:13.925Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2732026-08-04T04:11:14.362Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2742026-08-04T04:11:14.796Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2752026-08-04T04:11:15.010Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-08-04T04:11:15.223Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2772026-08-04T04:11:15.454Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2782026-08-04T04:11:15.697Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2792026-08-04T04:11:15.905Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2802026-08-04T04:11:16.103Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2812026-08-04T04:11:16.366Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2822026-08-04T04:11:16.646Z Updating git repository `https://github.com/oxidecomputer/erebor`
2832026-08-04T04:11:16.860Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2842026-08-04T04:11:17.215Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2852026-08-04T04:11:17.451Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2862026-08-04T04:11:17.786Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2872026-08-04T04:11:18.305Z Updating git repository `https://github.com/oxidecomputer/ispf`
2882026-08-04T04:11:18.506Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2892026-08-04T04:11:18.756Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2902026-08-04T04:11:19.042Z Updating crates.io index
2912026-08-04T04:11:19.045Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2922026-08-04T04:11:19.045Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2932026-08-04T04:11:19.393Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2942026-08-04T04:11:19.601Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2952026-08-04T04:11:19.846Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2962026-08-04T04:11:20.095Z Updating git repository `https://github.com/oxidecomputer/tough`
2972026-08-04T04:11:20.568Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2982026-08-04T04:11:20.820Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2992026-08-04T04:11:21.030Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3002026-08-04T04:11:21.238Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3012026-08-04T04:11:21.472Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3022026-08-04T04:11:21.694Z Updating git repository `https://github.com/illumos/smf-rs`
3032026-08-04T04:11:23.625Zerror: failed to select a version for `getrandom`.
3042026-08-04T04:11:23.625Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3052026-08-04T04:11:23.625Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3062026-08-04T04:11:23.625Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3072026-08-04T04:11:23.625Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3082026-08-04T04:11:23.626Zversions that meet the requirements `^0.4.3` are: 0.4.3
3092026-08-04T04:11:23.626Z
3102026-08-04T04:11:23.626Zall possible versions conflict with previously selected packages
3112026-08-04T04:11:23.626Z
3122026-08-04T04:11:23.626Z previously selected package `getrandom v0.4.1`
3132026-08-04T04:11:23.626Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3142026-08-04T04:11:23.626Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
3152026-08-04T04:11:23.626Z
3162026-08-04T04:11:23.626Zfailed to select a version for `getrandom` which could resolve this conflict
3172026-08-04T04:11:23.675ZFailed to run command -- will try 2 more times
3182026-08-04T04:11:23.900Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3192026-08-04T04:11:23.946Z Updating crates.io index
3202026-08-04T04:11:23.959Z Updating crates.io index
3212026-08-04T04:11:23.962Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3222026-08-04T04:11:24.881Zerror: failed to select a version for `getrandom`.
3232026-08-04T04:11:24.881Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3242026-08-04T04:11:24.881Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3252026-08-04T04:11:24.881Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3262026-08-04T04:11:24.881Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3272026-08-04T04:11:24.881Zversions that meet the requirements `^0.4.3` are: 0.4.3
3282026-08-04T04:11:24.881Z
3292026-08-04T04:11:24.881Zall possible versions conflict with previously selected packages
3302026-08-04T04:11:24.881Z
3312026-08-04T04:11:24.881Z previously selected package `getrandom v0.4.1`
3322026-08-04T04:11:24.881Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3332026-08-04T04:11:24.881Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
3342026-08-04T04:11:24.881Z
3352026-08-04T04:11:24.881Zfailed to select a version for `getrandom` which could resolve this conflict
3362026-08-04T04:11:24.919ZFailed to run command -- will try 1 more times
3372026-08-04T04:11:25.151Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3382026-08-04T04:11:25.219Z Updating crates.io index
3392026-08-04T04:11:25.222Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3402026-08-04T04:11:25.504Zerror: failed to select a version for `getrandom`.
3412026-08-04T04:11:25.504Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3422026-08-04T04:11:25.504Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3432026-08-04T04:11:25.504Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3442026-08-04T04:11:25.504Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3452026-08-04T04:11:25.504Zversions that meet the requirements `^0.4.3` are: 0.4.3
3462026-08-04T04:11:25.504Z
3472026-08-04T04:11:25.504Zall possible versions conflict with previously selected packages
3482026-08-04T04:11:25.504Z
3492026-08-04T04:11:25.504Z previously selected package `getrandom v0.4.1`
3502026-08-04T04:11:25.504Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3512026-08-04T04:11:25.504Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
3522026-08-04T04:11:25.504Z
3532026-08-04T04:11:25.504Zfailed to select a version for `getrandom` which could resolve this conflict
3542026-08-04T04:11:25.529Z
3552026-08-04T04:11:25.532Zreal 33.131319622
3562026-08-04T04:11:25.532Zuser 15.533415837
3572026-08-04T04:11:25.532Zsys 2.102446498
3582026-08-04T04:11:25.532Ztrap 0.001707283
3592026-08-04T04:11:25.532Ztflt 0.044138501
3602026-08-04T04:11:25.532Zdflt 0.045959216
3612026-08-04T04:11:25.532Zkflt 0.014911522
3622026-08-04T04:11:25.532Zlock 38.903452525
3632026-08-04T04:11:25.532Zslp 49.641999840
3642026-08-04T04:11:25.532Zlat 0.099842527
3652026-08-04T04:11:25.532Zstop 0.011362147
3662026-08-04T04:11:25.532Zprocess exited: duration 34172 ms, exit code 101
 
3672026-08-04T04:11:25.539Zfound 0 output files
3682026-08-04T04:11:25.539Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
3692026-08-04T04:11:25.539Zupload error: rule "/tmp/nextest-chrome-trace.json" required a match, but was not used