|
|
|
| 1 | 2026-05-14T03:41:00.326Z | job assigned to worker 01KRJ93ZE720RZ8EFM05AT3674 [factory aws, i-035fbec1b759f6b69] (queued for 1 m 0 s) |
| |
| 2 | 2026-05-14T03:41:06.652Z | starting task 0: "setup" |
| 3 | 2026-05-14T03:41:06.657Z | ++ uname -s |
| 4 | 2026-05-14T03:41:06.660Z | + kern=SunOS |
| 5 | 2026-05-14T03:41:06.660Z | + build_user=build |
| 6 | 2026-05-14T03:41:06.661Z | + build_uid=12345 |
| 7 | 2026-05-14T03:41:06.661Z | + work_dir=/work |
| 8 | 2026-05-14T03:41:06.661Z | + input_dir=/input |
| 9 | 2026-05-14T03:41:06.661Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T03:41:06.661Z | + case "$kern" in |
| 11 | 2026-05-14T03:41:06.661Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T03:41:06.661Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T03:41:08.666Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T03:41:08.840Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T03:41:08.844Z | + home_fs=zfs |
| 16 | 2026-05-14T03:41:08.844Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T03:41:08.844Z | + mkdir -p /home/build |
| 18 | 2026-05-14T03:41:08.844Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T03:41:10.845Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T03:41:10.848Z | process exited: duration 4198 ms, exit code 0 |
| |
| 21 | 2026-05-14T03:41:10.854Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T03:41:10.860Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T03:41:10.860Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-14T03:41:10.860Z | * rust toolchain channel = "1.94.0" |
| 25 | 2026-05-14T03:41:10.860Z | * rust toolchain profile = "default" |
| 26 | 2026-05-14T03:41:10.860Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T03:41:10.860Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T03:41:10.863Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T03:41:10.863Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T03:41:10.962Z | info: downloading installer |
| 31 | 2026-05-14T03:41:12.298Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T03:41:12.298Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T03:41:12.298Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T03:41:12.298Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T03:41:12.311Z | info: profile set to default |
| 36 | 2026-05-14T03:41:12.311Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T03:41:12.314Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T03:41:12.454Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T03:41:12.458Z | info: downloading 6 components |
| 40 | 2026-05-14T03:41:26.980Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-14T03:41:26.980Z | |
| 42 | 2026-05-14T03:41:27.010Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T03:41:27.010Z | |
| 44 | 2026-05-14T03:41:27.013Z | |
| 45 | 2026-05-14T03:41:27.013Z | Rust is installed now. Great! |
| 46 | 2026-05-14T03:41:27.013Z | |
| 47 | 2026-05-14T03:41:27.013Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T03:41:27.013Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T03:41:27.013Z | |
| 50 | 2026-05-14T03:41:27.013Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T03:41:27.013Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T03:41:27.013Z | |
| 53 | 2026-05-14T03:41:27.013Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T03:41:27.014Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T03:41:27.014Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T03:41:27.014Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T03:41:27.014Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T03:41:27.014Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T03:41:27.014Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T03:41:27.014Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T03:41:27.014Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T03:41:27.111Z | + rustup --version |
| 63 | 2026-05-14T03:41:27.120Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T03:41:27.123Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T03:41:27.143Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T03:41:27.146Z | + cargo --version |
| 67 | 2026-05-14T03:41:27.158Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T03:41:27.161Z | + rustc --version |
| 69 | 2026-05-14T03:41:27.181Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T03:41:27.184Z | process exited: duration 16329 ms, exit code 0 |
| |
| 71 | 2026-05-14T03:41:27.190Z | starting task 2: "authentication" |
| 72 | 2026-05-14T03:41:27.206Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-14T03:41:27.214Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T03:41:27.217Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T03:41:27.217Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T03:41:27.248Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T03:41:36.772Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T03:41:36.772Z | + git fetch origin 38ff18820319d3069155971401ce98abb958fa13 |
| 79 | 2026-05-14T03:41:37.047Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T03:41:37.047Z | * branch 38ff18820319d3069155971401ce98abb958fa13 -> FETCH_HEAD |
| 81 | 2026-05-14T03:41:37.057Z | + [[ -n renovate/crucible-common-digest ]] |
| 82 | 2026-05-14T03:41:37.060Z | ++ git branch --show-current |
| 83 | 2026-05-14T03:41:37.060Z | + current=main |
| 84 | 2026-05-14T03:41:37.060Z | + [[ main != renovate/crucible-common-digest ]] |
| 85 | 2026-05-14T03:41:37.060Z | + git branch -f renovate/crucible-common-digest 38ff18820319d3069155971401ce98abb958fa13 |
| 86 | 2026-05-14T03:41:37.063Z | + git checkout -f renovate/crucible-common-digest |
| 87 | 2026-05-14T03:41:37.294Z | Switched to branch 'renovate/crucible-common-digest' |
| 88 | 2026-05-14T03:41:37.299Z | + git reset --hard 38ff18820319d3069155971401ce98abb958fa13 |
| 89 | 2026-05-14T03:41:37.309Z | HEAD is now at 38ff18820 Update crucible-common digest to 33a3712 |
| 90 | 2026-05-14T03:41:37.312Z | process exited: duration 10098 ms, exit code 0 |
| |
| 91 | 2026-05-14T03:41:37.321Z | starting task 4: "build" |
| 92 | 2026-05-14T03:41:37.325Z | + source ./env.sh |
| 93 | 2026-05-14T03:41:37.325Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-14T03:41:37.325Z | ++ set -o xtrace |
| 95 | 2026-05-14T03:41:37.329Z | ++++ dirname ./env.sh |
| 96 | 2026-05-14T03:41:37.329Z | +++ readlink -f . |
| 97 | 2026-05-14T03:41:37.332Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-14T03:41:37.332Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-14T03:41:37.333Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-14T03:41:37.333Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-14T03:41:37.333Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-14T03:41:37.333Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-14T03:41:37.333Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-14T03:41:37.333Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-14T03:41:37.334Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-14T03:41:37.334Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-14T03:41:37.334Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-14T03:41:37.334Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-14T03:41:37.334Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-14T03:41:37.334Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-14T03:41:37.334Z | + cargo --version |
| 112 | 2026-05-14T03:41:37.341Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-14T03:41:37.344Z | + rustc --version |
| 114 | 2026-05-14T03:41:37.364Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-14T03:41:37.367Z | + banner prerequisites |
| 116 | 2026-05-14T03:41:37.370Z | |
| 117 | 2026-05-14T03:41:37.370Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-14T03:41:37.370Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-14T03:41:37.370Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-14T03:41:37.370Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-14T03:41:37.370Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-14T03:41:37.370Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-14T03:41:37.370Z | |
| 124 | 2026-05-14T03:41:37.370Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-14T03:41:38.759Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-14T03:41:38.817Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-14T03:41:39.038Z | Planning: Solver setup ... Done (0.172s) |
| 128 | 2026-05-14T03:41:39.043Z | Planning: Running solver ... Done (0.016s) |
| 129 | 2026-05-14T03:41:39.043Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-14T03:41:39.053Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-14T03:41:39.065Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-14T03:41:39.076Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-14T03:41:39.080Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-14T03:41:39.263Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 135 | 2026-05-14T03:41:39.266Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-14T03:41:40.080Z | Planning: Evaluating mediators ... Done (0.816s) |
| 137 | 2026-05-14T03:41:40.083Z | Planning: Planning completed in 1.25 seconds |
| 138 | 2026-05-14T03:41:40.090Z | Packages to install: 2 |
| 139 | 2026-05-14T03:41:40.090Z | Estimated space available: 156.10 GB |
| 140 | 2026-05-14T03:41:40.093Z | Estimated space to be consumed: 19.74 MB |
| 141 | 2026-05-14T03:41:40.093Z | Create boot environment: No |
| 142 | 2026-05-14T03:41:40.093Z | Create backup boot environment: No |
| 143 | 2026-05-14T03:41:40.093Z | Rebuild boot archive: No |
| 144 | 2026-05-14T03:41:40.093Z | |
| 145 | 2026-05-14T03:41:40.093Z | Changed packages: |
| 146 | 2026-05-14T03:41:40.093Z | helios |
| 147 | 2026-05-14T03:41:40.094Z | developer/build-essential |
| 148 | 2026-05-14T03:41:40.094Z | None -> 11-3.0 |
| 149 | 2026-05-14T03:41:40.094Z | library/libxmlsec1 |
| 150 | 2026-05-14T03:41:40.094Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-14T03:41:40.114Z | |
| 152 | 2026-05-14T03:41:40.114Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-14T03:41:40.589Z | Download: Completed 1.28 MB in 0.47 seconds (2.7M/s) |
| 154 | 2026-05-14T03:41:40.693Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-14T03:41:40.730Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-14T03:41:40.736Z | Finalize: Updating package state database ... Done (0.006s) |
| 157 | 2026-05-14T03:41:40.736Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-14T03:41:40.752Z | Finalize: Updating image state ... Done (0.015s) |
| 159 | 2026-05-14T03:41:43.153Z | Finalize: Creating fast lookup database ... Done (2.381s) |
| 160 | 2026-05-14T03:41:43.223Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-14T03:41:43.226Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-14T03:41:43.308Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-14T03:41:43.605Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-14T03:41:43.709Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-14T03:41:43.712Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-14T03:41:43.869Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-14T03:41:43.872Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-14T03:41:43.895Z | Mediators to change: 2 |
| 169 | 2026-05-14T03:41:43.895Z | Create boot environment: No |
| 170 | 2026-05-14T03:41:43.895Z | Create backup boot environment: No |
| 171 | 2026-05-14T03:41:43.965Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-14T03:41:43.965Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-14T03:41:43.974Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-14T03:41:45.909Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-14T03:41:45.975Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-14T03:41:45.978Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-14T03:41:46.054Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-14T03:41:46.334Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-14T03:41:46.438Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-14T03:41:46.441Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-14T03:41:46.598Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-14T03:41:46.601Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-14T03:41:46.621Z | Mediators to change: 1 |
| 184 | 2026-05-14T03:41:46.621Z | Create boot environment: No |
| 185 | 2026-05-14T03:41:46.621Z | Create backup boot environment: No |
| 186 | 2026-05-14T03:41:46.688Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-14T03:41:46.688Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-14T03:41:46.697Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-14T03:41:48.649Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-14T03:41:48.710Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-14T03:41:48.713Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-14T03:41:48.798Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-14T03:41:49.112Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-14T03:41:49.112Z | apache system 2.4 system |
| 195 | 2026-05-14T03:41:49.112Z | clang system 15 system |
| 196 | 2026-05-14T03:41:49.112Z | csh system system illumos |
| 197 | 2026-05-14T03:41:49.112Z | ctags system system illumos |
| 198 | 2026-05-14T03:41:49.112Z | file vendor vendor darwinsys |
| 199 | 2026-05-14T03:41:49.112Z | file system system illumos |
| 200 | 2026-05-14T03:41:49.112Z | gcc vendor 14 vendor |
| 201 | 2026-05-14T03:41:49.112Z | gcc system 13 system |
| 202 | 2026-05-14T03:41:49.112Z | gcc system 10 system |
| 203 | 2026-05-14T03:41:49.112Z | go system 1.25 system |
| 204 | 2026-05-14T03:41:49.112Z | llvm system 15 system |
| 205 | 2026-05-14T03:41:49.112Z | mariadb system 11.4 system |
| 206 | 2026-05-14T03:41:49.112Z | mta vendor vendor dma |
| 207 | 2026-05-14T03:41:49.113Z | openjdk system 17 system |
| 208 | 2026-05-14T03:41:49.113Z | openjdk system 11 system |
| 209 | 2026-05-14T03:41:49.113Z | openssl vendor 3 vendor |
| 210 | 2026-05-14T03:41:49.113Z | perl system 5.40 system |
| 211 | 2026-05-14T03:41:49.113Z | postgresql system 18 system |
| 212 | 2026-05-14T03:41:49.113Z | postgresql system 17 system |
| 213 | 2026-05-14T03:41:49.113Z | python vendor 3 vendor |
| 214 | 2026-05-14T03:41:49.113Z | python system 2 system |
| 215 | 2026-05-14T03:41:49.113Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-14T03:41:49.113Z | ruby system 3.4 system |
| 217 | 2026-05-14T03:41:49.113Z | ruby system 3.0 system |
| 218 | 2026-05-14T03:41:49.113Z | words vendor vendor american-english |
| 219 | 2026-05-14T03:41:49.114Z | words system system australian-english |
| 220 | 2026-05-14T03:41:49.114Z | words system system british-english |
| 221 | 2026-05-14T03:41:49.114Z | words system system canadian-english |
| 222 | 2026-05-14T03:41:49.114Z | words system system french |
| 223 | 2026-05-14T03:41:49.114Z | words system system italian |
| 224 | 2026-05-14T03:41:49.114Z | words system system ngerman |
| 225 | 2026-05-14T03:41:49.114Z | words system system ogerman |
| 226 | 2026-05-14T03:41:49.114Z | words system system spanish |
| 227 | 2026-05-14T03:41:49.361Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-14T03:41:49.361Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-14T03:41:49.629Z | FMRI IFO |
| 230 | 2026-05-14T03:41:49.630Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-14T03:41:49.630Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-14T03:41:49.630Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-14T03:41:49.630Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-14T03:41:49.630Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-14T03:41:49.630Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-14T03:41:49.630Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-14T03:41:49.630Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-14T03:41:49.630Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-14T03:41:49.873Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-14T03:41:50.123Z | Updating crates.io index |
| 241 | 2026-05-14T03:41:50.160Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-14T03:41:50.885Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-14T03:41:51.339Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-14T03:41:52.028Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-14T03:41:52.767Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-14T03:41:53.396Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-14T03:41:54.715Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-14T03:41:55.574Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-14T03:41:55.859Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-14T03:41:56.676Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-14T03:41:57.272Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-14T03:41:57.554Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-14T03:41:57.887Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-14T03:41:59.004Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-14T03:41:59.573Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-14T03:41:59.939Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-14T03:42:00.296Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-14T03:42:00.562Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-14T03:42:00.906Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-14T03:42:01.248Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-14T03:42:01.567Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-14T03:42:01.975Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-14T03:42:02.440Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 264 | 2026-05-14T03:42:03.473Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-14T03:42:04.033Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-14T03:42:04.285Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-14T03:42:04.857Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-14T03:42:06.039Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-14T03:42:06.809Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-14T03:42:07.267Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-14T03:42:07.620Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-14T03:42:07.958Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-14T03:42:08.297Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-14T03:42:08.604Z | Updating crates.io index |
| 275 | 2026-05-14T03:42:08.648Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-14T03:42:08.908Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-14T03:42:09.181Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-14T03:42:09.617Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-14T03:42:10.536Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-14T03:42:21.658Z | error: failed to select a version for `vergen`. |
| 281 | 2026-05-14T03:42:21.658Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 282 | 2026-05-14T03:42:21.658Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 283 | 2026-05-14T03:42:21.659Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 284 | 2026-05-14T03:42:21.659Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 285 | 2026-05-14T03:42:21.659Z | |
| 286 | 2026-05-14T03:42:21.659Z | all possible versions conflict with previously selected packages. |
| 287 | 2026-05-14T03:42:21.659Z | |
| 288 | 2026-05-14T03:42:21.659Z | previously selected package `vergen v9.0.6` |
| 289 | 2026-05-14T03:42:21.659Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 290 | 2026-05-14T03:42:21.659Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 291 | 2026-05-14T03:42:21.659Z | |
| 292 | 2026-05-14T03:42:21.659Z | failed to select a version for `vergen` which could resolve this conflict |
| 293 | 2026-05-14T03:42:21.697Z | Failed to run command -- will try 2 more times |
| 294 | 2026-05-14T03:42:21.955Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2026-05-14T03:42:21.979Z | Updating crates.io index |
| 296 | 2026-05-14T03:42:22.202Z | Updating crates.io index |
| 297 | 2026-05-14T03:42:22.791Z | error: failed to select a version for `vergen`. |
| 298 | 2026-05-14T03:42:22.791Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 299 | 2026-05-14T03:42:22.791Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 300 | 2026-05-14T03:42:22.791Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 301 | 2026-05-14T03:42:22.791Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 302 | 2026-05-14T03:42:22.791Z | |
| 303 | 2026-05-14T03:42:22.791Z | all possible versions conflict with previously selected packages. |
| 304 | 2026-05-14T03:42:22.792Z | |
| 305 | 2026-05-14T03:42:22.792Z | previously selected package `vergen v9.0.6` |
| 306 | 2026-05-14T03:42:22.792Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 307 | 2026-05-14T03:42:22.792Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 308 | 2026-05-14T03:42:22.792Z | |
| 309 | 2026-05-14T03:42:22.792Z | failed to select a version for `vergen` which could resolve this conflict |
| 310 | 2026-05-14T03:42:22.818Z | Failed to run command -- will try 1 more times |
| 311 | 2026-05-14T03:42:23.069Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 312 | 2026-05-14T03:42:23.143Z | Updating crates.io index |
| 313 | 2026-05-14T03:42:23.668Z | error: failed to select a version for `vergen`. |
| 314 | 2026-05-14T03:42:23.669Z | ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=33a37122dd39e02b555ff18ded1d71e35437a8fa#33a37122)` |
| 315 | 2026-05-14T03:42:23.669Z | ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)` |
| 316 | 2026-05-14T03:42:23.669Z | ... which satisfies path dependency `omicron-nexus` (locked to 0.1.0) of package `nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests)` |
| 317 | 2026-05-14T03:42:23.669Z | versions that meet the requirements `^9.1.0` are: 9.1.0 |
| 318 | 2026-05-14T03:42:23.669Z | |
| 319 | 2026-05-14T03:42:23.669Z | all possible versions conflict with previously selected packages. |
| 320 | 2026-05-14T03:42:23.669Z | |
| 321 | 2026-05-14T03:42:23.669Z | previously selected package `vergen v9.0.6` |
| 322 | 2026-05-14T03:42:23.669Z | ... which satisfies dependency `vergen = "^9.0.6"` (locked to 9.0.6) of package `omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)` |
| 323 | 2026-05-14T03:42:23.669Z | ... which satisfies dependency `omicron-workspace-hack = "^0.1.0"` (locked to 0.1.0) of package `cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)` |
| 324 | 2026-05-14T03:42:23.669Z | |
| 325 | 2026-05-14T03:42:23.669Z | failed to select a version for `vergen` which could resolve this conflict |
| 326 | 2026-05-14T03:42:23.694Z | |
| 327 | 2026-05-14T03:42:23.697Z | real 46.322405444 |
| 328 | 2026-05-14T03:42:23.697Z | user 19.783794635 |
| 329 | 2026-05-14T03:42:23.697Z | sys 2.021529262 |
| 330 | 2026-05-14T03:42:23.697Z | trap 0.001596390 |
| 331 | 2026-05-14T03:42:23.697Z | tflt 0.043329249 |
| 332 | 2026-05-14T03:42:23.697Z | dflt 0.040334105 |
| 333 | 2026-05-14T03:42:23.697Z | kflt 0.013654695 |
| 334 | 2026-05-14T03:42:23.697Z | lock 0.116932277 |
| 335 | 2026-05-14T03:42:23.697Z | slp 1:12.825894599 |
| 336 | 2026-05-14T03:42:23.697Z | lat 0.083117168 |
| 337 | 2026-05-14T03:42:23.697Z | stop 0.000503060 |
| 338 | 2026-05-14T03:42:23.697Z | process exited: duration 46374 ms, exit code 101 |
| |
| 339 | 2026-05-14T03:42:23.704Z | found 0 output files |