01KRQDEXP6YANRC1AMXWGEKR75: clippy (helios)

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

Buildomat Job: 01KRQDH76T8SS22Q2DTMA7ZXYM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-16T03:34:18.573Zjob assigned to worker 01KRQDH6C42YSEA1NDKAJ4ASC0 [factory aws, i-016aff589515ca7d5] (queued for 50 s)
 
22026-05-16T03:34:24.922Zstarting task 0: "setup"
32026-05-16T03:34:24.927Z++ uname -s
42026-05-16T03:34:24.932Z+ kern=SunOS
52026-05-16T03:34:24.932Z+ build_user=build
62026-05-16T03:34:24.932Z+ build_uid=12345
72026-05-16T03:34:24.932Z+ work_dir=/work
82026-05-16T03:34:24.932Z+ input_dir=/input
92026-05-16T03:34:24.932Z+ [[ 0 == 12345 ]]
102026-05-16T03:34:24.932Z+ case "$kern" in
112026-05-16T03:34:24.932Z+ groupadd -g 12345 build
122026-05-16T03:34:24.932Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-16T03:34:26.935Z+ zfs create -o mountpoint=/work rpool/work
142026-05-16T03:34:27.097Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-16T03:34:27.100Z+ home_fs=zfs
162026-05-16T03:34:27.100Z+ [[ zfs == autofs ]]
172026-05-16T03:34:27.100Z+ mkdir -p /home/build
182026-05-16T03:34:27.100Z+ chown build:build /home/build /work
192026-05-16T03:34:29.107Z+ chmod 0700 /home/build /work
202026-05-16T03:34:29.113Zprocess exited: duration 4184 ms, exit code 0
 
212026-05-16T03:34:29.121Zstarting task 1: "rust-toolchain"
222026-05-16T03:34:29.125Z * rust toolchain channel = "1.94.0"
232026-05-16T03:34:29.125Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-16T03:34:29.125Z * rust toolchain profile = "default"
252026-05-16T03:34:29.125Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-16T03:34:29.126Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-16T03:34:29.126Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-16T03:34:29.130Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-16T03:34:29.130Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-16T03:34:29.233Zinfo: downloading installer
312026-05-16T03:34:30.817Zwarn: It looks like you have an existing rustup settings file at:
322026-05-16T03:34:30.817Zwarn: /home/build/.rustup/settings.toml
332026-05-16T03:34:30.817Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-16T03:34:30.817Zwarn: instead of the one inferred from the default host triple.
352026-05-16T03:34:30.828Zinfo: profile set to default
362026-05-16T03:34:30.828Zinfo: default host triple is x86_64-unknown-illumos
372026-05-16T03:34:30.828Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-16T03:34:30.957Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-16T03:34:30.994Zinfo: downloading 6 components
402026-05-16T03:34:45.700Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-16T03:34:45.700Z
422026-05-16T03:34:45.793Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-16T03:34:45.793Z
442026-05-16T03:34:45.793Z
452026-05-16T03:34:45.794ZRust is installed now. Great!
462026-05-16T03:34:45.794Z
472026-05-16T03:34:45.794ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-16T03:34:45.794Zenvironment variable. This has not been done automatically.
492026-05-16T03:34:45.794Z
502026-05-16T03:34:45.794ZTo configure your current shell, you need to source
512026-05-16T03:34:45.794Zthe corresponding env file under $HOME/.cargo.
522026-05-16T03:34:45.794Z
532026-05-16T03:34:45.794ZThis is usually done by running one of the following (note the leading DOT):
542026-05-16T03:34:45.794Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-16T03:34:45.794Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-16T03:34:45.794Zsource "~/.cargo/env.nu" # For nushell
572026-05-16T03:34:45.794Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-16T03:34:45.795Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-16T03:34:45.795Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-16T03:34:45.795Zwarn: no default linker (`cc`) was found in your PATH
612026-05-16T03:34:45.795Zwarn: many Rust crates require a system C toolchain to build
622026-05-16T03:34:45.968Z+ rustup --version
632026-05-16T03:34:45.968Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-16T03:34:45.968Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-16T03:34:45.968Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-16T03:34:45.968Z+ cargo --version
672026-05-16T03:34:45.968Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-16T03:34:45.968Z+ rustc --version
692026-05-16T03:34:45.968Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-16T03:34:45.968Zprocess exited: duration 16680 ms, exit code 0
 
712026-05-16T03:34:46.228Zstarting task 2: "authentication"
722026-05-16T03:34:46.366ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-16T03:35:14.490Zprocess exited: duration 28317 ms, exit code 0
 
742026-05-16T03:35:14.573Zstarting task 3: "clone repository"
752026-05-16T03:35:14.614Z+ mkdir -p /work/oxidecomputer/omicron
762026-05-16T03:35:14.614Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
772026-05-16T03:35:14.614ZCloning into '/work/oxidecomputer/omicron'...
782026-05-16T03:35:24.414Z+ cd /work/oxidecomputer/omicron
792026-05-16T03:35:24.414Z+ git fetch origin 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
802026-05-16T03:35:24.749ZFrom https://github.com/oxidecomputer/omicron
812026-05-16T03:35:24.749Z * branch 9ce59b3a4fd58627bcff6a052c1aa659252e8f78 -> FETCH_HEAD
822026-05-16T03:35:24.943Z+ [[ -n renovate/crucible-common-digest ]]
832026-05-16T03:35:24.943Z++ git branch --show-current
842026-05-16T03:35:24.943Z+ current=main
852026-05-16T03:35:24.943Z+ [[ main != renovate/crucible-common-digest ]]
862026-05-16T03:35:24.943Z+ git branch -f renovate/crucible-common-digest 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
872026-05-16T03:35:24.943Z+ git checkout -f renovate/crucible-common-digest
882026-05-16T03:35:24.943ZSwitched to branch 'renovate/crucible-common-digest'
892026-05-16T03:35:24.943Z+ git reset --hard 9ce59b3a4fd58627bcff6a052c1aa659252e8f78
902026-05-16T03:35:24.943ZHEAD is now at 9ce59b3a4 Update crucible-common digest to c59a136
912026-05-16T03:35:24.943Zprocess exited: duration 10147 ms, exit code 0
 
922026-05-16T03:35:24.994Zstarting task 4: "build"
932026-05-16T03:35:25.008Z+ source ./env.sh
942026-05-16T03:35:25.008Z++ OLD_SHELL_OPTS=ehxB
952026-05-16T03:35:25.008Z++ set -o xtrace
962026-05-16T03:35:25.008Z++++ dirname ./env.sh
972026-05-16T03:35:25.008Z+++ readlink -f .
982026-05-16T03:35:25.008Z++ OMICRON_WS=/work/oxidecomputer/omicron
992026-05-16T03:35:25.008Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-05-16T03:35:25.008Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1012026-05-16T03:35:25.008Z++ 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
1022026-05-16T03:35:25.009Z++ 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
1032026-05-16T03:35:25.009Z++ 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
1042026-05-16T03:35:25.009Z++ 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
1052026-05-16T03:35:25.009Z++ 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
1062026-05-16T03:35:25.009Z++ 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
1072026-05-16T03:35:25.009Z++ case $OLD_SHELL_OPTS in
1082026-05-16T03:35:25.009Z++ unset OLD_SHELL_OPTS OMICRON_WS
1092026-05-16T03:35:25.009Z+ source .github/buildomat/ci-env.sh
1102026-05-16T03:35:25.009Z++ export CARGO_TERM_COLOR=always
1112026-05-16T03:35:25.009Z++ CARGO_TERM_COLOR=always
1122026-05-16T03:35:25.009Z+ cargo --version
1132026-05-16T03:35:25.026Zcargo 1.94.0 (85eff7c80 2026-01-15)
1142026-05-16T03:35:25.026Z+ rustc --version
1152026-05-16T03:35:25.040Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1162026-05-16T03:35:25.041Z+ banner prerequisites
1172026-05-16T03:35:25.041Z
1182026-05-16T03:35:25.041Z ##### ##### ###### ##### ###### #### # # # #### #
1192026-05-16T03:35:25.041Z # # # # # # # # # # # # # # #
1202026-05-16T03:35:25.041Z # # # # ##### # # ##### # # # # # #### #
1212026-05-16T03:35:25.041Z ##### ##### # ##### # # # # # # # # #
1222026-05-16T03:35:25.041Z # # # # # # # # # # # # # # #
1232026-05-16T03:35:25.041Z # # # ###### # # ###### ### # #### # #### #
1242026-05-16T03:35:25.041Z
1252026-05-16T03:35:25.041Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1262026-05-16T03:35:26.402Z Startup: Refreshing catalog 'helios' ... Done
1272026-05-16T03:35:26.447Z Startup: Caching catalogs ... Done
1282026-05-16T03:35:26.715ZPlanning: Solver setup ... Done (0.172s)
1292026-05-16T03:35:26.899ZPlanning: Running solver ... Done (0.016s)
1302026-05-16T03:35:26.900ZPlanning: Finding local manifests ... Done (0.003s)
1312026-05-16T03:35:26.900ZPlanning: Fetching manifests: 0/2 0% complete
1322026-05-16T03:35:26.900ZPlanning: Fetching manifests: 2/2 100% complete
1332026-05-16T03:35:26.900ZPlanning: Package planning ... Done (0.013s)
1342026-05-16T03:35:26.900ZPlanning: Merging actions ... Done (0.001s)
1352026-05-16T03:35:26.962ZPlanning: Checking for conflicting actions ... Done (0.187s)
1362026-05-16T03:35:26.962ZPlanning: Consolidating action changes ... Done (0.001s)
1372026-05-16T03:35:27.770ZPlanning: Evaluating mediators ... Done (0.818s)
1382026-05-16T03:35:27.810ZPlanning: Planning completed in 1.26 seconds
1392026-05-16T03:35:27.810Z Packages to install: 2
1402026-05-16T03:35:27.810Z Estimated space available: 156.10 GB
1412026-05-16T03:35:27.810ZEstimated space to be consumed: 19.74 MB
1422026-05-16T03:35:27.810Z Create boot environment: No
1432026-05-16T03:35:27.810ZCreate backup boot environment: No
1442026-05-16T03:35:27.810Z Rebuild boot archive: No
1452026-05-16T03:35:27.811Z
1462026-05-16T03:35:27.811ZChanged packages:
1472026-05-16T03:35:27.811Zhelios
1482026-05-16T03:35:27.811Z developer/build-essential
1492026-05-16T03:35:27.811Z None -> 11-3.0
1502026-05-16T03:35:27.811Z library/libxmlsec1
1512026-05-16T03:35:27.811Z None -> 1.2.35-3.0
1522026-05-16T03:35:27.811Z
1532026-05-16T03:35:27.811ZDownload: 0/214 items 0.0/1.3MB 0% complete
1542026-05-16T03:35:28.401ZDownload: Completed 1.28 MB in 0.62 seconds (2.1M/s)
1552026-05-16T03:35:28.528Z Actions: 1/268 actions (Installing new actions)
1562026-05-16T03:35:28.548Z Actions: Completed 268 actions in 0.04 seconds.
1572026-05-16T03:35:28.562ZFinalize: Updating package state database ... Done (0.006s)
1582026-05-16T03:35:28.562ZFinalize: Updating package cache ... Done (0.000s)
1592026-05-16T03:35:28.581ZFinalize: Updating image state ... Done (0.015s)
1602026-05-16T03:35:30.922ZFinalize: Creating fast lookup database ... Done (2.339s)
1612026-05-16T03:35:30.992ZFinalize: Reading search index ... Done (0.012s)
1622026-05-16T03:35:31.000ZFinalize: Updating search index ... Done (0.000s)
1632026-05-16T03:35:31.080ZFinalize: Updating package cache ... Done (0.000s)
1642026-05-16T03:35:31.374ZPlanning: Evaluating mediator changes ... Done
1652026-05-16T03:35:31.488ZPlanning: Checking for conflicting actions ... Done
1662026-05-16T03:35:31.507ZPlanning: Consolidating action changes ... Done
1672026-05-16T03:35:31.646ZPlanning: Evaluating mediators ... Done
1682026-05-16T03:35:31.694ZPlanning: Planning completed in 0.26 seconds
1692026-05-16T03:35:31.713Z Mediators to change: 2
1702026-05-16T03:35:31.713Z Create boot environment: No
1712026-05-16T03:35:31.713ZCreate backup boot environment: No
1722026-05-16T03:35:31.733ZFinalize: Updating package state database ... Done
1732026-05-16T03:35:31.733ZFinalize: Updating package cache ... Done
1742026-05-16T03:35:31.747ZFinalize: Updating image state ... Done
1752026-05-16T03:35:33.712ZFinalize: Creating fast lookup database ... Done
1762026-05-16T03:35:33.766ZFinalize: Reading search index ... Done
1772026-05-16T03:35:33.767ZFinalize: Updating search index ... Done
1782026-05-16T03:35:33.848ZFinalize: Updating package cache ... Done
1792026-05-16T03:35:34.113ZPlanning: Evaluating mediator changes ... Done
1802026-05-16T03:35:34.309ZPlanning: Checking for conflicting actions ... Done
1812026-05-16T03:35:34.430ZPlanning: Consolidating action changes ... Done
1822026-05-16T03:35:34.430ZPlanning: Evaluating mediators ... Done
1832026-05-16T03:35:34.431ZPlanning: Planning completed in 0.26 seconds
1842026-05-16T03:35:34.603Z Mediators to change: 1
1852026-05-16T03:35:34.604Z Create boot environment: No
1862026-05-16T03:35:34.604ZCreate backup boot environment: No
1872026-05-16T03:35:34.604ZFinalize: Updating package state database ... Done
1882026-05-16T03:35:34.604ZFinalize: Updating package cache ... Done
1892026-05-16T03:35:34.604ZFinalize: Updating image state ... Done
1902026-05-16T03:35:36.382ZFinalize: Creating fast lookup database ... Done
1912026-05-16T03:35:36.433ZFinalize: Reading search index ... Done
1922026-05-16T03:35:36.457ZFinalize: Updating search index ... Done
1932026-05-16T03:35:36.514ZFinalize: Updating package cache ... Done
1942026-05-16T03:35:36.796ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1952026-05-16T03:35:36.796Zapache system 2.4 system
1962026-05-16T03:35:36.796Zclang system 15 system
1972026-05-16T03:35:36.797Zcsh system system illumos
1982026-05-16T03:35:36.797Zctags system system illumos
1992026-05-16T03:35:36.797Zfile vendor vendor darwinsys
2002026-05-16T03:35:36.797Zfile system system illumos
2012026-05-16T03:35:36.797Zgcc vendor 14 vendor
2022026-05-16T03:35:36.797Zgcc system 13 system
2032026-05-16T03:35:36.797Zgcc system 10 system
2042026-05-16T03:35:36.797Zgo system 1.25 system
2052026-05-16T03:35:36.797Zllvm system 15 system
2062026-05-16T03:35:36.797Zmariadb system 11.4 system
2072026-05-16T03:35:36.797Zmta vendor vendor dma
2082026-05-16T03:35:36.797Zopenjdk system 17 system
2092026-05-16T03:35:36.797Zopenjdk system 11 system
2102026-05-16T03:35:36.797Zopenssl vendor 3 vendor
2112026-05-16T03:35:36.797Zperl system 5.40 system
2122026-05-16T03:35:36.797Zpostgresql system 18 system
2132026-05-16T03:35:36.797Zpostgresql system 17 system
2142026-05-16T03:35:36.797Zpython vendor 3 vendor
2152026-05-16T03:35:36.797Zpython system 2 system
2162026-05-16T03:35:36.797Zpython3 vendor 3.13 vendor
2172026-05-16T03:35:36.797Zruby system 3.4 system
2182026-05-16T03:35:36.798Zruby system 3.0 system
2192026-05-16T03:35:36.798Zwords vendor vendor american-english
2202026-05-16T03:35:36.798Zwords system system australian-english
2212026-05-16T03:35:36.798Zwords system system british-english
2222026-05-16T03:35:36.798Zwords system system canadian-english
2232026-05-16T03:35:36.798Zwords system system french
2242026-05-16T03:35:36.798Zwords system system italian
2252026-05-16T03:35:36.798Zwords system system ngerman
2262026-05-16T03:35:36.798Zwords system system ogerman
2272026-05-16T03:35:36.798Zwords system system spanish
2282026-05-16T03:35:37.065ZPUBLISHER TYPE STATUS P LOCATION
2292026-05-16T03:35:37.065Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2302026-05-16T03:35:37.387ZFMRI IFO
2312026-05-16T03:35:37.387Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2322026-05-16T03:35:37.387Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2332026-05-16T03:35:37.387Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2342026-05-16T03:35:37.387Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2352026-05-16T03:35:37.387Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2362026-05-16T03:35:37.387Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2372026-05-16T03:35:37.387Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2382026-05-16T03:35:37.387Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2392026-05-16T03:35:37.387Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2402026-05-16T03:35:37.546Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2412026-05-16T03:35:37.848Z Updating crates.io index
2422026-05-16T03:35:37.870Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2432026-05-16T03:35:38.108Z Updating git repository `https://github.com/oxidecomputer/lldp`
2442026-05-16T03:35:38.874Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2452026-05-16T03:35:39.665Z Updating git repository `https://github.com/oxidecomputer/propolis`
2462026-05-16T03:35:40.520Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2472026-05-16T03:35:40.934Z Updating git repository `https://github.com/oxidecomputer/crucible`
2482026-05-16T03:35:42.242Z Updating git repository `https://github.com/oxidecomputer/opte`
2492026-05-16T03:35:43.163Z Updating git repository `https://github.com/oxidecomputer/tofino`
2502026-05-16T03:35:43.345Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2512026-05-16T03:35:44.137Z Updating git repository `https://github.com/oxidecomputer/clickward`
2522026-05-16T03:35:44.783Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2532026-05-16T03:35:45.061Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2542026-05-16T03:35:45.310Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2552026-05-16T03:35:46.236Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2562026-05-16T03:35:46.712Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2572026-05-16T03:35:46.981Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2582026-05-16T03:35:47.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2592026-05-16T03:35:47.527Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2602026-05-16T03:35:47.940Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2612026-05-16T03:35:48.166Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2622026-05-16T03:35:48.415Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2632026-05-16T03:35:48.645Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2642026-05-16T03:35:49.041Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2652026-05-16T03:35:49.453Z Updating git repository `https://github.com/oxidecomputer/crucible`
2662026-05-16T03:35:50.071Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2672026-05-16T03:35:50.524Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2682026-05-16T03:35:50.835Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2692026-05-16T03:35:51.077Z Updating git repository `https://github.com/oxidecomputer/ispf`
2702026-05-16T03:35:51.358Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2712026-05-16T03:35:52.606Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2722026-05-16T03:35:53.054Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2732026-05-16T03:35:53.493Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2742026-05-16T03:35:54.007Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2752026-05-16T03:35:54.318Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2762026-05-16T03:35:54.642Z Updating crates.io index
2772026-05-16T03:35:54.683Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2782026-05-16T03:35:54.926Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2792026-05-16T03:35:55.191Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2802026-05-16T03:35:55.551Z Updating git repository `https://github.com/illumos/smf-rs`
2812026-05-16T03:35:56.567Z Updating git repository `https://github.com/oxidecomputer/omicron`
2822026-05-16T03:36:07.960Zerror: failed to select a version for `vergen`.
2832026-05-16T03:36:07.960Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2842026-05-16T03:36:07.960Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2852026-05-16T03:36:07.960Z ... 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)`
2862026-05-16T03:36:07.961Zversions that meet the requirements `^9.1.0` are: 9.1.0
2872026-05-16T03:36:07.961Z
2882026-05-16T03:36:07.961Zall possible versions conflict with previously selected packages.
2892026-05-16T03:36:07.961Z
2902026-05-16T03:36:07.961Z previously selected package `vergen v9.0.6`
2912026-05-16T03:36:07.961Z ... 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)`
2922026-05-16T03:36:07.961Z ... 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)`
2932026-05-16T03:36:07.961Z
2942026-05-16T03:36:07.961Zfailed to select a version for `vergen` which could resolve this conflict
2952026-05-16T03:36:07.998ZFailed to run command -- will try 2 more times
2962026-05-16T03:36:08.244Z Updating git repository `https://github.com/oxidecomputer/crucible`
2972026-05-16T03:36:08.266Z Updating crates.io index
2982026-05-16T03:36:08.512Z Updating crates.io index
2992026-05-16T03:36:09.104Zerror: failed to select a version for `vergen`.
3002026-05-16T03:36:09.104Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3012026-05-16T03:36:09.104Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3022026-05-16T03:36:09.104Z ... 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)`
3032026-05-16T03:36:09.104Zversions that meet the requirements `^9.1.0` are: 9.1.0
3042026-05-16T03:36:09.104Z
3052026-05-16T03:36:09.104Zall possible versions conflict with previously selected packages.
3062026-05-16T03:36:09.104Z
3072026-05-16T03:36:09.104Z previously selected package `vergen v9.0.6`
3082026-05-16T03:36:09.104Z ... 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)`
3092026-05-16T03:36:09.104Z ... 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)`
3102026-05-16T03:36:09.104Z
3112026-05-16T03:36:09.105Zfailed to select a version for `vergen` which could resolve this conflict
3122026-05-16T03:36:09.129ZFailed to run command -- will try 1 more times
3132026-05-16T03:36:09.374Z Updating git repository `https://github.com/oxidecomputer/crucible`
3142026-05-16T03:36:09.451Z Updating crates.io index
3152026-05-16T03:36:09.967Zerror: failed to select a version for `vergen`.
3162026-05-16T03:36:09.967Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3172026-05-16T03:36:09.967Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3182026-05-16T03:36:09.967Z ... 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)`
3192026-05-16T03:36:09.967Zversions that meet the requirements `^9.1.0` are: 9.1.0
3202026-05-16T03:36:09.967Z
3212026-05-16T03:36:09.967Zall possible versions conflict with previously selected packages.
3222026-05-16T03:36:09.967Z
3232026-05-16T03:36:09.967Z previously selected package `vergen v9.0.6`
3242026-05-16T03:36:09.967Z ... 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)`
3252026-05-16T03:36:09.968Z ... 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)`
3262026-05-16T03:36:09.968Z
3272026-05-16T03:36:09.968Zfailed to select a version for `vergen` which could resolve this conflict
3282026-05-16T03:36:10.037Z
3292026-05-16T03:36:10.055Zreal 44.954039145
3302026-05-16T03:36:10.055Zuser 19.665496037
3312026-05-16T03:36:10.055Zsys 2.023717197
3322026-05-16T03:36:10.055Ztrap 0.001756950
3332026-05-16T03:36:10.055Ztflt 0.040374750
3342026-05-16T03:36:10.056Zdflt 0.041360550
3352026-05-16T03:36:10.056Zkflt 0.013286080
3362026-05-16T03:36:10.056Zlock 0.108057904
3372026-05-16T03:36:10.056Zslp 1:10.140273497
3382026-05-16T03:36:10.056Zlat 0.076206882
3392026-05-16T03:36:10.056Zstop 0.000501120
3402026-05-16T03:36:10.056Zprocess exited: duration 45005 ms, exit code 101
 
3412026-05-16T03:36:10.088Zfound 0 output files