01KPBM74F79HXT5ABZE1TV6C7M: lints

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

Buildomat Job: 01KPBM7BPP4TCE7H95RJX6RFZ4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T17:09:25.979Zjob assigned to worker 01KPBM7RXS0SH3Z3QCFBH7G96S [factory aws, i-0f8656e6b04ef5b0a] (queued for 1 m 17 s)
 
22026-04-16T17:09:32.311Zstarting task 0: "setup"
32026-04-16T17:09:32.315Z++ uname -s
42026-04-16T17:09:32.318Z+ kern=SunOS
52026-04-16T17:09:32.319Z+ build_user=build
62026-04-16T17:09:32.319Z+ build_uid=12345
72026-04-16T17:09:32.319Z+ work_dir=/work
82026-04-16T17:09:32.319Z+ input_dir=/input
92026-04-16T17:09:32.319Z+ [[ 0 == 12345 ]]
102026-04-16T17:09:32.319Z+ case "$kern" in
112026-04-16T17:09:32.319Z+ groupadd -g 12345 build
122026-04-16T17:09:32.322Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T17:09:34.326Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T17:09:34.444Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T17:09:34.448Z+ home_fs=zfs
162026-04-16T17:09:34.448Z+ [[ zfs == autofs ]]
172026-04-16T17:09:34.448Z+ mkdir -p /home/build
182026-04-16T17:09:34.448Z+ chown build:build /home/build /work
192026-04-16T17:09:36.449Z+ chmod 0700 /home/build /work
202026-04-16T17:09:36.453Zprocess exited: duration 4142 ms, exit code 0
 
212026-04-16T17:09:36.459Zstarting task 1: "rust-toolchain"
222026-04-16T17:09:36.464Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-04-16T17:09:36.464Z * rust toolchain channel = "1.94"
242026-04-16T17:09:36.464Z * rust toolchain profile = "default"
252026-04-16T17:09:36.464Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-16T17:09:36.464Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T17:09:36.464Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T17:09:36.468Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T17:09:36.468Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-04-16T17:09:36.555Zinfo: downloading installer
312026-04-16T17:09:38.006Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T17:09:38.006Zwarn: /opt/ooce/bin
332026-04-16T17:09:38.006Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T17:09:38.006Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T17:09:38.006Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T17:09:38.006Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T17:09:38.006Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T17:09:38.006Zerror: cannot install while Rust is installed
392026-04-16T17:09:38.006Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T17:09:38.006Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T17:09:38.006Zwarn: /home/build/.rustup/settings.toml
422026-04-16T17:09:38.006Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T17:09:38.006Zwarn: instead of the one inferred from the default host triple.
442026-04-16T17:09:38.021Zinfo: profile set to default
452026-04-16T17:09:38.021Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T17:09:38.024Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-04-16T17:09:38.165Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T17:09:38.169Zinfo: downloading 6 components
492026-04-16T17:09:52.978Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-04-16T17:09:52.978Z
512026-04-16T17:09:53.007Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T17:09:53.007Z
532026-04-16T17:09:53.007Z
542026-04-16T17:09:53.007ZRust is installed now. Great!
552026-04-16T17:09:53.007Z
562026-04-16T17:09:53.011ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T17:09:53.011Zenvironment variable. This has not been done automatically.
582026-04-16T17:09:53.011Z
592026-04-16T17:09:53.011ZTo configure your current shell, you need to source
602026-04-16T17:09:53.011Zthe corresponding env file under $HOME/.cargo.
612026-04-16T17:09:53.011Z
622026-04-16T17:09:53.011ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T17:09:53.011Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T17:09:53.011Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T17:09:53.011Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T17:09:53.011Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T17:09:53.011Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T17:09:53.011Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T17:09:53.011Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T17:09:53.011Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T17:09:53.107Z+ rustup --version
722026-04-16T17:09:53.116Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T17:09:53.119Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T17:09:53.137Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T17:09:53.140Z+ cargo --version
762026-04-16T17:09:53.153Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T17:09:53.156Z+ rustc --version
782026-04-16T17:09:53.175Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T17:09:53.178Zprocess exited: duration 16716 ms, exit code 0
 
802026-04-16T17:09:53.184Zstarting task 2: "authentication"
812026-04-16T17:09:53.202Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T17:09:53.209Zstarting task 3: "clone repository"
832026-04-16T17:09:53.213Z+ mkdir -p /work/oxidecomputer/buildomat
842026-04-16T17:09:53.218Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-04-16T17:09:53.248ZCloning into '/work/oxidecomputer/buildomat'...
862026-04-16T17:09:53.982Z+ cd /work/oxidecomputer/buildomat
872026-04-16T17:09:53.987Z+ git fetch origin aafbe1748486eea3f04e10c28b0de9d9b75d9cb7
882026-04-16T17:09:54.244ZFrom https://github.com/oxidecomputer/buildomat
892026-04-16T17:09:54.244Z * branch aafbe1748486eea3f04e10c28b0de9d9b75d9cb7 -> FETCH_HEAD
902026-04-16T17:09:54.248Z+ [[ -n ea-ci ]]
912026-04-16T17:09:54.252Z++ git branch --show-current
922026-04-16T17:09:54.252Z+ current=main
932026-04-16T17:09:54.252Z+ [[ main != ea-ci ]]
942026-04-16T17:09:54.252Z+ git branch -f ea-ci aafbe1748486eea3f04e10c28b0de9d9b75d9cb7
952026-04-16T17:09:54.255Z+ git checkout -f ea-ci
962026-04-16T17:09:54.264ZSwitched to branch 'ea-ci'
972026-04-16T17:09:54.267Z+ git reset --hard aafbe1748486eea3f04e10c28b0de9d9b75d9cb7
982026-04-16T17:09:54.274ZHEAD is now at aafbe17 fix a few new clippy failures
992026-04-16T17:09:54.277Zprocess exited: duration 1066 ms, exit code 0
 
1002026-04-16T17:09:54.284Zstarting task 4: "build"
1012026-04-16T17:09:54.288Z+ banner fmt
1022026-04-16T17:09:54.291Z
1032026-04-16T17:09:54.291Z ###### # # #####
1042026-04-16T17:09:54.291Z # ## ## #
1052026-04-16T17:09:54.291Z ##### # ## # #
1062026-04-16T17:09:54.291Z # # # #
1072026-04-16T17:09:54.291Z # # # #
1082026-04-16T17:09:54.291Z # # # #
1092026-04-16T17:09:54.291Z
1102026-04-16T17:09:54.291Z+ cargo fmt --check
1112026-04-16T17:09:54.350Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-04-16T17:09:54.525Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-04-16T17:09:54.532Zinfo: downloading component rust-std
1142026-04-16T17:10:00.066Zprocess exited: duration 5781 ms, exit code 0
 
1152026-04-16T17:10:00.073Zfound 0 output files