01KXNFWKMNCS8BR2PMD7ACZBJT: lints

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

Buildomat Job: 01KXNFWZA9VNJ89TCTMD9KTSEC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T12:55:46.481Zjob assigned to worker 01KXNFWZCVYSPN6P2FGG01BNHV [factory aws, i-04c4f5bccd5a0e7a9] (queued for 55 s)
 
22026-07-16T12:55:53.633Zstarting task 0: "setup"
32026-07-16T12:55:53.636Z++ uname -s
42026-07-16T12:55:53.640Z+ kern=SunOS
52026-07-16T12:55:53.640Z+ build_user=build
62026-07-16T12:55:53.640Z+ build_uid=12345
72026-07-16T12:55:53.640Z+ work_dir=/work
82026-07-16T12:55:53.640Z+ input_dir=/input
92026-07-16T12:55:53.640Z+ [[ 0 == 12345 ]]
102026-07-16T12:55:53.640Z+ case "$kern" in
112026-07-16T12:55:53.640Z+ groupadd -g 12345 build
122026-07-16T12:55:53.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T12:55:55.646Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T12:55:55.720Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T12:55:55.724Z+ home_fs=zfs
162026-07-16T12:55:55.724Z+ [[ zfs == autofs ]]
172026-07-16T12:55:55.724Z+ mkdir -p /home/build
182026-07-16T12:55:55.724Z+ chown build:build /home/build /work
192026-07-16T12:55:57.727Z+ chmod 0700 /home/build /work
202026-07-16T12:55:57.730Zprocess exited: duration 4095 ms, exit code 0
 
212026-07-16T12:55:57.736Zstarting task 1: "rust-toolchain"
222026-07-16T12:55:57.740Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-07-16T12:55:57.740Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T12:55:57.740Z * rust toolchain channel = "1.94"
252026-07-16T12:55:57.740Z * rust toolchain profile = "default"
262026-07-16T12:55:57.744Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T12:55:57.744Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T12:55:57.744Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T12:55:57.744Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-07-16T12:55:57.864Zinfo: downloading installer
312026-07-16T12:55:59.249Zwarn: It looks like you have an existing installation of Rust at:
322026-07-16T12:55:59.249Zwarn: /opt/ooce/bin
332026-07-16T12:55:59.249Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-16T12:55:59.249Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-16T12:55:59.249Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-16T12:55:59.249Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-16T12:55:59.249Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-16T12:55:59.249Zerror: cannot install while Rust is installed
392026-07-16T12:55:59.249Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-16T12:55:59.249Zwarn: It looks like you have an existing rustup settings file at:
412026-07-16T12:55:59.250Zwarn: /home/build/.rustup/settings.toml
422026-07-16T12:55:59.250Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-16T12:55:59.250Zwarn: instead of the one inferred from the default host triple.
442026-07-16T12:55:59.263Zinfo: profile set to default
452026-07-16T12:55:59.263Zinfo: default host triple is x86_64-unknown-illumos
462026-07-16T12:55:59.267Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-07-16T12:55:59.427Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-07-16T12:55:59.430Zinfo: downloading 6 components
492026-07-16T12:56:15.670Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-07-16T12:56:15.670Z
512026-07-16T12:56:15.698Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-07-16T12:56:15.698Z
532026-07-16T12:56:15.702Z
542026-07-16T12:56:15.702ZRust is installed now. Great!
552026-07-16T12:56:15.702Z
562026-07-16T12:56:15.702ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-16T12:56:15.702Zenvironment variable. This has not been done automatically.
582026-07-16T12:56:15.702Z
592026-07-16T12:56:15.702ZTo configure your current shell, you need to source
602026-07-16T12:56:15.702Zthe corresponding env file under $HOME/.cargo.
612026-07-16T12:56:15.702Z
622026-07-16T12:56:15.702ZThis is usually done by running one of the following (note the leading DOT):
632026-07-16T12:56:15.702Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-16T12:56:15.702Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-16T12:56:15.702Zsource "~/.cargo/env.nu" # For nushell
662026-07-16T12:56:15.702Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-16T12:56:15.702Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-16T12:56:15.703Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-16T12:56:15.703Zwarn: no default linker (`cc`) was found in your PATH
702026-07-16T12:56:15.703Zwarn: many Rust crates require a system C toolchain to build
712026-07-16T12:56:15.792Z+ rustup --version
722026-07-16T12:56:15.801Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-16T12:56:15.804Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-16T12:56:15.823Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-07-16T12:56:15.826Z+ cargo --version
762026-07-16T12:56:15.838Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-07-16T12:56:15.841Z+ rustc --version
782026-07-16T12:56:15.859Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-07-16T12:56:15.862Zprocess exited: duration 18121 ms, exit code 0
 
802026-07-16T12:56:15.869Zstarting task 2: "authentication"
812026-07-16T12:56:15.886Zprocess exited: duration 16 ms, exit code 0
 
822026-07-16T12:56:15.892Zstarting task 3: "clone repository"
832026-07-16T12:56:15.896Z+ mkdir -p /work/oxidecomputer/buildomat
842026-07-16T12:56:15.899Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-07-16T12:56:15.928ZCloning into '/work/oxidecomputer/buildomat'...
862026-07-16T12:56:16.629Z+ cd /work/oxidecomputer/buildomat
872026-07-16T12:56:16.629Z+ git fetch origin 6bb01f5a02e6332cb9d6df5304a6fe0115464f9c
882026-07-16T12:56:16.858ZFrom https://github.com/oxidecomputer/buildomat
892026-07-16T12:56:16.858Z * branch 6bb01f5a02e6332cb9d6df5304a6fe0115464f9c -> FETCH_HEAD
902026-07-16T12:56:16.863Z+ [[ -n bah-github ]]
912026-07-16T12:56:16.866Z++ git branch --show-current
922026-07-16T12:56:16.866Z+ current=main
932026-07-16T12:56:16.866Z+ [[ main != bah-github ]]
942026-07-16T12:56:16.866Z+ git branch -f bah-github 6bb01f5a02e6332cb9d6df5304a6fe0115464f9c
952026-07-16T12:56:16.869Z+ git checkout -f bah-github
962026-07-16T12:56:16.878ZSwitched to branch 'bah-github'
972026-07-16T12:56:16.881Z+ git reset --hard 6bb01f5a02e6332cb9d6df5304a6fe0115464f9c
982026-07-16T12:56:16.889ZHEAD is now at 6bb01f5 github: handle more kinds of incomplete events
992026-07-16T12:56:16.892Zprocess exited: duration 997 ms, exit code 0
 
1002026-07-16T12:56:16.899Zstarting task 4: "build"
1012026-07-16T12:56:16.902Z+ banner fmt
1022026-07-16T12:56:16.905Z
1032026-07-16T12:56:16.905Z ###### # # #####
1042026-07-16T12:56:16.905Z # ## ## #
1052026-07-16T12:56:16.905Z ##### # ## # #
1062026-07-16T12:56:16.906Z # # # #
1072026-07-16T12:56:16.906Z # # # #
1082026-07-16T12:56:16.906Z # # # #
1092026-07-16T12:56:16.906Z
1102026-07-16T12:56:16.906Z+ cargo fmt --check
1112026-07-16T12:56:16.964Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-07-16T12:56:17.087Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-07-16T12:56:17.094Zinfo: downloading component rust-std
1142026-07-16T12:56:21.961Zprocess exited: duration 5060 ms, exit code 0
 
1152026-07-16T12:56:21.968Zfound 0 output files