01KZ5FBZR0M6ZRZ968K9RRP5P2: clippy (helios)

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

Buildomat Job: 01KZ5FCFK16QPY3FVKH50QBWWH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T04:10:18.745Zjob assigned to worker 01KZ5FCKZQ75V3H3XEN65YWKFV [factory aws, i-00896818b158ba20c] (queued for 55 s)
 
22026-08-04T04:10:25.409Zstarting task 0: "setup"
32026-08-04T04:10:25.416Z++ uname -s
42026-08-04T04:10:25.419Z+ kern=SunOS
52026-08-04T04:10:25.419Z+ build_user=build
62026-08-04T04:10:25.419Z+ build_uid=12345
72026-08-04T04:10:25.419Z+ work_dir=/work
82026-08-04T04:10:25.419Z+ input_dir=/input
92026-08-04T04:10:25.419Z+ [[ 0 == 12345 ]]
102026-08-04T04:10:25.419Z+ case "$kern" in
112026-08-04T04:10:25.420Z+ groupadd -g 12345 build
122026-08-04T04:10:25.420Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T04:10:27.426Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T04:10:27.514Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T04:10:27.517Z+ home_fs=zfs
162026-08-04T04:10:27.517Z+ [[ zfs == autofs ]]
172026-08-04T04:10:27.517Z+ mkdir -p /home/build
182026-08-04T04:10:27.517Z+ chown build:build /home/build /work
192026-08-04T04:10:29.518Z+ chmod 0700 /home/build /work
202026-08-04T04:10:29.521Zprocess exited: duration 4111 ms, exit code 0
 
212026-08-04T04:10:29.527Zstarting task 1: "rust-toolchain"
222026-08-04T04:10:29.532Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T04:10:29.532Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-04T04:10:29.532Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-04T04:10:29.532Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-04T04:10:29.532Z * rust toolchain channel = "1.97.1"
272026-08-04T04:10:29.532Z * rust toolchain profile = "default"
282026-08-04T04:10:29.535Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T04:10:29.535Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T04:10:29.614Zinfo: downloading installer
312026-08-04T04:10:31.051Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T04:10:31.051Zwarn: /home/build/.rustup/settings.toml
332026-08-04T04:10:31.052Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T04:10:31.052Zwarn: instead of the one inferred from the default host triple.
352026-08-04T04:10:31.065Zinfo: profile set to default
362026-08-04T04:10:31.065Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T04:10:31.069Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T04:10:31.304Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T04:10:31.307Zinfo: downloading 6 components
402026-08-04T04:10:48.005Z
412026-08-04T04:10:48.005Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-04T04:10:48.031Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T04:10:48.031Z
442026-08-04T04:10:48.031Z
452026-08-04T04:10:48.031ZRust is installed now. Great!
462026-08-04T04:10:48.031Z
472026-08-04T04:10:48.035ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T04:10:48.035Zenvironment variable. This has not been done automatically.
492026-08-04T04:10:48.035Z
502026-08-04T04:10:48.035ZTo configure your current shell, you need to source
512026-08-04T04:10:48.035Zthe corresponding env file under $HOME/.cargo.
522026-08-04T04:10:48.035Z
532026-08-04T04:10:48.036ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T04:10:48.036Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T04:10:48.036Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T04:10:48.036Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T04:10:48.036Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T04:10:48.036Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T04:10:48.036Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T04:10:48.036Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T04:10:48.036Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T04:10:48.134Z+ rustup --version
632026-08-04T04:10:48.144Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T04:10:48.147Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T04:10:48.166Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T04:10:48.169Z+ cargo --version
672026-08-04T04:10:48.184Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T04:10:48.187Z+ rustc --version
692026-08-04T04:10:48.206Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T04:10:48.209Zprocess exited: duration 18680 ms, exit code 0
 
712026-08-04T04:10:48.215Zstarting task 2: "authentication"
722026-08-04T04:10:48.231Zprocess exited: duration 16 ms, exit code 0
 
732026-08-04T04:10:48.237Zstarting task 3: "clone repository"
742026-08-04T04:10:48.240Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T04:10:48.243Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T04:10:48.272ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T04:11:05.544Z+ cd /work/oxidecomputer/omicron
782026-08-04T04:11:05.544Z+ git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
792026-08-04T04:11:05.836ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T04:11:05.837Z * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD
812026-08-04T04:11:05.850Z+ [[ -n renovate/attest-mock-digest ]]
822026-08-04T04:11:05.853Z++ git branch --show-current
832026-08-04T04:11:05.853Z+ current=main
842026-08-04T04:11:05.853Z+ [[ main != renovate/attest-mock-digest ]]
852026-08-04T04:11:05.853Z+ git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
862026-08-04T04:11:05.853Z+ git checkout -f renovate/attest-mock-digest
872026-08-04T04:11:06.100ZSwitched to branch 'renovate/attest-mock-digest'
882026-08-04T04:11:06.103Z+ git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
892026-08-04T04:11:06.117ZHEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0
902026-08-04T04:11:06.120Zprocess exited: duration 17880 ms, exit code 0
 
912026-08-04T04:11:06.126Zstarting task 4: "build"
922026-08-04T04:11:06.130Z+ source ./env.sh
932026-08-04T04:11:06.130Z++ OLD_SHELL_OPTS=ehxB
942026-08-04T04:11:06.130Z++ set -o xtrace
952026-08-04T04:11:06.133Z++++ dirname ./env.sh
962026-08-04T04:11:06.136Z+++ readlink -f .
972026-08-04T04:11:06.139Z++ OMICRON_WS=/work/oxidecomputer/omicron
982026-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1002026-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ 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-08-04T04:11:06.139Z++ case $OLD_SHELL_OPTS in
1092026-08-04T04:11:06.139Z++ unset OLD_SHELL_OPTS OMICRON_WS
1102026-08-04T04:11:06.139Z+ source .github/buildomat/ci-env.sh
1112026-08-04T04:11:06.139Z++ export CARGO_TERM_COLOR=always
1122026-08-04T04:11:06.139Z++ CARGO_TERM_COLOR=always
1132026-08-04T04:11:06.139Z+++ uname -s
1142026-08-04T04:11:06.139Z++ [[ SunOS == \S\u\n\O\S ]]
1152026-08-04T04:11:06.139Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
1162026-08-04T04:11:06.142Z+ cargo --version
1172026-08-04T04:11:06.149Zcargo 1.97.1 (c980f4866 2026-06-30)
1182026-08-04T04:11:06.153Z+ rustc --version
1192026-08-04T04:11:06.172Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1202026-08-04T04:11:06.175Z+ banner prerequisites
1212026-08-04T04:11:06.178Z
1222026-08-04T04:11:06.178Z ##### ##### ###### ##### ###### #### # # # #### #
1232026-08-04T04:11:06.178Z # # # # # # # # # # # # # # #
1242026-08-04T04:11:06.178Z # # # # ##### # # ##### # # # # # #### #
1252026-08-04T04:11:06.178Z ##### ##### # ##### # # # # # # # # #
1262026-08-04T04:11:06.178Z # # # # # # # # # # # # # # #
1272026-08-04T04:11:06.178Z # # # ###### # # ###### ### # #### # #### #
1282026-08-04T04:11:06.178Z
1292026-08-04T04:11:06.178Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1302026-08-04T04:11:07.919Z Startup: Refreshing catalog 'helios' ... Done
1312026-08-04T04:11:08.161Z Startup: Caching catalogs ... Done
1322026-08-04T04:11:09.485ZPlanning: Solver setup ... Done (1.239s)
1332026-08-04T04:11:09.528ZPlanning: Running solver ... Done (0.043s)
1342026-08-04T04:11:09.559ZPlanning: Finding local manifests ... Done (0.003s)
1352026-08-04T04:11:09.571ZPlanning: Fetching manifests: 0/2 0% complete
1362026-08-04T04:11:09.587ZPlanning: Fetching manifests: 2/2 100% complete
1372026-08-04T04:11:09.600ZPlanning: Package planning ... Done (0.013s)
1382026-08-04T04:11:09.603ZPlanning: Merging actions ... Done (0.001s)
1392026-08-04T04:11:09.765ZPlanning: Checking for conflicting actions ... Done (0.163s)
1402026-08-04T04:11:09.769ZPlanning: Consolidating action changes ... Done (0.001s)
1412026-08-04T04:11:10.537ZPlanning: Evaluating mediators ... Done (0.771s)
1422026-08-04T04:11:10.540ZPlanning: Planning completed in 2.35 seconds
1432026-08-04T04:11:10.546Z Packages to install: 2
1442026-08-04T04:11:10.546Z Estimated space available: 156.02 GB
1452026-08-04T04:11:10.549ZEstimated space to be consumed: 56.46 MB
1462026-08-04T04:11:10.549Z Create boot environment: No
1472026-08-04T04:11:10.549ZCreate backup boot environment: No
1482026-08-04T04:11:10.549Z Rebuild boot archive: No
1492026-08-04T04:11:10.549Z
1502026-08-04T04:11:10.549ZChanged packages:
1512026-08-04T04:11:10.549Zhelios
1522026-08-04T04:11:10.549Z developer/build-essential
1532026-08-04T04:11:10.549Z None -> 11-3.0
1542026-08-04T04:11:10.549Z library/libxmlsec1
1552026-08-04T04:11:10.549Z None -> 1.2.35-3.0
1562026-08-04T04:11:10.571Z
1572026-08-04T04:11:10.571ZDownload: 0/214 items 0.0/1.3MB 0% complete
1582026-08-04T04:11:10.640ZDownload: Completed 1.28 MB in 0.07 seconds (18.6M/s)
1592026-08-04T04:11:10.749Z Actions: 1/268 actions (Installing new actions)
1602026-08-04T04:11:10.786Z Actions: Completed 268 actions in 0.04 seconds.
1612026-08-04T04:11:10.810ZFinalize: Updating package state database ... Done (0.024s)
1622026-08-04T04:11:10.810ZFinalize: Updating package cache ... Done (0.000s)
1632026-08-04T04:11:10.869ZFinalize: Updating image state ... Done (0.059s)
1642026-08-04T04:11:13.353ZFinalize: Creating fast lookup database ... Done (2.444s)
1652026-08-04T04:11:13.418ZFinalize: Reading search index ... Done (0.012s)
1662026-08-04T04:11:13.422ZFinalize: Updating search index ... Done (0.000s)
1672026-08-04T04:11:13.539ZFinalize: Updating package cache ... Done (0.000s)
1682026-08-04T04:11:13.886ZPlanning: Evaluating mediator changes ... Done
1692026-08-04T04:11:13.992ZPlanning: Checking for conflicting actions ... Done
1702026-08-04T04:11:13.995ZPlanning: Consolidating action changes ... Done
1712026-08-04T04:11:14.148ZPlanning: Evaluating mediators ... Done
1722026-08-04T04:11:14.152ZPlanning: Planning completed in 0.26 seconds
1732026-08-04T04:11:14.171Z Mediators to change: 2
1742026-08-04T04:11:14.172Z Create boot environment: No
1752026-08-04T04:11:14.172ZCreate backup boot environment: No
1762026-08-04T04:11:14.221ZFinalize: Updating package state database ... Done
1772026-08-04T04:11:14.221ZFinalize: Updating package cache ... Done
1782026-08-04T04:11:14.256ZFinalize: Updating image state ... Done
1792026-08-04T04:11:16.186ZFinalize: Creating fast lookup database ... Done
1802026-08-04T04:11:16.248ZFinalize: Reading search index ... Done
1812026-08-04T04:11:16.251ZFinalize: Updating search index ... Done
1822026-08-04T04:11:16.320ZFinalize: Updating package cache ... Done
1832026-08-04T04:11:16.605ZPlanning: Evaluating mediator changes ... Done
1842026-08-04T04:11:16.713ZPlanning: Checking for conflicting actions ... Done
1852026-08-04T04:11:16.716ZPlanning: Consolidating action changes ... Done
1862026-08-04T04:11:16.870ZPlanning: Evaluating mediators ... Done
1872026-08-04T04:11:16.873ZPlanning: Planning completed in 0.26 seconds
1882026-08-04T04:11:16.892Z Mediators to change: 1
1892026-08-04T04:11:16.892Z Create boot environment: No
1902026-08-04T04:11:16.892ZCreate backup boot environment: No
1912026-08-04T04:11:16.932ZFinalize: Updating package state database ... Done
1922026-08-04T04:11:16.932ZFinalize: Updating package cache ... Done
1932026-08-04T04:11:16.967ZFinalize: Updating image state ... Done
1942026-08-04T04:11:18.900ZFinalize: Creating fast lookup database ... Done
1952026-08-04T04:11:18.961ZFinalize: Reading search index ... Done
1962026-08-04T04:11:18.964ZFinalize: Updating search index ... Done
1972026-08-04T04:11:19.031ZFinalize: Updating package cache ... Done
1982026-08-04T04:11:19.341ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
1992026-08-04T04:11:19.341Zapache system 2.4 system
2002026-08-04T04:11:19.341Zclang system 15 system
2012026-08-04T04:11:19.341Zcsh system system illumos
2022026-08-04T04:11:19.341Zctags system system illumos
2032026-08-04T04:11:19.341Zfile vendor vendor darwinsys
2042026-08-04T04:11:19.341Zfile system system illumos
2052026-08-04T04:11:19.341Zgcc vendor 14 vendor
2062026-08-04T04:11:19.341Zgcc system 13 system
2072026-08-04T04:11:19.341Zgcc system 10 system
2082026-08-04T04:11:19.341Zgo system 1.25 system
2092026-08-04T04:11:19.341Zllvm system 15 system
2102026-08-04T04:11:19.342Zmariadb system 11.4 system
2112026-08-04T04:11:19.342Zmta vendor vendor dma
2122026-08-04T04:11:19.342Zopenjdk system 17 system
2132026-08-04T04:11:19.342Zopenjdk system 11 system
2142026-08-04T04:11:19.342Zopenssl vendor 3 vendor
2152026-08-04T04:11:19.342Zperl system 5.40 system
2162026-08-04T04:11:19.342Zpostgresql system 18 system
2172026-08-04T04:11:19.342Zpostgresql system 17 system
2182026-08-04T04:11:19.342Zpython vendor 3 vendor
2192026-08-04T04:11:19.342Zpython system 2 system
2202026-08-04T04:11:19.342Zpython3 vendor 3.13 vendor
2212026-08-04T04:11:19.342Zruby system 3.4 system
2222026-08-04T04:11:19.342Zruby system 3.0 system
2232026-08-04T04:11:19.342Zwords vendor vendor american-english
2242026-08-04T04:11:19.342Zwords system system australian-english
2252026-08-04T04:11:19.342Zwords system system british-english
2262026-08-04T04:11:19.342Zwords system system canadian-english
2272026-08-04T04:11:19.342Zwords system system french
2282026-08-04T04:11:19.342Zwords system system italian
2292026-08-04T04:11:19.342Zwords system system ngerman
2302026-08-04T04:11:19.342Zwords system system ogerman
2312026-08-04T04:11:19.342Zwords system system spanish
2322026-08-04T04:11:19.595ZPUBLISHER TYPE STATUS P LOCATION
2332026-08-04T04:11:19.595Zhelios origin online F https://pkg.oxide.computer/helios/3/dev/
2342026-08-04T04:11:19.990ZFMRI IFO
2352026-08-04T04:11:19.990Zpkg://helios/developer/build-essential@11-3.0:20260212T145243Z im-
2362026-08-04T04:11:19.990Zpkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i--
2372026-08-04T04:11:19.990Zpkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im-
2382026-08-04T04:11:19.990Zpkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i--
2392026-08-04T04:11:19.990Zpkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i--
2402026-08-04T04:11:19.990Zpkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i--
2412026-08-04T04:11:19.990Zpkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i--
2422026-08-04T04:11:19.990Zpkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i--
2432026-08-04T04:11:19.990Zpkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i--
2442026-08-04T04:11:20.298Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2452026-08-04T04:11:20.677Z Updating crates.io index
2462026-08-04T04:11:20.681Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2472026-08-04T04:11:21.228Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2482026-08-04T04:11:21.550Z Updating git repository `https://github.com/oxidecomputer/propolis`
2492026-08-04T04:11:22.808Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2502026-08-04T04:11:23.378Z Updating git repository `https://github.com/oxidecomputer/crucible`
2512026-08-04T04:11:25.287Z Updating git repository `https://github.com/oxidecomputer/opte`
2522026-08-04T04:11:26.059Z Updating git repository `https://github.com/oxidecomputer/tofino`
2532026-08-04T04:11:26.282Z Updating git repository `https://github.com/oxidecomputer/lldp`
2542026-08-04T04:11:26.595Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2552026-08-04T04:11:27.681Z Updating git repository `https://github.com/oxidecomputer/clickward`
2562026-08-04T04:11:27.909Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2572026-08-04T04:11:28.250Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2582026-08-04T04:11:28.492Z Updating git repository `https://github.com/oxidecomputer/dendrite`
2592026-08-04T04:11:28.948Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2602026-08-04T04:11:29.402Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
2612026-08-04T04:11:29.633Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2622026-08-04T04:11:29.881Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2632026-08-04T04:11:30.115Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
2642026-08-04T04:11:30.379Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2652026-08-04T04:11:30.600Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2662026-08-04T04:11:30.829Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2672026-08-04T04:11:31.123Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2682026-08-04T04:11:31.406Z Updating git repository `https://github.com/oxidecomputer/erebor`
2692026-08-04T04:11:31.637Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
2702026-08-04T04:11:32.046Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
2712026-08-04T04:11:32.290Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2722026-08-04T04:11:32.587Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
2732026-08-04T04:11:33.054Z Updating git repository `https://github.com/oxidecomputer/ispf`
2742026-08-04T04:11:33.267Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
2752026-08-04T04:11:33.534Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2762026-08-04T04:11:33.859Z Updating crates.io index
2772026-08-04T04:11:33.862Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2782026-08-04T04:11:33.862Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
2792026-08-04T04:11:34.241Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2802026-08-04T04:11:34.483Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
2812026-08-04T04:11:34.718Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
2822026-08-04T04:11:34.996Z Updating git repository `https://github.com/oxidecomputer/tough`
2832026-08-04T04:11:35.502Z Updating git repository `https://github.com/oxidecomputer/pmbus`
2842026-08-04T04:11:35.959Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2852026-08-04T04:11:36.246Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
2862026-08-04T04:11:36.465Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
2872026-08-04T04:11:36.753Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
2882026-08-04T04:11:37.001Z Updating git repository `https://github.com/illumos/smf-rs`
2892026-08-04T04:11:38.975Zerror: failed to select a version for `getrandom`.
2902026-08-04T04:11:38.976Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2912026-08-04T04:11:38.976Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
2922026-08-04T04:11:38.976Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
2932026-08-04T04:11:38.976Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
2942026-08-04T04:11:38.976Zversions that meet the requirements `^0.4.3` are: 0.4.3
2952026-08-04T04:11:38.976Z
2962026-08-04T04:11:38.976Zall possible versions conflict with previously selected packages
2972026-08-04T04:11:38.976Z
2982026-08-04T04:11:38.976Z previously selected package `getrandom v0.4.1`
2992026-08-04T04:11:38.976Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3002026-08-04T04:11:38.976Z ... 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)`
3012026-08-04T04:11:38.976Z
3022026-08-04T04:11:38.976Zfailed to select a version for `getrandom` which could resolve this conflict
3032026-08-04T04:11:39.026ZFailed to run command -- will try 2 more times
3042026-08-04T04:11:39.254Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3052026-08-04T04:11:39.303Z Updating crates.io index
3062026-08-04T04:11:39.317Z Updating crates.io index
3072026-08-04T04:11:39.320Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3082026-08-04T04:11:40.560Zerror: failed to select a version for `getrandom`.
3092026-08-04T04:11:40.560Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3102026-08-04T04:11:40.561Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3112026-08-04T04:11:40.561Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3122026-08-04T04:11:40.561Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3132026-08-04T04:11:40.561Zversions that meet the requirements `^0.4.3` are: 0.4.3
3142026-08-04T04:11:40.561Z
3152026-08-04T04:11:40.561Zall possible versions conflict with previously selected packages
3162026-08-04T04:11:40.561Z
3172026-08-04T04:11:40.561Z previously selected package `getrandom v0.4.1`
3182026-08-04T04:11:40.561Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3192026-08-04T04:11:40.561Z ... 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)`
3202026-08-04T04:11:40.561Z
3212026-08-04T04:11:40.561Zfailed to select a version for `getrandom` which could resolve this conflict
3222026-08-04T04:11:40.597ZFailed to run command -- will try 1 more times
3232026-08-04T04:11:40.822Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3242026-08-04T04:11:40.890Z Updating crates.io index
3252026-08-04T04:11:40.894Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3262026-08-04T04:11:41.133Zerror: failed to select a version for `getrandom`.
3272026-08-04T04:11:41.133Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3282026-08-04T04:11:41.133Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
3292026-08-04T04:11:41.133Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3302026-08-04T04:11:41.133Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3312026-08-04T04:11:41.133Zversions that meet the requirements `^0.4.3` are: 0.4.3
3322026-08-04T04:11:41.133Z
3332026-08-04T04:11:41.133Zall possible versions conflict with previously selected packages
3342026-08-04T04:11:41.133Z
3352026-08-04T04:11:41.133Z previously selected package `getrandom v0.4.1`
3362026-08-04T04:11:41.134Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
3372026-08-04T04:11:41.134Z ... 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)`
3382026-08-04T04:11:41.134Z
3392026-08-04T04:11:41.134Zfailed to select a version for `getrandom` which could resolve this conflict
3402026-08-04T04:11:41.157Z
3412026-08-04T04:11:41.160Zreal 34.977116389
3422026-08-04T04:11:41.160Zuser 15.444526931
3432026-08-04T04:11:41.160Zsys 1.996047020
3442026-08-04T04:11:41.160Ztrap 0.001481560
3452026-08-04T04:11:41.160Ztflt 0.041206116
3462026-08-04T04:11:41.160Zdflt 0.041237726
3472026-08-04T04:11:41.160Zkflt 0.013329835
3482026-08-04T04:11:41.160Zlock 44.173598450
3492026-08-04T04:11:41.160Zslp 53.505647346
3502026-08-04T04:11:41.160Zlat 0.054658163
3512026-08-04T04:11:41.160Zstop 0.011871491
3522026-08-04T04:11:41.160Zprocess exited: duration 35031 ms, exit code 101
 
3532026-08-04T04:11:41.168Zfound 0 output files