|
|
|
| 1 | 2026-08-06T22:37:48.174Z | job assigned to worker 01KZCKJ6MFZ9GGJZBT9AJRPVWN [factory aws, i-06ad0522e652243b3] (queued for 55 s) |
| |
| 2 | 2026-08-06T22:37:54.451Z | starting task 0: "setup" |
| 3 | 2026-08-06T22:37:54.455Z | ++ uname -s |
| 4 | 2026-08-06T22:37:54.459Z | + kern=SunOS |
| 5 | 2026-08-06T22:37:54.459Z | + build_user=build |
| 6 | 2026-08-06T22:37:54.459Z | + build_uid=12345 |
| 7 | 2026-08-06T22:37:54.459Z | + work_dir=/work |
| 8 | 2026-08-06T22:37:54.459Z | + input_dir=/input |
| 9 | 2026-08-06T22:37:54.459Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-06T22:37:54.459Z | + case "$kern" in |
| 11 | 2026-08-06T22:37:54.459Z | + groupadd -g 12345 build |
| 12 | 2026-08-06T22:37:54.459Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-06T22:37:56.465Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-06T22:37:56.522Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-06T22:37:56.526Z | + home_fs=zfs |
| 16 | 2026-08-06T22:37:56.526Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-06T22:37:56.526Z | + mkdir -p /home/build |
| 18 | 2026-08-06T22:37:56.526Z | + chown build:build /home/build /work |
| 19 | 2026-08-06T22:37:58.526Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-06T22:37:58.529Z | process exited: duration 4077 ms, exit code 0 |
| |
| 21 | 2026-08-06T22:37:58.535Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-06T22:37:58.539Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-06T22:37:58.539Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-06T22:37:58.539Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-08-06T22:37:58.539Z | * rust toolchain profile = "default" |
| 26 | 2026-08-06T22:37:58.539Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-06T22:37:58.539Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-06T22:37:58.543Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-06T22:37:58.543Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-06T22:37:58.650Z | info: downloading installer |
| 31 | 2026-08-06T22:38:00.271Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-06T22:38:00.272Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-06T22:38:00.272Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-06T22:38:00.272Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-06T22:38:00.284Z | info: profile set to default |
| 36 | 2026-08-06T22:38:00.284Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-06T22:38:00.288Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-06T22:38:00.435Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-06T22:38:00.439Z | info: downloading 6 components |
| 40 | 2026-08-06T22:38:17.129Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-06T22:38:17.129Z | |
| 42 | 2026-08-06T22:38:17.155Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-06T22:38:17.155Z | |
| 44 | 2026-08-06T22:38:17.155Z | |
| 45 | 2026-08-06T22:38:17.155Z | Rust is installed now. Great! |
| 46 | 2026-08-06T22:38:17.155Z | |
| 47 | 2026-08-06T22:38:17.155Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-06T22:38:17.155Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-06T22:38:17.155Z | |
| 50 | 2026-08-06T22:38:17.155Z | To configure your current shell, you need to source |
| 51 | 2026-08-06T22:38:17.155Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-06T22:38:17.155Z | |
| 53 | 2026-08-06T22:38:17.155Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-06T22:38:17.159Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-06T22:38:17.159Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-06T22:38:17.159Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-06T22:38:17.159Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-06T22:38:17.159Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-06T22:38:17.159Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-06T22:38:17.159Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-06T22:38:17.159Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-06T22:38:17.240Z | + rustup --version |
| 63 | 2026-08-06T22:38:17.249Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-06T22:38:17.252Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-06T22:38:17.269Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-06T22:38:17.273Z | + cargo --version |
| 67 | 2026-08-06T22:38:17.287Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-06T22:38:17.290Z | + rustc --version |
| 69 | 2026-08-06T22:38:17.309Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-06T22:38:17.312Z | process exited: duration 18776 ms, exit code 0 |
| |
| 71 | 2026-08-06T22:38:17.319Z | starting task 2: "authentication" |
| 72 | 2026-08-06T22:38:17.336Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-06T22:38:17.342Z | starting task 3: "clone repository" |
| 74 | 2026-08-06T22:38:17.345Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-06T22:38:17.349Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-06T22:38:17.374Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-06T22:38:29.165Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-06T22:38:29.168Z | + git fetch origin 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 79 | 2026-08-06T22:38:29.428Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-06T22:38:29.429Z | * branch 65d5c4a03b2fd329922c1ac79dd2910357c3926e -> FETCH_HEAD |
| 81 | 2026-08-06T22:38:29.439Z | + [[ -n eliza/fm-statefile ]] |
| 82 | 2026-08-06T22:38:29.442Z | ++ git branch --show-current |
| 83 | 2026-08-06T22:38:29.442Z | + current=main |
| 84 | 2026-08-06T22:38:29.442Z | + [[ main != eliza/fm-statefile ]] |
| 85 | 2026-08-06T22:38:29.442Z | + git branch -f eliza/fm-statefile 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 86 | 2026-08-06T22:38:29.446Z | + git checkout -f eliza/fm-statefile |
| 87 | 2026-08-06T22:38:29.632Z | Switched to branch 'eliza/fm-statefile' |
| 88 | 2026-08-06T22:38:29.635Z | + git reset --hard 65d5c4a03b2fd329922c1ac79dd2910357c3926e |
| 89 | 2026-08-06T22:38:29.818Z | HEAD is now at 65d5c4a03 reticulizing |
| 90 | 2026-08-06T22:38:29.822Z | process exited: duration 12477 ms, exit code 0 |
| |
| 91 | 2026-08-06T22:38:29.849Z | starting task 4: "build" |
| 92 | 2026-08-06T22:38:29.853Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-06T22:38:29.856Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-06T22:38:29.856Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-06T22:38:29.856Z | +++ uname -s |
| 96 | 2026-08-06T22:38:29.856Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-06T22:38:29.856Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-06T22:38:29.859Z | + cargo --version |
| 99 | 2026-08-06T22:38:29.865Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-06T22:38:29.868Z | + rustc --version |
| 101 | 2026-08-06T22:38:29.887Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-06T22:38:29.891Z | + source ./env.sh |
| 103 | 2026-08-06T22:38:29.891Z | ++ OLD_SHELL_OPTS=ehxB |
| 104 | 2026-08-06T22:38:29.891Z | ++ set -o xtrace |
| 105 | 2026-08-06T22:38:29.894Z | ++++ dirname ./env.sh |
| 106 | 2026-08-06T22:38:29.894Z | +++ readlink -f . |
| 107 | 2026-08-06T22:38:29.898Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 108 | 2026-08-06T22:38:29.898Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 109 | 2026-08-06T22:38:29.898Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 111 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 112 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 113 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 114 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 115 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 116 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 117 | 2026-08-06T22:38:29.898Z | ++ 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 |
| 118 | 2026-08-06T22:38:29.898Z | ++ case $OLD_SHELL_OPTS in |
| 119 | 2026-08-06T22:38:29.898Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 120 | 2026-08-06T22:38:29.898Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 121 | 2026-08-06T22:38:29.898Z | + 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:/work/oxidecomputer/omicron/out/cargo-hack |
| 122 | 2026-08-06T22:38:29.898Z | + banner prerequisites |
| 123 | 2026-08-06T22:38:29.898Z | |
| 124 | 2026-08-06T22:38:29.898Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 125 | 2026-08-06T22:38:29.898Z | # # # # # # # # # # # # # # # |
| 126 | 2026-08-06T22:38:29.898Z | # # # # ##### # # ##### # # # # # #### # |
| 127 | 2026-08-06T22:38:29.898Z | ##### ##### # ##### # # # # # # # # # |
| 128 | 2026-08-06T22:38:29.898Z | # # # # # # # # # # # # # # # |
| 129 | 2026-08-06T22:38:29.898Z | # # # ###### # # ###### ### # #### # #### # |
| 130 | 2026-08-06T22:38:29.898Z | |
| 131 | 2026-08-06T22:38:29.898Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 132 | 2026-08-06T22:38:31.580Z | Startup: Refreshing catalog 'helios' ... Done |
| 133 | 2026-08-06T22:38:31.822Z | Startup: Caching catalogs ... Done |
| 134 | 2026-08-06T22:38:33.143Z | Planning: Solver setup ... Done (1.237s) |
| 135 | 2026-08-06T22:38:33.187Z | Planning: Running solver ... Done (0.044s) |
| 136 | 2026-08-06T22:38:33.217Z | Planning: Finding local manifests ... Done (0.003s) |
| 137 | 2026-08-06T22:38:33.229Z | Planning: Fetching manifests: 0/2 0% complete |
| 138 | 2026-08-06T22:38:33.243Z | Planning: Fetching manifests: 2/2 100% complete |
| 139 | 2026-08-06T22:38:33.257Z | Planning: Package planning ... Done (0.013s) |
| 140 | 2026-08-06T22:38:33.260Z | Planning: Merging actions ... Done (0.001s) |
| 141 | 2026-08-06T22:38:33.419Z | Planning: Checking for conflicting actions ... Done (0.160s) |
| 142 | 2026-08-06T22:38:33.422Z | Planning: Consolidating action changes ... Done (0.001s) |
| 143 | 2026-08-06T22:38:34.213Z | Planning: Evaluating mediators ... Done (0.793s) |
| 144 | 2026-08-06T22:38:34.216Z | Planning: Planning completed in 2.36 seconds |
| 145 | 2026-08-06T22:38:34.222Z | Packages to install: 2 |
| 146 | 2026-08-06T22:38:34.222Z | Estimated space available: 156.01 GB |
| 147 | 2026-08-06T22:38:34.225Z | Estimated space to be consumed: 56.47 MB |
| 148 | 2026-08-06T22:38:34.225Z | Create boot environment: No |
| 149 | 2026-08-06T22:38:34.225Z | Create backup boot environment: No |
| 150 | 2026-08-06T22:38:34.225Z | Rebuild boot archive: No |
| 151 | 2026-08-06T22:38:34.225Z | |
| 152 | 2026-08-06T22:38:34.225Z | Changed packages: |
| 153 | 2026-08-06T22:38:34.225Z | helios |
| 154 | 2026-08-06T22:38:34.225Z | developer/build-essential |
| 155 | 2026-08-06T22:38:34.225Z | None -> 11-3.0 |
| 156 | 2026-08-06T22:38:34.225Z | library/libxmlsec1 |
| 157 | 2026-08-06T22:38:34.226Z | None -> 1.2.35-3.0 |
| 158 | 2026-08-06T22:38:34.246Z | |
| 159 | 2026-08-06T22:38:34.247Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 160 | 2026-08-06T22:38:34.314Z | Download: Completed 1.28 MB in 0.07 seconds (18.9M/s) |
| 161 | 2026-08-06T22:38:34.365Z | Actions: 1/268 actions (Installing new actions) |
| 162 | 2026-08-06T22:38:34.403Z | Actions: Completed 268 actions in 0.04 seconds. |
| 163 | 2026-08-06T22:38:34.427Z | Finalize: Updating package state database ... Done (0.024s) |
| 164 | 2026-08-06T22:38:34.431Z | Finalize: Updating package cache ... Done (0.000s) |
| 165 | 2026-08-06T22:38:34.487Z | Finalize: Updating image state ... Done (0.060s) |
| 166 | 2026-08-06T22:38:36.946Z | Finalize: Creating fast lookup database ... Done (2.419s) |
| 167 | 2026-08-06T22:38:37.011Z | Finalize: Reading search index ... Done (0.011s) |
| 168 | 2026-08-06T22:38:37.015Z | Finalize: Updating search index ... Done (0.000s) |
| 169 | 2026-08-06T22:38:37.087Z | Finalize: Updating package cache ... Done (0.000s) |
| 170 | 2026-08-06T22:38:37.430Z | Planning: Evaluating mediator changes ... Done |
| 171 | 2026-08-06T22:38:37.534Z | Planning: Checking for conflicting actions ... Done |
| 172 | 2026-08-06T22:38:37.537Z | Planning: Consolidating action changes ... Done |
| 173 | 2026-08-06T22:38:37.690Z | Planning: Evaluating mediators ... Done |
| 174 | 2026-08-06T22:38:37.694Z | Planning: Planning completed in 0.26 seconds |
| 175 | 2026-08-06T22:38:37.713Z | Mediators to change: 2 |
| 176 | 2026-08-06T22:38:37.714Z | Create boot environment: No |
| 177 | 2026-08-06T22:38:37.717Z | Create backup boot environment: No |
| 178 | 2026-08-06T22:38:37.750Z | Finalize: Updating package state database ... Done |
| 179 | 2026-08-06T22:38:37.750Z | Finalize: Updating package cache ... Done |
| 180 | 2026-08-06T22:38:37.784Z | Finalize: Updating image state ... Done |
| 181 | 2026-08-06T22:38:39.719Z | Finalize: Creating fast lookup database ... Done |
| 182 | 2026-08-06T22:38:39.778Z | Finalize: Reading search index ... Done |
| 183 | 2026-08-06T22:38:39.782Z | Finalize: Updating search index ... Done |
| 184 | 2026-08-06T22:38:39.838Z | Finalize: Updating package cache ... Done |
| 185 | 2026-08-06T22:38:40.120Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2026-08-06T22:38:40.223Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2026-08-06T22:38:40.227Z | Planning: Consolidating action changes ... Done |
| 188 | 2026-08-06T22:38:40.379Z | Planning: Evaluating mediators ... Done |
| 189 | 2026-08-06T22:38:40.383Z | Planning: Planning completed in 0.26 seconds |
| 190 | 2026-08-06T22:38:40.404Z | Mediators to change: 1 |
| 191 | 2026-08-06T22:38:40.404Z | Create boot environment: No |
| 192 | 2026-08-06T22:38:40.408Z | Create backup boot environment: No |
| 193 | 2026-08-06T22:38:40.444Z | Finalize: Updating package state database ... Done |
| 194 | 2026-08-06T22:38:40.444Z | Finalize: Updating package cache ... Done |
| 195 | 2026-08-06T22:38:40.478Z | Finalize: Updating image state ... Done |
| 196 | 2026-08-06T22:38:42.398Z | Finalize: Creating fast lookup database ... Done |
| 197 | 2026-08-06T22:38:42.457Z | Finalize: Reading search index ... Done |
| 198 | 2026-08-06T22:38:42.462Z | Finalize: Updating search index ... Done |
| 199 | 2026-08-06T22:38:42.524Z | Finalize: Updating package cache ... Done |
| 200 | 2026-08-06T22:38:42.837Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 201 | 2026-08-06T22:38:42.837Z | apache system 2.4 system |
| 202 | 2026-08-06T22:38:42.837Z | clang system 15 system |
| 203 | 2026-08-06T22:38:42.837Z | csh system system illumos |
| 204 | 2026-08-06T22:38:42.837Z | ctags system system illumos |
| 205 | 2026-08-06T22:38:42.838Z | file vendor vendor darwinsys |
| 206 | 2026-08-06T22:38:42.838Z | file system system illumos |
| 207 | 2026-08-06T22:38:42.838Z | gcc vendor 14 vendor |
| 208 | 2026-08-06T22:38:42.838Z | gcc system 13 system |
| 209 | 2026-08-06T22:38:42.838Z | gcc system 10 system |
| 210 | 2026-08-06T22:38:42.838Z | go system 1.25 system |
| 211 | 2026-08-06T22:38:42.838Z | llvm system 15 system |
| 212 | 2026-08-06T22:38:42.838Z | mariadb system 11.4 system |
| 213 | 2026-08-06T22:38:42.838Z | mta vendor vendor dma |
| 214 | 2026-08-06T22:38:42.838Z | openjdk system 17 system |
| 215 | 2026-08-06T22:38:42.838Z | openjdk system 11 system |
| 216 | 2026-08-06T22:38:42.838Z | openssl vendor 3 vendor |
| 217 | 2026-08-06T22:38:42.838Z | perl system 5.40 system |
| 218 | 2026-08-06T22:38:42.838Z | postgresql system 18 system |
| 219 | 2026-08-06T22:38:42.838Z | postgresql system 17 system |
| 220 | 2026-08-06T22:38:42.838Z | python vendor 3 vendor |
| 221 | 2026-08-06T22:38:42.838Z | python system 2 system |
| 222 | 2026-08-06T22:38:42.838Z | python3 vendor 3.13 vendor |
| 223 | 2026-08-06T22:38:42.838Z | ruby system 3.4 system |
| 224 | 2026-08-06T22:38:42.838Z | ruby system 3.0 system |
| 225 | 2026-08-06T22:38:42.838Z | words vendor vendor american-english |
| 226 | 2026-08-06T22:38:42.838Z | words system system australian-english |
| 227 | 2026-08-06T22:38:42.838Z | words system system british-english |
| 228 | 2026-08-06T22:38:42.838Z | words system system canadian-english |
| 229 | 2026-08-06T22:38:42.838Z | words system system french |
| 230 | 2026-08-06T22:38:42.838Z | words system system italian |
| 231 | 2026-08-06T22:38:42.838Z | words system system ngerman |
| 232 | 2026-08-06T22:38:42.838Z | words system system ogerman |
| 233 | 2026-08-06T22:38:42.838Z | words system system spanish |
| 234 | 2026-08-06T22:38:43.087Z | PUBLISHER TYPE STATUS P LOCATION |
| 235 | 2026-08-06T22:38:43.087Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 236 | 2026-08-06T22:38:43.484Z | FMRI IFO |
| 237 | 2026-08-06T22:38:43.484Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 238 | 2026-08-06T22:38:43.484Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 239 | 2026-08-06T22:38:43.484Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 240 | 2026-08-06T22:38:43.484Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 241 | 2026-08-06T22:38:43.484Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 242 | 2026-08-06T22:38:43.484Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 243 | 2026-08-06T22:38:43.484Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 244 | 2026-08-06T22:38:43.484Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 245 | 2026-08-06T22:38:43.484Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 246 | 2026-08-06T22:38:43.621Z | error: missing comma between array elements, expected `,` |
| 247 | 2026-08-06T22:38:43.621Z | --> Cargo.toml:107:5 |
| 248 | 2026-08-06T22:38:43.621Z | | |
| 249 | 2026-08-06T22:38:43.621Z | 107 | "nexus/internal-api", |
| 250 | 2026-08-06T22:38:43.621Z | | ^ |
| 251 | 2026-08-06T22:38:43.624Z | Failed to run command -- will try 2 more times |
| 252 | 2026-08-06T22:38:43.639Z | error: missing comma between array elements, expected `,` |
| 253 | 2026-08-06T22:38:43.639Z | --> Cargo.toml:107:5 |
| 254 | 2026-08-06T22:38:43.639Z | | |
| 255 | 2026-08-06T22:38:43.639Z | 107 | "nexus/internal-api", |
| 256 | 2026-08-06T22:38:43.639Z | | ^ |
| 257 | 2026-08-06T22:38:43.642Z | Failed to run command -- will try 1 more times |
| 258 | 2026-08-06T22:38:43.655Z | error: missing comma between array elements, expected `,` |
| 259 | 2026-08-06T22:38:43.655Z | --> Cargo.toml:107:5 |
| 260 | 2026-08-06T22:38:43.655Z | | |
| 261 | 2026-08-06T22:38:43.655Z | 107 | "nexus/internal-api", |
| 262 | 2026-08-06T22:38:43.655Z | | ^ |
| 263 | 2026-08-06T22:38:43.658Z | |
| 264 | 2026-08-06T22:38:43.659Z | real 13.756667258 |
| 265 | 2026-08-06T22:38:43.659Z | user 10.745029166 |
| 266 | 2026-08-06T22:38:43.659Z | sys 1.026489684 |
| 267 | 2026-08-06T22:38:43.659Z | trap 0.000776171 |
| 268 | 2026-08-06T22:38:43.659Z | tflt 0.040751757 |
| 269 | 2026-08-06T22:38:43.659Z | dflt 0.042781005 |
| 270 | 2026-08-06T22:38:43.659Z | kflt 0.013254064 |
| 271 | 2026-08-06T22:38:43.659Z | lock 0.050179734 |
| 272 | 2026-08-06T22:38:43.659Z | slp 15.647868268 |
| 273 | 2026-08-06T22:38:43.659Z | lat 0.012139423 |
| 274 | 2026-08-06T22:38:43.659Z | stop 0.000432176 |
| 275 | 2026-08-06T22:38:43.659Z | process exited: duration 13807 ms, exit code 101 |
| |
| 276 | 2026-08-06T22:38:43.665Z | found 0 output files |