01KQX2AN0VVVPGN6TBX3DRWS3W: clippy (helios)

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

Buildomat Job: 01KQX2B0FW862VSFJGNAT37HGK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:58:28.541Zjob assigned to worker 01KQX2B1K788ABEHMGD5PJR0EJ [factory aws, i-07ecc0a069a8e3dd1] (queued for 53 s)
 
22026-05-05T21:58:35.283Zstarting task 0: "setup"
32026-05-05T21:58:35.289Z++ uname -s
42026-05-05T21:58:35.292Z+ kern=SunOS
52026-05-05T21:58:35.292Z+ build_user=build
62026-05-05T21:58:35.292Z+ build_uid=12345
72026-05-05T21:58:35.292Z+ work_dir=/work
82026-05-05T21:58:35.292Z+ input_dir=/input
92026-05-05T21:58:35.292Z+ [[ 0 == 12345 ]]
102026-05-05T21:58:35.292Z+ case "$kern" in
112026-05-05T21:58:35.292Z+ groupadd -g 12345 build
122026-05-05T21:58:35.292Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:58:37.299Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:58:37.412Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:58:37.415Z+ home_fs=zfs
162026-05-05T21:58:37.416Z+ [[ zfs == autofs ]]
172026-05-05T21:58:37.416Z+ mkdir -p /home/build
182026-05-05T21:58:37.416Z+ chown build:build /home/build /work
192026-05-05T21:58:39.417Z+ chmod 0700 /home/build /work
202026-05-05T21:58:39.421Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-05T21:58:39.427Zstarting task 1: "rust-toolchain"
222026-05-05T21:58:39.431Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:58:39.431Z * rust toolchain channel = "1.94.0"
242026-05-05T21:58:39.431Z * rust toolchain profile = "default"
252026-05-05T21:58:39.431Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T21:58:39.431Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T21:58:39.431Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T21:58:39.434Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:58:39.435Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:58:39.552Zinfo: downloading installer
312026-05-05T21:58:41.036Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:58:41.036Zwarn: /opt/ooce/bin
332026-05-05T21:58:41.036Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:58:41.036Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:58:41.036Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:58:41.036Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:58:41.036Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:58:41.036Zerror: cannot install while Rust is installed
392026-05-05T21:58:41.036Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:58:41.036Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:58:41.036Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:58:41.036Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:58:41.036Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:58:41.049Zinfo: profile set to default
452026-05-05T21:58:41.049Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:58:41.052Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:58:41.210Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:58:41.213Zinfo: downloading 6 components
492026-05-05T21:58:57.421Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:58:57.421Z
512026-05-05T21:58:57.455Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:58:57.455Z
532026-05-05T21:58:57.455Z
542026-05-05T21:58:57.455ZRust is installed now. Great!
552026-05-05T21:58:57.455Z
562026-05-05T21:58:57.455ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:58:57.455Zenvironment variable. This has not been done automatically.
582026-05-05T21:58:57.455Z
592026-05-05T21:58:57.455ZTo configure your current shell, you need to source
602026-05-05T21:58:57.456Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:58:57.456Z
622026-05-05T21:58:57.456ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:58:57.456Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:58:57.456Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:58:57.456Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:58:57.456Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:58:57.456Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:58:57.456Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:58:57.459Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:58:57.459Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:58:57.553Z+ rustup --version
722026-05-05T21:58:57.562Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:58:57.566Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:58:57.584Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:58:57.587Z+ cargo --version
762026-05-05T21:58:57.599Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:58:57.602Z+ rustc --version
782026-05-05T21:58:57.621Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:58:57.624Zprocess exited: duration 18193 ms, exit code 0
 
802026-05-05T21:58:57.630Zstarting task 2: "authentication"
812026-05-05T21:58:57.646Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T21:58:57.652Zstarting task 3: "clone repository"
832026-05-05T21:58:57.655Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:58:57.658Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:58:57.688ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:59:07.258Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:59:07.258Z+ git fetch origin 24502fa1e4a0fabc0909c954327853a8653613c1
882026-05-05T21:59:07.560ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:59:07.560Z * branch 24502fa1e4a0fabc0909c954327853a8653613c1 -> FETCH_HEAD
902026-05-05T21:59:07.569Z+ [[ -n iliana/cockroach-go1.26 ]]
912026-05-05T21:59:07.572Z++ git branch --show-current
922026-05-05T21:59:07.572Z+ current=main
932026-05-05T21:59:07.572Z+ [[ main != iliana/cockroach-go1.26 ]]
942026-05-05T21:59:07.572Z+ git branch -f iliana/cockroach-go1.26 24502fa1e4a0fabc0909c954327853a8653613c1
952026-05-05T21:59:07.575Z+ git checkout -f iliana/cockroach-go1.26
962026-05-05T21:59:07.804ZSwitched to branch 'iliana/cockroach-go1.26'
972026-05-05T21:59:07.808Z+ git reset --hard 24502fa1e4a0fabc0909c954327853a8653613c1
982026-05-05T21:59:07.819ZHEAD is now at 24502fa1e update cockroachdb (go1.26)
992026-05-05T21:59:07.822Zprocess exited: duration 10166 ms, exit code 0
 
1002026-05-05T21:59:07.828Zstarting task 4: "build"
1012026-05-05T21:59:07.833Z+ source ./env.sh
1022026-05-05T21:59:07.833Z++ OLD_SHELL_OPTS=ehxB
1032026-05-05T21:59:07.833Z++ set -o xtrace
1042026-05-05T21:59:07.836Z++++ dirname ./env.sh
1052026-05-05T21:59:07.838Z+++ readlink -f .
1062026-05-05T21:59:07.842Z++ OMICRON_WS=/work/oxidecomputer/omicron
1072026-05-05T21:59:07.842Z++ 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-05T21:59:07.842Z++ 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-05T21:59:07.842Z++ 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-05T21:59:07.843Z++ 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-05T21:59:07.843Z++ 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-05T21:59:07.843Z++ 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-05T21:59:07.843Z++ 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-05T21:59:07.843Z++ 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-05T21:59:07.843Z++ case $OLD_SHELL_OPTS in
1162026-05-05T21:59:07.843Z++ unset OLD_SHELL_OPTS OMICRON_WS
1172026-05-05T21:59:07.843Z+ source .github/buildomat/ci-env.sh
1182026-05-05T21:59:07.843Z++ export CARGO_TERM_COLOR=always
1192026-05-05T21:59:07.843Z++ CARGO_TERM_COLOR=always
1202026-05-05T21:59:07.843Z+ cargo --version
1212026-05-05T21:59:07.848Zcargo 1.94.0 (85eff7c80 2026-01-15)
1222026-05-05T21:59:07.851Z+ rustc --version
1232026-05-05T21:59:07.871Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1242026-05-05T21:59:07.874Z+ banner prerequisites
1252026-05-05T21:59:07.877Z
1262026-05-05T21:59:07.877Z ##### ##### ###### ##### ###### #### # # # #### #
1272026-05-05T21:59:07.877Z # # # # # # # # # # # # # # #
1282026-05-05T21:59:07.877Z # # # # ##### # # ##### # # # # # #### #
1292026-05-05T21:59:07.878Z ##### ##### # ##### # # # # # # # # #
1302026-05-05T21:59:07.878Z # # # # # # # # # # # # # # #
1312026-05-05T21:59:07.878Z # # # ###### # # ###### ### # #### # #### #
1322026-05-05T21:59:07.878Z
1332026-05-05T21:59:07.878Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1342026-05-05T21:59:18.103Z Startup: Refreshing catalog 'helios-dev' ... Done
1352026-05-05T21:59:25.592Z Startup: Caching catalogs ... Done
1362026-05-05T21:59:33.137ZPlanning: Solver setup ... Done (6.117s)
1372026-05-05T21:59:33.179ZPlanning: Running solver ... Done (0.042s)
1382026-05-05T21:59:33.322ZPlanning: Finding local manifests ... Done (0.003s)
1392026-05-05T21:59:33.342ZPlanning: Fetching manifests: 0/5 0% complete
1402026-05-05T21:59:33.887ZPlanning: Fetching manifests: 5/5 100% complete
1412026-05-05T21:59:33.925ZPlanning: Package planning ... Done (0.036s)
1422026-05-05T21:59:33.960ZPlanning: Merging actions ... Done (0.036s)
1432026-05-05T21:59:34.138ZPlanning: Checking for conflicting actions ... Done (0.179s)
1442026-05-05T21:59:34.149ZPlanning: Consolidating action changes ... Done (0.009s)
1452026-05-05T21:59:35.271ZPlanning: Evaluating mediators ... Done (1.122s)
1462026-05-05T21:59:35.278ZPlanning: Planning completed in 9.52 seconds
1472026-05-05T21:59:35.290Z Packages to install: 5
1482026-05-05T21:59:35.290Z Mediators to change: 3
1492026-05-05T21:59:35.294Z Services to change: 1
1502026-05-05T21:59:35.294Z Estimated space available: 155.34 GB
1512026-05-05T21:59:35.294ZEstimated space to be consumed: 1.90 GB
1522026-05-05T21:59:35.294Z Create boot environment: No
1532026-05-05T21:59:35.294ZCreate backup boot environment: No
1542026-05-05T21:59:35.294Z Rebuild boot archive: No
1552026-05-05T21:59:35.294Z
1562026-05-05T21:59:35.294ZChanged mediators:
1572026-05-05T21:59:35.294Z mediator clang:
1582026-05-05T21:59:35.294Z version: None -> 15 (system default)
1592026-05-05T21:59:35.294Z
1602026-05-05T21:59:35.294Z mediator llvm:
1612026-05-05T21:59:35.294Z version: 14 (system default) -> 15 (system default)
1622026-05-05T21:59:35.295Z
1632026-05-05T21:59:35.295Z mediator postgresql:
1642026-05-05T21:59:35.295Z version: 15 (system default) -> 18 (system default)
1652026-05-05T21:59:35.295Z
1662026-05-05T21:59:35.295ZChanged packages:
1672026-05-05T21:59:35.295Zhelios-dev
1682026-05-05T21:59:35.295Z developer/build-essential
1692026-05-05T21:59:35.295Z None -> 11-2.0
1702026-05-05T21:59:35.295Z library/libxmlsec1
1712026-05-05T21:59:35.295Z None -> 1.2.35-2.0
1722026-05-05T21:59:35.295Z ooce/developer/clang-15
1732026-05-05T21:59:35.295Z None -> 15.0.7-2.0
1742026-05-05T21:59:35.295Z ooce/developer/llvm-15
1752026-05-05T21:59:35.295Z None -> 15.0.7-2.0
1762026-05-05T21:59:35.295Z ooce/library/postgresql-18
1772026-05-05T21:59:35.295Z None -> 18.1-2.0
1782026-05-05T21:59:35.295Z
1792026-05-05T21:59:35.296ZServices:
1802026-05-05T21:59:35.296Z restart_fmri:
1812026-05-05T21:59:35.296Z svc:/system/update-man-index:default
1822026-05-05T21:59:35.335Z
1832026-05-05T21:59:35.335ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1842026-05-05T21:59:41.579ZDownload: 207/4272 items 1.3/219.0MB 0% complete (1.6M/s)
1852026-05-05T21:59:47.169ZDownload: 1198/4272 items 83.5/219.0MB 38% complete (8.9M/s)
1862026-05-05T21:59:53.142ZDownload: 2221/4272 items 119.2/219.0MB 54% complete (15.5M/s)
1872026-05-05T21:59:54.501Z
1882026-05-05T21:59:54.501ZErrors were encountered while attempting to retrieve package or file data for
1892026-05-05T21:59:54.501Zthe requested operation.
1902026-05-05T21:59:54.501ZDetails follow:
1912026-05-05T21:59:54.501Z
1922026-05-05T21:59:54.501Zpkg://helios-dev/ooce/developer/llvm-15@15.0.7,5.11-2.0:20230713T102340Z
1932026-05-05T21:59:54.501Z 1: https protocol error: Unknown error code: 502 reason: Bad Gateway
1942026-05-05T21:59:54.501ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/d015845e51c419de54378b01659be5ed5ec5b408' (happened 4 times)
1952026-05-05T21:59:54.501Z 2: https protocol error: Unknown error code: 502 reason: Bad Gateway
1962026-05-05T21:59:54.501ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/53a04070c21c66343e7fa3af8d9473c2eb9d1aab' (happened 4 times)
1972026-05-05T21:59:54.501Z 3: https protocol error: Unknown error code: 502 reason: Bad Gateway
1982026-05-05T21:59:54.501ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/2fe94199fcdc683fff70ef81e3822c6336ac2dee' (happened 4 times)
1992026-05-05T21:59:54.501Z 4: https protocol error: Unknown error code: 502 reason: Bad Gateway
2002026-05-05T21:59:54.501ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/cbb9a0211d6f69647680ad82d7e3f017c571e81d' (happened 4 times)
2012026-05-05T21:59:54.501Z
2022026-05-05T21:59:55.863Z
2032026-05-05T21:59:55.863Zreal 47.977139069
2042026-05-05T21:59:55.863Zuser 25.931351586
2052026-05-05T21:59:55.863Zsys 2.000404623
2062026-05-05T21:59:55.863Ztrap 0.002844891
2072026-05-05T21:59:55.863Ztflt 0.026230841
2082026-05-05T21:59:55.863Zdflt 0.042583737
2092026-05-05T21:59:55.863Zkflt 0.012628132
2102026-05-05T21:59:55.863Zlock 0.000000000
2112026-05-05T21:59:55.863Zslp 1:11.537137164
2122026-05-05T21:59:55.863Zlat 0.040693032
2132026-05-05T21:59:55.863Zstop 0.000297831
2142026-05-05T21:59:55.867Zprocess exited: duration 48028 ms, exit code 1
 
2152026-05-05T21:59:55.874Zfound 0 output files