|
|
|
| 1 | 2026-03-11T03:13:58.909Z | job assigned to worker 01KKDE3VAGXE5JVX244620B82J [factory aws, i-09365162fef3b50be] (queued for 1 m 17 s) |
| |
| 2 | 2026-03-11T03:14:07.268Z | starting task 0: "setup" |
| 3 | 2026-03-11T03:14:07.275Z | ++ uname -s |
| 4 | 2026-03-11T03:14:07.278Z | + kern=SunOS |
| 5 | 2026-03-11T03:14:07.278Z | + build_user=build |
| 6 | 2026-03-11T03:14:07.278Z | + build_uid=12345 |
| 7 | 2026-03-11T03:14:07.278Z | + work_dir=/work |
| 8 | 2026-03-11T03:14:07.278Z | + input_dir=/input |
| 9 | 2026-03-11T03:14:07.278Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-11T03:14:07.278Z | + case "$kern" in |
| 11 | 2026-03-11T03:14:07.278Z | + groupadd -g 12345 build |
| 12 | 2026-03-11T03:14:07.281Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-11T03:14:09.285Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-11T03:14:09.385Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-11T03:14:09.388Z | + home_fs=zfs |
| 16 | 2026-03-11T03:14:09.388Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-11T03:14:09.388Z | + mkdir -p /home/build |
| 18 | 2026-03-11T03:14:09.392Z | + chown build:build /home/build /work |
| 19 | 2026-03-11T03:14:11.391Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-11T03:14:11.393Z | process exited: duration 4124 ms, exit code 0 |
| |
| 21 | 2026-03-11T03:14:11.398Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-11T03:14:11.403Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-03-11T03:14:11.403Z | * rust toolchain channel = "stable" |
| 24 | 2026-03-11T03:14:11.403Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-11T03:14:11.403Z | * rust toolchain profile = "default" |
| 26 | 2026-03-11T03:14:11.403Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-11T03:14:11.406Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-11T03:14:11.406Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-11T03:14:11.406Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-03-11T03:14:11.522Z | info: downloading installer |
| 31 | 2026-03-11T03:14:13.297Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-11T03:14:13.297Z | warn: /opt/ooce/bin |
| 33 | 2026-03-11T03:14:13.297Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-11T03:14:13.297Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-11T03:14:13.297Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-11T03:14:13.297Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-11T03:14:13.297Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-11T03:14:13.297Z | error: cannot install while Rust is installed |
| 39 | 2026-03-11T03:14:13.297Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-11T03:14:13.323Z | info: profile set to 'default' |
| 41 | 2026-03-11T03:14:13.323Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-11T03:14:13.326Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
| 43 | 2026-03-11T03:14:13.502Z | info: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02) |
| 44 | 2026-03-11T03:14:13.502Z | info: downloading component 'cargo' |
| 45 | 2026-03-11T03:14:14.982Z | info: downloading component 'clippy' |
| 46 | 2026-03-11T03:14:15.452Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-11T03:14:17.289Z | info: downloading component 'rust-std' |
| 48 | 2026-03-11T03:14:19.848Z | info: downloading component 'rustc' |
| 49 | 2026-03-11T03:14:30.301Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-11T03:14:30.736Z | info: installing component 'cargo' |
| 51 | 2026-03-11T03:14:31.567Z | info: installing component 'clippy' |
| 52 | 2026-03-11T03:14:31.926Z | info: installing component 'rust-docs' |
| 53 | 2026-03-11T03:14:33.436Z | info: installing component 'rust-std' |
| 54 | 2026-03-11T03:14:34.910Z | info: installing component 'rustc' |
| 55 | 2026-03-11T03:14:40.771Z | info: installing component 'rustfmt' |
| 56 | 2026-03-11T03:14:41.064Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
| 57 | 2026-03-11T03:14:41.064Z | |
| 58 | 2026-03-11T03:14:41.480Z | stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 59 | 2026-03-11T03:14:41.480Z | |
| 60 | 2026-03-11T03:14:41.483Z | |
| 61 | 2026-03-11T03:14:41.483Z | Rust is installed now. Great! |
| 62 | 2026-03-11T03:14:41.483Z | |
| 63 | 2026-03-11T03:14:41.483Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-11T03:14:41.483Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-11T03:14:41.483Z | |
| 66 | 2026-03-11T03:14:41.483Z | To configure your current shell, you need to source |
| 67 | 2026-03-11T03:14:41.483Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-11T03:14:41.483Z | |
| 69 | 2026-03-11T03:14:41.483Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-11T03:14:41.483Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-11T03:14:41.483Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-11T03:14:41.483Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-11T03:14:41.583Z | + rustup --version |
| 74 | 2026-03-11T03:14:41.594Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-11T03:14:41.597Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-11T03:14:41.664Z | info: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 77 | 2026-03-11T03:14:41.667Z | + cargo --version |
| 78 | 2026-03-11T03:14:41.720Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 79 | 2026-03-11T03:14:41.723Z | + rustc --version |
| 80 | 2026-03-11T03:14:41.783Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 81 | 2026-03-11T03:14:41.787Z | process exited: duration 30385 ms, exit code 0 |
| |
| 82 | 2026-03-11T03:14:41.794Z | starting task 2: "authentication" |
| 83 | 2026-03-11T03:14:41.812Z | process exited: duration 19 ms, exit code 0 |
| |
| 84 | 2026-03-11T03:14:41.818Z | starting task 3: "clone repository" |
| 85 | 2026-03-11T03:14:41.822Z | + mkdir -p /work/oxidecomputer/maghemite |
| 86 | 2026-03-11T03:14:41.826Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 87 | 2026-03-11T03:14:41.860Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 88 | 2026-03-11T03:14:43.165Z | + cd /work/oxidecomputer/maghemite |
| 89 | 2026-03-11T03:14:43.168Z | + git fetch origin 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3 |
| 90 | 2026-03-11T03:14:43.412Z | From https://github.com/oxidecomputer/maghemite |
| 91 | 2026-03-11T03:14:43.412Z | * branch 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3 -> FETCH_HEAD |
| 92 | 2026-03-11T03:14:43.420Z | + [[ -n renovate/anyhow-1.x ]] |
| 93 | 2026-03-11T03:14:43.423Z | ++ git branch --show-current |
| 94 | 2026-03-11T03:14:43.426Z | + current=main |
| 95 | 2026-03-11T03:14:43.426Z | + [[ main != renovate/anyhow-1.x ]] |
| 96 | 2026-03-11T03:14:43.426Z | + git branch -f renovate/anyhow-1.x 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3 |
| 97 | 2026-03-11T03:14:43.428Z | + git checkout -f renovate/anyhow-1.x |
| 98 | 2026-03-11T03:14:43.453Z | Switched to branch 'renovate/anyhow-1.x' |
| 99 | 2026-03-11T03:14:43.456Z | + git reset --hard 67dbfd6713eca85202f896b9aca2ee72dc3e1fc3 |
| 100 | 2026-03-11T03:14:43.459Z | HEAD is now at 67dbfd6 Update Rust crate anyhow to 1.0.102 |
| 101 | 2026-03-11T03:14:43.462Z | process exited: duration 1642 ms, exit code 0 |
| |
| 102 | 2026-03-11T03:14:43.468Z | starting task 4: "build" |
| 103 | 2026-03-11T03:14:43.472Z | + set -e |
| 104 | 2026-03-11T03:14:43.472Z | + source .github/buildomat/test-common.sh |
| 105 | 2026-03-11T03:14:43.475Z | ++ NEXTEST_VERSION=0.9.97 |
| 106 | 2026-03-11T03:14:43.475Z | ++ PLATFORM=illumos |
| 107 | 2026-03-11T03:14:43.475Z | ++ banner install |
| 108 | 2026-03-11T03:14:43.475Z | |
| 109 | 2026-03-11T03:14:43.475Z | # # # #### ##### ## # # |
| 110 | 2026-03-11T03:14:43.475Z | # ## # # # # # # # |
| 111 | 2026-03-11T03:14:43.475Z | # # # # #### # # # # # |
| 112 | 2026-03-11T03:14:43.475Z | # # # # # # ###### # # |
| 113 | 2026-03-11T03:14:43.475Z | # # ## # # # # # # # |
| 114 | 2026-03-11T03:14:43.475Z | # # # #### # # # ###### ###### |
| 115 | 2026-03-11T03:14:43.475Z | |
| 116 | 2026-03-11T03:14:43.475Z | ++ set +o errexit |
| 117 | 2026-03-11T03:14:43.479Z | ++ pkg info clang-15 |
| 118 | 2026-03-11T03:14:43.479Z | ++ grep -qi installed |
| 119 | 2026-03-11T03:14:50.425Z | pkg: info: no packages matching the following patterns you specified are |
| 120 | 2026-03-11T03:14:50.425Z | installed on the system. Try querying remotely instead: |
| 121 | 2026-03-11T03:14:50.425Z | |
| 122 | 2026-03-11T03:14:50.425Z | clang-15 |
| 123 | 2026-03-11T03:14:50.471Z | ++ [[ 1 != 0 ]] |
| 124 | 2026-03-11T03:14:50.471Z | ++ set -o errexit |
| 125 | 2026-03-11T03:14:50.474Z | ++ pfexec pkg install clang-15 |
| 126 | 2026-03-11T03:14:58.427Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 127 | 2026-03-11T03:15:07.986Z | Startup: Caching catalogs ... Done |
| 128 | 2026-03-11T03:15:29.303Z | Planning: Solver setup ... Done |
| 129 | 2026-03-11T03:15:29.450Z | Planning: Running solver ... Done |
| 130 | 2026-03-11T03:15:29.625Z | Planning: Finding local manifests ... Done |
| 131 | 2026-03-11T03:15:29.648Z | Planning: Fetching manifests: 0/2 0% complete |
| 132 | 2026-03-11T03:15:29.787Z | Planning: Fetching manifests: 2/2 100% complete |
| 133 | 2026-03-11T03:15:29.828Z | Planning: Package planning ... Done |
| 134 | 2026-03-11T03:15:29.864Z | Planning: Merging actions ... Done |
| 135 | 2026-03-11T03:15:30.085Z | Planning: Checking for conflicting actions ... Done |
| 136 | 2026-03-11T03:15:30.094Z | Planning: Consolidating action changes ... Done |
| 137 | 2026-03-11T03:15:34.692Z | Planning: Evaluating mediators ... Done |
| 138 | 2026-03-11T03:15:34.699Z | Planning: Planning completed in 26.57 seconds |
| 139 | 2026-03-11T03:15:34.713Z | Packages to install: 2 |
| 140 | 2026-03-11T03:15:34.713Z | Mediators to change: 2 |
| 141 | 2026-03-11T03:15:34.716Z | Services to change: 1 |
| 142 | 2026-03-11T03:15:34.716Z | Create boot environment: No |
| 143 | 2026-03-11T03:15:34.716Z | Create backup boot environment: No |
| 144 | 2026-03-11T03:15:34.967Z | |
| 145 | 2026-03-11T03:15:34.967Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 146 | 2026-03-11T03:15:39.969Z | Download: 1109/3076 items 115.2/211.3MB 54% complete (23.3M/s) |
| 147 | 2026-03-11T03:15:44.975Z | Download: 2270/3076 items 118.9/211.3MB 56% complete (12.0M/s) |
| 148 | 2026-03-11T03:15:50.216Z | Download: 3032/3076 items 201.8/211.3MB 95% complete (12.0M/s) |
| 149 | 2026-03-11T03:15:56.079Z | Download: 3062/3076 items 207.3/211.3MB 98% complete (8.8M/s) |
| 150 | 2026-03-11T03:16:02.861Z | Download: 3073/3076 items 211.0/211.3MB 99% complete (2.4M/s) |
| 151 | 2026-03-11T03:16:02.892Z | Download: Completed 211.31 MB in 27.92 seconds (7.6M/s) |
| 152 | 2026-03-11T03:16:03.037Z | Actions: 1/3418 actions (Installing new actions) |
| 153 | 2026-03-11T03:16:07.342Z | Actions: Completed 3418 actions in 4.30 seconds. |
| 154 | 2026-03-11T03:16:08.098Z | Done |
| 155 | 2026-03-11T03:16:08.098Z | Done |
| 156 | 2026-03-11T03:16:09.081Z | Done |
| 157 | 2026-03-11T03:16:13.054Z | Done |
| 158 | 2026-03-11T03:16:13.142Z | Done |
| 159 | 2026-03-11T03:16:13.145Z | Done |
| 160 | 2026-03-11T03:16:13.286Z | Done |
| 161 | 2026-03-11T03:16:13.999Z | ++ set -o errexit |
| 162 | 2026-03-11T03:16:13.999Z | ++ cargo --version |
| 163 | 2026-03-11T03:16:14.006Z | info: syncing channel updates for '1.92.0-x86_64-unknown-illumos' |
| 164 | 2026-03-11T03:16:14.200Z | info: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08) |
| 165 | 2026-03-11T03:16:14.203Z | info: downloading component 'cargo' |
| 166 | 2026-03-11T03:16:15.480Z | info: downloading component 'clippy' |
| 167 | 2026-03-11T03:16:16.025Z | info: downloading component 'rust-docs' |
| 168 | 2026-03-11T03:16:17.974Z | info: downloading component 'rust-std' |
| 169 | 2026-03-11T03:16:20.221Z | info: downloading component 'rustc' |
| 170 | 2026-03-11T03:16:29.351Z | |
| 171 | 2026-03-11T03:16:29.351Z | thread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.44.2/src/runtime/io/driver.rs:208:27: |
| 172 | 2026-03-11T03:16:29.351Z | failed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" } |
| 173 | 2026-03-11T03:16:29.351Z | note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace |
| 174 | 2026-03-11T03:16:29.363Z | process exited: duration 105889 ms, exit code 101 |
| |
| 175 | 2026-03-11T03:16:29.370Z | found 0 output files |