|
|
|
| 1 | 2026-03-17T13:55:38.338Z | job assigned to worker 01KKY1703CC2T2SVK6TNQMB9SV [factory aws, i-02b97ab597bfa8e98] (queued for 1 m 20 s) |
| |
| 2 | 2026-03-17T13:55:46.410Z | starting task 0: "setup" |
| 3 | 2026-03-17T13:55:46.417Z | ++ uname -s |
| 4 | 2026-03-17T13:55:46.419Z | + kern=SunOS |
| 5 | 2026-03-17T13:55:46.420Z | + build_user=build |
| 6 | 2026-03-17T13:55:46.420Z | + build_uid=12345 |
| 7 | 2026-03-17T13:55:46.420Z | + work_dir=/work |
| 8 | 2026-03-17T13:55:46.420Z | + input_dir=/input |
| 9 | 2026-03-17T13:55:46.420Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-17T13:55:46.420Z | + case "$kern" in |
| 11 | 2026-03-17T13:55:46.420Z | + groupadd -g 12345 build |
| 12 | 2026-03-17T13:55:46.422Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-17T13:55:48.429Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-17T13:55:48.473Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-17T13:55:48.477Z | + home_fs=zfs |
| 16 | 2026-03-17T13:55:48.477Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-17T13:55:48.477Z | + mkdir -p /home/build |
| 18 | 2026-03-17T13:55:48.480Z | + chown build:build /home/build /work |
| 19 | 2026-03-17T13:55:50.480Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-17T13:55:50.483Z | process exited: duration 4070 ms, exit code 0 |
| |
| 21 | 2026-03-17T13:55:50.488Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-17T13:55:50.493Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
| 23 | 2026-03-17T13:55:50.493Z | * rust toolchain channel = "1.84.0" |
| 24 | 2026-03-17T13:55:50.493Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-17T13:55:50.493Z | * rust toolchain profile = "default" |
| 26 | 2026-03-17T13:55:50.493Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-17T13:55:50.493Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-17T13:55:50.496Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-17T13:55:50.496Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 30 | 2026-03-17T13:55:50.616Z | info: downloading installer |
| 31 | 2026-03-17T13:55:52.264Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-17T13:55:52.264Z | warn: /opt/ooce/bin |
| 33 | 2026-03-17T13:55:52.264Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-17T13:55:52.264Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-17T13:55:52.264Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-17T13:55:52.264Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-17T13:55:52.264Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-17T13:55:52.264Z | error: cannot install while Rust is installed |
| 39 | 2026-03-17T13:55:52.264Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-17T13:55:52.264Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-17T13:55:52.264Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-17T13:55:52.264Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-17T13:55:52.264Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-17T13:55:52.281Z | info: profile set to default |
| 45 | 2026-03-17T13:55:52.281Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-17T13:55:52.284Z | info: syncing channel updates for 1.84.0-x86_64-unknown-illumos |
| 47 | 2026-03-17T13:55:52.422Z | info: latest update on 2025-01-09 for version 1.84.0 (9fc6b4312 2025-01-07) |
| 48 | 2026-03-17T13:55:52.424Z | info: downloading 6 components |
| 49 | 2026-03-17T13:56:07.094Z | info: default toolchain set to 1.84.0-x86_64-unknown-illumos |
| 50 | 2026-03-17T13:56:07.094Z | |
| 51 | 2026-03-17T13:56:07.126Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 52 | 2026-03-17T13:56:07.126Z | |
| 53 | 2026-03-17T13:56:07.129Z | |
| 54 | 2026-03-17T13:56:07.129Z | Rust is installed now. Great! |
| 55 | 2026-03-17T13:56:07.129Z | |
| 56 | 2026-03-17T13:56:07.129Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-17T13:56:07.129Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-17T13:56:07.129Z | |
| 59 | 2026-03-17T13:56:07.129Z | To configure your current shell, you need to source |
| 60 | 2026-03-17T13:56:07.129Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-17T13:56:07.129Z | |
| 62 | 2026-03-17T13:56:07.129Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-17T13:56:07.129Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-17T13:56:07.129Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-17T13:56:07.129Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-17T13:56:07.130Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-17T13:56:07.130Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-17T13:56:07.130Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-17T13:56:07.130Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-17T13:56:07.130Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-17T13:56:07.217Z | + rustup --version |
| 72 | 2026-03-17T13:56:07.228Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-17T13:56:07.231Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-17T13:56:07.252Z | info: the currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
| 75 | 2026-03-17T13:56:07.255Z | + cargo --version |
| 76 | 2026-03-17T13:56:07.274Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 77 | 2026-03-17T13:56:07.277Z | + rustc --version |
| 78 | 2026-03-17T13:56:07.300Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 79 | 2026-03-17T13:56:07.303Z | process exited: duration 16809 ms, exit code 0 |
| |
| 80 | 2026-03-17T13:56:07.309Z | starting task 2: "authentication" |
| 81 | 2026-03-17T13:56:07.327Z | process exited: duration 18 ms, exit code 0 |
| |
| 82 | 2026-03-17T13:56:07.333Z | starting task 3: "clone repository" |
| 83 | 2026-03-17T13:56:07.337Z | + mkdir -p /work/oxidecomputer/crucible |
| 84 | 2026-03-17T13:56:07.340Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
| 85 | 2026-03-17T13:56:07.372Z | Cloning into '/work/oxidecomputer/crucible'... |
| 86 | 2026-03-17T13:56:08.676Z | + cd /work/oxidecomputer/crucible |
| 87 | 2026-03-17T13:56:08.676Z | + git fetch origin cd46d0b314aa4fecb3f38344dd0644d67f94821c |
| 88 | 2026-03-17T13:56:08.936Z | From https://github.com/oxidecomputer/crucible |
| 89 | 2026-03-17T13:56:08.936Z | * branch cd46d0b314aa4fecb3f38344dd0644d67f94821c -> FETCH_HEAD |
| 90 | 2026-03-17T13:56:08.944Z | + [[ -n mkeeter/min-quorum-negotiation-redux ]] |
| 91 | 2026-03-17T13:56:08.947Z | ++ git branch --show-current |
| 92 | 2026-03-17T13:56:08.947Z | + current=main |
| 93 | 2026-03-17T13:56:08.950Z | + [[ main != mkeeter/min-quorum-negotiation-redux ]] |
| 94 | 2026-03-17T13:56:08.950Z | + git branch -f mkeeter/min-quorum-negotiation-redux cd46d0b314aa4fecb3f38344dd0644d67f94821c |
| 95 | 2026-03-17T13:56:08.952Z | + git checkout -f mkeeter/min-quorum-negotiation-redux |
| 96 | 2026-03-17T13:56:08.974Z | Switched to branch 'mkeeter/min-quorum-negotiation-redux' |
| 97 | 2026-03-17T13:56:08.977Z | + git reset --hard cd46d0b314aa4fecb3f38344dd0644d67f94821c |
| 98 | 2026-03-17T13:56:08.988Z | HEAD is now at cd46d0b Min-quorum negotiation |
| 99 | 2026-03-17T13:56:08.990Z | process exited: duration 1654 ms, exit code 0 |
| |
| 100 | 2026-03-17T13:56:08.996Z | starting task 4: "build" |
| 101 | 2026-03-17T13:56:09.000Z | + cargo --version |
| 102 | 2026-03-17T13:56:09.007Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 103 | 2026-03-17T13:56:09.162Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 104 | 2026-03-17T13:56:09.165Z | info: downloading 6 components |
| 105 | 2026-03-17T13:56:23.611Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 106 | 2026-03-17T13:56:23.614Z | + rustc --version |
| 107 | 2026-03-17T13:56:23.656Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 108 | 2026-03-17T13:56:23.661Z | + banner cores |
| 109 | 2026-03-17T13:56:23.664Z | |
| 110 | 2026-03-17T13:56:23.664Z | #### #### ##### ###### #### |
| 111 | 2026-03-17T13:56:23.664Z | # # # # # # # # |
| 112 | 2026-03-17T13:56:23.664Z | # # # # # ##### #### |
| 113 | 2026-03-17T13:56:23.664Z | # # # ##### # # |
| 114 | 2026-03-17T13:56:23.664Z | # # # # # # # # # |
| 115 | 2026-03-17T13:56:23.664Z | #### #### # # ###### #### |
| 116 | 2026-03-17T13:56:23.664Z | |
| 117 | 2026-03-17T13:56:23.667Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
| 118 | 2026-03-17T13:56:23.674Z | + banner prerequisites |
| 119 | 2026-03-17T13:56:23.677Z | |
| 120 | 2026-03-17T13:56:23.677Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 121 | 2026-03-17T13:56:23.677Z | # # # # # # # # # # # # # # # |
| 122 | 2026-03-17T13:56:23.677Z | # # # # ##### # # ##### # # # # # #### # |
| 123 | 2026-03-17T13:56:23.677Z | ##### ##### # ##### # # # # # # # # # |
| 124 | 2026-03-17T13:56:23.677Z | # # # # # # # # # # # # # # # |
| 125 | 2026-03-17T13:56:23.677Z | # # # ###### # # ###### ### # #### # #### # |
| 126 | 2026-03-17T13:56:23.677Z | |
| 127 | 2026-03-17T13:56:23.677Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 128 | 2026-03-17T13:56:33.719Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 129 | 2026-03-17T13:56:43.563Z | Startup: Caching catalogs ... Done |
| 130 | 2026-03-17T13:57:05.718Z | Planning: Solver setup ... Done (20.531s) |
| 131 | 2026-03-17T13:57:05.872Z | Planning: Running solver ... Done (0.153s) |
| 132 | 2026-03-17T13:57:06.054Z | Planning: Finding local manifests ... Done (0.003s) |
| 133 | 2026-03-17T13:57:06.067Z | Planning: Fetching manifests: 0/3 0% complete |
| 134 | 2026-03-17T13:57:06.184Z | Planning: Fetching manifests: 3/3 100% complete |
| 135 | 2026-03-17T13:57:06.222Z | Planning: Package planning ... Done (0.040s) |
| 136 | 2026-03-17T13:57:06.260Z | Planning: Merging actions ... Done (0.036s) |
| 137 | 2026-03-17T13:57:06.400Z | Planning: Checking for conflicting actions ... Done (0.141s) |
| 138 | 2026-03-17T13:57:06.410Z | Planning: Consolidating action changes ... Done (0.009s) |
| 139 | 2026-03-17T13:57:07.268Z | Planning: Evaluating mediators ... Done (0.858s) |
| 140 | 2026-03-17T13:57:07.276Z | Planning: Planning completed in 23.56 seconds |
| 141 | 2026-03-17T13:57:07.289Z | Packages to install: 3 |
| 142 | 2026-03-17T13:57:07.292Z | Mediators to change: 2 |
| 143 | 2026-03-17T13:57:07.292Z | Services to change: 1 |
| 144 | 2026-03-17T13:57:07.292Z | Estimated space available: 154.97 GB |
| 145 | 2026-03-17T13:57:07.292Z | Estimated space to be consumed: 1.82 GB |
| 146 | 2026-03-17T13:57:07.292Z | Create boot environment: No |
| 147 | 2026-03-17T13:57:07.292Z | Create backup boot environment: No |
| 148 | 2026-03-17T13:57:07.292Z | Rebuild boot archive: No |
| 149 | 2026-03-17T13:57:07.292Z | |
| 150 | 2026-03-17T13:57:07.292Z | Changed mediators: |
| 151 | 2026-03-17T13:57:07.292Z | mediator clang: |
| 152 | 2026-03-17T13:57:07.292Z | version: None -> 15 (system default) |
| 153 | 2026-03-17T13:57:07.292Z | |
| 154 | 2026-03-17T13:57:07.292Z | mediator llvm: |
| 155 | 2026-03-17T13:57:07.293Z | version: 14 (system default) -> 15 (system default) |
| 156 | 2026-03-17T13:57:07.293Z | |
| 157 | 2026-03-17T13:57:07.293Z | Changed packages: |
| 158 | 2026-03-17T13:57:07.293Z | helios-dev |
| 159 | 2026-03-17T13:57:07.293Z | developer/build-essential |
| 160 | 2026-03-17T13:57:07.293Z | None -> 11-2.0 |
| 161 | 2026-03-17T13:57:07.293Z | ooce/developer/clang-15 |
| 162 | 2026-03-17T13:57:07.293Z | None -> 15.0.7-2.0 |
| 163 | 2026-03-17T13:57:07.293Z | ooce/developer/llvm-15 |
| 164 | 2026-03-17T13:57:07.293Z | None -> 15.0.7-2.0 |
| 165 | 2026-03-17T13:57:07.293Z | |
| 166 | 2026-03-17T13:57:07.293Z | Services: |
| 167 | 2026-03-17T13:57:07.293Z | restart_fmri: |
| 168 | 2026-03-17T13:57:07.293Z | svc:/system/update-man-index:default |
| 169 | 2026-03-17T13:57:07.339Z | |
| 170 | 2026-03-17T13:57:07.339Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 171 | 2026-03-17T13:57:12.340Z | Download: 1025/3076 items 96.6/211.3MB 45% complete (19.2M/s) |
| 172 | 2026-03-17T13:57:18.043Z | Download: 3024/3076 items 200.7/211.3MB 94% complete (20.4M/s) |
| 173 | 2026-03-17T13:57:20.593Z | Download: Completed 211.31 MB in 13.25 seconds (15.9M/s) |
| 174 | 2026-03-17T13:57:20.756Z | Actions: 1/3430 actions (Installing new actions) |
| 175 | 2026-03-17T13:57:24.780Z | Actions: Completed 3430 actions in 4.02 seconds. |
| 176 | 2026-03-17T13:57:25.154Z | Done (0.369s) |
| 177 | 2026-03-17T13:57:25.154Z | Done (0.000s) |
| 178 | 2026-03-17T13:57:26.158Z | Done (1.003s) |
| 179 | 2026-03-17T13:57:30.176Z | Done (3.675s) |
| 180 | 2026-03-17T13:57:30.262Z | Done (0.018s) |
| 181 | 2026-03-17T13:57:30.265Z | Done (0.000s) |
| 182 | 2026-03-17T13:57:30.411Z | Done (0.000s) |
| 183 | 2026-03-17T13:57:31.377Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-03-17T13:57:31.520Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-03-17T13:57:31.523Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-03-17T13:57:31.742Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-03-17T13:57:31.746Z | Planning: Planning completed in 0.37 seconds |
| 188 | 2026-03-17T13:57:31.771Z | Mediators to change: 2 |
| 189 | 2026-03-17T13:57:31.771Z | Create boot environment: No |
| 190 | 2026-03-17T13:57:31.774Z | Create backup boot environment: No |
| 191 | 2026-03-17T13:57:31.911Z | Done |
| 192 | 2026-03-17T13:57:31.911Z | Done |
| 193 | 2026-03-17T13:57:32.641Z | Done |
| 194 | 2026-03-17T13:57:35.988Z | Done |
| 195 | 2026-03-17T13:57:36.072Z | Done |
| 196 | 2026-03-17T13:57:36.075Z | Done |
| 197 | 2026-03-17T13:57:36.224Z | Done |
| 198 | 2026-03-17T13:57:36.604Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-03-17T13:57:36.604Z | clang system 15 system |
| 200 | 2026-03-17T13:57:36.604Z | csh system system illumos |
| 201 | 2026-03-17T13:57:36.604Z | ctags system system illumos |
| 202 | 2026-03-17T13:57:36.604Z | file system system illumos |
| 203 | 2026-03-17T13:57:36.604Z | gcc vendor 12 vendor |
| 204 | 2026-03-17T13:57:36.604Z | gcc system 10 system |
| 205 | 2026-03-17T13:57:36.604Z | gcc system 7 system |
| 206 | 2026-03-17T13:57:36.604Z | go system 1.20 system |
| 207 | 2026-03-17T13:57:36.604Z | go system 1.19 system |
| 208 | 2026-03-17T13:57:36.604Z | llvm system 15 system |
| 209 | 2026-03-17T13:57:36.604Z | llvm system 14 system |
| 210 | 2026-03-17T13:57:36.604Z | mariadb system 10.6 system |
| 211 | 2026-03-17T13:57:36.604Z | mta vendor vendor dma |
| 212 | 2026-03-17T13:57:36.604Z | openjdk system 17 system |
| 213 | 2026-03-17T13:57:36.604Z | openjdk system 11 system |
| 214 | 2026-03-17T13:57:36.604Z | openjdk system 1.8 system |
| 215 | 2026-03-17T13:57:36.604Z | openssl vendor 3 vendor |
| 216 | 2026-03-17T13:57:36.604Z | perl system 5.36 system |
| 217 | 2026-03-17T13:57:36.604Z | postgresql system 15 system |
| 218 | 2026-03-17T13:57:36.604Z | postgresql system 13 system |
| 219 | 2026-03-17T13:57:36.604Z | python vendor 3 vendor |
| 220 | 2026-03-17T13:57:36.604Z | python system 2 system |
| 221 | 2026-03-17T13:57:36.604Z | python3 system 3.11 system |
| 222 | 2026-03-17T13:57:36.604Z | ruby system 3.0 system |
| 223 | 2026-03-17T13:57:36.604Z | words vendor vendor american-english |
| 224 | 2026-03-17T13:57:36.604Z | words system system australian-english |
| 225 | 2026-03-17T13:57:36.604Z | words system system british-english |
| 226 | 2026-03-17T13:57:36.604Z | words system system canadian-english |
| 227 | 2026-03-17T13:57:36.604Z | words system system french |
| 228 | 2026-03-17T13:57:36.604Z | words system system italian |
| 229 | 2026-03-17T13:57:36.604Z | words system system ngerman |
| 230 | 2026-03-17T13:57:36.604Z | words system system ogerman |
| 231 | 2026-03-17T13:57:36.604Z | words system system spanish |
| 232 | 2026-03-17T13:57:36.899Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-03-17T13:57:36.899Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 234 | 2026-03-17T13:57:42.639Z | FMRI IFO |
| 235 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 236 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 237 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 238 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 239 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 240 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 241 | 2026-03-17T13:57:42.639Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 242 | 2026-03-17T13:57:43.612Z | All builder prerequisites installed successfully, and PATH looks valid |
| 243 | 2026-03-17T13:57:43.616Z | |
| 244 | 2026-03-17T13:57:43.616Z | real 1:19.910405810 |
| 245 | 2026-03-17T13:57:43.616Z | user 59.428741834 |
| 246 | 2026-03-17T13:57:43.616Z | sys 5.147222482 |
| 247 | 2026-03-17T13:57:43.616Z | trap 0.009870038 |
| 248 | 2026-03-17T13:57:43.616Z | tflt 0.024040548 |
| 249 | 2026-03-17T13:57:43.616Z | dflt 0.038435789 |
| 250 | 2026-03-17T13:57:43.616Z | kflt 0.013235509 |
| 251 | 2026-03-17T13:57:43.616Z | lock 0.000000000 |
| 252 | 2026-03-17T13:57:43.616Z | slp 1:35.199395895 |
| 253 | 2026-03-17T13:57:43.616Z | lat 0.044629140 |
| 254 | 2026-03-17T13:57:43.616Z | stop 0.000254393 |
| 255 | 2026-03-17T13:57:43.616Z | + banner rbuild |
| 256 | 2026-03-17T13:57:43.616Z | |
| 257 | 2026-03-17T13:57:43.616Z | ##### ##### # # # # ##### |
| 258 | 2026-03-17T13:57:43.616Z | # # # # # # # # # # |
| 259 | 2026-03-17T13:57:43.616Z | # # ##### # # # # # # |
| 260 | 2026-03-17T13:57:43.616Z | ##### # # # # # # # # |
| 261 | 2026-03-17T13:57:43.616Z | # # # # # # # # # # |
| 262 | 2026-03-17T13:57:43.616Z | # # ##### #### # ###### ##### |
| 263 | 2026-03-17T13:57:43.616Z | |
| 264 | 2026-03-17T13:57:43.616Z | + ptime -m cargo build --verbose --release --all-features |
| 265 | 2026-03-17T13:57:43.771Z | Updating crates.io index |
| 266 | 2026-03-17T13:57:43.814Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 267 | 2026-03-17T13:58:13.719Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 268 | 2026-03-17T13:58:15.276Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 269 | 2026-03-17T13:58:15.594Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 270 | 2026-03-17T13:58:15.683Z | error: failed to get `mg-admin-client` as a dependency of package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#4d5bdc6d)` |
| 271 | 2026-03-17T13:58:15.684Z | ... which satisfies git dependency `omicron-common` (locked to 0.1.0) of package `crucible-agent v0.0.1 (/work/oxidecomputer/crucible/agent)` |
| 272 | 2026-03-17T13:58:15.684Z | |
| 273 | 2026-03-17T13:58:15.684Z | Caused by: |
| 274 | 2026-03-17T13:58:15.684Z | failed to load source for dependency `mg-admin-client` |
| 275 | 2026-03-17T13:58:15.684Z | |
| 276 | 2026-03-17T13:58:15.684Z | Caused by: |
| 277 | 2026-03-17T13:58:15.684Z | Unable to update https://github.com/oxidecomputer/maghemite?rev=08f2a34d487658e87545ffbba3add632a82baf0d#08f2a34d |
| 278 | 2026-03-17T13:58:15.684Z | |
| 279 | 2026-03-17T13:58:15.684Z | Caused by: |
| 280 | 2026-03-17T13:58:15.684Z | failed to clone into: /home/build/.cargo/git/db/maghemite-c0236f0fd3d582b6 |
| 281 | 2026-03-17T13:58:15.684Z | |
| 282 | 2026-03-17T13:58:15.684Z | Caused by: |
| 283 | 2026-03-17T13:58:15.684Z | revision 08f2a34d487658e87545ffbba3add632a82baf0d not found |
| 284 | 2026-03-17T13:58:15.684Z | |
| 285 | 2026-03-17T13:58:15.684Z | Caused by: |
| 286 | 2026-03-17T13:58:15.684Z | network failure seems to have happened |
| 287 | 2026-03-17T13:58:15.684Z | if a proxy or similar is necessary `net.git-fetch-with-cli` may help here |
| 288 | 2026-03-17T13:58:15.684Z | https://doc.rust-lang.org/cargo/reference/config.html#netgit-fetch-with-cli |
| 289 | 2026-03-17T13:58:15.684Z | |
| 290 | 2026-03-17T13:58:15.684Z | Caused by: |
| 291 | 2026-03-17T13:58:15.684Z | SSL error: unknown error; class=Ssl (16) |
| 292 | 2026-03-17T13:58:15.703Z | |
| 293 | 2026-03-17T13:58:15.706Z | real 32.055544905 |
| 294 | 2026-03-17T13:58:15.706Z | user 7.754076319 |
| 295 | 2026-03-17T13:58:15.706Z | sys 0.550533990 |
| 296 | 2026-03-17T13:58:15.706Z | trap 0.001049911 |
| 297 | 2026-03-17T13:58:15.706Z | tflt 0.000018513 |
| 298 | 2026-03-17T13:58:15.706Z | dflt 0.000004807 |
| 299 | 2026-03-17T13:58:15.706Z | kflt 0.000000000 |
| 300 | 2026-03-17T13:58:15.706Z | lock 0.051865389 |
| 301 | 2026-03-17T13:58:15.706Z | slp 23.899264111 |
| 302 | 2026-03-17T13:58:15.706Z | lat 0.011186550 |
| 303 | 2026-03-17T13:58:15.706Z | stop 0.000126984 |
| 304 | 2026-03-17T13:58:15.706Z | process exited: duration 126670 ms, exit code 101 |
| |
| 305 | 2026-03-17T13:58:15.713Z | found 0 output files |