01M0AMTNAYAWWJES5XXE8VDASQ: lints

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

Buildomat Job: 01M0AMTZKS6FMGXC91GC1TV85J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-18T14:37:27.335Zjob assigned to worker 01M0AMV0ARPPB4JR1V0WJJM18Z [factory aws, i-0259487d96333528f] (queued for 52 s)
 
22026-08-18T14:37:33.853Zstarting task 0: "setup"
32026-08-18T14:37:33.856Z++ uname -s
42026-08-18T14:37:33.859Z+ kern=SunOS
52026-08-18T14:37:33.859Z+ build_user=build
62026-08-18T14:37:33.859Z+ build_uid=12345
72026-08-18T14:37:33.859Z+ work_dir=/work
82026-08-18T14:37:33.859Z+ input_dir=/input
92026-08-18T14:37:33.859Z+ [[ 0 == 12345 ]]
102026-08-18T14:37:33.859Z+ case "$kern" in
112026-08-18T14:37:33.859Z+ groupadd -g 12345 build
122026-08-18T14:37:33.862Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-18T14:37:35.865Z+ zfs create -o mountpoint=/work rpool/work
142026-08-18T14:37:35.975Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-18T14:37:35.978Z+ home_fs=zfs
162026-08-18T14:37:35.978Z+ [[ zfs == autofs ]]
172026-08-18T14:37:35.978Z+ mkdir -p /home/build
182026-08-18T14:37:35.978Z+ chown build:build /home/build /work
192026-08-18T14:37:37.980Z+ chmod 0700 /home/build /work
202026-08-18T14:37:37.983Zprocess exited: duration 4129 ms, exit code 0
 
212026-08-18T14:37:37.989Zstarting task 1: "rust-toolchain"
222026-08-18T14:37:37.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.94
232026-08-18T14:37:37.993Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-18T14:37:37.993Z * rust toolchain channel = "1.94"
252026-08-18T14:37:37.993Z * rust toolchain profile = "default"
262026-08-18T14:37:37.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-18T14:37:37.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-18T14:37:37.996Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-18T14:37:37.996Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default
302026-08-18T14:37:38.089Zinfo: downloading installer
312026-08-18T14:37:39.412Zwarn: It looks like you have an existing installation of Rust at:
322026-08-18T14:37:39.412Zwarn: /opt/ooce/bin
332026-08-18T14:37:39.412Zwarn: It is recommended that rustup be the primary Rust installation.
342026-08-18T14:37:39.412Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-08-18T14:37:39.412Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-08-18T14:37:39.412Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-08-18T14:37:39.412Zwarn: or pass `-y' to ignore all ignorable checks.
382026-08-18T14:37:39.412Zerror: cannot install while Rust is installed
392026-08-18T14:37:39.412Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-08-18T14:37:39.412Zwarn: It looks like you have an existing rustup settings file at:
412026-08-18T14:37:39.412Zwarn: /home/build/.rustup/settings.toml
422026-08-18T14:37:39.412Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-08-18T14:37:39.412Zwarn: instead of the one inferred from the default host triple.
442026-08-18T14:37:39.425Zinfo: profile set to default
452026-08-18T14:37:39.425Zinfo: default host triple is x86_64-unknown-illumos
462026-08-18T14:37:39.428Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
472026-08-18T14:37:39.551Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-08-18T14:37:39.554Zinfo: downloading 6 components
492026-08-18T14:37:53.109Zinfo: default toolchain set to 1.94-x86_64-unknown-illumos
502026-08-18T14:37:53.109Z
512026-08-18T14:37:53.151Z 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-08-18T14:37:53.151Z
532026-08-18T14:37:53.151Z
542026-08-18T14:37:53.151ZRust is installed now. Great!
552026-08-18T14:37:53.151Z
562026-08-18T14:37:53.151ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-08-18T14:37:53.151Zenvironment variable. This has not been done automatically.
582026-08-18T14:37:53.151Z
592026-08-18T14:37:53.151ZTo configure your current shell, you need to source
602026-08-18T14:37:53.151Zthe corresponding env file under $HOME/.cargo.
612026-08-18T14:37:53.151Z
622026-08-18T14:37:53.152ZThis is usually done by running one of the following (note the leading DOT):
632026-08-18T14:37:53.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-08-18T14:37:53.152Zsource "$HOME/.cargo/env.fish" # For fish
652026-08-18T14:37:53.152Zsource "~/.cargo/env.nu" # For nushell
662026-08-18T14:37:53.152Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-08-18T14:37:53.152Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-08-18T14:37:53.152Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-08-18T14:37:53.154Zwarn: no default linker (`cc`) was found in your PATH
702026-08-18T14:37:53.154Zwarn: many Rust crates require a system C toolchain to build
712026-08-18T14:37:53.253Z+ rustup --version
722026-08-18T14:37:53.261Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-08-18T14:37:53.264Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-08-18T14:37:53.283Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-08-18T14:37:53.286Z+ cargo --version
762026-08-18T14:37:53.299Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-08-18T14:37:53.301Z+ rustc --version
782026-08-18T14:37:53.320Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-08-18T14:37:53.323Zprocess exited: duration 15331 ms, exit code 0
 
802026-08-18T14:37:53.328Zstarting task 2: "authentication"
812026-08-18T14:37:53.344Zprocess exited: duration 15 ms, exit code 0
 
822026-08-18T14:37:53.349Zstarting task 3: "clone repository"
832026-08-18T14:37:53.353Z+ mkdir -p /work/oxidecomputer/buildomat
842026-08-18T14:37:53.355Z+ git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat
852026-08-18T14:37:53.384ZCloning into '/work/oxidecomputer/buildomat'...
862026-08-18T14:37:54.465Z+ cd /work/oxidecomputer/buildomat
872026-08-18T14:37:54.465Z+ git fetch origin 75562f49d88a41e68cff2ff66299ff27364c082c
882026-08-18T14:37:55.813ZFrom https://github.com/oxidecomputer/buildomat
892026-08-18T14:37:55.813Z * branch 75562f49d88a41e68cff2ff66299ff27364c082c -> FETCH_HEAD
902026-08-18T14:37:55.820Z+ [[ -n aws-lc-bump ]]
912026-08-18T14:37:55.823Z++ git branch --show-current
922026-08-18T14:37:55.823Z+ current=main
932026-08-18T14:37:55.823Z+ [[ main != aws-lc-bump ]]
942026-08-18T14:37:55.823Z+ git branch -f aws-lc-bump 75562f49d88a41e68cff2ff66299ff27364c082c
952026-08-18T14:37:55.826Z+ git checkout -f aws-lc-bump
962026-08-18T14:37:55.835ZSwitched to branch 'aws-lc-bump'
972026-08-18T14:37:55.838Z+ git reset --hard 75562f49d88a41e68cff2ff66299ff27364c082c
982026-08-18T14:37:55.841ZHEAD is now at 75562f4 Bump aws-lc-rs to v1.18.0
992026-08-18T14:37:55.841Zprocess exited: duration 2490 ms, exit code 0
 
1002026-08-18T14:37:55.847Zstarting task 4: "build"
1012026-08-18T14:37:55.850Z+ banner fmt
1022026-08-18T14:37:55.853Z
1032026-08-18T14:37:55.853Z ###### # # #####
1042026-08-18T14:37:55.853Z # ## ## #
1052026-08-18T14:37:55.853Z ##### # ## # #
1062026-08-18T14:37:55.853Z # # # #
1072026-08-18T14:37:55.853Z # # # #
1082026-08-18T14:37:55.853Z # # # #
1092026-08-18T14:37:55.853Z
1102026-08-18T14:37:55.853Z+ cargo fmt --check
1112026-08-18T14:37:55.911Zinfo: syncing channel updates for 1.94-x86_64-unknown-illumos
1122026-08-18T14:37:56.059Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1132026-08-18T14:37:56.066Zinfo: downloading component rust-std
1142026-08-18T14:38:00.827Zprocess exited: duration 4979 ms, exit code 0
 
1152026-08-18T14:38:00.833Zfound 0 output files