01KZ5FBZR3ZC21NN0Q6KHRJ2X5: 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: 01KZ5FCGZKTQ3SVBZTRN770PTN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-04T04:10:13.725Zjob assigned to worker 01KZ5FCN1SZ4EVQT617Y1B6811 [factory aws, i-0d1f8b9998d4e1fc5] (queued for 49 s)
 
22026-08-04T04:10:20.438Zstarting task 0: "setup"
32026-08-04T04:10:20.443Z++ uname -s
42026-08-04T04:10:20.446Z+ kern=SunOS
52026-08-04T04:10:20.446Z+ build_user=build
62026-08-04T04:10:20.446Z+ build_uid=12345
72026-08-04T04:10:20.446Z+ work_dir=/work
82026-08-04T04:10:20.446Z+ input_dir=/input
92026-08-04T04:10:20.446Z+ [[ 0 == 12345 ]]
102026-08-04T04:10:20.446Z+ case "$kern" in
112026-08-04T04:10:20.446Z+ groupadd -g 12345 build
122026-08-04T04:10:20.449Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-04T04:10:22.454Z+ zfs create -o mountpoint=/work rpool/work
142026-08-04T04:10:22.569Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-04T04:10:22.572Z+ home_fs=zfs
162026-08-04T04:10:22.572Z+ [[ zfs == autofs ]]
172026-08-04T04:10:22.572Z+ mkdir -p /home/build
182026-08-04T04:10:22.572Z+ chown build:build /home/build /work
192026-08-04T04:10:24.574Z+ chmod 0700 /home/build /work
202026-08-04T04:10:24.577Zprocess exited: duration 4141 ms, exit code 0
 
212026-08-04T04:10:24.584Zstarting task 1: "rust-toolchain"
222026-08-04T04:10:24.589Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-04T04:10:24.589Z * rust toolchain channel = "1.97.1"
242026-08-04T04:10:24.589Z * rust toolchain profile = "default"
252026-08-04T04:10:24.589Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-04T04:10:24.589Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-04T04:10:24.589Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-04T04:10:24.592Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-04T04:10:24.592Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-04T04:10:24.684Zinfo: downloading installer
312026-08-04T04:10:25.994Zwarn: It looks like you have an existing rustup settings file at:
322026-08-04T04:10:25.994Zwarn: /home/build/.rustup/settings.toml
332026-08-04T04:10:25.994Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-04T04:10:25.994Zwarn: instead of the one inferred from the default host triple.
352026-08-04T04:10:26.007Zinfo: profile set to default
362026-08-04T04:10:26.007Zinfo: default host triple is x86_64-unknown-illumos
372026-08-04T04:10:26.010Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-04T04:10:26.156Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-04T04:10:26.160Zinfo: downloading 6 components
402026-08-04T04:10:41.206Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-04T04:10:41.206Z
422026-08-04T04:10:41.233Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-04T04:10:41.233Z
442026-08-04T04:10:41.233Z
452026-08-04T04:10:41.233ZRust is installed now. Great!
462026-08-04T04:10:41.234Z
472026-08-04T04:10:41.234ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-04T04:10:41.234Zenvironment variable. This has not been done automatically.
492026-08-04T04:10:41.234Z
502026-08-04T04:10:41.234ZTo configure your current shell, you need to source
512026-08-04T04:10:41.234Zthe corresponding env file under $HOME/.cargo.
522026-08-04T04:10:41.234Z
532026-08-04T04:10:41.234ZThis is usually done by running one of the following (note the leading DOT):
542026-08-04T04:10:41.234Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-04T04:10:41.234Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-04T04:10:41.234Zsource "~/.cargo/env.nu" # For nushell
572026-08-04T04:10:41.234Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-04T04:10:41.234Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-04T04:10:41.234Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-04T04:10:41.238Zwarn: no default linker (`cc`) was found in your PATH
612026-08-04T04:10:41.238Zwarn: many Rust crates require a system C toolchain to build
622026-08-04T04:10:41.341Z+ rustup --version
632026-08-04T04:10:41.347Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-04T04:10:41.351Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-04T04:10:41.367Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-04T04:10:41.371Z+ cargo --version
672026-08-04T04:10:41.378Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-04T04:10:41.382Z+ rustc --version
692026-08-04T04:10:41.401Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-04T04:10:41.405Zprocess exited: duration 16820 ms, exit code 0
 
712026-08-04T04:10:41.412Zstarting task 2: "authentication"
722026-08-04T04:10:41.430Zprocess exited: duration 18 ms, exit code 0
 
732026-08-04T04:10:41.437Zstarting task 3: "clone repository"
742026-08-04T04:10:41.442Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-04T04:10:41.445Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-04T04:10:41.477ZCloning into '/work/oxidecomputer/omicron'...
772026-08-04T04:10:58.548Z+ cd /work/oxidecomputer/omicron
782026-08-04T04:10:58.548Z+ git fetch origin 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
792026-08-04T04:10:58.798ZFrom https://github.com/oxidecomputer/omicron
802026-08-04T04:10:58.798Z * branch 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3 -> FETCH_HEAD
812026-08-04T04:10:58.810Z+ [[ -n renovate/attest-mock-digest ]]
822026-08-04T04:10:58.814Z++ git branch --show-current
832026-08-04T04:10:58.814Z+ current=main
842026-08-04T04:10:58.814Z+ [[ main != renovate/attest-mock-digest ]]
852026-08-04T04:10:58.815Z+ git branch -f renovate/attest-mock-digest 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
862026-08-04T04:10:58.818Z+ git checkout -f renovate/attest-mock-digest
872026-08-04T04:10:58.935ZSwitched to branch 'renovate/attest-mock-digest'
882026-08-04T04:10:58.938Z+ git reset --hard 4a776dfaf80894ccfd8581a0cecd74d34e63d9d3
892026-08-04T04:10:59.050ZHEAD is now at 4a776dfaf Update attest-mock digest to 4a39ef0
902026-08-04T04:10:59.053Zprocess exited: duration 17614 ms, exit code 0
 
912026-08-04T04:10:59.059Zstarting task 4: "build"
922026-08-04T04:10:59.064Z+ source .github/buildomat/ci-env.sh
932026-08-04T04:10:59.064Z++ export CARGO_TERM_COLOR=always
942026-08-04T04:10:59.064Z++ CARGO_TERM_COLOR=always
952026-08-04T04:10:59.068Z+++ uname -s
962026-08-04T04:10:59.068Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-04T04:10:59.068Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-04T04:10:59.071Z+ cargo --version
992026-08-04T04:10:59.079Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-04T04:10:59.082Z+ rustc --version
1012026-08-04T04:10:59.102Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-04T04:10:59.105Z+ cargo tree --locked
1032026-08-04T04:10:59.271Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-04T04:10:59.506Z Updating crates.io index
1052026-08-04T04:10:59.510Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-04T04:10:59.704Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-04T04:10:59.987Z Updating git repository `https://github.com/oxidecomputer/propolis`
1082026-08-04T04:11:00.906Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1092026-08-04T04:11:01.365Z Updating git repository `https://github.com/oxidecomputer/crucible`
1102026-08-04T04:11:02.876Z Updating git repository `https://github.com/oxidecomputer/opte`
1112026-08-04T04:11:03.656Z Updating git repository `https://github.com/oxidecomputer/tofino`
1122026-08-04T04:11:03.889Z Updating git repository `https://github.com/oxidecomputer/lldp`
1132026-08-04T04:11:04.173Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1142026-08-04T04:11:05.642Z Updating git repository `https://github.com/oxidecomputer/clickward`
1152026-08-04T04:11:06.029Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162026-08-04T04:11:06.341Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1172026-08-04T04:11:06.574Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1182026-08-04T04:11:07.021Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1192026-08-04T04:11:07.460Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1202026-08-04T04:11:07.682Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1212026-08-04T04:11:07.886Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1222026-08-04T04:11:08.153Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1232026-08-04T04:11:08.398Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1242026-08-04T04:11:08.625Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1252026-08-04T04:11:08.844Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1262026-08-04T04:11:09.132Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1272026-08-04T04:11:09.569Z Updating git repository `https://github.com/oxidecomputer/erebor`
1282026-08-04T04:11:09.779Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1292026-08-04T04:11:10.151Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1302026-08-04T04:11:10.365Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1312026-08-04T04:11:10.680Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1322026-08-04T04:11:10.947Z Updating git repository `https://github.com/oxidecomputer/ispf`
1332026-08-04T04:11:11.172Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1342026-08-04T04:11:11.437Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1352026-08-04T04:11:11.728Z Updating crates.io index
1362026-08-04T04:11:11.732Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1372026-08-04T04:11:11.732Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1382026-08-04T04:11:12.073Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-04T04:11:12.284Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-04T04:11:12.511Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1412026-08-04T04:11:12.761Z Updating git repository `https://github.com/oxidecomputer/tough`
1422026-08-04T04:11:13.282Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-04T04:11:13.547Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-04T04:11:13.775Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-04T04:11:14.009Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-04T04:11:14.445Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-04T04:11:14.656Z Updating git repository `https://github.com/illumos/smf-rs`
1482026-08-04T04:11:16.635Zerror: failed to select a version for `getrandom`.
1492026-08-04T04:11:16.635Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
1502026-08-04T04:11:16.635Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)`
1512026-08-04T04:11:16.635Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
1522026-08-04T04:11:16.635Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
1532026-08-04T04:11:16.635Zversions that meet the requirements `^0.4.3` are: 0.4.3
1542026-08-04T04:11:16.635Z
1552026-08-04T04:11:16.635Zall possible versions conflict with previously selected packages
1562026-08-04T04:11:16.635Z
1572026-08-04T04:11:16.635Z previously selected package `getrandom v0.4.1`
1582026-08-04T04:11:16.635Z ... which satisfies dependency `getrandom-9fbad63c4bcf4a8f = "^0.4.1"` (locked to 0.4.1) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
1592026-08-04T04:11:16.635Z ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)`
1602026-08-04T04:11:16.635Z
1612026-08-04T04:11:16.635Zfailed to select a version for `getrandom` which could resolve this conflict
1622026-08-04T04:11:16.699Zprocess exited: duration 17619 ms, exit code 101
 
1632026-08-04T04:11:16.706Zfound 0 output files
1642026-08-04T04:11:16.706Zupload error: rule "/work/manifest.toml" required a match, but was not used
1652026-08-04T04:11:16.706Zupload error: rule "/work/repo.zip" required a match, but was not used
1662026-08-04T04:11:16.706Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1672026-08-04T04:11:16.706Zupload error: rule "/work/helios.json" required a match, but was not used
1682026-08-04T04:11:16.706Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1692026-08-04T04:11:16.706Zupload error: rule "/work/incorporation.p5p" required a match, but was not used