01KRMVH374MJ7DBM72MFA4RP05: clippy (helios)

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

Buildomat Job: 01KRMVHQ4EHHA18B4RHTTZ54PD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-15T03:41:33.664Zjob assigned to worker 01KRMVHR86NPRC782ABFH2ENVT [factory aws, i-042fe64db9b59932c] (queued for 52 s)
 
22026-05-15T03:41:40.715Zstarting task 0: "setup"
32026-05-15T03:41:40.719Z++ uname -s
42026-05-15T03:41:40.722Z+ kern=SunOS
52026-05-15T03:41:40.722Z+ build_user=build
62026-05-15T03:41:40.722Z+ build_uid=12345
72026-05-15T03:41:40.722Z+ work_dir=/work
82026-05-15T03:41:40.722Z+ input_dir=/input
92026-05-15T03:41:40.722Z+ [[ 0 == 12345 ]]
102026-05-15T03:41:40.722Z+ case "$kern" in
112026-05-15T03:41:40.722Z+ groupadd -g 12345 build
122026-05-15T03:41:40.725Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-15T03:41:42.729Z+ zfs create -o mountpoint=/work rpool/work
142026-05-15T03:41:42.837Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-15T03:41:42.839Z+ home_fs=zfs
162026-05-15T03:41:42.839Z+ [[ zfs == autofs ]]
172026-05-15T03:41:42.839Z+ mkdir -p /home/build
182026-05-15T03:41:42.839Z+ chown build:build /home/build /work
192026-05-15T03:41:44.841Z+ chmod 0700 /home/build /work
202026-05-15T03:41:44.844Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-15T03:41:44.851Zstarting task 1: "rust-toolchain"
222026-05-15T03:41:44.855Z * rust toolchain channel = "1.94.0"
232026-05-15T03:41:44.855Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
242026-05-15T03:41:44.855Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-15T03:41:44.855Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-15T03:41:44.855Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-15T03:41:44.855Z * rust toolchain profile = "default"
282026-05-15T03:41:44.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-15T03:41:44.858Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-15T03:41:44.958Zinfo: downloading installer
312026-05-15T03:41:46.345Zwarn: It looks like you have an existing rustup settings file at:
322026-05-15T03:41:46.345Zwarn: /home/build/.rustup/settings.toml
332026-05-15T03:41:46.345Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-15T03:41:46.345Zwarn: instead of the one inferred from the default host triple.
352026-05-15T03:41:46.391Zinfo: profile set to default
362026-05-15T03:41:46.391Zinfo: default host triple is x86_64-unknown-illumos
372026-05-15T03:41:46.391Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-15T03:41:46.490Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-15T03:41:46.493Zinfo: downloading 6 components
402026-05-15T03:42:00.849Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-15T03:42:00.849Z
422026-05-15T03:42:00.890Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-15T03:42:00.890Z
442026-05-15T03:42:00.890Z
452026-05-15T03:42:00.890ZRust is installed now. Great!
462026-05-15T03:42:00.890Z
472026-05-15T03:42:00.890ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-15T03:42:00.890Zenvironment variable. This has not been done automatically.
492026-05-15T03:42:00.890Z
502026-05-15T03:42:00.890ZTo configure your current shell, you need to source
512026-05-15T03:42:00.890Zthe corresponding env file under $HOME/.cargo.
522026-05-15T03:42:00.895Z
532026-05-15T03:42:00.895ZThis is usually done by running one of the following (note the leading DOT):
542026-05-15T03:42:00.895Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-15T03:42:00.895Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-15T03:42:00.895Zsource "~/.cargo/env.nu" # For nushell
572026-05-15T03:42:00.895Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-15T03:42:00.895Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-15T03:42:00.895Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-15T03:42:00.895Zwarn: no default linker (`cc`) was found in your PATH
612026-05-15T03:42:00.895Zwarn: many Rust crates require a system C toolchain to build
622026-05-15T03:42:00.995Z+ rustup --version
632026-05-15T03:42:01.003Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-15T03:42:01.008Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-15T03:42:01.027Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-15T03:42:01.031Z+ cargo --version
672026-05-15T03:42:01.042Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-15T03:42:01.045Z+ rustc --version
692026-05-15T03:42:01.064Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-15T03:42:01.067Zprocess exited: duration 16216 ms, exit code 0
 
712026-05-15T03:42:01.075Zstarting task 2: "authentication"
722026-05-15T03:42:01.094Zprocess exited: duration 19 ms, exit code 0
 
732026-05-15T03:42:01.100Zstarting task 3: "clone repository"
742026-05-15T03:42:01.103Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-15T03:42:01.108Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-15T03:42:01.135ZCloning into '/work/oxidecomputer/omicron'...
772026-05-15T03:42:11.099Z+ cd /work/oxidecomputer/omicron
782026-05-15T03:42:11.099Z+ git fetch origin 14b845f1c0c845be1f7f5eb74bea3339104249aa
792026-05-15T03:42:11.341ZFrom https://github.com/oxidecomputer/omicron
802026-05-15T03:42:11.341Z * branch 14b845f1c0c845be1f7f5eb74bea3339104249aa -> FETCH_HEAD
812026-05-15T03:42:11.351Z+ [[ -n '' ]]
822026-05-15T03:42:11.351Z+ git reset --hard 14b845f1c0c845be1f7f5eb74bea3339104249aa
832026-05-15T03:42:11.587ZHEAD is now at 14b845f1c Update crucible-common digest to c59a136
842026-05-15T03:42:11.590Zprocess exited: duration 10489 ms, exit code 0
 
852026-05-15T03:42:11.596Zstarting task 4: "build"
862026-05-15T03:42:11.600Z+ source ./env.sh
872026-05-15T03:42:11.600Z++ OLD_SHELL_OPTS=ehxB
882026-05-15T03:42:11.601Z++ set -o xtrace
892026-05-15T03:42:11.604Z++++ dirname ./env.sh
902026-05-15T03:42:11.606Z+++ readlink -f .
912026-05-15T03:42:11.610Z++ OMICRON_WS=/work/oxidecomputer/omicron
922026-05-15T03:42:11.610Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
932026-05-15T03:42:11.610Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
942026-05-15T03:42:11.610Z++ 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
952026-05-15T03:42:11.610Z++ 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
962026-05-15T03:42:11.610Z++ 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
972026-05-15T03:42:11.610Z++ 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
982026-05-15T03:42:11.610Z++ 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
992026-05-15T03:42:11.610Z++ 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
1002026-05-15T03:42:11.610Z++ case $OLD_SHELL_OPTS in
1012026-05-15T03:42:11.610Z++ unset OLD_SHELL_OPTS OMICRON_WS
1022026-05-15T03:42:11.610Z+ source .github/buildomat/ci-env.sh
1032026-05-15T03:42:11.610Z++ export CARGO_TERM_COLOR=always
1042026-05-15T03:42:11.610Z++ CARGO_TERM_COLOR=always
1052026-05-15T03:42:11.610Z+ cargo --version
1062026-05-15T03:42:11.616Zcargo 1.94.0 (85eff7c80 2026-01-15)
1072026-05-15T03:42:11.619Z+ rustc --version
1082026-05-15T03:42:11.639Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1092026-05-15T03:42:11.642Z+ banner prerequisites
1102026-05-15T03:42:11.645Z
1112026-05-15T03:42:11.645Z ##### ##### ###### ##### ###### #### # # # #### #
1122026-05-15T03:42:11.645Z # # # # # # # # # # # # # # #
1132026-05-15T03:42:11.645Z # # # # ##### # # ##### # # # # # #### #
1142026-05-15T03:42:11.645Z ##### ##### # ##### # # # # # # # # #
1152026-05-15T03:42:11.645Z # # # # # # # # # # # # # # #
1162026-05-15T03:42:11.645Z # # # ###### # # ###### ### # #### # #### #
1172026-05-15T03:42:11.645Z
1182026-05-15T03:42:11.645Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1192026-05-15T03:42:13.034Z Startup: Refreshing catalog 'helios' ... Done
1202026-05-15T03:42:13.089Z Startup: Caching catalogs ... Done
1212026-05-15T03:42:13.295ZPlanning: Solver setup ... Done (0.172s)
1222026-05-15T03:42:13.311ZPlanning: Running solver ... Done (0.016s)
1232026-05-15T03:42:13.317ZPlanning: Finding local manifests ... Done (0.003s)
1242026-05-15T03:42:13.327ZPlanning: Fetching manifests: 0/2 0% complete
1252026-05-15T03:42:13.347ZPlanning: Fetching manifests: 2/2 100% complete
1262026-05-15T03:42:13.361ZPlanning: Package planning ... Done (0.013s)
1272026-05-15T03:42:13.364ZPlanning: Merging actions ... Done (0.002s)
1282026-05-15T03:42:13.552ZPlanning: Checking for conflicting actions ... Done (0.188s)
1292026-05-15T03:42:13.554ZPlanning: Consolidating action changes ... Done (0.001s)
1302026-05-15T03:42:14.366ZPlanning: Evaluating mediators ... Done (0.814s)
1312026-05-15T03:42:14.369ZPlanning: Planning completed in 1.26 seconds
1322026-05-15T03:42:14.376Z Packages to install: 2
1332026-05-15T03:42:14.380Z Estimated space available: 156.10 GB
1342026-05-15T03:42:14.380ZEstimated space to be consumed: 19.74 MB
1352026-05-15T03:42:14.380Z Create boot environment: No
1362026-05-15T03:42:14.380ZCreate backup boot environment: No
1372026-05-15T03:42:14.380Z Rebuild boot archive: No
1382026-05-15T03:42:14.380Z
1392026-05-15T03:42:14.380ZChanged packages:
1402026-05-15T03:42:14.380Zhelios
1412026-05-15T03:42:14.380Z developer/build-essential
1422026-05-15T03:42:14.380Z None -> 11-3.0
1432026-05-15T03:42:14.380Z library/libxmlsec1
1442026-05-15T03:42:14.380Z None -> 1.2.35-3.0
1452026-05-15T03:42:14.400Z
1462026-05-15T03:42:14.400ZDownload: 0/214 items 0.0/1.3MB 0% complete
1472026-05-15T03:42:14.929ZDownload: Completed 1.28 MB in 0.53 seconds (2.4M/s)
1482026-05-15T03:42:14.988Z Actions: 1/268 actions (Installing new actions)
1492026-05-15T03:42:15.024Z Actions: Completed 268 actions in 0.04 seconds.
1502026-05-15T03:42:15.030ZFinalize: Updating package state database ... Done (0.006s)
1512026-05-15T03:42:15.033ZFinalize: Updating package cache ... Done (0.000s)
1522026-05-15T03:42:15.045ZFinalize: Updating image state ... Done (0.015s)
1532026-05-15T03:42:17.436ZFinalize: Creating fast lookup database ... Done (2.370s)
1542026-05-15T03:42:17.511ZFinalize: Reading search index ... Done (0.012s)
1552026-05-15T03:42:17.514ZFinalize: Updating search index ... Done (0.000s)
1562026-05-15T03:42:17.609ZFinalize: Updating package cache ... Done (0.000s)
1572026-05-15T03:42:17.890ZPlanning: Evaluating mediator changes ... Done
1582026-05-15T03:42:17.997ZPlanning: Checking for conflicting actions ... Done
1592026-05-15T03:42:18.000ZPlanning: Consolidating action changes ... Done
1602026-05-15T03:42:18.159ZPlanning: Evaluating mediators ... Done
1612026-05-15T03:42:18.162ZPlanning: Planning completed in 0.27 seconds
1622026-05-15T03:42:18.179Z Mediators to change: 2
1632026-05-15T03:42:18.179Z Create boot environment: No
1642026-05-15T03:42:18.179ZCreate backup boot environment: No
1652026-05-15T03:42:18.243ZFinalize: Updating package state database ... Done
1662026-05-15T03:42:18.243ZFinalize: Updating package cache ... Done
1672026-05-15T03:42:18.250ZFinalize: Updating image state ... Done
1682026-05-15T03:42:20.183ZFinalize: Creating fast lookup database ... Done
1692026-05-15T03:42:20.242ZFinalize: Reading search index ... Done
1702026-05-15T03:42:20.246ZFinalize: Updating search index ... Done
1712026-05-15T03:42:20.333ZFinalize: Updating package cache ... Done
1722026-05-15T03:42:20.621ZPlanning: Evaluating mediator changes ... Done
1732026-05-15T03:42:20.726ZPlanning: Checking for conflicting actions ... Done
1742026-05-15T03:42:20.729ZPlanning: Consolidating action changes ... Done
1752026-05-15T03:42:20.887ZPlanning: Evaluating mediators ... Done
1762026-05-15T03:42:20.892ZPlanning: Planning completed in 0.26 seconds
1772026-05-15T03:42:20.908Z Mediators to change: 1
1782026-05-15T03:42:20.908Z Create boot environment: No
1792026-05-15T03:42:20.908ZCreate backup boot environment: No
1802026-05-15T03:42:20.959ZFinalize: Updating package state database ... Done
1812026-05-15T03:42:20.959ZFinalize: Updating package cache ... Done
1822026-05-15T03:42:20.967ZFinalize: Updating image state ... Done
1832026-05-15T03:42:22.915ZFinalize: Creating fast lookup database ... Done
1842026-05-15T03:42:22.976ZFinalize: Reading search index ... Done
1852026-05-15T03:42:22.979ZFinalize: Updating search index ... Done
1862026-05-15T03:42:23.059ZFinalize: Updating package cache ... Done
1872026-05-15T03:42:23.368ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1882026-05-15T03:42:23.368Zapache system 2.4 system
1892026-05-15T03:42:23.368Zclang system 15 system
1902026-05-15T03:42:23.368Zcsh system system illumos
1912026-05-15T03:42:23.368Zctags system system illumos
1922026-05-15T03:42:23.368Zfile vendor vendor darwinsys
1932026-05-15T03:42:23.368Zfile system system illumos
1942026-05-15T03:42:23.368Zgcc vendor 14 vendor
1952026-05-15T03:42:23.368Zgcc system 13 system
1962026-05-15T03:42:23.368Zgcc system 10 system
1972026-05-15T03:42:23.368Zgo system 1.25 system
1982026-05-15T03:42:23.368Zllvm system 15 system
1992026-05-15T03:42:23.368Zmariadb system 11.4 system
2002026-05-15T03:42:23.368Zmta vendor vendor dma
2012026-05-15T03:42:23.368Zopenjdk system 17 system
2022026-05-15T03:42:23.368Zopenjdk system 11 system
2032026-05-15T03:42:23.368Zopenssl vendor 3 vendor
2042026-05-15T03:42:23.368Zperl system 5.40 system
2052026-05-15T03:42:23.368Zpostgresql system 18 system
2062026-05-15T03:42:23.368Zpostgresql system 17 system
2072026-05-15T03:42:23.368Zpython vendor 3 vendor
2082026-05-15T03:42:23.368Zpython system 2 system
2092026-05-15T03:42:23.368Zpython3 vendor 3.13 vendor
2102026-05-15T03:42:23.368Zruby system 3.4 system
2112026-05-15T03:42:23.368Zruby system 3.0 system
2122026-05-15T03:42:23.368Zwords vendor vendor american-english
2132026-05-15T03:42:23.368Zwords system system australian-english
2142026-05-15T03:42:23.368Zwords system system british-english
2152026-05-15T03:42:23.368Zwords system system canadian-english
2162026-05-15T03:42:23.368Zwords system system french
2172026-05-15T03:42:23.368Zwords system system italian
2182026-05-15T03:42:23.368Zwords system system ngerman
2192026-05-15T03:42:23.368Zwords system system ogerman
2202026-05-15T03:42:23.368Zwords system system spanish
2212026-05-15T03:42:23.627ZPUBLISHER TYPE STATUS P LOCATION
2222026-05-15T03:42:23.627Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2232026-05-15T03:42:23.895ZFMRI IFO
2242026-05-15T03:42:23.895Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2252026-05-15T03:42:23.895Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2262026-05-15T03:42:23.895Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2272026-05-15T03:42:23.895Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2282026-05-15T03:42:23.895Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2292026-05-15T03:42:23.895Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2302026-05-15T03:42:23.895Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2312026-05-15T03:42:23.896Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2322026-05-15T03:42:23.896Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2332026-05-15T03:42:24.135Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2342026-05-15T03:42:24.386Z Updating crates.io index
2352026-05-15T03:42:24.389Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2362026-05-15T03:42:24.891Z Updating git repository `https://github.com/oxidecomputer/lldp`
2372026-05-15T03:42:25.188Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2382026-05-15T03:42:25.572Z Updating git repository `https://github.com/oxidecomputer/propolis`
2392026-05-15T03:42:26.534Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2402026-05-15T03:42:27.032Z Updating git repository `https://github.com/oxidecomputer/crucible`
2412026-05-15T03:42:28.445Z Updating git repository `https://github.com/oxidecomputer/opte`
2422026-05-15T03:42:29.101Z Updating git repository `https://github.com/oxidecomputer/tofino`
2432026-05-15T03:42:29.434Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2442026-05-15T03:42:30.538Z Updating git repository `https://github.com/oxidecomputer/clickward`
2452026-05-15T03:42:30.776Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2462026-05-15T03:42:31.149Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2472026-05-15T03:42:31.412Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2482026-05-15T03:42:32.319Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2492026-05-15T03:42:32.791Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2502026-05-15T03:42:33.068Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2512026-05-15T03:42:33.540Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2522026-05-15T03:42:33.784Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2532026-05-15T03:42:34.091Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2542026-05-15T03:42:34.284Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2552026-05-15T03:42:34.567Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2562026-05-15T03:42:34.938Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2572026-05-15T03:42:35.303Z Updating git repository `https://github.com/oxidecomputer/crucible`
2582026-05-15T03:42:36.482Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2592026-05-15T03:42:36.867Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2602026-05-15T03:42:37.389Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2612026-05-15T03:42:37.876Z Updating git repository `https://github.com/oxidecomputer/ispf`
2622026-05-15T03:42:38.156Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2632026-05-15T03:42:39.648Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2642026-05-15T03:42:40.052Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2652026-05-15T03:42:40.306Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2662026-05-15T03:42:40.664Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2672026-05-15T03:42:40.966Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2682026-05-15T03:42:41.317Z Updating crates.io index
2692026-05-15T03:42:41.325Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2702026-05-15T03:42:41.587Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2712026-05-15T03:42:41.852Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2722026-05-15T03:42:42.110Z Updating git repository `https://github.com/illumos/smf-rs`
2732026-05-15T03:42:43.180Z Updating git repository `https://github.com/oxidecomputer/omicron`
2742026-05-15T03:42:54.241Zerror: failed to select a version for `vergen`.
2752026-05-15T03:42:54.241Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2762026-05-15T03:42:54.241Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2772026-05-15T03:42:54.241Z ... 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)`
2782026-05-15T03:42:54.241Zversions that meet the requirements `^9.1.0` are: 9.1.0
2792026-05-15T03:42:54.241Z
2802026-05-15T03:42:54.241Zall possible versions conflict with previously selected packages.
2812026-05-15T03:42:54.241Z
2822026-05-15T03:42:54.241Z previously selected package `vergen v9.0.6`
2832026-05-15T03:42:54.241Z ... 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)`
2842026-05-15T03:42:54.241Z ... 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)`
2852026-05-15T03:42:54.241Z
2862026-05-15T03:42:54.241Zfailed to select a version for `vergen` which could resolve this conflict
2872026-05-15T03:42:54.281ZFailed to run command -- will try 2 more times
2882026-05-15T03:42:54.527Z Updating git repository `https://github.com/oxidecomputer/crucible`
2892026-05-15T03:42:54.550Z Updating crates.io index
2902026-05-15T03:42:54.797Z Updating crates.io index
2912026-05-15T03:42:55.334Zerror: failed to select a version for `vergen`.
2922026-05-15T03:42:55.334Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
2932026-05-15T03:42:55.335Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2942026-05-15T03:42:55.335Z ... 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)`
2952026-05-15T03:42:55.335Zversions that meet the requirements `^9.1.0` are: 9.1.0
2962026-05-15T03:42:55.335Z
2972026-05-15T03:42:55.335Zall possible versions conflict with previously selected packages.
2982026-05-15T03:42:55.335Z
2992026-05-15T03:42:55.335Z previously selected package `vergen v9.0.6`
3002026-05-15T03:42:55.335Z ... 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)`
3012026-05-15T03:42:55.335Z ... 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)`
3022026-05-15T03:42:55.335Z
3032026-05-15T03:42:55.335Zfailed to select a version for `vergen` which could resolve this conflict
3042026-05-15T03:42:55.360ZFailed to run command -- will try 1 more times
3052026-05-15T03:42:55.608Z Updating git repository `https://github.com/oxidecomputer/crucible`
3062026-05-15T03:42:55.684Z Updating crates.io index
3072026-05-15T03:42:56.211Zerror: failed to select a version for `vergen`.
3082026-05-15T03:42:56.211Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c59a1362a3ac332443c1dd8110d87a25d056ee8a#c59a1362)`
3092026-05-15T03:42:56.211Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3102026-05-15T03:42:56.211Z ... 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)`
3112026-05-15T03:42:56.211Zversions that meet the requirements `^9.1.0` are: 9.1.0
3122026-05-15T03:42:56.211Z
3132026-05-15T03:42:56.211Zall possible versions conflict with previously selected packages.
3142026-05-15T03:42:56.211Z
3152026-05-15T03:42:56.211Z previously selected package `vergen v9.0.6`
3162026-05-15T03:42:56.211Z ... 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)`
3172026-05-15T03:42:56.211Z ... 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)`
3182026-05-15T03:42:56.211Z
3192026-05-15T03:42:56.211Zfailed to select a version for `vergen` which could resolve this conflict
3202026-05-15T03:42:56.237Z
3212026-05-15T03:42:56.237Zreal 44.589195053
3222026-05-15T03:42:56.237Zuser 19.689320073
3232026-05-15T03:42:56.237Zsys 2.055368022
3242026-05-15T03:42:56.237Ztrap 0.002227421
3252026-05-15T03:42:56.237Ztflt 0.039869590
3262026-05-15T03:42:56.237Zdflt 0.041231830
3272026-05-15T03:42:56.237Zkflt 0.013295370
3282026-05-15T03:42:56.237Zlock 0.111232103
3292026-05-15T03:42:56.237Zslp 1:09.425090629
3302026-05-15T03:42:56.240Zlat 0.082811007
3312026-05-15T03:42:56.240Zstop 0.000479360
3322026-05-15T03:42:56.240Zprocess exited: duration 44640 ms, exit code 101
 
3332026-05-15T03:42:56.248Zfound 0 output files