01KN1080YY6VM92PA5ZSNHN1RB: header-check

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

Buildomat Job: 01KN108A0674ADBHRJ9CBG51C0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-31T03:53:00.472Zjob assigned to worker 01KN10AMR864MH0QX52C38C86D [factory aws, i-09dd67fb61e446a26] (queued for 1 m 58 s)
 
22026-03-31T03:53:06.812Zstarting task 0: "setup"
32026-03-31T03:53:06.817Z++ uname -s
42026-03-31T03:53:06.820Z+ kern=SunOS
52026-03-31T03:53:06.820Z+ build_user=build
62026-03-31T03:53:06.820Z+ build_uid=12345
72026-03-31T03:53:06.820Z+ work_dir=/work
82026-03-31T03:53:06.820Z+ input_dir=/input
92026-03-31T03:53:06.820Z+ [[ 0 == 12345 ]]
102026-03-31T03:53:06.820Z+ case "$kern" in
112026-03-31T03:53:06.820Z+ groupadd -g 12345 build
122026-03-31T03:53:06.823Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-31T03:53:08.827Z+ zfs create -o mountpoint=/work rpool/work
142026-03-31T03:53:08.885Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-31T03:53:08.888Z+ home_fs=zfs
162026-03-31T03:53:08.888Z+ [[ zfs == autofs ]]
172026-03-31T03:53:08.888Z+ mkdir -p /home/build
182026-03-31T03:53:08.888Z+ chown build:build /home/build /work
192026-03-31T03:53:10.890Z+ chmod 0700 /home/build /work
202026-03-31T03:53:10.895Zprocess exited: duration 4081 ms, exit code 0
 
212026-03-31T03:53:10.905Zstarting task 1: "rust-toolchain"
222026-03-31T03:53:10.909Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.0
232026-03-31T03:53:10.909Z * rust toolchain channel = "1.93.0"
242026-03-31T03:53:10.909Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-31T03:53:10.909Z * rust toolchain profile = "default"
262026-03-31T03:53:10.909Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-31T03:53:10.909Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-31T03:53:10.912Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-31T03:53:10.912Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.0 --profile default
302026-03-31T03:53:11.026Zinfo: downloading installer
312026-03-31T03:53:12.941Zwarn: It looks like you have an existing installation of Rust at:
322026-03-31T03:53:12.941Zwarn: /opt/ooce/bin
332026-03-31T03:53:12.941Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-31T03:53:12.941Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-31T03:53:12.941Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-31T03:53:12.941Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-31T03:53:12.941Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-31T03:53:12.941Zerror: cannot install while Rust is installed
392026-03-31T03:53:12.941Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-31T03:53:12.941Zwarn: It looks like you have an existing rustup settings file at:
412026-03-31T03:53:12.941Zwarn: /home/build/.rustup/settings.toml
422026-03-31T03:53:12.941Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-31T03:53:12.941Zwarn: instead of the one inferred from the default host triple.
442026-03-31T03:53:12.954Zinfo: profile set to default
452026-03-31T03:53:12.954Zinfo: default host triple is x86_64-unknown-illumos
462026-03-31T03:53:12.957Zinfo: syncing channel updates for 1.93.0-x86_64-unknown-illumos
472026-03-31T03:53:13.118Zinfo: latest update on 2026-01-22 for version 1.93.0 (254b59607 2026-01-19)
482026-03-31T03:53:13.121Zinfo: downloading 6 components
492026-03-31T03:53:31.760Z
502026-03-31T03:53:31.760Zinfo: default toolchain set to 1.93.0-x86_64-unknown-illumos
512026-03-31T03:53:31.787Z 1.93.0-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19)
522026-03-31T03:53:31.788Z
532026-03-31T03:53:31.788Z
542026-03-31T03:53:31.788ZRust is installed now. Great!
552026-03-31T03:53:31.788Z
562026-03-31T03:53:31.788ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-31T03:53:31.788Zenvironment variable. This has not been done automatically.
582026-03-31T03:53:31.788Z
592026-03-31T03:53:31.788ZTo configure your current shell, you need to source
602026-03-31T03:53:31.788Zthe corresponding env file under $HOME/.cargo.
612026-03-31T03:53:31.788Z
622026-03-31T03:53:31.788ZThis is usually done by running one of the following (note the leading DOT):
632026-03-31T03:53:31.788Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-31T03:53:31.788Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-31T03:53:31.788Zsource "~/.cargo/env.nu" # For nushell
662026-03-31T03:53:31.788Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-31T03:53:31.788Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-31T03:53:31.788Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-31T03:53:31.791Zwarn: no default linker (`cc`) was found in your PATH
702026-03-31T03:53:31.791Zwarn: many Rust crates require a system C toolchain to build
712026-03-31T03:53:31.886Z+ rustup --version
722026-03-31T03:53:31.896Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-31T03:53:31.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-31T03:53:31.917Zinfo: the currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)`
752026-03-31T03:53:31.919Z+ cargo --version
762026-03-31T03:53:31.932Zcargo 1.93.0 (083ac5135 2025-12-15)
772026-03-31T03:53:31.935Z+ rustc --version
782026-03-31T03:53:31.954Zrustc 1.93.0 (254b59607 2026-01-19)
792026-03-31T03:53:31.956Zprocess exited: duration 21049 ms, exit code 0
 
802026-03-31T03:53:31.961Zstarting task 2: "authentication"
812026-03-31T03:53:31.977Zprocess exited: duration 15 ms, exit code 0
 
822026-03-31T03:53:31.982Zstarting task 3: "clone repository"
832026-03-31T03:53:31.985Z+ mkdir -p /work/oxidecomputer/propolis
842026-03-31T03:53:31.988Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-03-31T03:53:32.032ZCloning into '/work/oxidecomputer/propolis'...
862026-03-31T03:53:33.571Z+ cd /work/oxidecomputer/propolis
872026-03-31T03:53:33.572Z+ git fetch origin 0b4444999c0ac0ff96158bc133e3227eb55971c1
882026-03-31T03:53:33.818ZFrom https://github.com/oxidecomputer/propolis
892026-03-31T03:53:33.818Z * branch 0b4444999c0ac0ff96158bc133e3227eb55971c1 -> FETCH_HEAD
902026-03-31T03:53:33.825Z+ [[ -n spr/papertigers/xxx-close-connections ]]
912026-03-31T03:53:33.828Z++ git branch --show-current
922026-03-31T03:53:33.828Z+ current=master
932026-03-31T03:53:33.828Z+ [[ master != spr/papertigers/xxx-close-connections ]]
942026-03-31T03:53:33.828Z+ git branch -f spr/papertigers/xxx-close-connections 0b4444999c0ac0ff96158bc133e3227eb55971c1
952026-03-31T03:53:33.831Z+ git checkout -f spr/papertigers/xxx-close-connections
962026-03-31T03:53:33.850ZSwitched to branch 'spr/papertigers/xxx-close-connections'
972026-03-31T03:53:33.853Z+ git reset --hard 0b4444999c0ac0ff96158bc133e3227eb55971c1
982026-03-31T03:53:33.869ZHEAD is now at 0b44449 add dtrace probes
992026-03-31T03:53:33.871Zprocess exited: duration 1886 ms, exit code 0
 
1002026-03-31T03:53:33.877Zstarting task 4: "build"
1012026-03-31T03:53:33.887ZCloning into './gate_src'...
1022026-03-31T03:54:53.234Zerror: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
1032026-03-31T03:54:53.234Zfatal: expected flush after ref listing
1042026-03-31T03:54:53.286Zprocess exited: duration 79351 ms, exit code 128
 
1052026-03-31T03:54:53.293Zfound 0 output files