01KFF4H49SADVBP7EX07BPC46D: build

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/ddmd",
            series: "release",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/release/ddmadm",
            series: "release",
            name: "ddmadm",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmd",
            series: "debug",
            name: "ddmd",
        },
        BasicConfigPublish {
            from_output: "/work/debug/ddmadm",
            series: "debug",
            name: "ddmadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KFF4HV6GX23WFAH8PSH9WAAC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-21T02:01:51.221Zjob assigned to worker 01KFF4HW6AP45CN82PWMPMQP8M [factory gimlet-EVT22200007-propolis, EVT22200007/55162] (queued for 31 s)
 
22026-01-21T02:02:00.854Zstarting task 0: "setup"
32026-01-21T02:02:00.879Z++ uname -s
42026-01-21T02:02:00.879Z+ kern=SunOS
52026-01-21T02:02:00.879Z+ build_user=build
62026-01-21T02:02:00.879Z+ build_uid=12345
72026-01-21T02:02:00.879Z+ work_dir=/work
82026-01-21T02:02:00.879Z+ input_dir=/input
92026-01-21T02:02:00.879Z+ [[ 0 == 12345 ]]
102026-01-21T02:02:00.879Z+ case "$kern" in
112026-01-21T02:02:00.879Z+ groupadd -g 12345 build
122026-01-21T02:02:00.879Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-21T02:02:02.888Z+ zfs create -o mountpoint=/work rpool/work
142026-01-21T02:02:02.925Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-21T02:02:02.950Z+ home_fs=zfs
162026-01-21T02:02:02.950Z+ [[ zfs == autofs ]]
172026-01-21T02:02:02.950Z+ mkdir -p /home/build
182026-01-21T02:02:02.950Z+ chown build:build /home/build /work
192026-01-21T02:02:04.935Z+ chmod 0700 /home/build /work
202026-01-21T02:02:04.959Zprocess exited: duration 4085 ms, exit code 0
 
212026-01-21T02:02:05.008Zstarting task 1: "rust-toolchain"
222026-01-21T02:02:05.032Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-21T02:02:05.032Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-21T02:02:05.032Z * rust toolchain channel = "stable"
252026-01-21T02:02:05.033Z * rust toolchain profile = "default"
262026-01-21T02:02:05.033Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-21T02:02:05.033Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-21T02:02:05.033Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-21T02:02:05.033Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-21T02:02:05.184Zinfo: downloading installer
312026-01-21T02:02:05.980Zwarn: It looks like you have an existing installation of Rust at:
322026-01-21T02:02:05.980Zwarn: /opt/ooce/bin
332026-01-21T02:02:05.980Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-21T02:02:05.980Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-21T02:02:05.980Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-21T02:02:05.980Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-21T02:02:05.980Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-21T02:02:05.980Zerror: cannot install while Rust is installed
392026-01-21T02:02:05.980Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-21T02:02:06.004Zinfo: profile set to 'default'
412026-01-21T02:02:06.005Zinfo: default host triple is x86_64-unknown-illumos
422026-01-21T02:02:06.005Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-21T02:02:06.148Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-21T02:02:06.148Zinfo: downloading component 'cargo'
452026-01-21T02:02:06.589Zinfo: downloading component 'clippy'
462026-01-21T02:02:06.736Zinfo: downloading component 'rust-docs'
472026-01-21T02:02:06.963Zinfo: downloading component 'rust-std'
482026-01-21T02:02:07.697Zinfo: downloading component 'rustc'
492026-01-21T02:02:10.377Z
502026-01-21T02:02:10.377Zthread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/io/driver.rs:208:27:
512026-01-21T02:02:10.377Zfailed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" }
522026-01-21T02:02:10.377Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
532026-01-21T02:02:10.407Zprocess exited: duration 5400 ms, exit code 1
 
542026-01-21T02:02:10.458Zfound 0 output files
552026-01-21T02:02:10.484Ztask 2 was incomplete, marked failed
562026-01-21T02:02:10.484Ztask 3 was incomplete, marked failed
572026-01-21T02:02:10.484Ztask 4 was incomplete, marked failed