01KRC0SQHZ46655A3TN8HMJCJ6: lints

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

Buildomat Job: 01KRC0SZFNR26P7PBCJB96EX2B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T17:20:23.311Zjob assigned to worker 01KRC0T6RBV0GY81ZP15EZE84G [factory aws, i-0cc357db4d5040022] (queued for 58 s)
 
22026-05-11T17:20:30.237Zstarting task 0: "setup"
32026-05-11T17:20:30.240Z++ uname -s
42026-05-11T17:20:30.243Z+ kern=SunOS
52026-05-11T17:20:30.243Z+ build_user=build
62026-05-11T17:20:30.243Z+ build_uid=12345
72026-05-11T17:20:30.243Z+ work_dir=/work
82026-05-11T17:20:30.244Z+ input_dir=/input
92026-05-11T17:20:30.244Z+ [[ 0 == 12345 ]]
102026-05-11T17:20:30.244Z+ case "$kern" in
112026-05-11T17:20:30.244Z+ groupadd -g 12345 build
122026-05-11T17:20:30.246Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T17:20:32.249Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T17:20:32.370Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T17:20:32.373Z+ home_fs=zfs
162026-05-11T17:20:32.373Z+ [[ zfs == autofs ]]
172026-05-11T17:20:32.373Z+ mkdir -p /home/build
182026-05-11T17:20:32.373Z+ chown build:build /home/build /work
192026-05-11T17:20:34.375Z+ chmod 0700 /home/build /work
202026-05-11T17:20:34.377Zprocess exited: duration 4140 ms, exit code 0
 
212026-05-11T17:20:34.383Zstarting task 1: "rust-toolchain"
222026-05-11T17:20:34.387Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-05-11T17:20:34.387Z * rust toolchain channel = "1.94"
242026-05-11T17:20:34.387Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T17:20:34.387Z * rust toolchain profile = "default"
262026-05-11T17:20:34.387Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T17:20:34.387Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T17:20:34.391Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T17:20:34.391Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-05-11T17:20:34.513Zinfo: downloading installer
312026-05-11T17:20:35.946Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T17:20:35.946Zwarn: /opt/ooce/bin
332026-05-11T17:20:35.946Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T17:20:35.946Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T17:20:35.946Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T17:20:35.946Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T17:20:35.947Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T17:20:35.947Zerror: cannot install while Rust is installed
392026-05-11T17:20:35.947Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T17:20:35.947Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T17:20:35.947Zwarn: /home/build/.rustup/settings.toml
422026-05-11T17:20:35.947Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T17:20:35.947Zwarn: instead of the one inferred from the default host triple.
442026-05-11T17:20:35.960Zinfo: profile set to default
452026-05-11T17:20:35.960Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T17:20:35.963Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-05-11T17:20:36.096Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-11T17:20:36.099Zinfo: downloading 6 components
492026-05-11T17:20:51.052Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-05-11T17:20:51.052Z
512026-05-11T17:20:51.083Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-11T17:20:51.084Z
532026-05-11T17:20:51.084Z
542026-05-11T17:20:51.084ZRust is installed now. Great!
552026-05-11T17:20:51.084Z
562026-05-11T17:20:51.084ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T17:20:51.084Zenvironment variable. This has not been done automatically.
582026-05-11T17:20:51.084Z
592026-05-11T17:20:51.084ZTo configure your current shell, you need to source
602026-05-11T17:20:51.084Zthe corresponding env file under $HOME/.cargo.
612026-05-11T17:20:51.084Z
622026-05-11T17:20:51.087ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T17:20:51.087Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T17:20:51.087Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T17:20:51.087Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T17:20:51.087Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T17:20:51.087Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T17:20:51.087Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T17:20:51.087Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T17:20:51.087Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T17:20:51.190Z+ rustup --version
722026-05-11T17:20:51.198Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T17:20:51.201Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T17:20:51.221Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-11T17:20:51.224Z+ cargo --version
762026-05-11T17:20:51.237Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-11T17:20:51.240Z+ rustc --version
782026-05-11T17:20:51.260Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-11T17:20:51.263Zprocess exited: duration 16877 ms, exit code 0
 
802026-05-11T17:20:51.268Zstarting task 2: "authentication"
812026-05-11T17:20:51.286Zprocess exited: duration 17 ms, exit code 0
 
822026-05-11T17:20:51.292Zstarting task 3: "clone repository"
832026-05-11T17:20:51.295Z+ mkdir -p /work/oxidecomputer/buildomat
842026-05-11T17:20:51.297Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-05-11T17:20:51.404ZCloning into '/work/oxidecomputer/buildomat'...
862026-05-11T17:20:52.219Z+ cd /work/oxidecomputer/buildomat
872026-05-11T17:20:52.219Z+ git fetch origin 65b89f8b234221defe5008366a3cb0cea098b02c
882026-05-11T17:20:52.476ZFrom https://github.com/oxidecomputer/buildomat
892026-05-11T17:20:52.476Z * branch 65b89f8b234221defe5008366a3cb0cea098b02c -> FETCH_HEAD
902026-05-11T17:20:52.481Z+ [[ -n ea-mlpqoyxyzqoy ]]
912026-05-11T17:20:52.484Z++ git branch --show-current
922026-05-11T17:20:52.484Z+ current=main
932026-05-11T17:20:52.484Z+ [[ main != ea-mlpqoyxyzqoy ]]
942026-05-11T17:20:52.484Z+ git branch -f ea-mlpqoyxyzqoy 65b89f8b234221defe5008366a3cb0cea098b02c
952026-05-11T17:20:52.487Z+ git checkout -f ea-mlpqoyxyzqoy
962026-05-11T17:20:52.496ZSwitched to branch 'ea-mlpqoyxyzqoy'
972026-05-11T17:20:52.499Z+ git reset --hard 65b89f8b234221defe5008366a3cb0cea098b02c
982026-05-11T17:20:52.507ZHEAD is now at 65b89f8 update rand to 0.10
992026-05-11T17:20:52.510Zprocess exited: duration 1216 ms, exit code 0
 
1002026-05-11T17:20:52.517Zstarting task 4: "build"
1012026-05-11T17:20:52.520Z+ banner fmt
1022026-05-11T17:20:52.523Z
1032026-05-11T17:20:52.523Z ###### # # #####
1042026-05-11T17:20:52.523Z # ## ## #
1052026-05-11T17:20:52.523Z ##### # ## # #
1062026-05-11T17:20:52.523Z # # # #
1072026-05-11T17:20:52.523Z # # # #
1082026-05-11T17:20:52.523Z # # # #
1092026-05-11T17:20:52.523Z
1102026-05-11T17:20:52.523Z+ cargo fmt --check
1112026-05-11T17:20:52.583Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-05-11T17:20:52.714Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T17:20:52.721Zinfo: downloading component rust-std
1142026-05-11T17:20:57.760Zprocess exited: duration 5242 ms, exit code 0
 
1152026-05-11T17:20:57.766Zfound 0 output files