|
|
|
| 1 | 2026-05-08T19:34:40.632Z | job assigned to worker 01KR4HA69G4CYWSFYJKPE69E8G [factory aws, i-0fea2243dd7ba79d0] (queued for 53 s) |
| |
| 2 | 2026-05-08T19:34:47.114Z | starting task 0: "setup" |
| 3 | 2026-05-08T19:34:47.119Z | ++ uname -s |
| 4 | 2026-05-08T19:34:47.122Z | + kern=SunOS |
| 5 | 2026-05-08T19:34:47.122Z | + build_user=build |
| 6 | 2026-05-08T19:34:47.123Z | + build_uid=12345 |
| 7 | 2026-05-08T19:34:47.123Z | + work_dir=/work |
| 8 | 2026-05-08T19:34:47.123Z | + input_dir=/input |
| 9 | 2026-05-08T19:34:47.123Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-08T19:34:47.123Z | + case "$kern" in |
| 11 | 2026-05-08T19:34:47.123Z | + groupadd -g 12345 build |
| 12 | 2026-05-08T19:34:47.128Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-08T19:34:49.129Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-08T19:34:49.242Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-08T19:34:49.245Z | + home_fs=zfs |
| 16 | 2026-05-08T19:34:49.245Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-08T19:34:49.245Z | + mkdir -p /home/build |
| 18 | 2026-05-08T19:34:49.245Z | + chown build:build /home/build /work |
| 19 | 2026-05-08T19:34:51.247Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-08T19:34:51.249Z | process exited: duration 4133 ms, exit code 0 |
| |
| 21 | 2026-05-08T19:34:51.257Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-08T19:34:51.260Z | + printf ' * rust toolchain channel = "%s"\n' 1.90.0 |
| 23 | 2026-05-08T19:34:51.261Z | * rust toolchain channel = "1.90.0" |
| 24 | 2026-05-08T19:34:51.261Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-08T19:34:51.261Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-08T19:34:51.261Z | * rust toolchain profile = "default" |
| 27 | 2026-05-08T19:34:51.261Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-08T19:34:51.264Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-08T19:34:51.264Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default |
| 30 | 2026-05-08T19:34:51.384Z | info: downloading installer |
| 31 | 2026-05-08T19:34:53.063Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-05-08T19:34:53.063Z | warn: /opt/ooce/bin |
| 33 | 2026-05-08T19:34:53.063Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-05-08T19:34:53.063Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-05-08T19:34:53.063Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-05-08T19:34:53.063Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-05-08T19:34:53.063Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-05-08T19:34:53.063Z | error: cannot install while Rust is installed |
| 39 | 2026-05-08T19:34:53.063Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-05-08T19:34:53.063Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-05-08T19:34:53.063Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-05-08T19:34:53.063Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-05-08T19:34:53.063Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-05-08T19:34:53.075Z | info: profile set to default |
| 45 | 2026-05-08T19:34:53.075Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-05-08T19:34:53.078Z | info: syncing channel updates for 1.90.0-x86_64-unknown-illumos |
| 47 | 2026-05-08T19:34:53.239Z | info: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14) |
| 48 | 2026-05-08T19:34:53.244Z | info: downloading 6 components |
| 49 | 2026-05-08T19:35:08.846Z | |
| 50 | 2026-05-08T19:35:08.847Z | info: default toolchain set to 1.90.0-x86_64-unknown-illumos |
| 51 | 2026-05-08T19:35:08.888Z | 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14) |
| 52 | 2026-05-08T19:35:08.888Z | |
| 53 | 2026-05-08T19:35:08.888Z | |
| 54 | 2026-05-08T19:35:08.888Z | Rust is installed now. Great! |
| 55 | 2026-05-08T19:35:08.888Z | |
| 56 | 2026-05-08T19:35:08.888Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-05-08T19:35:08.888Z | environment variable. This has not been done automatically. |
| 58 | 2026-05-08T19:35:08.888Z | |
| 59 | 2026-05-08T19:35:08.888Z | To configure your current shell, you need to source |
| 60 | 2026-05-08T19:35:08.889Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-05-08T19:35:08.889Z | |
| 62 | 2026-05-08T19:35:08.889Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-05-08T19:35:08.889Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-05-08T19:35:08.889Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-05-08T19:35:08.889Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-05-08T19:35:08.890Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-05-08T19:35:08.890Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-05-08T19:35:08.890Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-05-08T19:35:08.890Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-05-08T19:35:08.890Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-05-08T19:35:08.983Z | + rustup --version |
| 72 | 2026-05-08T19:35:08.998Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-05-08T19:35:08.998Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-05-08T19:35:09.015Z | info: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)` |
| 75 | 2026-05-08T19:35:09.015Z | + cargo --version |
| 76 | 2026-05-08T19:35:09.027Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 77 | 2026-05-08T19:35:09.027Z | + rustc --version |
| 78 | 2026-05-08T19:35:09.045Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 79 | 2026-05-08T19:35:09.070Z | process exited: duration 17778 ms, exit code 0 |
| |
| 80 | 2026-05-08T19:35:09.103Z | starting task 2: "authentication" |
| 81 | 2026-05-08T19:35:09.120Z | process exited: duration 17 ms, exit code 0 |
| |
| 82 | 2026-05-08T19:35:09.134Z | starting task 3: "clone repository" |
| 83 | 2026-05-08T19:35:09.139Z | + mkdir -p /work/oxidecomputer/opte |
| 84 | 2026-05-08T19:35:09.139Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 85 | 2026-05-08T19:35:09.171Z | Cloning into '/work/oxidecomputer/opte'... |
| 86 | 2026-05-08T19:35:09.997Z | + cd /work/oxidecomputer/opte |
| 87 | 2026-05-08T19:35:09.997Z | + git fetch origin 324103bbf6842212b833e8f517c56c7650bbf616 |
| 88 | 2026-05-08T19:35:10.247Z | From https://github.com/oxidecomputer/opte |
| 89 | 2026-05-08T19:35:10.247Z | * branch 324103bbf6842212b833e8f517c56c7650bbf616 -> FETCH_HEAD |
| 90 | 2026-05-08T19:35:10.253Z | + [[ -n ry/faster-syn-expiry ]] |
| 91 | 2026-05-08T19:35:10.253Z | ++ git branch --show-current |
| 92 | 2026-05-08T19:35:10.254Z | + current=master |
| 93 | 2026-05-08T19:35:10.254Z | + [[ master != ry/faster-syn-expiry ]] |
| 94 | 2026-05-08T19:35:10.254Z | + git branch -f ry/faster-syn-expiry 324103bbf6842212b833e8f517c56c7650bbf616 |
| 95 | 2026-05-08T19:35:10.254Z | + git checkout -f ry/faster-syn-expiry |
| 96 | 2026-05-08T19:35:10.269Z | Switched to branch 'ry/faster-syn-expiry' |
| 97 | 2026-05-08T19:35:10.273Z | + git reset --hard 324103bbf6842212b833e8f517c56c7650bbf616 |
| 98 | 2026-05-08T19:35:10.285Z | HEAD is now at 324103b firewall table headroom to 512k |
| 99 | 2026-05-08T19:35:10.285Z | process exited: duration 1143 ms, exit code 0 |
| |
| 100 | 2026-05-08T19:35:10.305Z | starting task 4: "build" |
| 101 | 2026-05-08T19:35:10.313Z | + source .github/buildomat/common.sh |
| 102 | 2026-05-08T19:35:10.313Z | ++ rustup show active-toolchain |
| 103 | 2026-05-08T19:35:10.319Z | 1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 104 | 2026-05-08T19:35:10.319Z | ++ pushd xde |
| 105 | 2026-05-08T19:35:10.319Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 106 | 2026-05-08T19:35:10.319Z | ++ rustup show active-toolchain |
| 107 | 2026-05-08T19:35:10.326Z | info: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos |
| 108 | 2026-05-08T19:35:10.495Z | info: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18) |
| 109 | 2026-05-08T19:35:10.520Z | info: downloading 6 components |
| 110 | 2026-05-08T19:35:24.958Z | nightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 111 | 2026-05-08T19:35:25.042Z | +++ rustup show active-toolchain -v |
| 112 | 2026-05-08T19:35:25.045Z | +++ head -n 1 |
| 113 | 2026-05-08T19:35:25.045Z | +++ cut '-d ' -f1 |
| 114 | 2026-05-08T19:35:25.102Z | ++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 115 | 2026-05-08T19:35:25.102Z | ++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos |
| 116 | 2026-05-08T19:35:25.105Z | ++ popd |
| 117 | 2026-05-08T19:35:25.105Z | /work/oxidecomputer/opte |
| 118 | 2026-05-08T19:35:25.105Z | + cargo --version |
| 119 | 2026-05-08T19:35:25.112Z | cargo 1.90.0 (840b83a10 2025-07-30) |
| 120 | 2026-05-08T19:35:25.115Z | + rustc --version |
| 121 | 2026-05-08T19:35:25.136Z | rustc 1.90.0 (1159e78c4 2025-09-14) |
| 122 | 2026-05-08T19:35:25.139Z | + cd crates/opte-api |
| 123 | 2026-05-08T19:35:25.139Z | + header 'check API_VERSION' |
| 124 | 2026-05-08T19:35:25.139Z | + echo '# ==== check API_VERSION ==== #' |
| 125 | 2026-05-08T19:35:25.139Z | + ./check-api-version.sh |
| 126 | 2026-05-08T19:35:25.139Z | # ==== check API_VERSION ==== # |
| 127 | 2026-05-08T19:35:25.155Z | diff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs |
| 128 | 2026-05-08T19:35:25.155Z | diff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs |
| 129 | 2026-05-08T19:35:25.155Z | diff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs |
| 130 | 2026-05-08T19:35:25.168Z | FAILURE: The API_VERSION was not updated |
| 131 | 2026-05-08T19:35:25.168Z | old: 40 |
| 132 | 2026-05-08T19:35:25.168Z | new: 39 |
| 133 | 2026-05-08T19:35:25.171Z | process exited: duration 14864 ms, exit code 1 |
| |
| 134 | 2026-05-08T19:35:25.176Z | found 0 output files |