01KVY8AVG24R36S95B13MAAVE3: 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: 01KVY8BA1XDAMMHR64DWEFX0YC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T02:05:24.806Zjob assigned to worker 01KVY8BCAVSK7B5B876EZTNHF3 [factory aws, i-0ac2e5250bb01bafa] (queued for 46 s)
 
22026-06-25T02:05:31.743Zstarting task 0: "setup"
32026-06-25T02:05:31.748Z++ uname -s
42026-06-25T02:05:31.751Z+ kern=SunOS
52026-06-25T02:05:31.751Z+ build_user=build
62026-06-25T02:05:31.751Z+ build_uid=12345
72026-06-25T02:05:31.751Z+ work_dir=/work
82026-06-25T02:05:31.751Z+ input_dir=/input
92026-06-25T02:05:31.751Z+ [[ 0 == 12345 ]]
102026-06-25T02:05:31.751Z+ case "$kern" in
112026-06-25T02:05:31.751Z+ groupadd -g 12345 build
122026-06-25T02:05:31.754Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T02:05:33.761Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T02:05:33.853Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T02:05:33.856Z+ home_fs=zfs
162026-06-25T02:05:33.856Z+ [[ zfs == autofs ]]
172026-06-25T02:05:33.856Z+ mkdir -p /home/build
182026-06-25T02:05:33.859Z+ chown build:build /home/build /work
192026-06-25T02:05:35.859Z+ chmod 0700 /home/build /work
202026-06-25T02:05:35.862Zprocess exited: duration 4122 ms, exit code 0
 
212026-06-25T02:05:35.868Zstarting task 1: "rust-toolchain"
222026-06-25T02:05:35.874Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T02:05:35.874Z * rust toolchain channel = "1.96.0"
242026-06-25T02:05:35.874Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T02:05:35.874Z * rust toolchain profile = "default"
262026-06-25T02:05:35.874Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T02:05:35.874Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T02:05:35.877Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T02:05:35.877Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T02:05:35.970Zinfo: downloading installer
312026-06-25T02:05:37.662Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T02:05:37.662Zwarn: /home/build/.rustup/settings.toml
332026-06-25T02:05:37.662Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T02:05:37.662Zwarn: instead of the one inferred from the default host triple.
352026-06-25T02:05:37.675Zinfo: profile set to default
362026-06-25T02:05:37.675Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T02:05:37.679Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T02:05:37.847Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T02:05:37.850Zinfo: downloading 6 components
402026-06-25T02:05:54.917Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T02:05:54.917Z
422026-06-25T02:05:54.944Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T02:05:54.944Z
442026-06-25T02:05:54.944Z
452026-06-25T02:05:54.944ZRust is installed now. Great!
462026-06-25T02:05:54.944Z
472026-06-25T02:05:54.944ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T02:05:54.944Zenvironment variable. This has not been done automatically.
492026-06-25T02:05:54.944Z
502026-06-25T02:05:54.944ZTo configure your current shell, you need to source
512026-06-25T02:05:54.944Zthe corresponding env file under $HOME/.cargo.
522026-06-25T02:05:54.944Z
532026-06-25T02:05:54.944ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T02:05:54.944Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T02:05:54.944Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T02:05:54.944Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T02:05:54.944Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T02:05:54.944Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T02:05:54.944Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T02:05:54.947Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T02:05:54.947Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T02:05:55.057Z+ rustup --version
632026-06-25T02:05:55.064Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T02:05:55.064Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T02:05:55.086Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T02:05:55.089Z+ cargo --version
672026-06-25T02:05:55.097Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T02:05:55.100Z+ rustc --version
692026-06-25T02:05:55.121Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T02:05:55.124Zprocess exited: duration 19255 ms, exit code 0
 
712026-06-25T02:05:55.129Zstarting task 2: "authentication"
722026-06-25T02:05:55.147Zprocess exited: duration 17 ms, exit code 0
 
732026-06-25T02:05:55.155Zstarting task 3: "clone repository"
742026-06-25T02:05:55.158Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-25T02:05:55.160Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-25T02:05:55.195ZCloning into '/work/oxidecomputer/omicron'...
772026-06-25T02:06:04.682Z+ cd /work/oxidecomputer/omicron
782026-06-25T02:06:04.682Z+ git fetch origin a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
792026-06-25T02:06:04.959ZFrom https://github.com/oxidecomputer/omicron
802026-06-25T02:06:04.959Z * branch a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf -> FETCH_HEAD
812026-06-25T02:06:04.973Z+ [[ -n maghemite-integration ]]
822026-06-25T02:06:04.976Z++ git branch --show-current
832026-06-25T02:06:04.979Z+ current=main
842026-06-25T02:06:04.979Z+ [[ main != maghemite-integration ]]
852026-06-25T02:06:04.979Z+ git branch -f maghemite-integration a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
862026-06-25T02:06:04.982Z+ git checkout -f maghemite-integration
872026-06-25T02:06:05.163ZSwitched to branch 'maghemite-integration'
882026-06-25T02:06:05.166Z+ git reset --hard a61bf9c3658acd9f2fd3628b94bdfebdc1114ddf
892026-06-25T02:06:05.344ZHEAD is now at a61bf9c36 Update with latest version
902026-06-25T02:06:05.346Zprocess exited: duration 10192 ms, exit code 0
 
912026-06-25T02:06:05.354Zstarting task 4: "build"
922026-06-25T02:06:05.359Z+ source .github/buildomat/ci-env.sh
932026-06-25T02:06:05.359Z++ export CARGO_TERM_COLOR=always
942026-06-25T02:06:05.359Z++ CARGO_TERM_COLOR=always
952026-06-25T02:06:05.363Z+ cargo --version
962026-06-25T02:06:05.369Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-25T02:06:05.372Z+ rustc --version
982026-06-25T02:06:05.392Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-25T02:06:05.396Z+ cargo tree --locked
1002026-06-25T02:06:05.563Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-25T02:06:05.833Z Updating crates.io index
1022026-06-25T02:06:05.841Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-25T02:06:06.099Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-25T02:06:06.401Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-25T02:06:06.696Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-25T02:06:07.548Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-25T02:06:08.040Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-25T02:06:09.574Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-25T02:06:10.313Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-25T02:06:10.533Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-25T02:06:11.766Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-25T02:06:12.014Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-25T02:06:12.315Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-25T02:06:12.566Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-25T02:06:13.008Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-25T02:06:13.459Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-25T02:06:13.696Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-25T02:06:13.968Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-25T02:06:14.206Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-25T02:06:14.463Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-25T02:06:14.722Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-25T02:06:14.951Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-25T02:06:15.208Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-25T02:06:15.527Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-25T02:06:15.842Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-25T02:06:16.090Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1272026-06-25T02:06:16.461Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1282026-06-25T02:06:16.691Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1292026-06-25T02:06:17.164Z Updating git repository `https://github.com/oxidecomputer/ispf`
1302026-06-25T02:06:17.399Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1312026-06-25T02:06:17.640Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-25T02:06:17.953Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-06-25T02:06:18.303Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-06-25T02:06:18.554Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-06-25T02:06:18.807Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-06-25T02:06:19.045Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-06-25T02:06:19.319Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1382026-06-25T02:06:19.562Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-06-25T02:06:19.805Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1402026-06-25T02:06:20.044Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1412026-06-25T02:06:20.294Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-06-25T02:06:23.297Zerror: cannot update the lock file /work/oxidecomputer/omicron/Cargo.lock because --locked was passed to prevent this
1432026-06-25T02:06:23.297Zhelp: to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
1442026-06-25T02:06:23.353Zprocess exited: duration 17999 ms, exit code 101
 
1452026-06-25T02:06:23.360Zfound 0 output files
1462026-06-25T02:06:23.360Zupload error: rule "/work/manifest.toml" required a match, but was not used
1472026-06-25T02:06:23.360Zupload error: rule "/work/repo.zip" required a match, but was not used
1482026-06-25T02:06:23.360Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1492026-06-25T02:06:23.360Zupload error: rule "/work/helios.json" required a match, but was not used
1502026-06-25T02:06:23.360Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1512026-06-25T02:06:23.360Zupload error: rule "/work/incorporation.p5p" required a match, but was not used