01KHD5YFPJ1ZDZDN8164MXXK5B: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KHD5ZKH49NASNF83N9ZTRWTV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-14T04:20:33.584Zjob assigned to worker 01KHD616TBXHR1J7YQ0MZC9ZAV [factory gimlet-EVT22200007-propolis, EVT22200007/58161] (queued for 1 m 19 s)
 
22026-02-14T04:20:42.934Zstarting task 0: "setup"
32026-02-14T04:20:43.016Z++ uname -s
42026-02-14T04:20:43.016Z+ kern=SunOS
52026-02-14T04:20:43.016Z+ build_user=build
62026-02-14T04:20:43.016Z+ build_uid=12345
72026-02-14T04:20:43.016Z+ work_dir=/work
82026-02-14T04:20:43.016Z+ input_dir=/input
92026-02-14T04:20:43.016Z+ [[ 0 == 12345 ]]
102026-02-14T04:20:43.016Z+ case "$kern" in
112026-02-14T04:20:43.016Z+ groupadd -g 12345 build
122026-02-14T04:20:43.016Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-14T04:20:44.992Z+ zfs create -o mountpoint=/work rpool/work
142026-02-14T04:20:45.042Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-14T04:20:45.042Z+ home_fs=zfs
162026-02-14T04:20:45.042Z+ [[ zfs == autofs ]]
172026-02-14T04:20:45.042Z+ mkdir -p /home/build
182026-02-14T04:20:45.042Z+ chown build:build /home/build /work
192026-02-14T04:20:47.001Z+ chmod 0700 /home/build /work
202026-02-14T04:20:47.026Zprocess exited: duration 4097 ms, exit code 0
 
212026-02-14T04:20:47.078Zstarting task 1: "rust-toolchain"
222026-02-14T04:20:47.103Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-02-14T04:20:47.103Z * rust toolchain channel = "1.91.1"
242026-02-14T04:20:47.103Z * rust toolchain profile = "default"
252026-02-14T04:20:47.103Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-14T04:20:47.103Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-14T04:20:47.103Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-14T04:20:47.103Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-14T04:20:47.103Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-02-14T04:20:47.250Zinfo: downloading installer
312026-02-14T04:20:47.766Zwarn: It looks like you have an existing installation of Rust at:
322026-02-14T04:20:47.766Zwarn: /opt/ooce/bin
332026-02-14T04:20:47.767Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-14T04:20:47.767Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-14T04:20:47.767Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-14T04:20:47.767Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-14T04:20:47.767Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-14T04:20:47.767Zerror: cannot install while Rust is installed
392026-02-14T04:20:47.767Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-14T04:20:47.791Zinfo: profile set to 'default'
412026-02-14T04:20:47.791Zinfo: default host triple is x86_64-unknown-illumos
422026-02-14T04:20:47.792Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-02-14T04:20:47.935Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-02-14T04:20:47.935Zinfo: downloading component 'cargo'
452026-02-14T04:20:48.251Zinfo: downloading component 'clippy'
462026-02-14T04:20:48.345Zinfo: downloading component 'rust-docs'
472026-02-14T04:20:48.586Zinfo: downloading component 'rust-std'
482026-02-14T04:20:48.894Zinfo: downloading component 'rustc'
492026-02-14T04:20:48.947Z
502026-02-14T04:20:48.947Zthread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/io/driver.rs:208:27:
512026-02-14T04:20:48.947Zfailed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" }
522026-02-14T04:20:48.947Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
532026-02-14T04:20:48.972Zprocess exited: duration 1896 ms, exit code 1
 
542026-02-14T04:20:49.022Zfound 0 output files
552026-02-14T04:20:49.022Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used
562026-02-14T04:20:49.047Ztask 2 was incomplete, marked failed
572026-02-14T04:20:49.047Ztask 3 was incomplete, marked failed
582026-02-14T04:20:49.047Ztask 4 was incomplete, marked failed