01KQV39DRTBZBS9F564BAARGKV: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQV3A4DZ6GVQEK8YX70019J0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:36:54.572Zjob assigned to worker 01KQV3A9WZ8HVSRW3W5SDPTQTJ [factory aws, i-078dad52aff197560] (queued for 48 s)
 
22026-05-05T03:37:01.266Zstarting task 0: "setup"
32026-05-05T03:37:01.270Z++ uname -s
42026-05-05T03:37:01.273Z+ kern=SunOS
52026-05-05T03:37:01.273Z+ build_user=build
62026-05-05T03:37:01.273Z+ build_uid=12345
72026-05-05T03:37:01.273Z+ work_dir=/work
82026-05-05T03:37:01.273Z+ input_dir=/input
92026-05-05T03:37:01.273Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:01.273Z+ case "$kern" in
112026-05-05T03:37:01.273Z+ groupadd -g 12345 build
122026-05-05T03:37:01.276Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:03.281Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:03.405Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:03.408Z+ home_fs=zfs
162026-05-05T03:37:03.408Z+ [[ zfs == autofs ]]
172026-05-05T03:37:03.408Z+ mkdir -p /home/build
182026-05-05T03:37:03.408Z+ chown build:build /home/build /work
192026-05-05T03:37:05.409Z+ chmod 0700 /home/build /work
202026-05-05T03:37:05.412Zprocess exited: duration 4146 ms, exit code 0
 
212026-05-05T03:37:05.417Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:05.421Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T03:37:05.422Z * rust toolchain channel = "1.94.0"
242026-05-05T03:37:05.422Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-05T03:37:05.422Z * rust toolchain profile = "default"
262026-05-05T03:37:05.422Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T03:37:05.422Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T03:37:05.425Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:05.425Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:05.586Zinfo: downloading installer
312026-05-05T03:37:06.955Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:06.955Zwarn: /opt/ooce/bin
332026-05-05T03:37:06.955Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:06.955Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:06.955Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:06.955Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:06.956Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:06.956Zerror: cannot install while Rust is installed
392026-05-05T03:37:06.956Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:06.956Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:06.956Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:06.956Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:06.956Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:06.970Zinfo: profile set to default
452026-05-05T03:37:06.970Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:06.973Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:07.124Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:07.127Zinfo: downloading 6 components
492026-05-05T03:37:21.716Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T03:37:21.716Z
512026-05-05T03:37:21.744Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:37:21.744Z
532026-05-05T03:37:21.744Z
542026-05-05T03:37:21.744ZRust is installed now. Great!
552026-05-05T03:37:21.744Z
562026-05-05T03:37:21.747ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:37:21.747Zenvironment variable. This has not been done automatically.
582026-05-05T03:37:21.747Z
592026-05-05T03:37:21.747ZTo configure your current shell, you need to source
602026-05-05T03:37:21.747Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:37:21.747Z
622026-05-05T03:37:21.747ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:37:21.747Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:37:21.747Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:37:21.747Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:37:21.747Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:37:21.747Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:37:21.747Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:37:21.747Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:37:21.747Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:37:21.832Z+ rustup --version
722026-05-05T03:37:21.841Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:37:21.843Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:37:21.862Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:37:21.864Z+ cargo --version
762026-05-05T03:37:21.878Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:37:21.881Z+ rustc --version
782026-05-05T03:37:21.900Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:37:21.903Zprocess exited: duration 16484 ms, exit code 0
 
802026-05-05T03:37:21.908Zstarting task 2: "authentication"
812026-05-05T03:37:21.924Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T03:37:21.929Zstarting task 3: "clone repository"
832026-05-05T03:37:21.932Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:37:21.935Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:37:21.964ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:37:31.568Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:37:31.568Z+ git fetch origin b88ada88b3bd17768d50213bdcc86cfeb28cf893
882026-05-05T03:37:31.851ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:37:31.851Z * branch b88ada88b3bd17768d50213bdcc86cfeb28cf893 -> FETCH_HEAD
902026-05-05T03:37:31.861Z+ [[ -n renovate/crucible-common-digest ]]
912026-05-05T03:37:31.864Z++ git branch --show-current
922026-05-05T03:37:31.864Z+ current=main
932026-05-05T03:37:31.864Z+ [[ main != renovate/crucible-common-digest ]]
942026-05-05T03:37:31.864Z+ git branch -f renovate/crucible-common-digest b88ada88b3bd17768d50213bdcc86cfeb28cf893
952026-05-05T03:37:31.869Z+ git checkout -f renovate/crucible-common-digest
962026-05-05T03:37:32.096ZSwitched to branch 'renovate/crucible-common-digest'
972026-05-05T03:37:32.099Z+ git reset --hard b88ada88b3bd17768d50213bdcc86cfeb28cf893
982026-05-05T03:37:32.111ZHEAD is now at b88ada88b Update crucible-common digest to 6b7b7b7
992026-05-05T03:37:32.114Zprocess exited: duration 10181 ms, exit code 0
 
1002026-05-05T03:37:32.119Zstarting task 4: "build"
1012026-05-05T03:37:32.124Z+ source .github/buildomat/ci-env.sh
1022026-05-05T03:37:32.124Z++ export CARGO_TERM_COLOR=always
1032026-05-05T03:37:32.124Z++ CARGO_TERM_COLOR=always
1042026-05-05T03:37:32.126Z+ cargo --version
1052026-05-05T03:37:32.134Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T03:37:32.137Z+ rustc --version
1072026-05-05T03:37:32.156Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T03:37:32.161Z+ source ./env.sh
1092026-05-05T03:37:32.161Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T03:37:32.161Z++ set -o xtrace
1112026-05-05T03:37:32.164Z++++ dirname ./env.sh
1122026-05-05T03:37:32.164Z+++ readlink -f .
1132026-05-05T03:37:32.167Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T03:37:32.167Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T03:37:32.167Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-05T03:37:32.167Z++ 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
1172026-05-05T03:37:32.167Z++ 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
1182026-05-05T03:37:32.167Z++ 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
1192026-05-05T03:37:32.167Z++ 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
1202026-05-05T03:37:32.167Z++ 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
1212026-05-05T03:37:32.167Z++ 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
1222026-05-05T03:37:32.167Z++ case $OLD_SHELL_OPTS in
1232026-05-05T03:37:32.167Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T03:37:32.167Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-05T03:37:32.167Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-05T03:37:32.167Z+ banner prerequisites
1272026-05-05T03:37:32.167Z
1282026-05-05T03:37:32.167Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T03:37:32.167Z # # # # # # # # # # # # # # #
1302026-05-05T03:37:32.167Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T03:37:32.167Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T03:37:32.168Z # # # # # # # # # # # # # # #
1332026-05-05T03:37:32.168Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T03:37:32.168Z
1352026-05-05T03:37:32.170Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T03:37:42.827Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T03:37:50.256Z Startup: Caching catalogs ... Done
1382026-05-05T03:37:57.012ZPlanning: Solver setup ... Done (5.289s)
1392026-05-05T03:37:57.050ZPlanning: Running solver ... Done (0.037s)
1402026-05-05T03:37:57.183ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T03:37:57.195ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T03:37:57.306ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T03:37:57.343ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T03:37:57.379ZPlanning: Merging actions ... Done (0.036s)
1452026-05-05T03:37:57.557ZPlanning: Checking for conflicting actions ... Done (0.178s)
1462026-05-05T03:37:57.566ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T03:37:58.347ZPlanning: Evaluating mediators ... Done (0.781s)
1482026-05-05T03:37:58.355ZPlanning: Planning completed in 7.94 seconds
1492026-05-05T03:37:58.366Z Packages to install: 5
1502026-05-05T03:37:58.366Z Mediators to change: 3
1512026-05-05T03:37:58.369Z Services to change: 1
1522026-05-05T03:37:58.369Z Estimated space available: 155.35 GB
1532026-05-05T03:37:58.369ZEstimated space to be consumed: 1.90 GB
1542026-05-05T03:37:58.369Z Create boot environment: No
1552026-05-05T03:37:58.369ZCreate backup boot environment: No
1562026-05-05T03:37:58.369Z Rebuild boot archive: No
1572026-05-05T03:37:58.369Z
1582026-05-05T03:37:58.369ZChanged mediators:
1592026-05-05T03:37:58.369Z mediator clang:
1602026-05-05T03:37:58.369Z version: None -> 15 (system default)
1612026-05-05T03:37:58.369Z
1622026-05-05T03:37:58.369Z mediator llvm:
1632026-05-05T03:37:58.369Z version: 14 (system default) -> 15 (system default)
1642026-05-05T03:37:58.369Z
1652026-05-05T03:37:58.370Z mediator postgresql:
1662026-05-05T03:37:58.370Z version: 15 (system default) -> 18 (system default)
1672026-05-05T03:37:58.370Z
1682026-05-05T03:37:58.370ZChanged packages:
1692026-05-05T03:37:58.370Zhelios-dev
1702026-05-05T03:37:58.370Z developer/build-essential
1712026-05-05T03:37:58.370Z None -> 11-2.0
1722026-05-05T03:37:58.370Z library/libxmlsec1
1732026-05-05T03:37:58.370Z None -> 1.2.35-2.0
1742026-05-05T03:37:58.370Z ooce/developer/clang-15
1752026-05-05T03:37:58.370Z None -> 15.0.7-2.0
1762026-05-05T03:37:58.370Z ooce/developer/llvm-15
1772026-05-05T03:37:58.370Z None -> 15.0.7-2.0
1782026-05-05T03:37:58.370Z ooce/library/postgresql-18
1792026-05-05T03:37:58.370Z None -> 18.1-2.0
1802026-05-05T03:37:58.370Z
1812026-05-05T03:37:58.370ZServices:
1822026-05-05T03:37:58.370Z restart_fmri:
1832026-05-05T03:37:58.370Z svc:/system/update-man-index:default
1842026-05-05T03:37:58.409Z
1852026-05-05T03:37:58.409ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T03:38:03.621ZDownload: 2223/4272 items 119.2/219.0MB 54% complete (31.9M/s)
1872026-05-05T03:38:09.874ZDownload: 3282/4272 items 211.9/219.0MB 96% complete (21.5M/s)
1882026-05-05T03:38:11.693ZDownload: Completed 218.99 MB in 13.28 seconds (16.5M/s)
1892026-05-05T03:38:11.839Z Actions: 1/4789 actions (Installing new actions)
1902026-05-05T03:38:15.200Z Actions: Completed 4789 actions in 3.36 seconds.
1912026-05-05T03:38:15.879Z Done (0.674s)
1922026-05-05T03:38:15.879Z Done (0.000s)
1932026-05-05T03:38:16.623Z Done (0.744s)
1942026-05-05T03:38:19.556Z Done (2.580s)
1952026-05-05T03:38:19.626Z Done (0.013s)
1962026-05-05T03:38:19.629Z Done (0.000s)
1972026-05-05T03:38:19.958Z Done (0.000s)
1982026-05-05T03:38:20.815ZPlanning: Evaluating mediator changes ... Done
1992026-05-05T03:38:20.923ZPlanning: Checking for conflicting actions ... Done
2002026-05-05T03:38:20.927ZPlanning: Consolidating action changes ... Done
2012026-05-05T03:38:21.084ZPlanning: Evaluating mediators ... Done
2022026-05-05T03:38:21.089ZPlanning: Planning completed in 0.27 seconds
2032026-05-05T03:38:21.106Z Mediators to change: 2
2042026-05-05T03:38:21.106Z Create boot environment: No
2052026-05-05T03:38:21.106ZCreate backup boot environment: No
2062026-05-05T03:38:21.230Z Done
2072026-05-05T03:38:21.230Z Done
2082026-05-05T03:38:21.829Z Done
2092026-05-05T03:38:24.321Z Done
2102026-05-05T03:38:24.381Z Done
2112026-05-05T03:38:24.392Z Done
2122026-05-05T03:38:24.521Z Done
2132026-05-05T03:38:24.779ZPlanning: Evaluating mediator changes ... Done
2142026-05-05T03:38:24.889ZPlanning: Checking for conflicting actions ... Done
2152026-05-05T03:38:24.902ZPlanning: Consolidating action changes ... Done
2162026-05-05T03:38:25.044ZPlanning: Evaluating mediators ... Done
2172026-05-05T03:38:25.048ZPlanning: Planning completed in 0.27 seconds
2182026-05-05T03:38:25.069Z Mediators to change: 1
2192026-05-05T03:38:25.069Z Create boot environment: No
2202026-05-05T03:38:25.069ZCreate backup boot environment: No
2212026-05-05T03:38:25.124Z Done
2222026-05-05T03:38:25.124Z Done
2232026-05-05T03:38:25.753Z Done
2242026-05-05T03:38:28.231Z Done
2252026-05-05T03:38:28.678Z Done
2262026-05-05T03:38:28.689Z Done
2272026-05-05T03:38:28.689Z Done
2282026-05-05T03:38:28.717ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2292026-05-05T03:38:28.717Zclang system 15 system
2302026-05-05T03:38:28.717Zcsh system system illumos
2312026-05-05T03:38:28.718Zctags system system illumos
2322026-05-05T03:38:28.718Zfile system system illumos
2332026-05-05T03:38:28.718Zgcc vendor 12 vendor
2342026-05-05T03:38:28.718Zgcc system 14 system
2352026-05-05T03:38:28.718Zgcc system 10 system
2362026-05-05T03:38:28.718Zgo system 1.20 system
2372026-05-05T03:38:28.718Zgo system 1.19 system
2382026-05-05T03:38:28.718Zllvm system 15 system
2392026-05-05T03:38:28.718Zllvm system 14 system
2402026-05-05T03:38:28.718Zmariadb system 10.6 system
2412026-05-05T03:38:28.719Zmta vendor vendor dma
2422026-05-05T03:38:28.719Zopenjdk system 17 system
2432026-05-05T03:38:28.719Zopenjdk system 11 system
2442026-05-05T03:38:28.719Zopenjdk system 1.8 system
2452026-05-05T03:38:28.719Zopenssl vendor 3 vendor
2462026-05-05T03:38:28.719Zperl system 5.36 system
2472026-05-05T03:38:28.719Zpostgresql system 18 system
2482026-05-05T03:38:28.719Zpostgresql system 15 system
2492026-05-05T03:38:28.719Zpostgresql system 13 system
2502026-05-05T03:38:28.719Zpython vendor 3 vendor
2512026-05-05T03:38:28.720Zpython system 2 system
2522026-05-05T03:38:28.720Zpython3 system 3.11 system
2532026-05-05T03:38:28.720Zruby system 3.0 system
2542026-05-05T03:38:28.720Zwords vendor vendor american-english
2552026-05-05T03:38:28.720Zwords system system australian-english
2562026-05-05T03:38:28.720Zwords system system british-english
2572026-05-05T03:38:28.720Zwords system system canadian-english
2582026-05-05T03:38:28.720Zwords system system french
2592026-05-05T03:38:28.720Zwords system system italian
2602026-05-05T03:38:28.720Zwords system system ngerman
2612026-05-05T03:38:28.720Zwords system system ogerman
2622026-05-05T03:38:28.720Zwords system system spanish
2632026-05-05T03:38:28.987ZPUBLISHER TYPE STATUS P LOCATION
2642026-05-05T03:38:28.988Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2652026-05-05T03:38:33.591ZFMRI IFO
2662026-05-05T03:38:33.591Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2672026-05-05T03:38:33.591Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2682026-05-05T03:38:33.591Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2692026-05-05T03:38:33.592Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2702026-05-05T03:38:33.592Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2712026-05-05T03:38:33.592Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2722026-05-05T03:38:33.592Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2732026-05-05T03:38:33.592Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2742026-05-05T03:38:33.592Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2752026-05-05T03:38:33.592Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2762026-05-05T03:38:33.592Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2772026-05-05T03:38:33.592Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2782026-05-05T03:38:33.592Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2792026-05-05T03:38:33.592Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2802026-05-05T03:38:33.592Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2812026-05-05T03:38:33.592Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2822026-05-05T03:38:33.592Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2832026-05-05T03:38:34.644Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2842026-05-05T03:38:34.906Z Updating crates.io index
2852026-05-05T03:38:34.950Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2862026-05-05T03:38:35.176Z Updating git repository `https://github.com/oxidecomputer/lldp`
2872026-05-05T03:38:36.072Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2882026-05-05T03:38:36.543Z Updating git repository `https://github.com/oxidecomputer/propolis`
2892026-05-05T03:38:38.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2902026-05-05T03:38:38.211Z Updating git repository `https://github.com/oxidecomputer/crucible`
2912026-05-05T03:38:39.496Z Updating git repository `https://github.com/oxidecomputer/opte`
2922026-05-05T03:38:40.198Z Updating git repository `https://github.com/oxidecomputer/tofino`
2932026-05-05T03:38:40.594Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942026-05-05T03:38:41.332Z Updating git repository `https://github.com/oxidecomputer/clickward`
2952026-05-05T03:38:41.706Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2962026-05-05T03:38:42.179Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2972026-05-05T03:38:42.503Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2982026-05-05T03:38:43.604Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2992026-05-05T03:38:44.130Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3002026-05-05T03:38:44.438Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3012026-05-05T03:38:44.689Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3022026-05-05T03:38:45.070Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3032026-05-05T03:38:45.421Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3042026-05-05T03:38:45.639Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3052026-05-05T03:38:45.937Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3062026-05-05T03:38:46.354Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3072026-05-05T03:38:46.663Z Updating git repository `https://github.com/oxidecomputer/crucible`
3082026-05-05T03:38:47.395Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3092026-05-05T03:38:47.810Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3102026-05-05T03:38:48.164Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3112026-05-05T03:38:48.472Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122026-05-05T03:38:48.748Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3132026-05-05T03:38:50.403Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142026-05-05T03:38:50.836Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152026-05-05T03:38:51.106Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3162026-05-05T03:38:51.708Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3172026-05-05T03:38:51.987Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3182026-05-05T03:38:52.322Z Updating crates.io index
3192026-05-05T03:38:52.361Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3202026-05-05T03:38:52.627Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3212026-05-05T03:38:52.875Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3222026-05-05T03:38:53.114Z Updating git repository `https://github.com/illumos/smf-rs`
3232026-05-05T03:38:54.248Z Updating git repository `https://github.com/oxidecomputer/omicron`
3242026-05-05T03:39:05.351Zerror: failed to select a version for `vergen`.
3252026-05-05T03:39:05.351Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3262026-05-05T03:39:05.351Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3272026-05-05T03:39:05.351Z ... 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)`
3282026-05-05T03:39:05.351Zversions that meet the requirements `^9.1.0` are: 9.1.0
3292026-05-05T03:39:05.351Z
3302026-05-05T03:39:05.351Zall possible versions conflict with previously selected packages.
3312026-05-05T03:39:05.351Z
3322026-05-05T03:39:05.351Z previously selected package `vergen v9.0.6`
3332026-05-05T03:39:05.351Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3342026-05-05T03:39:05.351Z ... 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)`
3352026-05-05T03:39:05.351Z
3362026-05-05T03:39:05.351Zfailed to select a version for `vergen` which could resolve this conflict
3372026-05-05T03:39:05.392ZFailed to run command -- will try 2 more times
3382026-05-05T03:39:05.639Z Updating git repository `https://github.com/oxidecomputer/crucible`
3392026-05-05T03:39:05.663Z Updating crates.io index
3402026-05-05T03:39:05.901Z Updating crates.io index
3412026-05-05T03:39:06.490Zerror: failed to select a version for `vergen`.
3422026-05-05T03:39:06.490Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3432026-05-05T03:39:06.490Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3442026-05-05T03:39:06.490Z ... 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)`
3452026-05-05T03:39:06.490Zversions that meet the requirements `^9.1.0` are: 9.1.0
3462026-05-05T03:39:06.490Z
3472026-05-05T03:39:06.490Zall possible versions conflict with previously selected packages.
3482026-05-05T03:39:06.490Z
3492026-05-05T03:39:06.490Z previously selected package `vergen v9.0.6`
3502026-05-05T03:39:06.490Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3512026-05-05T03:39:06.490Z ... 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-05-05T03:39:06.490Z
3532026-05-05T03:39:06.490Zfailed to select a version for `vergen` which could resolve this conflict
3542026-05-05T03:39:06.515ZFailed to run command -- will try 1 more times
3552026-05-05T03:39:06.765Z Updating git repository `https://github.com/oxidecomputer/crucible`
3562026-05-05T03:39:06.840Z Updating crates.io index
3572026-05-05T03:39:07.315Zerror: failed to select a version for `vergen`.
3582026-05-05T03:39:07.315Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3592026-05-05T03:39:07.315Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3602026-05-05T03:39:07.315Z ... 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)`
3612026-05-05T03:39:07.315Zversions that meet the requirements `^9.1.0` are: 9.1.0
3622026-05-05T03:39:07.315Z
3632026-05-05T03:39:07.315Zall possible versions conflict with previously selected packages.
3642026-05-05T03:39:07.315Z
3652026-05-05T03:39:07.315Z previously selected package `vergen v9.0.6`
3662026-05-05T03:39:07.315Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3672026-05-05T03:39:07.315Z ... 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)`
3682026-05-05T03:39:07.315Z
3692026-05-05T03:39:07.316Zfailed to select a version for `vergen` which could resolve this conflict
3702026-05-05T03:39:07.339Z
3712026-05-05T03:39:07.341Zreal 1:35.166409662
3722026-05-05T03:39:07.341Zuser 53.914706216
3732026-05-05T03:39:07.342Zsys 5.506019144
3742026-05-05T03:39:07.342Ztrap 0.005171272
3752026-05-05T03:39:07.342Ztflt 0.026306979
3762026-05-05T03:39:07.342Zdflt 0.040154317
3772026-05-05T03:39:07.342Zkflt 0.014399499
3782026-05-05T03:39:07.342Zlock 0.130450452
3792026-05-05T03:39:07.342Zslp 2:14.482782711
3802026-05-05T03:39:07.342Zlat 0.123184840
3812026-05-05T03:39:07.342Zstop 0.000538614
3822026-05-05T03:39:07.342Zprocess exited: duration 95217 ms, exit code 101
 
3832026-05-05T03:39:07.348Zfound 0 output files