01KS4TZK9T2NZ9HTAA3G9Z6X24: 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: 01KS4V00CMN2DQ9SVK6DFPSJKW

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-21T08:39:42.101Zjob assigned to worker 01KS4V07DH40Z7WVT7RG45H4J2 [factory aws, i-0adc3e4737d2fad6f] (queued for 50 s)
 
22026-05-21T08:39:49.667Zstarting task 0: "setup"
32026-05-21T08:39:49.671Z++ uname -s
42026-05-21T08:39:49.674Z+ kern=SunOS
52026-05-21T08:39:49.674Z+ build_user=build
62026-05-21T08:39:49.674Z+ build_uid=12345
72026-05-21T08:39:49.674Z+ work_dir=/work
82026-05-21T08:39:49.674Z+ input_dir=/input
92026-05-21T08:39:49.674Z+ [[ 0 == 12345 ]]
102026-05-21T08:39:49.674Z+ case "$kern" in
112026-05-21T08:39:49.674Z+ groupadd -g 12345 build
122026-05-21T08:39:49.677Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-21T08:39:51.685Z+ zfs create -o mountpoint=/work rpool/work
142026-05-21T08:39:51.763Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-21T08:39:51.766Z+ home_fs=zfs
162026-05-21T08:39:51.766Z+ [[ zfs == autofs ]]
172026-05-21T08:39:51.766Z+ mkdir -p /home/build
182026-05-21T08:39:51.769Z+ chown build:build /home/build /work
192026-05-21T08:39:53.769Z+ chmod 0700 /home/build /work
202026-05-21T08:39:53.772Zprocess exited: duration 4109 ms, exit code 0
 
212026-05-21T08:39:53.778Zstarting task 1: "rust-toolchain"
222026-05-21T08:39:53.784Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-21T08:39:53.784Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-21T08:39:53.784Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-21T08:39:53.784Z * rust toolchain channel = "1.94.0"
262026-05-21T08:39:53.784Z * rust toolchain profile = "default"
272026-05-21T08:39:53.784Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-21T08:39:53.787Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-21T08:39:53.787Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-21T08:39:53.895Zinfo: downloading installer
312026-05-21T08:39:55.321Zwarn: It looks like you have an existing rustup settings file at:
322026-05-21T08:39:55.321Zwarn: /home/build/.rustup/settings.toml
332026-05-21T08:39:55.321Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-21T08:39:55.321Zwarn: instead of the one inferred from the default host triple.
352026-05-21T08:39:55.332Zinfo: profile set to default
362026-05-21T08:39:55.332Zinfo: default host triple is x86_64-unknown-illumos
372026-05-21T08:39:55.335Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
382026-05-21T08:39:55.471Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
392026-05-21T08:39:55.474Zinfo: downloading 6 components
402026-05-21T08:40:10.211Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
412026-05-21T08:40:10.211Z
422026-05-21T08:40:10.239Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
432026-05-21T08:40:10.239Z
442026-05-21T08:40:10.239Z
452026-05-21T08:40:10.239ZRust is installed now. Great!
462026-05-21T08:40:10.239Z
472026-05-21T08:40:10.239ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-21T08:40:10.239Zenvironment variable. This has not been done automatically.
492026-05-21T08:40:10.239Z
502026-05-21T08:40:10.239ZTo configure your current shell, you need to source
512026-05-21T08:40:10.239Zthe corresponding env file under $HOME/.cargo.
522026-05-21T08:40:10.242Z
532026-05-21T08:40:10.243ZThis is usually done by running one of the following (note the leading DOT):
542026-05-21T08:40:10.243Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-21T08:40:10.243Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-21T08:40:10.243Zsource "~/.cargo/env.nu" # For nushell
572026-05-21T08:40:10.243Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-21T08:40:10.243Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-21T08:40:10.243Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-21T08:40:10.243Zwarn: no default linker (`cc`) was found in your PATH
612026-05-21T08:40:10.243Zwarn: many Rust crates require a system C toolchain to build
622026-05-21T08:40:10.343Z+ rustup --version
632026-05-21T08:40:10.349Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-21T08:40:10.352Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-21T08:40:10.372Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
662026-05-21T08:40:10.375Z+ cargo --version
672026-05-21T08:40:10.384Zcargo 1.94.0 (85eff7c80 2026-01-15)
682026-05-21T08:40:10.387Z+ rustc --version
692026-05-21T08:40:10.407Zrustc 1.94.0 (4a4ef493e 2026-03-02)
702026-05-21T08:40:10.412Zprocess exited: duration 16633 ms, exit code 0
 
712026-05-21T08:40:10.418Zstarting task 2: "authentication"
722026-05-21T08:40:10.435Zprocess exited: duration 16 ms, exit code 0
 
732026-05-21T08:40:10.441Zstarting task 3: "clone repository"
742026-05-21T08:40:10.445Z+ mkdir -p /work/oxidecomputer/omicron
752026-05-21T08:40:10.448Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
762026-05-21T08:40:10.492ZCloning into '/work/oxidecomputer/omicron'...
772026-05-21T08:40:22.122Z+ cd /work/oxidecomputer/omicron
782026-05-21T08:40:22.122Z+ git fetch origin 99582913ae28f9f8935d469a14830b7d04f7ac76
792026-05-21T08:40:22.422ZFrom https://github.com/oxidecomputer/omicron
802026-05-21T08:40:22.422Z * branch 99582913ae28f9f8935d469a14830b7d04f7ac76 -> FETCH_HEAD
812026-05-21T08:40:22.437Z+ [[ -n zl/ddm-internal-dns ]]
822026-05-21T08:40:22.440Z++ git branch --show-current
832026-05-21T08:40:22.442Z+ current=main
842026-05-21T08:40:22.442Z+ [[ main != zl/ddm-internal-dns ]]
852026-05-21T08:40:22.442Z+ git branch -f zl/ddm-internal-dns 99582913ae28f9f8935d469a14830b7d04f7ac76
862026-05-21T08:40:22.445Z+ git checkout -f zl/ddm-internal-dns
872026-05-21T08:40:22.679ZSwitched to branch 'zl/ddm-internal-dns'
882026-05-21T08:40:22.682Z+ git reset --hard 99582913ae28f9f8935d469a14830b7d04f7ac76
892026-05-21T08:40:22.695ZHEAD is now at 99582913a merge main + bump maghemite to 9bb5037 + oxlog patch
902026-05-21T08:40:22.698Zprocess exited: duration 12255 ms, exit code 0
 
912026-05-21T08:40:22.703Zstarting task 4: "build"
922026-05-21T08:40:22.709Z+ source .github/buildomat/ci-env.sh
932026-05-21T08:40:22.709Z++ export CARGO_TERM_COLOR=always
942026-05-21T08:40:22.709Z++ CARGO_TERM_COLOR=always
952026-05-21T08:40:22.712Z+ cargo --version
962026-05-21T08:40:22.720Zcargo 1.94.0 (85eff7c80 2026-01-15)
972026-05-21T08:40:22.722Z+ rustc --version
982026-05-21T08:40:22.743Zrustc 1.94.0 (4a4ef493e 2026-03-02)
992026-05-21T08:40:22.746Z+ cargo tree --locked
1002026-05-21T08:40:22.909Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
1012026-05-21T08:40:23.194Z Updating crates.io index
1022026-05-21T08:40:23.197Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1032026-05-21T08:40:23.776Z Updating git repository `https://github.com/oxidecomputer/lldp`
1042026-05-21T08:40:24.210Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
1052026-05-21T08:40:24.529Z Updating git repository `https://github.com/oxidecomputer/propolis`
1062026-05-21T08:40:25.615Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1072026-05-21T08:40:26.116Z Updating git repository `https://github.com/oxidecomputer/crucible`
1082026-05-21T08:40:27.438Z Updating git repository `https://github.com/oxidecomputer/opte`
1092026-05-21T08:40:28.240Z Updating git repository `https://github.com/oxidecomputer/tofino`
1102026-05-21T08:40:28.592Z Updating git repository `https://github.com/oxidecomputer/maghemite`
1112026-05-21T08:40:29.863Z Updating git repository `https://github.com/oxidecomputer/clickward`
1122026-05-21T08:40:30.159Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1132026-05-21T08:40:30.578Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1142026-05-21T08:40:30.884Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1152026-05-21T08:40:31.874Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1162026-05-21T08:40:32.378Z Updating git repository `https://github.com/oxidecomputer/fmd-adm`
1172026-05-21T08:40:32.644Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1182026-05-21T08:40:33.094Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1192026-05-21T08:40:33.372Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
1202026-05-21T08:40:33.778Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1212026-05-21T08:40:34.138Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1222026-05-21T08:40:34.381Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1232026-05-21T08:40:34.672Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1242026-05-21T08:40:35.132Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1252026-05-21T08:40:35.465Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
1262026-05-21T08:40:36.165Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
1272026-05-21T08:40:36.548Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
1282026-05-21T08:40:36.891Z Updating git repository `https://github.com/oxidecomputer/ispf`
1292026-05-21T08:40:38.056Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
1302026-05-21T08:40:38.332Z Updating git repository `https://github.com/oxidecomputer/crucible`
1312026-05-21T08:40:39.226Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-05-21T08:40:39.680Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
1332026-05-21T08:40:40.105Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1342026-05-21T08:40:40.756Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1352026-05-21T08:40:41.058Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
1362026-05-21T08:40:41.434Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1372026-05-21T08:40:42.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-05-21T08:40:42.365Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-05-21T08:40:42.636Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-05-21T08:40:42.882Z Updating git repository `https://github.com/oxidecomputer/omicron`
1412026-05-21T08:40:55.048Z Updating git repository `https://github.com/illumos/smf-rs`
1422026-05-21T08:40:55.590Z Updating git repository `https://github.com/oxidecomputer/dendrite`
1432026-05-21T08:40:57.734Zerror: cannot update the lock file /work/oxidecomputer/omicron/Cargo.lock because --locked was passed to prevent this
1442026-05-21T08:40:57.734Zhelp: to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
1452026-05-21T08:40:57.792Zprocess exited: duration 35088 ms, exit code 101
 
1462026-05-21T08:40:57.798Zfound 0 output files
1472026-05-21T08:40:57.798Zupload error: rule "/work/manifest.toml" required a match, but was not used
1482026-05-21T08:40:57.798Zupload error: rule "/work/repo.zip" required a match, but was not used
1492026-05-21T08:40:57.798Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
1502026-05-21T08:40:57.798Zupload error: rule "/work/helios.json" required a match, but was not used
1512026-05-21T08:40:57.798Zupload error: rule "/work/incorporation.p5m" required a match, but was not used
1522026-05-21T08:40:57.798Zupload error: rule "/work/incorporation.p5p" required a match, but was not used