01KR5C6ZJYE9K0SBJKZXM04SGX: build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KR5C791M053E91J9B5R817NE

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:25:06.137Zjob assigned to worker 01KR5C79997HJ4SHV9EY8DTXNM [factory aws, i-0d7eebd8a0d72f6af] (queued for 51 s)
 
22026-05-09T03:25:13.764Zstarting task 0: "setup"
32026-05-09T03:25:13.770Z++ uname -s
42026-05-09T03:25:13.773Z+ kern=SunOS
52026-05-09T03:25:13.773Z+ build_user=build
62026-05-09T03:25:13.773Z+ build_uid=12345
72026-05-09T03:25:13.773Z+ work_dir=/work
82026-05-09T03:25:13.773Z+ input_dir=/input
92026-05-09T03:25:13.773Z+ [[ 0 == 12345 ]]
102026-05-09T03:25:13.774Z+ case "$kern" in
112026-05-09T03:25:13.774Z+ groupadd -g 12345 build
122026-05-09T03:25:13.774Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:25:15.779Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:25:15.901Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:25:15.905Z+ home_fs=zfs
162026-05-09T03:25:15.905Z+ [[ zfs == autofs ]]
172026-05-09T03:25:15.905Z+ mkdir -p /home/build
182026-05-09T03:25:15.905Z+ chown build:build /home/build /work
192026-05-09T03:25:17.908Z+ chmod 0700 /home/build /work
202026-05-09T03:25:17.915Zprocess exited: duration 4146 ms, exit code 0
 
212026-05-09T03:25:17.927Zstarting task 1: "rust-toolchain"
222026-05-09T03:25:17.931Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:25:17.931Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-09T03:25:17.932Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-09T03:25:17.932Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-09T03:25:17.932Z * rust toolchain channel = "stable"
272026-05-09T03:25:17.932Z * rust toolchain profile = "default"
282026-05-09T03:25:17.938Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:25:17.938Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:25:18.058Zinfo: downloading installer
312026-05-09T03:25:19.468Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:25:19.469Zwarn: /opt/ooce/bin
332026-05-09T03:25:19.469Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:25:19.469Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:25:19.469Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:25:19.469Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:25:19.469Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:25:19.469Zerror: cannot install while Rust is installed
392026-05-09T03:25:19.469Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:25:19.469Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:25:19.469Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:25:19.469Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:25:19.469Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:25:19.481Zinfo: profile set to default
452026-05-09T03:25:19.483Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:25:19.487Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:25:19.618Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:25:19.622Zinfo: downloading 6 components
492026-05-09T03:25:34.376Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T03:25:34.376Z
512026-05-09T03:25:34.409Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:25:34.409Z
532026-05-09T03:25:34.409Z
542026-05-09T03:25:34.409ZRust is installed now. Great!
552026-05-09T03:25:34.409Z
562026-05-09T03:25:34.469ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:25:34.469Zenvironment variable. This has not been done automatically.
582026-05-09T03:25:34.469Z
592026-05-09T03:25:34.469ZTo configure your current shell, you need to source
602026-05-09T03:25:34.469Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:25:34.469Z
622026-05-09T03:25:34.469ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:25:34.470Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:25:34.471Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:25:34.471Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:25:34.471Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:25:34.471Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:25:34.471Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:25:34.471Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:25:34.471Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:25:34.502Z+ rustup --version
722026-05-09T03:25:34.523Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:25:34.524Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:25:34.741Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:25:34.741Z+ cargo --version
762026-05-09T03:25:34.741Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:25:34.741Z+ rustc --version
782026-05-09T03:25:34.742Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:25:34.742Zprocess exited: duration 16644 ms, exit code 0
 
802026-05-09T03:25:34.749Zstarting task 2: "authentication"
812026-05-09T03:25:34.766Zprocess exited: duration 17 ms, exit code 0
 
822026-05-09T03:25:34.772Zstarting task 3: "clone repository"
832026-05-09T03:25:34.776Z+ mkdir -p /work/oxidecomputer/falcon
842026-05-09T03:25:34.780Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-05-09T03:25:34.807ZCloning into '/work/oxidecomputer/falcon'...
862026-05-09T03:25:35.565Z+ cd /work/oxidecomputer/falcon
872026-05-09T03:25:35.565Z+ git fetch origin c59e7190b66fa3988dbb2b2ecb44858d8035a360
882026-05-09T03:25:35.798ZFrom https://github.com/oxidecomputer/falcon
892026-05-09T03:25:35.798Z * branch c59e7190b66fa3988dbb2b2ecb44858d8035a360 -> FETCH_HEAD
902026-05-09T03:25:35.803Z+ [[ -n renovate/propolis-client-digest ]]
912026-05-09T03:25:35.806Z++ git branch --show-current
922026-05-09T03:25:35.806Z+ current=main
932026-05-09T03:25:35.806Z+ [[ main != renovate/propolis-client-digest ]]
942026-05-09T03:25:35.806Z+ git branch -f renovate/propolis-client-digest c59e7190b66fa3988dbb2b2ecb44858d8035a360
952026-05-09T03:25:35.809Z+ git checkout -f renovate/propolis-client-digest
962026-05-09T03:25:35.873ZSwitched to branch 'renovate/propolis-client-digest'
972026-05-09T03:25:35.877Z+ git reset --hard c59e7190b66fa3988dbb2b2ecb44858d8035a360
982026-05-09T03:25:35.937ZHEAD is now at c59e719 Update propolis-client digest to 8409a47
992026-05-09T03:25:35.940Zprocess exited: duration 1164 ms, exit code 0
 
1002026-05-09T03:25:35.948Zstarting task 4: "build"
1012026-05-09T03:25:35.952Z+ cargo --version
1022026-05-09T03:25:35.958Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-05-09T03:25:36.138Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-05-09T03:25:36.141Zinfo: downloading 6 components
1052026-05-09T03:25:50.618Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-05-09T03:25:50.623Z+ rustc --version
1072026-05-09T03:25:50.628Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-05-09T03:25:50.632Z+ banner build
1092026-05-09T03:25:50.636Z
1102026-05-09T03:25:50.636Z ##### # # # # #####
1112026-05-09T03:25:50.636Z # # # # # # # #
1122026-05-09T03:25:50.636Z ##### # # # # # #
1132026-05-09T03:25:50.636Z # # # # # # # #
1142026-05-09T03:25:50.636Z # # # # # # # #
1152026-05-09T03:25:50.636Z ##### #### # ###### #####
1162026-05-09T03:25:50.636Z
1172026-05-09T03:25:50.636Z+ ptime -m cargo build --all
1182026-05-09T03:25:50.712Z Updating crates.io index
1192026-05-09T03:25:50.715Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-05-09T03:25:51.231ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-05-09T03:25:51.231Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1222026-05-09T03:25:51.273Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-05-09T03:25:51.913ZFrom https://github.com/oxidecomputer/propolis
1242026-05-09T03:25:51.913Z * [new ref] 8409a4748f76b0a8e49628a96a355ccfa3adb4b5 -> refs/commit/8409a4748f76b0a8e49628a96a355ccfa3adb4b5
1252026-05-09T03:25:52.074Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-09T03:25:52.326ZFrom https://github.com/oxidecomputer/zone
1272026-05-09T03:25:52.326Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-05-09T03:25:52.879Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-05-09T03:25:53.153ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-05-09T03:25:53.153Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-05-09T03:25:53.163Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-05-09T03:25:53.410ZFrom https://github.com/jmesmon/rust-libzfs
1332026-05-09T03:25:53.410Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-05-09T03:25:53.429Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-05-09T03:25:53.690ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-05-09T03:25:53.690Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-05-09T03:25:53.700Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-05-09T03:25:54.660ZFrom https://github.com/oxidecomputer/crucible
1392026-05-09T03:25:54.660Z * [new ref] 3c1708d86e10f0370807388a1efe092edd99d431 -> refs/commit/3c1708d86e10f0370807388a1efe092edd99d431
1402026-05-09T03:25:54.747Z Updating crates.io index
1412026-05-09T03:25:56.305Zerror: failed to select a version for `indexmap`.
1422026-05-09T03:25:56.305Z ... required by package `progenitor-impl v0.14.0`
1432026-05-09T03:25:56.305Z ... which satisfies dependency `progenitor-impl = "^0.14.0"` of package `progenitor v0.14.0`
1442026-05-09T03:25:56.305Z ... which satisfies dependency `progenitor = "^0.14.0"` of package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8409a4748f76b0a8e49628a96a355ccfa3adb4b5#8409a474)`
1452026-05-09T03:25:56.305Z ... which satisfies git dependency `propolis-client` of package `libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)`
1462026-05-09T03:25:56.305Z ... which satisfies path dependency `libfalcon` (locked to 0.1.0) of package `duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo)`
1472026-05-09T03:25:56.305Zversions that meet the requirements `^2.14.0` are: 2.14.0
1482026-05-09T03:25:56.305Z
1492026-05-09T03:25:56.305Zall possible versions conflict with previously selected packages.
1502026-05-09T03:25:56.306Z
1512026-05-09T03:25:56.306Z previously selected package `indexmap v2.13.0`
1522026-05-09T03:25:56.306Z ... which satisfies dependency `indexmap = "^2.11.4"` (locked to 2.13.0) of package `toml v0.9.12+spec-1.1.0`
1532026-05-09T03:25:56.306Z ... which satisfies dependency `toml = "^0.9"` (locked to 0.9.12+spec-1.1.0) of package `libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)`
1542026-05-09T03:25:56.306Z ... which satisfies path dependency `libfalcon` (locked to 0.1.0) of package `duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo)`
1552026-05-09T03:25:56.306Z
1562026-05-09T03:25:56.306Zfailed to select a version for `indexmap` which could resolve this conflict
1572026-05-09T03:25:56.310Z
1582026-05-09T03:25:56.310Zreal 5.642342929
1592026-05-09T03:25:56.310Zuser 1.831716106
1602026-05-09T03:25:56.310Zsys 0.326698007
1612026-05-09T03:25:56.310Ztrap 0.000518570
1622026-05-09T03:25:56.310Ztflt 0.000009277
1632026-05-09T03:25:56.310Zdflt 0.000106989
1642026-05-09T03:25:56.310Zkflt 0.000001719
1652026-05-09T03:25:56.310Zlock 0.090820840
1662026-05-09T03:25:56.310Zslp 15.546900624
1672026-05-09T03:25:56.310Zlat 0.043894690
1682026-05-09T03:25:56.310Zstop 0.002867271
1692026-05-09T03:25:56.312Zprocess exited: duration 20345 ms, exit code 101
 
1702026-05-09T03:25:56.320Zfound 0 output files