|
|
|
| 1 | 2026-08-06T22:37:52.193Z | job assigned to worker 01KZCKJ20BD22F97R3F4F5NVWH [factory aws, i-0eca9f34f071c59e0] (queued for 58 s) |
| |
| 2 | 2026-08-06T22:37:58.347Z | starting task 0: "setup" |
| 3 | 2026-08-06T22:37:58.353Z | ++ uname -s |
| 4 | 2026-08-06T22:37:58.356Z | + kern=SunOS |
| 5 | 2026-08-06T22:37:58.356Z | + build_user=build |
| 6 | 2026-08-06T22:37:58.356Z | + build_uid=12345 |
| 7 | 2026-08-06T22:37:58.356Z | + work_dir=/work |
| 8 | 2026-08-06T22:37:58.356Z | + input_dir=/input |
| 9 | 2026-08-06T22:37:58.357Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T22:37:58.357Z | + case "$kern" in |
| 11 | 2026-08-06T22:37:58.357Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T22:37:58.357Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T22:38:00.361Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T22:38:00.459Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T22:38:00.464Z | + home_fs=zfs |
| 16 | 2026-08-06T22:38:00.464Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T22:38:00.464Z | + mkdir -p /home/build |
| 18 | 2026-08-06T22:38:00.464Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T22:38:02.469Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T22:38:02.474Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-08-06T22:38:02.481Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T22:38:02.485Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-06T22:38:02.485Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-06T22:38:02.485Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-06T22:38:02.485Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-06T22:38:02.485Z | * rust toolchain profile = "default" |
| 27 | 2026-08-06T22:38:02.485Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-06T22:38:02.492Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T22:38:02.492Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-06T22:38:02.637Z | info: downloading installer |
| 31 | 2026-08-06T22:38:04.057Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-06T22:38:04.057Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-06T22:38:04.057Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-06T22:38:04.058Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-06T22:38:04.070Z | info: profile set to default |
| 36 | 2026-08-06T22:38:04.070Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-06T22:38:04.073Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-06T22:38:04.212Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-06T22:38:04.215Z | info: downloading 6 components |
| 40 | 2026-08-06T22:38:19.873Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-06T22:38:19.873Z | |
| 42 | 2026-08-06T22:38:19.900Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-06T22:38:19.900Z | |
| 44 | 2026-08-06T22:38:19.900Z | |
| 45 | 2026-08-06T22:38:19.900Z | Rust is installed now. Great! |
| 46 | 2026-08-06T22:38:19.900Z | |
| 47 | 2026-08-06T22:38:19.903Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-06T22:38:19.903Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-06T22:38:19.903Z | |
| 50 | 2026-08-06T22:38:19.903Z | To configure your current shell, you need to source |
| 51 | 2026-08-06T22:38:19.903Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-06T22:38:19.904Z | |
| 53 | 2026-08-06T22:38:19.904Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-06T22:38:19.904Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-06T22:38:19.904Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-06T22:38:19.904Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-06T22:38:19.904Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-06T22:38:19.904Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-06T22:38:19.904Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-06T22:38:19.904Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-06T22:38:19.904Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-06T22:38:19.997Z | + rustup --version |
| 63 | 2026-08-06T22:38:20.006Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-06T22:38:20.009Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-06T22:38:20.027Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-06T22:38:20.030Z | + cargo --version |
| 67 | 2026-08-06T22:38:20.044Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-06T22:38:20.048Z | + rustc --version |
| 69 | 2026-08-06T22:38:20.065Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-06T22:38:20.069Z | process exited: duration 17586 ms, exit code 0 |
| |
| 71 | 2026-08-06T22:38:20.076Z | starting task 2: "authentication" |
| 72 | 2026-08-06T22:38:20.092Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-06T22:38:20.099Z | starting task 3: "clone repository" |
| 74 | 2026-08-06T22:38:20.102Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-06T22:38:20.105Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-06T22:38:20.140Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-06T22:38:37.141Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-06T22:38:37.141Z | + git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 79 | 2026-08-06T22:38:37.450Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-06T22:38:37.450Z | * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD |
| 81 | 2026-08-06T22:38:37.463Z | + [[ -n eliza/fm-statefile ]] |
| 82 | 2026-08-06T22:38:37.466Z | ++ git branch --show-current |
| 83 | 2026-08-06T22:38:37.466Z | + current=main |
| 84 | 2026-08-06T22:38:37.466Z | + [[ main != eliza/fm-statefile ]] |
| 85 | 2026-08-06T22:38:37.466Z | + git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 86 | 2026-08-06T22:38:37.469Z | + git checkout -f eliza/fm-statefile |
| 87 | 2026-08-06T22:38:37.731Z | Switched to branch 'eliza/fm-statefile' |
| 88 | 2026-08-06T22:38:37.735Z | + git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 89 | 2026-08-06T22:38:37.754Z | HEAD is now at 65d5c4a03 reticulizing |
| 90 | 2026-08-06T22:38:37.757Z | process exited: duration 17656 ms, exit code 0 |
| |
| 91 | 2026-08-06T22:38:37.764Z | starting task 4: "build" |
| 92 | 2026-08-06T22:38:37.767Z | + source ./env.sh |
| 93 | 2026-08-06T22:38:37.770Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-08-06T22:38:37.770Z | ++ set -o xtrace |
| 95 | 2026-08-06T22:38:37.770Z | ++++ dirname ./env.sh |
| 96 | 2026-08-06T22:38:37.773Z | +++ readlink -f . |
| 97 | 2026-08-06T22:38:37.773Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-08-06T22:38:37.773Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ 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-08-06T22:38:37.774Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 107 | 2026-08-06T22:38:37.774Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 108 | 2026-08-06T22:38:37.774Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-08-06T22:38:37.774Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-08-06T22:38:37.774Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-08-06T22:38:37.774Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-08-06T22:38:37.774Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-08-06T22:38:37.778Z | +++ uname -s |
| 114 | 2026-08-06T22:38:37.778Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-08-06T22:38:37.778Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-08-06T22:38:37.778Z | + cargo --version |
| 117 | 2026-08-06T22:38:37.785Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-08-06T22:38:37.789Z | + rustc --version |
| 119 | 2026-08-06T22:38:37.807Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-08-06T22:38:37.810Z | + banner prerequisites |
| 121 | 2026-08-06T22:38:37.813Z | |
| 122 | 2026-08-06T22:38:37.813Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-08-06T22:38:37.813Z | # # # # # # # # # # # # # # # |
| 124 | 2026-08-06T22:38:37.813Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-08-06T22:38:37.813Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-08-06T22:38:37.813Z | # # # # # # # # # # # # # # # |
| 127 | 2026-08-06T22:38:37.813Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-08-06T22:38:37.813Z | |
| 129 | 2026-08-06T22:38:37.813Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-08-06T22:38:39.479Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-08-06T22:38:39.717Z | Startup: Caching catalogs ... Done |
| 132 | 2026-08-06T22:38:41.050Z | Planning: Solver setup ... Done (1.247s) |
| 133 | 2026-08-06T22:38:41.092Z | Planning: Running solver ... Done (0.044s) |
| 134 | 2026-08-06T22:38:41.123Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-08-06T22:38:41.137Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-08-06T22:38:41.163Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-08-06T22:38:41.176Z | Planning: Package planning ... Done (0.014s) |
| 138 | 2026-08-06T22:38:41.180Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-08-06T22:38:41.340Z | Planning: Checking for conflicting actions ... Done (0.162s) |
| 140 | 2026-08-06T22:38:41.344Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-08-06T22:38:42.112Z | Planning: Evaluating mediators ... Done (0.771s) |
| 142 | 2026-08-06T22:38:42.115Z | Planning: Planning completed in 2.37 seconds |
| 143 | 2026-08-06T22:38:42.120Z | Packages to install: 2 |
| 144 | 2026-08-06T22:38:42.123Z | Estimated space available: 156.02 GB |
| 145 | 2026-08-06T22:38:42.123Z | Estimated space to be consumed: 56.47 MB |
| 146 | 2026-08-06T22:38:42.124Z | Create boot environment: No |
| 147 | 2026-08-06T22:38:42.124Z | Create backup boot environment: No |
| 148 | 2026-08-06T22:38:42.124Z | Rebuild boot archive: No |
| 149 | 2026-08-06T22:38:42.124Z | |
| 150 | 2026-08-06T22:38:42.124Z | Changed packages: |
| 151 | 2026-08-06T22:38:42.124Z | helios |
| 152 | 2026-08-06T22:38:42.124Z | developer/build-essential |
| 153 | 2026-08-06T22:38:42.124Z | None -> 11-3.0 |
| 154 | 2026-08-06T22:38:42.124Z | library/libxmlsec1 |
| 155 | 2026-08-06T22:38:42.124Z | None -> 1.2.35-3.0 |
| 156 | 2026-08-06T22:38:42.145Z | |
| 157 | 2026-08-06T22:38:42.145Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-08-06T22:38:42.216Z | Download: Completed 1.28 MB in 0.07 seconds (18.6M/s) |
| 159 | 2026-08-06T22:38:42.304Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-08-06T22:38:42.342Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-08-06T22:38:42.365Z | Finalize: Updating package state database ... Done (0.023s) |
| 162 | 2026-08-06T22:38:42.369Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-08-06T22:38:42.427Z | Finalize: Updating image state ... Done (0.061s) |
| 164 | 2026-08-06T22:38:44.884Z | Finalize: Creating fast lookup database ... Done (2.421s) |
| 165 | 2026-08-06T22:38:44.953Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-08-06T22:38:44.957Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-08-06T22:38:45.045Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-08-06T22:38:45.390Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-08-06T22:38:45.493Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-08-06T22:38:45.496Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-08-06T22:38:45.649Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-08-06T22:38:45.652Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-08-06T22:38:45.673Z | Mediators to change: 2 |
| 174 | 2026-08-06T22:38:45.673Z | Create boot environment: No |
| 175 | 2026-08-06T22:38:45.676Z | Create backup boot environment: No |
| 176 | 2026-08-06T22:38:45.713Z | Finalize: Updating package state database ... Done |
| 177 | 2026-08-06T22:38:45.713Z | Finalize: Updating package cache ... Done |
| 178 | 2026-08-06T22:38:45.747Z | Finalize: Updating image state ... Done |
| 179 | 2026-08-06T22:38:47.676Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-08-06T22:38:47.740Z | Finalize: Reading search index ... Done |
| 181 | 2026-08-06T22:38:47.744Z | Finalize: Updating search index ... Done |
| 182 | 2026-08-06T22:38:47.818Z | Finalize: Updating package cache ... Done |
| 183 | 2026-08-06T22:38:48.100Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-08-06T22:38:48.204Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-08-06T22:38:48.207Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-08-06T22:38:48.362Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-08-06T22:38:48.365Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-08-06T22:38:48.384Z | Mediators to change: 1 |
| 189 | 2026-08-06T22:38:48.384Z | Create boot environment: No |
| 190 | 2026-08-06T22:38:48.388Z | Create backup boot environment: No |
| 191 | 2026-08-06T22:38:48.435Z | Finalize: Updating package state database ... Done |
| 192 | 2026-08-06T22:38:48.435Z | Finalize: Updating package cache ... Done |
| 193 | 2026-08-06T22:38:48.470Z | Finalize: Updating image state ... Done |
| 194 | 2026-08-06T22:38:50.397Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-08-06T22:38:50.458Z | Finalize: Reading search index ... Done |
| 196 | 2026-08-06T22:38:50.462Z | Finalize: Updating search index ... Done |
| 197 | 2026-08-06T22:38:50.540Z | Finalize: Updating package cache ... Done |
| 198 | 2026-08-06T22:38:50.849Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-08-06T22:38:50.849Z | apache system 2.4 system |
| 200 | 2026-08-06T22:38:50.849Z | clang system 15 system |
| 201 | 2026-08-06T22:38:50.849Z | csh system system illumos |
| 202 | 2026-08-06T22:38:50.849Z | ctags system system illumos |
| 203 | 2026-08-06T22:38:50.849Z | file vendor vendor darwinsys |
| 204 | 2026-08-06T22:38:50.849Z | file system system illumos |
| 205 | 2026-08-06T22:38:50.849Z | gcc vendor 14 vendor |
| 206 | 2026-08-06T22:38:50.849Z | gcc system 13 system |
| 207 | 2026-08-06T22:38:50.849Z | gcc system 10 system |
| 208 | 2026-08-06T22:38:50.849Z | go system 1.25 system |
| 209 | 2026-08-06T22:38:50.849Z | llvm system 15 system |
| 210 | 2026-08-06T22:38:50.849Z | mariadb system 11.4 system |
| 211 | 2026-08-06T22:38:50.849Z | mta vendor vendor dma |
| 212 | 2026-08-06T22:38:50.849Z | openjdk system 17 system |
| 213 | 2026-08-06T22:38:50.849Z | openjdk system 11 system |
| 214 | 2026-08-06T22:38:50.849Z | openssl vendor 3 vendor |
| 215 | 2026-08-06T22:38:50.849Z | perl system 5.40 system |
| 216 | 2026-08-06T22:38:50.849Z | postgresql system 18 system |
| 217 | 2026-08-06T22:38:50.849Z | postgresql system 17 system |
| 218 | 2026-08-06T22:38:50.849Z | python vendor 3 vendor |
| 219 | 2026-08-06T22:38:50.849Z | python system 2 system |
| 220 | 2026-08-06T22:38:50.849Z | python3 vendor 3.13 vendor |
| 221 | 2026-08-06T22:38:50.849Z | ruby system 3.4 system |
| 222 | 2026-08-06T22:38:50.849Z | ruby system 3.0 system |
| 223 | 2026-08-06T22:38:50.849Z | words vendor vendor american-english |
| 224 | 2026-08-06T22:38:50.849Z | words system system australian-english |
| 225 | 2026-08-06T22:38:50.849Z | words system system british-english |
| 226 | 2026-08-06T22:38:50.849Z | words system system canadian-english |
| 227 | 2026-08-06T22:38:50.849Z | words system system french |
| 228 | 2026-08-06T22:38:50.849Z | words system system italian |
| 229 | 2026-08-06T22:38:50.849Z | words system system ngerman |
| 230 | 2026-08-06T22:38:50.849Z | words system system ogerman |
| 231 | 2026-08-06T22:38:50.849Z | words system system spanish |
| 232 | 2026-08-06T22:38:51.103Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-08-06T22:38:51.103Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-08-06T22:38:51.495Z | FMRI IFO |
| 235 | 2026-08-06T22:38:51.495Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-08-06T22:38:51.495Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-08-06T22:38:51.495Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-08-06T22:38:51.495Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-08-06T22:38:51.495Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-08-06T22:38:51.495Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-08-06T22:38:51.495Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-08-06T22:38:51.495Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-08-06T22:38:51.496Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-08-06T22:38:51.630Z | error: missing comma between array elements, expected `,` |
| 245 | 2026-08-06T22:38:51.630Z | --> Cargo.toml:107:5 |
| 246 | 2026-08-06T22:38:51.630Z | | |
| 247 | 2026-08-06T22:38:51.630Z | 107 | "nexus/internal-api", |
| 248 | 2026-08-06T22:38:51.630Z | | ^ |
| 249 | 2026-08-06T22:38:51.634Z | Failed to run command -- will try 2 more times |
| 250 | 2026-08-06T22:38:51.647Z | error: missing comma between array elements, expected `,` |
| 251 | 2026-08-06T22:38:51.647Z | --> Cargo.toml:107:5 |
| 252 | 2026-08-06T22:38:51.647Z | | |
| 253 | 2026-08-06T22:38:51.647Z | 107 | "nexus/internal-api", |
| 254 | 2026-08-06T22:38:51.647Z | | ^ |
| 255 | 2026-08-06T22:38:51.651Z | Failed to run command -- will try 1 more times |
| 256 | 2026-08-06T22:38:51.663Z | error: missing comma between array elements, expected `,` |
| 257 | 2026-08-06T22:38:51.663Z | --> Cargo.toml:107:5 |
| 258 | 2026-08-06T22:38:51.663Z | | |
| 259 | 2026-08-06T22:38:51.663Z | 107 | "nexus/internal-api", |
| 260 | 2026-08-06T22:38:51.663Z | | ^ |
| 261 | 2026-08-06T22:38:51.666Z | |
| 262 | 2026-08-06T22:38:51.666Z | real 13.851263199 |
| 263 | 2026-08-06T22:38:51.667Z | user 10.773141560 |
| 264 | 2026-08-06T22:38:51.667Z | sys 1.020254372 |
| 265 | 2026-08-06T22:38:51.667Z | trap 0.000768780 |
| 266 | 2026-08-06T22:38:51.667Z | tflt 0.042964862 |
| 267 | 2026-08-06T22:38:51.667Z | dflt 0.040021589 |
| 268 | 2026-08-06T22:38:51.667Z | kflt 0.013327080 |
| 269 | 2026-08-06T22:38:51.667Z | lock 0.049542421 |
| 270 | 2026-08-06T22:38:51.667Z | slp 15.810301470 |
| 271 | 2026-08-06T22:38:51.667Z | lat 0.012073907 |
| 272 | 2026-08-06T22:38:51.667Z | stop 0.000458040 |
| 273 | 2026-08-06T22:38:51.667Z | process exited: duration 13901 ms, exit code 101 |
| |
| 274 | 2026-08-06T22:38:51.673Z | found 0 output files |