01KQWAVF6K95G7MTZHT11DQQHZ: lints

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

Buildomat Job: 01KQWAVX7D38TPDDJ0ZAY493F3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T15:08:08.844Zjob assigned to worker 01KQWAVYVJ622BK4MPK2ESQK2F [factory aws, i-0d151fb88626bea68] (queued for 45 s)
 
22026-05-05T15:08:16.125Zstarting task 0: "setup"
32026-05-05T15:08:16.130Z++ uname -s
42026-05-05T15:08:16.133Z+ kern=SunOS
52026-05-05T15:08:16.133Z+ build_user=build
62026-05-05T15:08:16.133Z+ build_uid=12345
72026-05-05T15:08:16.133Z+ work_dir=/work
82026-05-05T15:08:16.133Z+ input_dir=/input
92026-05-05T15:08:16.134Z+ [[ 0 == 12345 ]]
102026-05-05T15:08:16.134Z+ case "$kern" in
112026-05-05T15:08:16.134Z+ groupadd -g 12345 build
122026-05-05T15:08:16.134Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T15:08:18.140Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T15:08:18.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T15:08:18.266Z+ home_fs=zfs
162026-05-05T15:08:18.266Z+ [[ zfs == autofs ]]
172026-05-05T15:08:18.267Z+ mkdir -p /home/build
182026-05-05T15:08:18.267Z+ chown build:build /home/build /work
192026-05-05T15:08:20.268Z+ chmod 0700 /home/build /work
202026-05-05T15:08:20.271Zprocess exited: duration 4146 ms, exit code 0
 
212026-05-05T15:08:20.278Zstarting task 1: "rust-toolchain"
222026-05-05T15:08:20.282Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-05-05T15:08:20.282Z * rust toolchain channel = "1.94"
242026-05-05T15:08:20.282Z * rust toolchain profile = "default"
252026-05-05T15:08:20.282Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T15:08:20.282Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T15:08:20.282Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T15:08:20.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T15:08:20.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-05-05T15:08:20.429Zinfo: downloading installer
312026-05-05T15:08:21.836Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T15:08:21.836Zwarn: /opt/ooce/bin
332026-05-05T15:08:21.836Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T15:08:21.836Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T15:08:21.836Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T15:08:21.836Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T15:08:21.836Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T15:08:21.836Zerror: cannot install while Rust is installed
392026-05-05T15:08:21.836Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T15:08:21.840Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T15:08:21.840Zwarn: /home/build/.rustup/settings.toml
422026-05-05T15:08:21.840Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T15:08:21.840Zwarn: instead of the one inferred from the default host triple.
442026-05-05T15:08:21.868Zinfo: profile set to default
452026-05-05T15:08:21.868Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T15:08:21.871Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-05-05T15:08:22.012Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T15:08:22.016Zinfo: downloading 6 components
492026-05-05T15:08:36.534Z
502026-05-05T15:08:36.534Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
512026-05-05T15:08:36.570Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T15:08:36.570Z
532026-05-05T15:08:36.570Z
542026-05-05T15:08:36.570ZRust is installed now. Great!
552026-05-05T15:08:36.570Z
562026-05-05T15:08:36.570ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T15:08:36.570Zenvironment variable. This has not been done automatically.
582026-05-05T15:08:36.570Z
592026-05-05T15:08:36.570ZTo configure your current shell, you need to source
602026-05-05T15:08:36.570Zthe corresponding env file under $HOME/.cargo.
612026-05-05T15:08:36.570Z
622026-05-05T15:08:36.570ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T15:08:36.570Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T15:08:36.570Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T15:08:36.570Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T15:08:36.570Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T15:08:36.570Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T15:08:36.570Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T15:08:36.574Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T15:08:36.574Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T15:08:36.657Z+ rustup --version
722026-05-05T15:08:36.666Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T15:08:36.669Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T15:08:36.688Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T15:08:36.692Z+ cargo --version
762026-05-05T15:08:36.703Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T15:08:36.706Z+ rustc --version
782026-05-05T15:08:36.725Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T15:08:36.728Zprocess exited: duration 16447 ms, exit code 0
 
802026-05-05T15:08:36.735Zstarting task 2: "authentication"
812026-05-05T15:08:36.751Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T15:08:36.759Zstarting task 3: "clone repository"
832026-05-05T15:08:36.763Z+ mkdir -p /work/oxidecomputer/buildomat
842026-05-05T15:08:36.766Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-05-05T15:08:36.908ZCloning into '/work/oxidecomputer/buildomat'...
862026-05-05T15:08:37.796Z+ cd /work/oxidecomputer/buildomat
872026-05-05T15:08:37.796Z+ git fetch origin b81447b7e939deca3ee7f71bf19c8a6d2b99059e
882026-05-05T15:08:38.118ZFrom https://github.com/oxidecomputer/buildomat
892026-05-05T15:08:38.118Z * branch b81447b7e939deca3ee7f71bf19c8a6d2b99059e -> FETCH_HEAD
902026-05-05T15:08:38.123Z+ [[ -n ea-post ]]
912026-05-05T15:08:38.126Z++ git branch --show-current
922026-05-05T15:08:38.126Z+ current=main
932026-05-05T15:08:38.126Z+ [[ main != ea-post ]]
942026-05-05T15:08:38.126Z+ git branch -f ea-post b81447b7e939deca3ee7f71bf19c8a6d2b99059e
952026-05-05T15:08:38.129Z+ git checkout -f ea-post
962026-05-05T15:08:38.139ZSwitched to branch 'ea-post'
972026-05-05T15:08:38.142Z+ git reset --hard b81447b7e939deca3ee7f71bf19c8a6d2b99059e
982026-05-05T15:08:38.150ZHEAD is now at b81447b agent: implement post tasks
992026-05-05T15:08:38.153Zprocess exited: duration 1391 ms, exit code 0
 
1002026-05-05T15:08:38.160Zstarting task 4: "build"
1012026-05-05T15:08:38.164Z+ banner fmt
1022026-05-05T15:08:38.168Z
1032026-05-05T15:08:38.168Z ###### # # #####
1042026-05-05T15:08:38.168Z # ## ## #
1052026-05-05T15:08:38.168Z ##### # ## # #
1062026-05-05T15:08:38.168Z # # # #
1072026-05-05T15:08:38.168Z # # # #
1082026-05-05T15:08:38.168Z # # # #
1092026-05-05T15:08:38.168Z
1102026-05-05T15:08:38.168Z+ cargo fmt --check
1112026-05-05T15:08:38.225Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-05-05T15:08:38.375Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-05-05T15:08:38.381Zinfo: downloading component rust-std
1142026-05-05T15:08:43.315Zprocess exited: duration 5153 ms, exit code 0
 
1152026-05-05T15:08:43.323Zfound 0 output files