01KPBR061G6XE42AM7FZNC5FRH: lints

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

Buildomat Job: 01KPBR0FK8ZXCV1EDGKNFSGSSG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-16T18:15:06.396Zjob assigned to worker 01KPBR0N2GQ7Q41MD352RDP300 [factory aws, i-022c9f6e2ee269740] (queued for 48 s)
 
22026-04-16T18:15:13.736Zstarting task 0: "setup"
32026-04-16T18:15:13.740Z++ uname -s
42026-04-16T18:15:13.743Z+ kern=SunOS
52026-04-16T18:15:13.743Z+ build_user=build
62026-04-16T18:15:13.743Z+ build_uid=12345
72026-04-16T18:15:13.743Z+ work_dir=/work
82026-04-16T18:15:13.743Z+ input_dir=/input
92026-04-16T18:15:13.743Z+ [[ 0 == 12345 ]]
102026-04-16T18:15:13.743Z+ case "$kern" in
112026-04-16T18:15:13.743Z+ groupadd -g 12345 build
122026-04-16T18:15:13.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-16T18:15:15.750Z+ zfs create -o mountpoint=/work rpool/work
142026-04-16T18:15:15.821Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-16T18:15:15.824Z+ home_fs=zfs
162026-04-16T18:15:15.824Z+ [[ zfs == autofs ]]
172026-04-16T18:15:15.824Z+ mkdir -p /home/build
182026-04-16T18:15:15.824Z+ chown build:build /home/build /work
192026-04-16T18:15:17.825Z+ chmod 0700 /home/build /work
202026-04-16T18:15:17.829Zprocess exited: duration 4094 ms, exit code 0
 
212026-04-16T18:15:17.835Zstarting task 1: "rust-toolchain"
222026-04-16T18:15:17.839Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-04-16T18:15:17.839Z * rust toolchain channel = "1.94"
242026-04-16T18:15:17.839Z * rust toolchain profile = "default"
252026-04-16T18:15:17.839Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-16T18:15:17.839Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-16T18:15:17.839Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-16T18:15:17.842Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-16T18:15:17.842Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-04-16T18:15:17.963Zinfo: downloading installer
312026-04-16T18:15:19.637Zwarn: It looks like you have an existing installation of Rust at:
322026-04-16T18:15:19.637Zwarn: /opt/ooce/bin
332026-04-16T18:15:19.637Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-16T18:15:19.637Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-16T18:15:19.637Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-16T18:15:19.637Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-16T18:15:19.637Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-16T18:15:19.637Zerror: cannot install while Rust is installed
392026-04-16T18:15:19.637Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-16T18:15:19.637Zwarn: It looks like you have an existing rustup settings file at:
412026-04-16T18:15:19.637Zwarn: /home/build/.rustup/settings.toml
422026-04-16T18:15:19.637Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-16T18:15:19.637Zwarn: instead of the one inferred from the default host triple.
442026-04-16T18:15:19.667Zinfo: profile set to default
452026-04-16T18:15:19.667Zinfo: default host triple is x86_64-unknown-illumos
462026-04-16T18:15:19.671Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-04-16T18:15:19.821Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-16T18:15:19.824Zinfo: downloading 6 components
492026-04-16T18:15:36.337Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-04-16T18:15:36.337Z
512026-04-16T18:15:36.365Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-16T18:15:36.365Z
532026-04-16T18:15:36.365Z
542026-04-16T18:15:36.365ZRust is installed now. Great!
552026-04-16T18:15:36.365Z
562026-04-16T18:15:36.366ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-16T18:15:36.366Zenvironment variable. This has not been done automatically.
582026-04-16T18:15:36.366Z
592026-04-16T18:15:36.366ZTo configure your current shell, you need to source
602026-04-16T18:15:36.366Zthe corresponding env file under $HOME/.cargo.
612026-04-16T18:15:36.366Z
622026-04-16T18:15:36.366ZThis is usually done by running one of the following (note the leading DOT):
632026-04-16T18:15:36.366Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-16T18:15:36.366Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-16T18:15:36.366Zsource "~/.cargo/env.nu" # For nushell
662026-04-16T18:15:36.366Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-16T18:15:36.366Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-16T18:15:36.366Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-16T18:15:36.369Zwarn: no default linker (`cc`) was found in your PATH
702026-04-16T18:15:36.369Zwarn: many Rust crates require a system C toolchain to build
712026-04-16T18:15:36.469Z+ rustup --version
722026-04-16T18:15:36.477Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-16T18:15:36.480Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-16T18:15:36.498Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-16T18:15:36.501Z+ cargo --version
762026-04-16T18:15:36.513Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-16T18:15:36.517Z+ rustc --version
782026-04-16T18:15:36.535Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-16T18:15:36.538Zprocess exited: duration 18699 ms, exit code 0
 
802026-04-16T18:15:36.543Zstarting task 2: "authentication"
812026-04-16T18:15:36.561Zprocess exited: duration 16 ms, exit code 0
 
822026-04-16T18:15:36.569Zstarting task 3: "clone repository"
832026-04-16T18:15:36.572Z+ mkdir -p /work/oxidecomputer/buildomat
842026-04-16T18:15:36.572Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-04-16T18:15:36.785ZCloning into '/work/oxidecomputer/buildomat'...
862026-04-16T18:15:37.612Z+ cd /work/oxidecomputer/buildomat
872026-04-16T18:15:37.612Z+ git fetch origin 553e863af8a6db977312562afe9b64ed1f582833
882026-04-16T18:15:37.876ZFrom https://github.com/oxidecomputer/buildomat
892026-04-16T18:15:37.876Z * branch 553e863af8a6db977312562afe9b64ed1f582833 -> FETCH_HEAD
902026-04-16T18:15:37.883Z+ [[ -n ea-refactor-payload ]]
912026-04-16T18:15:37.886Z++ git branch --show-current
922026-04-16T18:15:37.886Z+ current=main
932026-04-16T18:15:37.886Z+ [[ main != ea-refactor-payload ]]
942026-04-16T18:15:37.886Z+ git branch -f ea-refactor-payload 553e863af8a6db977312562afe9b64ed1f582833
952026-04-16T18:15:37.889Z+ git checkout -f ea-refactor-payload
962026-04-16T18:15:37.900ZSwitched to branch 'ea-refactor-payload'
972026-04-16T18:15:37.903Z+ git reset --hard 553e863af8a6db977312562afe9b64ed1f582833
982026-04-16T18:15:37.912ZHEAD is now at 553e863 agent: separate request and response payload types
992026-04-16T18:15:37.915Zprocess exited: duration 1345 ms, exit code 0
 
1002026-04-16T18:15:37.921Zstarting task 4: "build"
1012026-04-16T18:15:37.924Z+ banner fmt
1022026-04-16T18:15:37.927Z
1032026-04-16T18:15:37.927Z ###### # # #####
1042026-04-16T18:15:37.927Z # ## ## #
1052026-04-16T18:15:37.927Z ##### # ## # #
1062026-04-16T18:15:37.927Z # # # #
1072026-04-16T18:15:37.927Z # # # #
1082026-04-16T18:15:37.927Z # # # #
1092026-04-16T18:15:37.927Z
1102026-04-16T18:15:37.927Z+ cargo fmt --check
1112026-04-16T18:15:37.986Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-04-16T18:15:38.127Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-04-16T18:15:38.134Zinfo: downloading component rust-std
1142026-04-16T18:15:43.395Zprocess exited: duration 5473 ms, exit code 0
 
1152026-04-16T18:15:43.402Zfound 0 output files