01KN36HXB7EXV47ER72H9FDMC3: header-check

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

Buildomat Job: 01KN36J636S58DR61BKBAX6FH7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T00:21:34.311Zjob assigned to worker 01KN36M64PX616VZWQ09FX4TEB [factory aws, i-00a6cfb4a9ce7336a] (queued for 1 m 48 s)
 
22026-04-01T00:21:40.675Zstarting task 0: "setup"
32026-04-01T00:21:40.679Z++ uname -s
42026-04-01T00:21:40.682Z+ kern=SunOS
52026-04-01T00:21:40.682Z+ build_user=build
62026-04-01T00:21:40.682Z+ build_uid=12345
72026-04-01T00:21:40.682Z+ work_dir=/work
82026-04-01T00:21:40.682Z+ input_dir=/input
92026-04-01T00:21:40.682Z+ [[ 0 == 12345 ]]
102026-04-01T00:21:40.682Z+ case "$kern" in
112026-04-01T00:21:40.682Z+ groupadd -g 12345 build
122026-04-01T00:21:40.685Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T00:21:42.690Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T00:21:42.789Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T00:21:42.792Z+ home_fs=zfs
162026-04-01T00:21:42.792Z+ [[ zfs == autofs ]]
172026-04-01T00:21:42.792Z+ mkdir -p /home/build
182026-04-01T00:21:42.792Z+ chown build:build /home/build /work
192026-04-01T00:21:44.794Z+ chmod 0700 /home/build /work
202026-04-01T00:21:44.797Zprocess exited: duration 4122 ms, exit code 0
 
212026-04-01T00:21:44.803Zstarting task 1: "rust-toolchain"
222026-04-01T00:21:44.807Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-01T00:21:44.807Z * rust toolchain channel = "1.90.0"
242026-04-01T00:21:44.807Z * rust toolchain profile = "default"
252026-04-01T00:21:44.807Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T00:21:44.807Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T00:21:44.807Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T00:21:44.810Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T00:21:44.812Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-01T00:21:44.933Zinfo: downloading installer
312026-04-01T00:21:46.381Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T00:21:46.382Zwarn: /opt/ooce/bin
332026-04-01T00:21:46.382Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T00:21:46.383Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T00:21:46.383Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T00:21:46.383Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T00:21:46.383Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T00:21:46.383Zerror: cannot install while Rust is installed
392026-04-01T00:21:46.386Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T00:21:46.386Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T00:21:46.387Zwarn: /home/build/.rustup/settings.toml
422026-04-01T00:21:46.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T00:21:46.387Zwarn: instead of the one inferred from the default host triple.
442026-04-01T00:21:46.405Zinfo: profile set to default
452026-04-01T00:21:46.405Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T00:21:46.408Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-01T00:21:46.552Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-01T00:21:46.555Zinfo: downloading 6 components
492026-04-01T00:22:00.766Z
502026-04-01T00:22:00.766Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-01T00:22:00.795Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-01T00:22:00.795Z
532026-04-01T00:22:00.795Z
542026-04-01T00:22:00.795ZRust is installed now. Great!
552026-04-01T00:22:00.795Z
562026-04-01T00:22:00.795ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T00:22:00.795Zenvironment variable. This has not been done automatically.
582026-04-01T00:22:00.795Z
592026-04-01T00:22:00.795ZTo configure your current shell, you need to source
602026-04-01T00:22:00.795Zthe corresponding env file under $HOME/.cargo.
612026-04-01T00:22:00.795Z
622026-04-01T00:22:00.795ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T00:22:00.796Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T00:22:00.796Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T00:22:00.796Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T00:22:00.796Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T00:22:00.798Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T00:22:00.798Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T00:22:00.798Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T00:22:00.798Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T00:22:00.872Z+ rustup --version
722026-04-01T00:22:00.881Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T00:22:00.884Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T00:22:00.903Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-01T00:22:00.906Z+ cargo --version
762026-04-01T00:22:00.918Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-01T00:22:00.921Z+ rustc --version
782026-04-01T00:22:00.941Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-01T00:22:00.944Zprocess exited: duration 16137 ms, exit code 0
 
802026-04-01T00:22:00.949Zstarting task 2: "authentication"
812026-04-01T00:22:00.966Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T00:22:00.972Zstarting task 3: "clone repository"
832026-04-01T00:22:00.975Z+ mkdir -p /work/oxidecomputer/propolis
842026-04-01T00:22:00.978Z+ git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis
852026-04-01T00:22:01.132ZCloning into '/work/oxidecomputer/propolis'...
862026-04-01T00:22:02.694Z+ cd /work/oxidecomputer/propolis
872026-04-01T00:22:02.694Z+ git fetch origin c5fd39c102a5f2432595a582b35659dd7ca0a4a8
882026-04-01T00:22:02.936ZFrom https://github.com/oxidecomputer/propolis
892026-04-01T00:22:02.937Z * branch c5fd39c102a5f2432595a582b35659dd7ca0a4a8 -> FETCH_HEAD
902026-04-01T00:22:02.942Z+ [[ -n alan/more-c-in-your-diet ]]
912026-04-01T00:22:02.945Z++ git branch --show-current
922026-04-01T00:22:02.945Z+ current=master
932026-04-01T00:22:02.945Z+ [[ master != alan/more-c-in-your-diet ]]
942026-04-01T00:22:02.945Z+ git branch -f alan/more-c-in-your-diet c5fd39c102a5f2432595a582b35659dd7ca0a4a8
952026-04-01T00:22:02.950Z+ git checkout -f alan/more-c-in-your-diet
962026-04-01T00:22:02.965ZSwitched to branch 'alan/more-c-in-your-diet'
972026-04-01T00:22:02.969Z+ git reset --hard c5fd39c102a5f2432595a582b35659dd7ca0a4a8
982026-04-01T00:22:02.984ZHEAD is now at c5fd39c add cargo lock
992026-04-01T00:22:02.987Zprocess exited: duration 2011 ms, exit code 0
 
1002026-04-01T00:22:02.993Zstarting task 4: "build"
1012026-04-01T00:22:03.003ZCloning into './gate_src'...
1022026-04-01T00:22:03.235Zfatal: unable to access 'https://code.oxide.computer/illumos-gate/': The requested URL returned error: 502
1032026-04-01T00:22:03.238Zprocess exited: duration 242 ms, exit code 128
 
1042026-04-01T00:22:03.244Zfound 0 output files