01KKDEE5410PBH4T1NFKHBWVEJ: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "=/tmp/nextest-run-archive.zip",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0-32c256gb",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
        BasicConfigPublish {
            from_output: "/work/crate-build-timings.json",
            series: "build-info-helios",
            name: "crate-build-timings.json",
        },
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
            series: "live-tests",
            name: "live-tests-archive.tgz",
        },
        BasicConfigPublish {
            from_output: "/tmp/nextest-run-archive.zip",
            series: "nextest-recording-helios",
            name: "nextest-run-archive.zip",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KKDEFDF5C43YVZE03C9N7ZK6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-11T03:20:19.091Zjob assigned to worker 01KKDEF8F8CGVB2E9PBTT978YN [factory aws, i-0cdce41098fe72837] (queued for 1 m 14 s)
 
22026-03-11T03:20:28.215Zstarting task 0: "setup"
32026-03-11T03:20:28.224Z++ uname -s
42026-03-11T03:20:28.228Z+ kern=SunOS
52026-03-11T03:20:28.228Z+ build_user=build
62026-03-11T03:20:28.228Z+ build_uid=12345
72026-03-11T03:20:28.228Z+ work_dir=/work
82026-03-11T03:20:28.228Z+ input_dir=/input
92026-03-11T03:20:28.228Z+ [[ 0 == 12345 ]]
102026-03-11T03:20:28.228Z+ case "$kern" in
112026-03-11T03:20:28.228Z+ groupadd -g 12345 build
122026-03-11T03:20:28.228Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-11T03:20:30.235Z+ zfs create -o mountpoint=/work rpool/work
142026-03-11T03:20:30.360Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-11T03:20:30.363Z+ home_fs=zfs
162026-03-11T03:20:30.363Z+ [[ zfs == autofs ]]
172026-03-11T03:20:30.363Z+ mkdir -p /home/build
182026-03-11T03:20:30.373Z+ chown build:build /home/build /work
192026-03-11T03:20:32.367Z+ chmod 0700 /home/build /work
202026-03-11T03:20:32.371Zprocess exited: duration 4161 ms, exit code 0
 
212026-03-11T03:20:32.377Zstarting task 1: "rust-toolchain"
222026-03-11T03:20:32.384Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232026-03-11T03:20:32.384Z * rust toolchain channel = "1.91.1"
242026-03-11T03:20:32.384Z * rust toolchain profile = "default"
252026-03-11T03:20:32.384Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-11T03:20:32.384Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-11T03:20:32.384Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-11T03:20:32.388Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-11T03:20:32.389Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302026-03-11T03:20:32.479Zinfo: downloading installer
312026-03-11T03:20:34.213Zwarn: It looks like you have an existing installation of Rust at:
322026-03-11T03:20:34.213Zwarn: /opt/ooce/bin
332026-03-11T03:20:34.213Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-11T03:20:34.213Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-11T03:20:34.214Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-11T03:20:34.214Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-11T03:20:34.214Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-11T03:20:34.214Zerror: cannot install while Rust is installed
392026-03-11T03:20:34.214Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-11T03:20:34.226Zinfo: profile set to 'default'
412026-03-11T03:20:34.226Zinfo: default host triple is x86_64-unknown-illumos
422026-03-11T03:20:34.230Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432026-03-11T03:20:34.457Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442026-03-11T03:20:34.457Zinfo: downloading component 'cargo'
452026-03-11T03:20:35.516Zinfo: downloading component 'clippy'
462026-03-11T03:20:36.060Zinfo: downloading component 'rust-docs'
472026-03-11T03:20:38.052Zinfo: downloading component 'rust-std'
482026-03-11T03:20:40.667Zinfo: downloading component 'rustc'
492026-03-11T03:20:50.109Zinfo: downloading component 'rustfmt'
502026-03-11T03:20:50.486Zinfo: installing component 'cargo'
512026-03-11T03:20:51.338Zinfo: installing component 'clippy'
522026-03-11T03:20:51.668Zinfo: installing component 'rust-docs'
532026-03-11T03:20:53.465Zinfo: installing component 'rust-std'
542026-03-11T03:20:54.947Zinfo: installing component 'rustc'
552026-03-11T03:21:00.708Zinfo: installing component 'rustfmt'
562026-03-11T03:21:01.059Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572026-03-11T03:21:01.059Z
582026-03-11T03:21:01.443Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592026-03-11T03:21:01.443Z
602026-03-11T03:21:01.447Z
612026-03-11T03:21:01.447ZRust is installed now. Great!
622026-03-11T03:21:01.448Z
632026-03-11T03:21:01.448ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-11T03:21:01.448Zenvironment variable. This has not been done automatically.
652026-03-11T03:21:01.448Z
662026-03-11T03:21:01.448ZTo configure your current shell, you need to source
672026-03-11T03:21:01.448Zthe corresponding env file under $HOME/.cargo.
682026-03-11T03:21:01.448Z
692026-03-11T03:21:01.448ZThis is usually done by running one of the following (note the leading DOT):
702026-03-11T03:21:01.448Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-11T03:21:01.448Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-11T03:21:01.448Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-11T03:21:01.549Z+ rustup --version
742026-03-11T03:21:01.561Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-11T03:21:01.565Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-11T03:21:01.644Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772026-03-11T03:21:01.649Z+ cargo --version
782026-03-11T03:21:01.712Zcargo 1.91.1 (ea2d97820 2025-10-10)
792026-03-11T03:21:01.715Z+ rustc --version
802026-03-11T03:21:01.795Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812026-03-11T03:21:01.800Zprocess exited: duration 29438 ms, exit code 0
 
822026-03-11T03:21:01.810Zstarting task 2: "authentication"
832026-03-11T03:21:01.837Zprocess exited: duration 27 ms, exit code 0
 
842026-03-11T03:21:01.845Zstarting task 3: "clone repository"
852026-03-11T03:21:01.852Z+ mkdir -p /work/oxidecomputer/omicron
862026-03-11T03:21:01.855Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872026-03-11T03:21:01.892ZCloning into '/work/oxidecomputer/omicron'...
882026-03-11T03:21:12.417Z+ cd /work/oxidecomputer/omicron
892026-03-11T03:21:12.417Z+ git fetch origin 1572f75b05249f73922584e20fc5217dfb06b4ba
902026-03-11T03:21:12.744ZFrom https://github.com/oxidecomputer/omicron
912026-03-11T03:21:12.744Z * branch 1572f75b05249f73922584e20fc5217dfb06b4ba -> FETCH_HEAD
922026-03-11T03:21:12.757Z+ [[ -n renovate/crucible-common-digest ]]
932026-03-11T03:21:12.760Z++ git branch --show-current
942026-03-11T03:21:12.763Z+ current=main
952026-03-11T03:21:12.763Z+ [[ main != renovate/crucible-common-digest ]]
962026-03-11T03:21:12.763Z+ git branch -f renovate/crucible-common-digest 1572f75b05249f73922584e20fc5217dfb06b4ba
972026-03-11T03:21:12.768Z+ git checkout -f renovate/crucible-common-digest
982026-03-11T03:21:13.090ZSwitched to branch 'renovate/crucible-common-digest'
992026-03-11T03:21:13.094Z+ git reset --hard 1572f75b05249f73922584e20fc5217dfb06b4ba
1002026-03-11T03:21:13.114ZHEAD is now at 1572f75b0 Update crucible-common digest to 3226492
1012026-03-11T03:21:13.117Zprocess exited: duration 11280 ms, exit code 0
 
1022026-03-11T03:21:13.124Zstarting task 4: "build"
1032026-03-11T03:21:13.134Z+ source ./env.sh
1042026-03-11T03:21:13.134Z++ OLD_SHELL_OPTS=ehxB
1052026-03-11T03:21:13.134Z++ set -o xtrace
1062026-03-11T03:21:13.139Z++++ dirname ./env.sh
1072026-03-11T03:21:13.141Z+++ readlink -f .
1082026-03-11T03:21:13.145Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092026-03-11T03:21:13.145Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102026-03-11T03:21:13.145Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112026-03-11T03:21:13.145Z++ 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
1122026-03-11T03:21:13.145Z++ 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
1132026-03-11T03:21:13.145Z++ 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
1142026-03-11T03:21:13.145Z++ 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
1152026-03-11T03:21:13.145Z++ 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
1162026-03-11T03:21:13.145Z++ 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
1172026-03-11T03:21:13.145Z++ case $OLD_SHELL_OPTS in
1182026-03-11T03:21:13.145Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192026-03-11T03:21:13.145Z+ source .github/buildomat/ci-env.sh
1202026-03-11T03:21:13.145Z++ export CARGO_TERM_COLOR=always
1212026-03-11T03:21:13.145Z++ CARGO_TERM_COLOR=always
1222026-03-11T03:21:13.145Z+ target_os=illumos
1232026-03-11T03:21:13.145Z+ NEXTEST_VERSION=0.9.125
1242026-03-11T03:21:13.145Z+ cargo --version
1252026-03-11T03:21:13.205Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262026-03-11T03:21:13.208Z+ rustc --version
1272026-03-11T03:21:13.283Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282026-03-11T03:21:13.290Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.125/illumos
1292026-03-11T03:21:13.292Z+ gunzip
1302026-03-11T03:21:13.292Z+ tar -xvf - -C /home/build/.cargo/bin
1312026-03-11T03:21:14.649Zx cargo-nextest, 22650392 bytes, 44240 tape blocks
1322026-03-11T03:21:14.656Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332026-03-11T03:21:14.656Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342026-03-11T03:21:14.656Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352026-03-11T03:21:14.656Z+ mkdir /var/tmp/omicron_tmp
1362026-03-11T03:21:14.658Z+ OUTPUT_DIR=/work
1372026-03-11T03:21:14.658Z+ echo 'tests will store non-ephemeral output in /work'
1382026-03-11T03:21:14.658Ztests will store non-ephemeral output in /work
1392026-03-11T03:21:14.658Z+ mkdir -p /work
1402026-03-11T03:21:14.659Z+ banner prerequisites
1412026-03-11T03:21:14.661Z
1422026-03-11T03:21:14.662Z ##### ##### ###### ##### ###### #### # # # #### #
1432026-03-11T03:21:14.662Z # # # # # # # # # # # # # # #
1442026-03-11T03:21:14.662Z # # # # ##### # # ##### # # # # # #### #
1452026-03-11T03:21:14.662Z ##### ##### # ##### # # # # # # # # #
1462026-03-11T03:21:14.662Z # # # # # # # # # # # # # # #
1472026-03-11T03:21:14.662Z # # # ###### # # ###### ### # #### # #### #
1482026-03-11T03:21:14.662Z
1492026-03-11T03:21:14.662Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502026-03-11T03:21:24.312Z Startup: Refreshing catalog 'helios-dev' ... Done
1512026-03-11T03:21:34.143Z Startup: Caching catalogs ... Done
1522026-03-11T03:21:55.224ZPlanning: Solver setup ... Done (19.992s)
1532026-03-11T03:21:55.351ZPlanning: Running solver ... Done (0.146s)
1542026-03-11T03:21:55.531ZPlanning: Finding local manifests ... Done (0.003s)
1552026-03-11T03:21:55.573ZPlanning: Fetching manifests: 0/4 0% complete
1562026-03-11T03:21:56.281ZPlanning: Fetching manifests: 4/4 100% complete
1572026-03-11T03:21:56.326ZPlanning: Package planning ... Done (0.044s)
1582026-03-11T03:21:56.374ZPlanning: Merging actions ... Done (0.039s)
1592026-03-11T03:21:56.612ZPlanning: Checking for conflicting actions ... Done (0.242s)
1602026-03-11T03:21:56.618ZPlanning: Consolidating action changes ... Done (0.010s)
1612026-03-11T03:21:57.518ZPlanning: Evaluating mediators ... Done (0.896s)
1622026-03-11T03:21:57.523ZPlanning: Planning completed in 23.68 seconds
1632026-03-11T03:21:57.538Z Packages to install: 4
1642026-03-11T03:21:57.539Z Mediators to change: 2
1652026-03-11T03:21:57.548Z Services to change: 1
1662026-03-11T03:21:57.549Z Estimated space available: 155.42 GB
1672026-03-11T03:21:57.549ZEstimated space to be consumed: 1.82 GB
1682026-03-11T03:21:57.549Z Create boot environment: No
1692026-03-11T03:21:57.549ZCreate backup boot environment: No
1702026-03-11T03:21:57.549Z Rebuild boot archive: No
1712026-03-11T03:21:57.549Z
1722026-03-11T03:21:57.549ZChanged mediators:
1732026-03-11T03:21:57.549Z mediator clang:
1742026-03-11T03:21:57.549Z version: None -> 15 (system default)
1752026-03-11T03:21:57.549Z
1762026-03-11T03:21:57.550Z mediator llvm:
1772026-03-11T03:21:57.550Z version: 14 (system default) -> 15 (system default)
1782026-03-11T03:21:57.550Z
1792026-03-11T03:21:57.550ZChanged packages:
1802026-03-11T03:21:57.550Zhelios-dev
1812026-03-11T03:21:57.550Z developer/build-essential
1822026-03-11T03:21:57.550Z None -> 11-2.0
1832026-03-11T03:21:57.551Z library/libxmlsec1
1842026-03-11T03:21:57.551Z None -> 1.2.35-2.0
1852026-03-11T03:21:57.551Z ooce/developer/clang-15
1862026-03-11T03:21:57.551Z None -> 15.0.7-2.0
1872026-03-11T03:21:57.551Z ooce/developer/llvm-15
1882026-03-11T03:21:57.551Z None -> 15.0.7-2.0
1892026-03-11T03:21:57.551Z
1902026-03-11T03:21:57.551ZServices:
1912026-03-11T03:21:57.551Z restart_fmri:
1922026-03-11T03:21:57.551Z svc:/system/update-man-index:default
1932026-03-11T03:21:57.600Z
1942026-03-11T03:21:57.600ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952026-03-11T03:22:03.969ZDownload: 1198/3290 items 83.5/212.6MB 39% complete (18.7M/s)
1962026-03-11T03:22:09.061ZDownload: 2488/3290 items 120.0/212.6MB 56% complete (12.2M/s)
1972026-03-11T03:22:12.124ZDownload: Completed 212.60 MB in 14.45 seconds (14.7M/s)
1982026-03-11T03:22:12.341Z Actions: 1/3689 actions (Installing new actions)
1992026-03-11T03:22:16.523Z Actions: Completed 3689 actions in 4.22 seconds.
2002026-03-11T03:22:17.208Z Done (0.681s)
2012026-03-11T03:22:17.209Z Done (0.000s)
2022026-03-11T03:22:18.105Z Done (0.896s)
2032026-03-11T03:22:22.082Z Done (3.630s)
2042026-03-11T03:22:22.168Z Done (0.019s)
2052026-03-11T03:22:22.172Z Done (0.000s)
2062026-03-11T03:22:22.329Z Done (0.000s)
2072026-03-11T03:22:23.280ZPlanning: Evaluating mediator changes ... Done
2082026-03-11T03:22:23.410ZPlanning: Checking for conflicting actions ... Done
2092026-03-11T03:22:23.415ZPlanning: Consolidating action changes ... Done
2102026-03-11T03:22:23.638ZPlanning: Evaluating mediators ... Done
2112026-03-11T03:22:23.644ZPlanning: Planning completed in 0.37 seconds
2122026-03-11T03:22:23.666Z Mediators to change: 2
2132026-03-11T03:22:23.666Z Create boot environment: No
2142026-03-11T03:22:23.666ZCreate backup boot environment: No
2152026-03-11T03:22:23.735Z Done
2162026-03-11T03:22:23.735Z Done
2172026-03-11T03:22:24.443Z Done
2182026-03-11T03:22:27.754Z Done
2192026-03-11T03:22:27.837Z Done
2202026-03-11T03:22:27.840Z Done
2212026-03-11T03:22:27.991Z Done
2222026-03-11T03:22:28.528ZPlanning: Evaluating mediator changes ... Done
2232026-03-11T03:22:28.531ZPlanning: Merging actions ... Done
2242026-03-11T03:22:28.695ZPlanning: Checking for conflicting actions ... Done
2252026-03-11T03:22:28.699ZPlanning: Consolidating action changes ... Done
2262026-03-11T03:22:28.912ZPlanning: Evaluating mediators ... Done
2272026-03-11T03:22:28.954ZPlanning: Planning completed in 0.63 seconds
2282026-03-11T03:22:28.984Z Packages to change: 1
2292026-03-11T03:22:28.984Z Mediators to change: 1
2302026-03-11T03:22:28.984Z Services to change: 1
2312026-03-11T03:22:28.988Z Create boot environment: No
2322026-03-11T03:22:28.988ZCreate backup boot environment: Yes
2332026-03-11T03:22:31.511Z Actions: 1/6 actions (Updating modified actions)
2342026-03-11T03:22:31.514Z Actions: Completed 6 actions in 0.00 seconds.
2352026-03-11T03:22:31.514Z Done
2362026-03-11T03:22:31.514Z Done
2372026-03-11T03:22:31.706Z Done
2382026-03-11T03:22:35.025Z Done
2392026-03-11T03:22:35.113Z Done
2402026-03-11T03:22:35.116Z Done
2412026-03-11T03:22:35.258Z Done
2422026-03-11T03:22:35.638ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2432026-03-11T03:22:35.638Zclang system 15 system
2442026-03-11T03:22:35.638Zcsh system system illumos
2452026-03-11T03:22:35.639Zctags system system illumos
2462026-03-11T03:22:35.639Zfile system system illumos
2472026-03-11T03:22:35.639Zgcc vendor 12 vendor
2482026-03-11T03:22:35.639Zgcc system 10 system
2492026-03-11T03:22:35.639Zgcc system 7 system
2502026-03-11T03:22:35.639Zgo system 1.20 system
2512026-03-11T03:22:35.639Zgo system 1.19 system
2522026-03-11T03:22:35.639Zllvm system 15 system
2532026-03-11T03:22:35.639Zllvm system 14 system
2542026-03-11T03:22:35.639Zmariadb system 10.6 system
2552026-03-11T03:22:35.639Zmta vendor vendor dma
2562026-03-11T03:22:35.639Zopenjdk system 17 system
2572026-03-11T03:22:35.639Zopenjdk system 11 system
2582026-03-11T03:22:35.639Zopenjdk system 1.8 system
2592026-03-11T03:22:35.639Zopenssl vendor 3 vendor
2602026-03-11T03:22:35.639Zperl system 5.36 system
2612026-03-11T03:22:35.639Zpostgresql system 15 system
2622026-03-11T03:22:35.639Zpostgresql system 13 system
2632026-03-11T03:22:35.639Zpython vendor 3 vendor
2642026-03-11T03:22:35.639Zpython system 2 system
2652026-03-11T03:22:35.639Zpython3 system 3.11 system
2662026-03-11T03:22:35.639Zruby system 3.0 system
2672026-03-11T03:22:35.639Zwords vendor vendor american-english
2682026-03-11T03:22:35.639Zwords system system australian-english
2692026-03-11T03:22:35.639Zwords system system british-english
2702026-03-11T03:22:35.639Zwords system system canadian-english
2712026-03-11T03:22:35.639Zwords system system french
2722026-03-11T03:22:35.639Zwords system system italian
2732026-03-11T03:22:35.639Zwords system system ngerman
2742026-03-11T03:22:35.639Zwords system system ogerman
2752026-03-11T03:22:35.639Zwords system system spanish
2762026-03-11T03:22:35.944ZPUBLISHER TYPE STATUS P LOCATION
2772026-03-11T03:22:35.944Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2782026-03-11T03:22:41.828ZFMRI IFO
2792026-03-11T03:22:41.828Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2802026-03-11T03:22:41.828Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2812026-03-11T03:22:41.828Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2822026-03-11T03:22:41.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2832026-03-11T03:22:41.828Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2842026-03-11T03:22:41.828Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2852026-03-11T03:22:41.828Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2862026-03-11T03:22:41.828Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2872026-03-11T03:22:41.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2882026-03-11T03:22:41.828Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2892026-03-11T03:22:41.828Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2902026-03-11T03:22:41.828Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2912026-03-11T03:22:41.828Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2922026-03-11T03:22:41.828Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2932026-03-11T03:22:41.828Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2942026-03-11T03:22:41.828Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2952026-03-11T03:22:43.060Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2962026-03-11T03:22:43.315Z Updating crates.io index
2972026-03-11T03:22:43.351Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2982026-03-11T03:22:43.974Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992026-03-11T03:22:44.507Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3002026-03-11T03:22:44.803Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3012026-03-11T03:22:45.129Z Updating git repository `https://github.com/oxidecomputer/propolis`
3022026-03-11T03:22:47.387Z Updating git repository `https://github.com/oxidecomputer/crucible`
3032026-03-11T03:22:48.992Z Updating git repository `https://github.com/oxidecomputer/opte`
3042026-03-11T03:22:50.046Z Updating git repository `https://github.com/oxidecomputer/tofino`
3052026-03-11T03:22:50.741Z Updating git repository `https://github.com/oxidecomputer/falcon`
3062026-03-11T03:22:51.399Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3072026-03-11T03:22:52.072Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3082026-03-11T03:22:53.260Z Updating git repository `https://github.com/oxidecomputer/clickward`
3092026-03-11T03:22:53.467Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3102026-03-11T03:22:54.042Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112026-03-11T03:22:54.426Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122026-03-11T03:22:55.299Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132026-03-11T03:22:56.143Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142026-03-11T03:22:56.409Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152026-03-11T03:22:56.745Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3162026-03-11T03:22:57.064Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172026-03-11T03:22:57.394Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182026-03-11T03:22:57.628Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192026-03-11T03:22:57.876Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3202026-03-11T03:22:58.283Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3212026-03-11T03:22:58.782Z Updating git repository `https://github.com/oxidecomputer/crucible`
3222026-03-11T03:22:59.237Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3232026-03-11T03:23:00.110Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3242026-03-11T03:23:00.351Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3252026-03-11T03:23:00.652Z Updating git repository `https://github.com/oxidecomputer/ispf`
3262026-03-11T03:23:01.606Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3272026-03-11T03:23:02.481Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282026-03-11T03:23:02.799Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292026-03-11T03:23:03.118Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3302026-03-11T03:23:03.416Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312026-03-11T03:23:03.788Z Updating crates.io index
3322026-03-11T03:23:03.839Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3332026-03-11T03:23:04.102Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3342026-03-11T03:23:04.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3352026-03-11T03:23:04.624Z Updating git repository `https://github.com/illumos/smf-rs`
3362026-03-11T03:23:05.986Z Updating git repository `https://github.com/oxidecomputer/omicron`
3372026-03-11T03:23:19.266Zerror: failed to select a version for `vergen`.
3382026-03-11T03:23:19.266Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)`
3392026-03-11T03:23:19.266Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3402026-03-11T03:23:19.266Z ... 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)`
3412026-03-11T03:23:19.266Zversions that meet the requirements `^9.1.0` are: 9.1.0
3422026-03-11T03:23:19.266Z
3432026-03-11T03:23:19.266Zall possible versions conflict with previously selected packages.
3442026-03-11T03:23:19.266Z
3452026-03-11T03:23:19.266Z previously selected package `vergen v9.0.6`
3462026-03-11T03:23:19.266Z ... 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)`
3472026-03-11T03:23:19.266Z ... 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)`
3482026-03-11T03:23:19.266Z
3492026-03-11T03:23:19.267Zfailed to select a version for `vergen` which could resolve this conflict
3502026-03-11T03:23:19.348ZFailed to run command -- will try 2 more times
3512026-03-11T03:23:19.691Z Updating git repository `https://github.com/oxidecomputer/crucible`
3522026-03-11T03:23:19.722Z Updating crates.io index
3532026-03-11T03:23:20.069Z Updating crates.io index
3542026-03-11T03:23:21.091Zerror: failed to select a version for `vergen`.
3552026-03-11T03:23:21.091Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)`
3562026-03-11T03:23:21.091Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3572026-03-11T03:23:21.091Z ... 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)`
3582026-03-11T03:23:21.091Zversions that meet the requirements `^9.1.0` are: 9.1.0
3592026-03-11T03:23:21.091Z
3602026-03-11T03:23:21.091Zall possible versions conflict with previously selected packages.
3612026-03-11T03:23:21.091Z
3622026-03-11T03:23:21.091Z previously selected package `vergen v9.0.6`
3632026-03-11T03:23:21.091Z ... 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)`
3642026-03-11T03:23:21.091Z ... 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)`
3652026-03-11T03:23:21.091Z
3662026-03-11T03:23:21.091Zfailed to select a version for `vergen` which could resolve this conflict
3672026-03-11T03:23:21.118ZFailed to run command -- will try 1 more times
3682026-03-11T03:23:21.491Z Updating git repository `https://github.com/oxidecomputer/crucible`
3692026-03-11T03:23:21.581Z Updating crates.io index
3702026-03-11T03:23:22.566Zerror: failed to select a version for `vergen`.
3712026-03-11T03:23:22.566Z ... required by package `crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=32264925d6c389610d24a1183eddeef65eaac2e6#32264925)`
3722026-03-11T03:23:22.566Z ... which satisfies git dependency `crucible-common` of package `omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)`
3732026-03-11T03:23:22.566Z ... 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)`
3742026-03-11T03:23:22.566Zversions that meet the requirements `^9.1.0` are: 9.1.0
3752026-03-11T03:23:22.566Z
3762026-03-11T03:23:22.566Zall possible versions conflict with previously selected packages.
3772026-03-11T03:23:22.566Z
3782026-03-11T03:23:22.566Z previously selected package `vergen v9.0.6`
3792026-03-11T03:23:22.566Z ... 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)`
3802026-03-11T03:23:22.566Z ... 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)`
3812026-03-11T03:23:22.566Z
3822026-03-11T03:23:22.566Zfailed to select a version for `vergen` which could resolve this conflict
3832026-03-11T03:23:22.593Z
3842026-03-11T03:23:22.596Zreal 2:08.017960814
3852026-03-11T03:23:22.597Zuser 1:19.591749749
3862026-03-11T03:23:22.597Zsys 7.787404613
3872026-03-11T03:23:22.597Ztrap 0.014063872
3882026-03-11T03:23:22.597Ztflt 0.026885256
3892026-03-11T03:23:22.597Zdflt 0.042897973
3902026-03-11T03:23:22.597Zkflt 0.014749934
3912026-03-11T03:23:22.597Zlock 4.417802698
3922026-03-11T03:23:22.597Zslp 2:53.449079620
3932026-03-11T03:23:22.597Zlat 0.100872435
3942026-03-11T03:23:22.597Zstop 0.000870448
3952026-03-11T03:23:22.597Zprocess exited: duration 129561 ms, exit code 101
 
3962026-03-11T03:23:22.603Zfound 0 output files
3972026-03-11T03:23:22.603Zupload error: rule "/tmp/nextest-run-archive.zip" required a match, but was not used