|
|
|
| 1 | 2026-03-14T04:46:47.707Z | job assigned to worker 01KKNAK67QD23ZZSB5KS36HR3R [factory aws, i-0b649d3af3dc58e90] (queued for 1 m 45 s) |
| |
| 2 | 2026-03-14T04:46:55.253Z | starting task 0: "setup" |
| 3 | 2026-03-14T04:46:55.259Z | ++ uname -s |
| 4 | 2026-03-14T04:46:55.262Z | + kern=SunOS |
| 5 | 2026-03-14T04:46:55.262Z | + build_user=build |
| 6 | 2026-03-14T04:46:55.262Z | + build_uid=12345 |
| 7 | 2026-03-14T04:46:55.262Z | + work_dir=/work |
| 8 | 2026-03-14T04:46:55.262Z | + input_dir=/input |
| 9 | 2026-03-14T04:46:55.262Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-14T04:46:55.262Z | + case "$kern" in |
| 11 | 2026-03-14T04:46:55.262Z | + groupadd -g 12345 build |
| 12 | 2026-03-14T04:46:55.265Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-14T04:46:57.270Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-14T04:46:57.392Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-14T04:46:57.395Z | + home_fs=zfs |
| 16 | 2026-03-14T04:46:57.395Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-14T04:46:57.395Z | + mkdir -p /home/build |
| 18 | 2026-03-14T04:46:57.397Z | + chown build:build /home/build /work |
| 19 | 2026-03-14T04:46:59.398Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-14T04:46:59.401Z | process exited: duration 4146 ms, exit code 0 |
| |
| 21 | 2026-03-14T04:46:59.407Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-14T04:46:59.411Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
| 23 | 2026-03-14T04:46:59.411Z | * rust toolchain channel = "1.84.0" |
| 24 | 2026-03-14T04:46:59.411Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-03-14T04:46:59.411Z | * rust toolchain profile = "default" |
| 26 | 2026-03-14T04:46:59.411Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-14T04:46:59.411Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-14T04:46:59.414Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-14T04:46:59.414Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 30 | 2026-03-14T04:46:59.524Z | info: downloading installer |
| 31 | 2026-03-14T04:47:01.203Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-14T04:47:01.203Z | warn: /opt/ooce/bin |
| 33 | 2026-03-14T04:47:01.203Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-14T04:47:01.204Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-14T04:47:01.204Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-14T04:47:01.204Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-14T04:47:01.204Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-14T04:47:01.204Z | error: cannot install while Rust is installed |
| 39 | 2026-03-14T04:47:01.204Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-14T04:47:01.204Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-03-14T04:47:01.204Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-03-14T04:47:01.204Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-03-14T04:47:01.204Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-03-14T04:47:01.220Z | info: profile set to default |
| 45 | 2026-03-14T04:47:01.220Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-03-14T04:47:01.223Z | info: syncing channel updates for 1.84.0-x86_64-unknown-illumos |
| 47 | 2026-03-14T04:47:01.370Z | info: latest update on 2025-01-09 for version 1.84.0 (9fc6b4312 2025-01-07) |
| 48 | 2026-03-14T04:47:01.373Z | info: downloading 6 components |
| 49 | 2026-03-14T04:47:16.074Z | info: default toolchain set to 1.84.0-x86_64-unknown-illumos |
| 50 | 2026-03-14T04:47:16.074Z | |
| 51 | 2026-03-14T04:47:16.105Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 52 | 2026-03-14T04:47:16.105Z | |
| 53 | 2026-03-14T04:47:16.108Z | |
| 54 | 2026-03-14T04:47:16.108Z | Rust is installed now. Great! |
| 55 | 2026-03-14T04:47:16.108Z | |
| 56 | 2026-03-14T04:47:16.108Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-03-14T04:47:16.108Z | environment variable. This has not been done automatically. |
| 58 | 2026-03-14T04:47:16.108Z | |
| 59 | 2026-03-14T04:47:16.108Z | To configure your current shell, you need to source |
| 60 | 2026-03-14T04:47:16.108Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-03-14T04:47:16.108Z | |
| 62 | 2026-03-14T04:47:16.108Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-03-14T04:47:16.108Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-03-14T04:47:16.108Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-03-14T04:47:16.108Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-03-14T04:47:16.108Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-03-14T04:47:16.109Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-03-14T04:47:16.109Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-03-14T04:47:16.109Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-03-14T04:47:16.109Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-03-14T04:47:16.196Z | + rustup --version |
| 72 | 2026-03-14T04:47:16.207Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-03-14T04:47:16.210Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-03-14T04:47:16.231Z | info: the currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
| 75 | 2026-03-14T04:47:16.234Z | + cargo --version |
| 76 | 2026-03-14T04:47:16.253Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 77 | 2026-03-14T04:47:16.256Z | + rustc --version |
| 78 | 2026-03-14T04:47:16.279Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 79 | 2026-03-14T04:47:16.282Z | process exited: duration 16871 ms, exit code 0 |
| |
| 80 | 2026-03-14T04:47:16.288Z | starting task 2: "authentication" |
| 81 | 2026-03-14T04:47:16.307Z | process exited: duration 18 ms, exit code 0 |
| |
| 82 | 2026-03-14T04:47:16.312Z | starting task 3: "clone repository" |
| 83 | 2026-03-14T04:47:16.316Z | + mkdir -p /work/oxidecomputer/crucible |
| 84 | 2026-03-14T04:47:16.319Z | + git clone https://github.com/oxidecomputer/crucible /work/oxidecomputer/crucible |
| 85 | 2026-03-14T04:47:16.351Z | Cloning into '/work/oxidecomputer/crucible'... |
| 86 | 2026-03-14T04:47:17.514Z | + cd /work/oxidecomputer/crucible |
| 87 | 2026-03-14T04:47:17.514Z | + git fetch origin 32faa9d7c39509069e3468c61de767d474f3af50 |
| 88 | 2026-03-14T04:47:17.774Z | From https://github.com/oxidecomputer/crucible |
| 89 | 2026-03-14T04:47:17.774Z | * branch 32faa9d7c39509069e3468c61de767d474f3af50 -> FETCH_HEAD |
| 90 | 2026-03-14T04:47:17.780Z | + [[ -n '' ]] |
| 91 | 2026-03-14T04:47:17.780Z | + git reset --hard 32faa9d7c39509069e3468c61de767d474f3af50 |
| 92 | 2026-03-14T04:47:17.807Z | HEAD is now at 32faa9d Update Rust crate rand to 0.10.0 |
| 93 | 2026-03-14T04:47:17.811Z | process exited: duration 1494 ms, exit code 0 |
| |
| 94 | 2026-03-14T04:47:17.819Z | starting task 4: "build" |
| 95 | 2026-03-14T04:47:17.822Z | + cargo --version |
| 96 | 2026-03-14T04:47:17.827Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 97 | 2026-03-14T04:47:17.988Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 98 | 2026-03-14T04:47:17.991Z | info: downloading 6 components |
| 99 | 2026-03-14T04:47:35.093Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 100 | 2026-03-14T04:47:35.096Z | + rustc --version |
| 101 | 2026-03-14T04:47:35.133Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 102 | 2026-03-14T04:47:35.138Z | + banner cores |
| 103 | 2026-03-14T04:47:35.141Z | |
| 104 | 2026-03-14T04:47:35.141Z | #### #### ##### ###### #### |
| 105 | 2026-03-14T04:47:35.141Z | # # # # # # # # |
| 106 | 2026-03-14T04:47:35.141Z | # # # # # ##### #### |
| 107 | 2026-03-14T04:47:35.141Z | # # # ##### # # |
| 108 | 2026-03-14T04:47:35.141Z | # # # # # # # # # |
| 109 | 2026-03-14T04:47:35.141Z | #### #### # # ###### #### |
| 110 | 2026-03-14T04:47:35.141Z | |
| 111 | 2026-03-14T04:47:35.144Z | + pfexec coreadm -i /tmp/core.%f.%p -g /tmp/core.%f.%p -e global -e log -e proc-setid -e global-setid |
| 112 | 2026-03-14T04:47:35.151Z | + banner prerequisites |
| 113 | 2026-03-14T04:47:35.154Z | |
| 114 | 2026-03-14T04:47:35.154Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 115 | 2026-03-14T04:47:35.154Z | # # # # # # # # # # # # # # # |
| 116 | 2026-03-14T04:47:35.154Z | # # # # ##### # # ##### # # # # # #### # |
| 117 | 2026-03-14T04:47:35.154Z | ##### ##### # ##### # # # # # # # # # |
| 118 | 2026-03-14T04:47:35.154Z | # # # # # # # # # # # # # # # |
| 119 | 2026-03-14T04:47:35.154Z | # # # ###### # # ###### ### # #### # #### # |
| 120 | 2026-03-14T04:47:35.154Z | |
| 121 | 2026-03-14T04:47:35.154Z | + ptime -m ./tools/install_builder_prerequisites.sh -y |
| 122 | 2026-03-14T04:47:43.136Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 123 | 2026-03-14T04:47:52.880Z | Startup: Caching catalogs ... Done |
| 124 | 2026-03-14T04:48:15.097Z | Planning: Solver setup ... Done (20.600s) |
| 125 | 2026-03-14T04:48:15.247Z | Planning: Running solver ... Done (0.150s) |
| 126 | 2026-03-14T04:48:15.431Z | Planning: Finding local manifests ... Done (0.003s) |
| 127 | 2026-03-14T04:48:15.442Z | Planning: Fetching manifests: 0/3 0% complete |
| 128 | 2026-03-14T04:48:15.561Z | Planning: Fetching manifests: 3/3 100% complete |
| 129 | 2026-03-14T04:48:15.601Z | Planning: Package planning ... Done (0.040s) |
| 130 | 2026-03-14T04:48:15.638Z | Planning: Merging actions ... Done (0.037s) |
| 131 | 2026-03-14T04:48:15.779Z | Planning: Checking for conflicting actions ... Done (0.141s) |
| 132 | 2026-03-14T04:48:15.788Z | Planning: Consolidating action changes ... Done (0.009s) |
| 133 | 2026-03-14T04:48:16.646Z | Planning: Evaluating mediators ... Done (0.857s) |
| 134 | 2026-03-14T04:48:16.656Z | Planning: Planning completed in 23.63 seconds |
| 135 | 2026-03-14T04:48:16.671Z | Packages to install: 3 |
| 136 | 2026-03-14T04:48:16.671Z | Mediators to change: 2 |
| 137 | 2026-03-14T04:48:16.674Z | Services to change: 1 |
| 138 | 2026-03-14T04:48:16.674Z | Estimated space available: 154.97 GB |
| 139 | 2026-03-14T04:48:16.674Z | Estimated space to be consumed: 1.82 GB |
| 140 | 2026-03-14T04:48:16.674Z | Create boot environment: No |
| 141 | 2026-03-14T04:48:16.674Z | Create backup boot environment: No |
| 142 | 2026-03-14T04:48:16.674Z | Rebuild boot archive: No |
| 143 | 2026-03-14T04:48:16.674Z | |
| 144 | 2026-03-14T04:48:16.674Z | Changed mediators: |
| 145 | 2026-03-14T04:48:16.675Z | mediator clang: |
| 146 | 2026-03-14T04:48:16.675Z | version: None -> 15 (system default) |
| 147 | 2026-03-14T04:48:16.675Z | |
| 148 | 2026-03-14T04:48:16.675Z | mediator llvm: |
| 149 | 2026-03-14T04:48:16.675Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2026-03-14T04:48:16.675Z | |
| 151 | 2026-03-14T04:48:16.675Z | Changed packages: |
| 152 | 2026-03-14T04:48:16.675Z | helios-dev |
| 153 | 2026-03-14T04:48:16.675Z | developer/build-essential |
| 154 | 2026-03-14T04:48:16.675Z | None -> 11-2.0 |
| 155 | 2026-03-14T04:48:16.675Z | ooce/developer/clang-15 |
| 156 | 2026-03-14T04:48:16.675Z | None -> 15.0.7-2.0 |
| 157 | 2026-03-14T04:48:16.675Z | ooce/developer/llvm-15 |
| 158 | 2026-03-14T04:48:16.675Z | None -> 15.0.7-2.0 |
| 159 | 2026-03-14T04:48:16.675Z | |
| 160 | 2026-03-14T04:48:16.675Z | Services: |
| 161 | 2026-03-14T04:48:16.675Z | restart_fmri: |
| 162 | 2026-03-14T04:48:16.675Z | svc:/system/update-man-index:default |
| 163 | 2026-03-14T04:48:16.715Z | |
| 164 | 2026-03-14T04:48:16.715Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 165 | 2026-03-14T04:48:21.718Z | Download: 957/3076 items 70.4/211.3MB 33% complete (14.1M/s) |
| 166 | 2026-03-14T04:48:26.723Z | Download: 1987/3076 items 117.9/211.3MB 55% complete (11.9M/s) |
| 167 | 2026-03-14T04:48:31.731Z | Download: 2482/3076 items 119.5/211.3MB 56% complete (7.4M/s) |
| 168 | 2026-03-14T04:48:36.818Z | Download: 3067/3076 items 206.1/211.3MB 97% complete (8.8M/s) |
| 169 | 2026-03-14T04:48:36.874Z | Download: Completed 211.31 MB in 20.15 seconds (10.5M/s) |
| 170 | 2026-03-14T04:48:37.996Z | Actions: 1/3430 actions (Installing new actions) |
| 171 | 2026-03-14T04:48:42.024Z | Actions: Completed 3430 actions in 4.03 seconds. |
| 172 | 2026-03-14T04:48:42.399Z | Done (0.371s) |
| 173 | 2026-03-14T04:48:42.399Z | Done (0.000s) |
| 174 | 2026-03-14T04:48:43.401Z | Done (1.002s) |
| 175 | 2026-03-14T04:48:47.385Z | Done (3.635s) |
| 176 | 2026-03-14T04:48:47.468Z | Done (0.017s) |
| 177 | 2026-03-14T04:48:47.471Z | Done (0.000s) |
| 178 | 2026-03-14T04:48:47.655Z | Done (0.000s) |
| 179 | 2026-03-14T04:48:48.614Z | Planning: Evaluating mediator changes ... Done |
| 180 | 2026-03-14T04:48:48.755Z | Planning: Checking for conflicting actions ... Done |
| 181 | 2026-03-14T04:48:48.758Z | Planning: Consolidating action changes ... Done |
| 182 | 2026-03-14T04:48:48.977Z | Planning: Evaluating mediators ... Done |
| 183 | 2026-03-14T04:48:48.980Z | Planning: Planning completed in 0.36 seconds |
| 184 | 2026-03-14T04:48:49.007Z | Mediators to change: 2 |
| 185 | 2026-03-14T04:48:49.007Z | Create boot environment: No |
| 186 | 2026-03-14T04:48:49.012Z | Create backup boot environment: No |
| 187 | 2026-03-14T04:48:49.091Z | Done |
| 188 | 2026-03-14T04:48:49.091Z | Done |
| 189 | 2026-03-14T04:48:49.821Z | Done |
| 190 | 2026-03-14T04:48:53.174Z | Done |
| 191 | 2026-03-14T04:48:53.267Z | Done |
| 192 | 2026-03-14T04:48:53.270Z | Done |
| 193 | 2026-03-14T04:48:53.427Z | Done |
| 194 | 2026-03-14T04:48:53.802Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 195 | 2026-03-14T04:48:53.802Z | clang system 15 system |
| 196 | 2026-03-14T04:48:53.802Z | csh system system illumos |
| 197 | 2026-03-14T04:48:53.802Z | ctags system system illumos |
| 198 | 2026-03-14T04:48:53.802Z | file system system illumos |
| 199 | 2026-03-14T04:48:53.802Z | gcc vendor 12 vendor |
| 200 | 2026-03-14T04:48:53.802Z | gcc system 10 system |
| 201 | 2026-03-14T04:48:53.802Z | gcc system 7 system |
| 202 | 2026-03-14T04:48:53.802Z | go system 1.20 system |
| 203 | 2026-03-14T04:48:53.802Z | go system 1.19 system |
| 204 | 2026-03-14T04:48:53.803Z | llvm system 15 system |
| 205 | 2026-03-14T04:48:53.803Z | llvm system 14 system |
| 206 | 2026-03-14T04:48:53.803Z | mariadb system 10.6 system |
| 207 | 2026-03-14T04:48:53.803Z | mta vendor vendor dma |
| 208 | 2026-03-14T04:48:53.803Z | openjdk system 17 system |
| 209 | 2026-03-14T04:48:53.803Z | openjdk system 11 system |
| 210 | 2026-03-14T04:48:53.803Z | openjdk system 1.8 system |
| 211 | 2026-03-14T04:48:53.803Z | openssl vendor 3 vendor |
| 212 | 2026-03-14T04:48:53.803Z | perl system 5.36 system |
| 213 | 2026-03-14T04:48:53.803Z | postgresql system 15 system |
| 214 | 2026-03-14T04:48:53.803Z | postgresql system 13 system |
| 215 | 2026-03-14T04:48:53.803Z | python vendor 3 vendor |
| 216 | 2026-03-14T04:48:53.803Z | python system 2 system |
| 217 | 2026-03-14T04:48:53.803Z | python3 system 3.11 system |
| 218 | 2026-03-14T04:48:53.803Z | ruby system 3.0 system |
| 219 | 2026-03-14T04:48:53.803Z | words vendor vendor american-english |
| 220 | 2026-03-14T04:48:53.803Z | words system system australian-english |
| 221 | 2026-03-14T04:48:53.803Z | words system system british-english |
| 222 | 2026-03-14T04:48:53.803Z | words system system canadian-english |
| 223 | 2026-03-14T04:48:53.803Z | words system system french |
| 224 | 2026-03-14T04:48:53.803Z | words system system italian |
| 225 | 2026-03-14T04:48:53.803Z | words system system ngerman |
| 226 | 2026-03-14T04:48:53.803Z | words system system ogerman |
| 227 | 2026-03-14T04:48:53.803Z | words system system spanish |
| 228 | 2026-03-14T04:48:54.101Z | PUBLISHER TYPE STATUS P LOCATION |
| 229 | 2026-03-14T04:48:54.101Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 230 | 2026-03-14T04:48:59.920Z | FMRI IFO |
| 231 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 232 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 233 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 234 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 235 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 236 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 237 | 2026-03-14T04:48:59.920Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 238 | 2026-03-14T04:49:00.867Z | All builder prerequisites installed successfully, and PATH looks valid |
| 239 | 2026-03-14T04:49:00.871Z | |
| 240 | 2026-03-14T04:49:00.871Z | real 1:25.693836442 |
| 241 | 2026-03-14T04:49:00.871Z | user 59.448645916 |
| 242 | 2026-03-14T04:49:00.871Z | sys 5.189376768 |
| 243 | 2026-03-14T04:49:00.871Z | trap 0.011823152 |
| 244 | 2026-03-14T04:49:00.871Z | tflt 0.024593558 |
| 245 | 2026-03-14T04:49:00.871Z | dflt 0.036243321 |
| 246 | 2026-03-14T04:49:00.871Z | kflt 0.011880853 |
| 247 | 2026-03-14T04:49:00.871Z | lock 0.000000000 |
| 248 | 2026-03-14T04:49:00.871Z | slp 1:46.661650769 |
| 249 | 2026-03-14T04:49:00.871Z | lat 0.076269835 |
| 250 | 2026-03-14T04:49:00.871Z | stop 0.000258140 |
| 251 | 2026-03-14T04:49:00.871Z | + banner rbuild |
| 252 | 2026-03-14T04:49:00.871Z | |
| 253 | 2026-03-14T04:49:00.871Z | ##### ##### # # # # ##### |
| 254 | 2026-03-14T04:49:00.871Z | # # # # # # # # # # |
| 255 | 2026-03-14T04:49:00.871Z | # # ##### # # # # # # |
| 256 | 2026-03-14T04:49:00.871Z | ##### # # # # # # # # |
| 257 | 2026-03-14T04:49:00.871Z | # # # # # # # # # # |
| 258 | 2026-03-14T04:49:00.871Z | # # ##### #### # ###### ##### |
| 259 | 2026-03-14T04:49:00.871Z | |
| 260 | 2026-03-14T04:49:00.872Z | + ptime -m cargo build --verbose --release --all-features |
| 261 | 2026-03-14T04:49:01.028Z | Updating crates.io index |
| 262 | 2026-03-14T04:49:01.032Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 263 | 2026-03-14T04:49:11.761Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 264 | 2026-03-14T04:49:12.069Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 265 | 2026-03-14T04:49:13.008Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 266 | 2026-03-14T04:49:13.714Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 267 | 2026-03-14T04:49:13.942Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 268 | 2026-03-14T04:49:14.239Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 269 | 2026-03-14T04:49:14.549Z | error: failed to select a version for `rand`. |
| 270 | 2026-03-14T04:49:14.549Z | ... required by package `crucible-integration-tests v0.1.0 (/work/oxidecomputer/crucible/integration_tests)` |
| 271 | 2026-03-14T04:49:14.549Z | versions that meet the requirements `^0.10.0` are: 0.10.0 |
| 272 | 2026-03-14T04:49:14.549Z | |
| 273 | 2026-03-14T04:49:14.549Z | package `crucible-integration-tests` depends on `rand` with feature `small_rng` but `rand` does not have that feature. |
| 274 | 2026-03-14T04:49:14.549Z | |
| 275 | 2026-03-14T04:49:14.549Z | |
| 276 | 2026-03-14T04:49:14.549Z | failed to select a version for `rand` which could resolve this conflict |
| 277 | 2026-03-14T04:49:14.573Z | |
| 278 | 2026-03-14T04:49:14.576Z | real 13.673636122 |
| 279 | 2026-03-14T04:49:14.576Z | user 7.930262380 |
| 280 | 2026-03-14T04:49:14.577Z | sys 0.544233182 |
| 281 | 2026-03-14T04:49:14.577Z | trap 0.001219986 |
| 282 | 2026-03-14T04:49:14.577Z | tflt 0.000007274 |
| 283 | 2026-03-14T04:49:14.577Z | dflt 0.000004358 |
| 284 | 2026-03-14T04:49:14.577Z | kflt 0.000001449 |
| 285 | 2026-03-14T04:49:14.577Z | lock 0.050568658 |
| 286 | 2026-03-14T04:49:14.577Z | slp 5.362333855 |
| 287 | 2026-03-14T04:49:14.577Z | lat 0.011341661 |
| 288 | 2026-03-14T04:49:14.577Z | stop 0.000127173 |
| 289 | 2026-03-14T04:49:14.577Z | process exited: duration 116732 ms, exit code 101 |
| |
| 290 | 2026-03-14T04:49:14.583Z | found 0 output files |