01KCTSDQVX804F7M9S1QZP3MSH: falcon

BasicConfig {
    output_rules: [
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/propolis-server",
            series: "falcon",
            name: "propolis-server",
        },
        BasicConfigPublish {
            from_output: "/work/release/propolis-server.sha256.txt",
            series: "falcon",
            name: "propolis-server.sha256.txt",
        },
        BasicConfigPublish {
            from_output: "/work/release/propolis-cli",
            series: "falcon",
            name: "propolis-cli",
        },
        BasicConfigPublish {
            from_output: "/work/release/propolis-cli.sha256.txt",
            series: "falcon",
            name: "propolis-cli.sha256.txt",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KCTSDYT2FA3TZW9E66PM6CHE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-19T07:51:09.278Zjob assigned to worker 01KCTSDZ7J8KYZD7BY3DCSYQRT [factory gimlet-EVT22200007-propolis, EVT22200007/51940] (queued for 23 s)
 
22025-12-19T07:51:18.017Zstarting task 0: "setup"
32025-12-19T07:51:18.042Z++ uname -s
42025-12-19T07:51:18.042Z+ kern=SunOS
52025-12-19T07:51:18.042Z+ build_user=build
62025-12-19T07:51:18.042Z+ build_uid=12345
72025-12-19T07:51:18.042Z+ work_dir=/work
82025-12-19T07:51:18.042Z+ input_dir=/input
92025-12-19T07:51:18.042Z+ [[ 0 == 12345 ]]
102025-12-19T07:51:18.042Z+ case "$kern" in
112025-12-19T07:51:18.043Z+ groupadd -g 12345 build
122025-12-19T07:51:18.043Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-19T07:51:20.040Z+ zfs create -o mountpoint=/work rpool/work
142025-12-19T07:51:20.072Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-19T07:51:20.096Z+ home_fs=zfs
162025-12-19T07:51:20.097Z+ [[ zfs == autofs ]]
172025-12-19T07:51:20.097Z+ mkdir -p /home/build
182025-12-19T07:51:20.097Z+ chown build:build /home/build /work
192025-12-19T07:51:22.081Z+ chmod 0700 /home/build /work
202025-12-19T07:51:22.105Zprocess exited: duration 4069 ms, exit code 0
 
212025-12-19T07:51:22.156Zstarting task 1: "rust-toolchain"
222025-12-19T07:51:22.181Z+ printf ' * rust toolchain channel = "%s"\n' stable
232025-12-19T07:51:22.181Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-12-19T07:51:22.181Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252025-12-19T07:51:22.181Z * rust toolchain channel = "stable"
262025-12-19T07:51:22.181Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-12-19T07:51:22.181Z * rust toolchain profile = "default"
282025-12-19T07:51:22.181Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-19T07:51:22.181Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302025-12-19T07:51:22.292Zinfo: downloading installer
312025-12-19T07:51:22.826Zwarn: It looks like you have an existing installation of Rust at:
322025-12-19T07:51:22.826Zwarn: /opt/ooce/bin
332025-12-19T07:51:22.826Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-19T07:51:22.826Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-19T07:51:22.826Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-19T07:51:22.826Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-19T07:51:22.826Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-19T07:51:22.826Zerror: cannot install while Rust is installed
392025-12-19T07:51:22.827Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-19T07:51:22.851Zinfo: profile set to 'default'
412025-12-19T07:51:22.851Zinfo: default host triple is x86_64-unknown-illumos
422025-12-19T07:51:22.851Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432025-12-19T07:51:22.966Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442025-12-19T07:51:22.966Zinfo: downloading component 'cargo'
452025-12-19T07:51:23.144Zinfo: downloading component 'clippy'
462025-12-19T07:51:23.247Zinfo: downloading component 'rust-docs'
472025-12-19T07:51:23.491Zinfo: downloading component 'rust-std'
482025-12-19T07:51:23.870Zinfo: downloading component 'rustc'
492025-12-19T07:51:23.908Z
502025-12-19T07:51:23.908Zthread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/io/driver.rs:208:27:
512025-12-19T07:51:23.908Zfailed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" }
522025-12-19T07:51:23.908Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
532025-12-19T07:51:23.935Zprocess exited: duration 1781 ms, exit code 1
 
542025-12-19T07:51:23.985Zfound 0 output files
552025-12-19T07:51:24.012Ztask 2 was incomplete, marked failed
562025-12-19T07:51:24.012Ztask 3 was incomplete, marked failed
572025-12-19T07:51:24.012Ztask 4 was incomplete, marked failed