01KXW9W548XNP9CPZQJMNM6V8H: opte-api

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

Buildomat Job: 01KXW9WPBA2SVFMEAEJ33JMCVC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-19T04:25:27.434Zjob assigned to worker 01KXW9WSY2Q235S7ZAG3DYCKE9 [factory aws, i-036303f9305323885] (queued for 56 s)
 
22026-07-19T04:25:33.454Zstarting task 0: "setup"
32026-07-19T04:25:33.460Z++ uname -s
42026-07-19T04:25:33.466Z+ kern=SunOS
52026-07-19T04:25:33.466Z+ build_user=build
62026-07-19T04:25:33.466Z+ build_uid=12345
72026-07-19T04:25:33.466Z+ work_dir=/work
82026-07-19T04:25:33.466Z+ input_dir=/input
92026-07-19T04:25:33.467Z+ [[ 0 == 12345 ]]
102026-07-19T04:25:33.467Z+ case "$kern" in
112026-07-19T04:25:33.467Z+ groupadd -g 12345 build
122026-07-19T04:25:33.467Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-19T04:25:35.469Z+ zfs create -o mountpoint=/work rpool/work
142026-07-19T04:25:35.571Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-19T04:25:35.577Z+ home_fs=zfs
162026-07-19T04:25:35.577Z+ [[ zfs == autofs ]]
172026-07-19T04:25:35.577Z+ mkdir -p /home/build
182026-07-19T04:25:35.577Z+ chown build:build /home/build /work
192026-07-19T04:25:37.575Z+ chmod 0700 /home/build /work
202026-07-19T04:25:37.579Zprocess exited: duration 4123 ms, exit code 0
 
212026-07-19T04:25:37.586Zstarting task 1: "rust-toolchain"
222026-07-19T04:25:37.590Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-19T04:25:37.590Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-19T04:25:37.590Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-19T04:25:37.590Z * rust toolchain channel = "1.97.1"
262026-07-19T04:25:37.590Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-19T04:25:37.590Z * rust toolchain profile = "default"
282026-07-19T04:25:37.594Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-19T04:25:37.594Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-19T04:25:37.694Zinfo: downloading installer
312026-07-19T04:25:39.204Zwarn: It looks like you have an existing rustup settings file at:
322026-07-19T04:25:39.204Zwarn: /home/build/.rustup/settings.toml
332026-07-19T04:25:39.204Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-19T04:25:39.204Zwarn: instead of the one inferred from the default host triple.
352026-07-19T04:25:39.215Zinfo: profile set to default
362026-07-19T04:25:39.215Zinfo: default host triple is x86_64-unknown-illumos
372026-07-19T04:25:39.218Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-19T04:25:39.360Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-19T04:25:39.364Zinfo: downloading 6 components
402026-07-19T04:25:53.889Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-19T04:25:53.889Z
422026-07-19T04:25:53.915Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-19T04:25:53.915Z
442026-07-19T04:25:53.915Z
452026-07-19T04:25:53.915ZRust is installed now. Great!
462026-07-19T04:25:53.915Z
472026-07-19T04:25:53.919ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-19T04:25:53.919Zenvironment variable. This has not been done automatically.
492026-07-19T04:25:53.919Z
502026-07-19T04:25:53.919ZTo configure your current shell, you need to source
512026-07-19T04:25:53.919Zthe corresponding env file under $HOME/.cargo.
522026-07-19T04:25:53.919Z
532026-07-19T04:25:53.919ZThis is usually done by running one of the following (note the leading DOT):
542026-07-19T04:25:53.919Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-19T04:25:53.919Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-19T04:25:53.919Zsource "~/.cargo/env.nu" # For nushell
572026-07-19T04:25:53.919Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-19T04:25:53.919Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-19T04:25:53.919Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-19T04:25:53.919Zwarn: no default linker (`cc`) was found in your PATH
612026-07-19T04:25:53.919Zwarn: many Rust crates require a system C toolchain to build
622026-07-19T04:25:54.021Z+ rustup --version
632026-07-19T04:25:54.030Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-19T04:25:54.034Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-19T04:25:54.051Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-19T04:25:54.054Z+ cargo --version
672026-07-19T04:25:54.069Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-19T04:25:54.072Z+ rustc --version
692026-07-19T04:25:54.091Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-19T04:25:54.095Zprocess exited: duration 16507 ms, exit code 0
 
712026-07-19T04:25:54.101Zstarting task 2: "authentication"
722026-07-19T04:25:54.118Zprocess exited: duration 16 ms, exit code 0
 
732026-07-19T04:25:54.125Zstarting task 3: "clone repository"
742026-07-19T04:25:54.129Z+ mkdir -p /work/oxidecomputer/opte
752026-07-19T04:25:54.132Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-19T04:25:54.161ZCloning into '/work/oxidecomputer/opte'...
772026-07-19T04:25:55.014Z+ cd /work/oxidecomputer/opte
782026-07-19T04:25:55.015Z+ git fetch origin afff174ebc75a1e4e91b98f8683877a8d77b728f
792026-07-19T04:25:55.220ZFrom https://github.com/oxidecomputer/opte
802026-07-19T04:25:55.221Z * branch afff174ebc75a1e4e91b98f8683877a8d77b728f -> FETCH_HEAD
812026-07-19T04:25:55.228Z+ [[ -n renovate/rust-1.x ]]
822026-07-19T04:25:55.232Z++ git branch --show-current
832026-07-19T04:25:55.232Z+ current=master
842026-07-19T04:25:55.232Z+ [[ master != renovate/rust-1.x ]]
852026-07-19T04:25:55.232Z+ git branch -f renovate/rust-1.x afff174ebc75a1e4e91b98f8683877a8d77b728f
862026-07-19T04:25:55.236Z+ git checkout -f renovate/rust-1.x
872026-07-19T04:25:55.251ZSwitched to branch 'renovate/rust-1.x'
882026-07-19T04:25:55.255Z+ git reset --hard afff174ebc75a1e4e91b98f8683877a8d77b728f
892026-07-19T04:25:55.267ZHEAD is now at afff174 Update dependency rust
902026-07-19T04:25:55.271Zprocess exited: duration 1142 ms, exit code 0
 
912026-07-19T04:25:55.279Zstarting task 4: "build"
922026-07-19T04:25:55.284Z+ source .github/buildomat/common.sh
932026-07-19T04:25:55.284Z++ rustup show active-toolchain
942026-07-19T04:25:55.288Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-19T04:25:55.291Z++ pushd xde
962026-07-19T04:25:55.291Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-19T04:25:55.291Z++ rustup show active-toolchain
982026-07-19T04:25:55.295Zinfo: syncing channel updates for nightly-2026-07-19-x86_64-unknown-illumos
992026-07-19T04:25:55.453Zinfo: latest update on 2026-07-19 for version 1.99.0-nightly (eff8269f7 2026-07-18)
1002026-07-19T04:25:55.457Zinfo: downloading 6 components
1012026-07-19T04:26:09.439Znightly-2026-07-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-19T04:26:09.524Z+++ rustup show active-toolchain -v
1032026-07-19T04:26:09.528Z+++ head -n 1
1042026-07-19T04:26:09.528Z+++ cut '-d ' -f1
1052026-07-19T04:26:09.579Z++ export NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1062026-07-19T04:26:09.579Z++ NIGHTLY=nightly-2026-07-19-x86_64-unknown-illumos
1072026-07-19T04:26:09.579Z++ popd
1082026-07-19T04:26:09.583Z/work/oxidecomputer/opte
1092026-07-19T04:26:09.583Z+ cargo --version
1102026-07-19T04:26:09.589Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-19T04:26:09.592Z+ rustc --version
1122026-07-19T04:26:09.612Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-19T04:26:09.615Z+ cd crates/opte-api
1142026-07-19T04:26:09.615Z+ header 'check API_VERSION'
1152026-07-19T04:26:09.615Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-19T04:26:09.615Z# ==== check API_VERSION ==== #
1172026-07-19T04:26:09.615Z+ ./check-api-version.sh
1182026-07-19T04:26:09.623Z+ header 'check style'
1192026-07-19T04:26:09.623Z# ==== check style ==== #
1202026-07-19T04:26:09.626Z+ echo '# ==== check style ==== #'
1212026-07-19T04:26:09.626Z+ ptime -m cargo +nightly-2026-07-19-x86_64-unknown-illumos fmt -- --check
1222026-07-19T04:26:09.703Z
1232026-07-19T04:26:09.703Zreal 0.077188658
1242026-07-19T04:26:09.704Zuser 0.044957908
1252026-07-19T04:26:09.704Zsys 0.029023202
1262026-07-19T04:26:09.704Ztrap 0.000015360
1272026-07-19T04:26:09.704Ztflt 0.000011160
1282026-07-19T04:26:09.704Zdflt 0.000020780
1292026-07-19T04:26:09.704Zkflt 0.000002470
1302026-07-19T04:26:09.704Zlock 0.031132392
1312026-07-19T04:26:09.704Zslp 0.057707786
1322026-07-19T04:26:09.704Zlat 0.000612750
1332026-07-19T04:26:09.704Zstop 0.000095400
1342026-07-19T04:26:09.708Z+ header 'analyze std'
1352026-07-19T04:26:09.708Z+ echo '# ==== analyze std ==== #'
1362026-07-19T04:26:09.708Z# ==== analyze std ==== #
1372026-07-19T04:26:09.708Z+ ptime -m cargo clippy --all-targets
1382026-07-19T04:26:09.842Z Updating crates.io index
1392026-07-19T04:26:09.845Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-19T04:26:10.798Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-19T04:26:11.076Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-19T04:26:11.485Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-19T04:26:11.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-19T04:26:11.881Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-19T04:26:12.151Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-19T04:26:13.972Z Downloading crates ...
1472026-07-19T04:26:14.015Z Downloaded cfg-if v1.0.4
1482026-07-19T04:26:14.021Z Downloaded byteorder v1.5.0
1492026-07-19T04:26:14.029Z Downloaded darling_macro v0.21.3
1502026-07-19T04:26:14.033Z Downloaded defmt v0.3.100
1512026-07-19T04:26:14.033Z Downloaded macaddr v1.0.1
1522026-07-19T04:26:14.040Z Downloaded hash32 v0.3.1
1532026-07-19T04:26:14.040Z Downloaded managed v0.8.0
1542026-07-19T04:26:14.043Z Downloaded stable_deref_trait v1.2.1
1552026-07-19T04:26:14.043Z Downloaded cobs v0.3.0
1562026-07-19T04:26:14.043Z Downloaded strsim v0.11.1
1572026-07-19T04:26:14.059Z Downloaded embedded-io v0.4.0
1582026-07-19T04:26:14.065Z Downloaded defmt-parser v1.0.0
1592026-07-19T04:26:14.065Z Downloaded fnv v1.0.7
1602026-07-19T04:26:14.065Z Downloaded ident_case v1.0.1
1612026-07-19T04:26:14.065Z Downloaded embedded-io v0.6.1
1622026-07-19T04:26:14.070Z Downloaded ingot v0.1.1
1632026-07-19T04:26:14.073Z Downloaded ingot-types v0.1.2
1642026-07-19T04:26:14.073Z Downloaded ipnetwork v0.21.1
1652026-07-19T04:26:14.074Z Downloaded thiserror v2.0.18
1662026-07-19T04:26:14.076Z Downloaded bitflags v1.3.2
1672026-07-19T04:26:14.087Z Downloaded defmt-macros v1.1.1
1682026-07-19T04:26:14.091Z Downloaded quote v1.0.46
1692026-07-19T04:26:14.098Z Downloaded either v1.16.0
1702026-07-19T04:26:14.101Z Downloaded thiserror-impl v2.0.18
1712026-07-19T04:26:14.101Z Downloaded darling v0.21.3
1722026-07-19T04:26:14.105Z Downloaded postcard v1.1.3
1732026-07-19T04:26:14.109Z Downloaded defmt v1.1.1
1742026-07-19T04:26:14.112Z Downloaded ingot-macros v0.1.1
1752026-07-19T04:26:14.116Z Downloaded aho-corasick v1.1.4
1762026-07-19T04:26:14.119Z Downloaded unicode-ident v1.0.24
1772026-07-19T04:26:14.123Z Downloaded proc-macro2 v1.0.106
1782026-07-19T04:26:14.126Z Downloaded bitflags v2.13.0
1792026-07-19T04:26:14.129Z Downloaded serde_core v1.0.228
1802026-07-19T04:26:14.134Z Downloaded serde_derive v1.0.228
1812026-07-19T04:26:14.144Z Downloaded heapless v0.8.0
1822026-07-19T04:26:14.150Z Downloaded serde v1.0.228
1832026-07-19T04:26:14.154Z Downloaded zerocopy-derive v0.8.52
1842026-07-19T04:26:14.158Z Downloaded darling_core v0.21.3
1852026-07-19T04:26:14.162Z Downloaded memchr v2.8.2
1862026-07-19T04:26:14.185Z Downloaded regex v1.12.4
1872026-07-19T04:26:14.188Z Downloaded itertools v0.14.0
1882026-07-19T04:26:14.233Z Downloaded syn v2.0.118
1892026-07-19T04:26:14.238Z Downloaded zerocopy v0.8.52
1902026-07-19T04:26:14.250Z Downloaded smoltcp v0.11.0
1912026-07-19T04:26:14.254Z Downloaded regex-syntax v0.8.11
1922026-07-19T04:26:14.258Z Downloaded regex-automata v0.4.14
1932026-07-19T04:26:14.293Z Compiling proc-macro2 v1.0.106
1942026-07-19T04:26:14.296Z Compiling quote v1.0.46
1952026-07-19T04:26:14.296Z Compiling unicode-ident v1.0.24
1962026-07-19T04:26:14.296Z Compiling ident_case v1.0.1
1972026-07-19T04:26:14.296Z Compiling memchr v2.8.2
1982026-07-19T04:26:14.296Z Compiling fnv v1.0.7
1992026-07-19T04:26:14.296Z Compiling strsim v0.11.1
2002026-07-19T04:26:14.296Z Compiling serde_core v1.0.228
2012026-07-19T04:26:14.461Z Compiling regex-syntax v0.8.11
2022026-07-19T04:26:14.478Z Compiling either v1.16.0
2032026-07-19T04:26:14.484Z Compiling thiserror v2.0.18
2042026-07-19T04:26:14.646Z Compiling serde v1.0.228
2052026-07-19T04:26:14.673Z Compiling zerocopy v0.8.52
2062026-07-19T04:26:14.739Z Compiling itertools v0.14.0
2072026-07-19T04:26:14.809Z Compiling aho-corasick v1.1.4
2082026-07-19T04:26:14.989Z Checking byteorder v1.5.0
2092026-07-19T04:26:15.085Z Compiling heapless v0.8.0
2102026-07-19T04:26:15.114Z Checking bitflags v2.13.0
2112026-07-19T04:26:15.138Z Checking hash32 v0.3.1
2122026-07-19T04:26:15.243Z Compiling smoltcp v0.11.0
2132026-07-19T04:26:15.259Z Checking stable_deref_trait v1.2.1
2142026-07-19T04:26:15.322Z Checking macaddr v1.0.1
2152026-07-19T04:26:15.567Z Checking bitflags v1.3.2
2162026-07-19T04:26:15.573Z Checking cfg-if v1.0.4
2172026-07-19T04:26:15.626Z Compiling syn v2.0.118
2182026-07-19T04:26:15.629Z Checking managed v0.8.0
2192026-07-19T04:26:15.695Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2202026-07-19T04:26:15.805Z Checking ipnetwork v0.21.1
2212026-07-19T04:26:15.889Z Compiling regex-automata v0.4.14
2222026-07-19T04:26:17.330Z Compiling regex v1.12.4
2232026-07-19T04:26:17.797Z Compiling darling_core v0.21.3
2242026-07-19T04:26:18.138Z Compiling zerocopy-derive v0.8.52
2252026-07-19T04:26:18.138Z Compiling serde_derive v1.0.228
2262026-07-19T04:26:18.141Z Compiling thiserror-impl v2.0.18
2272026-07-19T04:26:19.112Z Checking cobs v0.3.0
2282026-07-19T04:26:19.164Z Compiling darling_macro v0.21.3
2292026-07-19T04:26:19.684Z Compiling darling v0.21.3
2302026-07-19T04:26:19.747Z Compiling ingot-macros v0.1.1
2312026-07-19T04:26:20.366Z Checking postcard v1.1.3
2322026-07-19T04:26:21.671Z Checking ingot-types v0.1.2
2332026-07-19T04:26:21.937Z Checking ingot v0.1.1
2342026-07-19T04:26:23.236Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-19T04:26:24.234Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.48s
2362026-07-19T04:26:24.327Z
2372026-07-19T04:26:24.328Zreal 14.620478651
2382026-07-19T04:26:24.328Zuser 30.574042567
2392026-07-19T04:26:24.328Zsys 5.947638389
2402026-07-19T04:26:24.328Ztrap 0.012891405
2412026-07-19T04:26:24.328Ztflt 0.063786345
2422026-07-19T04:26:24.328Zdflt 0.273790351
2432026-07-19T04:26:24.328Zkflt 0.005913948
2442026-07-19T04:26:24.328Zlock 2:10.016500597
2452026-07-19T04:26:24.328Zslp 1:30.995926643
2462026-07-19T04:26:24.328Zlat 0.998354449
2472026-07-19T04:26:24.328Zstop 5.844194759
2482026-07-19T04:26:24.331Z+ header 'analyze no_std'
2492026-07-19T04:26:24.332Z+ echo '# ==== analyze no_std ==== #'
2502026-07-19T04:26:24.332Z# ==== analyze no_std ==== #
2512026-07-19T04:26:24.332Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-19T04:26:24.429Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-19T04:26:24.653Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-19T04:26:25.627Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2552026-07-19T04:26:25.649Z
2562026-07-19T04:26:25.649Zreal 1.315981220
2572026-07-19T04:26:25.649Zuser 1.879998196
2582026-07-19T04:26:25.649Zsys 0.265392449
2592026-07-19T04:26:25.649Ztrap 0.000185280
2602026-07-19T04:26:25.652Ztflt 0.000096470
2612026-07-19T04:26:25.652Zdflt 0.000111190
2622026-07-19T04:26:25.652Zkflt 0.000000000
2632026-07-19T04:26:25.652Zlock 5.553769618
2642026-07-19T04:26:25.652Zslp 5.297101963
2652026-07-19T04:26:25.652Zlat 0.002836130
2662026-07-19T04:26:25.652Zstop 0.058468426
2672026-07-19T04:26:25.652Z+ header test
2682026-07-19T04:26:25.652Z+ echo '# ==== test ==== #'
2692026-07-19T04:26:25.652Z# ==== test ==== #
2702026-07-19T04:26:25.652Z+ ptime -m cargo test
2712026-07-19T04:26:25.779Z Compiling serde_core v1.0.228
2722026-07-19T04:26:25.779Z Compiling byteorder v1.5.0
2732026-07-19T04:26:25.783Z Compiling stable_deref_trait v1.2.1
2742026-07-19T04:26:25.800Z Compiling bitflags v2.13.0
2752026-07-19T04:26:25.803Z Compiling thiserror v2.0.18
2762026-07-19T04:26:25.803Z Compiling zerocopy v0.8.52
2772026-07-19T04:26:25.803Z Compiling macaddr v1.0.1
2782026-07-19T04:26:25.808Z Compiling bitflags v1.3.2
2792026-07-19T04:26:25.853Z Compiling managed v0.8.0
2802026-07-19T04:26:25.857Z Compiling cobs v0.3.0
2812026-07-19T04:26:25.888Z Compiling cfg-if v1.0.4
2822026-07-19T04:26:25.945Z Compiling hash32 v0.3.1
2832026-07-19T04:26:25.959Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2842026-07-19T04:26:26.037Z Compiling heapless v0.8.0
2852026-07-19T04:26:26.064Z Compiling ipnetwork v0.21.1
2862026-07-19T04:26:26.383Z Compiling smoltcp v0.11.0
2872026-07-19T04:26:27.303Z Compiling serde v1.0.228
2882026-07-19T04:26:27.760Z Compiling postcard v1.1.3
2892026-07-19T04:26:28.423Z Compiling ingot-types v0.1.2
2902026-07-19T04:26:28.699Z Compiling ingot v0.1.1
2912026-07-19T04:26:30.073Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-19T04:26:31.940Z Finished `test` profile [optimized + debuginfo] target(s) in 6.28s
2932026-07-19T04:26:31.949Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-b2ff7fa4e724512b)
2942026-07-19T04:26:31.952Z
2952026-07-19T04:26:31.952Zrunning 25 tests
2962026-07-19T04:26:31.952Ztest encap::test::good_vni ... ok
2972026-07-19T04:26:31.952Ztest ip::test::bad_cidr ... ok
2982026-07-19T04:26:31.952Ztest dns::tests::test_domain_name ... ok
2992026-07-19T04:26:31.952Ztest encap::test::bad_vni ... ok
3002026-07-19T04:26:31.952Ztest ip::test::dhcp_fqdn ... ok
3012026-07-19T04:26:31.952Ztest encap::test::vni_round_trip ... ok
3022026-07-19T04:26:31.952Ztest ip::test::good_cidr ... ok
3032026-07-19T04:26:31.952Ztest ip::test::bad_prefix_len ... ok
3042026-07-19T04:26:31.952Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-19T04:26:31.952Ztest ip::test::ipv4_addr_good ... ok
3062026-07-19T04:26:31.952Ztest ip::test::ipv4_mask ... ok
3072026-07-19T04:26:31.952Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-07-19T04:26:31.952Ztest ip::test::ipv6_is_default ... ok
3092026-07-19T04:26:31.952Ztest ip::test::ipv6_mask ... ok
3102026-07-19T04:26:31.952Ztest ip::test::ipv6_prefix_len ... ok
3112026-07-19T04:26:31.953Ztest ip::test::test_ip_addr_from_str ... ok
3122026-07-19T04:26:31.953Ztest ip::test::test_ip_cidr_from_str ... ok
3132026-07-19T04:26:31.953Ztest ip::test::test_ipv4_multicast_mac ... ok
3142026-07-19T04:26:31.953Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3152026-07-19T04:26:31.953Ztest ip::test::test_ipv6_from_const ... ok
3162026-07-19T04:26:31.953Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-07-19T04:26:31.953Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-07-19T04:26:31.953Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-07-19T04:26:31.953Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-07-19T04:26:31.953Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-19T04:26:31.953Z
3222026-07-19T04:26:31.953Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-19T04:26:31.953Z
3242026-07-19T04:26:31.953Z Doc-tests opte_api
3252026-07-19T04:26:32.548Z
3262026-07-19T04:26:32.548Zrunning 1 test
3272026-07-19T04:26:32.551Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-19T04:26:32.551Z
3292026-07-19T04:26:32.551Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-19T04:26:32.551Z
3312026-07-19T04:26:32.551Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3322026-07-19T04:26:32.571Z
3332026-07-19T04:26:32.571Zreal 6.914045206
3342026-07-19T04:26:32.571Zuser 17.291977949
3352026-07-19T04:26:32.571Zsys 2.059332743
3362026-07-19T04:26:32.571Ztrap 0.004900721
3372026-07-19T04:26:32.571Ztflt 0.233515672
3382026-07-19T04:26:32.571Zdflt 0.173272948
3392026-07-19T04:26:32.571Zkflt 0.000005700
3402026-07-19T04:26:32.575Zlock 1:02.835980155
3412026-07-19T04:26:32.575Zslp 32.465836131
3422026-07-19T04:26:32.575Zlat 0.680308117
3432026-07-19T04:26:32.575Zstop 0.623010015
3442026-07-19T04:26:32.575Zprocess exited: duration 37293 ms, exit code 0
 
3452026-07-19T04:26:32.582Zfound 0 output files