01KTK2B8A6WTDQ7MJ3R7ADYHZE: lints

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

Buildomat Job: 01KTK2BK84CD9ZAJ55E6GX97F1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-08T07:33:31.220Zjob assigned to worker 01KTK2BPH9B6W81RZJ5A0KZQFP [factory aws, i-02a9936c210437efe] (queued for 55 s)
 
22026-06-08T07:33:38.056Zstarting task 0: "setup"
32026-06-08T07:33:38.061Z++ uname -s
42026-06-08T07:33:38.064Z+ kern=SunOS
52026-06-08T07:33:38.064Z+ build_user=build
62026-06-08T07:33:38.064Z+ build_uid=12345
72026-06-08T07:33:38.064Z+ work_dir=/work
82026-06-08T07:33:38.064Z+ input_dir=/input
92026-06-08T07:33:38.064Z+ [[ 0 == 12345 ]]
102026-06-08T07:33:38.064Z+ case "$kern" in
112026-06-08T07:33:38.064Z+ groupadd -g 12345 build
122026-06-08T07:33:38.067Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-08T07:33:40.070Z+ zfs create -o mountpoint=/work rpool/work
142026-06-08T07:33:40.182Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-08T07:33:40.185Z+ home_fs=zfs
162026-06-08T07:33:40.185Z+ [[ zfs == autofs ]]
172026-06-08T07:33:40.185Z+ mkdir -p /home/build
182026-06-08T07:33:40.185Z+ chown build:build /home/build /work
192026-06-08T07:33:42.187Z+ chmod 0700 /home/build /work
202026-06-08T07:33:42.189Zprocess exited: duration 4132 ms, exit code 0
 
212026-06-08T07:33:42.195Zstarting task 1: "rust-toolchain"
222026-06-08T07:33:42.200Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-06-08T07:33:42.200Z * rust toolchain channel = "1.94"
242026-06-08T07:33:42.200Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-08T07:33:42.200Z * rust toolchain profile = "default"
262026-06-08T07:33:42.200Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-08T07:33:42.200Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-08T07:33:42.204Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-08T07:33:42.204Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-06-08T07:33:42.297Zinfo: downloading installer
312026-06-08T07:33:43.700Zwarn: It looks like you have an existing installation of Rust at:
322026-06-08T07:33:43.700Zwarn: /opt/ooce/bin
332026-06-08T07:33:43.701Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-08T07:33:43.701Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-08T07:33:43.701Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-08T07:33:43.701Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-08T07:33:43.701Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-08T07:33:43.701Zerror: cannot install while Rust is installed
392026-06-08T07:33:43.701Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-08T07:33:43.701Zwarn: It looks like you have an existing rustup settings file at:
412026-06-08T07:33:43.701Zwarn: /home/build/.rustup/settings.toml
422026-06-08T07:33:43.701Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-08T07:33:43.701Zwarn: instead of the one inferred from the default host triple.
442026-06-08T07:33:43.714Zinfo: profile set to default
452026-06-08T07:33:43.714Zinfo: default host triple is x86_64-unknown-illumos
462026-06-08T07:33:43.717Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-06-08T07:33:43.849Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-06-08T07:33:43.852Zinfo: downloading 6 components
492026-06-08T07:33:58.416Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-06-08T07:33:58.416Z
512026-06-08T07:33:58.445Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-06-08T07:33:58.445Z
532026-06-08T07:33:58.445Z
542026-06-08T07:33:58.445ZRust is installed now. Great!
552026-06-08T07:33:58.445Z
562026-06-08T07:33:58.445ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-08T07:33:58.445Zenvironment variable. This has not been done automatically.
582026-06-08T07:33:58.445Z
592026-06-08T07:33:58.445ZTo configure your current shell, you need to source
602026-06-08T07:33:58.445Zthe corresponding env file under $HOME/.cargo.
612026-06-08T07:33:58.445Z
622026-06-08T07:33:58.445ZThis is usually done by running one of the following (note the leading DOT):
632026-06-08T07:33:58.445Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-08T07:33:58.445Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-08T07:33:58.445Zsource "~/.cargo/env.nu" # For nushell
662026-06-08T07:33:58.445Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-08T07:33:58.445Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-08T07:33:58.445Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-08T07:33:58.448Zwarn: no default linker (`cc`) was found in your PATH
702026-06-08T07:33:58.448Zwarn: many Rust crates require a system C toolchain to build
712026-06-08T07:33:58.547Z+ rustup --version
722026-06-08T07:33:58.556Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-08T07:33:58.562Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-08T07:33:58.578Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-06-08T07:33:58.582Z+ cargo --version
762026-06-08T07:33:58.594Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-06-08T07:33:58.597Z+ rustc --version
782026-06-08T07:33:58.617Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-06-08T07:33:58.620Zprocess exited: duration 16422 ms, exit code 0
 
802026-06-08T07:33:58.626Zstarting task 2: "authentication"
812026-06-08T07:33:58.642Zprocess exited: duration 16 ms, exit code 0
 
822026-06-08T07:33:58.648Zstarting task 3: "clone repository"
832026-06-08T07:33:58.651Z+ mkdir -p /work/oxidecomputer/buildomat
842026-06-08T07:33:58.653Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-06-08T07:33:58.689ZCloning into '/work/oxidecomputer/buildomat'...
862026-06-08T07:33:59.413Z+ cd /work/oxidecomputer/buildomat
872026-06-08T07:33:59.413Z+ git fetch origin 74e86b527bed491e3aaf06bea35052c705845300
882026-06-08T07:33:59.631ZFrom https://github.com/oxidecomputer/buildomat
892026-06-08T07:33:59.631Z * branch 74e86b527bed491e3aaf06bea35052c705845300 -> FETCH_HEAD
902026-06-08T07:33:59.636Z+ [[ -n ea-user-factory ]]
912026-06-08T07:33:59.639Z++ git branch --show-current
922026-06-08T07:33:59.639Z+ current=main
932026-06-08T07:33:59.639Z+ [[ main != ea-user-factory ]]
942026-06-08T07:33:59.639Z+ git branch -f ea-user-factory 74e86b527bed491e3aaf06bea35052c705845300
952026-06-08T07:33:59.642Z+ git checkout -f ea-user-factory
962026-06-08T07:33:59.652ZSwitched to branch 'ea-user-factory'
972026-06-08T07:33:59.655Z+ git reset --hard 74e86b527bed491e3aaf06bea35052c705845300
982026-06-08T07:33:59.663ZHEAD is now at 74e86b5 user: implement user factory
992026-06-08T07:33:59.666Zprocess exited: duration 1016 ms, exit code 0
 
1002026-06-08T07:33:59.671Zstarting task 4: "build"
1012026-06-08T07:33:59.675Z+ banner fmt
1022026-06-08T07:33:59.678Z
1032026-06-08T07:33:59.678Z ###### # # #####
1042026-06-08T07:33:59.678Z # ## ## #
1052026-06-08T07:33:59.678Z ##### # ## # #
1062026-06-08T07:33:59.678Z # # # #
1072026-06-08T07:33:59.678Z # # # #
1082026-06-08T07:33:59.678Z # # # #
1092026-06-08T07:33:59.678Z
1102026-06-08T07:33:59.678Z+ cargo fmt --check
1112026-06-08T07:33:59.736Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-06-08T07:33:59.857Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-06-08T07:33:59.864Zinfo: downloading component rust-std
1142026-06-08T07:34:04.740Zprocess exited: duration 5067 ms, exit code 0
 
1152026-06-08T07:34:04.746Zfound 0 output files