01KD4P2XBXV15XEMJVRAGQD0WQ: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/work/oxidecomputer/omicron/target/live-tests-archive.tgz",
        "%/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",
    ),
    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",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KD4P3AX706V43VZJ6GZ5WZXY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12025-12-23T04:05:48.898Zjob assigned to worker 01KD4P3EY3ED8B2S0GDSNX40VY [factory aws, i-027a20589776957af] (queued for 52 s)
 
22025-12-23T04:05:56.882Zstarting task 0: "setup"
32025-12-23T04:05:56.887Z++ uname -s
42025-12-23T04:05:56.890Z+ kern=SunOS
52025-12-23T04:05:56.890Z+ build_user=build
62025-12-23T04:05:56.890Z+ build_uid=12345
72025-12-23T04:05:56.890Z+ work_dir=/work
82025-12-23T04:05:56.890Z+ input_dir=/input
92025-12-23T04:05:56.890Z+ [[ 0 == 12345 ]]
102025-12-23T04:05:56.890Z+ case "$kern" in
112025-12-23T04:05:56.890Z+ groupadd -g 12345 build
122025-12-23T04:05:56.892Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-12-23T04:05:58.900Z+ zfs create -o mountpoint=/work rpool/work
142025-12-23T04:05:59.022Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-12-23T04:05:59.026Z+ home_fs=zfs
162025-12-23T04:05:59.026Z+ [[ zfs == autofs ]]
172025-12-23T04:05:59.026Z+ mkdir -p /home/build
182025-12-23T04:05:59.026Z+ chown build:build /home/build /work
192025-12-23T04:06:01.027Z+ chmod 0700 /home/build /work
202025-12-23T04:06:01.030Zprocess exited: duration 4150 ms, exit code 0
 
212025-12-23T04:06:01.036Zstarting task 1: "rust-toolchain"
222025-12-23T04:06:01.041Z+ printf ' * rust toolchain channel = "%s"\n' 1.91.1
232025-12-23T04:06:01.041Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-12-23T04:06:01.041Z * rust toolchain channel = "1.91.1"
252025-12-23T04:06:01.041Z * rust toolchain profile = "default"
262025-12-23T04:06:01.041Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-12-23T04:06:01.041Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-12-23T04:06:01.044Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-12-23T04:06:01.045Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default
302025-12-23T04:06:01.182Zinfo: downloading installer
312025-12-23T04:06:02.626Zwarn: It looks like you have an existing installation of Rust at:
322025-12-23T04:06:02.626Zwarn: /opt/ooce/bin
332025-12-23T04:06:02.626Zwarn: It is recommended that rustup be the primary Rust installation.
342025-12-23T04:06:02.626Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-12-23T04:06:02.626Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-12-23T04:06:02.626Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-12-23T04:06:02.626Zwarn: or pass `-y' to ignore all ignorable checks.
382025-12-23T04:06:02.626Zerror: cannot install while Rust is installed
392025-12-23T04:06:02.626Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-12-23T04:06:02.644Zinfo: profile set to 'default'
412025-12-23T04:06:02.644Zinfo: default host triple is x86_64-unknown-illumos
422025-12-23T04:06:02.648Zinfo: syncing channel updates for '1.91.1-x86_64-unknown-illumos'
432025-12-23T04:06:02.830Zinfo: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07)
442025-12-23T04:06:02.830Zinfo: downloading component 'cargo'
452025-12-23T04:06:03.660Zinfo: downloading component 'clippy'
462025-12-23T04:06:04.095Zinfo: downloading component 'rust-docs'
472025-12-23T04:06:05.308Zinfo: downloading component 'rust-std'
482025-12-23T04:06:06.840Zinfo: downloading component 'rustc'
492025-12-23T04:06:13.054Zinfo: downloading component 'rustfmt'
502025-12-23T04:06:13.278Zinfo: installing component 'cargo'
512025-12-23T04:06:14.203Zinfo: installing component 'clippy'
522025-12-23T04:06:14.608Zinfo: installing component 'rust-docs'
532025-12-23T04:06:16.625Zinfo: installing component 'rust-std'
542025-12-23T04:06:18.490Zinfo: installing component 'rustc'
552025-12-23T04:06:25.294Zinfo: installing component 'rustfmt'
562025-12-23T04:06:25.663Zinfo: default toolchain set to '1.91.1-x86_64-unknown-illumos'
572025-12-23T04:06:25.663Z
582025-12-23T04:06:26.119Z 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07)
592025-12-23T04:06:26.119Z
602025-12-23T04:06:26.122Z
612025-12-23T04:06:26.122ZRust is installed now. Great!
622025-12-23T04:06:26.122Z
632025-12-23T04:06:26.122ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-12-23T04:06:26.122Zenvironment variable. This has not been done automatically.
652025-12-23T04:06:26.122Z
662025-12-23T04:06:26.122ZTo configure your current shell, you need to source
672025-12-23T04:06:26.122Zthe corresponding env file under $HOME/.cargo.
682025-12-23T04:06:26.122Z
692025-12-23T04:06:26.122ZThis is usually done by running one of the following (note the leading DOT):
702025-12-23T04:06:26.122Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-12-23T04:06:26.122Zsource "$HOME/.cargo/env.fish" # For fish
722025-12-23T04:06:26.122Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-12-23T04:06:26.232Z+ rustup --version
742025-12-23T04:06:26.243Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-12-23T04:06:26.246Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-12-23T04:06:26.335Zinfo: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)`
772025-12-23T04:06:26.339Z+ cargo --version
782025-12-23T04:06:26.413Zcargo 1.91.1 (ea2d97820 2025-10-10)
792025-12-23T04:06:26.416Z+ rustc --version
802025-12-23T04:06:26.495Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
812025-12-23T04:06:26.499Zprocess exited: duration 25461 ms, exit code 0
 
822025-12-23T04:06:26.505Zstarting task 2: "authentication"
832025-12-23T04:06:26.528Zprocess exited: duration 23 ms, exit code 0
 
842025-12-23T04:06:26.534Zstarting task 3: "clone repository"
852025-12-23T04:06:26.539Z+ mkdir -p /work/oxidecomputer/omicron
862025-12-23T04:06:26.542Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
872025-12-23T04:06:26.578ZCloning into '/work/oxidecomputer/omicron'...
882025-12-23T04:06:37.626Z+ cd /work/oxidecomputer/omicron
892025-12-23T04:06:37.626Z+ git fetch origin 73ac6cfa8460b920ea536878df7060a680e6b310
902025-12-23T04:06:37.919ZFrom https://github.com/oxidecomputer/omicron
912025-12-23T04:06:37.919Z * branch 73ac6cfa8460b920ea536878df7060a680e6b310 -> FETCH_HEAD
922025-12-23T04:06:37.932Z+ [[ -n renovate/attest-mock-digest ]]
932025-12-23T04:06:37.935Z++ git branch --show-current
942025-12-23T04:06:37.935Z+ current=main
952025-12-23T04:06:37.935Z+ [[ main != renovate/attest-mock-digest ]]
962025-12-23T04:06:37.935Z+ git branch -f renovate/attest-mock-digest 73ac6cfa8460b920ea536878df7060a680e6b310
972025-12-23T04:06:37.939Z+ git checkout -f renovate/attest-mock-digest
982025-12-23T04:06:38.295ZSwitched to branch 'renovate/attest-mock-digest'
992025-12-23T04:06:38.298Z+ git reset --hard 73ac6cfa8460b920ea536878df7060a680e6b310
1002025-12-23T04:06:38.314ZHEAD is now at 73ac6cfa8 Update attest-mock digest to 173a5d1
1012025-12-23T04:06:38.317Zprocess exited: duration 11780 ms, exit code 0
 
1022025-12-23T04:06:38.323Zstarting task 4: "build"
1032025-12-23T04:06:38.332Z+ source ./env.sh
1042025-12-23T04:06:38.332Z++ OLD_SHELL_OPTS=ehxB
1052025-12-23T04:06:38.332Z++ set -o xtrace
1062025-12-23T04:06:38.335Z++++ dirname ./env.sh
1072025-12-23T04:06:38.338Z+++ readlink -f .
1082025-12-23T04:06:38.341Z++ OMICRON_WS=/work/oxidecomputer/omicron
1092025-12-23T04:06:38.341Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-12-23T04:06:38.341Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1112025-12-23T04:06:38.341Z++ 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
1122025-12-23T04:06:38.341Z++ 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
1132025-12-23T04:06:38.341Z++ 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
1142025-12-23T04:06:38.341Z++ 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
1152025-12-23T04:06:38.341Z++ 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
1162025-12-23T04:06:38.341Z++ 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
1172025-12-23T04:06:38.341Z++ case $OLD_SHELL_OPTS in
1182025-12-23T04:06:38.341Z++ unset OLD_SHELL_OPTS OMICRON_WS
1192025-12-23T04:06:38.341Z+ source .github/buildomat/ci-env.sh
1202025-12-23T04:06:38.341Z++ export CARGO_TERM_COLOR=always
1212025-12-23T04:06:38.341Z++ CARGO_TERM_COLOR=always
1222025-12-23T04:06:38.341Z+ target_os=illumos
1232025-12-23T04:06:38.341Z+ NEXTEST_VERSION=0.9.110
1242025-12-23T04:06:38.341Z+ cargo --version
1252025-12-23T04:06:38.401Zcargo 1.91.1 (ea2d97820 2025-10-10)
1262025-12-23T04:06:38.404Z+ rustc --version
1272025-12-23T04:06:38.480Zrustc 1.91.1 (ed61e7d7e 2025-11-07)
1282025-12-23T04:06:38.484Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.110/illumos
1292025-12-23T04:06:38.487Z+ gunzip
1302025-12-23T04:06:38.487Z+ tar -xvf - -C /home/build/.cargo/bin
1312025-12-23T04:06:39.476Zx cargo-nextest, 19358360 bytes, 37810 tape blocks
1322025-12-23T04:06:39.479Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1332025-12-23T04:06:39.479Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1342025-12-23T04:06:39.479Ztests will store ephemeral output in /var/tmp/omicron_tmp
1352025-12-23T04:06:39.479Z+ mkdir /var/tmp/omicron_tmp
1362025-12-23T04:06:39.479Z+ OUTPUT_DIR=/work
1372025-12-23T04:06:39.479Z+ echo 'tests will store non-ephemeral output in /work'
1382025-12-23T04:06:39.479Ztests will store non-ephemeral output in /work
1392025-12-23T04:06:39.479Z+ mkdir -p /work
1402025-12-23T04:06:39.483Z+ banner prerequisites
1412025-12-23T04:06:39.483Z
1422025-12-23T04:06:39.483Z ##### ##### ###### ##### ###### #### # # # #### #
1432025-12-23T04:06:39.483Z # # # # # # # # # # # # # # #
1442025-12-23T04:06:39.483Z # # # # ##### # # ##### # # # # # #### #
1452025-12-23T04:06:39.483Z ##### ##### # ##### # # # # # # # # #
1462025-12-23T04:06:39.483Z # # # # # # # # # # # # # # #
1472025-12-23T04:06:39.483Z # # # ###### # # ###### ### # #### # #### #
1482025-12-23T04:06:39.483Z
1492025-12-23T04:06:39.483Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1502025-12-23T04:06:50.008Z Startup: Refreshing catalog 'helios-dev' ... Done
1512025-12-23T04:06:59.296Z Startup: Caching catalogs ... Done
1522025-12-23T04:07:15.755ZPlanning: Solver setup ... Done (14.897s)
1532025-12-23T04:07:15.877ZPlanning: Running solver ... Done (0.122s)
1542025-12-23T04:07:16.022ZPlanning: Finding local manifests ... Done (0.003s)
1552025-12-23T04:07:16.037ZPlanning: Fetching manifests: 0/4 0% complete
1562025-12-23T04:07:16.188ZPlanning: Fetching manifests: 4/4 100% complete
1572025-12-23T04:07:16.239ZPlanning: Package planning ... Done (0.051s)
1582025-12-23T04:07:16.290ZPlanning: Merging actions ... Done (0.050s)
1592025-12-23T04:07:16.572ZPlanning: Checking for conflicting actions ... Done (0.282s)
1602025-12-23T04:07:16.584ZPlanning: Consolidating action changes ... Done (0.011s)
1612025-12-23T04:07:17.614ZPlanning: Evaluating mediators ... Done (1.030s)
1622025-12-23T04:07:17.623ZPlanning: Planning completed in 18.18 seconds
1632025-12-23T04:07:17.639Z Packages to install: 4
1642025-12-23T04:07:17.639Z Mediators to change: 2
1652025-12-23T04:07:17.642Z Services to change: 1
1662025-12-23T04:07:17.642Z Estimated space available: 155.44 GB
1672025-12-23T04:07:17.642ZEstimated space to be consumed: 1.77 GB
1682025-12-23T04:07:17.642Z Create boot environment: No
1692025-12-23T04:07:17.642ZCreate backup boot environment: No
1702025-12-23T04:07:17.642Z Rebuild boot archive: No
1712025-12-23T04:07:17.642Z
1722025-12-23T04:07:17.642ZChanged mediators:
1732025-12-23T04:07:17.642Z mediator clang:
1742025-12-23T04:07:17.642Z version: None -> 15 (system default)
1752025-12-23T04:07:17.642Z
1762025-12-23T04:07:17.642Z mediator llvm:
1772025-12-23T04:07:17.642Z version: 14 (system default) -> 15 (system default)
1782025-12-23T04:07:17.642Z
1792025-12-23T04:07:17.642ZChanged packages:
1802025-12-23T04:07:17.642Zhelios-dev
1812025-12-23T04:07:17.642Z developer/build-essential
1822025-12-23T04:07:17.642Z None -> 11-2.0
1832025-12-23T04:07:17.642Z library/libxmlsec1
1842025-12-23T04:07:17.642Z None -> 1.2.35-2.0
1852025-12-23T04:07:17.642Z ooce/developer/clang-15
1862025-12-23T04:07:17.642Z None -> 15.0.7-2.0
1872025-12-23T04:07:17.642Z ooce/developer/llvm-15
1882025-12-23T04:07:17.642Z None -> 15.0.7-2.0
1892025-12-23T04:07:17.642Z
1902025-12-23T04:07:17.642ZServices:
1912025-12-23T04:07:17.642Z restart_fmri:
1922025-12-23T04:07:17.643Z svc:/system/update-man-index:default
1932025-12-23T04:07:17.694Z
1942025-12-23T04:07:17.694ZDownload: 0/3290 items 0.0/212.6MB 0% complete
1952025-12-23T04:07:22.924ZDownload: 928/3290 items 18.8/212.6MB 8% complete (3.8M/s)
1962025-12-23T04:07:28.291ZDownload: 1755/3290 items 118.2/212.6MB 55% complete (11.9M/s)
1972025-12-23T04:07:33.292ZDownload: 3239/3290 items 202.6/212.6MB 95% complete (19.7M/s)
1982025-12-23T04:07:35.028ZDownload: Completed 212.60 MB in 17.33 seconds (12.3M/s)
1992025-12-23T04:07:35.323Z Actions: 1/3689 actions (Installing new actions)
2002025-12-23T04:07:39.945Z Actions: Completed 3689 actions in 4.62 seconds.
2012025-12-23T04:07:40.649Z Done (0.698s)
2022025-12-23T04:07:40.649Z Done (0.000s)
2032025-12-23T04:07:41.661Z Done (1.012s)
2042025-12-23T04:07:46.121Z Done (4.107s)
2052025-12-23T04:07:46.216Z Done (0.017s)
2062025-12-23T04:07:46.219Z Done (0.000s)
2072025-12-23T04:07:46.393Z Done (0.000s)
2082025-12-23T04:07:47.332ZPlanning: Evaluating mediator changes ... Done
2092025-12-23T04:07:47.496ZPlanning: Checking for conflicting actions ... Done
2102025-12-23T04:07:47.499ZPlanning: Consolidating action changes ... Done
2112025-12-23T04:07:47.789ZPlanning: Evaluating mediators ... Done
2122025-12-23T04:07:47.793ZPlanning: Planning completed in 0.46 seconds
2132025-12-23T04:07:47.824Z Mediators to change: 2
2142025-12-23T04:07:47.824Z Create boot environment: No
2152025-12-23T04:07:47.827ZCreate backup boot environment: No
2162025-12-23T04:07:47.899Z Done
2172025-12-23T04:07:47.899Z Done
2182025-12-23T04:07:48.611Z Done
2192025-12-23T04:07:52.440Z Done
2202025-12-23T04:07:52.532Z Done
2212025-12-23T04:07:52.535Z Done
2222025-12-23T04:07:52.698Z Done
2232025-12-23T04:07:53.328ZPlanning: Evaluating mediator changes ... Done
2242025-12-23T04:07:53.331ZPlanning: Merging actions ... Done
2252025-12-23T04:07:53.520ZPlanning: Checking for conflicting actions ... Done
2262025-12-23T04:07:53.523ZPlanning: Consolidating action changes ... Done
2272025-12-23T04:07:53.793ZPlanning: Evaluating mediators ... Done
2282025-12-23T04:07:53.851ZPlanning: Planning completed in 0.78 seconds
2292025-12-23T04:07:53.887Z Packages to change: 1
2302025-12-23T04:07:53.887Z Mediators to change: 1
2312025-12-23T04:07:53.890Z Services to change: 1
2322025-12-23T04:07:53.890Z Create boot environment: No
2332025-12-23T04:07:53.890ZCreate backup boot environment: Yes
2342025-12-23T04:07:56.398Z Actions: 1/6 actions (Updating modified actions)
2352025-12-23T04:07:56.401Z Actions: Completed 6 actions in 0.00 seconds.
2362025-12-23T04:07:56.401Z Done
2372025-12-23T04:07:56.401Z Done
2382025-12-23T04:07:56.602Z Done
2392025-12-23T04:08:00.503Z Done
2402025-12-23T04:08:00.594Z Done
2412025-12-23T04:08:00.598Z Done
2422025-12-23T04:08:00.759Z Done
2432025-12-23T04:08:01.213ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2442025-12-23T04:08:01.213Zclang system 15 system
2452025-12-23T04:08:01.213Zcsh system system illumos
2462025-12-23T04:08:01.213Zctags system system illumos
2472025-12-23T04:08:01.213Zfile system system illumos
2482025-12-23T04:08:01.213Zgcc vendor 12 vendor
2492025-12-23T04:08:01.213Zgcc system 10 system
2502025-12-23T04:08:01.213Zgcc system 7 system
2512025-12-23T04:08:01.213Zgo system 1.20 system
2522025-12-23T04:08:01.213Zgo system 1.19 system
2532025-12-23T04:08:01.213Zllvm system 15 system
2542025-12-23T04:08:01.213Zllvm system 14 system
2552025-12-23T04:08:01.213Zmariadb system 10.6 system
2562025-12-23T04:08:01.213Zmta vendor vendor dma
2572025-12-23T04:08:01.213Zopenjdk system 17 system
2582025-12-23T04:08:01.213Zopenjdk system 11 system
2592025-12-23T04:08:01.213Zopenjdk system 1.8 system
2602025-12-23T04:08:01.213Zopenssl vendor 3 vendor
2612025-12-23T04:08:01.213Zperl system 5.36 system
2622025-12-23T04:08:01.213Zpostgresql system 15 system
2632025-12-23T04:08:01.213Zpostgresql system 13 system
2642025-12-23T04:08:01.213Zpython vendor 3 vendor
2652025-12-23T04:08:01.213Zpython system 2 system
2662025-12-23T04:08:01.213Zpython3 system 3.11 system
2672025-12-23T04:08:01.213Zruby system 3.0 system
2682025-12-23T04:08:01.213Zwords vendor vendor american-english
2692025-12-23T04:08:01.213Zwords system system australian-english
2702025-12-23T04:08:01.213Zwords system system british-english
2712025-12-23T04:08:01.213Zwords system system canadian-english
2722025-12-23T04:08:01.213Zwords system system french
2732025-12-23T04:08:01.214Zwords system system italian
2742025-12-23T04:08:01.214Zwords system system ngerman
2752025-12-23T04:08:01.214Zwords system system ogerman
2762025-12-23T04:08:01.214Zwords system system spanish
2772025-12-23T04:08:01.550ZPUBLISHER TYPE STATUS P LOCATION
2782025-12-23T04:08:01.550Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2792025-12-23T04:08:07.491ZFMRI IFO
2802025-12-23T04:08:07.491Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2812025-12-23T04:08:07.491Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2822025-12-23T04:08:07.491Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2832025-12-23T04:08:07.491Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2842025-12-23T04:08:07.491Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2852025-12-23T04:08:07.491Zpkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i--
2862025-12-23T04:08:07.491Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2872025-12-23T04:08:07.492Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i--
2882025-12-23T04:08:07.492Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2892025-12-23T04:08:07.492Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2902025-12-23T04:08:07.492Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i--
2912025-12-23T04:08:07.492Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
2922025-12-23T04:08:07.492Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2932025-12-23T04:08:07.492Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i--
2942025-12-23T04:08:07.492Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
2952025-12-23T04:08:07.492Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2962025-12-23T04:08:08.632Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2972025-12-23T04:08:08.883Z Updating crates.io index
2982025-12-23T04:08:08.886Z Updating git repository `https://github.com/oxidecomputer/lldp`
2992025-12-23T04:08:09.207Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3002025-12-23T04:08:10.073Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3012025-12-23T04:08:10.269Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3022025-12-23T04:08:10.570Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
3032025-12-23T04:08:10.866Z Updating git repository `https://github.com/oxidecomputer/propolis`
3042025-12-23T04:08:12.074Z Updating git repository `https://github.com/oxidecomputer/crucible`
3052025-12-23T04:08:14.281Z Updating git repository `https://github.com/oxidecomputer/opte`
3062025-12-23T04:08:14.944Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072025-12-23T04:08:15.180Z Updating git repository `https://github.com/oxidecomputer/falcon`
3082025-12-23T04:08:15.988Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3092025-12-23T04:08:16.569Z Updating git repository `https://github.com/oxidecomputer/clickward`
3102025-12-23T04:08:16.795Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3112025-12-23T04:08:17.207Z Updating git repository `https://github.com/oxidecomputer/dendrite`
3122025-12-23T04:08:17.904Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3132025-12-23T04:08:18.396Z Updating git repository `https://github.com/oxidecomputer/ipcc-rs`
3142025-12-23T04:08:18.676Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3152025-12-23T04:08:18.962Z Updating git repository `https://github.com/oxidecomputer/scim2-rs`
3162025-12-23T04:08:19.371Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3172025-12-23T04:08:19.605Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3182025-12-23T04:08:19.881Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3192025-12-23T04:08:20.096Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3202025-12-23T04:08:20.391Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3212025-12-23T04:08:20.819Z Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git`
3222025-12-23T04:08:21.247Z Updating git repository `https://github.com/oxidecomputer/rats-corim.git`
3232025-12-23T04:08:21.527Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3242025-12-23T04:08:21.834Z Updating git repository `https://github.com/oxidecomputer/ispf`
3252025-12-23T04:08:22.105Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3262025-12-23T04:08:23.323Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272025-12-23T04:08:23.782Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3282025-12-23T04:08:24.069Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3292025-12-23T04:08:24.439Z Updating crates.io index
3302025-12-23T04:08:24.481Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
3312025-12-23T04:08:25.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3322025-12-23T04:08:25.453Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3332025-12-23T04:08:25.675Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3342025-12-23T04:08:26.042Z Updating git repository `https://github.com/oxidecomputer/omicron`
3352025-12-23T04:08:36.942Z Updating git repository `https://github.com/illumos/smf-rs`
3362025-12-23T04:08:37.854Zerror: failed to select a version for `serde_with`.
3372025-12-23T04:08:37.854Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3382025-12-23T04:08:37.854Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3392025-12-23T04:08:37.854Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3402025-12-23T04:08:37.854Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3412025-12-23T04:08:37.855Zversions that meet the requirements `^3.15.1` are: 3.16.1, 3.16.0, 3.15.1
3422025-12-23T04:08:37.856Z
3432025-12-23T04:08:37.856Zall possible versions conflict with previously selected packages.
3442025-12-23T04:08:37.856Z
3452025-12-23T04:08:37.856Z previously selected package `serde_with v3.14.0`
3462025-12-23T04:08:37.856Z ... which satisfies dependency `serde_with = "^3.12.0"` (locked to 3.14.0) of package `attest-data v0.4.0 (https://github.com/oxidecomputer/dice-util?rev=4b408edc1d00f108ddf635415d783e6f12fe9641#4b408edc)`
3472025-12-23T04:08:37.856Z ... which satisfies git dependency `attest-data` (locked to 0.4.0) of package `sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=dea3bbfac7d9d3c45f088898fcd05ee5d2ec2210#dea3bbfa)`
3482025-12-23T04:08:37.856Z ... which satisfies git dependency `sprockets-tls` (locked to 0.1.0) of package `omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)`
3492025-12-23T04:08:37.856Z ... which satisfies path dependency `omicron-sled-agent` (locked to 0.1.0) of package `end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)`
3502025-12-23T04:08:37.856Z
3512025-12-23T04:08:37.857Zfailed to select a version for `serde_with` which could resolve this conflict
3522025-12-23T04:08:37.943ZFailed to run command -- will try 2 more times
3532025-12-23T04:08:38.226Z Updating crates.io index
3542025-12-23T04:08:38.626Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3552025-12-23T04:08:39.465Z Updating crates.io index
3562025-12-23T04:08:39.841Zerror: failed to select a version for `serde_with`.
3572025-12-23T04:08:39.841Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3582025-12-23T04:08:39.842Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3592025-12-23T04:08:39.842Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3602025-12-23T04:08:39.842Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3612025-12-23T04:08:39.842Zversions that meet the requirements `^3.15.1` are: 3.16.1, 3.16.0, 3.15.1
3622025-12-23T04:08:39.842Z
3632025-12-23T04:08:39.842Zall possible versions conflict with previously selected packages.
3642025-12-23T04:08:39.842Z
3652025-12-23T04:08:39.842Z previously selected package `serde_with v3.14.0`
3662025-12-23T04:08:39.842Z ... which satisfies dependency `serde_with = "^3.14.0"` (locked to 3.14.0) of package `installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)`
3672025-12-23T04:08:39.843Z ... which satisfies path dependency `installinator-common` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3682025-12-23T04:08:39.843Z
3692025-12-23T04:08:39.843Zfailed to select a version for `serde_with` which could resolve this conflict
3702025-12-23T04:08:39.856ZFailed to run command -- will try 1 more times
3712025-12-23T04:08:40.151Z Updating crates.io index
3722025-12-23T04:08:40.609Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3732025-12-23T04:08:41.297Z Updating crates.io index
3742025-12-23T04:08:41.791Zerror: failed to select a version for `serde_with`.
3752025-12-23T04:08:41.791Z ... required by package `attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3762025-12-23T04:08:41.791Z ... which satisfies git dependency `attest-data` of package `attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=173a5d19ee354cc8f0bc00d4e477923f8d2dc4be#173a5d19)`
3772025-12-23T04:08:41.791Z ... which satisfies git dependency `attest-mock` of package `trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol)`
3782025-12-23T04:08:41.791Z ... which satisfies path dependency `trust-quorum-protocol` (locked to 0.1.0) of package `tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb)`
3792025-12-23T04:08:41.791Zversions that meet the requirements `^3.15.1` are: 3.16.1, 3.16.0, 3.15.1
3802025-12-23T04:08:41.791Z
3812025-12-23T04:08:41.791Zall possible versions conflict with previously selected packages.
3822025-12-23T04:08:41.791Z
3832025-12-23T04:08:41.791Z previously selected package `serde_with v3.14.0`
3842025-12-23T04:08:41.791Z ... which satisfies dependency `serde_with = "^3.14.0"` (locked to 3.14.0) of package `installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)`
3852025-12-23T04:08:41.791Z ... which satisfies path dependency `installinator-common` (locked to 0.1.0) of package `wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)`
3862025-12-23T04:08:41.791Z
3872025-12-23T04:08:41.791Zfailed to select a version for `serde_with` which could resolve this conflict
3882025-12-23T04:08:41.811Z
3892025-12-23T04:08:41.814Zreal 2:02.315867904
3902025-12-23T04:08:41.814Zuser 1:17.159382729
3912025-12-23T04:08:41.814Zsys 7.678534246
3922025-12-23T04:08:41.814Ztrap 0.014973977
3932025-12-23T04:08:41.814Ztflt 0.029262266
3942025-12-23T04:08:41.814Zdflt 0.046304325
3952025-12-23T04:08:41.814Zkflt 0.016506135
3962025-12-23T04:08:41.814Zlock 1.097387514
3972025-12-23T04:08:41.814Zslp 2:44.956687039
3982025-12-23T04:08:41.814Zlat 0.386776893
3992025-12-23T04:08:41.814Zstop 0.000718315
4002025-12-23T04:08:41.814Zprocess exited: duration 123479 ms, exit code 101
 
4012025-12-23T04:08:41.822Zfound 0 output files