01KZCKHBQ4VTP8VJ9HDK0RKGP3: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "=/work/helios.json",
        "=/work/incorporation.p5m",
        "=/work/incorporation.p5p",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0-16c128gb",
    ),
    access_repos: [
        "oxidecomputer/amd-firmware",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/dmar-report",
        "oxidecomputer/pilot",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/manifest.toml",
            series: "rot-all",
            name: "manifest.toml",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip",
            series: "rot-all",
            name: "repo.zip",
        },
        BasicConfigPublish {
            from_output: "/work/repo.zip.sha256.txt",
            series: "rot-all",
            name: "repo.zip.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/helios.json",
            series: "rot-all",
            name: "helios.json",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5m",
            series: "rot-all",
            name: "incorporation.p5m",
        },
        BasicConfigPublish {
            from_output: "/work/incorporation.p5p",
            series: "rot-all",
            name: "incorporation.p5p",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KZCKHVJT854D88E8K5NENPT6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-06T22:37:48.176Zjob assigned to worker 01KZCKJ4E5DJPMNDSS2Z1PGENQ [factory aws, i-0be9a97567aa1f1b2] (queued for 53 s)
 
22026-08-06T22:37:55.154Zstarting task 0: "setup"
32026-08-06T22:37:55.158Z++ uname -s
42026-08-06T22:37:55.162Z+ kern=SunOS
52026-08-06T22:37:55.162Z+ build_user=build
62026-08-06T22:37:55.163Z+ build_uid=12345
72026-08-06T22:37:55.163Z+ work_dir=/work
82026-08-06T22:37:55.163Z+ input_dir=/input
92026-08-06T22:37:55.163Z+ [[ 0 == 12345 ]]
102026-08-06T22:37:55.163Z+ case "$kern" in
112026-08-06T22:37:55.163Z+ groupadd -g 12345 build
122026-08-06T22:37:55.167Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-06T22:37:57.170Z+ zfs create -o mountpoint=/work rpool/work
142026-08-06T22:37:57.260Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-06T22:37:57.263Z+ home_fs=zfs
162026-08-06T22:37:57.263Z+ [[ zfs == autofs ]]
172026-08-06T22:37:57.263Z+ mkdir -p /home/build
182026-08-06T22:37:57.263Z+ chown build:build /home/build /work
192026-08-06T22:37:59.266Z+ chmod 0700 /home/build /work
202026-08-06T22:37:59.269Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-06T22:37:59.276Zstarting task 1: "rust-toolchain"
222026-08-06T22:37:59.281Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-06T22:37:59.281Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-06T22:37:59.281Z * rust toolchain channel = "1.97.1"
252026-08-06T22:37:59.281Z * rust toolchain profile = "default"
262026-08-06T22:37:59.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-06T22:37:59.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-06T22:37:59.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-06T22:37:59.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-06T22:37:59.404Zinfo: downloading installer
312026-08-06T22:38:00.686Zwarn: It looks like you have an existing rustup settings file at:
322026-08-06T22:38:00.686Zwarn: /home/build/.rustup/settings.toml
332026-08-06T22:38:00.686Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-06T22:38:00.686Zwarn: instead of the one inferred from the default host triple.
352026-08-06T22:38:00.699Zinfo: profile set to default
362026-08-06T22:38:00.699Zinfo: default host triple is x86_64-unknown-illumos
372026-08-06T22:38:00.706Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-06T22:38:00.851Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-06T22:38:00.855Zinfo: downloading 6 components
402026-08-06T22:38:15.157Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-06T22:38:15.157Z
422026-08-06T22:38:15.184Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-06T22:38:15.184Z
442026-08-06T22:38:15.184Z
452026-08-06T22:38:15.184ZRust is installed now. Great!
462026-08-06T22:38:15.184Z
472026-08-06T22:38:15.184ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-06T22:38:15.184Zenvironment variable. This has not been done automatically.
492026-08-06T22:38:15.184Z
502026-08-06T22:38:15.184ZTo configure your current shell, you need to source
512026-08-06T22:38:15.184Zthe corresponding env file under $HOME/.cargo.
522026-08-06T22:38:15.184Z
532026-08-06T22:38:15.184ZThis is usually done by running one of the following (note the leading DOT):
542026-08-06T22:38:15.185Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-06T22:38:15.185Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-06T22:38:15.185Zsource "~/.cargo/env.nu" # For nushell
572026-08-06T22:38:15.185Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-06T22:38:15.185Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-06T22:38:15.185Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-06T22:38:15.188Zwarn: no default linker (`cc`) was found in your PATH
612026-08-06T22:38:15.189Zwarn: many Rust crates require a system C toolchain to build
622026-08-06T22:38:15.282Z+ rustup --version
632026-08-06T22:38:15.289Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-06T22:38:15.294Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-06T22:38:15.308Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-06T22:38:15.312Z+ cargo --version
672026-08-06T22:38:15.319Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-06T22:38:15.323Z+ rustc --version
692026-08-06T22:38:15.342Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-06T22:38:15.346Zprocess exited: duration 16068 ms, exit code 0
 
712026-08-06T22:38:15.353Zstarting task 2: "authentication"
722026-08-06T22:38:15.370Zprocess exited: duration 17 ms, exit code 0
 
732026-08-06T22:38:15.378Zstarting task 3: "clone repository"
742026-08-06T22:38:15.383Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-06T22:38:15.389Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-06T22:38:15.420ZCloning into '/work/oxidecomputer/omicron'...
772026-08-06T22:38:32.339Z+ cd /work/oxidecomputer/omicron
782026-08-06T22:38:32.339Z+ git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e
792026-08-06T22:38:32.646ZFrom https://github.com/oxidecomputer/omicron
802026-08-06T22:38:32.646Z * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD
812026-08-06T22:38:32.659Z+ [[ -n eliza/fm-statefile ]]
822026-08-06T22:38:32.662Z++ git branch --show-current
832026-08-06T22:38:32.663Z+ current=main
842026-08-06T22:38:32.663Z+ [[ main != eliza/fm-statefile ]]
852026-08-06T22:38:32.663Z+ git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e
862026-08-06T22:38:32.666Z+ git checkout -f eliza/fm-statefile
872026-08-06T22:38:32.920ZSwitched to branch 'eliza/fm-statefile'
882026-08-06T22:38:32.924Z+ git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e
892026-08-06T22:38:32.942ZHEAD is now at 65d5c4a03 reticulizing
902026-08-06T22:38:32.945Zprocess exited: duration 17565 ms, exit code 0
 
912026-08-06T22:38:32.952Zstarting task 4: "build"
922026-08-06T22:38:32.957Z+ source .github/buildomat/ci-env.sh
932026-08-06T22:38:32.957Z++ export CARGO_TERM_COLOR=always
942026-08-06T22:38:32.957Z++ CARGO_TERM_COLOR=always
952026-08-06T22:38:32.961Z+++ uname -s
962026-08-06T22:38:32.961Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-06T22:38:32.961Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-06T22:38:32.964Z+ cargo --version
992026-08-06T22:38:32.971Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-06T22:38:32.974Z+ rustc --version
1012026-08-06T22:38:32.994Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-06T22:38:32.997Z+ cargo tree --locked
1032026-08-06T22:38:33.014Zerror: missing comma between array elements, expected `,`
1042026-08-06T22:38:33.014Z --> Cargo.toml:107:5
1052026-08-06T22:38:33.014Z |
1062026-08-06T22:38:33.014Z107 | "nexus/internal-api",
1072026-08-06T22:38:33.014Z | ^
1082026-08-06T22:38:33.018Zprocess exited: duration 63 ms, exit code 101
 
1092026-08-06T22:38:33.025Zfound 0 output files
1102026-08-06T22:38:33.025Zupload error: rule "/work/manifest.toml" required a match, but was not used
1112026-08-06T22:38:33.025Zupload error: rule "/work/repo.zip" required a match, but was not used
1122026-08-06T22:38:33.025Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1132026-08-06T22:38:33.025Zupload error: rule "/work/helios.json" required a match, but was not used
1142026-08-06T22:38:33.025Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1152026-08-06T22:38:33.025Zupload error: rule "/work/incorporation.p5p" required a match, but was not used