01M0AVGGRT5KZ5BPTY3QWAYGJM: lints

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

Buildomat Job: 01M0AVGT24D6B4KMB2P5B076N2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T16:34:19.412Zjob assigned to worker 01M0AVH0759WGYRTK0YVXVBR10 [factory aws, i-028bdc9f006b4e69b] (queued for 57 s)
 
22026-08-18T16:34:25.685Zstarting task 0: "setup"
32026-08-18T16:34:25.689Z++ uname -s
42026-08-18T16:34:25.692Z+ kern=SunOS
52026-08-18T16:34:25.692Z+ build_user=build
62026-08-18T16:34:25.693Z+ build_uid=12345
72026-08-18T16:34:25.693Z+ work_dir=/work
82026-08-18T16:34:25.693Z+ input_dir=/input
92026-08-18T16:34:25.693Z+ [[ 0 == 12345 ]]
102026-08-18T16:34:25.693Z+ case "$kern" in
112026-08-18T16:34:25.693Z+ groupadd -g 12345 build
122026-08-18T16:34:25.696Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T16:34:27.700Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T16:34:27.770Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T16:34:27.773Z+ home_fs=zfs
162026-08-18T16:34:27.773Z+ [[ zfs == autofs ]]
172026-08-18T16:34:27.773Z+ mkdir -p /home/build
182026-08-18T16:34:27.773Z+ chown build:build /home/build /work
192026-08-18T16:34:29.774Z+ chmod 0700 /home/build /work
202026-08-18T16:34:29.777Zprocess exited: duration 4093 ms, exit code 0
 
212026-08-18T16:34:29.784Zstarting task 1: "rust-toolchain"
222026-08-18T16:34:29.788Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-08-18T16:34:29.788Z * rust toolchain channel = "1.94"
242026-08-18T16:34:29.788Z * rust toolchain profile = "default"
252026-08-18T16:34:29.788Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T16:34:29.788Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T16:34:29.788Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T16:34:29.791Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T16:34:29.791Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-08-18T16:34:29.910Zinfo: downloading installer
312026-08-18T16:34:31.465Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T16:34:31.465Zwarn: /opt/ooce/bin
332026-08-18T16:34:31.465Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T16:34:31.465Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T16:34:31.465Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T16:34:31.465Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T16:34:31.465Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T16:34:31.465Zerror: cannot install while Rust is installed
392026-08-18T16:34:31.465Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T16:34:31.465Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T16:34:31.465Zwarn: /home/build/.rustup/settings.toml
422026-08-18T16:34:31.465Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T16:34:31.465Zwarn: instead of the one inferred from the default host triple.
442026-08-18T16:34:31.478Zinfo: profile set to default
452026-08-18T16:34:31.478Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T16:34:31.481Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-08-18T16:34:31.612Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-08-18T16:34:31.615Zinfo: downloading 6 components
492026-08-18T16:34:46.107Z
502026-08-18T16:34:46.107Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
512026-08-18T16:34:46.136Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-08-18T16:34:46.136Z
532026-08-18T16:34:46.136Z
542026-08-18T16:34:46.136ZRust is installed now. Great!
552026-08-18T16:34:46.136Z
562026-08-18T16:34:46.140ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T16:34:46.140Zenvironment variable. This has not been done automatically.
582026-08-18T16:34:46.140Z
592026-08-18T16:34:46.140ZTo configure your current shell, you need to source
602026-08-18T16:34:46.140Zthe corresponding env file under $HOME/.cargo.
612026-08-18T16:34:46.140Z
622026-08-18T16:34:46.140ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T16:34:46.140Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T16:34:46.140Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T16:34:46.140Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T16:34:46.140Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T16:34:46.140Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T16:34:46.140Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T16:34:46.140Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T16:34:46.140Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T16:34:46.234Z+ rustup --version
722026-08-18T16:34:46.243Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T16:34:46.246Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T16:34:46.265Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-08-18T16:34:46.268Z+ cargo --version
762026-08-18T16:34:46.280Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-08-18T16:34:46.283Z+ rustc --version
782026-08-18T16:34:46.302Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-08-18T16:34:46.305Zprocess exited: duration 16517 ms, exit code 0
 
802026-08-18T16:34:46.311Zstarting task 2: "authentication"
812026-08-18T16:34:46.328Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T16:34:46.335Zstarting task 3: "clone repository"
832026-08-18T16:34:46.338Z+ mkdir -p /work/oxidecomputer/buildomat
842026-08-18T16:34:46.341Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-08-18T16:34:46.432ZCloning into '/work/oxidecomputer/buildomat'...
862026-08-18T16:34:47.264Z+ cd /work/oxidecomputer/buildomat
872026-08-18T16:34:47.268Z+ git fetch origin 36537c4c6f4529a99694dd9ca551827a08ce80c3
882026-08-18T16:34:47.593ZFrom https://github.com/oxidecomputer/buildomat
892026-08-18T16:34:47.593Z * branch 36537c4c6f4529a99694dd9ca551827a08ce80c3 -> FETCH_HEAD
902026-08-18T16:34:47.597Z+ [[ -n os_constants_macos ]]
912026-08-18T16:34:47.601Z++ git branch --show-current
922026-08-18T16:34:47.601Z+ current=main
932026-08-18T16:34:47.601Z+ [[ main != os_constants_macos ]]
942026-08-18T16:34:47.601Z+ git branch -f os_constants_macos 36537c4c6f4529a99694dd9ca551827a08ce80c3
952026-08-18T16:34:47.604Z+ git checkout -f os_constants_macos
962026-08-18T16:34:47.614ZSwitched to branch 'os_constants_macos'
972026-08-18T16:34:47.617Z+ git reset --hard 36537c4c6f4529a99694dd9ca551827a08ce80c3
982026-08-18T16:34:47.625ZHEAD is now at 36537c4 Make buildable/testable on macos
992026-08-18T16:34:47.628Zprocess exited: duration 1291 ms, exit code 0
 
1002026-08-18T16:34:47.634Zstarting task 4: "build"
1012026-08-18T16:34:47.638Z+ banner fmt
1022026-08-18T16:34:47.641Z
1032026-08-18T16:34:47.641Z ###### # # #####
1042026-08-18T16:34:47.641Z # ## ## #
1052026-08-18T16:34:47.641Z ##### # ## # #
1062026-08-18T16:34:47.641Z # # # #
1072026-08-18T16:34:47.641Z # # # #
1082026-08-18T16:34:47.641Z # # # #
1092026-08-18T16:34:47.641Z
1102026-08-18T16:34:47.641Z+ cargo fmt --check
1112026-08-18T16:34:47.699Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-08-18T16:34:47.856Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-08-18T16:34:47.863Zinfo: downloading component rust-std
1142026-08-18T16:34:52.899Zprocess exited: duration 5263 ms, exit code 0
 
1152026-08-18T16:34:52.906Zfound 0 output files