01KZ5FBZQYTYJNHF5CYYV1STQM: 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: 01KZ5FCF7EJ9E0ME510R44AJWK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T04:10:12.718Zjob assigned to worker 01KZ5FCQ5HKMJ99NPQQVQ2WSG4 [factory aws, i-0aade4e5683698367] (queued for 49 s)
 
22026-08-04T04:10:19.119Zstarting task 0: "setup"
32026-08-04T04:10:19.122Z++ uname -s
42026-08-04T04:10:19.125Z+ kern=SunOS
52026-08-04T04:10:19.125Z+ build_user=build
62026-08-04T04:10:19.125Z+ build_uid=12345
72026-08-04T04:10:19.125Z+ work_dir=/work
82026-08-04T04:10:19.125Z+ input_dir=/input
92026-08-04T04:10:19.125Z+ [[ 0 == 12345 ]]
102026-08-04T04:10:19.126Z+ case "$kern" in
112026-08-04T04:10:19.126Z+ groupadd -g 12345 build
122026-08-04T04:10:19.129Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T04:10:21.130Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T04:10:21.188Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T04:10:21.192Z+ home_fs=zfs
162026-08-04T04:10:21.192Z+ [[ zfs == autofs ]]
172026-08-04T04:10:21.192Z+ mkdir -p /home/build
182026-08-04T04:10:21.192Z+ chown build:build /home/build /work
192026-08-04T04:10:23.192Z+ chmod 0700 /home/build /work
202026-08-04T04:10:23.195Zprocess exited: duration 4077 ms, exit code 0
 
212026-08-04T04:10:23.200Zstarting task 1: "rust-toolchain"
222026-08-04T04:10:23.204Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T04:10:23.204Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-04T04:10:23.204Z * rust toolchain channel = "1.97.1"
252026-08-04T04:10:23.204Z * rust toolchain profile = "default"
262026-08-04T04:10:23.206Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T04:10:23.207Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T04:10:23.207Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T04:10:23.207Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T04:10:23.297Zinfo: downloading installer
312026-08-04T04:10:24.700Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T04:10:24.700Zwarn: /home/build/.rustup/settings.toml
332026-08-04T04:10:24.700Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T04:10:24.700Zwarn: instead of the one inferred from the default host triple.
352026-08-04T04:10:24.713Zinfo: profile set to default
362026-08-04T04:10:24.713Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T04:10:24.716Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T04:10:24.852Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T04:10:24.855Zinfo: downloading 6 components
402026-08-04T04:10:39.932Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T04:10:39.932Z
422026-08-04T04:10:39.970Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T04:10:39.970Z
442026-08-04T04:10:39.970Z
452026-08-04T04:10:39.970ZRust is installed now. Great!
462026-08-04T04:10:39.970Z
472026-08-04T04:10:39.970ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T04:10:39.970Zenvironment variable. This has not been done automatically.
492026-08-04T04:10:39.970Z
502026-08-04T04:10:39.970ZTo configure your current shell, you need to source
512026-08-04T04:10:39.970Zthe corresponding env file under $HOME/.cargo.
522026-08-04T04:10:39.970Z
532026-08-04T04:10:39.971ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T04:10:39.971Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T04:10:39.971Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T04:10:39.971Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T04:10:39.971Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T04:10:39.971Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T04:10:39.971Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T04:10:39.974Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T04:10:39.974Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T04:10:40.055Z+ rustup --version
632026-08-04T04:10:40.062Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T04:10:40.091Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T04:10:40.091Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T04:10:40.092Z+ cargo --version
672026-08-04T04:10:40.102Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T04:10:40.105Z+ rustc --version
692026-08-04T04:10:40.124Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T04:10:40.127Zprocess exited: duration 16925 ms, exit code 0
 
712026-08-04T04:10:40.133Zstarting task 2: "authentication"
722026-08-04T04:10:40.149Zprocess exited: duration 16 ms, exit code 0
 
732026-08-04T04:10:40.155Zstarting task 3: "clone repository"
742026-08-04T04:10:40.158Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T04:10:40.161Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T04:10:40.190ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T04:10:51.701Z+ cd /work/oxidecomputer/omicron
782026-08-04T04:10:51.701Z+ git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
792026-08-04T04:10:51.975ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T04:10:51.975Z * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD
812026-08-04T04:10:51.986Z+ [[ -n renovate/attest-mock-digest ]]
822026-08-04T04:10:51.989Z++ git branch --show-current
832026-08-04T04:10:51.989Z+ current=main
842026-08-04T04:10:51.989Z+ [[ main != renovate/attest-mock-digest ]]
852026-08-04T04:10:51.989Z+ git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
862026-08-04T04:10:51.991Z+ git checkout -f renovate/attest-mock-digest
872026-08-04T04:10:52.239ZSwitched to branch 'renovate/attest-mock-digest'
882026-08-04T04:10:52.242Z+ git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
892026-08-04T04:10:52.255ZHEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0
902026-08-04T04:10:52.257Zprocess exited: duration 12100 ms, exit code 0
 
912026-08-04T04:10:52.263Zstarting task 4: "build"
922026-08-04T04:10:52.266Z+ source .github/buildomat/ci-env.sh
932026-08-04T04:10:52.266Z++ export CARGO_TERM_COLOR=always
942026-08-04T04:10:52.266Z++ CARGO_TERM_COLOR=always
952026-08-04T04:10:52.269Z+++ uname -s
962026-08-04T04:10:52.269Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T04:10:52.269Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T04:10:52.272Z+ cargo --version
992026-08-04T04:10:52.279Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T04:10:52.284Z+ rustc --version
1012026-08-04T04:10:52.301Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T04:10:52.304Z+ source ./env.sh
1032026-08-04T04:10:52.304Z++ OLD_SHELL_OPTS=ehxB
1042026-08-04T04:10:52.305Z++ set -o xtrace
1052026-08-04T04:10:52.307Z++++ dirname ./env.sh
1062026-08-04T04:10:52.307Z+++ readlink -f .
1072026-08-04T04:10:52.310Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ 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-04T04:10:52.310Z++ case $OLD_SHELL_OPTS in
1192026-08-04T04:10:52.310Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-04T04:10:52.310Z+ 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-04T04:10:52.310Z+ 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-04T04:10:52.310Z+ banner prerequisites
1232026-08-04T04:10:52.314Z
1242026-08-04T04:10:52.314Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-04T04:10:52.314Z # # # # # # # # # # # # # # #
1262026-08-04T04:10:52.314Z # # # # ##### # # ##### # # # # # #### #
1272026-08-04T04:10:52.314Z ##### ##### # ##### # # # # # # # # #
1282026-08-04T04:10:52.314Z # # # # # # # # # # # # # # #
1292026-08-04T04:10:52.314Z # # # ###### # # ###### ### # #### # #### #
1302026-08-04T04:10:52.314Z
1312026-08-04T04:10:52.314Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-04T04:10:54.207Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-04T04:10:54.444Z Startup: Caching catalogs ... Done
1342026-08-04T04:10:55.792ZPlanning: Solver setup ... Done (1.266s)
1352026-08-04T04:10:55.837ZPlanning: Running solver ... Done (0.045s)
1362026-08-04T04:10:55.870ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-04T04:10:55.881ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-04T04:10:55.900ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-04T04:10:55.915ZPlanning: Package planning ... Done (0.014s)
1402026-08-04T04:10:55.917ZPlanning: Merging actions ... Done (0.001s)
1412026-08-04T04:10:56.078ZPlanning: Checking for conflicting actions ... Done (0.162s)
1422026-08-04T04:10:56.081ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-04T04:10:56.849ZPlanning: Evaluating mediators ... Done (0.770s)
1442026-08-04T04:10:56.852ZPlanning: Planning completed in 2.38 seconds
1452026-08-04T04:10:56.858Z Packages to install: 2
1462026-08-04T04:10:56.858Z Estimated space available: 156.02 GB
1472026-08-04T04:10:56.860ZEstimated space to be consumed: 56.46 MB
1482026-08-04T04:10:56.860Z Create boot environment: No
1492026-08-04T04:10:56.861ZCreate backup boot environment: No
1502026-08-04T04:10:56.861Z Rebuild boot archive: No
1512026-08-04T04:10:56.861Z
1522026-08-04T04:10:56.861ZChanged packages:
1532026-08-04T04:10:56.861Zhelios
1542026-08-04T04:10:56.861Z developer/build-essential
1552026-08-04T04:10:56.861Z None -> 11-3.0
1562026-08-04T04:10:56.861Z library/libxmlsec1
1572026-08-04T04:10:56.861Z None -> 1.2.35-3.0
1582026-08-04T04:10:56.883Z
1592026-08-04T04:10:56.883ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-04T04:10:56.951ZDownload: Completed 1.28 MB in 0.07 seconds (18.8M/s)
1612026-08-04T04:10:57.032Z Actions: 1/268 actions (Installing new actions)
1622026-08-04T04:10:57.070Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-04T04:10:57.095ZFinalize: Updating package state database ... Done (0.024s)
1642026-08-04T04:10:57.095ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-04T04:10:57.155ZFinalize: Updating image state ... Done (0.060s)
1662026-08-04T04:10:59.637ZFinalize: Creating fast lookup database ... Done (2.445s)
1672026-08-04T04:10:59.709ZFinalize: Reading search index ... Done (0.012s)
1682026-08-04T04:10:59.712ZFinalize: Updating search index ... Done (0.000s)
1692026-08-04T04:10:59.809ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-04T04:11:00.159ZPlanning: Evaluating mediator changes ... Done
1712026-08-04T04:11:00.264ZPlanning: Checking for conflicting actions ... Done
1722026-08-04T04:11:00.268ZPlanning: Consolidating action changes ... Done
1732026-08-04T04:11:00.421ZPlanning: Evaluating mediators ... Done
1742026-08-04T04:11:00.424ZPlanning: Planning completed in 0.26 seconds
1752026-08-04T04:11:00.445Z Mediators to change: 2
1762026-08-04T04:11:00.445Z Create boot environment: No
1772026-08-04T04:11:00.448ZCreate backup boot environment: No
1782026-08-04T04:11:00.516ZFinalize: Updating package state database ... Done
1792026-08-04T04:11:00.516ZFinalize: Updating package cache ... Done
1802026-08-04T04:11:00.551ZFinalize: Updating image state ... Done
1812026-08-04T04:11:02.490ZFinalize: Creating fast lookup database ... Done
1822026-08-04T04:11:02.555ZFinalize: Reading search index ... Done
1832026-08-04T04:11:02.558ZFinalize: Updating search index ... Done
1842026-08-04T04:11:02.620ZFinalize: Updating package cache ... Done
1852026-08-04T04:11:02.901ZPlanning: Evaluating mediator changes ... Done
1862026-08-04T04:11:03.008ZPlanning: Checking for conflicting actions ... Done
1872026-08-04T04:11:03.010ZPlanning: Consolidating action changes ... Done
1882026-08-04T04:11:03.166ZPlanning: Evaluating mediators ... Done
1892026-08-04T04:11:03.169ZPlanning: Planning completed in 0.26 seconds
1902026-08-04T04:11:03.190Z Mediators to change: 1
1912026-08-04T04:11:03.190Z Create boot environment: No
1922026-08-04T04:11:03.197ZCreate backup boot environment: No
1932026-08-04T04:11:03.230ZFinalize: Updating package state database ... Done
1942026-08-04T04:11:03.230ZFinalize: Updating package cache ... Done
1952026-08-04T04:11:03.268ZFinalize: Updating image state ... Done
1962026-08-04T04:11:05.198ZFinalize: Creating fast lookup database ... Done
1972026-08-04T04:11:05.259ZFinalize: Reading search index ... Done
1982026-08-04T04:11:05.262ZFinalize: Updating search index ... Done
1992026-08-04T04:11:05.325ZFinalize: Updating package cache ... Done
2002026-08-04T04:11:05.638ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-04T04:11:05.638Zapache system 2.4 system
2022026-08-04T04:11:05.638Zclang system 15 system
2032026-08-04T04:11:05.638Zcsh system system illumos
2042026-08-04T04:11:05.638Zctags system system illumos
2052026-08-04T04:11:05.638Zfile vendor vendor darwinsys
2062026-08-04T04:11:05.638Zfile system system illumos
2072026-08-04T04:11:05.638Zgcc vendor 14 vendor
2082026-08-04T04:11:05.638Zgcc system 13 system
2092026-08-04T04:11:05.638Zgcc system 10 system
2102026-08-04T04:11:05.638Zgo system 1.25 system
2112026-08-04T04:11:05.639Zllvm system 15 system
2122026-08-04T04:11:05.639Zmariadb system 11.4 system
2132026-08-04T04:11:05.639Zmta vendor vendor dma
2142026-08-04T04:11:05.639Zopenjdk system 17 system
2152026-08-04T04:11:05.639Zopenjdk system 11 system
2162026-08-04T04:11:05.639Zopenssl vendor 3 vendor
2172026-08-04T04:11:05.639Zperl system 5.40 system
2182026-08-04T04:11:05.639Zpostgresql system 18 system
2192026-08-04T04:11:05.639Zpostgresql system 17 system
2202026-08-04T04:11:05.639Zpython vendor 3 vendor
2212026-08-04T04:11:05.639Zpython system 2 system
2222026-08-04T04:11:05.639Zpython3 vendor 3.13 vendor
2232026-08-04T04:11:05.639Zruby system 3.4 system
2242026-08-04T04:11:05.639Zruby system 3.0 system
2252026-08-04T04:11:05.639Zwords vendor vendor american-english
2262026-08-04T04:11:05.639Zwords system system australian-english
2272026-08-04T04:11:05.639Zwords system system british-english
2282026-08-04T04:11:05.639Zwords system system canadian-english
2292026-08-04T04:11:05.639Zwords system system french
2302026-08-04T04:11:05.639Zwords system system italian
2312026-08-04T04:11:05.639Zwords system system ngerman
2322026-08-04T04:11:05.639Zwords system system ogerman
2332026-08-04T04:11:05.639Zwords system system spanish
2342026-08-04T04:11:05.891ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-04T04:11:05.891Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-04T04:11:06.291ZFMRI IFO
2372026-08-04T04:11:06.291Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-04T04:11:06.291Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-04T04:11:06.291Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-04T04:11:06.291Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-04T04:11:06.291Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-04T04:11:06.291Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-04T04:11:06.291Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-04T04:11:06.291Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-04T04:11:06.291Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-04T04:11:06.598Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-04T04:11:06.855Z Updating crates.io index
2482026-08-04T04:11:06.858Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-04T04:11:07.079Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-04T04:11:07.388Z Updating git repository `https://github.com/oxidecomputer/propolis`
2512026-08-04T04:11:08.319Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2522026-08-04T04:11:08.834Z Updating git repository `https://github.com/oxidecomputer/crucible`
2532026-08-04T04:11:10.340Z Updating git repository `https://github.com/oxidecomputer/opte`
2542026-08-04T04:11:11.111Z Updating git repository `https://github.com/oxidecomputer/tofino`
2552026-08-04T04:11:11.354Z Updating git repository `https://github.com/oxidecomputer/lldp`
2562026-08-04T04:11:11.645Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2572026-08-04T04:11:12.965Z Updating git repository `https://github.com/oxidecomputer/clickward`
2582026-08-04T04:11:13.201Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2592026-08-04T04:11:13.531Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2602026-08-04T04:11:13.752Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2612026-08-04T04:11:14.230Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2622026-08-04T04:11:14.669Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2632026-08-04T04:11:14.892Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2642026-08-04T04:11:15.116Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2652026-08-04T04:11:15.365Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2662026-08-04T04:11:15.631Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2672026-08-04T04:11:15.846Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2682026-08-04T04:11:16.080Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2692026-08-04T04:11:16.349Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2702026-08-04T04:11:16.661Z Updating git repository `https://github.com/oxidecomputer/erebor`
2712026-08-04T04:11:16.885Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2722026-08-04T04:11:17.240Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2732026-08-04T04:11:17.468Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2742026-08-04T04:11:17.801Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2752026-08-04T04:11:18.261Z Updating git repository `https://github.com/oxidecomputer/ispf`
2762026-08-04T04:11:18.472Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-08-04T04:11:18.713Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2782026-08-04T04:11:19.023Z Updating crates.io index
2792026-08-04T04:11:19.026Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2802026-08-04T04:11:19.026Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2812026-08-04T04:11:19.344Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-04T04:11:19.568Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-04T04:11:19.793Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2842026-08-04T04:11:20.013Z Updating git repository `https://github.com/oxidecomputer/tough`
2852026-08-04T04:11:20.547Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-04T04:11:20.814Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-04T04:11:21.024Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-04T04:11:21.242Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-04T04:11:21.473Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-04T04:11:21.674Z Updating git repository `https://github.com/illumos/smf-rs`
2912026-08-04T04:11:23.429Zerror: failed to select a version for `getrandom`.
2922026-08-04T04:11:23.429Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2932026-08-04T04:11:23.429Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2942026-08-04T04:11:23.429Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
2952026-08-04T04:11:23.429Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
2962026-08-04T04:11:23.429Zversions that meet the requirements `^0.4.3` are: 0.4.3
2972026-08-04T04:11:23.429Z
2982026-08-04T04:11:23.429Zall possible versions conflict with previously selected packages
2992026-08-04T04:11:23.429Z
3002026-08-04T04:11:23.429Z previously selected package `getrandom v0.4.1`
3012026-08-04T04:11:23.429Z ... 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)`
3022026-08-04T04:11:23.429Z ... 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)`
3032026-08-04T04:11:23.429Z
3042026-08-04T04:11:23.429Zfailed to select a version for `getrandom` which could resolve this conflict
3052026-08-04T04:11:23.476ZFailed to run command -- will try 2 more times
3062026-08-04T04:11:23.700Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3072026-08-04T04:11:23.748Z Updating crates.io index
3082026-08-04T04:11:23.761Z Updating crates.io index
3092026-08-04T04:11:23.763Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3102026-08-04T04:11:24.643Zerror: failed to select a version for `getrandom`.
3112026-08-04T04:11:24.643Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3122026-08-04T04:11:24.643Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3132026-08-04T04:11:24.643Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3142026-08-04T04:11:24.643Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3152026-08-04T04:11:24.643Zversions that meet the requirements `^0.4.3` are: 0.4.3
3162026-08-04T04:11:24.643Z
3172026-08-04T04:11:24.643Zall possible versions conflict with previously selected packages
3182026-08-04T04:11:24.643Z
3192026-08-04T04:11:24.643Z previously selected package `getrandom v0.4.1`
3202026-08-04T04:11:24.643Z ... 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)`
3212026-08-04T04:11:24.643Z ... 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)`
3222026-08-04T04:11:24.643Z
3232026-08-04T04:11:24.644Zfailed to select a version for `getrandom` which could resolve this conflict
3242026-08-04T04:11:24.680ZFailed to run command -- will try 1 more times
3252026-08-04T04:11:24.909Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3262026-08-04T04:11:24.976Z Updating crates.io index
3272026-08-04T04:11:24.979Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3282026-08-04T04:11:25.239Zerror: failed to select a version for `getrandom`.
3292026-08-04T04:11:25.239Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3302026-08-04T04:11:25.240Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3312026-08-04T04:11:25.240Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3322026-08-04T04:11:25.240Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3332026-08-04T04:11:25.240Zversions that meet the requirements `^0.4.3` are: 0.4.3
3342026-08-04T04:11:25.240Z
3352026-08-04T04:11:25.240Zall possible versions conflict with previously selected packages
3362026-08-04T04:11:25.240Z
3372026-08-04T04:11:25.240Z previously selected package `getrandom v0.4.1`
3382026-08-04T04:11:25.240Z ... 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)`
3392026-08-04T04:11:25.240Z ... 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)`
3402026-08-04T04:11:25.240Z
3412026-08-04T04:11:25.240Zfailed to select a version for `getrandom` which could resolve this conflict
3422026-08-04T04:11:25.261Z
3432026-08-04T04:11:25.261Zreal 32.948126939
3442026-08-04T04:11:25.261Zuser 15.488011829
3452026-08-04T04:11:25.261Zsys 1.972004441
3462026-08-04T04:11:25.262Ztrap 0.001664171
3472026-08-04T04:11:25.262Ztflt 0.044965163
3482026-08-04T04:11:25.266Zdflt 0.045577604
3492026-08-04T04:11:25.266Zkflt 0.013338090
3502026-08-04T04:11:25.266Zlock 38.805236334
3512026-08-04T04:11:25.266Zslp 49.415525409
3522026-08-04T04:11:25.266Zlat 0.057049340
3532026-08-04T04:11:25.266Zstop 0.008452326
3542026-08-04T04:11:25.266Zprocess exited: duration 32999 ms, exit code 101
 
3552026-08-04T04:11:25.272Zfound 0 output files