01KQX2AN0SQBEMH6CM8JE00TMF: check-features (helios)

BasicConfig {
    output_rules: [
        "/out/*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KQX2B04ZN1K14ENWWT8MWMRV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T21:58:23.525Zjob assigned to worker 01KQX2B5Y3FKXMXKJ87QTQA712 [factory aws, i-09f67ca4dc180dbf6] (queued for 48 s)
 
22026-05-05T21:58:30.042Zstarting task 0: "setup"
32026-05-05T21:58:30.046Z++ uname -s
42026-05-05T21:58:30.048Z+ kern=SunOS
52026-05-05T21:58:30.049Z+ build_user=build
62026-05-05T21:58:30.049Z+ build_uid=12345
72026-05-05T21:58:30.049Z+ work_dir=/work
82026-05-05T21:58:30.049Z+ input_dir=/input
92026-05-05T21:58:30.049Z+ [[ 0 == 12345 ]]
102026-05-05T21:58:30.049Z+ case "$kern" in
112026-05-05T21:58:30.049Z+ groupadd -g 12345 build
122026-05-05T21:58:30.052Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T21:58:32.054Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T21:58:32.176Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T21:58:32.180Z+ home_fs=zfs
162026-05-05T21:58:32.180Z+ [[ zfs == autofs ]]
172026-05-05T21:58:32.180Z+ mkdir -p /home/build
182026-05-05T21:58:32.180Z+ chown build:build /home/build /work
192026-05-05T21:58:34.181Z+ chmod 0700 /home/build /work
202026-05-05T21:58:34.184Zprocess exited: duration 4141 ms, exit code 0
 
212026-05-05T21:58:34.191Zstarting task 1: "rust-toolchain"
222026-05-05T21:58:34.195Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-05-05T21:58:34.195Z * rust toolchain channel = "1.94.0"
242026-05-05T21:58:34.195Z * rust toolchain profile = "default"
252026-05-05T21:58:34.195Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T21:58:34.195Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T21:58:34.195Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T21:58:34.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T21:58:34.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-05-05T21:58:34.315Zinfo: downloading installer
312026-05-05T21:58:35.912Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T21:58:35.912Zwarn: /opt/ooce/bin
332026-05-05T21:58:35.912Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T21:58:35.912Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T21:58:35.912Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T21:58:35.912Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T21:58:35.912Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T21:58:35.912Zerror: cannot install while Rust is installed
392026-05-05T21:58:35.912Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T21:58:35.915Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T21:58:35.915Zwarn: /home/build/.rustup/settings.toml
422026-05-05T21:58:35.915Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T21:58:35.915Zwarn: instead of the one inferred from the default host triple.
442026-05-05T21:58:35.947Zinfo: profile set to default
452026-05-05T21:58:35.947Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T21:58:35.950Zinfo: syncing channel updates for 1.94.0-x86_64-unknown-illumos
472026-05-05T21:58:36.096Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-05-05T21:58:36.099Zinfo: downloading 6 components
492026-05-05T21:58:51.923Zinfo: default toolchain set to 1.94.0-x86_64-unknown-illumos
502026-05-05T21:58:51.923Z
512026-05-05T21:58:51.949Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-05-05T21:58:51.949Z
532026-05-05T21:58:51.949Z
542026-05-05T21:58:51.949ZRust is installed now. Great!
552026-05-05T21:58:51.949Z
562026-05-05T21:58:51.949ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T21:58:51.949Zenvironment variable. This has not been done automatically.
582026-05-05T21:58:51.949Z
592026-05-05T21:58:51.949ZTo configure your current shell, you need to source
602026-05-05T21:58:51.949Zthe corresponding env file under $HOME/.cargo.
612026-05-05T21:58:51.949Z
622026-05-05T21:58:51.952ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T21:58:51.952Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T21:58:51.952Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T21:58:51.952Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T21:58:51.952Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T21:58:51.952Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T21:58:51.952Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T21:58:51.952Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T21:58:51.952Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T21:58:52.040Z+ rustup --version
722026-05-05T21:58:52.049Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T21:58:52.052Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T21:58:52.070Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-05-05T21:58:52.073Z+ cargo --version
762026-05-05T21:58:52.086Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-05-05T21:58:52.089Z+ rustc --version
782026-05-05T21:58:52.108Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-05-05T21:58:52.111Zprocess exited: duration 17918 ms, exit code 0
 
802026-05-05T21:58:52.116Zstarting task 2: "authentication"
812026-05-05T21:58:52.132Zprocess exited: duration 15 ms, exit code 0
 
822026-05-05T21:58:52.138Zstarting task 3: "clone repository"
832026-05-05T21:58:52.141Z+ mkdir -p /work/oxidecomputer/omicron
842026-05-05T21:58:52.144Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
852026-05-05T21:58:52.276ZCloning into '/work/oxidecomputer/omicron'...
862026-05-05T21:59:05.203Z+ cd /work/oxidecomputer/omicron
872026-05-05T21:59:05.203Z+ git fetch origin 24502fa1e4a0fabc0909c954327853a8653613c1
882026-05-05T21:59:05.521ZFrom https://github.com/oxidecomputer/omicron
892026-05-05T21:59:05.521Z * branch 24502fa1e4a0fabc0909c954327853a8653613c1 -> FETCH_HEAD
902026-05-05T21:59:05.530Z+ [[ -n iliana/cockroach-go1.26 ]]
912026-05-05T21:59:05.533Z++ git branch --show-current
922026-05-05T21:59:05.533Z+ current=main
932026-05-05T21:59:05.533Z+ [[ main != iliana/cockroach-go1.26 ]]
942026-05-05T21:59:05.533Z+ git branch -f iliana/cockroach-go1.26 24502fa1e4a0fabc0909c954327853a8653613c1
952026-05-05T21:59:05.536Z+ git checkout -f iliana/cockroach-go1.26
962026-05-05T21:59:05.764ZSwitched to branch 'iliana/cockroach-go1.26'
972026-05-05T21:59:05.767Z+ git reset --hard 24502fa1e4a0fabc0909c954327853a8653613c1
982026-05-05T21:59:05.998ZHEAD is now at 24502fa1e update cockroachdb (go1.26)
992026-05-05T21:59:06.002Zprocess exited: duration 13861 ms, exit code 0
 
1002026-05-05T21:59:06.008Zstarting task 4: "build"
1012026-05-05T21:59:06.012Z+ source .github/buildomat/ci-env.sh
1022026-05-05T21:59:06.012Z++ export CARGO_TERM_COLOR=always
1032026-05-05T21:59:06.016Z++ CARGO_TERM_COLOR=always
1042026-05-05T21:59:06.016Z+ cargo --version
1052026-05-05T21:59:06.021Zcargo 1.94.0 (85eff7c80 2026-01-15)
1062026-05-05T21:59:06.024Z+ rustc --version
1072026-05-05T21:59:06.044Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1082026-05-05T21:59:06.047Z+ source ./env.sh
1092026-05-05T21:59:06.047Z++ OLD_SHELL_OPTS=ehxB
1102026-05-05T21:59:06.047Z++ set -o xtrace
1112026-05-05T21:59:06.050Z++++ dirname ./env.sh
1122026-05-05T21:59:06.050Z+++ readlink -f .
1132026-05-05T21:59:06.063Z++ OMICRON_WS=/work/oxidecomputer/omicron
1142026-05-05T21:59:06.063Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1152026-05-05T21:59:06.063Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1162026-05-05T21:59:06.066Z++ 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
1172026-05-05T21:59:06.066Z++ 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
1182026-05-05T21:59:06.066Z++ 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
1192026-05-05T21:59:06.066Z++ 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
1202026-05-05T21:59:06.066Z++ 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
1212026-05-05T21:59:06.066Z++ 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
1222026-05-05T21:59:06.066Z++ case $OLD_SHELL_OPTS in
1232026-05-05T21:59:06.066Z++ unset OLD_SHELL_OPTS OMICRON_WS
1242026-05-05T21:59:06.066Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1252026-05-05T21:59:06.066Z+ 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:/work/oxidecomputer/omicron/out/cargo-hack
1262026-05-05T21:59:06.066Z+ banner prerequisites
1272026-05-05T21:59:06.066Z
1282026-05-05T21:59:06.067Z ##### ##### ###### ##### ###### #### # # # #### #
1292026-05-05T21:59:06.067Z # # # # # # # # # # # # # # #
1302026-05-05T21:59:06.067Z # # # # ##### # # ##### # # # # # #### #
1312026-05-05T21:59:06.067Z ##### ##### # ##### # # # # # # # # #
1322026-05-05T21:59:06.067Z # # # # # # # # # # # # # # #
1332026-05-05T21:59:06.067Z # # # ###### # # ###### ### # #### # #### #
1342026-05-05T21:59:06.067Z
1352026-05-05T21:59:06.067Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1362026-05-05T21:59:16.752Z Startup: Refreshing catalog 'helios-dev' ... Done
1372026-05-05T21:59:24.352Z Startup: Caching catalogs ... Done
1382026-05-05T21:59:31.792ZPlanning: Solver setup ... Done (5.989s)
1392026-05-05T21:59:31.834ZPlanning: Running solver ... Done (0.041s)
1402026-05-05T21:59:31.978ZPlanning: Finding local manifests ... Done (0.003s)
1412026-05-05T21:59:32.017ZPlanning: Fetching manifests: 0/5 0% complete
1422026-05-05T21:59:32.142ZPlanning: Fetching manifests: 5/5 100% complete
1432026-05-05T21:59:32.178ZPlanning: Package planning ... Done (0.036s)
1442026-05-05T21:59:32.216ZPlanning: Merging actions ... Done (0.036s)
1452026-05-05T21:59:32.403ZPlanning: Checking for conflicting actions ... Done (0.189s)
1462026-05-05T21:59:32.414ZPlanning: Consolidating action changes ... Done (0.009s)
1472026-05-05T21:59:33.979ZPlanning: Evaluating mediators ... Done (1.566s)
1482026-05-05T21:59:33.987ZPlanning: Planning completed in 9.47 seconds
1492026-05-05T21:59:33.998Z Packages to install: 5
1502026-05-05T21:59:33.998Z Mediators to change: 3
1512026-05-05T21:59:34.002Z Services to change: 1
1522026-05-05T21:59:34.002Z Estimated space available: 155.34 GB
1532026-05-05T21:59:34.002ZEstimated space to be consumed: 1.90 GB
1542026-05-05T21:59:34.002Z Create boot environment: No
1552026-05-05T21:59:34.002ZCreate backup boot environment: No
1562026-05-05T21:59:34.002Z Rebuild boot archive: No
1572026-05-05T21:59:34.002Z
1582026-05-05T21:59:34.002ZChanged mediators:
1592026-05-05T21:59:34.002Z mediator clang:
1602026-05-05T21:59:34.002Z version: None -> 15 (system default)
1612026-05-05T21:59:34.002Z
1622026-05-05T21:59:34.002Z mediator llvm:
1632026-05-05T21:59:34.002Z version: 14 (system default) -> 15 (system default)
1642026-05-05T21:59:34.002Z
1652026-05-05T21:59:34.002Z mediator postgresql:
1662026-05-05T21:59:34.002Z version: 15 (system default) -> 18 (system default)
1672026-05-05T21:59:34.002Z
1682026-05-05T21:59:34.002ZChanged packages:
1692026-05-05T21:59:34.002Zhelios-dev
1702026-05-05T21:59:34.002Z developer/build-essential
1712026-05-05T21:59:34.003Z None -> 11-2.0
1722026-05-05T21:59:34.003Z library/libxmlsec1
1732026-05-05T21:59:34.003Z None -> 1.2.35-2.0
1742026-05-05T21:59:34.003Z ooce/developer/clang-15
1752026-05-05T21:59:34.003Z None -> 15.0.7-2.0
1762026-05-05T21:59:34.003Z ooce/developer/llvm-15
1772026-05-05T21:59:34.003Z None -> 15.0.7-2.0
1782026-05-05T21:59:34.003Z ooce/library/postgresql-18
1792026-05-05T21:59:34.003Z None -> 18.1-2.0
1802026-05-05T21:59:34.003Z
1812026-05-05T21:59:34.003ZServices:
1822026-05-05T21:59:34.003Z restart_fmri:
1832026-05-05T21:59:34.003Z svc:/system/update-man-index:default
1842026-05-05T21:59:34.053Z
1852026-05-05T21:59:34.053ZDownload: 0/4272 items 0.0/219.0MB 0% complete
1862026-05-05T21:59:41.571ZDownload: 1192/4272 items 83.3/219.0MB 38% complete (22.8M/s)
1872026-05-05T21:59:49.238ZDownload: 2224/4272 items 119.2/219.0MB 54% complete (11.8M/s)
1882026-05-05T21:59:53.710Z
1892026-05-05T21:59:53.710ZErrors were encountered while attempting to retrieve package or file data for
1902026-05-05T21:59:53.710Zthe requested operation.
1912026-05-05T21:59:53.714ZDetails follow:
1922026-05-05T21:59:53.714Z
1932026-05-05T21:59:53.714Zpkg://helios-dev/ooce/developer/llvm-15@15.0.7,5.11-2.0:20230713T102340Z
1942026-05-05T21:59:53.714Z 1: https protocol error: Unknown error code: 502 reason: Bad Gateway
1952026-05-05T21:59:53.714ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/30cadca8f50425fac372511c15e41c152012ed0d'
1962026-05-05T21:59:53.714Z 2: https protocol error: Unknown error code: 502 reason: Bad Gateway
1972026-05-05T21:59:53.714ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/d99f21c833b4decce5403a2edcfa53806add9cfa' (happened 2 times)
1982026-05-05T21:59:53.714Z 3: https protocol error: Unknown error code: 502 reason: Bad Gateway
1992026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ced00c5ae5d4d42d3df8c5b7a96346020b6c1196' (happened 3 times)
2002026-05-05T21:59:53.715Z 4: https protocol error: Unknown error code: 502 reason: Bad Gateway
2012026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/dd6f1716cb13f464b37d8341118ef277fe4ef6f7' (happened 3 times)
2022026-05-05T21:59:53.715Z 5: https protocol error: Unknown error code: 502 reason: Bad Gateway
2032026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/584bd1a906ff5dbaa0893a00d1c002e5a7869863'
2042026-05-05T21:59:53.715Z 6: https protocol error: Unknown error code: 502 reason: Bad Gateway
2052026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/ebb5ca969a3b59c1e6754f10ccb481a72366fed7' (happened 3 times)
2062026-05-05T21:59:53.715Z 7: https protocol error: Unknown error code: 502 reason: Bad Gateway
2072026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/11029301cb8a3bab0ace7b319b367b82e560f779'
2082026-05-05T21:59:53.715Z 8: https protocol error: Unknown error code: 502 reason: Bad Gateway
2092026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/caa33541ee5f2d6ab0aea491babfd1a7ec9a4f88'
2102026-05-05T21:59:53.715Z 9: https protocol error: Unknown error code: 502 reason: Bad Gateway
2112026-05-05T21:59:53.715ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/9d6f40a67afbdf455470ef8381d4809082c19bf9'
2122026-05-05T21:59:53.716Z 10: https protocol error: Unknown error code: 502 reason: Bad Gateway
2132026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/c09bf2803b9158697ed65a984d49656657fbec9d'
2142026-05-05T21:59:53.716Z 11: https protocol error: Unknown error code: 502 reason: Bad Gateway
2152026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/1c626bfeb680a193eac33743d1223f14b4ca9269' (happened 2 times)
2162026-05-05T21:59:53.716Z 12: https protocol error: Unknown error code: 502 reason: Bad Gateway
2172026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/77b507ca9feda64595f77c1025361f41d4d2d153' (happened 2 times)
2182026-05-05T21:59:53.716Z 13: https protocol error: Unknown error code: 502 reason: Bad Gateway
2192026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/00f331ed4a471d58b50a5c6ee72faba36f75bb8a' (happened 3 times)
2202026-05-05T21:59:53.716Z 14: https protocol error: Unknown error code: 502 reason: Bad Gateway
2212026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/41e285f802c92feb02e8b6867f7820d870ddd412'
2222026-05-05T21:59:53.716Z 15: https protocol error: Unknown error code: 502 reason: Bad Gateway
2232026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/32255c2e8e00986e1818c1248d7103d11477a21a' (happened 2 times)
2242026-05-05T21:59:53.716Z 16: https protocol error: Unknown error code: 502 reason: Bad Gateway
2252026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/d7863991da30457ac15d9acf8034e7e5d68957be'
2262026-05-05T21:59:53.716Z 17: https protocol error: Unknown error code: 502 reason: Bad Gateway
2272026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/135dc7461274e55345e0cc3e14682b0df2aea723' (happened 2 times)
2282026-05-05T21:59:53.716Z 18: https protocol error: Unknown error code: 502 reason: Bad Gateway
2292026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/4eb5deb4b8d67c5d6fcdd429733fa7560ad7ef9f' (happened 2 times)
2302026-05-05T21:59:53.716Z 19: https protocol error: Unknown error code: 502 reason: Bad Gateway
2312026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/0cefc82fd2b00dd09ed2641b110f303f5f59edee'
2322026-05-05T21:59:53.716Z 20: https protocol error: Unknown error code: 502 reason: Bad Gateway
2332026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/4c16d56425630183e6fdd11a0f7109e5b2721055'
2342026-05-05T21:59:53.716Z 21: https protocol error: Unknown error code: 502 reason: Bad Gateway
2352026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/bf4d7b0de9f980d9e907e112f7a2be8b00827895'
2362026-05-05T21:59:53.716Z 22: https protocol error: Unknown error code: 502 reason: Bad Gateway
2372026-05-05T21:59:53.716ZURL: 'https://pkg.oxide.computer/helios/2/dev/helios-dev/file/1/9bc62b5aa9463fda3150a18b19691334817867f5'
2382026-05-05T21:59:53.716Z
2392026-05-05T21:59:55.127Z
2402026-05-05T21:59:55.127Zreal 49.018411523
2412026-05-05T21:59:55.166Zuser 25.928091310
2422026-05-05T21:59:55.166Zsys 2.005976905
2432026-05-05T21:59:55.166Ztrap 0.002487367
2442026-05-05T21:59:55.166Ztflt 0.036256389
2452026-05-05T21:59:55.166Zdflt 0.071382750
2462026-05-05T21:59:55.166Zkflt 0.023104616
2472026-05-05T21:59:55.166Zlock 0.000000000
2482026-05-05T21:59:55.166Zslp 1:14.507459137
2492026-05-05T21:59:55.166Zlat 0.038229741
2502026-05-05T21:59:55.166Zstop 0.000294491
2512026-05-05T21:59:55.166Zprocess exited: duration 49079 ms, exit code 1
 
2522026-05-05T21:59:55.177Zfound 0 output files