01KQWATQT0B83WKEKB79G00S6V: lints

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

Buildomat Job: 01KQWAV8M2TYJRK243NZJQWBVB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T15:07:47.779Zjob assigned to worker 01KQWAVDAFGSEWFFPXCZ22WBA1 [factory aws, i-0f9f78196ee5da1bc] (queued for 45 s)
 
22026-05-05T15:07:54.892Zstarting task 0: "setup"
32026-05-05T15:07:54.896Z++ uname -s
42026-05-05T15:07:54.899Z+ kern=SunOS
52026-05-05T15:07:54.899Z+ build_user=build
62026-05-05T15:07:54.899Z+ build_uid=12345
72026-05-05T15:07:54.899Z+ work_dir=/work
82026-05-05T15:07:54.899Z+ input_dir=/input
92026-05-05T15:07:54.899Z+ [[ 0 == 12345 ]]
102026-05-05T15:07:54.899Z+ case "$kern" in
112026-05-05T15:07:54.899Z+ groupadd -g 12345 build
122026-05-05T15:07:54.902Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T15:07:56.906Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T15:07:57.005Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T15:07:57.008Z+ home_fs=zfs
162026-05-05T15:07:57.008Z+ [[ zfs == autofs ]]
172026-05-05T15:07:57.008Z+ mkdir -p /home/build
182026-05-05T15:07:57.008Z+ chown build:build /home/build /work
192026-05-05T15:07:59.009Z+ chmod 0700 /home/build /work
202026-05-05T15:07:59.012Zprocess exited: duration 4120 ms, exit code 0
 
212026-05-05T15:07:59.018Zstarting task 1: "rust-toolchain"
222026-05-05T15:07:59.022Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-05-05T15:07:59.022Z * rust toolchain channel = "1.94"
242026-05-05T15:07:59.022Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-05T15:07:59.022Z * rust toolchain profile = "default"
262026-05-05T15:07:59.022Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T15:07:59.022Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T15:07:59.025Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T15:07:59.025Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-05-05T15:07:59.170Zinfo: downloading installer
312026-05-05T15:08:00.653Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T15:08:00.653Zwarn: /opt/ooce/bin
332026-05-05T15:08:00.653Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T15:08:00.653Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T15:08:00.653Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T15:08:00.653Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T15:08:00.653Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T15:08:00.653Zerror: cannot install while Rust is installed
392026-05-05T15:08:00.653Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T15:08:00.653Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T15:08:00.653Zwarn: /home/build/.rustup/settings.toml
422026-05-05T15:08:00.653Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T15:08:00.654Zwarn: instead of the one inferred from the default host triple.
442026-05-05T15:08:00.693Zinfo: profile set to default
452026-05-05T15:08:00.693Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T15:08:00.698Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-05-05T15:08:00.822Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T15:08:00.825Zinfo: downloading 6 components
492026-05-05T15:08:15.173Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-05-05T15:08:15.173Z
512026-05-05T15:08:15.202Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T15:08:15.202Z
532026-05-05T15:08:15.202Z
542026-05-05T15:08:15.202ZRust is installed now. Great!
552026-05-05T15:08:15.202Z
562026-05-05T15:08:15.202ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T15:08:15.202Zenvironment variable. This has not been done automatically.
582026-05-05T15:08:15.202Z
592026-05-05T15:08:15.202ZTo configure your current shell, you need to source
602026-05-05T15:08:15.202Zthe corresponding env file under $HOME/.cargo.
612026-05-05T15:08:15.202Z
622026-05-05T15:08:15.202ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T15:08:15.202Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T15:08:15.202Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T15:08:15.202Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T15:08:15.202Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T15:08:15.202Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T15:08:15.202Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T15:08:15.205Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T15:08:15.205Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T15:08:15.287Z+ rustup --version
722026-05-05T15:08:15.296Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T15:08:15.299Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T15:08:15.317Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T15:08:15.320Z+ cargo --version
762026-05-05T15:08:15.333Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T15:08:15.336Z+ rustc --version
782026-05-05T15:08:15.355Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T15:08:15.358Zprocess exited: duration 16338 ms, exit code 0
 
802026-05-05T15:08:15.364Zstarting task 2: "authentication"
812026-05-05T15:08:15.381Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T15:08:15.386Zstarting task 3: "clone repository"
832026-05-05T15:08:15.389Z+ mkdir -p /work/oxidecomputer/buildomat
842026-05-05T15:08:15.392Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-05-05T15:08:15.530ZCloning into '/work/oxidecomputer/buildomat'...
862026-05-05T15:08:16.483Z+ cd /work/oxidecomputer/buildomat
872026-05-05T15:08:16.483Z+ git fetch origin 2683833521217054d950e52596e1f47d3252ee5a
882026-05-05T15:08:16.726ZFrom https://github.com/oxidecomputer/buildomat
892026-05-05T15:08:16.726Z * branch 2683833521217054d950e52596e1f47d3252ee5a -> FETCH_HEAD
902026-05-05T15:08:16.731Z+ [[ -n ea-ptqwnqpswsuv ]]
912026-05-05T15:08:16.733Z++ git branch --show-current
922026-05-05T15:08:16.736Z+ current=main
932026-05-05T15:08:16.736Z+ [[ main != ea-ptqwnqpswsuv ]]
942026-05-05T15:08:16.736Z+ git branch -f ea-ptqwnqpswsuv 2683833521217054d950e52596e1f47d3252ee5a
952026-05-05T15:08:16.739Z+ git checkout -f ea-ptqwnqpswsuv
962026-05-05T15:08:16.748ZSwitched to branch 'ea-ptqwnqpswsuv'
972026-05-05T15:08:16.751Z+ git reset --hard 2683833521217054d950e52596e1f47d3252ee5a
982026-05-05T15:08:16.759ZHEAD is now at 2683833 use an enum to define job streams
992026-05-05T15:08:16.762Zprocess exited: duration 1373 ms, exit code 0
 
1002026-05-05T15:08:16.768Zstarting task 4: "build"
1012026-05-05T15:08:16.771Z+ banner fmt
1022026-05-05T15:08:16.776Z
1032026-05-05T15:08:16.776Z ###### # # #####
1042026-05-05T15:08:16.776Z # ## ## #
1052026-05-05T15:08:16.777Z ##### # ## # #
1062026-05-05T15:08:16.777Z # # # #
1072026-05-05T15:08:16.777Z # # # #
1082026-05-05T15:08:16.777Z # # # #
1092026-05-05T15:08:16.777Z
1102026-05-05T15:08:16.777Z+ cargo fmt --check
1112026-05-05T15:08:16.834Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-05-05T15:08:16.962Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-05-05T15:08:16.970Zinfo: downloading component rust-std
1142026-05-05T15:08:21.795Zprocess exited: duration 5026 ms, exit code 0
 
1152026-05-05T15:08:21.801Zfound 0 output files