01KN2YVMK7Z2JFX9BCX6WV6250: header-check

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

Buildomat Job: 01KN2YW7EF09C913DB1HZT75R3

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-31T22:19:57.863Zjob assigned to worker 01KN2ZN7K7QRKEYKH1EC66C219 [factory aws, i-09bc629e6ca6546bc] (queued for 14 m 31 s)
 
22026-03-31T22:20:04.281Zstarting task 0: "setup"
32026-03-31T22:20:04.284Z++ uname -s
42026-03-31T22:20:04.288Z+ kern=SunOS
52026-03-31T22:20:04.288Z+ build_user=build
62026-03-31T22:20:04.288Z+ build_uid=12345
72026-03-31T22:20:04.288Z+ work_dir=/work
82026-03-31T22:20:04.288Z+ input_dir=/input
92026-03-31T22:20:04.288Z+ [[ 0 == 12345 ]]
102026-03-31T22:20:04.288Z+ case "$kern" in
112026-03-31T22:20:04.288Z+ groupadd -g 12345 build
122026-03-31T22:20:04.291Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-31T22:20:06.294Z+ zfs create -o mountpoint=/work rpool/work
142026-03-31T22:20:06.409Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-31T22:20:06.414Z+ home_fs=zfs
162026-03-31T22:20:06.414Z+ [[ zfs == autofs ]]
172026-03-31T22:20:06.414Z+ mkdir -p /home/build
182026-03-31T22:20:06.414Z+ chown build:build /home/build /work
192026-03-31T22:20:08.412Z+ chmod 0700 /home/build /work
202026-03-31T22:20:08.416Zprocess exited: duration 4137 ms, exit code 0
 
212026-03-31T22:20:08.422Zstarting task 1: "rust-toolchain"
222026-03-31T22:20:08.427Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-03-31T22:20:08.427Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-31T22:20:08.427Z * rust toolchain channel = "1.90.0"
252026-03-31T22:20:08.427Z * rust toolchain profile = "default"
262026-03-31T22:20:08.427Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-31T22:20:08.427Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-31T22:20:08.430Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-31T22:20:08.430Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-03-31T22:20:08.548Zinfo: downloading installer
312026-03-31T22:20:10.153Zwarn: It looks like you have an existing installation of Rust at:
322026-03-31T22:20:10.153Zwarn: /opt/ooce/bin
332026-03-31T22:20:10.153Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-31T22:20:10.153Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-31T22:20:10.153Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-31T22:20:10.153Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-31T22:20:10.153Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-31T22:20:10.153Zerror: cannot install while Rust is installed
392026-03-31T22:20:10.153Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-31T22:20:10.153Zwarn: It looks like you have an existing rustup settings file at:
412026-03-31T22:20:10.153Zwarn: /home/build/.rustup/settings.toml
422026-03-31T22:20:10.153Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-31T22:20:10.153Zwarn: instead of the one inferred from the default host triple.
442026-03-31T22:20:10.167Zinfo: profile set to default
452026-03-31T22:20:10.167Zinfo: default host triple is x86_64-unknown-illumos
462026-03-31T22:20:10.170Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-03-31T22:20:10.344Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-03-31T22:20:10.349Zinfo: downloading 6 components
492026-03-31T22:20:24.835Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-03-31T22:20:24.835Z
512026-03-31T22:20:24.866Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-03-31T22:20:24.866Z
532026-03-31T22:20:24.867Z
542026-03-31T22:20:24.867ZRust is installed now. Great!
552026-03-31T22:20:24.867Z
562026-03-31T22:20:24.870ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-31T22:20:24.870Zenvironment variable. This has not been done automatically.
582026-03-31T22:20:24.870Z
592026-03-31T22:20:24.870ZTo configure your current shell, you need to source
602026-03-31T22:20:24.870Zthe corresponding env file under $HOME/.cargo.
612026-03-31T22:20:24.870Z
622026-03-31T22:20:24.870ZThis is usually done by running one of the following (note the leading DOT):
632026-03-31T22:20:24.870Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-31T22:20:24.870Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-31T22:20:24.870Zsource "~/.cargo/env.nu" # For nushell
662026-03-31T22:20:24.870Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-31T22:20:24.870Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-31T22:20:24.870Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-31T22:20:24.870Zwarn: no default linker (`cc`) was found in your PATH
702026-03-31T22:20:24.870Zwarn: many Rust crates require a system C toolchain to build
712026-03-31T22:20:24.967Z+ rustup --version
722026-03-31T22:20:24.975Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-31T22:20:24.979Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-31T22:20:24.999Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-03-31T22:20:25.004Z+ cargo --version
762026-03-31T22:20:25.009Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-03-31T22:20:25.012Z+ rustc --version
782026-03-31T22:20:25.031Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-03-31T22:20:25.034Zprocess exited: duration 16609 ms, exit code 0
 
802026-03-31T22:20:25.040Zstarting task 2: "authentication"
812026-03-31T22:20:25.056Zprocess exited: duration 16 ms, exit code 0
 
822026-03-31T22:20:25.062Zstarting task 3: "clone repository"
832026-03-31T22:20:25.066Z+ mkdir -p /work/oxidecomputer/propolis
842026-03-31T22:20:25.069Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-03-31T22:20:25.192ZCloning into '/work/oxidecomputer/propolis'...
862026-03-31T22:20:27.006Z+ cd /work/oxidecomputer/propolis
872026-03-31T22:20:27.006Z+ git fetch origin c5fd39c102a5f2432595a582b35659dd7ca0a4a8
882026-03-31T22:20:27.279ZFrom https://github.com/oxidecomputer/propolis
892026-03-31T22:20:27.279Z * branch c5fd39c102a5f2432595a582b35659dd7ca0a4a8 -> FETCH_HEAD
902026-03-31T22:20:27.287Z+ [[ -n alan/more-c-in-your-diet ]]
912026-03-31T22:20:27.290Z++ git branch --show-current
922026-03-31T22:20:27.290Z+ current=master
932026-03-31T22:20:27.290Z+ [[ master != alan/more-c-in-your-diet ]]
942026-03-31T22:20:27.290Z+ git branch -f alan/more-c-in-your-diet c5fd39c102a5f2432595a582b35659dd7ca0a4a8
952026-03-31T22:20:27.293Z+ git checkout -f alan/more-c-in-your-diet
962026-03-31T22:20:27.312ZSwitched to branch 'alan/more-c-in-your-diet'
972026-03-31T22:20:27.315Z+ git reset --hard c5fd39c102a5f2432595a582b35659dd7ca0a4a8
982026-03-31T22:20:27.331ZHEAD is now at c5fd39c add cargo lock
992026-03-31T22:20:27.334Zprocess exited: duration 2268 ms, exit code 0
 
1002026-03-31T22:20:27.340Zstarting task 4: "build"
1012026-03-31T22:20:27.349ZCloning into './gate_src'...
1022026-03-31T22:20:58.387Zfatal: unable to access 'https://code.oxide.computer/illumos-gate/': The requested URL returned error: 502
1032026-03-31T22:20:58.392Zprocess exited: duration 31048 ms, exit code 128
 
1042026-03-31T22:20:58.402Zfound 0 output files