|
|
|
| 1 | 2026-05-07T18:43:43.136Z | job assigned to worker 01KR1W04YBQ9EQT7CGJDXEE6WA [factory aws, i-033c6c11ee0296655] (queued for 52 s) |
| |
| 2 | 2026-05-07T18:43:49.665Z | starting task 0: "setup" |
| 3 | 2026-05-07T18:43:49.669Z | ++ uname -s |
| 4 | 2026-05-07T18:43:49.672Z | + kern=SunOS |
| 5 | 2026-05-07T18:43:49.672Z | + build_user=build |
| 6 | 2026-05-07T18:43:49.673Z | + build_uid=12345 |
| 7 | 2026-05-07T18:43:49.673Z | + work_dir=/work |
| 8 | 2026-05-07T18:43:49.673Z | + input_dir=/input |
| 9 | 2026-05-07T18:43:49.673Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-07T18:43:49.673Z | + case "$kern" in |
| 11 | 2026-05-07T18:43:49.673Z | + groupadd -g 12345 build |
| 12 | 2026-05-07T18:43:49.676Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-07T18:43:51.679Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-07T18:43:51.771Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-07T18:43:51.774Z | + home_fs=zfs |
| 16 | 2026-05-07T18:43:51.774Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-07T18:43:51.774Z | + mkdir -p /home/build |
| 18 | 2026-05-07T18:43:51.774Z | + chown build:build /home/build /work |
| 19 | 2026-05-07T18:43:53.775Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-07T18:43:53.778Z | process exited: duration 4113 ms, exit code 0 |
| |
| 21 | 2026-05-07T18:43:53.784Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-07T18:43:53.788Z | + printf ' * rust toolchain channel = "%s"\n' 1.94 |
| 23 | 2026-05-07T18:43:53.788Z | * rust toolchain channel = "1.94" |
| 24 | 2026-05-07T18:43:53.788Z | * rust toolchain profile = "default" |
| 25 | 2026-05-07T18:43:53.788Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-07T18:43:53.788Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-07T18:43:53.791Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-07T18:43:53.791Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-07T18:43:53.791Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94 --profile default |
| 30 | 2026-05-07T18:43:53.888Z | info: downloading installer |
| 31 | 2026-05-07T18:43:55.396Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-07T18:43:55.396Z | warn: /opt/ooce/bin |
| 33 | 2026-05-07T18:43:55.396Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-07T18:43:55.396Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-07T18:43:55.396Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-07T18:43:55.396Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-07T18:43:55.396Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-07T18:43:55.396Z | error: cannot install while Rust is installed |
| 39 | 2026-05-07T18:43:55.396Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-07T18:43:55.396Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-07T18:43:55.396Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-07T18:43:55.396Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-07T18:43:55.396Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-07T18:43:55.411Z | info: profile set to default |
| 45 | 2026-05-07T18:43:55.411Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-07T18:43:55.413Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 47 | 2026-05-07T18:43:55.552Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 48 | 2026-05-07T18:43:55.555Z | info: downloading 6 components |
| 49 | 2026-05-07T18:44:11.744Z | info: default toolchain set to 1.94-x86_64-unknown-illumos |
| 50 | 2026-05-07T18:44:11.744Z | |
| 51 | 2026-05-07T18:44:11.770Z | 1.94-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 52 | 2026-05-07T18:44:11.770Z | |
| 53 | 2026-05-07T18:44:11.774Z | |
| 54 | 2026-05-07T18:44:11.774Z | Rust is installed now. Great! |
| 55 | 2026-05-07T18:44:11.774Z | |
| 56 | 2026-05-07T18:44:11.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-07T18:44:11.774Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-07T18:44:11.774Z | |
| 59 | 2026-05-07T18:44:11.774Z | To configure your current shell, you need to source |
| 60 | 2026-05-07T18:44:11.774Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-07T18:44:11.774Z | |
| 62 | 2026-05-07T18:44:11.774Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-07T18:44:11.774Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-07T18:44:11.774Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-07T18:44:11.774Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-07T18:44:11.774Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-07T18:44:11.775Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-07T18:44:11.775Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-07T18:44:11.775Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-07T18:44:11.775Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-07T18:44:11.862Z | + rustup --version |
| 72 | 2026-05-07T18:44:11.871Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-07T18:44:11.874Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-07T18:44:11.892Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 75 | 2026-05-07T18:44:11.895Z | + cargo --version |
| 76 | 2026-05-07T18:44:11.907Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 77 | 2026-05-07T18:44:11.910Z | + rustc --version |
| 78 | 2026-05-07T18:44:11.930Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 79 | 2026-05-07T18:44:11.933Z | process exited: duration 18143 ms, exit code 0 |
| |
| 80 | 2026-05-07T18:44:11.938Z | starting task 2: "authentication" |
| 81 | 2026-05-07T18:44:11.955Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-05-07T18:44:11.961Z | starting task 3: "clone repository" |
| 83 | 2026-05-07T18:44:11.964Z | + mkdir -p /work/oxidecomputer/buildomat |
| 84 | 2026-05-07T18:44:11.967Z | + git clone https://github.com/oxidecomputer/buildomat /work/oxidecomputer/buildomat |
| 85 | 2026-05-07T18:44:11.996Z | Cloning into '/work/oxidecomputer/buildomat'... |
| 86 | 2026-05-07T18:44:12.760Z | + cd /work/oxidecomputer/buildomat |
| 87 | 2026-05-07T18:44:12.760Z | + git fetch origin f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2 |
| 88 | 2026-05-07T18:44:13.007Z | From https://github.com/oxidecomputer/buildomat |
| 89 | 2026-05-07T18:44:13.007Z | * branch f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2 -> FETCH_HEAD |
| 90 | 2026-05-07T18:44:13.011Z | + [[ -n ea-ptqwnqpswsuv ]] |
| 91 | 2026-05-07T18:44:13.014Z | ++ git branch --show-current |
| 92 | 2026-05-07T18:44:13.014Z | + current=main |
| 93 | 2026-05-07T18:44:13.014Z | + [[ main != ea-ptqwnqpswsuv ]] |
| 94 | 2026-05-07T18:44:13.014Z | + git branch -f ea-ptqwnqpswsuv f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2 |
| 95 | 2026-05-07T18:44:13.018Z | + git checkout -f ea-ptqwnqpswsuv |
| 96 | 2026-05-07T18:44:13.027Z | Switched to branch 'ea-ptqwnqpswsuv' |
| 97 | 2026-05-07T18:44:13.031Z | + git reset --hard f2bcec547e3e87621c39a5f92adf6bbf5d0b7bd2 |
| 98 | 2026-05-07T18:44:13.038Z | HEAD is now at f2bcec5 use an enum to define job streams |
| 99 | 2026-05-07T18:44:13.041Z | process exited: duration 1077 ms, exit code 0 |
| |
| 100 | 2026-05-07T18:44:13.048Z | starting task 4: "build" |
| 101 | 2026-05-07T18:44:13.052Z | + banner fmt |
| 102 | 2026-05-07T18:44:13.055Z | |
| 103 | 2026-05-07T18:44:13.055Z | ###### # # ##### |
| 104 | 2026-05-07T18:44:13.055Z | # ## ## # |
| 105 | 2026-05-07T18:44:13.055Z | ##### # ## # # |
| 106 | 2026-05-07T18:44:13.055Z | # # # # |
| 107 | 2026-05-07T18:44:13.055Z | # # # # |
| 108 | 2026-05-07T18:44:13.055Z | # # # # |
| 109 | 2026-05-07T18:44:13.056Z | |
| 110 | 2026-05-07T18:44:13.056Z | + cargo fmt --check |
| 111 | 2026-05-07T18:44:13.113Z | info: syncing channel updates for 1.94-x86_64-unknown-illumos |
| 112 | 2026-05-07T18:44:13.274Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-07T18:44:13.281Z | info: downloading component rust-std |
| 114 | 2026-05-07T18:44:18.461Z | process exited: duration 5406 ms, exit code 0 |
| |
| 115 | 2026-05-07T18:44:18.484Z | found 0 output files |