01KRQDEXP3FV6HHT9HWKAHEPW9: 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: 01KRQDH6WHEKGFT2HGY4PZN3E9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:34:17.530Zjob assigned to worker 01KRQDHDSK8GA0RP85AKHAAE7J [factory aws, i-072655d57b9ec8805] (queued for 49 s)
 
22026-05-16T03:34:24.262Zstarting task 0: "setup"
32026-05-16T03:34:24.266Z++ uname -s
42026-05-16T03:34:24.269Z+ kern=SunOS
52026-05-16T03:34:24.269Z+ build_user=build
62026-05-16T03:34:24.269Z+ build_uid=12345
72026-05-16T03:34:24.269Z+ work_dir=/work
82026-05-16T03:34:24.269Z+ input_dir=/input
92026-05-16T03:34:24.269Z+ [[ 0 == 12345 ]]
102026-05-16T03:34:24.269Z+ case "$kern" in
112026-05-16T03:34:24.269Z+ groupadd -g 12345 build
122026-05-16T03:34:24.271Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:34:26.276Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:34:26.396Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:34:26.399Z+ home_fs=zfs
162026-05-16T03:34:26.399Z+ [[ zfs == autofs ]]
172026-05-16T03:34:26.399Z+ mkdir -p /home/build
182026-05-16T03:34:26.399Z+ chown build:build /home/build /work
192026-05-16T03:34:28.400Z+ chmod 0700 /home/build /work
202026-05-16T03:34:28.405Zprocess exited: duration 4143 ms, exit code 0
 
212026-05-16T03:34:28.411Zstarting task 1: "rust-toolchain"
222026-05-16T03:34:28.416Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-16T03:34:28.416Z * rust toolchain channel = "1.94.0"
242026-05-16T03:34:28.416Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-16T03:34:28.416Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-16T03:34:28.416Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:34:28.416Z * rust toolchain profile = "default"
282026-05-16T03:34:28.419Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:34:28.419Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:34:28.520Zinfo: downloading installer
312026-05-16T03:34:30.105Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:34:30.105Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:34:30.106Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:34:30.106Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:34:30.111Zinfo: profile set to default
362026-05-16T03:34:30.111Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:34:30.117Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:34:30.258Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:34:30.262Zinfo: downloading 6 components
402026-05-16T03:34:44.406Z
412026-05-16T03:34:44.407Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
422026-05-16T03:34:44.476Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:34:44.476Z
442026-05-16T03:34:44.477Z
452026-05-16T03:34:44.477ZRust is installed now. Great!
462026-05-16T03:34:44.477Z
472026-05-16T03:34:44.477ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:34:44.477Zenvironment variable. This has not been done automatically.
492026-05-16T03:34:44.477Z
502026-05-16T03:34:44.477ZTo configure your current shell, you need to source
512026-05-16T03:34:44.477Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:34:44.477Z
532026-05-16T03:34:44.477ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:34:44.477Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:34:44.477Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:34:44.477Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:34:44.477Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:34:44.477Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:34:44.477Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:34:44.477Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:34:44.477Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:34:44.560Z+ rustup --version
632026-05-16T03:34:44.560Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:34:44.560Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:34:44.660Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:34:44.660Z+ cargo --version
672026-05-16T03:34:44.660Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:34:44.660Z+ rustc --version
692026-05-16T03:34:44.660Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:34:44.660Zprocess exited: duration 16125 ms, exit code 0
 
712026-05-16T03:34:44.698Zstarting task 2: "authentication"
722026-05-16T03:34:44.717Zprocess exited: duration 28 ms, exit code 0
 
732026-05-16T03:34:44.731Zstarting task 3: "clone repository"
742026-05-16T03:34:44.793Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-16T03:34:44.793Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-16T03:34:44.814ZCloning into '/work/oxidecomputer/omicron'...
772026-05-16T03:34:54.836Z+ cd /work/oxidecomputer/omicron
782026-05-16T03:34:54.836Z+ git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
792026-05-16T03:34:55.111ZFrom https://github.com/oxidecomputer/omicron
802026-05-16T03:34:55.111Z * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD
812026-05-16T03:34:55.119Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-16T03:34:55.119Z++ git branch --show-current
832026-05-16T03:34:55.122Z+ current=main
842026-05-16T03:34:55.122Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-16T03:34:55.123Z+ git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
862026-05-16T03:34:55.123Z+ git checkout -f renovate/crucible-common-digest
872026-05-16T03:34:55.351ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-16T03:34:55.354Z+ git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
892026-05-16T03:34:55.367ZHEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136
902026-05-16T03:34:55.372Zprocess exited: duration 10637 ms, exit code 0
 
912026-05-16T03:34:55.380Zstarting task 4: "build"
922026-05-16T03:34:55.386Z+ source .github/buildomat/ci-env.sh
932026-05-16T03:34:55.386Z++ export CARGO_TERM_COLOR=always
942026-05-16T03:34:55.386Z++ CARGO_TERM_COLOR=always
952026-05-16T03:34:55.386Z+ cargo --version
962026-05-16T03:34:55.396Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-16T03:34:55.399Z+ rustc --version
982026-05-16T03:34:55.434Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-16T03:34:55.441Z+ source ./env.sh
1002026-05-16T03:34:55.441Z++ OLD_SHELL_OPTS=ehxB
1012026-05-16T03:34:55.441Z++ set -o xtrace
1022026-05-16T03:34:55.441Z++++ dirname ./env.sh
1032026-05-16T03:34:55.441Z+++ readlink -f .
1042026-05-16T03:34:55.441Z++ OMICRON_WS=/work/oxidecomputer/omicron
1052026-05-16T03:34:55.441Z++ 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-05-16T03:34:55.441Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-05-16T03:34:55.441Z++ 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-05-16T03:34:55.441Z++ 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-05-16T03:34:55.442Z++ 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-05-16T03:34:55.442Z++ 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-05-16T03:34:55.442Z++ 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-05-16T03:34:55.442Z++ 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-05-16T03:34:55.442Z++ case $OLD_SHELL_OPTS in
1142026-05-16T03:34:55.442Z++ unset OLD_SHELL_OPTS OMICRON_WS
1152026-05-16T03:34:55.442Z+ 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
1162026-05-16T03:34:55.442Z+ 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
1172026-05-16T03:34:55.442Z+ banner prerequisites
1182026-05-16T03:34:55.442Z
1192026-05-16T03:34:55.442Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-05-16T03:34:55.442Z # # # # # # # # # # # # # # #
1212026-05-16T03:34:55.442Z # # # # ##### # # ##### # # # # # #### #
1222026-05-16T03:34:55.442Z ##### ##### # ##### # # # # # # # # #
1232026-05-16T03:34:55.442Z # # # # # # # # # # # # # # #
1242026-05-16T03:34:55.442Z # # # ###### # # ###### ### # #### # #### #
1252026-05-16T03:34:55.442Z
1262026-05-16T03:34:55.442Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-05-16T03:34:56.794Z Startup: Refreshing catalog 'helios' ... Done
1282026-05-16T03:34:56.850Z Startup: Caching catalogs ... Done
1292026-05-16T03:34:57.055ZPlanning: Solver setup ... Done (0.173s)
1302026-05-16T03:34:57.070ZPlanning: Running solver ... Done (0.016s)
1312026-05-16T03:34:57.077ZPlanning: Finding local manifests ... Done (0.003s)
1322026-05-16T03:34:57.098ZPlanning: Fetching manifests: 0/2 0% complete
1332026-05-16T03:34:57.116ZPlanning: Fetching manifests: 2/2 100% complete
1342026-05-16T03:34:57.144ZPlanning: Package planning ... Done (0.013s)
1352026-05-16T03:34:57.144ZPlanning: Merging actions ... Done (0.001s)
1362026-05-16T03:34:57.305ZPlanning: Checking for conflicting actions ... Done (0.184s)
1372026-05-16T03:34:57.308ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-05-16T03:34:58.127ZPlanning: Evaluating mediators ... Done (0.821s)
1392026-05-16T03:34:58.131ZPlanning: Planning completed in 1.26 seconds
1402026-05-16T03:34:58.168Z Packages to install: 2
1412026-05-16T03:34:58.179Z Estimated space available: 156.08 GB
1422026-05-16T03:34:58.179ZEstimated space to be consumed: 19.74 MB
1432026-05-16T03:34:58.179Z Create boot environment: No
1442026-05-16T03:34:58.179ZCreate backup boot environment: No
1452026-05-16T03:34:58.179Z Rebuild boot archive: No
1462026-05-16T03:34:58.179Z
1472026-05-16T03:34:58.180ZChanged packages:
1482026-05-16T03:34:58.180Zhelios
1492026-05-16T03:34:58.180Z developer/build-essential
1502026-05-16T03:34:58.180Z None -> 11-3.0
1512026-05-16T03:34:58.180Z library/libxmlsec1
1522026-05-16T03:34:58.180Z None -> 1.2.35-3.0
1532026-05-16T03:34:58.192Z
1542026-05-16T03:34:58.192ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-05-16T03:34:58.751ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1562026-05-16T03:34:58.812Z Actions: 1/268 actions (Installing new actions)
1572026-05-16T03:34:58.847Z Actions: Completed 268 actions in 0.04 seconds.
1582026-05-16T03:34:58.853ZFinalize: Updating package state database ... Done (0.005s)
1592026-05-16T03:34:58.853ZFinalize: Updating package cache ... Done (0.000s)
1602026-05-16T03:34:58.867ZFinalize: Updating image state ... Done (0.016s)
1612026-05-16T03:35:01.230ZFinalize: Creating fast lookup database ... Done (2.341s)
1622026-05-16T03:35:01.297ZFinalize: Reading search index ... Done (0.011s)
1632026-05-16T03:35:01.307ZFinalize: Updating search index ... Done (0.000s)
1642026-05-16T03:35:01.376ZFinalize: Updating package cache ... Done (0.000s)
1652026-05-16T03:35:01.668ZPlanning: Evaluating mediator changes ... Done
1662026-05-16T03:35:01.770ZPlanning: Checking for conflicting actions ... Done
1672026-05-16T03:35:01.774ZPlanning: Consolidating action changes ... Done
1682026-05-16T03:35:01.932ZPlanning: Evaluating mediators ... Done
1692026-05-16T03:35:01.943ZPlanning: Planning completed in 0.26 seconds
1702026-05-16T03:35:01.955Z Mediators to change: 2
1712026-05-16T03:35:01.955Z Create boot environment: No
1722026-05-16T03:35:01.955ZCreate backup boot environment: No
1732026-05-16T03:35:01.997ZFinalize: Updating package state database ... Done
1742026-05-16T03:35:01.997ZFinalize: Updating package cache ... Done
1752026-05-16T03:35:02.007ZFinalize: Updating image state ... Done
1762026-05-16T03:35:03.921ZFinalize: Creating fast lookup database ... Done
1772026-05-16T03:35:03.986ZFinalize: Reading search index ... Done
1782026-05-16T03:35:03.988ZFinalize: Updating search index ... Done
1792026-05-16T03:35:04.074ZFinalize: Updating package cache ... Done
1802026-05-16T03:35:04.352ZPlanning: Evaluating mediator changes ... Done
1812026-05-16T03:35:04.457ZPlanning: Checking for conflicting actions ... Done
1822026-05-16T03:35:04.460ZPlanning: Consolidating action changes ... Done
1832026-05-16T03:35:04.614ZPlanning: Evaluating mediators ... Done
1842026-05-16T03:35:04.619ZPlanning: Planning completed in 0.26 seconds
1852026-05-16T03:35:04.636Z Mediators to change: 1
1862026-05-16T03:35:04.636Z Create boot environment: No
1872026-05-16T03:35:04.636ZCreate backup boot environment: No
1882026-05-16T03:35:04.699ZFinalize: Updating package state database ... Done
1892026-05-16T03:35:04.699ZFinalize: Updating package cache ... Done
1902026-05-16T03:35:04.708ZFinalize: Updating image state ... Done
1912026-05-16T03:35:06.647ZFinalize: Creating fast lookup database ... Done
1922026-05-16T03:35:06.724ZFinalize: Reading search index ... Done
1932026-05-16T03:35:06.736ZFinalize: Updating search index ... Done
1942026-05-16T03:35:06.785ZFinalize: Updating package cache ... Done
1952026-05-16T03:35:07.091ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-05-16T03:35:07.091Zapache system 2.4 system
1972026-05-16T03:35:07.091Zclang system 15 system
1982026-05-16T03:35:07.091Zcsh system system illumos
1992026-05-16T03:35:07.091Zctags system system illumos
2002026-05-16T03:35:07.091Zfile vendor vendor darwinsys
2012026-05-16T03:35:07.092Zfile system system illumos
2022026-05-16T03:35:07.092Zgcc vendor 14 vendor
2032026-05-16T03:35:07.092Zgcc system 13 system
2042026-05-16T03:35:07.092Zgcc system 10 system
2052026-05-16T03:35:07.092Zgo system 1.25 system
2062026-05-16T03:35:07.092Zllvm system 15 system
2072026-05-16T03:35:07.092Zmariadb system 11.4 system
2082026-05-16T03:35:07.092Zmta vendor vendor dma
2092026-05-16T03:35:07.092Zopenjdk system 17 system
2102026-05-16T03:35:07.092Zopenjdk system 11 system
2112026-05-16T03:35:07.092Zopenssl vendor 3 vendor
2122026-05-16T03:35:07.092Zperl system 5.40 system
2132026-05-16T03:35:07.092Zpostgresql system 18 system
2142026-05-16T03:35:07.092Zpostgresql system 17 system
2152026-05-16T03:35:07.092Zpython vendor 3 vendor
2162026-05-16T03:35:07.092Zpython system 2 system
2172026-05-16T03:35:07.092Zpython3 vendor 3.13 vendor
2182026-05-16T03:35:07.092Zruby system 3.4 system
2192026-05-16T03:35:07.092Zruby system 3.0 system
2202026-05-16T03:35:07.092Zwords vendor vendor american-english
2212026-05-16T03:35:07.092Zwords system system australian-english
2222026-05-16T03:35:07.092Zwords system system british-english
2232026-05-16T03:35:07.093Zwords system system canadian-english
2242026-05-16T03:35:07.093Zwords system system french
2252026-05-16T03:35:07.093Zwords system system italian
2262026-05-16T03:35:07.093Zwords system system ngerman
2272026-05-16T03:35:07.093Zwords system system ogerman
2282026-05-16T03:35:07.093Zwords system system spanish
2292026-05-16T03:35:07.337ZPUBLISHER TYPE STATUS P LOCATION
2302026-05-16T03:35:07.337Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-05-16T03:35:07.599ZFMRI IFO
2322026-05-16T03:35:07.599Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-05-16T03:35:07.599Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-05-16T03:35:07.599Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-05-16T03:35:07.599Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-05-16T03:35:07.599Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-05-16T03:35:07.599Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-05-16T03:35:07.599Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-05-16T03:35:07.599Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-05-16T03:35:07.599Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-05-16T03:35:07.840Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-05-16T03:35:08.097Z Updating crates.io index
2432026-05-16T03:35:08.108Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-05-16T03:35:08.614Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-05-16T03:35:08.981Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-05-16T03:35:09.513Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-05-16T03:35:10.363Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-05-16T03:35:10.869Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-05-16T03:35:12.163Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-05-16T03:35:12.998Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-05-16T03:35:13.197Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-05-16T03:35:14.126Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-05-16T03:35:14.507Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-05-16T03:35:14.839Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-05-16T03:35:15.275Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-05-16T03:35:16.245Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-05-16T03:35:16.684Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-05-16T03:35:17.173Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-05-16T03:35:17.397Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-05-16T03:35:17.873Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-05-16T03:35:18.251Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-05-16T03:35:18.694Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-05-16T03:35:18.879Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-05-16T03:35:19.109Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-05-16T03:35:19.581Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-05-16T03:35:19.974Z Updating git repository `https://github.com/oxidecomputer/crucible`
2672026-05-16T03:35:20.493Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2682026-05-16T03:35:20.973Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2692026-05-16T03:35:21.097Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2702026-05-16T03:35:21.641Z Updating git repository `https://github.com/oxidecomputer/ispf`
2712026-05-16T03:35:21.887Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2722026-05-16T03:35:23.635Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2732026-05-16T03:35:24.178Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2742026-05-16T03:35:24.409Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-05-16T03:35:24.712Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2762026-05-16T03:35:24.980Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2772026-05-16T03:35:25.306Z Updating crates.io index
2782026-05-16T03:35:25.315Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2792026-05-16T03:35:26.051Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2802026-05-16T03:35:26.172Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2812026-05-16T03:35:26.220Z Updating git repository `https://github.com/illumos/smf-rs`
2822026-05-16T03:35:26.448Z Updating git repository `https://github.com/oxidecomputer/omicron`
2832026-05-16T03:35:38.328Zerror: failed to select a version for `vergen`.
2842026-05-16T03:35:38.328Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2852026-05-16T03:35:38.328Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2862026-05-16T03:35:38.328Z ... 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)`
2872026-05-16T03:35:38.328Zversions that meet the requirements `^9.1.0` are: 9.1.0
2882026-05-16T03:35:38.328Z
2892026-05-16T03:35:38.329Zall possible versions conflict with previously selected packages.
2902026-05-16T03:35:38.329Z
2912026-05-16T03:35:38.329Z previously selected package `vergen v9.0.6`
2922026-05-16T03:35:38.329Z ... 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)`
2932026-05-16T03:35:38.329Z ... 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)`
2942026-05-16T03:35:38.329Z
2952026-05-16T03:35:38.329Zfailed to select a version for `vergen` which could resolve this conflict
2962026-05-16T03:35:38.373ZFailed to run command -- will try 2 more times
2972026-05-16T03:35:38.661Z Updating git repository `https://github.com/oxidecomputer/crucible`
2982026-05-16T03:35:38.710Z Updating crates.io index
2992026-05-16T03:35:38.878Z Updating crates.io index
3002026-05-16T03:35:39.478Zerror: failed to select a version for `vergen`.
3012026-05-16T03:35:39.478Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3022026-05-16T03:35:39.478Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3032026-05-16T03:35:39.478Z ... 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)`
3042026-05-16T03:35:39.478Zversions that meet the requirements `^9.1.0` are: 9.1.0
3052026-05-16T03:35:39.478Z
3062026-05-16T03:35:39.478Zall possible versions conflict with previously selected packages.
3072026-05-16T03:35:39.478Z
3082026-05-16T03:35:39.479Z previously selected package `vergen v9.0.6`
3092026-05-16T03:35:39.479Z ... 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)`
3102026-05-16T03:35:39.479Z ... 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)`
3112026-05-16T03:35:39.479Z
3122026-05-16T03:35:39.479Zfailed to select a version for `vergen` which could resolve this conflict
3132026-05-16T03:35:39.517ZFailed to run command -- will try 1 more times
3142026-05-16T03:35:39.769Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-05-16T03:35:39.803Z Updating crates.io index
3162026-05-16T03:35:40.319Zerror: failed to select a version for `vergen`.
3172026-05-16T03:35:40.319Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3182026-05-16T03:35:40.319Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3192026-05-16T03:35:40.319Z ... 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)`
3202026-05-16T03:35:40.319Zversions that meet the requirements `^9.1.0` are: 9.1.0
3212026-05-16T03:35:40.319Z
3222026-05-16T03:35:40.319Zall possible versions conflict with previously selected packages.
3232026-05-16T03:35:40.319Z
3242026-05-16T03:35:40.319Z previously selected package `vergen v9.0.6`
3252026-05-16T03:35:40.320Z ... 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)`
3262026-05-16T03:35:40.320Z ... 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)`
3272026-05-16T03:35:40.320Z
3282026-05-16T03:35:40.320Zfailed to select a version for `vergen` which could resolve this conflict
3292026-05-16T03:35:40.364Z
3302026-05-16T03:35:40.364Zreal 44.889051928
3312026-05-16T03:35:40.364Zuser 19.637257685
3322026-05-16T03:35:40.364Zsys 2.025967024
3332026-05-16T03:35:40.364Ztrap 0.001791338
3342026-05-16T03:35:40.364Ztflt 0.039283693
3352026-05-16T03:35:40.364Zdflt 0.039400920
3362026-05-16T03:35:40.364Zkflt 0.013104164
3372026-05-16T03:35:40.364Zlock 0.118913094
3382026-05-16T03:35:40.364Zslp 1:10.079874413
3392026-05-16T03:35:40.365Zlat 0.070268949
3402026-05-16T03:35:40.365Zstop 0.000485453
3412026-05-16T03:35:40.365Zprocess exited: duration 44939 ms, exit code 101
 
3422026-05-16T03:35:40.406Zfound 0 output files