01KKDEE54FVEFN17E5CAK4P2KF: 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-2.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: 01KKDEFJ4WF4EWXAP2GQHX1DJ2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T03:20:24.132Zjob assigned to worker 01KKDEFBW6QGMC4BCSR4EQNQHM [factory aws, i-09ad13e071748c987] (queued for 1 m 14 s)
 
22026-03-11T03:20:32.121Zstarting task 0: "setup"
32026-03-11T03:20:32.126Z++ uname -s
42026-03-11T03:20:32.132Z+ kern=SunOS
52026-03-11T03:20:32.132Z+ build_user=build
62026-03-11T03:20:32.132Z+ build_uid=12345
72026-03-11T03:20:32.132Z+ work_dir=/work
82026-03-11T03:20:32.132Z+ input_dir=/input
92026-03-11T03:20:32.132Z+ [[ 0 == 12345 ]]
102026-03-11T03:20:32.133Z+ case "$kern" in
112026-03-11T03:20:32.133Z+ groupadd -g 12345 build
122026-03-11T03:20:32.137Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T03:20:34.139Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T03:20:34.261Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T03:20:34.268Z+ home_fs=zfs
162026-03-11T03:20:34.268Z+ [[ zfs == autofs ]]
172026-03-11T03:20:34.268Z+ mkdir -p /home/build
182026-03-11T03:20:34.268Z+ chown build:build /home/build /work
192026-03-11T03:20:36.265Z+ chmod 0700 /home/build /work
202026-03-11T03:20:36.268Zprocess exited: duration 4148 ms, exit code 0
 
212026-03-11T03:20:36.273Zstarting task 1: "rust-toolchain"
222026-03-11T03:20:36.281Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-11T03:20:36.281Z * rust toolchain channel = "1.91.1"
242026-03-11T03:20:36.281Z * rust toolchain profile = "default"
252026-03-11T03:20:36.281Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-11T03:20:36.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T03:20:36.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T03:20:36.285Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T03:20:36.285Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-11T03:20:36.556Zinfo: downloading installer
312026-03-11T03:20:38.097Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T03:20:38.097Zwarn: /opt/ooce/bin
332026-03-11T03:20:38.097Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T03:20:38.097Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T03:20:38.097Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T03:20:38.097Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T03:20:38.097Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T03:20:38.097Zerror: cannot install while Rust is installed
392026-03-11T03:20:38.097Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T03:20:38.114Zinfo: profile set to 'default'
412026-03-11T03:20:38.114Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T03:20:38.118Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-11T03:20:38.704Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-11T03:20:38.704Zinfo: downloading component 'cargo'
452026-03-11T03:20:40.059Zinfo: downloading component 'clippy'
462026-03-11T03:20:40.558Zinfo: downloading component 'rust-docs'
472026-03-11T03:20:42.382Zinfo: downloading component 'rust-std'
482026-03-11T03:20:45.176Zinfo: downloading component 'rustc'
492026-03-11T03:20:54.634Zinfo: downloading component 'rustfmt'
502026-03-11T03:20:55.041Zinfo: installing component 'cargo'
512026-03-11T03:20:55.859Zinfo: installing component 'clippy'
522026-03-11T03:20:56.210Zinfo: installing component 'rust-docs'
532026-03-11T03:20:57.916Zinfo: installing component 'rust-std'
542026-03-11T03:20:59.401Zinfo: installing component 'rustc'
552026-03-11T03:21:05.166Zinfo: installing component 'rustfmt'
562026-03-11T03:21:05.474Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-11T03:21:05.474Z
582026-03-11T03:21:05.880Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-11T03:21:05.880Z
602026-03-11T03:21:05.884Z
612026-03-11T03:21:05.884ZRust is installed now. Great!
622026-03-11T03:21:05.884Z
632026-03-11T03:21:05.884ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T03:21:05.884Zenvironment variable. This has not been done automatically.
652026-03-11T03:21:05.884Z
662026-03-11T03:21:05.884ZTo configure your current shell, you need to source
672026-03-11T03:21:05.884Zthe corresponding env file under $HOME/.cargo.
682026-03-11T03:21:05.884Z
692026-03-11T03:21:05.884ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T03:21:05.884Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T03:21:05.884Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T03:21:05.884Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T03:21:05.980Z+ rustup --version
742026-03-11T03:21:05.987Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T03:21:05.990Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T03:21:06.069Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-11T03:21:06.074Z+ cargo --version
782026-03-11T03:21:06.134Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-11T03:21:06.138Z+ rustc --version
802026-03-11T03:21:06.205Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-11T03:21:06.210Zprocess exited: duration 29926 ms, exit code 0
 
822026-03-11T03:21:06.263Zstarting task 2: "authentication"
832026-03-11T03:21:06.274Zprocess exited: duration 25 ms, exit code 0
 
842026-03-11T03:21:06.319Zstarting task 3: "clone repository"
852026-03-11T03:21:06.473Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-11T03:21:06.473Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-11T03:21:06.478ZCloning into '/work/oxidecomputer/omicron'...
882026-03-11T03:21:16.567Z+ cd /work/oxidecomputer/omicron
892026-03-11T03:21:16.570Z+ git fetch origin 1572f75b05249f73922584e20fc5217dfb06b4ba
902026-03-11T03:21:16.850ZFrom https://github.com/oxidecomputer/omicron
912026-03-11T03:21:16.850Z * branch 1572f75b05249f73922584e20fc5217dfb06b4ba -> FETCH_HEAD
922026-03-11T03:21:16.862Z+ [[ -n renovate/crucible-common-digest ]]
932026-03-11T03:21:16.865Z++ git branch --show-current
942026-03-11T03:21:16.868Z+ current=main
952026-03-11T03:21:16.868Z+ [[ main != renovate/crucible-common-digest ]]
962026-03-11T03:21:16.868Z+ git branch -f renovate/crucible-common-digest 1572f75b05249f73922584e20fc5217dfb06b4ba
972026-03-11T03:21:16.872Z+ git checkout -f renovate/crucible-common-digest
982026-03-11T03:21:17.064ZSwitched to branch 'renovate/crucible-common-digest'
992026-03-11T03:21:17.067Z+ git reset --hard 1572f75b05249f73922584e20fc5217dfb06b4ba
1002026-03-11T03:21:17.258ZHEAD is now at 1572f75b0 Update crucible-common digest to 3226492
1012026-03-11T03:21:17.261Zprocess exited: duration 10965 ms, exit code 0
 
1022026-03-11T03:21:17.267Zstarting task 4: "build"
1032026-03-11T03:21:17.274Z+ source .github/buildomat/ci-env.sh
1042026-03-11T03:21:17.277Z++ export CARGO_TERM_COLOR=always
1052026-03-11T03:21:17.277Z++ CARGO_TERM_COLOR=always
1062026-03-11T03:21:17.277Z+ cargo --version
1072026-03-11T03:21:17.330Zcargo 1.91.1 (ea2d97820 2025-10-10)
1082026-03-11T03:21:17.333Z+ rustc --version
1092026-03-11T03:21:17.403Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1102026-03-11T03:21:17.406Z+ cargo tree --locked
1112026-03-11T03:21:17.674Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1122026-03-11T03:21:17.932Z Updating crates.io index
1132026-03-11T03:21:17.972Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1142026-03-11T03:21:18.183Z Updating git repository `https://github.com/oxidecomputer/lldp`
1152026-03-11T03:21:18.695Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1162026-03-11T03:21:19.043Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1172026-03-11T03:21:19.344Z Updating git repository `https://github.com/oxidecomputer/propolis`
1182026-03-11T03:21:20.764Z Updating git repository `https://github.com/oxidecomputer/crucible`
1192026-03-11T03:21:22.309Z Updating git repository `https://github.com/oxidecomputer/opte`
1202026-03-11T03:21:23.053Z Updating git repository `https://github.com/oxidecomputer/tofino`
1212026-03-11T03:21:23.396Z Updating git repository `https://github.com/oxidecomputer/falcon`
1222026-03-11T03:21:24.545Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1232026-03-11T03:21:25.172Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1242026-03-11T03:21:26.062Z Updating git repository `https://github.com/oxidecomputer/clickward`
1252026-03-11T03:21:26.494Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1262026-03-11T03:21:27.020Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-03-11T03:21:27.339Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1282026-03-11T03:21:28.289Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1292026-03-11T03:21:28.931Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1302026-03-11T03:21:29.187Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1312026-03-11T03:21:29.434Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1322026-03-11T03:21:29.851Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1332026-03-11T03:21:30.180Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1342026-03-11T03:21:30.398Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1352026-03-11T03:21:30.639Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1362026-03-11T03:21:31.116Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1372026-03-11T03:21:31.429Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-03-11T03:21:32.122Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1392026-03-11T03:21:32.701Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1402026-03-11T03:21:33.014Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1412026-03-11T03:21:33.314Z Updating git repository `https://github.com/oxidecomputer/ispf`
1422026-03-11T03:21:33.627Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-03-11T03:21:35.342Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1442026-03-11T03:21:35.620Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1452026-03-11T03:21:35.944Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1462026-03-11T03:21:36.280Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1472026-03-11T03:21:36.654Z Updating crates.io index
1482026-03-11T03:21:36.663Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-11T03:21:36.925Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-11T03:21:37.212Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-11T03:21:37.802Z Updating git repository `https://github.com/illumos/smf-rs`
1522026-03-11T03:21:38.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
1532026-03-11T03:21:52.894Zerror: failed to select a version for `vergen`.
1542026-03-11T03:21:52.894Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)`
1552026-03-11T03:21:52.894Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
1562026-03-11T03:21:52.894Z ... 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)`
1572026-03-11T03:21:52.894Zversions that meet the requirements `^9.1.0` are: 9.1.0
1582026-03-11T03:21:52.894Z
1592026-03-11T03:21:52.895Zall possible versions conflict with previously selected packages.
1602026-03-11T03:21:52.895Z
1612026-03-11T03:21:52.895Z previously selected package `vergen v9.0.6`
1622026-03-11T03:21:52.895Z ... 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)`
1632026-03-11T03:21:52.895Z ... 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)`
1642026-03-11T03:21:52.895Z
1652026-03-11T03:21:52.895Zfailed to select a version for `vergen` which could resolve this conflict
1662026-03-11T03:21:52.940Zprocess exited: duration 35662 ms, exit code 101
 
1672026-03-11T03:21:52.946Zfound 0 output files
1682026-03-11T03:21:52.949Zupload error: rule "/work/manifest.toml" required a match, but was not used
1692026-03-11T03:21:52.949Zupload error: rule "/work/repo.zip" required a match, but was not used
1702026-03-11T03:21:52.949Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1712026-03-11T03:21:52.949Zupload error: rule "/work/helios.json" required a match, but was not used
1722026-03-11T03:21:52.949Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1732026-03-11T03:21:52.949Zupload error: rule "/work/incorporation.p5p" required a match, but was not used