01M18AEDPR38HC9QRDFK3645G8: 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: 01M18AESCK0GQS9WHNVVH36H5A

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-30T03:13:09.124Zjob assigned to worker 01M18AEZ03Y4PMGA5TZCY6STGW [factory aws, i-0091682b791a9329c] (queued for 46 s)
 
22026-08-30T03:13:15.681Zstarting task 0: "setup"
32026-08-30T03:13:15.686Z++ uname -s
42026-08-30T03:13:15.689Z+ kern=SunOS
52026-08-30T03:13:15.689Z+ build_user=build
62026-08-30T03:13:15.689Z+ build_uid=12345
72026-08-30T03:13:15.689Z+ work_dir=/work
82026-08-30T03:13:15.689Z+ input_dir=/input
92026-08-30T03:13:15.689Z+ [[ 0 == 12345 ]]
102026-08-30T03:13:15.689Z+ case "$kern" in
112026-08-30T03:13:15.690Z+ groupadd -g 12345 build
122026-08-30T03:13:15.690Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-30T03:13:17.695Z+ zfs create -o mountpoint=/work rpool/work
142026-08-30T03:13:17.847Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-30T03:13:17.851Z+ home_fs=zfs
162026-08-30T03:13:17.851Z+ [[ zfs == autofs ]]
172026-08-30T03:13:17.851Z+ mkdir -p /home/build
182026-08-30T03:13:17.851Z+ chown build:build /home/build /work
192026-08-30T03:13:19.851Z+ chmod 0700 /home/build /work
202026-08-30T03:13:19.855Zprocess exited: duration 4171 ms, exit code 0
 
212026-08-30T03:13:19.861Zstarting task 1: "rust-toolchain"
222026-08-30T03:13:19.864Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-30T03:13:19.864Z * rust toolchain channel = "1.97.1"
242026-08-30T03:13:19.864Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-30T03:13:19.864Z * rust toolchain profile = "default"
262026-08-30T03:13:19.864Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-30T03:13:19.864Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-30T03:13:19.867Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-30T03:13:19.868Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-30T03:13:19.971Zinfo: downloading installer
312026-08-30T03:13:21.306Zwarn: It looks like you have an existing rustup settings file at:
322026-08-30T03:13:21.306Zwarn: /home/build/.rustup/settings.toml
332026-08-30T03:13:21.306Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-30T03:13:21.306Zwarn: instead of the one inferred from the default host triple.
352026-08-30T03:13:21.319Zinfo: profile set to default
362026-08-30T03:13:21.319Zinfo: default host triple is x86_64-unknown-illumos
372026-08-30T03:13:21.323Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-30T03:13:21.478Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-30T03:13:21.482Zinfo: downloading 6 components
402026-08-30T03:13:35.359Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-30T03:13:35.359Z
422026-08-30T03:13:35.387Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-30T03:13:35.387Z
442026-08-30T03:13:35.387Z
452026-08-30T03:13:35.387ZRust is installed now. Great!
462026-08-30T03:13:35.387Z
472026-08-30T03:13:35.391ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-30T03:13:35.391Zenvironment variable. This has not been done automatically.
492026-08-30T03:13:35.391Z
502026-08-30T03:13:35.391ZTo configure your current shell, you need to source
512026-08-30T03:13:35.391Zthe corresponding env file under $HOME/.cargo.
522026-08-30T03:13:35.391Z
532026-08-30T03:13:35.391ZThis is usually done by running one of the following (note the leading DOT):
542026-08-30T03:13:35.391Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-30T03:13:35.391Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-30T03:13:35.391Zsource "~/.cargo/env.nu" # For nushell
572026-08-30T03:13:35.391Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-30T03:13:35.391Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-30T03:13:35.391Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-30T03:13:35.391Zwarn: no default linker (`cc`) was found in your PATH
612026-08-30T03:13:35.391Zwarn: many Rust crates require a system C toolchain to build
622026-08-30T03:13:35.478Z+ rustup --version
632026-08-30T03:13:35.488Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-30T03:13:35.492Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-30T03:13:35.509Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-30T03:13:35.512Z+ cargo --version
672026-08-30T03:13:35.526Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-30T03:13:35.529Z+ rustc --version
692026-08-30T03:13:35.548Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-30T03:13:35.552Zprocess exited: duration 15690 ms, exit code 0
 
712026-08-30T03:13:35.558Zstarting task 2: "authentication"
722026-08-30T03:13:35.574Zprocess exited: duration 16 ms, exit code 0
 
732026-08-30T03:13:35.580Zstarting task 3: "clone repository"
742026-08-30T03:13:35.584Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-30T03:13:35.587Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-30T03:13:35.614ZCloning into '/work/oxidecomputer/omicron'...
772026-08-30T03:13:48.184Z+ cd /work/oxidecomputer/omicron
782026-08-30T03:13:48.184Z+ git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
792026-08-30T03:13:48.510ZFrom https://github.com/oxidecomputer/omicron
802026-08-30T03:13:48.510Z * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD
812026-08-30T03:13:48.521Z+ [[ -n renovate/ddm-admin-client-digest ]]
822026-08-30T03:13:48.524Z++ git branch --show-current
832026-08-30T03:13:48.524Z+ current=main
842026-08-30T03:13:48.524Z+ [[ main != renovate/ddm-admin-client-digest ]]
852026-08-30T03:13:48.524Z+ git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
862026-08-30T03:13:48.528Z+ git checkout -f renovate/ddm-admin-client-digest
872026-08-30T03:13:48.781ZSwitched to branch 'renovate/ddm-admin-client-digest'
882026-08-30T03:13:48.785Z+ git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
892026-08-30T03:13:48.799ZHEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c
902026-08-30T03:13:48.803Zprocess exited: duration 13218 ms, exit code 0
 
912026-08-30T03:13:48.809Zstarting task 4: "build"
922026-08-30T03:13:48.813Z+ source .github/buildomat/ci-env.sh
932026-08-30T03:13:48.816Z++ export CARGO_TERM_COLOR=always
942026-08-30T03:13:48.816Z++ CARGO_TERM_COLOR=always
952026-08-30T03:13:48.816Z+++ uname -s
962026-08-30T03:13:48.816Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-30T03:13:48.816Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-30T03:13:48.820Z+ cargo --version
992026-08-30T03:13:48.825Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-30T03:13:48.828Z+ rustc --version
1012026-08-30T03:13:48.847Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-30T03:13:48.851Z+ source ./env.sh
1032026-08-30T03:13:48.851Z++ OLD_SHELL_OPTS=ehxB
1042026-08-30T03:13:48.851Z++ set -o xtrace
1052026-08-30T03:13:48.854Z++++ dirname ./env.sh
1062026-08-30T03:13:48.854Z+++ readlink -f .
1072026-08-30T03:13:48.857Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082026-08-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ 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-30T03:13:48.857Z++ case $OLD_SHELL_OPTS in
1192026-08-30T03:13:48.857Z++ unset OLD_SHELL_OPTS OMICRON_WS
1202026-08-30T03:13:48.857Z+ 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-30T03:13:48.857Z+ 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-30T03:13:48.857Z+ banner prerequisites
1232026-08-30T03:13:48.861Z
1242026-08-30T03:13:48.861Z ##### ##### ###### ##### ###### #### # # # #### #
1252026-08-30T03:13:48.861Z # # # # # # # # # # # # # # #
1262026-08-30T03:13:48.861Z # # # # ##### # # ##### # # # # # #### #
1272026-08-30T03:13:48.861Z ##### ##### # ##### # # # # # # # # #
1282026-08-30T03:13:48.861Z # # # # # # # # # # # # # # #
1292026-08-30T03:13:48.861Z # # # ###### # # ###### ### # #### # #### #
1302026-08-30T03:13:48.861Z
1312026-08-30T03:13:48.861Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1322026-08-30T03:13:50.989Z Startup: Refreshing catalog 'helios' ... Done
1332026-08-30T03:13:51.395Z Startup: Caching catalogs ... Done
1342026-08-30T03:13:53.748ZPlanning: Solver setup ... Done (2.225s)
1352026-08-30T03:13:53.812ZPlanning: Running solver ... Done (0.065s)
1362026-08-30T03:13:53.865ZPlanning: Finding local manifests ... Done (0.003s)
1372026-08-30T03:13:53.876ZPlanning: Fetching manifests: 0/2 0% complete
1382026-08-30T03:13:53.891ZPlanning: Fetching manifests: 2/2 100% complete
1392026-08-30T03:13:53.905ZPlanning: Package planning ... Done (0.014s)
1402026-08-30T03:13:53.908ZPlanning: Merging actions ... Done (0.001s)
1412026-08-30T03:13:54.130ZPlanning: Checking for conflicting actions ... Done (0.224s)
1422026-08-30T03:13:54.133ZPlanning: Consolidating action changes ... Done (0.001s)
1432026-08-30T03:13:54.933ZPlanning: Evaluating mediators ... Done (0.802s)
1442026-08-30T03:13:54.936ZPlanning: Planning completed in 3.50 seconds
1452026-08-30T03:13:54.942Z Packages to install: 2
1462026-08-30T03:13:54.942Z Estimated space available: 156.00 GB
1472026-08-30T03:13:54.942ZEstimated space to be consumed: 83.65 MB
1482026-08-30T03:13:54.942Z Create boot environment: No
1492026-08-30T03:13:54.945ZCreate backup boot environment: No
1502026-08-30T03:13:54.945Z Rebuild boot archive: No
1512026-08-30T03:13:54.945Z
1522026-08-30T03:13:54.945ZChanged packages:
1532026-08-30T03:13:54.945Zhelios
1542026-08-30T03:13:54.945Z developer/build-essential
1552026-08-30T03:13:54.945Z None -> 11-3.0
1562026-08-30T03:13:54.945Z library/libxmlsec1
1572026-08-30T03:13:54.945Z None -> 1.2.35-3.0
1582026-08-30T03:13:54.966Z
1592026-08-30T03:13:54.967ZDownload: 0/214 items 0.0/1.3MB 0% complete
1602026-08-30T03:13:55.044ZDownload: Completed 1.28 MB in 0.08 seconds (16.5M/s)
1612026-08-30T03:13:55.108Z Actions: 1/268 actions (Installing new actions)
1622026-08-30T03:13:55.144Z Actions: Completed 268 actions in 0.04 seconds.
1632026-08-30T03:13:55.182ZFinalize: Updating package state database ... Done (0.037s)
1642026-08-30T03:13:55.182ZFinalize: Updating package cache ... Done (0.000s)
1652026-08-30T03:13:55.275ZFinalize: Updating image state ... Done (0.092s)
1662026-08-30T03:13:57.739ZFinalize: Creating fast lookup database ... Done (2.409s)
1672026-08-30T03:13:57.803ZFinalize: Reading search index ... Done (0.012s)
1682026-08-30T03:13:57.806ZFinalize: Updating search index ... Done (0.000s)
1692026-08-30T03:13:57.900ZFinalize: Updating package cache ... Done (0.000s)
1702026-08-30T03:13:58.277ZPlanning: Evaluating mediator changes ... Done
1712026-08-30T03:13:58.383ZPlanning: Checking for conflicting actions ... Done
1722026-08-30T03:13:58.387ZPlanning: Consolidating action changes ... Done
1732026-08-30T03:13:58.542ZPlanning: Evaluating mediators ... Done
1742026-08-30T03:13:58.546ZPlanning: Planning completed in 0.27 seconds
1752026-08-30T03:13:58.565Z Mediators to change: 2
1762026-08-30T03:13:58.565Z Create boot environment: No
1772026-08-30T03:13:58.565ZCreate backup boot environment: No
1782026-08-30T03:13:58.607ZFinalize: Updating package state database ... Done
1792026-08-30T03:13:58.607ZFinalize: Updating package cache ... Done
1802026-08-30T03:13:58.664ZFinalize: Updating image state ... Done
1812026-08-30T03:14:00.609ZFinalize: Creating fast lookup database ... Done
1822026-08-30T03:14:00.678ZFinalize: Reading search index ... Done
1832026-08-30T03:14:00.681ZFinalize: Updating search index ... Done
1842026-08-30T03:14:00.734ZFinalize: Updating package cache ... Done
1852026-08-30T03:14:01.015ZPlanning: Evaluating mediator changes ... Done
1862026-08-30T03:14:01.122ZPlanning: Checking for conflicting actions ... Done
1872026-08-30T03:14:01.125ZPlanning: Consolidating action changes ... Done
1882026-08-30T03:14:01.280ZPlanning: Evaluating mediators ... Done
1892026-08-30T03:14:01.283ZPlanning: Planning completed in 0.27 seconds
1902026-08-30T03:14:01.302Z Mediators to change: 1
1912026-08-30T03:14:01.303Z Create boot environment: No
1922026-08-30T03:14:01.303ZCreate backup boot environment: No
1932026-08-30T03:14:01.340ZFinalize: Updating package state database ... Done
1942026-08-30T03:14:01.340ZFinalize: Updating package cache ... Done
1952026-08-30T03:14:01.397ZFinalize: Updating image state ... Done
1962026-08-30T03:14:03.352ZFinalize: Creating fast lookup database ... Done
1972026-08-30T03:14:03.416ZFinalize: Reading search index ... Done
1982026-08-30T03:14:03.420ZFinalize: Updating search index ... Done
1992026-08-30T03:14:03.477ZFinalize: Updating package cache ... Done
2002026-08-30T03:14:03.789ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2012026-08-30T03:14:03.789Zapache system 2.4 system
2022026-08-30T03:14:03.789Zclang system 15 system
2032026-08-30T03:14:03.789Zcsh system system illumos
2042026-08-30T03:14:03.789Zctags system system illumos
2052026-08-30T03:14:03.789Zfile vendor vendor darwinsys
2062026-08-30T03:14:03.789Zfile system system illumos
2072026-08-30T03:14:03.789Zgcc vendor 14 vendor
2082026-08-30T03:14:03.789Zgcc system 13 system
2092026-08-30T03:14:03.789Zgcc system 10 system
2102026-08-30T03:14:03.789Zgo system 1.25 system
2112026-08-30T03:14:03.789Zllvm system 15 system
2122026-08-30T03:14:03.789Zmariadb system 11.4 system
2132026-08-30T03:14:03.789Zmta vendor vendor dma
2142026-08-30T03:14:03.789Zopenjdk system 17 system
2152026-08-30T03:14:03.789Zopenjdk system 11 system
2162026-08-30T03:14:03.789Zopenssl vendor 3 vendor
2172026-08-30T03:14:03.789Zperl system 5.40 system
2182026-08-30T03:14:03.789Zpostgresql system 18 system
2192026-08-30T03:14:03.789Zpostgresql system 17 system
2202026-08-30T03:14:03.789Zpython vendor 3 vendor
2212026-08-30T03:14:03.789Zpython system 2 system
2222026-08-30T03:14:03.789Zpython3 vendor 3.13 vendor
2232026-08-30T03:14:03.789Zruby system 3.4 system
2242026-08-30T03:14:03.789Zruby system 3.0 system
2252026-08-30T03:14:03.789Zwords vendor vendor american-english
2262026-08-30T03:14:03.790Zwords system system australian-english
2272026-08-30T03:14:03.790Zwords system system british-english
2282026-08-30T03:14:03.790Zwords system system canadian-english
2292026-08-30T03:14:03.790Zwords system system french
2302026-08-30T03:14:03.790Zwords system system italian
2312026-08-30T03:14:03.790Zwords system system ngerman
2322026-08-30T03:14:03.790Zwords system system ogerman
2332026-08-30T03:14:03.790Zwords system system spanish
2342026-08-30T03:14:04.044ZPUBLISHER TYPE STATUS P LOCATION
2352026-08-30T03:14:04.044Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2362026-08-30T03:14:04.551ZFMRI IFO
2372026-08-30T03:14:04.552Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2382026-08-30T03:14:04.552Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2392026-08-30T03:14:04.552Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2402026-08-30T03:14:04.552Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2412026-08-30T03:14:04.552Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2422026-08-30T03:14:04.552Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2432026-08-30T03:14:04.552Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2442026-08-30T03:14:04.552Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2452026-08-30T03:14:04.552Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2462026-08-30T03:14:04.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2472026-08-30T03:14:05.279Z Updating crates.io index
2482026-08-30T03:14:05.282Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2492026-08-30T03:14:05.554Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2502026-08-30T03:14:05.973Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
2512026-08-30T03:14:06.334Z Updating git repository `https://github.com/oxidecomputer/propolis`
2522026-08-30T03:14:07.352Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2532026-08-30T03:14:07.933Z Updating git repository `https://github.com/oxidecomputer/crucible`
2542026-08-30T03:14:09.953Z Updating git repository `https://github.com/oxidecomputer/opte`
2552026-08-30T03:14:10.908Z Updating git repository `https://github.com/oxidecomputer/tofino`
2562026-08-30T03:14:11.200Z Updating git repository `https://github.com/oxidecomputer/lldp`
2572026-08-30T03:14:11.565Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2582026-08-30T03:14:12.782Z Updating git repository `https://github.com/oxidecomputer/clickward`
2592026-08-30T03:14:13.118Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2602026-08-30T03:14:13.532Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-30T03:14:14.175Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-08-30T03:14:14.464Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-08-30T03:14:14.757Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-08-30T03:14:15.064Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2652026-08-30T03:14:15.346Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2662026-08-30T03:14:15.702Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2672026-08-30T03:14:16.115Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2682026-08-30T03:14:16.679Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2692026-08-30T03:14:17.221Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2702026-08-30T03:14:17.543Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2712026-08-30T03:14:18.132Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2722026-08-30T03:14:18.499Z Updating git repository `https://github.com/oxidecomputer/erebor`
2732026-08-30T03:14:18.777Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2742026-08-30T03:14:19.245Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2752026-08-30T03:14:19.789Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2762026-08-30T03:14:20.249Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2772026-08-30T03:14:20.621Z Updating git repository `https://github.com/oxidecomputer/ispf`
2782026-08-30T03:14:20.904Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2792026-08-30T03:14:21.253Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2802026-08-30T03:14:21.623Z Updating git repository `https://github.com/oxidecomputer/tough`
2812026-08-30T03:14:22.172Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2822026-08-30T03:14:22.461Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2832026-08-30T03:14:22.763Z Updating crates.io index
2842026-08-30T03:14:22.766Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2852026-08-30T03:14:23.115Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2862026-08-30T03:14:23.437Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2872026-08-30T03:14:23.717Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2882026-08-30T03:14:24.017Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2892026-08-30T03:14:24.354Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2902026-08-30T03:14:24.697Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2912026-08-30T03:14:25.163Z Updating git repository `https://github.com/illumos/smf-rs`
2922026-08-30T03:14:26.961Zerror: failed to select a version for `oxnet`.
2932026-08-30T03:14:26.961Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
2942026-08-30T03:14:26.961Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
2952026-08-30T03:14:26.961Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
2962026-08-30T03:14:26.961Zversions that meet the requirements `^0.1.7` are: 0.1.7
2972026-08-30T03:14:26.961Z
2982026-08-30T03:14:26.961Zall possible versions conflict with previously selected packages
2992026-08-30T03:14:26.961Z
3002026-08-30T03:14:26.961Z previously selected package `oxnet v0.1.6`
3012026-08-30T03:14:26.961Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3022026-08-30T03:14:26.961Z
3032026-08-30T03:14:26.961Zfailed to select a version for `oxnet` which could resolve this conflict
3042026-08-30T03:14:27.008ZFailed to run command -- will try 2 more times
3052026-08-30T03:14:27.249Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3062026-08-30T03:14:27.286Z Updating crates.io index
3072026-08-30T03:14:27.310Z Updating crates.io index
3082026-08-30T03:14:28.159Zerror: failed to select a version for `oxnet`.
3092026-08-30T03:14:28.159Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
3102026-08-30T03:14:28.159Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3112026-08-30T03:14:28.159Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3122026-08-30T03:14:28.159Zversions that meet the requirements `^0.1.7` are: 0.1.7
3132026-08-30T03:14:28.159Z
3142026-08-30T03:14:28.159Zall possible versions conflict with previously selected packages
3152026-08-30T03:14:28.160Z
3162026-08-30T03:14:28.160Z previously selected package `oxnet v0.1.6`
3172026-08-30T03:14:28.160Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3182026-08-30T03:14:28.160Z
3192026-08-30T03:14:28.160Zfailed to select a version for `oxnet` which could resolve this conflict
3202026-08-30T03:14:28.196ZFailed to run command -- will try 1 more times
3212026-08-30T03:14:28.439Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3222026-08-30T03:14:28.516Z Updating crates.io index
3232026-08-30T03:14:28.760Zerror: failed to select a version for `oxnet`.
3242026-08-30T03:14:28.760Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
3252026-08-30T03:14:28.760Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
3262026-08-30T03:14:28.760Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3272026-08-30T03:14:28.760Zversions that meet the requirements `^0.1.7` are: 0.1.7
3282026-08-30T03:14:28.760Z
3292026-08-30T03:14:28.760Zall possible versions conflict with previously selected packages
3302026-08-30T03:14:28.760Z
3312026-08-30T03:14:28.760Z previously selected package `oxnet v0.1.6`
3322026-08-30T03:14:28.760Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
3332026-08-30T03:14:28.760Z
3342026-08-30T03:14:28.760Zfailed to select a version for `oxnet` which could resolve this conflict
3352026-08-30T03:14:28.784Z
3362026-08-30T03:14:28.787Zreal 39.923784365
3372026-08-30T03:14:28.787Zuser 17.045291803
3382026-08-30T03:14:28.788Zsys 2.119852838
3392026-08-30T03:14:28.788Ztrap 0.001673921
3402026-08-30T03:14:28.788Ztflt 0.039434350
3412026-08-30T03:14:28.788Zdflt 0.040540682
3422026-08-30T03:14:28.788Zkflt 0.012179557
3432026-08-30T03:14:28.788Zlock 49.189527530
3442026-08-30T03:14:28.788Zslp 1:01.712762291
3452026-08-30T03:14:28.788Zlat 0.049088239
3462026-08-30T03:14:28.788Zstop 0.008712646
3472026-08-30T03:14:28.788Zprocess exited: duration 39975 ms, exit code 101
 
3482026-08-30T03:14:28.795Zfound 0 output files