01KR4H9BNAYY3J15WNMJVHGW3F: opte-api

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

Buildomat Job: 01KR4H9V7033YSY0AA7M776E4T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-08T19:34:40.632Zjob assigned to worker 01KR4HA69G4CYWSFYJKPE69E8G [factory aws, i-0fea2243dd7ba79d0] (queued for 53 s)
 
22026-05-08T19:34:47.114Zstarting task 0: "setup"
32026-05-08T19:34:47.119Z++ uname -s
42026-05-08T19:34:47.122Z+ kern=SunOS
52026-05-08T19:34:47.122Z+ build_user=build
62026-05-08T19:34:47.123Z+ build_uid=12345
72026-05-08T19:34:47.123Z+ work_dir=/work
82026-05-08T19:34:47.123Z+ input_dir=/input
92026-05-08T19:34:47.123Z+ [[ 0 == 12345 ]]
102026-05-08T19:34:47.123Z+ case "$kern" in
112026-05-08T19:34:47.123Z+ groupadd -g 12345 build
122026-05-08T19:34:47.128Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-08T19:34:49.129Z+ zfs create -o mountpoint=/work rpool/work
142026-05-08T19:34:49.242Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-08T19:34:49.245Z+ home_fs=zfs
162026-05-08T19:34:49.245Z+ [[ zfs == autofs ]]
172026-05-08T19:34:49.245Z+ mkdir -p /home/build
182026-05-08T19:34:49.245Z+ chown build:build /home/build /work
192026-05-08T19:34:51.247Z+ chmod 0700 /home/build /work
202026-05-08T19:34:51.249Zprocess exited: duration 4133 ms, exit code 0
 
212026-05-08T19:34:51.257Zstarting task 1: "rust-toolchain"
222026-05-08T19:34:51.260Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-05-08T19:34:51.261Z * rust toolchain channel = "1.90.0"
242026-05-08T19:34:51.261Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-08T19:34:51.261Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-08T19:34:51.261Z * rust toolchain profile = "default"
272026-05-08T19:34:51.261Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-08T19:34:51.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-08T19:34:51.264Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-05-08T19:34:51.384Zinfo: downloading installer
312026-05-08T19:34:53.063Zwarn: It looks like you have an existing installation of Rust at:
322026-05-08T19:34:53.063Zwarn: /opt/ooce/bin
332026-05-08T19:34:53.063Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-08T19:34:53.063Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-08T19:34:53.063Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-08T19:34:53.063Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-08T19:34:53.063Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-08T19:34:53.063Zerror: cannot install while Rust is installed
392026-05-08T19:34:53.063Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-08T19:34:53.063Zwarn: It looks like you have an existing rustup settings file at:
412026-05-08T19:34:53.063Zwarn: /home/build/.rustup/settings.toml
422026-05-08T19:34:53.063Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-08T19:34:53.063Zwarn: instead of the one inferred from the default host triple.
442026-05-08T19:34:53.075Zinfo: profile set to default
452026-05-08T19:34:53.075Zinfo: default host triple is x86_64-unknown-illumos
462026-05-08T19:34:53.078Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-05-08T19:34:53.239Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-05-08T19:34:53.244Zinfo: downloading 6 components
492026-05-08T19:35:08.846Z
502026-05-08T19:35:08.847Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-05-08T19:35:08.888Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-05-08T19:35:08.888Z
532026-05-08T19:35:08.888Z
542026-05-08T19:35:08.888ZRust is installed now. Great!
552026-05-08T19:35:08.888Z
562026-05-08T19:35:08.888ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-08T19:35:08.888Zenvironment variable. This has not been done automatically.
582026-05-08T19:35:08.888Z
592026-05-08T19:35:08.888ZTo configure your current shell, you need to source
602026-05-08T19:35:08.889Zthe corresponding env file under $HOME/.cargo.
612026-05-08T19:35:08.889Z
622026-05-08T19:35:08.889ZThis is usually done by running one of the following (note the leading DOT):
632026-05-08T19:35:08.889Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-08T19:35:08.889Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-08T19:35:08.889Zsource "~/.cargo/env.nu" # For nushell
662026-05-08T19:35:08.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-08T19:35:08.890Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-08T19:35:08.890Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-08T19:35:08.890Zwarn: no default linker (`cc`) was found in your PATH
702026-05-08T19:35:08.890Zwarn: many Rust crates require a system C toolchain to build
712026-05-08T19:35:08.983Z+ rustup --version
722026-05-08T19:35:08.998Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-08T19:35:08.998Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-08T19:35:09.015Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-05-08T19:35:09.015Z+ cargo --version
762026-05-08T19:35:09.027Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-05-08T19:35:09.027Z+ rustc --version
782026-05-08T19:35:09.045Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-05-08T19:35:09.070Zprocess exited: duration 17778 ms, exit code 0
 
802026-05-08T19:35:09.103Zstarting task 2: "authentication"
812026-05-08T19:35:09.120Zprocess exited: duration 17 ms, exit code 0
 
822026-05-08T19:35:09.134Zstarting task 3: "clone repository"
832026-05-08T19:35:09.139Z+ mkdir -p /work/oxidecomputer/opte
842026-05-08T19:35:09.139Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-08T19:35:09.171ZCloning into '/work/oxidecomputer/opte'...
862026-05-08T19:35:09.997Z+ cd /work/oxidecomputer/opte
872026-05-08T19:35:09.997Z+ git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616
882026-05-08T19:35:10.247ZFrom https://github.com/oxidecomputer/opte
892026-05-08T19:35:10.247Z * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD
902026-05-08T19:35:10.253Z+ [[ -n ry/faster-syn-expiry ]]
912026-05-08T19:35:10.253Z++ git branch --show-current
922026-05-08T19:35:10.254Z+ current=master
932026-05-08T19:35:10.254Z+ [[ master != ry/faster-syn-expiry ]]
942026-05-08T19:35:10.254Z+ git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616
952026-05-08T19:35:10.254Z+ git checkout -f ry/faster-syn-expiry
962026-05-08T19:35:10.269ZSwitched to branch 'ry/faster-syn-expiry'
972026-05-08T19:35:10.273Z+ git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616
982026-05-08T19:35:10.285ZHEAD is now at 324103b firewall table headroom to 512k
992026-05-08T19:35:10.285Zprocess exited: duration 1143 ms, exit code 0
 
1002026-05-08T19:35:10.305Zstarting task 4: "build"
1012026-05-08T19:35:10.313Z+ source .github/buildomat/common.sh
1022026-05-08T19:35:10.313Z++ rustup show active-toolchain
1032026-05-08T19:35:10.319Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-08T19:35:10.319Z++ pushd xde
1052026-05-08T19:35:10.319Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-08T19:35:10.319Z++ rustup show active-toolchain
1072026-05-08T19:35:10.326Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-05-08T19:35:10.495Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-05-08T19:35:10.520Zinfo: downloading 6 components
1102026-05-08T19:35:24.958Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-08T19:35:25.042Z+++ rustup show active-toolchain -v
1122026-05-08T19:35:25.045Z+++ head -n 1
1132026-05-08T19:35:25.045Z+++ cut '-d ' -f1
1142026-05-08T19:35:25.102Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-05-08T19:35:25.102Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-05-08T19:35:25.105Z++ popd
1172026-05-08T19:35:25.105Z/work/oxidecomputer/opte
1182026-05-08T19:35:25.105Z+ cargo --version
1192026-05-08T19:35:25.112Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-05-08T19:35:25.115Z+ rustc --version
1212026-05-08T19:35:25.136Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-05-08T19:35:25.139Z+ cd crates/opte-api
1232026-05-08T19:35:25.139Z+ header 'check API_VERSION'
1242026-05-08T19:35:25.139Z+ echo '# ==== check API_VERSION ==== #'
1252026-05-08T19:35:25.139Z+ ./check-api-version.sh
1262026-05-08T19:35:25.139Z# ==== check API_VERSION ==== #
1272026-05-08T19:35:25.155Zdiff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs
1282026-05-08T19:35:25.155Zdiff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs
1292026-05-08T19:35:25.155Zdiff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs
1302026-05-08T19:35:25.168ZFAILURE: The API_VERSION was not updated
1312026-05-08T19:35:25.168Z old: 40
1322026-05-08T19:35:25.168Z new: 39
1332026-05-08T19:35:25.171Zprocess exited: duration 14864 ms, exit code 1
 
1342026-05-08T19:35:25.176Zfound 0 output files