01M0AN71Q8JS7F5Y4DWEKKDVEJ: lints

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

Buildomat Job: 01M0AN7B7HEZ95PHDABKA4C0AK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T14:44:19.115Zjob assigned to worker 01M0AN7JSKYHS55MEYX4GM2RQF [factory aws, i-0c641bd6a1690f76d] (queued for 58 s)
 
22026-08-18T14:44:25.167Zstarting task 0: "setup"
32026-08-18T14:44:25.173Z++ uname -s
42026-08-18T14:44:25.176Z+ kern=SunOS
52026-08-18T14:44:25.176Z+ build_user=build
62026-08-18T14:44:25.176Z+ build_uid=12345
72026-08-18T14:44:25.176Z+ work_dir=/work
82026-08-18T14:44:25.176Z+ input_dir=/input
92026-08-18T14:44:25.176Z+ [[ 0 == 12345 ]]
102026-08-18T14:44:25.176Z+ case "$kern" in
112026-08-18T14:44:25.176Z+ groupadd -g 12345 build
122026-08-18T14:44:25.176Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T14:44:27.181Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T14:44:27.262Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T14:44:27.266Z+ home_fs=zfs
162026-08-18T14:44:27.266Z+ [[ zfs == autofs ]]
172026-08-18T14:44:27.266Z+ mkdir -p /home/build
182026-08-18T14:44:27.266Z+ chown build:build /home/build /work
192026-08-18T14:44:29.266Z+ chmod 0700 /home/build /work
202026-08-18T14:44:29.270Zprocess exited: duration 4100 ms, exit code 0
 
212026-08-18T14:44:29.276Zstarting task 1: "rust-toolchain"
222026-08-18T14:44:29.279Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-08-18T14:44:29.279Z * rust toolchain channel = "1.94"
242026-08-18T14:44:29.279Z * rust toolchain profile = "default"
252026-08-18T14:44:29.279Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-18T14:44:29.279Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T14:44:29.279Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T14:44:29.283Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T14:44:29.283Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-08-18T14:44:29.366Zinfo: downloading installer
312026-08-18T14:44:30.801Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T14:44:30.801Zwarn: /opt/ooce/bin
332026-08-18T14:44:30.801Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T14:44:30.801Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T14:44:30.801Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T14:44:30.801Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T14:44:30.801Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T14:44:30.801Zerror: cannot install while Rust is installed
392026-08-18T14:44:30.801Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T14:44:30.801Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T14:44:30.801Zwarn: /home/build/.rustup/settings.toml
422026-08-18T14:44:30.801Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T14:44:30.801Zwarn: instead of the one inferred from the default host triple.
442026-08-18T14:44:30.814Zinfo: profile set to default
452026-08-18T14:44:30.814Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T14:44:30.818Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-08-18T14:44:30.970Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-08-18T14:44:30.973Zinfo: downloading 6 components
492026-08-18T14:44:45.849Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-08-18T14:44:45.849Z
512026-08-18T14:44:45.879Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-08-18T14:44:45.879Z
532026-08-18T14:44:45.882Z
542026-08-18T14:44:45.882ZRust is installed now. Great!
552026-08-18T14:44:45.882Z
562026-08-18T14:44:45.882ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T14:44:45.882Zenvironment variable. This has not been done automatically.
582026-08-18T14:44:45.882Z
592026-08-18T14:44:45.882ZTo configure your current shell, you need to source
602026-08-18T14:44:45.882Zthe corresponding env file under $HOME/.cargo.
612026-08-18T14:44:45.882Z
622026-08-18T14:44:45.882ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T14:44:45.882Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T14:44:45.882Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T14:44:45.882Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T14:44:45.882Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T14:44:45.882Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T14:44:45.882Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T14:44:45.883Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T14:44:45.883Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T14:44:45.981Z+ rustup --version
722026-08-18T14:44:45.989Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T14:44:45.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T14:44:46.013Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-08-18T14:44:46.016Z+ cargo --version
762026-08-18T14:44:46.029Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-08-18T14:44:46.032Z+ rustc --version
782026-08-18T14:44:46.050Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-08-18T14:44:46.053Zprocess exited: duration 16777 ms, exit code 0
 
802026-08-18T14:44:46.059Zstarting task 2: "authentication"
812026-08-18T14:44:46.076Zprocess exited: duration 16 ms, exit code 0
 
822026-08-18T14:44:46.082Zstarting task 3: "clone repository"
832026-08-18T14:44:46.085Z+ mkdir -p /work/oxidecomputer/buildomat
842026-08-18T14:44:46.088Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-08-18T14:44:46.122ZCloning into '/work/oxidecomputer/buildomat'...
862026-08-18T14:44:46.999Z+ cd /work/oxidecomputer/buildomat
872026-08-18T14:44:47.002Z+ git fetch origin 0d08a7c4afa1bd1be1bd2266aa6d9df1426639bb
882026-08-18T14:44:47.313ZFrom https://github.com/oxidecomputer/buildomat
892026-08-18T14:44:47.313Z * branch 0d08a7c4afa1bd1be1bd2266aa6d9df1426639bb -> FETCH_HEAD
902026-08-18T14:44:47.318Z+ [[ -n deps_2026-08-18 ]]
912026-08-18T14:44:47.321Z++ git branch --show-current
922026-08-18T14:44:47.321Z+ current=main
932026-08-18T14:44:47.321Z+ [[ main != deps_2026-08-18 ]]
942026-08-18T14:44:47.321Z+ git branch -f deps_2026-08-18 0d08a7c4afa1bd1be1bd2266aa6d9df1426639bb
952026-08-18T14:44:47.324Z+ git checkout -f deps_2026-08-18
962026-08-18T14:44:47.334ZSwitched to branch 'deps_2026-08-18'
972026-08-18T14:44:47.337Z+ git reset --hard 0d08a7c4afa1bd1be1bd2266aa6d9df1426639bb
982026-08-18T14:44:47.340ZHEAD is now at 0d08a7c Bump dependencies (2026-08-18)
992026-08-18T14:44:47.340Zprocess exited: duration 1256 ms, exit code 0
 
1002026-08-18T14:44:47.346Zstarting task 4: "build"
1012026-08-18T14:44:47.349Z+ banner fmt
1022026-08-18T14:44:47.352Z
1032026-08-18T14:44:47.352Z ###### # # #####
1042026-08-18T14:44:47.352Z # ## ## #
1052026-08-18T14:44:47.353Z ##### # ## # #
1062026-08-18T14:44:47.353Z # # # #
1072026-08-18T14:44:47.353Z # # # #
1082026-08-18T14:44:47.353Z # # # #
1092026-08-18T14:44:47.353Z
1102026-08-18T14:44:47.353Z+ cargo fmt --check
1112026-08-18T14:44:47.410Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-08-18T14:44:47.547Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-08-18T14:44:47.554Zinfo: downloading component rust-std
1142026-08-18T14:44:53.031Zprocess exited: duration 5684 ms, exit code 0
 
1152026-08-18T14:44:53.037Zfound 0 output files