01KQV39DRW5QC4PWE0SNFM8PTW: clippy (helios)

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

Buildomat Job: 01KQV3A59R6S97R1607RRSRG9Q

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T03:37:03.624Zjob assigned to worker 01KQV3A8M13T8Y8VDX4K2KYB5V [factory aws, i-053d2ff9245797b04] (queued for 56 s)
 
22026-05-05T03:37:09.981Zstarting task 0: "setup"
32026-05-05T03:37:09.985Z++ uname -s
42026-05-05T03:37:09.988Z+ kern=SunOS
52026-05-05T03:37:09.988Z+ build_user=build
62026-05-05T03:37:09.988Z+ build_uid=12345
72026-05-05T03:37:09.988Z+ work_dir=/work
82026-05-05T03:37:09.988Z+ input_dir=/input
92026-05-05T03:37:09.988Z+ [[ 0 == 12345 ]]
102026-05-05T03:37:09.988Z+ case "$kern" in
112026-05-05T03:37:09.988Z+ groupadd -g 12345 build
122026-05-05T03:37:09.991Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T03:37:11.996Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T03:37:12.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T03:37:12.114Z+ home_fs=zfs
162026-05-05T03:37:12.114Z+ [[ zfs == autofs ]]
172026-05-05T03:37:12.114Z+ mkdir -p /home/build
182026-05-05T03:37:12.114Z+ chown build:build /home/build /work
192026-05-05T03:37:14.116Z+ chmod 0700 /home/build /work
202026-05-05T03:37:14.120Zprocess exited: duration 4139 ms, exit code 0
 
212026-05-05T03:37:14.128Zstarting task 1: "rust-toolchain"
222026-05-05T03:37:14.133Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T03:37:14.133Z * rust toolchain channel = "1.94.0"
242026-05-05T03:37:14.133Z * rust toolchain profile = "default"
252026-05-05T03:37:14.133Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T03:37:14.133Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T03:37:14.133Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T03:37:14.136Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T03:37:14.136Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T03:37:14.243Zinfo: downloading installer
312026-05-05T03:37:15.807Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T03:37:15.807Zwarn: /opt/ooce/bin
332026-05-05T03:37:15.807Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T03:37:15.807Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T03:37:15.807Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T03:37:15.807Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T03:37:15.807Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T03:37:15.808Zerror: cannot install while Rust is installed
392026-05-05T03:37:15.808Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T03:37:15.808Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T03:37:15.808Zwarn: /home/build/.rustup/settings.toml
422026-05-05T03:37:15.808Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T03:37:15.808Zwarn: instead of the one inferred from the default host triple.
442026-05-05T03:37:15.819Zinfo: profile set to default
452026-05-05T03:37:15.820Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T03:37:15.822Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T03:37:15.983Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T03:37:15.989Zinfo: downloading 6 components
492026-05-05T03:37:31.583Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T03:37:31.583Z
512026-05-05T03:37:31.618Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T03:37:31.618Z
532026-05-05T03:37:31.618Z
542026-05-05T03:37:31.618ZRust is installed now. Great!
552026-05-05T03:37:31.618Z
562026-05-05T03:37:31.618ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T03:37:31.618Zenvironment variable. This has not been done automatically.
582026-05-05T03:37:31.618Z
592026-05-05T03:37:31.618ZTo configure your current shell, you need to source
602026-05-05T03:37:31.618Zthe corresponding env file under $HOME/.cargo.
612026-05-05T03:37:31.618Z
622026-05-05T03:37:31.618ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T03:37:31.620Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T03:37:31.620Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T03:37:31.620Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T03:37:31.620Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T03:37:31.620Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T03:37:31.620Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T03:37:31.624Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T03:37:31.624Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T03:37:31.721Z+ rustup --version
722026-05-05T03:37:31.730Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T03:37:31.733Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T03:37:31.752Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T03:37:31.755Z+ cargo --version
762026-05-05T03:37:31.767Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T03:37:31.770Z+ rustc --version
782026-05-05T03:37:31.789Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T03:37:31.793Zprocess exited: duration 17662 ms, exit code 0
 
802026-05-05T03:37:31.799Zstarting task 2: "authentication"
812026-05-05T03:37:31.816Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T03:37:31.822Zstarting task 3: "clone repository"
832026-05-05T03:37:31.825Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T03:37:31.829Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T03:37:31.860ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T03:37:40.987Z+ cd /work/oxidecomputer/omicron
872026-05-05T03:37:40.987Z+ git fetch origin b88ada88b3bd17768d50213bdcc86cfeb28cf893
882026-05-05T03:37:41.269ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T03:37:41.269Z * branch b88ada88b3bd17768d50213bdcc86cfeb28cf893 -> FETCH_HEAD
902026-05-05T03:37:41.279Z+ [[ -n renovate/crucible-common-digest ]]
912026-05-05T03:37:41.282Z++ git branch --show-current
922026-05-05T03:37:41.282Z+ current=main
932026-05-05T03:37:41.282Z+ [[ main != renovate/crucible-common-digest ]]
942026-05-05T03:37:41.282Z+ git branch -f renovate/crucible-common-digest b88ada88b3bd17768d50213bdcc86cfeb28cf893
952026-05-05T03:37:41.285Z+ git checkout -f renovate/crucible-common-digest
962026-05-05T03:37:41.520ZSwitched to branch 'renovate/crucible-common-digest'
972026-05-05T03:37:41.523Z+ git reset --hard b88ada88b3bd17768d50213bdcc86cfeb28cf893
982026-05-05T03:37:41.760ZHEAD is now at b88ada88b Update crucible-common digest to 6b7b7b7
992026-05-05T03:37:41.764Zprocess exited: duration 9938 ms, exit code 0
 
1002026-05-05T03:37:41.770Zstarting task 4: "build"
1012026-05-05T03:37:41.775Z+ source ./env.sh
1022026-05-05T03:37:41.775Z++ OLD_SHELL_OPTS=ehxB
1032026-05-05T03:37:41.775Z++ set -o xtrace
1042026-05-05T03:37:41.778Z++++ dirname ./env.sh
1052026-05-05T03:37:41.782Z+++ readlink -f .
1062026-05-05T03:37:41.782Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-05-05T03:37:41.782Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1082026-05-05T03:37:41.782Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092026-05-05T03:37:41.782Z++ 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
1102026-05-05T03:37:41.782Z++ 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
1112026-05-05T03:37:41.785Z++ 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
1122026-05-05T03:37:41.785Z++ 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
1132026-05-05T03:37:41.785Z++ 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
1142026-05-05T03:37:41.785Z++ 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
1152026-05-05T03:37:41.785Z++ case $OLD_SHELL_OPTS in
1162026-05-05T03:37:41.785Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-05T03:37:41.785Z+ source .github/buildomat/ci-env.sh
1182026-05-05T03:37:41.785Z++ export CARGO_TERM_COLOR=always
1192026-05-05T03:37:41.785Z++ CARGO_TERM_COLOR=always
1202026-05-05T03:37:41.785Z+ cargo --version
1212026-05-05T03:37:41.792Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-05-05T03:37:41.795Z+ rustc --version
1232026-05-05T03:37:41.815Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-05-05T03:37:41.823Z+ banner prerequisites
1252026-05-05T03:37:41.823Z
1262026-05-05T03:37:41.823Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-05-05T03:37:41.823Z # # # # # # # # # # # # # # #
1282026-05-05T03:37:41.823Z # # # # ##### # # ##### # # # # # #### #
1292026-05-05T03:37:41.823Z ##### ##### # ##### # # # # # # # # #
1302026-05-05T03:37:41.823Z # # # # # # # # # # # # # # #
1312026-05-05T03:37:41.823Z # # # ###### # # ###### ### # #### # #### #
1322026-05-05T03:37:41.823Z
1332026-05-05T03:37:41.827Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-05-05T03:37:52.130Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-05T03:37:59.781Z Startup: Caching catalogs ... Done
1362026-05-05T03:38:06.745ZPlanning: Solver setup ... Done (5.463s)
1372026-05-05T03:38:06.782ZPlanning: Running solver ... Done (0.037s)
1382026-05-05T03:38:06.922ZPlanning: Finding local manifests ... Done (0.003s)
1392026-05-05T03:38:06.946ZPlanning: Fetching manifests: 0/5 0% complete
1402026-05-05T03:38:07.717ZPlanning: Fetching manifests: 5/5 100% complete
1412026-05-05T03:38:07.754ZPlanning: Package planning ... Done (0.037s)
1422026-05-05T03:38:07.790ZPlanning: Merging actions ... Done (0.036s)
1432026-05-05T03:38:07.971ZPlanning: Checking for conflicting actions ... Done (0.181s)
1442026-05-05T03:38:07.980ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-05-05T03:38:08.732ZPlanning: Evaluating mediators ... Done (0.752s)
1462026-05-05T03:38:08.740ZPlanning: Planning completed in 8.79 seconds
1472026-05-05T03:38:08.751Z Packages to install: 5
1482026-05-05T03:38:08.751Z Mediators to change: 3
1492026-05-05T03:38:08.755Z Services to change: 1
1502026-05-05T03:38:08.755Z Estimated space available: 155.34 GB
1512026-05-05T03:38:08.755ZEstimated space to be consumed: 1.90 GB
1522026-05-05T03:38:08.755Z Create boot environment: No
1532026-05-05T03:38:08.755ZCreate backup boot environment: No
1542026-05-05T03:38:08.755Z Rebuild boot archive: No
1552026-05-05T03:38:08.755Z
1562026-05-05T03:38:08.755ZChanged mediators:
1572026-05-05T03:38:08.755Z mediator clang:
1582026-05-05T03:38:08.755Z version: None -> 15 (system default)
1592026-05-05T03:38:08.755Z
1602026-05-05T03:38:08.755Z mediator llvm:
1612026-05-05T03:38:08.755Z version: 14 (system default) -> 15 (system default)
1622026-05-05T03:38:08.755Z
1632026-05-05T03:38:08.755Z mediator postgresql:
1642026-05-05T03:38:08.755Z version: 15 (system default) -> 18 (system default)
1652026-05-05T03:38:08.755Z
1662026-05-05T03:38:08.755ZChanged packages:
1672026-05-05T03:38:08.755Zhelios-dev
1682026-05-05T03:38:08.755Z developer/build-essential
1692026-05-05T03:38:08.755Z None -> 11-2.0
1702026-05-05T03:38:08.755Z library/libxmlsec1
1712026-05-05T03:38:08.755Z None -> 1.2.35-2.0
1722026-05-05T03:38:08.755Z ooce/developer/clang-15
1732026-05-05T03:38:08.755Z None -> 15.0.7-2.0
1742026-05-05T03:38:08.755Z ooce/developer/llvm-15
1752026-05-05T03:38:08.755Z None -> 15.0.7-2.0
1762026-05-05T03:38:08.755Z ooce/library/postgresql-18
1772026-05-05T03:38:08.755Z None -> 18.1-2.0
1782026-05-05T03:38:08.755Z
1792026-05-05T03:38:08.756ZServices:
1802026-05-05T03:38:08.756Z restart_fmri:
1812026-05-05T03:38:08.756Z svc:/system/update-man-index:default
1822026-05-05T03:38:08.796Z
1832026-05-05T03:38:08.796ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-05-05T03:38:13.798ZDownload: 835/4272 items 18.8/219.0MB 8% complete (3.8M/s)
1852026-05-05T03:38:19.219ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (12.9M/s)
1862026-05-05T03:38:25.820ZDownload: 2219/4272 items 119.0/219.0MB 54% complete (9.9M/s)
1872026-05-05T03:38:31.150ZDownload: 3286/4272 items 212.3/219.0MB 96% complete (9.6M/s)
1882026-05-05T03:38:36.534ZDownload: 4248/4272 items 218.9/219.0MB 99% complete (10.7M/s)
1892026-05-05T03:38:44.459ZDownload: 4249/4272 items 218.9/219.0MB 99% complete (10.4M/s)
1902026-05-05T03:38:58.052ZDownload: 4252/4272 items 218.9/219.0MB 99% complete
1912026-05-05T03:38:58.100ZDownload: Completed 218.99 MB in 49.30 seconds (4.4M/s)
1922026-05-05T03:38:58.229Z Actions: 1/4789 actions (Installing new actions)
1932026-05-05T03:39:01.618Z Actions: Completed 4789 actions in 3.39 seconds.
1942026-05-05T03:39:02.313Z Done (0.690s)
1952026-05-05T03:39:02.313Z Done (0.000s)
1962026-05-05T03:39:03.067Z Done (0.754s)
1972026-05-05T03:39:06.053Z Done (2.628s)
1982026-05-05T03:39:06.129Z Done (0.012s)
1992026-05-05T03:39:06.132Z Done (0.000s)
2002026-05-05T03:39:06.435Z Done (0.000s)
2012026-05-05T03:39:07.310ZPlanning: Evaluating mediator changes ... Done
2022026-05-05T03:39:07.422ZPlanning: Checking for conflicting actions ... Done
2032026-05-05T03:39:07.424ZPlanning: Consolidating action changes ... Done
2042026-05-05T03:39:07.585ZPlanning: Evaluating mediators ... Done
2052026-05-05T03:39:07.588ZPlanning: Planning completed in 0.28 seconds
2062026-05-05T03:39:07.610Z Mediators to change: 2
2072026-05-05T03:39:07.610Z Create boot environment: No
2082026-05-05T03:39:07.610ZCreate backup boot environment: No
2092026-05-05T03:39:07.663Z Done
2102026-05-05T03:39:07.663Z Done
2112026-05-05T03:39:08.285Z Done
2122026-05-05T03:39:10.823Z Done
2132026-05-05T03:39:10.902Z Done
2142026-05-05T03:39:10.905Z Done
2152026-05-05T03:39:11.063Z Done
2162026-05-05T03:39:11.332ZPlanning: Evaluating mediator changes ... Done
2172026-05-05T03:39:11.442ZPlanning: Checking for conflicting actions ... Done
2182026-05-05T03:39:11.445ZPlanning: Consolidating action changes ... Done
2192026-05-05T03:39:11.610ZPlanning: Evaluating mediators ... Done
2202026-05-05T03:39:11.616ZPlanning: Planning completed in 0.27 seconds
2212026-05-05T03:39:11.624Z Mediators to change: 1
2222026-05-05T03:39:11.625Z Create boot environment: No
2232026-05-05T03:39:11.625ZCreate backup boot environment: No
2242026-05-05T03:39:11.679Z Done
2252026-05-05T03:39:11.679Z Done
2262026-05-05T03:39:12.306Z Done
2272026-05-05T03:39:14.820Z Done
2282026-05-05T03:39:14.895Z Done
2292026-05-05T03:39:14.897Z Done
2302026-05-05T03:39:15.040Z Done
2312026-05-05T03:39:15.333ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2322026-05-05T03:39:15.335Zclang system 15 system
2332026-05-05T03:39:15.335Zcsh system system illumos
2342026-05-05T03:39:15.335Zctags system system illumos
2352026-05-05T03:39:15.335Zfile system system illumos
2362026-05-05T03:39:15.335Zgcc vendor 12 vendor
2372026-05-05T03:39:15.335Zgcc system 14 system
2382026-05-05T03:39:15.335Zgcc system 10 system
2392026-05-05T03:39:15.335Zgo system 1.20 system
2402026-05-05T03:39:15.335Zgo system 1.19 system
2412026-05-05T03:39:15.335Zllvm system 15 system
2422026-05-05T03:39:15.335Zllvm system 14 system
2432026-05-05T03:39:15.335Zmariadb system 10.6 system
2442026-05-05T03:39:15.335Zmta vendor vendor dma
2452026-05-05T03:39:15.335Zopenjdk system 17 system
2462026-05-05T03:39:15.335Zopenjdk system 11 system
2472026-05-05T03:39:15.335Zopenjdk system 1.8 system
2482026-05-05T03:39:15.335Zopenssl vendor 3 vendor
2492026-05-05T03:39:15.335Zperl system 5.36 system
2502026-05-05T03:39:15.335Zpostgresql system 18 system
2512026-05-05T03:39:15.335Zpostgresql system 15 system
2522026-05-05T03:39:15.335Zpostgresql system 13 system
2532026-05-05T03:39:15.335Zpython vendor 3 vendor
2542026-05-05T03:39:15.335Zpython system 2 system
2552026-05-05T03:39:15.335Zpython3 system 3.11 system
2562026-05-05T03:39:15.335Zruby system 3.0 system
2572026-05-05T03:39:15.335Zwords vendor vendor american-english
2582026-05-05T03:39:15.335Zwords system system australian-english
2592026-05-05T03:39:15.336Zwords system system british-english
2602026-05-05T03:39:15.336Zwords system system canadian-english
2612026-05-05T03:39:15.336Zwords system system french
2622026-05-05T03:39:15.336Zwords system system italian
2632026-05-05T03:39:15.336Zwords system system ngerman
2642026-05-05T03:39:15.336Zwords system system ogerman
2652026-05-05T03:39:15.336Zwords system system spanish
2662026-05-05T03:39:15.560ZPUBLISHER TYPE STATUS P LOCATION
2672026-05-05T03:39:15.560Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2682026-05-05T03:39:20.201ZFMRI IFO
2692026-05-05T03:39:20.201Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2702026-05-05T03:39:20.201Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2712026-05-05T03:39:20.201Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2722026-05-05T03:39:20.202Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2732026-05-05T03:39:20.202Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2742026-05-05T03:39:20.202Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2752026-05-05T03:39:20.202Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260217T164409Z im-
2762026-05-05T03:39:20.202Zpkg://helios-dev/ooce/library/postgresql-18@18.1-2.0:20260213T170424Z ---
2772026-05-05T03:39:20.202Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2782026-05-05T03:39:20.202Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2792026-05-05T03:39:20.202Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2802026-05-05T03:39:20.202Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2812026-05-05T03:39:20.202Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2822026-05-05T03:39:20.202Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2832026-05-05T03:39:20.203Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2842026-05-05T03:39:20.203Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2852026-05-05T03:39:20.203Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2862026-05-05T03:39:21.363Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2872026-05-05T03:39:21.637Z Updating crates.io index
2882026-05-05T03:39:21.654Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2892026-05-05T03:39:21.912Z Updating git repository `https://github.com/oxidecomputer/lldp`
2902026-05-05T03:39:22.688Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
2912026-05-05T03:39:23.116Z Updating git repository `https://github.com/oxidecomputer/propolis`
2922026-05-05T03:39:25.312Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2932026-05-05T03:39:25.357Z Updating git repository `https://github.com/oxidecomputer/crucible`
2942026-05-05T03:39:26.396Z Updating git repository `https://github.com/oxidecomputer/opte`
2952026-05-05T03:39:27.106Z Updating git repository `https://github.com/oxidecomputer/tofino`
2962026-05-05T03:39:27.537Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2972026-05-05T03:39:28.498Z Updating git repository `https://github.com/oxidecomputer/clickward`
2982026-05-05T03:39:28.879Z Updating git repository `https://github.com/oxidecomputer/dice-util`
2992026-05-05T03:39:29.385Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3002026-05-05T03:39:29.659Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3012026-05-05T03:39:30.711Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3022026-05-05T03:39:31.191Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3032026-05-05T03:39:32.697Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3042026-05-05T03:39:32.739Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3052026-05-05T03:39:32.739Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3062026-05-05T03:39:32.740Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3072026-05-05T03:39:32.795Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3082026-05-05T03:39:33.012Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3092026-05-05T03:39:33.391Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3102026-05-05T03:39:33.711Z Updating git repository `https://github.com/oxidecomputer/crucible`
3112026-05-05T03:39:34.360Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3122026-05-05T03:39:34.759Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3132026-05-05T03:39:35.106Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3142026-05-05T03:39:35.609Z Updating git repository `https://github.com/oxidecomputer/ispf`
3152026-05-05T03:39:36.823Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3162026-05-05T03:39:37.531Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3172026-05-05T03:39:37.960Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3182026-05-05T03:39:38.521Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3192026-05-05T03:39:38.820Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3202026-05-05T03:39:39.184Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3212026-05-05T03:39:39.497Z Updating crates.io index
3222026-05-05T03:39:39.536Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3232026-05-05T03:39:39.767Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3242026-05-05T03:39:40.023Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3252026-05-05T03:39:40.266Z Updating git repository `https://github.com/illumos/smf-rs`
3262026-05-05T03:39:40.637Z Updating git repository `https://github.com/oxidecomputer/omicron`
3272026-05-05T03:39:52.552Zerror: failed to select a version for `vergen`.
3282026-05-05T03:39:52.552Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3292026-05-05T03:39:52.552Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3302026-05-05T03:39:52.552Z ... 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)`
3312026-05-05T03:39:52.552Zversions that meet the requirements `^9.1.0` are: 9.1.0
3322026-05-05T03:39:52.553Z
3332026-05-05T03:39:52.553Zall possible versions conflict with previously selected packages.
3342026-05-05T03:39:52.553Z
3352026-05-05T03:39:52.553Z previously selected package `vergen v9.0.6`
3362026-05-05T03:39:52.553Z ... 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)`
3372026-05-05T03:39:52.553Z ... 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-05-05T03:39:52.553Z
3392026-05-05T03:39:52.553Zfailed to select a version for `vergen` which could resolve this conflict
3402026-05-05T03:39:52.592ZFailed to run command -- will try 2 more times
3412026-05-05T03:39:52.843Z Updating git repository `https://github.com/oxidecomputer/crucible`
3422026-05-05T03:39:52.866Z Updating crates.io index
3432026-05-05T03:39:53.116Z Updating crates.io index
3442026-05-05T03:39:53.750Zerror: failed to select a version for `vergen`.
3452026-05-05T03:39:53.750Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3462026-05-05T03:39:53.751Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3472026-05-05T03:39:53.751Z ... 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)`
3482026-05-05T03:39:53.751Zversions that meet the requirements `^9.1.0` are: 9.1.0
3492026-05-05T03:39:53.751Z
3502026-05-05T03:39:53.751Zall possible versions conflict with previously selected packages.
3512026-05-05T03:39:53.751Z
3522026-05-05T03:39:53.751Z previously selected package `vergen v9.0.6`
3532026-05-05T03:39:53.751Z ... 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)`
3542026-05-05T03:39:53.751Z ... 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)`
3552026-05-05T03:39:53.751Z
3562026-05-05T03:39:53.751Zfailed to select a version for `vergen` which could resolve this conflict
3572026-05-05T03:39:53.775ZFailed to run command -- will try 1 more times
3582026-05-05T03:39:54.022Z Updating git repository `https://github.com/oxidecomputer/crucible`
3592026-05-05T03:39:54.098Z Updating crates.io index
3602026-05-05T03:39:54.596Zerror: failed to select a version for `vergen`.
3612026-05-05T03:39:54.597Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=6b7b7b7cb723a42bf5d6bc809afbaf332d7500b9#6b7b7b7c)`
3622026-05-05T03:39:54.598Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3632026-05-05T03:39:54.598Z ... 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)`
3642026-05-05T03:39:54.598Zversions that meet the requirements `^9.1.0` are: 9.1.0
3652026-05-05T03:39:54.598Z
3662026-05-05T03:39:54.598Zall possible versions conflict with previously selected packages.
3672026-05-05T03:39:54.598Z
3682026-05-05T03:39:54.598Z previously selected package `vergen v9.0.6`
3692026-05-05T03:39:54.598Z ... 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)`
3702026-05-05T03:39:54.598Z ... 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)`
3712026-05-05T03:39:54.599Z
3722026-05-05T03:39:54.599Zfailed to select a version for `vergen` which could resolve this conflict
3732026-05-05T03:39:54.626Z
3742026-05-05T03:39:54.634Zreal 2:12.778865878
3752026-05-05T03:39:54.634Zuser 55.177808634
3762026-05-05T03:39:54.634Zsys 5.694699212
3772026-05-05T03:39:54.634Ztrap 0.005692996
3782026-05-05T03:39:54.634Ztflt 0.025973924
3792026-05-05T03:39:54.634Zdflt 0.042044375
3802026-05-05T03:39:54.634Zkflt 0.013748737
3812026-05-05T03:39:54.635Zlock 0.133103067
3822026-05-05T03:39:54.635Zslp 3:28.271106620
3832026-05-05T03:39:54.635Zlat 0.137980104
3842026-05-05T03:39:54.635Zstop 0.000531310
3852026-05-05T03:39:54.635Zprocess exited: duration 132832 ms, exit code 101
 
3862026-05-05T03:39:54.662Zfound 0 output files