01KW11NZ7BQAQ0VGRQZMQ54SF0: 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: 01KW11PHR3MT982HF60GSGQN27

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:06:59.037Zjob assigned to worker 01KW11PS3A1RQ85RYTX1GWY7WE [factory aws, i-0c6b22eb95a0505bf] (queued for 49 s)
 
22026-06-26T04:07:05.890Zstarting task 0: "setup"
32026-06-26T04:07:05.895Z++ uname -s
42026-06-26T04:07:05.898Z+ kern=SunOS
52026-06-26T04:07:05.898Z+ build_user=build
62026-06-26T04:07:05.898Z+ build_uid=12345
72026-06-26T04:07:05.898Z+ work_dir=/work
82026-06-26T04:07:05.898Z+ input_dir=/input
92026-06-26T04:07:05.898Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:05.898Z+ case "$kern" in
112026-06-26T04:07:05.898Z+ groupadd -g 12345 build
122026-06-26T04:07:05.910Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:07.919Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:08.010Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:08.013Z+ home_fs=zfs
162026-06-26T04:07:08.013Z+ [[ zfs == autofs ]]
172026-06-26T04:07:08.013Z+ mkdir -p /home/build
182026-06-26T04:07:08.014Z+ chown build:build /home/build /work
192026-06-26T04:07:10.015Z+ chmod 0700 /home/build /work
202026-06-26T04:07:10.018Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-26T04:07:10.023Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:10.027Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:10.027Z * rust toolchain channel = "1.96.0"
242026-06-26T04:07:10.027Z * rust toolchain profile = "default"
252026-06-26T04:07:10.027Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:07:10.027Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:07:10.030Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:07:10.030Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:10.030Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:10.110Zinfo: downloading installer
312026-06-26T04:07:11.534Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:11.534Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:11.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:11.534Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:11.547Zinfo: profile set to default
362026-06-26T04:07:11.547Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:11.550Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:11.686Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:11.689Zinfo: downloading 6 components
402026-06-26T04:07:27.829Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:27.829Z
422026-06-26T04:07:27.855Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:27.855Z
442026-06-26T04:07:27.855Z
452026-06-26T04:07:27.855ZRust is installed now. Great!
462026-06-26T04:07:27.855Z
472026-06-26T04:07:27.860ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:27.860Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:27.860Z
502026-06-26T04:07:27.860ZTo configure your current shell, you need to source
512026-06-26T04:07:27.860Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:27.860Z
532026-06-26T04:07:27.860ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:27.860Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:27.860Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:27.860Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:27.860Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:27.860Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:27.861Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:27.861Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:27.861Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:27.948Z+ rustup --version
632026-06-26T04:07:27.955Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:27.958Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:27.975Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:27.978Z+ cargo --version
672026-06-26T04:07:27.991Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:27.994Z+ rustc --version
692026-06-26T04:07:28.012Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:28.015Zprocess exited: duration 17990 ms, exit code 0
 
712026-06-26T04:07:28.020Zstarting task 2: "authentication"
722026-06-26T04:07:28.036Zprocess exited: duration 15 ms, exit code 0
 
732026-06-26T04:07:28.044Zstarting task 3: "clone repository"
742026-06-26T04:07:28.047Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:28.047Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:28.074ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:38.041Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:38.041Z+ git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
792026-06-26T04:07:38.357ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:38.357Z * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD
812026-06-26T04:07:38.371Z+ [[ -n renovate/crucible-common-digest ]]
822026-06-26T04:07:38.374Z++ git branch --show-current
832026-06-26T04:07:38.374Z+ current=main
842026-06-26T04:07:38.374Z+ [[ main != renovate/crucible-common-digest ]]
852026-06-26T04:07:38.374Z+ git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
862026-06-26T04:07:38.374Z+ git checkout -f renovate/crucible-common-digest
872026-06-26T04:07:38.610ZSwitched to branch 'renovate/crucible-common-digest'
882026-06-26T04:07:38.613Z+ git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
892026-06-26T04:07:38.626ZHEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090
902026-06-26T04:07:38.628Zprocess exited: duration 10585 ms, exit code 0
 
912026-06-26T04:07:38.634Zstarting task 4: "build"
922026-06-26T04:07:38.638Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:38.641Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:38.641Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:38.641Z+ cargo --version
962026-06-26T04:07:38.647Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:38.650Z+ rustc --version
982026-06-26T04:07:38.669Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:38.672Z+ source ./env.sh
1002026-06-26T04:07:38.672Z++ OLD_SHELL_OPTS=ehxB
1012026-06-26T04:07:38.673Z++ set -o xtrace
1022026-06-26T04:07:38.678Z++++ dirname ./env.sh
1032026-06-26T04:07:38.678Z+++ readlink -f .
1042026-06-26T04:07:38.681Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-06-26T04:07:38.681Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1062026-06-26T04:07:38.681Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T04:07:38.681Z++ 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
1082026-06-26T04:07:38.681Z++ 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
1092026-06-26T04:07:38.681Z++ 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
1102026-06-26T04:07:38.681Z++ 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
1112026-06-26T04:07:38.681Z++ 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
1122026-06-26T04:07:38.681Z++ 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
1132026-06-26T04:07:38.681Z++ 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
1142026-06-26T04:07:38.681Z++ 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
1152026-06-26T04:07:38.681Z++ case $OLD_SHELL_OPTS in
1162026-06-26T04:07:38.681Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-06-26T04:07:38.681Z+ 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
1182026-06-26T04:07:38.681Z+ 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
1192026-06-26T04:07:38.681Z+ banner prerequisites
1202026-06-26T04:07:38.681Z
1212026-06-26T04:07:38.681Z ##### ##### ###### ##### ###### #### # # # #### #
1222026-06-26T04:07:38.681Z # # # # # # # # # # # # # # #
1232026-06-26T04:07:38.681Z # # # # ##### # # ##### # # # # # #### #
1242026-06-26T04:07:38.681Z ##### ##### # ##### # # # # # # # # #
1252026-06-26T04:07:38.681Z # # # # # # # # # # # # # # #
1262026-06-26T04:07:38.682Z # # # ###### # # ###### ### # #### # #### #
1272026-06-26T04:07:38.682Z
1282026-06-26T04:07:38.682Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1292026-06-26T04:07:40.517Z Startup: Refreshing catalog 'helios' ... Done
1302026-06-26T04:07:40.625Z Startup: Caching catalogs ... Done
1312026-06-26T04:07:41.107ZPlanning: Solver setup ... Done (0.437s)
1322026-06-26T04:07:41.132ZPlanning: Running solver ... Done (0.025s)
1332026-06-26T04:07:41.147ZPlanning: Finding local manifests ... Done (0.003s)
1342026-06-26T04:07:41.158ZPlanning: Fetching manifests: 0/2 0% complete
1352026-06-26T04:07:41.174ZPlanning: Fetching manifests: 2/2 100% complete
1362026-06-26T04:07:41.188ZPlanning: Package planning ... Done (0.013s)
1372026-06-26T04:07:41.191ZPlanning: Merging actions ... Done (0.001s)
1382026-06-26T04:07:41.355ZPlanning: Checking for conflicting actions ... Done (0.166s)
1392026-06-26T04:07:41.358ZPlanning: Consolidating action changes ... Done (0.001s)
1402026-06-26T04:07:42.151ZPlanning: Evaluating mediators ... Done (0.795s)
1412026-06-26T04:07:42.155ZPlanning: Planning completed in 1.51 seconds
1422026-06-26T04:07:42.160Z Packages to install: 2
1432026-06-26T04:07:42.160Z Estimated space available: 156.06 GB
1442026-06-26T04:07:42.163ZEstimated space to be consumed: 30.96 MB
1452026-06-26T04:07:42.163Z Create boot environment: No
1462026-06-26T04:07:42.163ZCreate backup boot environment: No
1472026-06-26T04:07:42.163Z Rebuild boot archive: No
1482026-06-26T04:07:42.163Z
1492026-06-26T04:07:42.163ZChanged packages:
1502026-06-26T04:07:42.163Zhelios
1512026-06-26T04:07:42.163Z developer/build-essential
1522026-06-26T04:07:42.163Z None -> 11-3.0
1532026-06-26T04:07:42.163Z library/libxmlsec1
1542026-06-26T04:07:42.163Z None -> 1.2.35-3.0
1552026-06-26T04:07:42.185Z
1562026-06-26T04:07:42.185ZDownload: 0/214 items 0.0/1.3MB 0% complete
1572026-06-26T04:07:42.688ZDownload: Completed 1.28 MB in 0.50 seconds (2.5M/s)
1582026-06-26T04:07:42.760Z Actions: 1/268 actions (Installing new actions)
1592026-06-26T04:07:42.797Z Actions: Completed 268 actions in 0.04 seconds.
1602026-06-26T04:07:42.808ZFinalize: Updating package state database ... Done (0.011s)
1612026-06-26T04:07:42.808ZFinalize: Updating package cache ... Done (0.000s)
1622026-06-26T04:07:42.837ZFinalize: Updating image state ... Done (0.028s)
1632026-06-26T04:07:45.209ZFinalize: Creating fast lookup database ... Done (2.346s)
1642026-06-26T04:07:45.276ZFinalize: Reading search index ... Done (0.012s)
1652026-06-26T04:07:45.279ZFinalize: Updating search index ... Done (0.000s)
1662026-06-26T04:07:45.372ZFinalize: Updating package cache ... Done (0.000s)
1672026-06-26T04:07:45.679ZPlanning: Evaluating mediator changes ... Done
1682026-06-26T04:07:45.785ZPlanning: Checking for conflicting actions ... Done
1692026-06-26T04:07:45.788ZPlanning: Consolidating action changes ... Done
1702026-06-26T04:07:45.961ZPlanning: Evaluating mediators ... Done
1712026-06-26T04:07:45.967ZPlanning: Planning completed in 0.26 seconds
1722026-06-26T04:07:45.967Z Mediators to change: 2
1732026-06-26T04:07:45.967Z Create boot environment: No
1742026-06-26T04:07:45.967ZCreate backup boot environment: No
1752026-06-26T04:07:46.013ZFinalize: Updating package state database ... Done
1762026-06-26T04:07:46.013ZFinalize: Updating package cache ... Done
1772026-06-26T04:07:46.030ZFinalize: Updating image state ... Done
1782026-06-26T04:07:47.935ZFinalize: Creating fast lookup database ... Done
1792026-06-26T04:07:47.995ZFinalize: Reading search index ... Done
1802026-06-26T04:07:47.998ZFinalize: Updating search index ... Done
1812026-06-26T04:07:48.059ZFinalize: Updating package cache ... Done
1822026-06-26T04:07:48.338ZPlanning: Evaluating mediator changes ... Done
1832026-06-26T04:07:48.445ZPlanning: Checking for conflicting actions ... Done
1842026-06-26T04:07:48.448ZPlanning: Consolidating action changes ... Done
1852026-06-26T04:07:48.602ZPlanning: Evaluating mediators ... Done
1862026-06-26T04:07:48.605ZPlanning: Planning completed in 0.26 seconds
1872026-06-26T04:07:48.625Z Mediators to change: 1
1882026-06-26T04:07:48.625Z Create boot environment: No
1892026-06-26T04:07:48.629ZCreate backup boot environment: No
1902026-06-26T04:07:48.662ZFinalize: Updating package state database ... Done
1912026-06-26T04:07:48.665ZFinalize: Updating package cache ... Done
1922026-06-26T04:07:48.679ZFinalize: Updating image state ... Done
1932026-06-26T04:07:50.586ZFinalize: Creating fast lookup database ... Done
1942026-06-26T04:07:50.647ZFinalize: Reading search index ... Done
1952026-06-26T04:07:50.650ZFinalize: Updating search index ... Done
1962026-06-26T04:07:50.701ZFinalize: Updating package cache ... Done
1972026-06-26T04:07:51.007ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1982026-06-26T04:07:51.007Zapache system 2.4 system
1992026-06-26T04:07:51.007Zclang system 15 system
2002026-06-26T04:07:51.007Zcsh system system illumos
2012026-06-26T04:07:51.007Zctags system system illumos
2022026-06-26T04:07:51.007Zfile vendor vendor darwinsys
2032026-06-26T04:07:51.007Zfile system system illumos
2042026-06-26T04:07:51.007Zgcc vendor 14 vendor
2052026-06-26T04:07:51.007Zgcc system 13 system
2062026-06-26T04:07:51.007Zgcc system 10 system
2072026-06-26T04:07:51.007Zgo system 1.25 system
2082026-06-26T04:07:51.007Zllvm system 15 system
2092026-06-26T04:07:51.007Zmariadb system 11.4 system
2102026-06-26T04:07:51.007Zmta vendor vendor dma
2112026-06-26T04:07:51.008Zopenjdk system 17 system
2122026-06-26T04:07:51.008Zopenjdk system 11 system
2132026-06-26T04:07:51.008Zopenssl vendor 3 vendor
2142026-06-26T04:07:51.008Zperl system 5.40 system
2152026-06-26T04:07:51.008Zpostgresql system 18 system
2162026-06-26T04:07:51.008Zpostgresql system 17 system
2172026-06-26T04:07:51.008Zpython vendor 3 vendor
2182026-06-26T04:07:51.008Zpython system 2 system
2192026-06-26T04:07:51.008Zpython3 vendor 3.13 vendor
2202026-06-26T04:07:51.008Zruby system 3.4 system
2212026-06-26T04:07:51.008Zruby system 3.0 system
2222026-06-26T04:07:51.008Zwords vendor vendor american-english
2232026-06-26T04:07:51.008Zwords system system australian-english
2242026-06-26T04:07:51.008Zwords system system british-english
2252026-06-26T04:07:51.008Zwords system system canadian-english
2262026-06-26T04:07:51.008Zwords system system french
2272026-06-26T04:07:51.008Zwords system system italian
2282026-06-26T04:07:51.008Zwords system system ngerman
2292026-06-26T04:07:51.008Zwords system system ogerman
2302026-06-26T04:07:51.008Zwords system system spanish
2312026-06-26T04:07:51.262ZPUBLISHER TYPE STATUS P LOCATION
2322026-06-26T04:07:51.262Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2332026-06-26T04:07:51.558ZFMRI IFO
2342026-06-26T04:07:51.558Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2352026-06-26T04:07:51.558Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2362026-06-26T04:07:51.558Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2372026-06-26T04:07:51.558Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2382026-06-26T04:07:51.558Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2392026-06-26T04:07:51.558Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2402026-06-26T04:07:51.558Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2412026-06-26T04:07:51.558Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2422026-06-26T04:07:51.559Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2432026-06-26T04:07:51.802Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2442026-06-26T04:07:52.075Z Updating crates.io index
2452026-06-26T04:07:52.077Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2462026-06-26T04:07:52.339Z Updating git repository `https://github.com/oxidecomputer/lldp`
2472026-06-26T04:07:52.657Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-06-26T04:07:52.970Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-06-26T04:07:53.844Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-06-26T04:07:54.340Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-06-26T04:07:55.830Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-06-26T04:07:56.601Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-06-26T04:07:56.872Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2542026-06-26T04:07:58.129Z Updating git repository `https://github.com/oxidecomputer/clickward`
2552026-06-26T04:07:58.412Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-06-26T04:07:58.746Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2572026-06-26T04:07:59.011Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2582026-06-26T04:07:59.468Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2592026-06-26T04:08:00.003Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2602026-06-26T04:08:00.262Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2612026-06-26T04:08:00.481Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2622026-06-26T04:08:00.798Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2632026-06-26T04:08:01.081Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2642026-06-26T04:08:01.479Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2652026-06-26T04:08:01.742Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2662026-06-26T04:08:02.027Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2672026-06-26T04:08:02.409Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-06-26T04:08:02.746Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-06-26T04:08:03.016Z Updating git repository `https://github.com/oxidecomputer/crucible`
2702026-06-26T04:08:03.438Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2712026-06-26T04:08:03.858Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2722026-06-26T04:08:04.137Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-06-26T04:08:04.458Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-06-26T04:08:04.730Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2752026-06-26T04:08:05.001Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-06-26T04:08:05.399Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2772026-06-26T04:08:05.792Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2782026-06-26T04:08:06.217Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-06-26T04:08:06.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2802026-06-26T04:08:06.800Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2812026-06-26T04:08:07.101Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2822026-06-26T04:08:07.412Z Updating crates.io index
2832026-06-26T04:08:07.415Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2842026-06-26T04:08:07.645Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2852026-06-26T04:08:07.952Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2862026-06-26T04:08:08.199Z Updating git repository `https://github.com/illumos/smf-rs`
2872026-06-26T04:08:09.909Zerror: failed to select a version for `dropshot`.
2882026-06-26T04:08:09.909Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
2892026-06-26T04:08:09.910Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2902026-06-26T04:08:09.910Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
2912026-06-26T04:08:09.910Zversions that meet the requirements `^0.17.1` are: 0.17.1
2922026-06-26T04:08:09.910Z
2932026-06-26T04:08:09.910Zall possible versions conflict with previously selected packages
2942026-06-26T04:08:09.910Z
2952026-06-26T04:08:09.910Z previously selected package `dropshot v0.17.0`
2962026-06-26T04:08:09.910Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
2972026-06-26T04:08:09.910Z
2982026-06-26T04:08:09.910Zfailed to select a version for `dropshot` which could resolve this conflict
2992026-06-26T04:08:09.950ZFailed to run command -- will try 2 more times
3002026-06-26T04:08:10.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
3012026-06-26T04:08:10.215Z Updating crates.io index
3022026-06-26T04:08:10.249Z Updating crates.io index
3032026-06-26T04:08:11.176Zerror: failed to select a version for `dropshot`.
3042026-06-26T04:08:11.176Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3052026-06-26T04:08:11.176Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3062026-06-26T04:08:11.176Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
3072026-06-26T04:08:11.176Zversions that meet the requirements `^0.17.1` are: 0.17.1
3082026-06-26T04:08:11.177Z
3092026-06-26T04:08:11.177Zall possible versions conflict with previously selected packages
3102026-06-26T04:08:11.177Z
3112026-06-26T04:08:11.177Z previously selected package `dropshot v0.17.0`
3122026-06-26T04:08:11.177Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3132026-06-26T04:08:11.177Z
3142026-06-26T04:08:11.177Zfailed to select a version for `dropshot` which could resolve this conflict
3152026-06-26T04:08:11.210ZFailed to run command -- will try 1 more times
3162026-06-26T04:08:11.454Z Updating git repository `https://github.com/oxidecomputer/crucible`
3172026-06-26T04:08:11.519Z Updating crates.io index
3182026-06-26T04:08:11.803Zerror: failed to select a version for `dropshot`.
3192026-06-26T04:08:11.803Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3202026-06-26T04:08:11.803Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3212026-06-26T04:08:11.803Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
3222026-06-26T04:08:11.803Zversions that meet the requirements `^0.17.1` are: 0.17.1
3232026-06-26T04:08:11.803Z
3242026-06-26T04:08:11.803Zall possible versions conflict with previously selected packages
3252026-06-26T04:08:11.803Z
3262026-06-26T04:08:11.803Z previously selected package `dropshot v0.17.0`
3272026-06-26T04:08:11.803Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3282026-06-26T04:08:11.803Z
3292026-06-26T04:08:11.803Zfailed to select a version for `dropshot` which could resolve this conflict
3302026-06-26T04:08:11.825Z
3312026-06-26T04:08:11.829Zreal 33.143415527
3322026-06-26T04:08:11.829Zuser 13.555974792
3332026-06-26T04:08:11.829Zsys 1.765340524
3342026-06-26T04:08:11.829Ztrap 0.001420440
3352026-06-26T04:08:11.829Ztflt 0.037109682
3362026-06-26T04:08:11.829Zdflt 0.037836842
3372026-06-26T04:08:11.829Zkflt 0.011867053
3382026-06-26T04:08:11.829Zlock 35.792112148
3392026-06-26T04:08:11.829Zslp 53.647997958
3402026-06-26T04:08:11.829Zlat 0.051524302
3412026-06-26T04:08:11.829Zstop 0.007693147
3422026-06-26T04:08:11.829Zprocess exited: duration 33191 ms, exit code 101
 
3432026-06-26T04:08:11.836Zfound 0 output files