01KR1VZDT4447HHCGAMTWPMYF0: lints

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

Buildomat Job: 01KR1VZVHJKGR0YY10QHHZTYCB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T18:43:43.136Zjob assigned to worker 01KR1W04YBQ9EQT7CGJDXEE6WA [factory aws, i-033c6c11ee0296655] (queued for 52 s)
 
22026-05-07T18:43:49.665Zstarting task 0: "setup"
32026-05-07T18:43:49.669Z++ uname -s
42026-05-07T18:43:49.672Z+ kern=SunOS
52026-05-07T18:43:49.672Z+ build_user=build
62026-05-07T18:43:49.673Z+ build_uid=12345
72026-05-07T18:43:49.673Z+ work_dir=/work
82026-05-07T18:43:49.673Z+ input_dir=/input
92026-05-07T18:43:49.673Z+ [[ 0 == 12345 ]]
102026-05-07T18:43:49.673Z+ case "$kern" in
112026-05-07T18:43:49.673Z+ groupadd -g 12345 build
122026-05-07T18:43:49.676Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T18:43:51.679Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T18:43:51.771Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T18:43:51.774Z+ home_fs=zfs
162026-05-07T18:43:51.774Z+ [[ zfs == autofs ]]
172026-05-07T18:43:51.774Z+ mkdir -p /home/build
182026-05-07T18:43:51.774Z+ chown build:build /home/build /work
192026-05-07T18:43:53.775Z+ chmod 0700 /home/build /work
202026-05-07T18:43:53.778Zprocess exited: duration 4113 ms, exit code 0
 
212026-05-07T18:43:53.784Zstarting task 1: "rust-toolchain"
222026-05-07T18:43:53.788Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-05-07T18:43:53.788Z * rust toolchain channel = "1.94"
242026-05-07T18:43:53.788Z * rust toolchain profile = "default"
252026-05-07T18:43:53.788Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-07T18:43:53.788Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T18:43:53.791Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T18:43:53.791Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T18:43:53.791Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-05-07T18:43:53.888Zinfo: downloading installer
312026-05-07T18:43:55.396Zwarn: It looks like you have an existing installation of Rust at:
322026-05-07T18:43:55.396Zwarn: /opt/ooce/bin
332026-05-07T18:43:55.396Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-07T18:43:55.396Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-07T18:43:55.396Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-07T18:43:55.396Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-07T18:43:55.396Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-07T18:43:55.396Zerror: cannot install while Rust is installed
392026-05-07T18:43:55.396Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-07T18:43:55.396Zwarn: It looks like you have an existing rustup settings file at:
412026-05-07T18:43:55.396Zwarn: /home/build/.rustup/settings.toml
422026-05-07T18:43:55.396Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-07T18:43:55.396Zwarn: instead of the one inferred from the default host triple.
442026-05-07T18:43:55.411Zinfo: profile set to default
452026-05-07T18:43:55.411Zinfo: default host triple is x86_64-unknown-illumos
462026-05-07T18:43:55.413Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-05-07T18:43:55.552Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-07T18:43:55.555Zinfo: downloading 6 components
492026-05-07T18:44:11.744Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-05-07T18:44:11.744Z
512026-05-07T18:44:11.770Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-07T18:44:11.770Z
532026-05-07T18:44:11.774Z
542026-05-07T18:44:11.774ZRust is installed now. Great!
552026-05-07T18:44:11.774Z
562026-05-07T18:44:11.774ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-07T18:44:11.774Zenvironment variable. This has not been done automatically.
582026-05-07T18:44:11.774Z
592026-05-07T18:44:11.774ZTo configure your current shell, you need to source
602026-05-07T18:44:11.774Zthe corresponding env file under $HOME/.cargo.
612026-05-07T18:44:11.774Z
622026-05-07T18:44:11.774ZThis is usually done by running one of the following (note the leading DOT):
632026-05-07T18:44:11.774Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-07T18:44:11.774Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-07T18:44:11.774Zsource "~/.cargo/env.nu" # For nushell
662026-05-07T18:44:11.774Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-07T18:44:11.775Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-07T18:44:11.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-07T18:44:11.775Zwarn: no default linker (`cc`) was found in your PATH
702026-05-07T18:44:11.775Zwarn: many Rust crates require a system C toolchain to build
712026-05-07T18:44:11.862Z+ rustup --version
722026-05-07T18:44:11.871Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-07T18:44:11.874Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-07T18:44:11.892Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-07T18:44:11.895Z+ cargo --version
762026-05-07T18:44:11.907Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-07T18:44:11.910Z+ rustc --version
782026-05-07T18:44:11.930Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-07T18:44:11.933Zprocess exited: duration 18143 ms, exit code 0
 
802026-05-07T18:44:11.938Zstarting task 2: "authentication"
812026-05-07T18:44:11.955Zprocess exited: duration 16 ms, exit code 0
 
822026-05-07T18:44:11.961Zstarting task 3: "clone repository"
832026-05-07T18:44:11.964Z+ mkdir -p /work/oxidecomputer/buildomat
842026-05-07T18:44:11.967Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-05-07T18:44:11.996ZCloning into '/work/oxidecomputer/buildomat'...
862026-05-07T18:44:12.760Z+ cd /work/oxidecomputer/buildomat
872026-05-07T18:44:12.760Z+ git fetch origin f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2
882026-05-07T18:44:13.007ZFrom https://github.com/oxidecomputer/buildomat
892026-05-07T18:44:13.007Z * branch f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2 -> FETCH_HEAD
902026-05-07T18:44:13.011Z+ [[ -n ea-ptqwnqpswsuv ]]
912026-05-07T18:44:13.014Z++ git branch --show-current
922026-05-07T18:44:13.014Z+ current=main
932026-05-07T18:44:13.014Z+ [[ main != ea-ptqwnqpswsuv ]]
942026-05-07T18:44:13.014Z+ git branch -f ea-ptqwnqpswsuv f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2
952026-05-07T18:44:13.018Z+ git checkout -f ea-ptqwnqpswsuv
962026-05-07T18:44:13.027ZSwitched to branch 'ea-ptqwnqpswsuv'
972026-05-07T18:44:13.031Z+ git reset --hard f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2
982026-05-07T18:44:13.038ZHEAD is now at f2bcec5 use an enum to define job streams
992026-05-07T18:44:13.041Zprocess exited: duration 1077 ms, exit code 0
 
1002026-05-07T18:44:13.048Zstarting task 4: "build"
1012026-05-07T18:44:13.052Z+ banner fmt
1022026-05-07T18:44:13.055Z
1032026-05-07T18:44:13.055Z ###### # # #####
1042026-05-07T18:44:13.055Z # ## ## #
1052026-05-07T18:44:13.055Z ##### # ## # #
1062026-05-07T18:44:13.055Z # # # #
1072026-05-07T18:44:13.055Z # # # #
1082026-05-07T18:44:13.055Z # # # #
1092026-05-07T18:44:13.056Z
1102026-05-07T18:44:13.056Z+ cargo fmt --check
1112026-05-07T18:44:13.113Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-05-07T18:44:13.274Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-05-07T18:44:13.281Zinfo: downloading component rust-std
1142026-05-07T18:44:18.461Zprocess exited: duration 5406 ms, exit code 0
 
1152026-05-07T18:44:18.484Zfound 0 output files