01KQHNPV91KYJ2CJQ9QHAJ96JN: opte-api

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

Buildomat Job: 01KQHNQ7951WB2XY6PB8JJTDJ1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T11:46:12.458Zjob assigned to worker 01KQHNQB1TPCX3D23C3DMBYJYG [factory aws, i-001b5df09fb0913b2] (queued for 47 s)
 
22026-05-01T11:46:18.956Zstarting task 0: "setup"
32026-05-01T11:46:18.961Z++ uname -s
42026-05-01T11:46:18.964Z+ kern=SunOS
52026-05-01T11:46:18.964Z+ build_user=build
62026-05-01T11:46:18.964Z+ build_uid=12345
72026-05-01T11:46:18.964Z+ work_dir=/work
82026-05-01T11:46:18.964Z+ input_dir=/input
92026-05-01T11:46:18.964Z+ [[ 0 == 12345 ]]
102026-05-01T11:46:18.964Z+ case "$kern" in
112026-05-01T11:46:18.965Z+ groupadd -g 12345 build
122026-05-01T11:46:18.968Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T11:46:20.973Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T11:46:21.093Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T11:46:21.096Z+ home_fs=zfs
162026-05-01T11:46:21.096Z+ [[ zfs == autofs ]]
172026-05-01T11:46:21.096Z+ mkdir -p /home/build
182026-05-01T11:46:21.096Z+ chown build:build /home/build /work
192026-05-01T11:46:22.097Z+ chmod 0700 /home/build /work
202026-05-01T11:46:22.100Zprocess exited: duration 3142 ms, exit code 0
 
212026-05-01T11:46:22.106Zstarting task 1: "rust-toolchain"
222026-05-01T11:46:22.110Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-01T11:46:22.110Z * rust toolchain channel = "1.94.1"
242026-05-01T11:46:22.110Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-01T11:46:22.110Z * rust toolchain profile = "default"
262026-05-01T11:46:22.113Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T11:46:22.113Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T11:46:22.113Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T11:46:22.113Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-01T11:46:22.215Zinfo: downloading installer
312026-05-01T11:46:23.504Zwarn: It looks like you have an existing rustup settings file at:
322026-05-01T11:46:23.504Zwarn: /home/build/.rustup/settings.toml
332026-05-01T11:46:23.504Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-01T11:46:23.504Zwarn: instead of the one inferred from the default host triple.
352026-05-01T11:46:23.517Zinfo: profile set to default
362026-05-01T11:46:23.517Zinfo: default host triple is x86_64-unknown-illumos
372026-05-01T11:46:23.520Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-01T11:46:23.658Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-01T11:46:23.662Zinfo: downloading 6 components
402026-05-01T11:46:39.707Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-01T11:46:39.707Z
422026-05-01T11:46:39.742Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-01T11:46:39.742Z
442026-05-01T11:46:39.745Z
452026-05-01T11:46:39.745ZRust is installed now. Great!
462026-05-01T11:46:39.745Z
472026-05-01T11:46:39.745ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-01T11:46:39.746Zenvironment variable. This has not been done automatically.
492026-05-01T11:46:39.746Z
502026-05-01T11:46:39.746ZTo configure your current shell, you need to source
512026-05-01T11:46:39.746Zthe corresponding env file under $HOME/.cargo.
522026-05-01T11:46:39.746Z
532026-05-01T11:46:39.746ZThis is usually done by running one of the following (note the leading DOT):
542026-05-01T11:46:39.746Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-01T11:46:39.746Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-01T11:46:39.746Zsource "~/.cargo/env.nu" # For nushell
572026-05-01T11:46:39.746Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-01T11:46:39.746Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-01T11:46:39.746Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-01T11:46:39.746Zwarn: no default linker (`cc`) was found in your PATH
612026-05-01T11:46:39.746Zwarn: many Rust crates require a system C toolchain to build
622026-05-01T11:46:39.829Z+ rustup --version
632026-05-01T11:46:39.837Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-01T11:46:39.841Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-01T11:46:39.860Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-01T11:46:39.863Z+ cargo --version
672026-05-01T11:46:39.875Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-01T11:46:39.878Z+ rustc --version
692026-05-01T11:46:39.896Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-01T11:46:39.899Zprocess exited: duration 17790 ms, exit code 0
 
712026-05-01T11:46:39.906Zstarting task 2: "authentication"
722026-05-01T11:46:39.922Zprocess exited: duration 16 ms, exit code 0
 
732026-05-01T11:46:39.928Zstarting task 3: "clone repository"
742026-05-01T11:46:39.932Z+ mkdir -p /work/oxidecomputer/opte
752026-05-01T11:46:39.935Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-01T11:46:39.964ZCloning into '/work/oxidecomputer/opte'...
772026-05-01T11:46:40.722Z+ cd /work/oxidecomputer/opte
782026-05-01T11:46:40.722Z+ git fetch origin 4583506ff42244759da4024be62185e7da2eba1a
792026-05-01T11:46:40.943ZFrom https://github.com/oxidecomputer/opte
802026-05-01T11:46:40.943Z * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD
812026-05-01T11:46:40.949Z+ [[ -n helios3 ]]
822026-05-01T11:46:40.954Z++ git branch --show-current
832026-05-01T11:46:40.954Z+ current=master
842026-05-01T11:46:40.954Z+ [[ master != helios3 ]]
852026-05-01T11:46:40.954Z+ git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a
862026-05-01T11:46:40.954Z+ git checkout -f helios3
872026-05-01T11:46:40.970ZSwitched to branch 'helios3'
882026-05-01T11:46:40.973Z+ git reset --hard 4583506ff42244759da4024be62185e7da2eba1a
892026-05-01T11:46:40.987ZHEAD is now at 4583506 Switch to helios3; include helios version in package FMRI
902026-05-01T11:46:40.990Zprocess exited: duration 1058 ms, exit code 0
 
912026-05-01T11:46:40.996Zstarting task 4: "build"
922026-05-01T11:46:40.999Z+ source .github/buildomat/common.sh
932026-05-01T11:46:41.003Z++ rustup show active-toolchain
942026-05-01T11:46:41.006Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-01T11:46:41.006Z++ pushd xde
962026-05-01T11:46:41.006Z++ rustup show active-toolchain
972026-05-01T11:46:41.006Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-01T11:46:41.010Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-01T11:46:41.161Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-01T11:46:41.164Zinfo: downloading 6 components
1012026-05-01T11:46:55.019Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-01T11:46:55.115Z+++ rustup show active-toolchain -v
1032026-05-01T11:46:55.118Z+++ head -n 1
1042026-05-01T11:46:55.118Z+++ cut '-d ' -f1
1052026-05-01T11:46:55.169Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-01T11:46:55.169Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-01T11:46:55.169Z++ popd
1082026-05-01T11:46:55.172Z/work/oxidecomputer/opte
1092026-05-01T11:46:55.172Z+ cargo --version
1102026-05-01T11:46:55.178Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-01T11:46:55.181Z+ rustc --version
1122026-05-01T11:46:55.201Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-01T11:46:55.204Z+ cd crates/opte-api
1142026-05-01T11:46:55.204Z+ header 'check API_VERSION'
1152026-05-01T11:46:55.204Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-01T11:46:55.204Z# ==== check API_VERSION ==== #
1172026-05-01T11:46:55.205Z+ ./check-api-version.sh
1182026-05-01T11:46:55.211Z+ header 'check style'
1192026-05-01T11:46:55.214Z+ echo '# ==== check style ==== #'
1202026-05-01T11:46:55.214Z# ==== check style ==== #
1212026-05-01T11:46:55.214Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-01T11:46:55.292Z
1232026-05-01T11:46:55.292Zreal 0.078810975
1242026-05-01T11:46:55.295Zuser 0.045418583
1252026-05-01T11:46:55.295Zsys 0.030351231
1262026-05-01T11:46:55.295Ztrap 0.000007518
1272026-05-01T11:46:55.295Ztflt 0.000047291
1282026-05-01T11:46:55.295Zdflt 0.000047683
1292026-05-01T11:46:55.295Zkflt 0.000000000
1302026-05-01T11:46:55.295Zlock 0.032663868
1312026-05-01T11:46:55.295Zslp 0.058044615
1322026-05-01T11:46:55.295Zlat 0.000885534
1332026-05-01T11:46:55.295Zstop 0.000087855
1342026-05-01T11:46:55.295Z+ header 'analyze std'
1352026-05-01T11:46:55.295Z+ echo '# ==== analyze std ==== #'
1362026-05-01T11:46:55.295Z# ==== analyze std ==== #
1372026-05-01T11:46:55.295Z+ ptime -m cargo clippy --all-targets
1382026-05-01T11:46:55.429Z Updating crates.io index
1392026-05-01T11:46:55.464Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-01T11:46:56.438Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-01T11:46:56.859Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-01T11:46:57.194Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-01T11:46:57.635Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-01T11:46:57.858Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-01T11:46:58.086Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-01T11:47:00.305Z Downloading crates ...
1472026-05-01T11:47:00.361Z Downloaded postcard v1.1.3
1482026-05-01T11:47:00.366Z Downloaded proc-macro2 v1.0.106
1492026-05-01T11:47:00.373Z Downloaded defmt-parser v1.0.0
1502026-05-01T11:47:00.376Z Downloaded defmt v0.3.100
1512026-05-01T11:47:00.379Z Downloaded cobs v0.3.0
1522026-05-01T11:47:00.382Z Downloaded ident_case v1.0.1
1532026-05-01T11:47:00.382Z Downloaded hash32 v0.3.1
1542026-05-01T11:47:00.385Z Downloaded managed v0.8.0
1552026-05-01T11:47:00.388Z Downloaded embedded-io v0.4.0
1562026-05-01T11:47:00.388Z Downloaded fnv v1.0.7
1572026-05-01T11:47:00.391Z Downloaded proc-macro-error-attr2 v2.0.0
1582026-05-01T11:47:00.391Z Downloaded embedded-io v0.6.1
1592026-05-01T11:47:00.394Z Downloaded strsim v0.11.1
1602026-05-01T11:47:00.394Z Downloaded darling_macro v0.21.3
1612026-05-01T11:47:00.394Z Downloaded cfg-if v1.0.4
1622026-05-01T11:47:00.397Z Downloaded macaddr v1.0.1
1632026-05-01T11:47:00.417Z Downloaded stable_deref_trait v1.2.1
1642026-05-01T11:47:00.420Z Downloaded bitflags v1.3.2
1652026-05-01T11:47:00.420Z Downloaded ingot-types v0.1.2
1662026-05-01T11:47:00.423Z Downloaded ingot v0.1.1
1672026-05-01T11:47:00.426Z Downloaded byteorder v1.5.0
1682026-05-01T11:47:00.426Z Downloaded thiserror-impl v2.0.18
1692026-05-01T11:47:00.426Z Downloaded defmt-macros v1.0.1
1702026-05-01T11:47:00.431Z Downloaded ipnetwork v0.21.1
1712026-05-01T11:47:00.434Z Downloaded proc-macro-error2 v2.0.1
1722026-05-01T11:47:00.439Z Downloaded defmt v1.0.1
1732026-05-01T11:47:00.442Z Downloaded thiserror v2.0.18
1742026-05-01T11:47:00.448Z Downloaded quote v1.0.45
1752026-05-01T11:47:00.451Z Downloaded either v1.15.0
1762026-05-01T11:47:00.451Z Downloaded ingot-macros v0.1.1
1772026-05-01T11:47:00.451Z Downloaded darling v0.21.3
1782026-05-01T11:47:00.457Z Downloaded bitflags v2.11.1
1792026-05-01T11:47:00.473Z Downloaded unicode-ident v1.0.24
1802026-05-01T11:47:00.488Z Downloaded heapless v0.8.0
1812026-05-01T11:47:00.495Z Downloaded memchr v2.8.0
1822026-05-01T11:47:00.498Z Downloaded serde_core v1.0.228
1832026-05-01T11:47:00.501Z Downloaded darling_core v0.21.3
1842026-05-01T11:47:00.504Z Downloaded serde_derive v1.0.228
1852026-05-01T11:47:00.516Z Downloaded zerocopy-derive v0.8.48
1862026-05-01T11:47:00.526Z Downloaded serde v1.0.228
1872026-05-01T11:47:01.569Z Downloaded regex v1.12.3
1882026-05-01T11:47:01.572Z Downloaded aho-corasick v1.1.4
1892026-05-01T11:47:01.572Z Downloaded itertools v0.14.0
1902026-05-01T11:47:01.572Z Downloaded zerocopy v0.8.48
1912026-05-01T11:47:01.572Z Downloaded syn v2.0.117
1922026-05-01T11:47:01.572Z Downloaded smoltcp v0.11.0
1932026-05-01T11:47:01.572Z Downloaded regex-syntax v0.8.10
1942026-05-01T11:47:01.572Z Downloaded regex-automata v0.4.14
1952026-05-01T11:47:01.572Z Compiling proc-macro2 v1.0.106
1962026-05-01T11:47:01.572Z Compiling quote v1.0.45
1972026-05-01T11:47:01.572Z Compiling unicode-ident v1.0.24
1982026-05-01T11:47:01.573Z Compiling fnv v1.0.7
1992026-05-01T11:47:01.573Z Compiling memchr v2.8.0
2002026-05-01T11:47:01.573Z Compiling strsim v0.11.1
2012026-05-01T11:47:01.573Z Compiling ident_case v1.0.1
2022026-05-01T11:47:01.573Z Compiling regex-syntax v0.8.10
2032026-05-01T11:47:01.573Z Compiling serde_core v1.0.228
2042026-05-01T11:47:01.573Z Compiling thiserror v2.0.18
2052026-05-01T11:47:01.573Z Compiling serde v1.0.228
2062026-05-01T11:47:01.573Z Compiling zerocopy v0.8.48
2072026-05-01T11:47:01.573Z Compiling either v1.15.0
2082026-05-01T11:47:01.573Z Compiling aho-corasick v1.1.4
2092026-05-01T11:47:01.573Z Compiling itertools v0.14.0
2102026-05-01T11:47:01.573Z Checking byteorder v1.5.0
2112026-05-01T11:47:01.573Z Compiling heapless v0.8.0
2122026-05-01T11:47:01.573Z Checking macaddr v1.0.1
2132026-05-01T11:47:01.573Z Checking hash32 v0.3.1
2142026-05-01T11:47:01.584Z Checking bitflags v2.11.1
2152026-05-01T11:47:01.599Z Checking stable_deref_trait v1.2.1
2162026-05-01T11:47:01.668Z Compiling smoltcp v0.11.0
2172026-05-01T11:47:01.730Z Checking bitflags v1.3.2
2182026-05-01T11:47:01.954Z Compiling syn v2.0.117
2192026-05-01T11:47:01.996Z Checking cfg-if v1.0.4
2202026-05-01T11:47:02.027Z Checking managed v0.8.0
2212026-05-01T11:47:02.050Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-01T11:47:02.170Z Compiling regex-automata v0.4.14
2232026-05-01T11:47:02.306Z Checking ipnetwork v0.21.1
2242026-05-01T11:47:03.650Z Compiling regex v1.12.3
2252026-05-01T11:47:04.150Z Compiling darling_core v0.21.3
2262026-05-01T11:47:04.481Z Compiling zerocopy-derive v0.8.48
2272026-05-01T11:47:04.481Z Compiling thiserror-impl v2.0.18
2282026-05-01T11:47:04.485Z Compiling serde_derive v1.0.228
2292026-05-01T11:47:05.433Z Checking cobs v0.3.0
2302026-05-01T11:47:05.485Z Compiling darling_macro v0.21.3
2312026-05-01T11:47:05.958Z Compiling darling v0.21.3
2322026-05-01T11:47:06.021Z Compiling ingot-macros v0.1.1
2332026-05-01T11:47:06.688Z Checking postcard v1.1.3
2342026-05-01T11:47:07.967Z Checking ingot-types v0.1.2
2352026-05-01T11:47:08.235Z Checking ingot v0.1.1
2362026-05-01T11:47:09.508Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-01T11:47:10.480Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.13s
2382026-05-01T11:47:10.583Z
2392026-05-01T11:47:10.584Zreal 15.284854330
2402026-05-01T11:47:10.584Zuser 30.652961553
2412026-05-01T11:47:10.584Zsys 5.819752215
2422026-05-01T11:47:10.584Ztrap 0.011218276
2432026-05-01T11:47:10.584Ztflt 0.067545915
2442026-05-01T11:47:10.584Zdflt 0.162649051
2452026-05-01T11:47:10.584Zkflt 0.002790382
2462026-05-01T11:47:10.584Zlock 1:27.961533797
2472026-05-01T11:47:10.587Zslp 1:31.948617597
2482026-05-01T11:47:10.587Zlat 0.941780098
2492026-05-01T11:47:10.587Zstop 4.024221540
2502026-05-01T11:47:10.587Z+ header 'analyze no_std'
2512026-05-01T11:47:10.587Z+ echo '# ==== analyze no_std ==== #'
2522026-05-01T11:47:10.587Z# ==== analyze no_std ==== #
2532026-05-01T11:47:10.587Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-01T11:47:10.688Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-01T11:47:10.893Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-01T11:47:11.860Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2572026-05-01T11:47:11.882Z
2582026-05-01T11:47:11.882Zreal 1.293037009
2592026-05-01T11:47:11.882Zuser 1.855403582
2602026-05-01T11:47:11.882Zsys 0.253953459
2612026-05-01T11:47:11.882Ztrap 0.000162012
2622026-05-01T11:47:11.882Ztflt 0.000074717
2632026-05-01T11:47:11.886Zdflt 0.000080398
2642026-05-01T11:47:11.886Zkflt 0.000000000
2652026-05-01T11:47:11.886Zlock 4.247479094
2662026-05-01T11:47:11.886Zslp 5.198800432
2672026-05-01T11:47:11.886Zlat 0.001832883
2682026-05-01T11:47:11.886Zstop 0.041425619
2692026-05-01T11:47:11.886Z+ header test
2702026-05-01T11:47:11.887Z+ echo '# ==== test ==== #'
2712026-05-01T11:47:11.887Z# ==== test ==== #
2722026-05-01T11:47:11.887Z+ ptime -m cargo test
2732026-05-01T11:47:12.011Z Compiling serde_core v1.0.228
2742026-05-01T11:47:12.011Z Compiling byteorder v1.5.0
2752026-05-01T11:47:12.011Z Compiling stable_deref_trait v1.2.1
2762026-05-01T11:47:12.011Z Compiling bitflags v2.11.1
2772026-05-01T11:47:12.011Z Compiling macaddr v1.0.1
2782026-05-01T11:47:12.014Z Compiling thiserror v2.0.18
2792026-05-01T11:47:12.035Z Compiling zerocopy v0.8.48
2802026-05-01T11:47:12.041Z Compiling cfg-if v1.0.4
2812026-05-01T11:47:12.086Z Compiling managed v0.8.0
2822026-05-01T11:47:12.086Z Compiling bitflags v1.3.2
2832026-05-01T11:47:12.121Z Compiling cobs v0.3.0
2842026-05-01T11:47:12.143Z Compiling ipnetwork v0.21.1
2852026-05-01T11:47:12.190Z Compiling hash32 v0.3.1
2862026-05-01T11:47:12.267Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-05-01T11:47:12.295Z Compiling heapless v0.8.0
2882026-05-01T11:47:12.642Z Compiling smoltcp v0.11.0
2892026-05-01T11:47:13.535Z Compiling serde v1.0.228
2902026-05-01T11:47:13.924Z Compiling postcard v1.1.3
2912026-05-01T11:47:14.651Z Compiling ingot-types v0.1.2
2922026-05-01T11:47:14.924Z Compiling ingot v0.1.1
2932026-05-01T11:47:16.264Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-01T11:47:17.942Z Finished `test` profile [optimized + debuginfo] target(s) in 6.05s
2952026-05-01T11:47:17.951Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
2962026-05-01T11:47:17.955Z
2972026-05-01T11:47:17.955Zrunning 25 tests
2982026-05-01T11:47:17.955Ztest encap::test::good_vni ... ok
2992026-05-01T11:47:17.955Ztest ip::test::bad_cidr ... ok
3002026-05-01T11:47:17.955Ztest encap::test::bad_vni ... ok
3012026-05-01T11:47:17.955Ztest dns::tests::test_domain_name ... ok
3022026-05-01T11:47:17.955Ztest encap::test::vni_round_trip ... ok
3032026-05-01T11:47:17.955Ztest ip::test::bad_prefix_len ... ok
3042026-05-01T11:47:17.955Ztest ip::test::good_cidr ... ok
3052026-05-01T11:47:17.955Ztest ip::test::dhcp_fqdn ... ok
3062026-05-01T11:47:17.955Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-01T11:47:17.955Ztest ip::test::ipv4_addr_good ... ok
3082026-05-01T11:47:17.955Ztest ip::test::ipv4_mask ... ok
3092026-05-01T11:47:17.955Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-01T11:47:17.955Ztest ip::test::ipv6_mask ... ok
3112026-05-01T11:47:17.955Ztest ip::test::ipv6_is_default ... ok
3122026-05-01T11:47:17.955Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-01T11:47:17.955Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-05-01T11:47:17.955Ztest ip::test::test_ipv4_multicast_mac ... ok
3152026-05-01T11:47:17.955Ztest ip::test::test_ip_addr_from_str ... ok
3162026-05-01T11:47:17.955Ztest ip::test::test_ipv6_from_const ... ok
3172026-05-01T11:47:17.955Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3182026-05-01T11:47:17.955Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-01T11:47:17.955Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-01T11:47:17.955Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-01T11:47:17.955Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-01T11:47:17.955Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-01T11:47:17.956Z
3242026-05-01T11:47:17.956Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-01T11:47:17.956Z
3262026-05-01T11:47:17.956Z Doc-tests opte_api
3272026-05-01T11:47:18.552Z
3282026-05-01T11:47:18.552Zrunning 1 test
3292026-05-01T11:47:18.555Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-01T11:47:18.555Z
3312026-05-01T11:47:18.555Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-01T11:47:18.555Z
3332026-05-01T11:47:18.555Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3342026-05-01T11:47:18.575Z
3352026-05-01T11:47:18.575Zreal 6.684326073
3362026-05-01T11:47:18.575Zuser 17.360060099
3372026-05-01T11:47:18.575Zsys 2.011958087
3382026-05-01T11:47:18.579Ztrap 0.004575288
3392026-05-01T11:47:18.579Ztflt 0.084457503
3402026-05-01T11:47:18.579Zdflt 0.140248978
3412026-05-01T11:47:18.579Zkflt 0.000002179
3422026-05-01T11:47:18.579Zlock 53.860165920
3432026-05-01T11:47:18.579Zslp 31.361449632
3442026-05-01T11:47:18.579Zlat 0.980968917
3452026-05-01T11:47:18.579Zstop 0.725354159
3462026-05-01T11:47:18.579Zprocess exited: duration 37576 ms, exit code 0
 
3472026-05-01T11:47:18.585Zfound 0 output files