01KNRWYT0JXS5FSV3WR1A084YG: opte-api

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

Buildomat Job: 01KNRWZ3FRFNHE51Z0KWBZ4R1N

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:11.655Zjob assigned to worker 01KNRWZCMXGD2J1SPRK67P88V5 [factory aws, i-0ff886c14d532b637] (queued for 50 s)
 
22026-04-09T10:36:18.367Zstarting task 0: "setup"
32026-04-09T10:36:18.371Z++ uname -s
42026-04-09T10:36:18.374Z+ kern=SunOS
52026-04-09T10:36:18.374Z+ build_user=build
62026-04-09T10:36:18.374Z+ build_uid=12345
72026-04-09T10:36:18.374Z+ work_dir=/work
82026-04-09T10:36:18.374Z+ input_dir=/input
92026-04-09T10:36:18.374Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:18.374Z+ case "$kern" in
112026-04-09T10:36:18.374Z+ groupadd -g 12345 build
122026-04-09T10:36:18.377Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:20.382Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:20.493Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:20.498Z+ home_fs=zfs
162026-04-09T10:36:20.498Z+ [[ zfs == autofs ]]
172026-04-09T10:36:20.498Z+ mkdir -p /home/build
182026-04-09T10:36:20.498Z+ chown build:build /home/build /work
192026-04-09T10:36:22.498Z+ chmod 0700 /home/build /work
202026-04-09T10:36:22.501Zprocess exited: duration 4135 ms, exit code 0
 
212026-04-09T10:36:22.507Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:22.511Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:22.511Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-09T10:36:22.511Z * rust toolchain channel = "1.90.0"
252026-04-09T10:36:22.511Z * rust toolchain profile = "default"
262026-04-09T10:36:22.511Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:22.511Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:22.514Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:22.514Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:22.639Zinfo: downloading installer
312026-04-09T10:36:24.051Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:24.051Zwarn: /opt/ooce/bin
332026-04-09T10:36:24.051Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:24.051Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:24.051Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:24.051Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:24.051Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:24.051Zerror: cannot install while Rust is installed
392026-04-09T10:36:24.051Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:24.051Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:24.051Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:24.051Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:24.051Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:24.064Zinfo: profile set to default
452026-04-09T10:36:24.064Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:24.067Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:24.202Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:24.205Zinfo: downloading 6 components
492026-04-09T10:36:38.383Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:38.384Z
512026-04-09T10:36:38.420Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:38.420Z
532026-04-09T10:36:38.420Z
542026-04-09T10:36:38.420ZRust is installed now. Great!
552026-04-09T10:36:38.420Z
562026-04-09T10:36:38.420ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:38.420Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:38.420Z
592026-04-09T10:36:38.420ZTo configure your current shell, you need to source
602026-04-09T10:36:38.420Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:38.420Z
622026-04-09T10:36:38.420ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:38.420Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:38.420Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:38.420Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:38.420Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:38.420Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:38.420Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:38.423Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:38.423Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:38.497Z+ rustup --version
722026-04-09T10:36:38.505Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:38.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:38.529Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:38.532Z+ cargo --version
762026-04-09T10:36:38.543Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:38.546Z+ rustc --version
782026-04-09T10:36:38.566Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:38.569Zprocess exited: duration 16059 ms, exit code 0
 
802026-04-09T10:36:38.574Zstarting task 2: "authentication"
812026-04-09T10:36:38.590Zprocess exited: duration 15 ms, exit code 0
 
822026-04-09T10:36:38.596Zstarting task 3: "clone repository"
832026-04-09T10:36:38.599Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:38.602Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:38.632ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:39.459Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:39.459Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:39.730ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:39.730Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:39.736Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:39.739Z++ git branch --show-current
922026-04-09T10:36:39.739Z+ current=master
932026-04-09T10:36:39.739Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:39.739Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:39.742Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:39.758ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:39.761Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:39.774ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:39.777Zprocess exited: duration 1179 ms, exit code 0
 
1002026-04-09T10:36:39.783Zstarting task 4: "build"
1012026-04-09T10:36:39.787Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:39.790Z++ rustup show active-toolchain
1032026-04-09T10:36:39.793Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:39.795Z++ pushd xde
1052026-04-09T10:36:39.795Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:39.796Z++ rustup show active-toolchain
1072026-04-09T10:36:39.799Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:39.953Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:39.956Zinfo: downloading 6 components
1102026-04-09T10:36:53.987Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:54.062Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:54.064Z+++ head -n 1
1132026-04-09T10:36:54.065Z+++ cut '-d ' -f1
1142026-04-09T10:36:54.121Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:54.121Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:54.121Z++ popd
1172026-04-09T10:36:54.124Z/work/oxidecomputer/opte
1182026-04-09T10:36:54.124Z+ cargo --version
1192026-04-09T10:36:54.131Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-04-09T10:36:54.133Z+ rustc --version
1212026-04-09T10:36:54.153Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-04-09T10:36:54.156Z+ cd crates/opte-api
1232026-04-09T10:36:54.156Z+ header 'check API_VERSION'
1242026-04-09T10:36:54.156Z+ echo '# ==== check API_VERSION ==== #'
1252026-04-09T10:36:54.156Z# ==== check API_VERSION ==== #
1262026-04-09T10:36:54.156Z+ ./check-api-version.sh
1272026-04-09T10:36:54.169Zdiff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs
1282026-04-09T10:36:54.169Zdiff --git a/crates/opte-api/src/ip.rs b/crates/opte-api/src/ip.rs
1292026-04-09T10:36:54.169Zdiff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs
1302026-04-09T10:36:54.180ZSUCCESS: The API_VERSION was updated
1312026-04-09T10:36:54.180Z old: 39
1322026-04-09T10:36:54.180Z new: 40
1332026-04-09T10:36:54.182Z+ header 'check style'
1342026-04-09T10:36:54.182Z+ echo '# ==== check style ==== #'
1352026-04-09T10:36:54.182Z# ==== check style ==== #
1362026-04-09T10:36:54.182Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1372026-04-09T10:36:54.271Z
1382026-04-09T10:36:54.271Zreal 0.087988700
1392026-04-09T10:36:54.271Zuser 0.047344605
1402026-04-09T10:36:54.271Zsys 0.038143351
1412026-04-09T10:36:54.272Ztrap 0.000006377
1422026-04-09T10:36:54.272Ztflt 0.000011297
1432026-04-09T10:36:54.272Zdflt 0.000004988
1442026-04-09T10:36:54.272Zkflt 0.000000000
1452026-04-09T10:36:54.272Zlock 0.048202367
1462026-04-09T10:36:54.272Zslp 0.064971854
1472026-04-09T10:36:54.272Zlat 0.000871344
1482026-04-09T10:36:54.272Zstop 0.000104785
1492026-04-09T10:36:54.275Z+ header 'analyze std'
1502026-04-09T10:36:54.275Z+ echo '# ==== analyze std ==== #'
1512026-04-09T10:36:54.275Z# ==== analyze std ==== #
1522026-04-09T10:36:54.275Z+ ptime -m cargo clippy --all-targets
1532026-04-09T10:36:54.403Z Updating crates.io index
1542026-04-09T10:36:54.437Z Updating git repository `https://github.com/oxidecomputer/falcon`
1552026-04-09T10:36:55.356Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1562026-04-09T10:36:55.646Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1572026-04-09T10:36:56.011Z Updating git repository `https://github.com/oxidecomputer/zone`
1582026-04-09T10:36:56.456Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1592026-04-09T10:36:56.693Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1602026-04-09T10:36:56.973Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1612026-04-09T10:36:58.682Z Downloading crates ...
1622026-04-09T10:36:58.747Z Downloaded ident_case v1.0.1
1632026-04-09T10:36:58.750Z Downloaded defmt v0.3.100
1642026-04-09T10:36:58.751Z Downloaded hash32 v0.3.1
1652026-04-09T10:36:58.751Z Downloaded managed v0.8.0
1662026-04-09T10:36:58.751Z Downloaded darling_macro v0.21.3
1672026-04-09T10:36:58.751Z Downloaded cobs v0.3.0
1682026-04-09T10:36:58.754Z Downloaded proc-macro-error2 v2.0.1
1692026-04-09T10:36:58.757Z Downloaded strsim v0.11.1
1702026-04-09T10:36:58.757Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-04-09T10:36:58.761Z Downloaded cfg-if v1.0.4
1722026-04-09T10:36:58.764Z Downloaded embedded-io v0.4.0
1732026-04-09T10:36:58.764Z Downloaded defmt-parser v1.0.0
1742026-04-09T10:36:58.769Z Downloaded macaddr v1.0.1
1752026-04-09T10:36:58.774Z Downloaded stable_deref_trait v1.2.1
1762026-04-09T10:36:58.778Z Downloaded fnv v1.0.7
1772026-04-09T10:36:58.780Z Downloaded byteorder v1.5.0
1782026-04-09T10:36:58.785Z Downloaded ingot v0.1.1
1792026-04-09T10:36:58.788Z Downloaded ingot-types v0.1.2
1802026-04-09T10:36:58.788Z Downloaded either v1.15.0
1812026-04-09T10:36:58.790Z Downloaded ipnetwork v0.21.1
1822026-04-09T10:36:58.791Z Downloaded embedded-io v0.6.1
1832026-04-09T10:36:58.791Z Downloaded thiserror-impl v2.0.18
1842026-04-09T10:36:58.793Z Downloaded defmt v1.0.1
1852026-04-09T10:36:58.798Z Downloaded bitflags v1.3.2
1862026-04-09T10:36:58.798Z Downloaded quote v1.0.44
1872026-04-09T10:36:58.804Z Downloaded thiserror v2.0.18
1882026-04-09T10:36:58.807Z Downloaded postcard v1.1.3
1892026-04-09T10:36:58.811Z Downloaded ingot-macros v0.1.1
1902026-04-09T10:36:58.814Z Downloaded defmt-macros v1.0.1
1912026-04-09T10:36:58.814Z Downloaded darling v0.21.3
1922026-04-09T10:36:58.826Z Downloaded serde_derive v1.0.228
1932026-04-09T10:36:58.833Z Downloaded bitflags v2.10.0
1942026-04-09T10:36:58.838Z Downloaded proc-macro2 v1.0.106
1952026-04-09T10:36:58.841Z Downloaded unicode-ident v1.0.23
1962026-04-09T10:36:58.844Z Downloaded heapless v0.8.0
1972026-04-09T10:36:58.847Z Downloaded memchr v2.8.0
1982026-04-09T10:36:58.849Z Downloaded serde_core v1.0.228
1992026-04-09T10:36:58.856Z Downloaded zerocopy-derive v0.8.39
2002026-04-09T10:36:58.861Z Downloaded darling_core v0.21.3
2012026-04-09T10:36:58.865Z Downloaded serde v1.0.228
2022026-04-09T10:36:58.870Z Downloaded aho-corasick v1.1.4
2032026-04-09T10:36:58.899Z Downloaded regex v1.12.3
2042026-04-09T10:36:58.902Z Downloaded itertools v0.14.0
2052026-04-09T10:36:58.935Z Downloaded zerocopy v0.8.39
2062026-04-09T10:36:58.946Z Downloaded syn v2.0.114
2072026-04-09T10:36:58.952Z Downloaded smoltcp v0.11.0
2082026-04-09T10:36:58.958Z Downloaded regex-syntax v0.8.9
2092026-04-09T10:36:58.969Z Downloaded regex-automata v0.4.14
2102026-04-09T10:36:59.004Z Compiling proc-macro2 v1.0.106
2112026-04-09T10:36:59.004Z Compiling unicode-ident v1.0.23
2122026-04-09T10:36:59.007Z Compiling quote v1.0.44
2132026-04-09T10:36:59.007Z Compiling strsim v0.11.1
2142026-04-09T10:36:59.007Z Compiling ident_case v1.0.1
2152026-04-09T10:36:59.007Z Compiling fnv v1.0.7
2162026-04-09T10:36:59.007Z Compiling memchr v2.8.0
2172026-04-09T10:36:59.007Z Compiling regex-syntax v0.8.9
2182026-04-09T10:36:59.163Z Compiling serde_core v1.0.228
2192026-04-09T10:36:59.179Z Compiling serde v1.0.228
2202026-04-09T10:36:59.185Z Compiling either v1.15.0
2212026-04-09T10:36:59.347Z Compiling thiserror v2.0.18
2222026-04-09T10:36:59.366Z Compiling zerocopy v0.8.39
2232026-04-09T10:36:59.433Z Compiling itertools v0.14.0
2242026-04-09T10:36:59.457Z Compiling aho-corasick v1.1.4
2252026-04-09T10:36:59.653Z Checking byteorder v1.5.0
2262026-04-09T10:36:59.779Z Compiling heapless v0.8.0
2272026-04-09T10:36:59.805Z Checking hash32 v0.3.1
2282026-04-09T10:36:59.841Z Checking bitflags v2.10.0
2292026-04-09T10:36:59.907Z Checking macaddr v1.0.1
2302026-04-09T10:36:59.978Z Checking stable_deref_trait v1.2.1
2312026-04-09T10:37:00.039Z Compiling smoltcp v0.11.0
2322026-04-09T10:37:00.045Z Checking managed v0.8.0
2332026-04-09T10:37:00.254Z Checking cfg-if v1.0.4
2342026-04-09T10:37:00.310Z Checking bitflags v1.3.2
2352026-04-09T10:37:00.357Z Compiling syn v2.0.114
2362026-04-09T10:37:00.369Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2372026-04-09T10:37:00.434Z Checking ipnetwork v0.21.1
2382026-04-09T10:37:00.571Z Compiling regex-automata v0.4.14
2392026-04-09T10:37:01.997Z Compiling regex v1.12.3
2402026-04-09T10:37:02.527Z Compiling darling_core v0.21.3
2412026-04-09T10:37:02.875Z Compiling zerocopy-derive v0.8.39
2422026-04-09T10:37:02.875Z Compiling serde_derive v1.0.228
2432026-04-09T10:37:02.878Z Compiling thiserror-impl v2.0.18
2442026-04-09T10:37:03.828Z Checking cobs v0.3.0
2452026-04-09T10:37:03.844Z Compiling darling_macro v0.21.3
2462026-04-09T10:37:04.311Z Compiling darling v0.21.3
2472026-04-09T10:37:04.371Z Compiling ingot-macros v0.1.1
2482026-04-09T10:37:05.041Z Checking postcard v1.1.3
2492026-04-09T10:37:06.459Z Checking ingot-types v0.1.2
2502026-04-09T10:37:06.720Z Checking ingot v0.1.1
2512026-04-09T10:37:08.025Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-04-09T10:37:09.002Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.68s
2532026-04-09T10:37:09.097Z
2542026-04-09T10:37:09.100Zreal 14.818755930
2552026-04-09T10:37:09.100Zuser 30.635419753
2562026-04-09T10:37:09.100Zsys 5.680112827
2572026-04-09T10:37:09.100Ztrap 0.012368710
2582026-04-09T10:37:09.100Ztflt 0.069265273
2592026-04-09T10:37:09.100Zdflt 0.201990701
2602026-04-09T10:37:09.100Zkflt 0.003232863
2612026-04-09T10:37:09.100Zlock 59.997463599
2622026-04-09T10:37:09.100Zslp 1:57.434492463
2632026-04-09T10:37:09.100Zlat 0.781917276
2642026-04-09T10:37:09.100Zstop 3.812469583
2652026-04-09T10:37:09.100Z+ header 'analyze no_std'
2662026-04-09T10:37:09.100Z+ echo '# ==== analyze no_std ==== #'
2672026-04-09T10:37:09.100Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2682026-04-09T10:37:09.100Z# ==== analyze no_std ==== #
2692026-04-09T10:37:09.197Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2702026-04-09T10:37:09.399Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2712026-04-09T10:37:10.372Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2722026-04-09T10:37:10.392Z
2732026-04-09T10:37:10.395Zreal 1.289555794
2742026-04-09T10:37:10.395Zuser 1.870215471
2752026-04-09T10:37:10.395Zsys 0.247309422
2762026-04-09T10:37:10.395Ztrap 0.000207782
2772026-04-09T10:37:10.395Ztflt 0.000077426
2782026-04-09T10:37:10.395Zdflt 0.000107591
2792026-04-09T10:37:10.395Zkflt 0.000000000
2802026-04-09T10:37:10.395Zlock 4.280100247
2812026-04-09T10:37:10.395Zslp 5.214360467
2822026-04-09T10:37:10.396Zlat 0.002711094
2832026-04-09T10:37:10.396Zstop 0.037386727
2842026-04-09T10:37:10.396Z+ header test
2852026-04-09T10:37:10.396Z+ echo '# ==== test ==== #'
2862026-04-09T10:37:10.396Z# ==== test ==== #
2872026-04-09T10:37:10.396Z+ ptime -m cargo test
2882026-04-09T10:37:10.520Z Compiling serde_core v1.0.228
2892026-04-09T10:37:10.520Z Compiling byteorder v1.5.0
2902026-04-09T10:37:10.520Z Compiling bitflags v2.10.0
2912026-04-09T10:37:10.520Z Compiling stable_deref_trait v1.2.1
2922026-04-09T10:37:10.523Z Compiling zerocopy v0.8.39
2932026-04-09T10:37:10.523Z Compiling thiserror v2.0.18
2942026-04-09T10:37:10.536Z Compiling macaddr v1.0.1
2952026-04-09T10:37:10.540Z Compiling managed v0.8.0
2962026-04-09T10:37:10.597Z Compiling cobs v0.3.0
2972026-04-09T10:37:10.626Z Compiling cfg-if v1.0.4
2982026-04-09T10:37:10.681Z Compiling hash32 v0.3.1
2992026-04-09T10:37:10.692Z Compiling bitflags v1.3.2
3002026-04-09T10:37:10.738Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3012026-04-09T10:37:10.751Z Compiling ipnetwork v0.21.1
3022026-04-09T10:37:10.775Z Compiling heapless v0.8.0
3032026-04-09T10:37:11.107Z Compiling smoltcp v0.11.0
3042026-04-09T10:37:12.008Z Compiling serde v1.0.228
3052026-04-09T10:37:12.471Z Compiling postcard v1.1.3
3062026-04-09T10:37:13.235Z Compiling ingot-types v0.1.2
3072026-04-09T10:37:13.502Z Compiling ingot v0.1.1
3082026-04-09T10:37:14.882Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3092026-04-09T10:37:16.561Z Finished `test` profile [optimized + debuginfo] target(s) in 6.15s
3102026-04-09T10:37:16.570Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9aa4cea7f7ad001f)
3112026-04-09T10:37:16.573Z
3122026-04-09T10:37:16.573Zrunning 25 tests
3132026-04-09T10:37:16.573Ztest encap::test::bad_vni ... ok
3142026-04-09T10:37:16.573Ztest dns::tests::test_domain_name ... ok
3152026-04-09T10:37:16.573Ztest encap::test::good_vni ... ok
3162026-04-09T10:37:16.573Ztest encap::test::vni_round_trip ... ok
3172026-04-09T10:37:16.573Ztest ip::test::bad_prefix_len ... ok
3182026-04-09T10:37:16.573Ztest ip::test::bad_cidr ... ok
3192026-04-09T10:37:16.574Ztest ip::test::dhcp_fqdn ... ok
3202026-04-09T10:37:16.574Ztest ip::test::good_cidr ... ok
3212026-04-09T10:37:16.574Ztest ip::test::ipv4_addr_good ... ok
3222026-04-09T10:37:16.574Ztest ip::test::ipv4_addr_bad ... ok
3232026-04-09T10:37:16.574Ztest ip::test::ipv4_mask ... ok
3242026-04-09T10:37:16.574Ztest ip::test::ipv6_is_default ... ok
3252026-04-09T10:37:16.574Ztest ip::test::ipv6_mask ... ok
3262026-04-09T10:37:16.574Ztest ip::test::ipv6_prefix_len ... ok
3272026-04-09T10:37:16.574Ztest ip::test::ipv6_cidr_is_member ... ok
3282026-04-09T10:37:16.574Ztest ip::test::test_ip_addr_from_str ... ok
3292026-04-09T10:37:16.574Ztest ip::test::test_ip_cidr_from_str ... ok
3302026-04-09T10:37:16.574Ztest ip::test::test_ipv4_multicast_mac ... ok
3312026-04-09T10:37:16.574Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3322026-04-09T10:37:16.574Ztest ip::test::test_ipv6_from_const ... ok
3332026-04-09T10:37:16.574Ztest ip::test::test_ipv6_from_eui64 ... ok
3342026-04-09T10:37:16.574Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3352026-04-09T10:37:16.574Ztest ip::test::test_ipv6_is_multicast ... ok
3362026-04-09T10:37:16.574Ztest ip::test::test_ipv6_multicast_mac ... ok
3372026-04-09T10:37:16.574Ztest ip::test::test_multicast_underlay_serde ... ok
3382026-04-09T10:37:16.574Z
3392026-04-09T10:37:16.574Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3402026-04-09T10:37:16.574Z
3412026-04-09T10:37:16.574Z Doc-tests opte_api
3422026-04-09T10:37:17.151Z
3432026-04-09T10:37:17.151Zrunning 1 test
3442026-04-09T10:37:17.154Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3452026-04-09T10:37:17.154Z
3462026-04-09T10:37:17.154Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3472026-04-09T10:37:17.154Z
3482026-04-09T10:37:17.175Z
3492026-04-09T10:37:17.177Zreal 6.773480640
3502026-04-09T10:37:17.177Zuser 17.625931413
3512026-04-09T10:37:17.177Zsys 1.955578380
3522026-04-09T10:37:17.178Ztrap 0.005194041
3532026-04-09T10:37:17.178Ztflt 0.150069693
3542026-04-09T10:37:17.178Zdflt 0.124506413
3552026-04-09T10:37:17.178Zkflt 0.000000000
3562026-04-09T10:37:17.178Zlock 40.106577574
3572026-04-09T10:37:17.178Zslp 45.176084037
3582026-04-09T10:37:17.178Zlat 0.879942669
3592026-04-09T10:37:17.178Zstop 0.713161847
3602026-04-09T10:37:17.178Zprocess exited: duration 37388 ms, exit code 0
 
3612026-04-09T10:37:17.184Zfound 0 output files