01M18AEDPX6PB3JHQ9VZFSBSJ2: 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: 01M18AEV4JG4YCB59FCH24HSN4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-30T03:13:12.134Zjob assigned to worker 01M18AF12E7SRNAWAXNDK488QJ [factory aws, i-053fa4b5bcf92a903] (queued for 47 s)
 
22026-08-30T03:13:19.497Zstarting task 0: "setup"
32026-08-30T03:13:19.502Z++ uname -s
42026-08-30T03:13:19.506Z+ kern=SunOS
52026-08-30T03:13:19.506Z+ build_user=build
62026-08-30T03:13:19.506Z+ build_uid=12345
72026-08-30T03:13:19.506Z+ work_dir=/work
82026-08-30T03:13:19.506Z+ input_dir=/input
92026-08-30T03:13:19.506Z+ [[ 0 == 12345 ]]
102026-08-30T03:13:19.506Z+ case "$kern" in
112026-08-30T03:13:19.506Z+ groupadd -g 12345 build
122026-08-30T03:13:19.509Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-30T03:13:21.517Z+ zfs create -o mountpoint=/work rpool/work
142026-08-30T03:13:21.611Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-30T03:13:21.614Z+ home_fs=zfs
162026-08-30T03:13:21.615Z+ [[ zfs == autofs ]]
172026-08-30T03:13:21.615Z+ mkdir -p /home/build
182026-08-30T03:13:21.618Z+ chown build:build /home/build /work
192026-08-30T03:13:23.617Z+ chmod 0700 /home/build /work
202026-08-30T03:13:23.621Zprocess exited: duration 4126 ms, exit code 0
 
212026-08-30T03:13:23.628Zstarting task 1: "rust-toolchain"
222026-08-30T03:13:23.634Z * rust toolchain channel = "1.97.1"
232026-08-30T03:13:23.634Z * rust toolchain profile = "default"
242026-08-30T03:13:23.634Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
252026-08-30T03:13:23.634Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-30T03:13:23.634Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-30T03:13:23.634Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-30T03:13:23.637Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-30T03:13:23.637Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-30T03:13:23.726Zinfo: downloading installer
312026-08-30T03:13:25.030Zwarn: It looks like you have an existing rustup settings file at:
322026-08-30T03:13:25.030Zwarn: /home/build/.rustup/settings.toml
332026-08-30T03:13:25.030Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-30T03:13:25.030Zwarn: instead of the one inferred from the default host triple.
352026-08-30T03:13:25.043Zinfo: profile set to default
362026-08-30T03:13:25.043Zinfo: default host triple is x86_64-unknown-illumos
372026-08-30T03:13:25.046Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-30T03:13:25.188Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-30T03:13:25.192Zinfo: downloading 6 components
402026-08-30T03:13:40.064Z
412026-08-30T03:13:40.065Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-30T03:13:40.092Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-30T03:13:40.092Z
442026-08-30T03:13:40.092Z
452026-08-30T03:13:40.092ZRust is installed now. Great!
462026-08-30T03:13:40.092Z
472026-08-30T03:13:40.093ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-30T03:13:40.093Zenvironment variable. This has not been done automatically.
492026-08-30T03:13:40.093Z
502026-08-30T03:13:40.093ZTo configure your current shell, you need to source
512026-08-30T03:13:40.093Zthe corresponding env file under $HOME/.cargo.
522026-08-30T03:13:40.093Z
532026-08-30T03:13:40.093ZThis is usually done by running one of the following (note the leading DOT):
542026-08-30T03:13:40.093Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-30T03:13:40.093Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-30T03:13:40.093Zsource "~/.cargo/env.nu" # For nushell
572026-08-30T03:13:40.093Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-30T03:13:40.093Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-30T03:13:40.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-30T03:13:40.097Zwarn: no default linker (`cc`) was found in your PATH
612026-08-30T03:13:40.097Zwarn: many Rust crates require a system C toolchain to build
622026-08-30T03:13:40.206Z+ rustup --version
632026-08-30T03:13:40.212Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-30T03:13:40.212Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-30T03:13:40.233Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-30T03:13:40.237Z+ cargo --version
672026-08-30T03:13:40.245Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-30T03:13:40.248Z+ rustc --version
692026-08-30T03:13:40.267Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-30T03:13:40.271Zprocess exited: duration 16641 ms, exit code 0
 
712026-08-30T03:13:40.278Zstarting task 2: "authentication"
722026-08-30T03:13:40.296Zprocess exited: duration 18 ms, exit code 0
 
732026-08-30T03:13:40.303Zstarting task 3: "clone repository"
742026-08-30T03:13:40.307Z+ mkdir -p /work/oxidecomputer/omicron
752026-08-30T03:13:40.311Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-08-30T03:13:40.342ZCloning into '/work/oxidecomputer/omicron'...
772026-08-30T03:13:59.521Z+ cd /work/oxidecomputer/omicron
782026-08-30T03:13:59.521Z+ git fetch origin 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
792026-08-30T03:13:59.851ZFrom https://github.com/oxidecomputer/omicron
802026-08-30T03:13:59.851Z * branch 06d5cbef190895d8f9ccd0c6e1988c061c479d2a -> FETCH_HEAD
812026-08-30T03:13:59.865Z+ [[ -n renovate/ddm-admin-client-digest ]]
822026-08-30T03:13:59.870Z++ git branch --show-current
832026-08-30T03:13:59.870Z+ current=main
842026-08-30T03:13:59.870Z+ [[ main != renovate/ddm-admin-client-digest ]]
852026-08-30T03:13:59.870Z+ git branch -f renovate/ddm-admin-client-digest 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
862026-08-30T03:13:59.873Z+ git checkout -f renovate/ddm-admin-client-digest
872026-08-30T03:14:00.011ZSwitched to branch 'renovate/ddm-admin-client-digest'
882026-08-30T03:14:00.015Z+ git reset --hard 06d5cbef190895d8f9ccd0c6e1988c061c479d2a
892026-08-30T03:14:00.145ZHEAD is now at 06d5cbef1 Update ddm-admin-client digest to 1a9818c
902026-08-30T03:14:00.149Zprocess exited: duration 19843 ms, exit code 0
 
912026-08-30T03:14:00.155Zstarting task 4: "build"
922026-08-30T03:14:00.162Z+ source .github/buildomat/ci-env.sh
932026-08-30T03:14:00.162Z++ export CARGO_TERM_COLOR=always
942026-08-30T03:14:00.162Z++ CARGO_TERM_COLOR=always
952026-08-30T03:14:00.166Z+++ uname -s
962026-08-30T03:14:00.166Z++ [[ SunOS == \S\u\n\O\S ]]
972026-08-30T03:14:00.166Z++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core
982026-08-30T03:14:00.169Z+ cargo --version
992026-08-30T03:14:00.176Zcargo 1.97.1 (c980f4866 2026-06-30)
1002026-08-30T03:14:00.179Z+ rustc --version
1012026-08-30T03:14:00.199Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1022026-08-30T03:14:00.205Z+ cargo tree --locked
1032026-08-30T03:14:00.377Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1042026-08-30T03:14:00.871Z Updating crates.io index
1052026-08-30T03:14:00.875Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1062026-08-30T03:14:01.182Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1072026-08-30T03:14:01.614Z Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox`
1082026-08-30T03:14:01.940Z Updating git repository `https://github.com/oxidecomputer/propolis`
1092026-08-30T03:14:03.216Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1102026-08-30T03:14:03.877Z Updating git repository `https://github.com/oxidecomputer/crucible`
1112026-08-30T03:14:05.844Z Updating git repository `https://github.com/oxidecomputer/opte`
1122026-08-30T03:14:06.999Z Updating git repository `https://github.com/oxidecomputer/tofino`
1132026-08-30T03:14:07.304Z Updating git repository `https://github.com/oxidecomputer/lldp`
1142026-08-30T03:14:07.718Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1152026-08-30T03:14:09.042Z Updating git repository `https://github.com/oxidecomputer/clickward`
1162026-08-30T03:14:09.342Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1172026-08-30T03:14:09.807Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1182026-08-30T03:14:10.090Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1192026-08-30T03:14:10.349Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1202026-08-30T03:14:10.604Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1212026-08-30T03:14:10.897Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1222026-08-30T03:14:11.205Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1232026-08-30T03:14:11.524Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1242026-08-30T03:14:11.900Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1252026-08-30T03:14:12.348Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1262026-08-30T03:14:12.958Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1272026-08-30T03:14:13.262Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1282026-08-30T03:14:13.827Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1292026-08-30T03:14:14.174Z Updating git repository `https://github.com/oxidecomputer/erebor`
1302026-08-30T03:14:14.445Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1312026-08-30T03:14:14.902Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1322026-08-30T03:14:15.183Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1332026-08-30T03:14:15.479Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1342026-08-30T03:14:15.836Z Updating git repository `https://github.com/oxidecomputer/ispf`
1352026-08-30T03:14:16.114Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1362026-08-30T03:14:16.453Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1372026-08-30T03:14:16.897Z Updating git repository `https://github.com/oxidecomputer/tough`
1382026-08-30T03:14:17.729Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1392026-08-30T03:14:18.015Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1402026-08-30T03:14:18.328Z Updating crates.io index
1412026-08-30T03:14:18.331Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1422026-08-30T03:14:18.686Z Updating git repository `https://github.com/oxidecomputer/pmbus`
1432026-08-30T03:14:19.007Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1442026-08-30T03:14:19.277Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-08-30T03:14:19.563Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-30T03:14:19.926Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-30T03:14:20.229Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1482026-08-30T03:14:20.534Z Updating git repository `https://github.com/illumos/smf-rs`
1492026-08-30T03:14:22.479Zerror: failed to select a version for `oxnet`.
1502026-08-30T03:14:22.479Z ... required by package `ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1a9818c2da48e70b67d3ca745aa7044a605cf28f#1a9818c2)`
1512026-08-30T03:14:22.479Z ... which satisfies git dependency `ddm-admin-client` of package `omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)`
1522026-08-30T03:14:22.479Z ... which satisfies path dependency `omicron-ddm-admin-client` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
1532026-08-30T03:14:22.479Zversions that meet the requirements `^0.1.7` are: 0.1.7
1542026-08-30T03:14:22.479Z
1552026-08-30T03:14:22.479Zall possible versions conflict with previously selected packages
1562026-08-30T03:14:22.479Z
1572026-08-30T03:14:22.479Z previously selected package `oxnet v0.1.6`
1582026-08-30T03:14:22.479Z ... which satisfies dependency `oxnet = "^0.1.5"` (locked to 0.1.6) of package `omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)`
1592026-08-30T03:14:22.479Z
1602026-08-30T03:14:22.479Zfailed to select a version for `oxnet` which could resolve this conflict
1612026-08-30T03:14:22.523Zprocess exited: duration 22367 ms, exit code 101
 
1622026-08-30T03:14:22.530Zfound 0 output files
1632026-08-30T03:14:22.533Zupload error: rule "/work/manifest.toml" required a match, but was not used
1642026-08-30T03:14:22.533Zupload error: rule "/work/repo.zip" required a match, but was not used
1652026-08-30T03:14:22.533Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1662026-08-30T03:14:22.533Zupload error: rule "/work/helios.json" required a match, but was not used
1672026-08-30T03:14:22.533Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1682026-08-30T03:14:22.533Zupload error: rule "/work/incorporation.p5p" required a match, but was not used