01KR3QH4Y4QGWFN37Q8YJRR88C: 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: 01KR3QHMRBH19VVKPBBR8DAAPB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T12:04:25.869Zjob assigned to worker 01KR3QHR7FR3JMC489GSFRBJK2 [factory aws, i-06559e50299f0396a] (queued for 46 s)
 
22026-05-08T12:04:33.670Zstarting task 0: "setup"
32026-05-08T12:04:33.675Z++ uname -s
42026-05-08T12:04:33.678Z+ kern=SunOS
52026-05-08T12:04:33.678Z+ build_user=build
62026-05-08T12:04:33.678Z+ build_uid=12345
72026-05-08T12:04:33.678Z+ work_dir=/work
82026-05-08T12:04:33.678Z+ input_dir=/input
92026-05-08T12:04:33.678Z+ [[ 0 == 12345 ]]
102026-05-08T12:04:33.679Z+ case "$kern" in
112026-05-08T12:04:33.679Z+ groupadd -g 12345 build
122026-05-08T12:04:33.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T12:04:35.689Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T12:04:35.773Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T12:04:35.777Z+ home_fs=zfs
162026-05-08T12:04:35.777Z+ [[ zfs == autofs ]]
172026-05-08T12:04:35.777Z+ mkdir -p /home/build
182026-05-08T12:04:35.780Z+ chown build:build /home/build /work
192026-05-08T12:04:37.779Z+ chmod 0700 /home/build /work
202026-05-08T12:04:37.782Zprocess exited: duration 4116 ms, exit code 0
 
212026-05-08T12:04:37.788Zstarting task 1: "rust-toolchain"
222026-05-08T12:04:37.795Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-08T12:04:37.795Z * rust toolchain channel = "1.94.0"
242026-05-08T12:04:37.795Z * rust toolchain profile = "default"
252026-05-08T12:04:37.795Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-08T12:04:37.795Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-08T12:04:37.795Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T12:04:37.798Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T12:04:37.798Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-08T12:04:37.885Zinfo: downloading installer
312026-05-08T12:04:39.219Zwarn: It looks like you have an existing rustup settings file at:
322026-05-08T12:04:39.219Zwarn: /home/build/.rustup/settings.toml
332026-05-08T12:04:39.219Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-08T12:04:39.219Zwarn: instead of the one inferred from the default host triple.
352026-05-08T12:04:39.232Zinfo: profile set to default
362026-05-08T12:04:39.232Zinfo: default host triple is x86_64-unknown-illumos
372026-05-08T12:04:39.235Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-08T12:04:39.365Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-08T12:04:39.368Zinfo: downloading 6 components
402026-05-08T12:04:53.642Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-08T12:04:53.642Z
422026-05-08T12:04:53.671Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-08T12:04:53.671Z
442026-05-08T12:04:53.671Z
452026-05-08T12:04:53.671ZRust is installed now. Great!
462026-05-08T12:04:53.671Z
472026-05-08T12:04:53.671ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-08T12:04:53.671Zenvironment variable. This has not been done automatically.
492026-05-08T12:04:53.671Z
502026-05-08T12:04:53.671ZTo configure your current shell, you need to source
512026-05-08T12:04:53.671Zthe corresponding env file under $HOME/.cargo.
522026-05-08T12:04:53.671Z
532026-05-08T12:04:53.671ZThis is usually done by running one of the following (note the leading DOT):
542026-05-08T12:04:53.671Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-08T12:04:53.671Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-08T12:04:53.671Zsource "~/.cargo/env.nu" # For nushell
572026-05-08T12:04:53.671Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-08T12:04:53.671Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-08T12:04:53.671Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-08T12:04:53.672Zwarn: no default linker (`cc`) was found in your PATH
612026-05-08T12:04:53.672Zwarn: many Rust crates require a system C toolchain to build
622026-05-08T12:04:53.775Z+ rustup --version
632026-05-08T12:04:53.781Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-08T12:04:53.784Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-08T12:04:53.801Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-08T12:04:53.804Z+ cargo --version
672026-05-08T12:04:53.812Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-08T12:04:53.815Z+ rustc --version
692026-05-08T12:04:53.835Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-08T12:04:53.838Zprocess exited: duration 16049 ms, exit code 0
 
712026-05-08T12:04:53.844Zstarting task 2: "authentication"
722026-05-08T12:04:53.864Zprocess exited: duration 18 ms, exit code 0
 
732026-05-08T12:04:53.872Zstarting task 3: "clone repository"
742026-05-08T12:04:53.875Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-08T12:04:53.878Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-08T12:04:53.913ZCloning into '/work/oxidecomputer/omicron'...
772026-05-08T12:05:03.335Z+ cd /work/oxidecomputer/omicron
782026-05-08T12:05:03.335Z+ git fetch origin 5782badefa37789f183985cff35b84ae6b0d09aa
792026-05-08T12:05:03.641ZFrom https://github.com/oxidecomputer/omicron
802026-05-08T12:05:03.641Z * branch 5782badefa37789f183985cff35b84ae6b0d09aa -> FETCH_HEAD
812026-05-08T12:05:03.655Z+ [[ -n renovate/crucible-common-digest ]]
822026-05-08T12:05:03.658Z++ git branch --show-current
832026-05-08T12:05:03.662Z+ current=main
842026-05-08T12:05:03.663Z+ [[ main != renovate/crucible-common-digest ]]
852026-05-08T12:05:03.663Z+ git branch -f renovate/crucible-common-digest 5782badefa37789f183985cff35b84ae6b0d09aa
862026-05-08T12:05:03.667Z+ git checkout -f renovate/crucible-common-digest
872026-05-08T12:05:03.896ZSwitched to branch 'renovate/crucible-common-digest'
882026-05-08T12:05:03.899Z+ git reset --hard 5782badefa37789f183985cff35b84ae6b0d09aa
892026-05-08T12:05:03.912ZHEAD is now at 5782badef Update crucible-common digest to 2e75a38
902026-05-08T12:05:03.915Zprocess exited: duration 10043 ms, exit code 0
 
912026-05-08T12:05:03.922Zstarting task 4: "build"
922026-05-08T12:05:03.929Z+ source .github/buildomat/ci-env.sh
932026-05-08T12:05:03.929Z++ export CARGO_TERM_COLOR=always
942026-05-08T12:05:03.929Z++ CARGO_TERM_COLOR=always
952026-05-08T12:05:03.929Z+ cargo --version
962026-05-08T12:05:03.939Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-08T12:05:03.942Z+ rustc --version
982026-05-08T12:05:03.963Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-08T12:05:03.966Z+ cargo tree --locked
1002026-05-08T12:05:04.133Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-08T12:05:04.381Z Updating crates.io index
1022026-05-08T12:05:04.412Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-08T12:05:04.671Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-08T12:05:05.581Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-08T12:05:06.190Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-08T12:05:06.957Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-08T12:05:07.471Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-08T12:05:08.786Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-08T12:05:09.486Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-08T12:05:09.976Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-08T12:05:10.693Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-08T12:05:11.242Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-08T12:05:11.662Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-08T12:05:12.096Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-08T12:05:12.986Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-08T12:05:13.520Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1172026-05-08T12:05:13.843Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1182026-05-08T12:05:14.200Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1192026-05-08T12:05:14.615Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1202026-05-08T12:05:14.961Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1212026-05-08T12:05:15.187Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1222026-05-08T12:05:15.431Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1232026-05-08T12:05:15.814Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-05-08T12:05:16.192Z Updating git repository `https://github.com/oxidecomputer/crucible`
1252026-05-08T12:05:17.012Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-08T12:05:17.396Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-08T12:05:17.748Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-08T12:05:18.277Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-08T12:05:18.541Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-08T12:05:19.828Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1312026-05-08T12:05:20.262Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1322026-05-08T12:05:20.507Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1332026-05-08T12:05:20.876Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1342026-05-08T12:05:21.175Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1352026-05-08T12:05:21.519Z Updating crates.io index
1362026-05-08T12:05:21.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1372026-05-08T12:05:21.788Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1382026-05-08T12:05:22.066Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-05-08T12:05:22.327Z Updating git repository `https://github.com/illumos/smf-rs`
1402026-05-08T12:05:22.767Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412026-05-08T12:05:34.790Zerror: failed to select a version for `vergen`.
1422026-05-08T12:05:34.790Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2e75a38f7f6f3522bd888d2eabcc2408dde5ff79#2e75a38f)`
1432026-05-08T12:05:34.790Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
1442026-05-08T12:05:34.790Z ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)`
1452026-05-08T12:05:34.790Zversions that meet the requirements `^9.1.0` are: 9.1.0
1462026-05-08T12:05:34.790Z
1472026-05-08T12:05:34.790Zall possible versions conflict with previously selected packages.
1482026-05-08T12:05:34.790Z
1492026-05-08T12:05:34.790Z previously selected package `vergen v9.0.6`
1502026-05-08T12:05:34.790Z ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)`
1512026-05-08T12:05:34.790Z ... 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)`
1522026-05-08T12:05:34.790Z
1532026-05-08T12:05:34.790Zfailed to select a version for `vergen` which could resolve this conflict
1542026-05-08T12:05:34.830Zprocess exited: duration 30906 ms, exit code 101
 
1552026-05-08T12:05:34.837Zfound 0 output files
1562026-05-08T12:05:34.837Zupload error: rule "/work/manifest.toml" required a match, but was not used
1572026-05-08T12:05:34.837Zupload error: rule "/work/repo.zip" required a match, but was not used
1582026-05-08T12:05:34.837Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1592026-05-08T12:05:34.837Zupload error: rule "/work/helios.json" required a match, but was not used
1602026-05-08T12:05:34.837Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1612026-05-08T12:05:34.837Zupload error: rule "/work/incorporation.p5p" required a match, but was not used