01KR0STPKJRCAA0XE711YYCEKZ: lints

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

Buildomat Job: 01KR0STYJR5042NQ1B1XEK3M93

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T08:46:53.106Zjob assigned to worker 01KR0SV1CS1VCX69TQJHWTAFMN [factory aws, i-07591b4814049e1db] (queued for 54 s)
 
22026-05-07T08:46:59.804Zstarting task 0: "setup"
32026-05-07T08:46:59.808Z++ uname -s
42026-05-07T08:46:59.811Z+ kern=SunOS
52026-05-07T08:46:59.811Z+ build_user=build
62026-05-07T08:46:59.811Z+ build_uid=12345
72026-05-07T08:46:59.811Z+ work_dir=/work
82026-05-07T08:46:59.811Z+ input_dir=/input
92026-05-07T08:46:59.811Z+ [[ 0 == 12345 ]]
102026-05-07T08:46:59.811Z+ case "$kern" in
112026-05-07T08:46:59.811Z+ groupadd -g 12345 build
122026-05-07T08:46:59.814Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T08:47:01.821Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T08:47:01.939Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T08:47:01.942Z+ home_fs=zfs
162026-05-07T08:47:01.942Z+ [[ zfs == autofs ]]
172026-05-07T08:47:01.942Z+ mkdir -p /home/build
182026-05-07T08:47:01.942Z+ chown build:build /home/build /work
192026-05-07T08:47:03.943Z+ chmod 0700 /home/build /work
202026-05-07T08:47:03.946Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-07T08:47:03.952Zstarting task 1: "rust-toolchain"
222026-05-07T08:47:03.957Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-05-07T08:47:03.957Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T08:47:03.957Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-07T08:47:03.960Z * rust toolchain channel = "1.94"
262026-05-07T08:47:03.960Z * rust toolchain profile = "default"
272026-05-07T08:47:03.960Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T08:47:03.960Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T08:47:03.960Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-05-07T08:47:04.078Zinfo: downloading installer
312026-05-07T08:47:05.527Zwarn: It looks like you have an existing installation of Rust at:
322026-05-07T08:47:05.527Zwarn: /opt/ooce/bin
332026-05-07T08:47:05.527Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-07T08:47:05.528Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-07T08:47:05.528Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-07T08:47:05.528Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-07T08:47:05.528Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-07T08:47:05.528Zerror: cannot install while Rust is installed
392026-05-07T08:47:05.528Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-07T08:47:05.528Zwarn: It looks like you have an existing rustup settings file at:
412026-05-07T08:47:05.528Zwarn: /home/build/.rustup/settings.toml
422026-05-07T08:47:05.528Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-07T08:47:05.528Zwarn: instead of the one inferred from the default host triple.
442026-05-07T08:47:05.541Zinfo: profile set to default
452026-05-07T08:47:05.541Zinfo: default host triple is x86_64-unknown-illumos
462026-05-07T08:47:05.544Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-05-07T08:47:05.695Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-07T08:47:05.698Zinfo: downloading 6 components
492026-05-07T08:47:21.489Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-05-07T08:47:21.489Z
512026-05-07T08:47:21.516Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-07T08:47:21.516Z
532026-05-07T08:47:21.519Z
542026-05-07T08:47:21.519ZRust is installed now. Great!
552026-05-07T08:47:21.519Z
562026-05-07T08:47:21.519ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-07T08:47:21.519Zenvironment variable. This has not been done automatically.
582026-05-07T08:47:21.519Z
592026-05-07T08:47:21.519ZTo configure your current shell, you need to source
602026-05-07T08:47:21.519Zthe corresponding env file under $HOME/.cargo.
612026-05-07T08:47:21.519Z
622026-05-07T08:47:21.519ZThis is usually done by running one of the following (note the leading DOT):
632026-05-07T08:47:21.519Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-07T08:47:21.519Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-07T08:47:21.519Zsource "~/.cargo/env.nu" # For nushell
662026-05-07T08:47:21.519Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-07T08:47:21.519Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-07T08:47:21.519Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-07T08:47:21.519Zwarn: no default linker (`cc`) was found in your PATH
702026-05-07T08:47:21.519Zwarn: many Rust crates require a system C toolchain to build
712026-05-07T08:47:21.619Z+ rustup --version
722026-05-07T08:47:21.627Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-07T08:47:21.630Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-07T08:47:21.649Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-07T08:47:21.656Z+ cargo --version
762026-05-07T08:47:21.665Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-07T08:47:21.668Z+ rustc --version
782026-05-07T08:47:21.687Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-07T08:47:21.690Zprocess exited: duration 17734 ms, exit code 0
 
802026-05-07T08:47:21.696Zstarting task 2: "authentication"
812026-05-07T08:47:21.713Zprocess exited: duration 16 ms, exit code 0
 
822026-05-07T08:47:21.718Zstarting task 3: "clone repository"
832026-05-07T08:47:21.721Z+ mkdir -p /work/oxidecomputer/buildomat
842026-05-07T08:47:21.724Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-05-07T08:47:21.754ZCloning into '/work/oxidecomputer/buildomat'...
862026-05-07T08:47:22.466Z+ cd /work/oxidecomputer/buildomat
872026-05-07T08:47:22.466Z+ git fetch origin a9266cdb41f8baf5e13fbfbdd3cd8ca43ed67c64
882026-05-07T08:47:22.691ZFrom https://github.com/oxidecomputer/buildomat
892026-05-07T08:47:22.691Z * branch a9266cdb41f8baf5e13fbfbdd3cd8ca43ed67c64 -> FETCH_HEAD
902026-05-07T08:47:22.696Z+ [[ -n ea-user-factory ]]
912026-05-07T08:47:22.700Z++ git branch --show-current
922026-05-07T08:47:22.700Z+ current=main
932026-05-07T08:47:22.700Z+ [[ main != ea-user-factory ]]
942026-05-07T08:47:22.700Z+ git branch -f ea-user-factory a9266cdb41f8baf5e13fbfbdd3cd8ca43ed67c64
952026-05-07T08:47:22.703Z+ git checkout -f ea-user-factory
962026-05-07T08:47:22.712ZSwitched to branch 'ea-user-factory'
972026-05-07T08:47:22.714Z+ git reset --hard a9266cdb41f8baf5e13fbfbdd3cd8ca43ed67c64
982026-05-07T08:47:22.723ZHEAD is now at a9266cd user: implement user factory
992026-05-07T08:47:22.726Zprocess exited: duration 1005 ms, exit code 0
 
1002026-05-07T08:47:22.732Zstarting task 4: "build"
1012026-05-07T08:47:22.736Z+ banner fmt
1022026-05-07T08:47:22.738Z
1032026-05-07T08:47:22.739Z ###### # # #####
1042026-05-07T08:47:22.739Z # ## ## #
1052026-05-07T08:47:22.739Z ##### # ## # #
1062026-05-07T08:47:22.739Z # # # #
1072026-05-07T08:47:22.739Z # # # #
1082026-05-07T08:47:22.739Z # # # #
1092026-05-07T08:47:22.739Z
1102026-05-07T08:47:22.739Z+ cargo fmt --check
1112026-05-07T08:47:22.797Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-05-07T08:47:22.937Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-05-07T08:47:22.943Zinfo: downloading component rust-std
1142026-05-07T08:47:27.995Zprocess exited: duration 5262 ms, exit code 0
 
1152026-05-07T08:47:28.002Zfound 0 output files