01KQWEFRBTD4B98PM60G2H1Z68: opte-api

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

Buildomat Job: 01KQWEG3TXEGJVAFXRMN6KDMH2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T16:11:52.841Zjob assigned to worker 01KQWEGJQGKR2AZXJ704AXJTM0 [factory aws, i-016306452d1e0aa62] (queued for 1 m 1 s)
 
22026-05-05T16:11:59.484Zstarting task 0: "setup"
32026-05-05T16:11:59.488Z++ uname -s
42026-05-05T16:11:59.492Z+ kern=SunOS
52026-05-05T16:11:59.492Z+ build_user=build
62026-05-05T16:11:59.492Z+ build_uid=12345
72026-05-05T16:11:59.492Z+ work_dir=/work
82026-05-05T16:11:59.492Z+ input_dir=/input
92026-05-05T16:11:59.492Z+ [[ 0 == 12345 ]]
102026-05-05T16:11:59.492Z+ case "$kern" in
112026-05-05T16:11:59.492Z+ groupadd -g 12345 build
122026-05-05T16:11:59.492Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T16:12:01.497Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T16:12:01.610Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T16:12:01.613Z+ home_fs=zfs
162026-05-05T16:12:01.613Z+ [[ zfs == autofs ]]
172026-05-05T16:12:01.613Z+ mkdir -p /home/build
182026-05-05T16:12:01.613Z+ chown build:build /home/build /work
192026-05-05T16:12:03.614Z+ chmod 0700 /home/build /work
202026-05-05T16:12:03.618Zprocess exited: duration 4135 ms, exit code 0
 
212026-05-05T16:12:03.625Zstarting task 1: "rust-toolchain"
222026-05-05T16:12:03.629Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-05T16:12:03.629Z * rust toolchain channel = "1.94.1"
242026-05-05T16:12:03.629Z * rust toolchain profile = "default"
252026-05-05T16:12:03.629Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T16:12:03.629Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T16:12:03.629Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T16:12:03.633Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T16:12:03.633Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-05T16:12:03.748Zinfo: downloading installer
312026-05-05T16:12:05.120Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T16:12:05.120Zwarn: /opt/ooce/bin
332026-05-05T16:12:05.120Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T16:12:05.120Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T16:12:05.120Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T16:12:05.120Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T16:12:05.120Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T16:12:05.120Zerror: cannot install while Rust is installed
392026-05-05T16:12:05.120Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T16:12:05.120Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T16:12:05.120Zwarn: /home/build/.rustup/settings.toml
422026-05-05T16:12:05.120Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T16:12:05.121Zwarn: instead of the one inferred from the default host triple.
442026-05-05T16:12:05.134Zinfo: profile set to default
452026-05-05T16:12:05.134Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T16:12:05.138Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-05T16:12:05.271Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T16:12:05.275Zinfo: downloading 6 components
492026-05-05T16:12:19.989Z
502026-05-05T16:12:19.989Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-05-05T16:12:20.016Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T16:12:20.016Z
532026-05-05T16:12:20.016Z
542026-05-05T16:12:20.016ZRust is installed now. Great!
552026-05-05T16:12:20.016Z
562026-05-05T16:12:20.019ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T16:12:20.019Zenvironment variable. This has not been done automatically.
582026-05-05T16:12:20.019Z
592026-05-05T16:12:20.019ZTo configure your current shell, you need to source
602026-05-05T16:12:20.019Zthe corresponding env file under $HOME/.cargo.
612026-05-05T16:12:20.019Z
622026-05-05T16:12:20.019ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T16:12:20.019Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T16:12:20.019Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T16:12:20.019Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T16:12:20.020Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T16:12:20.020Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T16:12:20.020Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T16:12:20.020Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T16:12:20.020Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T16:12:20.110Z+ rustup --version
722026-05-05T16:12:20.119Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T16:12:20.122Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T16:12:20.140Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T16:12:20.143Z+ cargo --version
762026-05-05T16:12:20.155Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T16:12:20.159Z+ rustc --version
782026-05-05T16:12:20.177Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T16:12:20.181Zprocess exited: duration 16553 ms, exit code 0
 
802026-05-05T16:12:20.187Zstarting task 2: "authentication"
812026-05-05T16:12:20.204Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T16:12:20.211Zstarting task 3: "clone repository"
832026-05-05T16:12:20.214Z+ mkdir -p /work/oxidecomputer/opte
842026-05-05T16:12:20.218Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-05T16:12:20.245ZCloning into '/work/oxidecomputer/opte'...
862026-05-05T16:12:23.843Z+ cd /work/oxidecomputer/opte
872026-05-05T16:12:23.843Z+ git fetch origin 84e91b62621406f38e4d0870a92bafacad96536e
882026-05-05T16:12:24.126ZFrom https://github.com/oxidecomputer/opte
892026-05-05T16:12:24.126Z * branch 84e91b62621406f38e4d0870a92bafacad96536e -> FETCH_HEAD
902026-05-05T16:12:24.133Z+ [[ -n mtu ]]
912026-05-05T16:12:24.136Z++ git branch --show-current
922026-05-05T16:12:24.136Z+ current=master
932026-05-05T16:12:24.136Z+ [[ master != mtu ]]
942026-05-05T16:12:24.136Z+ git branch -f mtu 84e91b62621406f38e4d0870a92bafacad96536e
952026-05-05T16:12:24.141Z+ git checkout -f mtu
962026-05-05T16:12:24.155ZSwitched to branch 'mtu'
972026-05-05T16:12:24.158Z+ git reset --hard 84e91b62621406f38e4d0870a92bafacad96536e
982026-05-05T16:12:24.172ZHEAD is now at 84e91b6 Bump API_VERSION.
992026-05-05T16:12:24.175Zprocess exited: duration 3961 ms, exit code 0
 
1002026-05-05T16:12:24.182Zstarting task 4: "build"
1012026-05-05T16:12:24.186Z+ source .github/buildomat/common.sh
1022026-05-05T16:12:24.186Z++ rustup show active-toolchain
1032026-05-05T16:12:24.191Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-05T16:12:24.194Z++ pushd xde
1052026-05-05T16:12:24.194Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-05T16:12:24.194Z++ rustup show active-toolchain
1072026-05-05T16:12:24.197Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-05T16:12:24.340Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-05T16:12:24.343Zinfo: downloading 6 components
1102026-05-05T16:12:38.234Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-05T16:12:38.318Z+++ rustup show active-toolchain -v
1122026-05-05T16:12:38.322Z+++ head -n 1
1132026-05-05T16:12:38.322Z+++ cut '-d ' -f1
1142026-05-05T16:12:38.374Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-05T16:12:38.374Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-05T16:12:38.374Z++ popd
1172026-05-05T16:12:38.377Z/work/oxidecomputer/opte
1182026-05-05T16:12:38.377Z+ cargo --version
1192026-05-05T16:12:38.384Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-05T16:12:38.387Z+ rustc --version
1212026-05-05T16:12:38.407Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-05T16:12:38.411Z+ cd crates/opte-api
1232026-05-05T16:12:38.411Z+ header 'check API_VERSION'
1242026-05-05T16:12:38.411Z+ echo '# ==== check API_VERSION ==== #'
1252026-05-05T16:12:38.411Z# ==== check API_VERSION ==== #
1262026-05-05T16:12:38.411Z+ ./check-api-version.sh
1272026-05-05T16:12:38.417Zdiff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs
1282026-05-05T16:12:38.423ZSUCCESS: The API_VERSION was updated
1292026-05-05T16:12:38.423Z old: 40
1302026-05-05T16:12:38.423Z new: 41
1312026-05-05T16:12:38.427Z+ header 'check style'
1322026-05-05T16:12:38.427Z+ echo '# ==== check style ==== #'
1332026-05-05T16:12:38.427Z# ==== check style ==== #
1342026-05-05T16:12:38.427Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1352026-05-05T16:12:38.503Z
1362026-05-05T16:12:38.503Zreal 0.076333313
1372026-05-05T16:12:38.503Zuser 0.044898124
1382026-05-05T16:12:38.503Zsys 0.028500556
1392026-05-05T16:12:38.503Ztrap 0.000009237
1402026-05-05T16:12:38.503Ztflt 0.000009768
1412026-05-05T16:12:38.503Zdflt 0.000046886
1422026-05-05T16:12:38.503Zkflt 0.000000000
1432026-05-05T16:12:38.507Zlock 0.031762871
1442026-05-05T16:12:38.507Zslp 0.056914109
1452026-05-05T16:12:38.507Zlat 0.000717502
1462026-05-05T16:12:38.507Zstop 0.000088497
1472026-05-05T16:12:38.507Z+ header 'analyze std'
1482026-05-05T16:12:38.507Z+ echo '# ==== analyze std ==== #'
1492026-05-05T16:12:38.507Z# ==== analyze std ==== #
1502026-05-05T16:12:38.507Z+ ptime -m cargo clippy --all-targets
1512026-05-05T16:12:38.636Z Updating crates.io index
1522026-05-05T16:12:38.671Z Updating git repository `https://github.com/oxidecomputer/falcon`
1532026-05-05T16:12:39.748Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1542026-05-05T16:12:40.330Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1552026-05-05T16:12:40.868Z Updating git repository `https://github.com/oxidecomputer/zone`
1562026-05-05T16:12:41.195Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1572026-05-05T16:12:41.651Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1582026-05-05T16:12:41.991Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1592026-05-05T16:12:44.043Z Downloading crates ...
1602026-05-05T16:12:44.087Z Downloaded defmt-macros v1.0.1
1612026-05-05T16:12:44.097Z Downloaded either v1.15.0
1622026-05-05T16:12:44.104Z Downloaded aho-corasick v1.1.4
1632026-05-05T16:12:44.109Z Downloaded proc-macro-error-attr2 v2.0.0
1642026-05-05T16:12:44.113Z Downloaded managed v0.8.0
1652026-05-05T16:12:44.113Z Downloaded cobs v0.3.0
1662026-05-05T16:12:44.116Z Downloaded defmt v0.3.100
1672026-05-05T16:12:44.116Z Downloaded proc-macro2 v1.0.106
1682026-05-05T16:12:44.120Z Downloaded thiserror-impl v2.0.18
1692026-05-05T16:12:44.123Z Downloaded fnv v1.0.7
1702026-05-05T16:12:44.126Z Downloaded proc-macro-error2 v2.0.1
1712026-05-05T16:12:44.126Z Downloaded embedded-io v0.6.1
1722026-05-05T16:12:44.130Z Downloaded bitflags v1.3.2
1732026-05-05T16:12:44.135Z Downloaded postcard v1.1.3
1742026-05-05T16:12:44.142Z Downloaded bitflags v2.11.1
1752026-05-05T16:12:44.153Z Downloaded byteorder v1.5.0
1762026-05-05T16:12:44.157Z Downloaded serde_core v1.0.228
1772026-05-05T16:12:44.161Z Downloaded macaddr v1.0.1
1782026-05-05T16:12:44.164Z Downloaded cfg-if v1.0.4
1792026-05-05T16:12:44.164Z Downloaded ident_case v1.0.1
1802026-05-05T16:12:44.168Z Downloaded darling_macro v0.21.3
1812026-05-05T16:12:44.171Z Downloaded stable_deref_trait v1.2.1
1822026-05-05T16:12:44.174Z Downloaded strsim v0.11.1
1832026-05-05T16:12:44.174Z Downloaded hash32 v0.3.1
1842026-05-05T16:12:44.178Z Downloaded ingot-types v0.1.2
1852026-05-05T16:12:44.182Z Downloaded embedded-io v0.4.0
1862026-05-05T16:12:44.186Z Downloaded defmt-parser v1.0.0
1872026-05-05T16:12:44.190Z Downloaded thiserror v2.0.18
1882026-05-05T16:12:44.193Z Downloaded unicode-ident v1.0.24
1892026-05-05T16:12:44.197Z Downloaded quote v1.0.45
1902026-05-05T16:12:44.197Z Downloaded ipnetwork v0.21.1
1912026-05-05T16:12:44.200Z Downloaded serde_derive v1.0.228
1922026-05-05T16:12:44.200Z Downloaded ingot v0.1.1
1932026-05-05T16:12:44.200Z Downloaded serde v1.0.228
1942026-05-05T16:12:44.204Z Downloaded defmt v1.0.1
1952026-05-05T16:12:44.204Z Downloaded darling v0.21.3
1962026-05-05T16:12:44.207Z Downloaded ingot-macros v0.1.1
1972026-05-05T16:12:44.231Z Downloaded itertools v0.14.0
1982026-05-05T16:12:44.235Z Downloaded darling_core v0.21.3
1992026-05-05T16:12:44.238Z Downloaded zerocopy-derive v0.8.48
2002026-05-05T16:12:44.242Z Downloaded heapless v0.8.0
2012026-05-05T16:12:44.245Z Downloaded memchr v2.8.0
2022026-05-05T16:12:44.249Z Downloaded regex v1.12.3
2032026-05-05T16:12:44.289Z Downloaded syn v2.0.117
2042026-05-05T16:12:44.305Z Downloaded zerocopy v0.8.48
2052026-05-05T16:12:44.316Z Downloaded smoltcp v0.11.0
2062026-05-05T16:12:44.322Z Downloaded regex-syntax v0.8.10
2072026-05-05T16:12:44.335Z Downloaded regex-automata v0.4.14
2082026-05-05T16:12:44.370Z Compiling proc-macro2 v1.0.106
2092026-05-05T16:12:44.370Z Compiling unicode-ident v1.0.24
2102026-05-05T16:12:44.370Z Compiling quote v1.0.45
2112026-05-05T16:12:44.373Z Compiling strsim v0.11.1
2122026-05-05T16:12:44.373Z Compiling ident_case v1.0.1
2132026-05-05T16:12:44.374Z Compiling fnv v1.0.7
2142026-05-05T16:12:44.374Z Compiling memchr v2.8.0
2152026-05-05T16:12:44.374Z Compiling serde_core v1.0.228
2162026-05-05T16:12:44.534Z Compiling regex-syntax v0.8.10
2172026-05-05T16:12:44.552Z Compiling serde v1.0.228
2182026-05-05T16:12:44.552Z Compiling zerocopy v0.8.48
2192026-05-05T16:12:44.725Z Compiling thiserror v2.0.18
2202026-05-05T16:12:44.798Z Compiling either v1.15.0
2212026-05-05T16:12:44.846Z Compiling aho-corasick v1.1.4
2222026-05-05T16:12:44.994Z Compiling itertools v0.14.0
2232026-05-05T16:12:45.001Z Compiling heapless v0.8.0
2242026-05-05T16:12:45.001Z Checking byteorder v1.5.0
2252026-05-05T16:12:45.150Z Checking hash32 v0.3.1
2262026-05-05T16:12:45.243Z Checking macaddr v1.0.1
2272026-05-05T16:12:45.256Z Compiling smoltcp v0.11.0
2282026-05-05T16:12:45.378Z Checking stable_deref_trait v1.2.1
2292026-05-05T16:12:45.441Z Checking bitflags v2.11.1
2302026-05-05T16:12:45.582Z Checking managed v0.8.0
2312026-05-05T16:12:45.629Z Compiling syn v2.0.117
2322026-05-05T16:12:45.670Z Checking cfg-if v1.0.4
2332026-05-05T16:12:45.727Z Checking bitflags v1.3.2
2342026-05-05T16:12:45.757Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2352026-05-05T16:12:45.787Z Checking ipnetwork v0.21.1
2362026-05-05T16:12:46.008Z Compiling regex-automata v0.4.14
2372026-05-05T16:12:47.465Z Compiling regex v1.12.3
2382026-05-05T16:12:47.784Z Compiling darling_core v0.21.3
2392026-05-05T16:12:48.146Z Compiling thiserror-impl v2.0.18
2402026-05-05T16:12:48.146Z Compiling serde_derive v1.0.228
2412026-05-05T16:12:48.146Z Compiling zerocopy-derive v0.8.48
2422026-05-05T16:12:49.126Z Checking cobs v0.3.0
2432026-05-05T16:12:49.155Z Compiling darling_macro v0.21.3
2442026-05-05T16:12:49.633Z Compiling darling v0.21.3
2452026-05-05T16:12:49.697Z Compiling ingot-macros v0.1.1
2462026-05-05T16:12:50.385Z Checking postcard v1.1.3
2472026-05-05T16:12:51.667Z Checking ingot-types v0.1.2
2482026-05-05T16:12:51.932Z Checking ingot v0.1.1
2492026-05-05T16:12:53.208Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2502026-05-05T16:12:54.190Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.63s
2512026-05-05T16:12:54.292Z
2522026-05-05T16:12:54.292Zreal 15.782313711
2532026-05-05T16:12:54.292Zuser 30.711000198
2542026-05-05T16:12:54.292Zsys 5.827246812
2552026-05-05T16:12:54.292Ztrap 0.013391175
2562026-05-05T16:12:54.292Ztflt 0.082874649
2572026-05-05T16:12:54.292Zdflt 0.207384250
2582026-05-05T16:12:54.292Zkflt 0.003740127
2592026-05-05T16:12:54.292Zlock 1:27.097119988
2602026-05-05T16:12:54.292Zslp 1:32.421319790
2612026-05-05T16:12:54.292Zlat 1.086470304
2622026-05-05T16:12:54.292Zstop 4.088501836
2632026-05-05T16:12:54.296Z+ header 'analyze no_std'
2642026-05-05T16:12:54.296Z+ echo '# ==== analyze no_std ==== #'
2652026-05-05T16:12:54.296Z# ==== analyze no_std ==== #
2662026-05-05T16:12:54.296Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2672026-05-05T16:12:54.396Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-05-05T16:12:54.602Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2692026-05-05T16:12:55.574Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2702026-05-05T16:12:55.597Z
2712026-05-05T16:12:55.601Zreal 1.300041920
2722026-05-05T16:12:55.601Zuser 1.865834281
2732026-05-05T16:12:55.601Zsys 0.259124058
2742026-05-05T16:12:55.601Ztrap 0.000177855
2752026-05-05T16:12:55.601Ztflt 0.000037162
2762026-05-05T16:12:55.601Zdflt 0.000056621
2772026-05-05T16:12:55.601Zkflt 0.000000000
2782026-05-05T16:12:55.601Zlock 4.275758897
2792026-05-05T16:12:55.601Zslp 5.232342199
2802026-05-05T16:12:55.601Zlat 0.002211255
2812026-05-05T16:12:55.601Zstop 0.041314759
2822026-05-05T16:12:55.601Z+ header test
2832026-05-05T16:12:55.601Z+ echo '# ==== test ==== #'
2842026-05-05T16:12:55.601Z+ ptime -m cargo test
2852026-05-05T16:12:55.601Z# ==== test ==== #
2862026-05-05T16:12:55.731Z Compiling serde_core v1.0.228
2872026-05-05T16:12:55.731Z Compiling byteorder v1.5.0
2882026-05-05T16:12:55.731Z Compiling stable_deref_trait v1.2.1
2892026-05-05T16:12:55.731Z Compiling bitflags v2.11.1
2902026-05-05T16:12:55.752Z Compiling thiserror v2.0.18
2912026-05-05T16:12:55.755Z Compiling zerocopy v0.8.48
2922026-05-05T16:12:55.756Z Compiling macaddr v1.0.1
2932026-05-05T16:12:55.759Z Compiling bitflags v1.3.2
2942026-05-05T16:12:55.804Z Compiling managed v0.8.0
2952026-05-05T16:12:55.808Z Compiling cfg-if v1.0.4
2962026-05-05T16:12:55.841Z Compiling cobs v0.3.0
2972026-05-05T16:12:55.859Z Compiling ipnetwork v0.21.1
2982026-05-05T16:12:55.911Z Compiling hash32 v0.3.1
2992026-05-05T16:12:55.988Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-05-05T16:12:56.011Z Compiling heapless v0.8.0
3012026-05-05T16:12:56.347Z Compiling smoltcp v0.11.0
3022026-05-05T16:12:57.252Z Compiling serde v1.0.228
3032026-05-05T16:12:57.676Z Compiling postcard v1.1.3
3042026-05-05T16:12:58.395Z Compiling ingot-types v0.1.2
3052026-05-05T16:12:58.668Z Compiling ingot v0.1.1
3062026-05-05T16:13:00.034Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3072026-05-05T16:13:01.727Z Finished `test` profile [optimized + debuginfo] target(s) in 6.12s
3082026-05-05T16:13:01.737Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
3092026-05-05T16:13:01.741Z
3102026-05-05T16:13:01.741Zrunning 25 tests
3112026-05-05T16:13:01.741Ztest dns::tests::test_domain_name ... ok
3122026-05-05T16:13:01.741Ztest encap::test::vni_round_trip ... ok
3132026-05-05T16:13:01.741Ztest ip::test::bad_prefix_len ... ok
3142026-05-05T16:13:01.741Ztest encap::test::bad_vni ... ok
3152026-05-05T16:13:01.741Ztest encap::test::good_vni ... ok
3162026-05-05T16:13:01.741Ztest ip::test::bad_cidr ... ok
3172026-05-05T16:13:01.741Ztest ip::test::dhcp_fqdn ... ok
3182026-05-05T16:13:01.741Ztest ip::test::good_cidr ... ok
3192026-05-05T16:13:01.741Ztest ip::test::ipv4_addr_bad ... ok
3202026-05-05T16:13:01.741Ztest ip::test::ipv4_addr_good ... ok
3212026-05-05T16:13:01.741Ztest ip::test::ipv4_mask ... ok
3222026-05-05T16:13:01.741Ztest ip::test::ipv6_cidr_is_member ... ok
3232026-05-05T16:13:01.741Ztest ip::test::ipv6_is_default ... ok
3242026-05-05T16:13:01.741Ztest ip::test::ipv6_mask ... ok
3252026-05-05T16:13:01.741Ztest ip::test::ipv6_prefix_len ... ok
3262026-05-05T16:13:01.741Ztest ip::test::test_ip_addr_from_str ... ok
3272026-05-05T16:13:01.741Ztest ip::test::test_ip_cidr_from_str ... ok
3282026-05-05T16:13:01.741Ztest ip::test::test_ipv4_multicast_mac ... ok
3292026-05-05T16:13:01.741Ztest ip::test::test_ipv6_from_const ... ok
3302026-05-05T16:13:01.741Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3312026-05-05T16:13:01.741Ztest ip::test::test_ipv6_from_eui64 ... ok
3322026-05-05T16:13:01.741Ztest ip::test::test_ipv6_is_multicast ... ok
3332026-05-05T16:13:01.741Ztest ip::test::test_ipv6_multicast_mac ... ok
3342026-05-05T16:13:01.741Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3352026-05-05T16:13:01.742Ztest ip::test::test_multicast_underlay_serde ... ok
3362026-05-05T16:13:01.742Z
3372026-05-05T16:13:01.742Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3382026-05-05T16:13:01.742Z
3392026-05-05T16:13:01.742Z Doc-tests opte_api
3402026-05-05T16:13:02.332Z
3412026-05-05T16:13:02.332Zrunning 1 test
3422026-05-05T16:13:02.336Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3432026-05-05T16:13:02.336Z
3442026-05-05T16:13:02.336Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3452026-05-05T16:13:02.336Z
3462026-05-05T16:13:02.336Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3472026-05-05T16:13:02.354Z
3482026-05-05T16:13:02.354Zreal 6.747244665
3492026-05-05T16:13:02.354Zuser 17.436760038
3502026-05-05T16:13:02.354Zsys 2.032449996
3512026-05-05T16:13:02.354Ztrap 0.005037848
3522026-05-05T16:13:02.354Ztflt 0.078521226
3532026-05-05T16:13:02.355Zdflt 0.108922445
3542026-05-05T16:13:02.355Zkflt 0.000001739
3552026-05-05T16:13:02.355Zlock 54.177522654
3562026-05-05T16:13:02.355Zslp 31.994795859
3572026-05-05T16:13:02.355Zlat 0.591624357
3582026-05-05T16:13:02.355Zstop 0.601350961
3592026-05-05T16:13:02.359Zprocess exited: duration 38170 ms, exit code 0
 
3602026-05-05T16:13:02.366Zfound 0 output files