01KRAH6NGZVDPV3W1E5WV98S0G: build-and-test

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

Buildomat Job: 01KRAH6V3ZF1NK079E0PD49Z60

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T03:28:19.278Zjob assigned to worker 01KRAH6XDBF2VE04GFAYDPDWXY [factory aws, i-095acff3eb091b759] (queued for 44 s)
 
22026-05-11T03:28:26.040Zstarting task 0: "setup"
32026-05-11T03:28:26.043Z++ uname -s
42026-05-11T03:28:26.047Z+ kern=SunOS
52026-05-11T03:28:26.047Z+ build_user=build
62026-05-11T03:28:26.047Z+ build_uid=12345
72026-05-11T03:28:26.047Z+ work_dir=/work
82026-05-11T03:28:26.047Z+ input_dir=/input
92026-05-11T03:28:26.047Z+ [[ 0 == 12345 ]]
102026-05-11T03:28:26.047Z+ case "$kern" in
112026-05-11T03:28:26.047Z+ groupadd -g 12345 build
122026-05-11T03:28:26.047Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T03:28:28.052Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T03:28:28.177Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T03:28:28.180Z+ home_fs=zfs
162026-05-11T03:28:28.180Z+ [[ zfs == autofs ]]
172026-05-11T03:28:28.181Z+ mkdir -p /home/build
182026-05-11T03:28:28.181Z+ chown build:build /home/build /work
192026-05-11T03:28:30.181Z+ chmod 0700 /home/build /work
202026-05-11T03:28:30.184Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-11T03:28:30.191Zstarting task 1: "rust-toolchain"
222026-05-11T03:28:30.194Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-11T03:28:30.194Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T03:28:30.194Z * rust toolchain channel = "stable"
252026-05-11T03:28:30.194Z * rust toolchain profile = "default"
262026-05-11T03:28:30.195Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T03:28:30.195Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T03:28:30.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T03:28:30.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-11T03:28:30.335Zinfo: downloading installer
312026-05-11T03:28:31.719Zwarn: It looks like you have an existing installation of Rust at:
322026-05-11T03:28:31.719Zwarn: /opt/ooce/bin
332026-05-11T03:28:31.719Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-11T03:28:31.719Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-11T03:28:31.719Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-11T03:28:31.719Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-11T03:28:31.719Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-11T03:28:31.720Zerror: cannot install while Rust is installed
392026-05-11T03:28:31.720Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-11T03:28:31.720Zwarn: It looks like you have an existing rustup settings file at:
412026-05-11T03:28:31.720Zwarn: /home/build/.rustup/settings.toml
422026-05-11T03:28:31.720Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-11T03:28:31.720Zwarn: instead of the one inferred from the default host triple.
442026-05-11T03:28:31.733Zinfo: profile set to default
452026-05-11T03:28:31.733Zinfo: default host triple is x86_64-unknown-illumos
462026-05-11T03:28:31.736Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-11T03:28:31.866Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-11T03:28:31.869Zinfo: downloading 6 components
492026-05-11T03:28:48.216Z
502026-05-11T03:28:48.217Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-05-11T03:28:48.243Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-11T03:28:48.244Z
532026-05-11T03:28:48.244Z
542026-05-11T03:28:48.244ZRust is installed now. Great!
552026-05-11T03:28:48.244Z
562026-05-11T03:28:48.244ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-11T03:28:48.244Zenvironment variable. This has not been done automatically.
582026-05-11T03:28:48.244Z
592026-05-11T03:28:48.244ZTo configure your current shell, you need to source
602026-05-11T03:28:48.244Zthe corresponding env file under $HOME/.cargo.
612026-05-11T03:28:48.244Z
622026-05-11T03:28:48.244ZThis is usually done by running one of the following (note the leading DOT):
632026-05-11T03:28:48.244Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-11T03:28:48.244Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-11T03:28:48.247Zsource "~/.cargo/env.nu" # For nushell
662026-05-11T03:28:48.247Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-11T03:28:48.247Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-11T03:28:48.247Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-11T03:28:48.248Zwarn: no default linker (`cc`) was found in your PATH
702026-05-11T03:28:48.248Zwarn: many Rust crates require a system C toolchain to build
712026-05-11T03:28:48.332Z+ rustup --version
722026-05-11T03:28:48.340Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-11T03:28:48.344Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-11T03:28:48.363Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-11T03:28:48.366Z+ cargo --version
762026-05-11T03:28:48.379Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-11T03:28:48.382Z+ rustc --version
782026-05-11T03:28:48.401Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-11T03:28:48.404Zprocess exited: duration 18212 ms, exit code 0
 
802026-05-11T03:28:48.411Zstarting task 2: "authentication"
812026-05-11T03:28:48.427Zprocess exited: duration 16 ms, exit code 0
 
822026-05-11T03:28:48.434Zstarting task 3: "clone repository"
832026-05-11T03:28:48.437Z+ mkdir -p /work/oxidecomputer/falcon
842026-05-11T03:28:48.440Z+ git clone https://github.com/oxidecomputer/falcon /work/oxidecomputer/falcon
852026-05-11T03:28:48.470ZCloning into '/work/oxidecomputer/falcon'...
862026-05-11T03:28:49.188Z+ cd /work/oxidecomputer/falcon
872026-05-11T03:28:49.188Z+ git fetch origin 0b3dd38d8ff507ae25bb8fb78ad2e0b6b3c32e24
882026-05-11T03:28:49.403ZFrom https://github.com/oxidecomputer/falcon
892026-05-11T03:28:49.403Z * branch 0b3dd38d8ff507ae25bb8fb78ad2e0b6b3c32e24 -> FETCH_HEAD
902026-05-11T03:28:49.408Z+ [[ -n renovate/propolis-client-digest ]]
912026-05-11T03:28:49.411Z++ git branch --show-current
922026-05-11T03:28:49.411Z+ current=main
932026-05-11T03:28:49.411Z+ [[ main != renovate/propolis-client-digest ]]
942026-05-11T03:28:49.411Z+ git branch -f renovate/propolis-client-digest 0b3dd38d8ff507ae25bb8fb78ad2e0b6b3c32e24
952026-05-11T03:28:49.414Z+ git checkout -f renovate/propolis-client-digest
962026-05-11T03:28:49.479ZSwitched to branch 'renovate/propolis-client-digest'
972026-05-11T03:28:49.482Z+ git reset --hard 0b3dd38d8ff507ae25bb8fb78ad2e0b6b3c32e24
982026-05-11T03:28:49.485ZHEAD is now at 0b3dd38 Update propolis-client digest to 7ece814
992026-05-11T03:28:49.485Zprocess exited: duration 1048 ms, exit code 0
 
1002026-05-11T03:28:49.491Zstarting task 4: "build"
1012026-05-11T03:28:49.495Z+ cargo --version
1022026-05-11T03:28:49.500Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
1032026-05-11T03:28:49.631Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
1042026-05-11T03:28:49.634Zinfo: downloading 6 components
1052026-05-11T03:29:04.685Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1062026-05-11T03:29:04.689Z+ rustc --version
1072026-05-11T03:29:04.716Zrustc 1.95.0 (59807616e 2026-04-14)
1082026-05-11T03:29:04.721Z+ banner build
1092026-05-11T03:29:04.724Z
1102026-05-11T03:29:04.724Z ##### # # # # #####
1112026-05-11T03:29:04.724Z # # # # # # # #
1122026-05-11T03:29:04.724Z ##### # # # # # #
1132026-05-11T03:29:04.724Z # # # # # # # #
1142026-05-11T03:29:04.724Z # # # # # # # #
1152026-05-11T03:29:04.724Z ##### #### # ###### #####
1162026-05-11T03:29:04.724Z
1172026-05-11T03:29:04.725Z+ ptime -m cargo build --all
1182026-05-11T03:29:04.798Z Updating crates.io index
1192026-05-11T03:29:04.834Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1202026-05-11T03:29:05.187ZFrom https://github.com/oxidecomputer/netadm-sys
1212026-05-11T03:29:05.187Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
1222026-05-11T03:29:05.317Z Updating git repository `https://github.com/oxidecomputer/propolis`
1232026-05-11T03:29:05.956ZFrom https://github.com/oxidecomputer/propolis
1242026-05-11T03:29:05.956Z * [new ref] 7ece814d0db2e35fa140498770f9e14714191baf -> refs/commit/7ece814d0db2e35fa140498770f9e14714191baf
1252026-05-11T03:29:06.003Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-11T03:29:06.268ZFrom https://github.com/oxidecomputer/zone
1272026-05-11T03:29:06.268Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
1282026-05-11T03:29:06.809Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1292026-05-11T03:29:07.069ZFrom https://github.com/oxidecomputer/dlpi-sys
1302026-05-11T03:29:07.069Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1312026-05-11T03:29:07.084Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1322026-05-11T03:29:07.372ZFrom https://github.com/jmesmon/rust-libzfs
1332026-05-11T03:29:07.372Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1342026-05-11T03:29:07.382Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352026-05-11T03:29:07.646ZFrom https://github.com/oxidecomputer/rusty-doors
1362026-05-11T03:29:07.646Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1372026-05-11T03:29:07.699Z Updating git repository `https://github.com/oxidecomputer/crucible`
1382026-05-11T03:29:08.654ZFrom https://github.com/oxidecomputer/crucible
1392026-05-11T03:29:08.654Z * [new ref] 3c1708d86e10f0370807388a1efe092edd99d431 -> refs/commit/3c1708d86e10f0370807388a1efe092edd99d431
1402026-05-11T03:29:08.699Z Updating crates.io index
1412026-05-11T03:29:10.048Zerror: failed to select a version for `indexmap`.
1422026-05-11T03:29:10.048Z ... required by package `progenitor-impl v0.14.0`
1432026-05-11T03:29:10.048Z ... which satisfies dependency `progenitor-impl = "^0.14.0"` of package `progenitor v0.14.0`
1442026-05-11T03:29:10.048Z ... which satisfies dependency `progenitor = "^0.14.0"` of package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=7ece814d0db2e35fa140498770f9e14714191baf#7ece814d)`
1452026-05-11T03:29:10.048Z ... which satisfies git dependency `propolis-client` of package `libfalcon v0.1.0 (/work/oxidecomputer/falcon/lib)`
1462026-05-11T03:29:10.048Z ... which satisfies path dependency `libfalcon` (locked to 0.1.0) of package `duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo)`
1472026-05-11T03:29:10.048Zversions that meet the requirements `^2.14.0` are: 2.14.0
1482026-05-11T03:29:10.048Z
1492026-05-11T03:29:10.048Zall possible versions conflict with previously selected packages.
1502026-05-11T03:29:10.048Z
1512026-05-11T03:29:10.048Z previously selected package `indexmap v2.13.0`
1522026-05-11T03:29:10.048Z ... which satisfies dependency `indexmap = "^2.11.4"` (locked to 2.13.0) of package `toml v0.9.12+spec-1.1.0`
1532026-05-11T03:29:10.048Z ... 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-11T03:29:10.048Z ... which satisfies path dependency `libfalcon` (locked to 0.1.0) of package `duo v0.1.0 (/work/oxidecomputer/falcon/examples/duo)`
1552026-05-11T03:29:10.048Z
1562026-05-11T03:29:10.048Zfailed to select a version for `indexmap` which could resolve this conflict
1572026-05-11T03:29:10.063Z
1582026-05-11T03:29:10.066Zreal 5.321713321
1592026-05-11T03:29:10.066Zuser 1.810260923
1602026-05-11T03:29:10.066Zsys 0.315667103
1612026-05-11T03:29:10.066Ztrap 0.000437286
1622026-05-11T03:29:10.066Ztflt 0.000013125
1632026-05-11T03:29:10.066Zdflt 0.000058173
1642026-05-11T03:29:10.066Zkflt 0.000000000
1652026-05-11T03:29:10.066Zlock 0.092914582
1662026-05-11T03:29:10.066Zslp 14.460214552
1672026-05-11T03:29:10.066Zlat 0.044729327
1682026-05-11T03:29:10.066Zstop 0.002393931
1692026-05-11T03:29:10.066Zprocess exited: duration 20571 ms, exit code 101
 
1702026-05-11T03:29:10.073Zfound 0 output files