|
|
|
| 1 | 2026-01-21T19:42:00.807Z | job assigned to worker 01KFH15QTPBSCCBAZEV9SAAXV2 [factory aws, i-03ebb78ddd5116407] (queued for 1 m 22 s) |
| |
| 2 | 2026-01-21T19:42:09.413Z | starting task 0: "setup" |
| 3 | 2026-01-21T19:42:09.418Z | ++ uname -s |
| 4 | 2026-01-21T19:42:09.427Z | + kern=SunOS |
| 5 | 2026-01-21T19:42:09.427Z | + build_user=build |
| 6 | 2026-01-21T19:42:09.427Z | + build_uid=12345 |
| 7 | 2026-01-21T19:42:09.427Z | + work_dir=/work |
| 8 | 2026-01-21T19:42:09.427Z | + input_dir=/input |
| 9 | 2026-01-21T19:42:09.427Z | + [[ 0 == 12345 ]] |
| 10 | 2026-01-21T19:42:09.427Z | + case "$kern" in |
| 11 | 2026-01-21T19:42:09.427Z | + groupadd -g 12345 build |
| 12 | 2026-01-21T19:42:09.431Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-01-21T19:42:11.436Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-01-21T19:42:11.557Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-01-21T19:42:11.564Z | + home_fs=zfs |
| 16 | 2026-01-21T19:42:11.564Z | + [[ zfs == autofs ]] |
| 17 | 2026-01-21T19:42:11.564Z | + mkdir -p /home/build |
| 18 | 2026-01-21T19:42:11.564Z | + chown build:build /home/build /work |
| 19 | 2026-01-21T19:42:13.562Z | + chmod 0700 /home/build /work |
| 20 | 2026-01-21T19:42:13.565Z | process exited: duration 4153 ms, exit code 0 |
| |
| 21 | 2026-01-21T19:42:13.571Z | starting task 1: "rust-toolchain" |
| 22 | 2026-01-21T19:42:13.576Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-01-21T19:42:13.576Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-01-21T19:42:13.576Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-01-21T19:42:13.576Z | * rust toolchain profile = "default" |
| 26 | 2026-01-21T19:42:13.576Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-01-21T19:42:13.576Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-01-21T19:42:13.579Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-01-21T19:42:13.579Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-01-21T19:42:13.691Z | info: downloading installer |
| 31 | 2026-01-21T19:42:14.958Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-01-21T19:42:14.958Z | warn: /opt/ooce/bin |
| 33 | 2026-01-21T19:42:14.958Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-01-21T19:42:14.958Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-01-21T19:42:14.958Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-01-21T19:42:14.958Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-01-21T19:42:14.958Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-01-21T19:42:14.958Z | error: cannot install while Rust is installed |
| 39 | 2026-01-21T19:42:14.958Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-01-21T19:42:14.972Z | info: profile set to 'default' |
| 41 | 2026-01-21T19:42:14.972Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-01-21T19:42:14.975Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-01-21T19:42:15.142Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-01-21T19:42:15.142Z | info: downloading component 'cargo' |
| 45 | 2026-01-21T19:42:15.959Z | info: downloading component 'clippy' |
| 46 | 2026-01-21T19:42:16.341Z | info: downloading component 'rust-docs' |
| 47 | 2026-01-21T19:42:17.578Z | info: downloading component 'rust-std' |
| 48 | 2026-01-21T19:42:19.134Z | info: downloading component 'rustc' |
| 49 | 2026-01-21T19:42:24.808Z | |
| 50 | 2026-01-21T19:42:24.808Z | thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/io/driver.rs:208:27: |
| 51 | 2026-01-21T19:42:24.808Z | failed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" } |
| 52 | 2026-01-21T19:42:24.808Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 53 | 2026-01-21T19:42:24.826Z | process exited: duration 11253 ms, exit code 1 |
| |
| 54 | 2026-01-21T19:42:24.832Z | found 0 output files |
| 55 | 2026-01-21T19:42:24.836Z | task 2 was incomplete, marked failed |
| 56 | 2026-01-21T19:42:24.836Z | task 3 was incomplete, marked failed |
| 57 | 2026-01-21T19:42:24.836Z | task 4 was incomplete, marked failed |