01M10S9YP2A5RHTCFQXDTW7188: opte-api

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

Buildomat Job: 01M10SBTZZZE9DTWKX8ZR4H11P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T04:59:49.917Zjob assigned to worker 01M10SC30RS0MZDQZK810F2EMM [factory aws, i-0dce8cd501a64c818] (queued for 50 s)
 
22026-08-27T04:59:56.009Zstarting task 0: "setup"
32026-08-27T04:59:56.014Z++ uname -s
42026-08-27T04:59:56.019Z+ kern=SunOS
52026-08-27T04:59:56.019Z+ build_user=build
62026-08-27T04:59:56.019Z+ build_uid=12345
72026-08-27T04:59:56.019Z+ work_dir=/work
82026-08-27T04:59:56.019Z+ input_dir=/input
92026-08-27T04:59:56.019Z+ [[ 0 == 12345 ]]
102026-08-27T04:59:56.019Z+ case "$kern" in
112026-08-27T04:59:56.019Z+ groupadd -g 12345 build
122026-08-27T04:59:56.019Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T04:59:58.022Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T04:59:58.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T04:59:58.087Z+ home_fs=zfs
162026-08-27T04:59:58.087Z+ [[ zfs == autofs ]]
172026-08-27T04:59:58.087Z+ mkdir -p /home/build
182026-08-27T04:59:58.087Z+ chown build:build /home/build /work
192026-08-27T05:00:00.087Z+ chmod 0700 /home/build /work
202026-08-27T05:00:00.090Zprocess exited: duration 4079 ms, exit code 0
 
212026-08-27T05:00:00.096Zstarting task 1: "rust-toolchain"
222026-08-27T05:00:00.099Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:00:00.099Z * rust toolchain channel = "1.97.1"
242026-08-27T05:00:00.099Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-27T05:00:00.099Z * rust toolchain profile = "default"
262026-08-27T05:00:00.099Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:00:00.099Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:00:00.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:00:00.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:00:00.205Zinfo: downloading installer
312026-08-27T05:00:01.841Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:00:01.841Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:00:01.841Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:00:01.841Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:00:01.853Zinfo: profile set to default
362026-08-27T05:00:01.853Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:00:01.856Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:00:01.994Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:00:01.998Zinfo: downloading 6 components
402026-08-27T05:00:15.438Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T05:00:15.438Z
422026-08-27T05:00:15.468Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:00:15.469Z
442026-08-27T05:00:15.469Z
452026-08-27T05:00:15.469ZRust is installed now. Great!
462026-08-27T05:00:15.469Z
472026-08-27T05:00:15.469ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:00:15.469Zenvironment variable. This has not been done automatically.
492026-08-27T05:00:15.469Z
502026-08-27T05:00:15.469ZTo configure your current shell, you need to source
512026-08-27T05:00:15.469Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:00:15.469Z
532026-08-27T05:00:15.469ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:00:15.472Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:00:15.472Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:00:15.472Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:00:15.472Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:00:15.472Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:00:15.472Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:00:15.472Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:00:15.472Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:00:15.556Z+ rustup --version
632026-08-27T05:00:15.567Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:00:15.570Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:00:15.588Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:00:15.591Z+ cargo --version
672026-08-27T05:00:15.603Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:00:15.606Z+ rustc --version
692026-08-27T05:00:15.624Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:00:15.627Zprocess exited: duration 15531 ms, exit code 0
 
712026-08-27T05:00:15.633Zstarting task 2: "authentication"
722026-08-27T05:00:15.650Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T05:00:15.656Zstarting task 3: "clone repository"
742026-08-27T05:00:15.659Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:00:15.662Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:00:15.692ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:00:16.735Z+ cd /work/oxidecomputer/opte
782026-08-27T05:00:16.735Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:00:17.014ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:00:17.014Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:00:17.021Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:00:17.036Z++ git branch --show-current
832026-08-27T05:00:17.036Z+ current=master
842026-08-27T05:00:17.036Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:00:17.036Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:00:17.036Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:00:17.043ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:00:17.050Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:00:17.061ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:00:17.065Zprocess exited: duration 1405 ms, exit code 0
 
912026-08-27T05:00:17.071Zstarting task 4: "build"
922026-08-27T05:00:17.075Z+ source .github/buildomat/common.sh
932026-08-27T05:00:17.078Z++ rustup show active-toolchain
942026-08-27T05:00:17.081Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:00:17.084Z++ pushd xde
962026-08-27T05:00:17.084Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:00:17.084Z++ rustup show active-toolchain
982026-08-27T05:00:17.087Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:00:17.332Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:00:17.335Zinfo: downloading 6 components
1012026-08-27T05:00:35.337Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:00:35.436Z+++ rustup show active-toolchain -v
1032026-08-27T05:00:35.440Z+++ head -n 1
1042026-08-27T05:00:35.440Z+++ cut '-d ' -f1
1052026-08-27T05:00:35.499Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:00:35.499Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:00:35.500Z++ popd
1082026-08-27T05:00:35.517Z/work/oxidecomputer/opte
1092026-08-27T05:00:35.517Z+ cargo --version
1102026-08-27T05:00:35.517Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T05:00:35.517Z+ rustc --version
1122026-08-27T05:00:35.526Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T05:00:35.530Z+ cd crates/opte-api
1142026-08-27T05:00:35.530Z+ header 'check API_VERSION'
1152026-08-27T05:00:35.530Z+ echo '# ==== check API_VERSION ==== #'
1162026-08-27T05:00:35.530Z# ==== check API_VERSION ==== #
1172026-08-27T05:00:35.530Z+ ./check-api-version.sh
1182026-08-27T05:00:35.537Z+ header 'check style'
1192026-08-27T05:00:35.540Z+ echo '# ==== check style ==== #'
1202026-08-27T05:00:35.540Z# ==== check style ==== #
1212026-08-27T05:00:35.540Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-08-27T05:00:35.618Z
1232026-08-27T05:00:35.618Zreal 0.076969688
1242026-08-27T05:00:35.623Zuser 0.045076743
1252026-08-27T05:00:35.623Zsys 0.028783400
1262026-08-27T05:00:35.623Ztrap 0.000032320
1272026-08-27T05:00:35.623Ztflt 0.000011060
1282026-08-27T05:00:35.623Zdflt 0.000012310
1292026-08-27T05:00:35.623Zkflt 0.000000000
1302026-08-27T05:00:35.623Zlock 0.031535284
1312026-08-27T05:00:35.623Zslp 0.057265231
1322026-08-27T05:00:35.623Zlat 0.000721480
1332026-08-27T05:00:35.623Zstop 0.000098730
1342026-08-27T05:00:35.623Z+ header 'analyze std'
1352026-08-27T05:00:35.623Z+ echo '# ==== analyze std ==== #'
1362026-08-27T05:00:35.624Z# ==== analyze std ==== #
1372026-08-27T05:00:35.624Z+ ptime -m cargo clippy --all-targets
1382026-08-27T05:00:35.755Z Updating crates.io index
1392026-08-27T05:00:35.760Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-08-27T05:00:36.440Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-08-27T05:00:36.754Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-08-27T05:00:37.034Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-08-27T05:00:37.438Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-08-27T05:00:37.758Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T05:00:38.050Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T05:00:39.948Z Downloading crates ...
1472026-08-27T05:00:39.993Z Downloaded cobs v0.3.0
1482026-08-27T05:00:40.002Z Downloaded byteorder v1.5.0
1492026-08-27T05:00:40.008Z Downloaded managed v0.8.0
1502026-08-27T05:00:40.008Z Downloaded aho-corasick v1.1.4
1512026-08-27T05:00:40.008Z Downloaded defmt-macros v1.1.1
1522026-08-27T05:00:40.016Z Downloaded serde_core v1.0.228
1532026-08-27T05:00:40.028Z Downloaded heapless v0.8.0
1542026-08-27T05:00:40.028Z Downloaded defmt v0.3.100
1552026-08-27T05:00:40.028Z Downloaded hash32 v0.3.1
1562026-08-27T05:00:40.028Z Downloaded ident_case v1.0.1
1572026-08-27T05:00:40.028Z Downloaded embedded-io v0.6.1
1582026-08-27T05:00:40.036Z Downloaded embedded-io v0.4.0
1592026-08-27T05:00:40.036Z Downloaded strsim v0.11.1
1602026-08-27T05:00:40.036Z Downloaded cfg-if v1.0.4
1612026-08-27T05:00:40.036Z Downloaded bitflags v1.3.2
1622026-08-27T05:00:40.036Z Downloaded darling_macro v0.23.0
1632026-08-27T05:00:40.036Z Downloaded stable_deref_trait v1.2.1
1642026-08-27T05:00:40.055Z Downloaded macaddr v1.0.1
1652026-08-27T05:00:40.064Z Downloaded defmt-parser v1.0.0
1662026-08-27T05:00:40.069Z Downloaded thiserror v2.0.18
1672026-08-27T05:00:40.069Z Downloaded defmt v1.1.1
1682026-08-27T05:00:40.070Z Downloaded ingot-types v0.2.0
1692026-08-27T05:00:40.070Z Downloaded quote v1.0.46
1702026-08-27T05:00:40.070Z Downloaded thiserror-impl v2.0.18
1712026-08-27T05:00:40.075Z Downloaded ipnetwork v0.21.1
1722026-08-27T05:00:40.080Z Downloaded postcard v1.1.3
1732026-08-27T05:00:40.080Z Downloaded proc-macro2 v1.0.106
1742026-08-27T05:00:40.090Z Downloaded either v1.16.0
1752026-08-27T05:00:40.090Z Downloaded ingot v0.2.0
1762026-08-27T05:00:40.098Z Downloaded ingot-macros v0.2.0
1772026-08-27T05:00:40.098Z Downloaded serde_derive v1.0.228
1782026-08-27T05:00:40.098Z Downloaded bitflags v2.13.0
1792026-08-27T05:00:40.104Z Downloaded darling v0.23.0
1802026-08-27T05:00:40.104Z Downloaded serde v1.0.228
1812026-08-27T05:00:40.118Z Downloaded darling_core v0.23.0
1822026-08-27T05:00:40.118Z Downloaded unicode-ident v1.0.24
1832026-08-27T05:00:40.127Z Downloaded memchr v2.8.3
1842026-08-27T05:00:40.128Z Downloaded zerocopy-derive v0.8.54
1852026-08-27T05:00:40.151Z Downloaded itertools v0.15.0
1862026-08-27T05:00:40.159Z Downloaded regex v1.13.0
1872026-08-27T05:00:40.168Z Downloaded zerocopy v0.8.54
1882026-08-27T05:00:40.193Z Downloaded smoltcp v0.11.0
1892026-08-27T05:00:40.198Z Downloaded syn v2.0.118
1902026-08-27T05:00:40.205Z Downloaded regex-syntax v0.8.11
1912026-08-27T05:00:40.215Z Downloaded regex-automata v0.4.15
1922026-08-27T05:00:40.245Z Compiling proc-macro2 v1.0.106
1932026-08-27T05:00:40.245Z Compiling quote v1.0.46
1942026-08-27T05:00:40.266Z Compiling unicode-ident v1.0.24
1952026-08-27T05:00:40.266Z Compiling ident_case v1.0.1
1962026-08-27T05:00:40.266Z Compiling memchr v2.8.3
1972026-08-27T05:00:40.266Z Compiling strsim v0.11.1
1982026-08-27T05:00:40.266Z Compiling regex-syntax v0.8.11
1992026-08-27T05:00:40.266Z Compiling serde_core v1.0.228
2002026-08-27T05:00:40.452Z Compiling thiserror v2.0.18
2012026-08-27T05:00:40.457Z Compiling zerocopy v0.8.54
2022026-08-27T05:00:40.600Z Compiling serde v1.0.228
2032026-08-27T05:00:40.678Z Compiling either v1.16.0
2042026-08-27T05:00:40.767Z Compiling aho-corasick v1.1.4
2052026-08-27T05:00:40.842Z Compiling itertools v0.15.0
2062026-08-27T05:00:40.873Z Compiling heapless v0.8.0
2072026-08-27T05:00:40.934Z Checking byteorder v1.5.0
2082026-08-27T05:00:41.051Z Checking bitflags v2.13.0
2092026-08-27T05:00:41.078Z Checking hash32 v0.3.1
2102026-08-27T05:00:41.179Z Checking macaddr v1.0.1
2112026-08-27T05:00:41.193Z Checking stable_deref_trait v1.2.1
2122026-08-27T05:00:41.253Z Compiling smoltcp v0.11.0
2132026-08-27T05:00:41.488Z Compiling syn v2.0.118
2142026-08-27T05:00:41.540Z Checking managed v0.8.0
2152026-08-27T05:00:41.582Z Checking cfg-if v1.0.4
2162026-08-27T05:00:41.643Z Checking bitflags v1.3.2
2172026-08-27T05:00:41.666Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-08-27T05:00:41.703Z Compiling regex-automata v0.4.15
2192026-08-27T05:00:41.956Z Checking ipnetwork v0.21.1
2202026-08-27T05:00:43.178Z Compiling regex v1.13.0
2212026-08-27T05:00:43.670Z Compiling darling_core v0.23.0
2222026-08-27T05:00:44.004Z Compiling zerocopy-derive v0.8.54
2232026-08-27T05:00:44.004Z Compiling thiserror-impl v2.0.18
2242026-08-27T05:00:44.008Z Compiling serde_derive v1.0.228
2252026-08-27T05:00:44.972Z Checking cobs v0.3.0
2262026-08-27T05:00:45.039Z Compiling darling_macro v0.23.0
2272026-08-27T05:00:45.551Z Compiling darling v0.23.0
2282026-08-27T05:00:45.615Z Compiling ingot-macros v0.2.0
2292026-08-27T05:00:46.289Z Checking postcard v1.1.3
2302026-08-27T05:00:47.566Z Checking ingot-types v0.2.0
2312026-08-27T05:00:47.838Z Checking ingot v0.2.0
2322026-08-27T05:00:49.120Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-08-27T05:00:50.112Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.44s
2342026-08-27T05:00:50.206Z
2352026-08-27T05:00:50.206Zreal 14.585326066
2362026-08-27T05:00:50.206Zuser 30.731069453
2372026-08-27T05:00:50.206Zsys 5.783214569
2382026-08-27T05:00:50.206Ztrap 0.013579810
2392026-08-27T05:00:50.206Ztflt 0.094758990
2402026-08-27T05:00:50.206Zdflt 0.186074861
2412026-08-27T05:00:50.206Zkflt 0.005167553
2422026-08-27T05:00:50.206Zlock 2:11.411039096
2432026-08-27T05:00:50.206Zslp 1:32.482584964
2442026-08-27T05:00:50.206Zlat 0.816838036
2452026-08-27T05:00:50.210Zstop 5.266247330
2462026-08-27T05:00:50.210Z+ header 'analyze no_std'
2472026-08-27T05:00:50.210Z+ echo '# ==== analyze no_std ==== #'
2482026-08-27T05:00:50.210Z# ==== analyze no_std ==== #
2492026-08-27T05:00:50.210Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-08-27T05:00:50.307Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-08-27T05:00:50.537Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-08-27T05:00:51.513Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2532026-08-27T05:00:51.532Z
2542026-08-27T05:00:51.536Zreal 1.321048025
2552026-08-27T05:00:51.536Zuser 1.898882126
2562026-08-27T05:00:51.536Zsys 0.264707353
2572026-08-27T05:00:51.536Ztrap 0.000198500
2582026-08-27T05:00:51.536Ztflt 0.000122390
2592026-08-27T05:00:51.536Zdflt 0.000122390
2602026-08-27T05:00:51.536Zkflt 0.000000000
2612026-08-27T05:00:51.536Zlock 5.587990589
2622026-08-27T05:00:51.536Zslp 5.348239687
2632026-08-27T05:00:51.536Zlat 0.002261940
2642026-08-27T05:00:51.536Zstop 0.058793713
2652026-08-27T05:00:51.536Z+ header test
2662026-08-27T05:00:51.536Z+ echo '# ==== test ==== #'
2672026-08-27T05:00:51.536Z# ==== test ==== #
2682026-08-27T05:00:51.536Z+ ptime -m cargo test
2692026-08-27T05:00:51.660Z Compiling serde_core v1.0.228
2702026-08-27T05:00:51.661Z Compiling byteorder v1.5.0
2712026-08-27T05:00:51.664Z Compiling macaddr v1.0.1
2722026-08-27T05:00:51.664Z Compiling stable_deref_trait v1.2.1
2732026-08-27T05:00:51.682Z Compiling zerocopy v0.8.54
2742026-08-27T05:00:51.682Z Compiling thiserror v2.0.18
2752026-08-27T05:00:51.686Z Compiling bitflags v2.13.0
2762026-08-27T05:00:51.689Z Compiling cfg-if v1.0.4
2772026-08-27T05:00:51.732Z Compiling cobs v0.3.0
2782026-08-27T05:00:51.733Z Compiling managed v0.8.0
2792026-08-27T05:00:51.768Z Compiling bitflags v1.3.2
2802026-08-27T05:00:51.825Z Compiling hash32 v0.3.1
2812026-08-27T05:00:51.837Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-08-27T05:00:51.913Z Compiling heapless v0.8.0
2832026-08-27T05:00:51.936Z Compiling ipnetwork v0.21.1
2842026-08-27T05:00:52.257Z Compiling smoltcp v0.11.0
2852026-08-27T05:00:53.228Z Compiling serde v1.0.228
2862026-08-27T05:00:53.632Z Compiling postcard v1.1.3
2872026-08-27T05:00:54.293Z Compiling ingot-types v0.2.0
2882026-08-27T05:00:54.568Z Compiling ingot v0.2.0
2892026-08-27T05:00:55.987Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-08-27T05:00:57.858Z Finished `test` profile [optimized + debuginfo] target(s) in 6.30s
2912026-08-27T05:00:57.871Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2922026-08-27T05:00:57.871Z
2932026-08-27T05:00:57.871Zrunning 25 tests
2942026-08-27T05:00:57.871Ztest encap::test::bad_vni ... ok
2952026-08-27T05:00:57.871Ztest encap::test::vni_round_trip ... ok
2962026-08-27T05:00:57.872Ztest dns::tests::test_domain_name ... ok
2972026-08-27T05:00:57.872Ztest encap::test::good_vni ... ok
2982026-08-27T05:00:57.872Ztest ip::test::bad_cidr ... ok
2992026-08-27T05:00:57.872Ztest ip::test::dhcp_fqdn ... ok
3002026-08-27T05:00:57.872Ztest ip::test::bad_prefix_len ... ok
3012026-08-27T05:00:57.872Ztest ip::test::good_cidr ... ok
3022026-08-27T05:00:57.872Ztest ip::test::ipv4_addr_bad ... ok
3032026-08-27T05:00:57.872Ztest ip::test::ipv4_addr_good ... ok
3042026-08-27T05:00:57.872Ztest ip::test::ipv4_mask ... ok
3052026-08-27T05:00:57.872Ztest ip::test::ipv6_cidr_is_member ... ok
3062026-08-27T05:00:57.873Ztest ip::test::ipv6_is_default ... ok
3072026-08-27T05:00:57.873Ztest ip::test::ipv6_mask ... ok
3082026-08-27T05:00:57.873Ztest ip::test::ipv6_prefix_len ... ok
3092026-08-27T05:00:57.873Ztest ip::test::test_ip_addr_from_str ... ok
3102026-08-27T05:00:57.873Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-08-27T05:00:57.873Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-08-27T05:00:57.873Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-08-27T05:00:57.873Ztest ip::test::test_ipv6_from_const ... ok
3142026-08-27T05:00:57.873Ztest ip::test::test_ipv6_from_eui64 ... ok
3152026-08-27T05:00:57.873Ztest ip::test::test_ipv6_is_multicast ... ok
3162026-08-27T05:00:57.873Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-08-27T05:00:57.873Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-08-27T05:00:57.873Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-08-27T05:00:57.873Z
3202026-08-27T05:00:57.874Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-08-27T05:00:57.874Z
3222026-08-27T05:00:57.874Z Doc-tests opte_api
3232026-08-27T05:00:58.440Z
3242026-08-27T05:00:58.440Zrunning 1 test
3252026-08-27T05:00:58.445Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-08-27T05:00:58.446Z
3272026-08-27T05:00:58.446Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-08-27T05:00:58.446Z
3292026-08-27T05:00:58.446Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3302026-08-27T05:00:58.470Z
3312026-08-27T05:00:58.470Zreal 6.921945445
3322026-08-27T05:00:58.470Zuser 17.367192863
3332026-08-27T05:00:58.470Zsys 2.030632632
3342026-08-27T05:00:58.471Ztrap 0.003769990
3352026-08-27T05:00:58.471Ztflt 0.202945363
3362026-08-27T05:00:58.471Zdflt 0.163171459
3372026-08-27T05:00:58.471Zkflt 0.000003890
3382026-08-27T05:00:58.481Zlock 1:03.006269757
3392026-08-27T05:00:58.481Zslp 32.343086717
3402026-08-27T05:00:58.481Zlat 0.571951947
3412026-08-27T05:00:58.481Zstop 0.746490015
3422026-08-27T05:00:58.481Zprocess exited: duration 41391 ms, exit code 0
 
3432026-08-27T05:00:58.492Zfound 0 output files