01JQ572DDKS06BMWWC9S10C6SX: helios / build TUF repo

BasicConfig {
    output_rules: [
        "=/work/manifest.toml",
        "=/work/repo.zip",
        "=/work/repo.zip.sha256.txt",
        "%/work/*.log",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/amd-apcb",
        "oxidecomputer/amd-efs",
        "oxidecomputer/amd-firmware",
        "oxidecomputer/amd-flash",
        "oxidecomputer/amd-host-image-builder",
        "oxidecomputer/boot-image-tools",
        "oxidecomputer/chelsio-t6-roms",
        "oxidecomputer/compliance-pilot",
        "oxidecomputer/facade",
        "oxidecomputer/helios",
        "oxidecomputer/helios-omicron-brand",
        "oxidecomputer/helios-omnios-build",
        "oxidecomputer/helios-omnios-extra",
        "oxidecomputer/nanobl-rs",
    ],
    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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JQ5730EA81P3P4Z1RCBFG2FM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-24T23:17:21.248Zjob assigned to worker 01JQ5735Z44D8D97Z6KNXVWPWT [factory aws, i-0ea9e00c5b22c4c7b] (queued for 49 s)
 
22025-03-24T23:17:29.555Zstarting task 0: "setup"
32025-03-24T23:17:29.560Z++ uname -s
42025-03-24T23:17:29.564Z+ kern=SunOS
52025-03-24T23:17:29.564Z+ build_user=build
62025-03-24T23:17:29.564Z+ build_uid=12345
72025-03-24T23:17:29.564Z+ work_dir=/work
82025-03-24T23:17:29.564Z+ input_dir=/input
92025-03-24T23:17:29.564Z+ [[ 0 == 12345 ]]
102025-03-24T23:17:29.564Z+ case "$kern" in
112025-03-24T23:17:29.564Z+ groupadd -g 12345 build
122025-03-24T23:17:29.567Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-24T23:17:31.572Z+ zfs create -o mountpoint=/work rpool/work
142025-03-24T23:17:31.705Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-24T23:17:31.708Z+ home_fs=zfs
162025-03-24T23:17:31.708Z+ [[ zfs == autofs ]]
172025-03-24T23:17:31.708Z+ mkdir -p /home/build
182025-03-24T23:17:31.711Z+ chown build:build /home/build /work
192025-03-24T23:17:33.711Z+ chmod 0700 /home/build /work
202025-03-24T23:17:33.715Zprocess exited: duration 4161 ms, exit code 0
 
212025-03-24T23:17:33.721Zstarting task 1: "rust-toolchain"
222025-03-24T23:17:33.727Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-24T23:17:33.727Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-03-24T23:17:33.727Z * rust toolchain channel = "1.85.0"
252025-03-24T23:17:33.727Z * rust toolchain profile = "default"
262025-03-24T23:17:33.730Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-24T23:17:33.730Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-24T23:17:33.730Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-24T23:17:33.731Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-24T23:17:33.833Zinfo: downloading installer
312025-03-24T23:17:35.270Zwarn: It looks like you have an existing installation of Rust at:
322025-03-24T23:17:35.270Zwarn: /opt/ooce/bin
332025-03-24T23:17:35.270Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-24T23:17:35.270Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-24T23:17:35.270Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-24T23:17:35.270Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-24T23:17:35.271Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-24T23:17:35.271Zerror: cannot install while Rust is installed
392025-03-24T23:17:35.271Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-24T23:17:35.308Zinfo: profile set to 'default'
412025-03-24T23:17:35.308Zinfo: default host triple is x86_64-unknown-illumos
422025-03-24T23:17:35.319Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-24T23:17:35.490Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-24T23:17:35.490Zinfo: downloading component 'cargo'
452025-03-24T23:17:36.411Zinfo: downloading component 'clippy'
462025-03-24T23:17:36.725Zinfo: downloading component 'rust-docs'
472025-03-24T23:17:37.858Zinfo: downloading component 'rust-std'
482025-03-24T23:17:40.144Zinfo: downloading component 'rustc'
492025-03-24T23:17:43.366Z
502025-03-24T23:17:43.366Zthread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/io/driver.rs:208:27:
512025-03-24T23:17:43.366Zfailed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" }
522025-03-24T23:17:43.366Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
532025-03-24T23:17:43.386Zprocess exited: duration 9664 ms, exit code 1
 
542025-03-24T23:17:43.395Zfound 0 output files
552025-03-24T23:17:43.395Zupload error: rule "/work/manifest.toml" required a match, but was not used
562025-03-24T23:17:43.395Zupload error: rule "/work/repo.zip" required a match, but was not used
572025-03-24T23:17:43.395Zupload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used
582025-03-24T23:17:43.398Ztask 2 was incomplete, marked failed
592025-03-24T23:17:43.398Ztask 3 was incomplete, marked failed
602025-03-24T23:17:43.398Ztask 4 was incomplete, marked failed