01KW11NZ7F7C000WE17TBTT8BT: 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: 01KW11PKNCYAR6N4HXKRY1KQBT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:07:03.050Zjob assigned to worker 01KW11PVXWTWB20TS9Y1N6SH2E [factory aws, i-073b8b44d1500e609] (queued for 51 s)
 
22026-06-26T04:07:10.548Zstarting task 0: "setup"
32026-06-26T04:07:10.553Z++ uname -s
42026-06-26T04:07:10.556Z+ kern=SunOS
52026-06-26T04:07:10.556Z+ build_user=build
62026-06-26T04:07:10.556Z+ build_uid=12345
72026-06-26T04:07:10.556Z+ work_dir=/work
82026-06-26T04:07:10.556Z+ input_dir=/input
92026-06-26T04:07:10.556Z+ [[ 0 == 12345 ]]
102026-06-26T04:07:10.556Z+ case "$kern" in
112026-06-26T04:07:10.556Z+ groupadd -g 12345 build
122026-06-26T04:07:10.559Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:07:12.568Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:07:12.664Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:07:12.667Z+ home_fs=zfs
162026-06-26T04:07:12.667Z+ [[ zfs == autofs ]]
172026-06-26T04:07:12.667Z+ mkdir -p /home/build
182026-06-26T04:07:12.670Z+ chown build:build /home/build /work
192026-06-26T04:07:14.670Z+ chmod 0700 /home/build /work
202026-06-26T04:07:14.674Zprocess exited: duration 4129 ms, exit code 0
 
212026-06-26T04:07:14.680Zstarting task 1: "rust-toolchain"
222026-06-26T04:07:14.686Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:07:14.686Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-26T04:07:14.686Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-26T04:07:14.686Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-26T04:07:14.686Z * rust toolchain channel = "1.96.0"
272026-06-26T04:07:14.686Z * rust toolchain profile = "default"
282026-06-26T04:07:14.689Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:07:14.689Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:07:14.805Zinfo: downloading installer
312026-06-26T04:07:16.262Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:07:16.263Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:07:16.263Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:07:16.263Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:07:16.276Zinfo: profile set to default
362026-06-26T04:07:16.277Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:07:16.280Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:07:16.426Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:07:16.429Zinfo: downloading 6 components
402026-06-26T04:07:32.017Z
412026-06-26T04:07:32.018Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-26T04:07:32.046Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:07:32.046Z
442026-06-26T04:07:32.046Z
452026-06-26T04:07:32.046ZRust is installed now. Great!
462026-06-26T04:07:32.046Z
472026-06-26T04:07:32.046ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:07:32.046Zenvironment variable. This has not been done automatically.
492026-06-26T04:07:32.046Z
502026-06-26T04:07:32.046ZTo configure your current shell, you need to source
512026-06-26T04:07:32.046Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:07:32.046Z
532026-06-26T04:07:32.046ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:07:32.046Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:07:32.046Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:07:32.046Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:07:32.046Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:07:32.046Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:07:32.046Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:07:32.049Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:07:32.049Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:07:32.157Z+ rustup --version
632026-06-26T04:07:32.163Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:07:32.163Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:07:32.184Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:07:32.186Z+ cargo --version
672026-06-26T04:07:32.195Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:07:32.198Z+ rustc --version
692026-06-26T04:07:32.219Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:07:32.222Zprocess exited: duration 17541 ms, exit code 0
 
712026-06-26T04:07:32.227Zstarting task 2: "authentication"
722026-06-26T04:07:32.246Zprocess exited: duration 17 ms, exit code 0
 
732026-06-26T04:07:32.252Zstarting task 3: "clone repository"
742026-06-26T04:07:32.270Z+ mkdir -p /work/oxidecomputer/omicron
752026-06-26T04:07:32.270Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-06-26T04:07:32.294ZCloning into '/work/oxidecomputer/omicron'...
772026-06-26T04:07:42.343Z+ cd /work/oxidecomputer/omicron
782026-06-26T04:07:42.343Z+ git fetch origin c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
792026-06-26T04:07:42.637ZFrom https://github.com/oxidecomputer/omicron
802026-06-26T04:07:42.637Z * branch c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9 -> FETCH_HEAD
812026-06-26T04:07:42.651Z+ [[ -n renovate/crucible-common-digest ]]
822026-06-26T04:07:42.654Z++ git branch --show-current
832026-06-26T04:07:42.658Z+ current=main
842026-06-26T04:07:42.659Z+ [[ main != renovate/crucible-common-digest ]]
852026-06-26T04:07:42.659Z+ git branch -f renovate/crucible-common-digest c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
862026-06-26T04:07:42.661Z+ git checkout -f renovate/crucible-common-digest
872026-06-26T04:07:42.903ZSwitched to branch 'renovate/crucible-common-digest'
882026-06-26T04:07:42.906Z+ git reset --hard c2ecdc52a13c0b4a12f81c9c95bf29f4644d55f9
892026-06-26T04:07:43.148ZHEAD is now at c2ecdc52a Update crucible-common digest to 2bfe090
902026-06-26T04:07:43.151Zprocess exited: duration 10898 ms, exit code 0
 
912026-06-26T04:07:43.157Zstarting task 4: "build"
922026-06-26T04:07:43.164Z+ source .github/buildomat/ci-env.sh
932026-06-26T04:07:43.164Z++ export CARGO_TERM_COLOR=always
942026-06-26T04:07:43.164Z++ CARGO_TERM_COLOR=always
952026-06-26T04:07:43.164Z+ cargo --version
962026-06-26T04:07:43.175Zcargo 1.96.0 (30a34c682 2026-05-25)
972026-06-26T04:07:43.180Z+ rustc --version
982026-06-26T04:07:43.200Zrustc 1.96.0 (ac68faa20 2026-05-25)
992026-06-26T04:07:43.203Z+ cargo tree --locked
1002026-06-26T04:07:43.369Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-06-26T04:07:43.642Z Updating crates.io index
1022026-06-26T04:07:43.647Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-06-26T04:07:43.886Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-06-26T04:07:44.196Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-06-26T04:07:44.503Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-06-26T04:07:45.442Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-06-26T04:07:45.931Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-06-26T04:07:47.477Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-06-26T04:07:48.228Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-06-26T04:07:48.471Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-06-26T04:07:49.538Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-06-26T04:07:49.955Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-06-26T04:07:50.284Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-06-26T04:07:50.528Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-06-26T04:07:50.966Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-06-26T04:07:51.461Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-06-26T04:07:51.720Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-06-26T04:07:51.929Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-06-26T04:07:52.204Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-06-26T04:07:52.515Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-06-26T04:07:52.765Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-06-26T04:07:53.006Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-06-26T04:07:53.270Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-06-26T04:07:53.661Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-06-26T04:07:53.976Z Updating git repository `https://github.com/oxidecomputer/erebor`
1262026-06-26T04:07:54.236Z Updating git repository `https://github.com/oxidecomputer/crucible`
1272026-06-26T04:07:54.707Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1282026-06-26T04:07:55.089Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1292026-06-26T04:07:55.308Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1302026-06-26T04:07:55.602Z Updating git repository `https://github.com/oxidecomputer/ispf`
1312026-06-26T04:07:55.866Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1322026-06-26T04:07:56.122Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-26T04:07:56.455Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1342026-06-26T04:07:56.818Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1352026-06-26T04:07:57.223Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-06-26T04:07:57.521Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1372026-06-26T04:07:57.802Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1382026-06-26T04:07:58.057Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1392026-06-26T04:07:58.512Z Updating crates.io index
1402026-06-26T04:07:58.517Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-26T04:07:58.789Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-26T04:07:59.068Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-26T04:07:59.299Z Updating git repository `https://github.com/illumos/smf-rs`
1442026-06-26T04:08:01.173Zerror: failed to select a version for `dropshot`.
1452026-06-26T04:08:01.173Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e)`
1462026-06-26T04:08:01.173Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
1472026-06-26T04:08:01.173Z ... 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)`
1482026-06-26T04:08:01.173Zversions that meet the requirements `^0.17.1` are: 0.17.1
1492026-06-26T04:08:01.173Z
1502026-06-26T04:08:01.173Zall possible versions conflict with previously selected packages
1512026-06-26T04:08:01.173Z
1522026-06-26T04:08:01.173Z previously selected package `dropshot v0.17.0`
1532026-06-26T04:08:01.174Z ... which satisfies dependency `dropshot = "^0.17.0"` (locked to 0.17.0) of package `ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)`
1542026-06-26T04:08:01.174Z
1552026-06-26T04:08:01.174Zfailed to select a version for `dropshot` which could resolve this conflict
1562026-06-26T04:08:01.217Zprocess exited: duration 18059 ms, exit code 101
 
1572026-06-26T04:08:01.223Zfound 0 output files
1582026-06-26T04:08:01.223Zupload error: rule "/work/manifest.toml" required a match, but was not used
1592026-06-26T04:08:01.223Zupload error: rule "/work/repo.zip" required a match, but was not used
1602026-06-26T04:08:01.223Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1612026-06-26T04:08:01.223Zupload error: rule "/work/helios.json" required a match, but was not used
1622026-06-26T04:08:01.223Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1632026-06-26T04:08:01.223Zupload error: rule "/work/incorporation.p5p" required a match, but was not used