01KW11NZ7DRVEKE6731MG64YXE: clippy (helios)

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

Buildomat Job: 01KW11PJ3KMP9F11NHD8BPJZXE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:10.078Zjob assigned to worker 01KW11PTR7DP80NXDMR44PXWKZ [factory aws, i-0bb4fd9c29c1fd1af] (queued for 59 s)
 
22026-06-26T04:07:16.796Zstarting task 0: "setup"
32026-06-26T04:07:16.800Z++ uname -s
42026-06-26T04:07:16.803Z+ kern=SunOS
52026-06-26T04:07:16.803Z+ build_user=build
62026-06-26T04:07:16.803Z+ build_uid=12345
72026-06-26T04:07:16.803Z+ work_dir=/work
82026-06-26T04:07:16.803Z+ input_dir=/input
92026-06-26T04:07:16.803Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:16.803Z+ case "$kern" in
112026-06-26T04:07:16.803Z+ groupadd -g 12345 build
122026-06-26T04:07:16.803Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:18.809Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:18.941Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:18.944Z+ home_fs=zfs
162026-06-26T04:07:18.944Z+ [[ zfs == autofs ]]
172026-06-26T04:07:18.945Z+ mkdir -p /home/build
182026-06-26T04:07:18.945Z+ chown build:build /home/build /work
192026-06-26T04:07:20.945Z+ chmod 0700 /home/build /work
202026-06-26T04:07:20.949Zprocess exited: duration 4154 ms, exit code 0
 
212026-06-26T04:07:20.957Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:20.960Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:20.960Z * rust toolchain channel = "1.96.0"
242026-06-26T04:07:20.960Z * rust toolchain profile = "default"
252026-06-26T04:07:20.960Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:07:20.960Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:07:20.960Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:07:20.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:20.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:21.044Zinfo: downloading installer
312026-06-26T04:07:22.706Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:22.706Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:22.706Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:22.706Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:22.718Zinfo: profile set to default
362026-06-26T04:07:22.718Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:22.721Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:22.898Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:22.901Zinfo: downloading 6 components
402026-06-26T04:07:38.764Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-26T04:07:38.764Z
422026-06-26T04:07:38.792Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:38.792Z
442026-06-26T04:07:38.792Z
452026-06-26T04:07:38.792ZRust is installed now. Great!
462026-06-26T04:07:38.792Z
472026-06-26T04:07:38.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:38.795Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:38.795Z
502026-06-26T04:07:38.795ZTo configure your current shell, you need to source
512026-06-26T04:07:38.795Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:38.795Z
532026-06-26T04:07:38.795ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:38.795Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:38.795Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:38.795Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:38.795Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:38.795Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:38.795Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:38.795Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:38.795Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:38.901Z+ rustup --version
632026-06-26T04:07:38.911Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:38.914Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:38.932Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:38.935Z+ cargo --version
672026-06-26T04:07:38.947Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:38.950Z+ rustc --version
692026-06-26T04:07:38.969Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:38.972Zprocess exited: duration 18015 ms, exit code 0
 
712026-06-26T04:07:38.978Zstarting task 2: "authentication"
722026-06-26T04:07:38.995Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:07:39.003Zstarting task 3: "clone repository"
742026-06-26T04:07:39.006Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:39.009Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:39.035ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:49.289Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:49.289Z+ git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
792026-06-26T04:07:49.605ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:49.605Z * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD
812026-06-26T04:07:49.613Z+ [[ -n renovate/crucible-common-digest ]]
822026-06-26T04:07:49.616Z++ git branch --show-current
832026-06-26T04:07:49.616Z+ current=main
842026-06-26T04:07:49.616Z+ [[ main != renovate/crucible-common-digest ]]
852026-06-26T04:07:49.616Z+ git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
862026-06-26T04:07:49.621Z+ git checkout -f renovate/crucible-common-digest
872026-06-26T04:07:49.859ZSwitched to branch 'renovate/crucible-common-digest'
882026-06-26T04:07:49.863Z+ git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
892026-06-26T04:07:50.101ZHEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090
902026-06-26T04:07:50.105Zprocess exited: duration 11101 ms, exit code 0
 
912026-06-26T04:07:50.111Zstarting task 4: "build"
922026-06-26T04:07:50.116Z+ source ./env.sh
932026-06-26T04:07:50.119Z++ OLD_SHELL_OPTS=ehxB
942026-06-26T04:07:50.119Z++ set -o xtrace
952026-06-26T04:07:50.119Z++++ dirname ./env.sh
962026-06-26T04:07:50.124Z+++ readlink -f .
972026-06-26T04:07:50.127Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-06-26T04:07:50.127Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
992026-06-26T04:07:50.127Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-06-26T04:07:50.127Z++ 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
1012026-06-26T04:07:50.127Z++ 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-06-26T04:07:50.127Z++ 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
1032026-06-26T04:07:50.127Z++ 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-06-26T04:07:50.127Z++ 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
1052026-06-26T04:07:50.127Z++ 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-06-26T04:07:50.127Z++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1072026-06-26T04:07:50.127Z++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-06-26T04:07:50.127Z++ case $OLD_SHELL_OPTS in
1092026-06-26T04:07:50.127Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-06-26T04:07:50.127Z+ source .github/buildomat/ci-env.sh
1112026-06-26T04:07:50.127Z++ export CARGO_TERM_COLOR=always
1122026-06-26T04:07:50.127Z++ CARGO_TERM_COLOR=always
1132026-06-26T04:07:50.127Z+ cargo --version
1142026-06-26T04:07:50.133Zcargo 1.96.0 (30a34c682 2026-05-25)
1152026-06-26T04:07:50.135Z+ rustc --version
1162026-06-26T04:07:50.155Zrustc 1.96.0 (ac68faa20 2026-05-25)
1172026-06-26T04:07:50.158Z+ banner prerequisites
1182026-06-26T04:07:50.161Z
1192026-06-26T04:07:50.161Z ##### ##### ###### ##### ###### #### # # # #### #
1202026-06-26T04:07:50.161Z # # # # # # # # # # # # # # #
1212026-06-26T04:07:50.161Z # # # # ##### # # ##### # # # # # #### #
1222026-06-26T04:07:50.161Z ##### ##### # ##### # # # # # # # # #
1232026-06-26T04:07:50.161Z # # # # # # # # # # # # # # #
1242026-06-26T04:07:50.161Z # # # ###### # # ###### ### # #### # #### #
1252026-06-26T04:07:50.161Z
1262026-06-26T04:07:50.161Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1272026-06-26T04:07:51.704Z Startup: Refreshing catalog 'helios' ... Done
1282026-06-26T04:07:51.811Z Startup: Caching catalogs ... Done
1292026-06-26T04:07:52.300ZPlanning: Solver setup ... Done (0.442s)
1302026-06-26T04:07:52.324ZPlanning: Running solver ... Done (0.025s)
1312026-06-26T04:07:52.338ZPlanning: Finding local manifests ... Done (0.003s)
1322026-06-26T04:07:52.349ZPlanning: Fetching manifests: 0/2 0% complete
1332026-06-26T04:07:52.363ZPlanning: Fetching manifests: 2/2 100% complete
1342026-06-26T04:07:52.376ZPlanning: Package planning ... Done (0.014s)
1352026-06-26T04:07:52.379ZPlanning: Merging actions ... Done (0.002s)
1362026-06-26T04:07:52.542ZPlanning: Checking for conflicting actions ... Done (0.164s)
1372026-06-26T04:07:52.545ZPlanning: Consolidating action changes ... Done (0.001s)
1382026-06-26T04:07:53.334ZPlanning: Evaluating mediators ... Done (0.791s)
1392026-06-26T04:07:53.337ZPlanning: Planning completed in 1.50 seconds
1402026-06-26T04:07:53.342Z Packages to install: 2
1412026-06-26T04:07:53.342Z Estimated space available: 156.06 GB
1422026-06-26T04:07:53.342ZEstimated space to be consumed: 30.96 MB
1432026-06-26T04:07:53.346Z Create boot environment: No
1442026-06-26T04:07:53.346ZCreate backup boot environment: No
1452026-06-26T04:07:53.346Z Rebuild boot archive: No
1462026-06-26T04:07:53.346Z
1472026-06-26T04:07:53.346ZChanged packages:
1482026-06-26T04:07:53.346Zhelios
1492026-06-26T04:07:53.346Z developer/build-essential
1502026-06-26T04:07:53.346Z None -> 11-3.0
1512026-06-26T04:07:53.346Z library/libxmlsec1
1522026-06-26T04:07:53.346Z None -> 1.2.35-3.0
1532026-06-26T04:07:53.367Z
1542026-06-26T04:07:53.367ZDownload: 0/214 items 0.0/1.3MB 0% complete
1552026-06-26T04:07:53.915ZDownload: Completed 1.28 MB in 0.55 seconds (2.3M/s)
1562026-06-26T04:07:53.999Z Actions: 1/268 actions (Installing new actions)
1572026-06-26T04:07:54.036Z Actions: Completed 268 actions in 0.04 seconds.
1582026-06-26T04:07:54.047ZFinalize: Updating package state database ... Done (0.011s)
1592026-06-26T04:07:54.050ZFinalize: Updating package cache ... Done (0.000s)
1602026-06-26T04:07:54.075ZFinalize: Updating image state ... Done (0.028s)
1612026-06-26T04:07:56.461ZFinalize: Creating fast lookup database ... Done (2.356s)
1622026-06-26T04:07:56.528ZFinalize: Reading search index ... Done (0.012s)
1632026-06-26T04:07:56.545ZFinalize: Updating search index ... Done (0.000s)
1642026-06-26T04:07:56.606ZFinalize: Updating package cache ... Done (0.000s)
1652026-06-26T04:07:56.912ZPlanning: Evaluating mediator changes ... Done
1662026-06-26T04:07:57.026ZPlanning: Checking for conflicting actions ... Done
1672026-06-26T04:07:57.049ZPlanning: Consolidating action changes ... Done
1682026-06-26T04:07:57.171ZPlanning: Evaluating mediators ... Done
1692026-06-26T04:07:57.180ZPlanning: Planning completed in 0.26 seconds
1702026-06-26T04:07:57.205Z Mediators to change: 2
1712026-06-26T04:07:57.205Z Create boot environment: No
1722026-06-26T04:07:57.205ZCreate backup boot environment: No
1732026-06-26T04:07:57.255ZFinalize: Updating package state database ... Done
1742026-06-26T04:07:57.255ZFinalize: Updating package cache ... Done
1752026-06-26T04:07:57.284ZFinalize: Updating image state ... Done
1762026-06-26T04:07:59.177ZFinalize: Creating fast lookup database ... Done
1772026-06-26T04:07:59.239ZFinalize: Reading search index ... Done
1782026-06-26T04:07:59.242ZFinalize: Updating search index ... Done
1792026-06-26T04:07:59.294ZFinalize: Updating package cache ... Done
1802026-06-26T04:07:59.579ZPlanning: Evaluating mediator changes ... Done
1812026-06-26T04:07:59.685ZPlanning: Checking for conflicting actions ... Done
1822026-06-26T04:07:59.696ZPlanning: Consolidating action changes ... Done
1832026-06-26T04:07:59.841ZPlanning: Evaluating mediators ... Done
1842026-06-26T04:07:59.846ZPlanning: Planning completed in 0.26 seconds
1852026-06-26T04:07:59.865Z Mediators to change: 1
1862026-06-26T04:07:59.865Z Create boot environment: No
1872026-06-26T04:07:59.865ZCreate backup boot environment: No
1882026-06-26T04:07:59.900ZFinalize: Updating package state database ... Done
1892026-06-26T04:07:59.900ZFinalize: Updating package cache ... Done
1902026-06-26T04:07:59.915ZFinalize: Updating image state ... Done
1912026-06-26T04:08:01.869ZFinalize: Creating fast lookup database ... Done
1922026-06-26T04:08:01.930ZFinalize: Reading search index ... Done
1932026-06-26T04:08:01.933ZFinalize: Updating search index ... Done
1942026-06-26T04:08:02.003ZFinalize: Updating package cache ... Done
1952026-06-26T04:08:02.313ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1962026-06-26T04:08:02.313Zapache system 2.4 system
1972026-06-26T04:08:02.313Zclang system 15 system
1982026-06-26T04:08:02.313Zcsh system system illumos
1992026-06-26T04:08:02.313Zctags system system illumos
2002026-06-26T04:08:02.313Zfile vendor vendor darwinsys
2012026-06-26T04:08:02.313Zfile system system illumos
2022026-06-26T04:08:02.313Zgcc vendor 14 vendor
2032026-06-26T04:08:02.313Zgcc system 13 system
2042026-06-26T04:08:02.313Zgcc system 10 system
2052026-06-26T04:08:02.313Zgo system 1.25 system
2062026-06-26T04:08:02.313Zllvm system 15 system
2072026-06-26T04:08:02.313Zmariadb system 11.4 system
2082026-06-26T04:08:02.313Zmta vendor vendor dma
2092026-06-26T04:08:02.313Zopenjdk system 17 system
2102026-06-26T04:08:02.313Zopenjdk system 11 system
2112026-06-26T04:08:02.313Zopenssl vendor 3 vendor
2122026-06-26T04:08:02.313Zperl system 5.40 system
2132026-06-26T04:08:02.313Zpostgresql system 18 system
2142026-06-26T04:08:02.313Zpostgresql system 17 system
2152026-06-26T04:08:02.313Zpython vendor 3 vendor
2162026-06-26T04:08:02.313Zpython system 2 system
2172026-06-26T04:08:02.313Zpython3 vendor 3.13 vendor
2182026-06-26T04:08:02.313Zruby system 3.4 system
2192026-06-26T04:08:02.313Zruby system 3.0 system
2202026-06-26T04:08:02.313Zwords vendor vendor american-english
2212026-06-26T04:08:02.313Zwords system system australian-english
2222026-06-26T04:08:02.313Zwords system system british-english
2232026-06-26T04:08:02.313Zwords system system canadian-english
2242026-06-26T04:08:02.313Zwords system system french
2252026-06-26T04:08:02.313Zwords system system italian
2262026-06-26T04:08:02.313Zwords system system ngerman
2272026-06-26T04:08:02.313Zwords system system ogerman
2282026-06-26T04:08:02.313Zwords system system spanish
2292026-06-26T04:08:02.568ZPUBLISHER TYPE STATUS P LOCATION
2302026-06-26T04:08:02.568Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2312026-06-26T04:08:02.874ZFMRI IFO
2322026-06-26T04:08:02.874Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2332026-06-26T04:08:02.874Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2342026-06-26T04:08:02.874Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2352026-06-26T04:08:02.874Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2362026-06-26T04:08:02.874Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2372026-06-26T04:08:02.874Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2382026-06-26T04:08:02.874Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2392026-06-26T04:08:02.874Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2402026-06-26T04:08:02.874Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2412026-06-26T04:08:03.125Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2422026-06-26T04:08:03.397Z Updating crates.io index
2432026-06-26T04:08:03.400Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2442026-06-26T04:08:03.674Z Updating git repository `https://github.com/oxidecomputer/lldp`
2452026-06-26T04:08:03.971Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2462026-06-26T04:08:04.272Z Updating git repository `https://github.com/oxidecomputer/propolis`
2472026-06-26T04:08:05.109Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2482026-06-26T04:08:05.593Z Updating git repository `https://github.com/oxidecomputer/crucible`
2492026-06-26T04:08:07.113Z Updating git repository `https://github.com/oxidecomputer/opte`
2502026-06-26T04:08:07.934Z Updating git repository `https://github.com/oxidecomputer/tofino`
2512026-06-26T04:08:08.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2522026-06-26T04:08:09.233Z Updating git repository `https://github.com/oxidecomputer/clickward`
2532026-06-26T04:08:09.655Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2542026-06-26T04:08:09.990Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2552026-06-26T04:08:10.241Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2562026-06-26T04:08:10.694Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2572026-06-26T04:08:11.178Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2582026-06-26T04:08:11.602Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2592026-06-26T04:08:11.858Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2602026-06-26T04:08:12.115Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2612026-06-26T04:08:12.404Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2622026-06-26T04:08:12.647Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2632026-06-26T04:08:12.904Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2642026-06-26T04:08:13.169Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2652026-06-26T04:08:13.623Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2662026-06-26T04:08:13.924Z Updating git repository `https://github.com/oxidecomputer/erebor`
2672026-06-26T04:08:14.169Z Updating git repository `https://github.com/oxidecomputer/crucible`
2682026-06-26T04:08:14.566Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2692026-06-26T04:08:14.985Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2702026-06-26T04:08:15.232Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2712026-06-26T04:08:15.735Z Updating git repository `https://github.com/oxidecomputer/ispf`
2722026-06-26T04:08:16.009Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2732026-06-26T04:08:16.247Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2742026-06-26T04:08:16.578Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2752026-06-26T04:08:16.991Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2762026-06-26T04:08:17.245Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2772026-06-26T04:08:17.533Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2782026-06-26T04:08:17.812Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2792026-06-26T04:08:18.094Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2802026-06-26T04:08:18.398Z Updating crates.io index
2812026-06-26T04:08:18.402Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2822026-06-26T04:08:18.633Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2832026-06-26T04:08:18.907Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2842026-06-26T04:08:19.146Z Updating git repository `https://github.com/illumos/smf-rs`
2852026-06-26T04:08:21.257Zerror: failed to select a version for `dropshot`.
2862026-06-26T04:08:21.257Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
2872026-06-26T04:08:21.257Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
2882026-06-26T04:08:21.257Z ... 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)`
2892026-06-26T04:08:21.257Zversions that meet the requirements `^0.17.1` are: 0.17.1
2902026-06-26T04:08:21.257Z
2912026-06-26T04:08:21.257Zall possible versions conflict with previously selected packages
2922026-06-26T04:08:21.257Z
2932026-06-26T04:08:21.257Z previously selected package `dropshot v0.17.0`
2942026-06-26T04:08:21.257Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
2952026-06-26T04:08:21.257Z
2962026-06-26T04:08:21.257Zfailed to select a version for `dropshot` which could resolve this conflict
2972026-06-26T04:08:21.304ZFailed to run command -- will try 2 more times
2982026-06-26T04:08:21.549Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992026-06-26T04:08:21.572Z Updating crates.io index
3002026-06-26T04:08:21.607Z Updating crates.io index
3012026-06-26T04:08:22.594Zerror: failed to select a version for `dropshot`.
3022026-06-26T04:08:22.594Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3032026-06-26T04:08:22.594Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3042026-06-26T04:08:22.594Z ... 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)`
3052026-06-26T04:08:22.594Zversions that meet the requirements `^0.17.1` are: 0.17.1
3062026-06-26T04:08:22.594Z
3072026-06-26T04:08:22.594Zall possible versions conflict with previously selected packages
3082026-06-26T04:08:22.594Z
3092026-06-26T04:08:22.594Z previously selected package `dropshot v0.17.0`
3102026-06-26T04:08:22.594Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3112026-06-26T04:08:22.594Z
3122026-06-26T04:08:22.594Zfailed to select a version for `dropshot` which could resolve this conflict
3132026-06-26T04:08:22.626ZFailed to run command -- will try 1 more times
3142026-06-26T04:08:22.873Z Updating git repository `https://github.com/oxidecomputer/crucible`
3152026-06-26T04:08:22.942Z Updating crates.io index
3162026-06-26T04:08:23.184Zerror: failed to select a version for `dropshot`.
3172026-06-26T04:08:23.184Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
3182026-06-26T04:08:23.184Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3192026-06-26T04:08:23.184Z ... 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-06-26T04:08:23.184Zversions that meet the requirements `^0.17.1` are: 0.17.1
3212026-06-26T04:08:23.184Z
3222026-06-26T04:08:23.184Zall possible versions conflict with previously selected packages
3232026-06-26T04:08:23.184Z
3242026-06-26T04:08:23.184Z previously selected package `dropshot v0.17.0`
3252026-06-26T04:08:23.184Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
3262026-06-26T04:08:23.184Z
3272026-06-26T04:08:23.184Zfailed to select a version for `dropshot` which could resolve this conflict
3282026-06-26T04:08:23.206Z
3292026-06-26T04:08:23.210Zreal 33.043382022
3302026-06-26T04:08:23.210Zuser 13.704633061
3312026-06-26T04:08:23.210Zsys 1.802824277
3322026-06-26T04:08:23.210Ztrap 0.001534660
3332026-06-26T04:08:23.210Ztflt 0.040464275
3342026-06-26T04:08:23.210Zdflt 0.041313456
3352026-06-26T04:08:23.210Zkflt 0.012646864
3362026-06-26T04:08:23.210Zlock 35.820576668
3372026-06-26T04:08:23.210Zslp 53.524372653
3382026-06-26T04:08:23.210Zlat 0.049058367
3392026-06-26T04:08:23.210Zstop 0.009893289
3402026-06-26T04:08:23.210Zprocess exited: duration 33095 ms, exit code 101
 
3412026-06-26T04:08:23.218Zfound 0 output files