01KYEAGH0NQ31BBXN11RZBZC1P: opte-api

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

Buildomat Job: 01KYEAHMDEA3H9HKFPX0T3YCMX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:10.670Zjob assigned to worker 01KYEAHP82GRQTRCJX293TJDD7 [factory aws, i-01680b89eb543738a] (queued for 53 s)
 
22026-07-26T04:23:16.838Zstarting task 0: "setup"
32026-07-26T04:23:16.845Z++ uname -s
42026-07-26T04:23:16.848Z+ kern=SunOS
52026-07-26T04:23:16.848Z+ build_user=build
62026-07-26T04:23:16.848Z+ build_uid=12345
72026-07-26T04:23:16.848Z+ work_dir=/work
82026-07-26T04:23:16.848Z+ input_dir=/input
92026-07-26T04:23:16.848Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:16.848Z+ case "$kern" in
112026-07-26T04:23:16.848Z+ groupadd -g 12345 build
122026-07-26T04:23:16.848Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:18.855Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:18.951Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:18.954Z+ home_fs=zfs
162026-07-26T04:23:18.954Z+ [[ zfs == autofs ]]
172026-07-26T04:23:18.954Z+ mkdir -p /home/build
182026-07-26T04:23:18.954Z+ chown build:build /home/build /work
192026-07-26T04:23:20.955Z+ chmod 0700 /home/build /work
202026-07-26T04:23:20.958Zprocess exited: duration 4117 ms, exit code 0
 
212026-07-26T04:23:20.964Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:20.967Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:20.967Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:20.967Z * rust toolchain profile = "default"
252026-07-26T04:23:20.967Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-26T04:23:20.967Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:20.967Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:20.970Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:20.970Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:21.072Zinfo: downloading installer
312026-07-26T04:23:22.464Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:22.464Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:22.464Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:22.464Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:22.476Zinfo: profile set to default
362026-07-26T04:23:22.476Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:22.479Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:22.615Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:22.618Zinfo: downloading 6 components
402026-07-26T04:23:37.918Z
412026-07-26T04:23:37.918Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-26T04:23:37.924Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:37.924Z
442026-07-26T04:23:37.924Z
452026-07-26T04:23:37.924ZRust is installed now. Great!
462026-07-26T04:23:37.924Z
472026-07-26T04:23:37.924ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:37.924Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:37.924Z
502026-07-26T04:23:37.924ZTo configure your current shell, you need to source
512026-07-26T04:23:37.924Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:37.924Z
532026-07-26T04:23:37.924ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:37.924Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:37.924Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:37.924Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:37.924Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:37.924Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:37.924Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:37.924Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:37.924Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:38.024Z+ rustup --version
632026-07-26T04:23:38.039Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:38.044Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:38.063Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:38.076Z+ cargo --version
672026-07-26T04:23:38.086Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:38.086Z+ rustc --version
692026-07-26T04:23:38.103Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:38.107Zprocess exited: duration 17136 ms, exit code 0
 
712026-07-26T04:23:38.116Zstarting task 2: "authentication"
722026-07-26T04:23:38.137Zprocess exited: duration 22 ms, exit code 0
 
732026-07-26T04:23:38.147Zstarting task 3: "clone repository"
742026-07-26T04:23:38.152Z+ mkdir -p /work/oxidecomputer/opte
752026-07-26T04:23:38.153Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-26T04:23:38.199ZCloning into '/work/oxidecomputer/opte'...
772026-07-26T04:23:39.366Z+ cd /work/oxidecomputer/opte
782026-07-26T04:23:39.366Z+ git fetch origin 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
792026-07-26T04:23:39.748ZFrom https://github.com/oxidecomputer/opte
802026-07-26T04:23:39.748Z * branch 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d -> FETCH_HEAD
812026-07-26T04:23:39.754Z+ [[ -n renovate/ctor-0.x ]]
822026-07-26T04:23:39.762Z++ git branch --show-current
832026-07-26T04:23:39.762Z+ current=master
842026-07-26T04:23:39.763Z+ [[ master != renovate/ctor-0.x ]]
852026-07-26T04:23:39.763Z+ git branch -f renovate/ctor-0.x 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
862026-07-26T04:23:39.763Z+ git checkout -f renovate/ctor-0.x
872026-07-26T04:23:39.774ZSwitched to branch 'renovate/ctor-0.x'
882026-07-26T04:23:39.779Z+ git reset --hard 26ac5f55ecbc3bb90377d878a5b1b42e197b1e0d
892026-07-26T04:23:39.791ZHEAD is now at 26ac5f5 Update Rust crate ctor to 0.13
902026-07-26T04:23:39.798Zprocess exited: duration 1645 ms, exit code 0
 
912026-07-26T04:23:39.807Zstarting task 4: "build"
922026-07-26T04:23:39.813Z+ source .github/buildomat/common.sh
932026-07-26T04:23:39.814Z++ rustup show active-toolchain
942026-07-26T04:23:39.818Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-26T04:23:39.818Z++ pushd xde
962026-07-26T04:23:39.818Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-26T04:23:39.819Z++ rustup show active-toolchain
982026-07-26T04:23:39.824Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-26T04:23:39.978Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-26T04:23:39.987Zinfo: downloading 6 components
1012026-07-26T04:23:56.667Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-26T04:23:56.753Z+++ rustup show active-toolchain -v
1032026-07-26T04:23:56.759Z+++ head -n 1
1042026-07-26T04:23:56.759Z+++ cut '-d ' -f1
1052026-07-26T04:23:56.812Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-26T04:23:56.812Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:56.812Z++ popd
1082026-07-26T04:23:56.818Z/work/oxidecomputer/opte
1092026-07-26T04:23:56.818Z+ cargo --version
1102026-07-26T04:23:56.821Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-26T04:23:56.822Z+ rustc --version
1122026-07-26T04:23:56.868Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-26T04:23:56.868Z+ cd crates/opte-api
1142026-07-26T04:23:56.868Z+ header 'check API_VERSION'
1152026-07-26T04:23:56.868Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-26T04:23:56.868Z# ==== check API_VERSION ==== #
1172026-07-26T04:23:56.869Z+ ./check-api-version.sh
1182026-07-26T04:23:56.880Z+ header 'check style'
1192026-07-26T04:23:56.880Z+ echo '# ==== check style ==== #'
1202026-07-26T04:23:56.880Z# ==== check style ==== #
1212026-07-26T04:23:56.880Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-07-26T04:23:56.934Z
1232026-07-26T04:23:56.934Zreal 0.077456747
1242026-07-26T04:23:56.951Zuser 0.044531512
1252026-07-26T04:23:56.951Zsys 0.029543860
1262026-07-26T04:23:56.951Ztrap 0.000004780
1272026-07-26T04:23:56.951Ztflt 0.000033270
1282026-07-26T04:23:56.951Zdflt 0.000021070
1292026-07-26T04:23:56.951Zkflt 0.000000000
1302026-07-26T04:23:56.951Zlock 0.030982604
1312026-07-26T04:23:56.951Zslp 0.057733891
1322026-07-26T04:23:56.951Zlat 0.000649570
1332026-07-26T04:23:56.951Zstop 0.000095560
1342026-07-26T04:23:56.951Z+ header 'analyze std'
1352026-07-26T04:23:56.951Z+ echo '# ==== analyze std ==== #'
1362026-07-26T04:23:56.951Z# ==== analyze std ==== #
1372026-07-26T04:23:56.951Z+ ptime -m cargo clippy --all-targets
1382026-07-26T04:23:57.083Z Updating crates.io index
1392026-07-26T04:23:57.138Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-26T04:23:58.036Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-26T04:23:58.257Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-26T04:23:58.493Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-07-26T04:23:58.839Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-07-26T04:23:59.066Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-26T04:23:59.618Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-26T04:24:01.072Z Downloading crates ...
1472026-07-26T04:24:01.165Z Downloaded darling_macro v0.23.0
1482026-07-26T04:24:01.167Z Downloaded proc-macro2 v1.0.106
1492026-07-26T04:24:01.171Z Downloaded serde_core v1.0.228
1502026-07-26T04:24:01.175Z Downloaded unicode-ident v1.0.24
1512026-07-26T04:24:01.181Z Downloaded ident_case v1.0.1
1522026-07-26T04:24:01.187Z Downloaded embedded-io v0.4.0
1532026-07-26T04:24:01.191Z Downloaded macaddr v1.0.1
1542026-07-26T04:24:01.195Z Downloaded defmt-parser v1.0.0
1552026-07-26T04:24:01.198Z Downloaded defmt v0.3.100
1562026-07-26T04:24:01.203Z Downloaded cfg-if v1.0.4
1572026-07-26T04:24:01.206Z Downloaded managed v0.8.0
1582026-07-26T04:24:01.208Z Downloaded either v1.16.0
1592026-07-26T04:24:01.212Z Downloaded cobs v0.3.0
1602026-07-26T04:24:01.214Z Downloaded strsim v0.11.1
1612026-07-26T04:24:01.217Z Downloaded hash32 v0.3.1
1622026-07-26T04:24:01.221Z Downloaded stable_deref_trait v1.2.1
1632026-07-26T04:24:01.227Z Downloaded ipnetwork v0.21.1
1642026-07-26T04:24:01.229Z Downloaded bitflags v1.3.2
1652026-07-26T04:24:01.229Z Downloaded byteorder v1.5.0
1662026-07-26T04:24:01.232Z Downloaded defmt-macros v1.1.1
1672026-07-26T04:24:01.233Z Downloaded embedded-io v0.6.1
1682026-07-26T04:24:01.233Z Downloaded ingot v0.2.0
1692026-07-26T04:24:01.243Z Downloaded thiserror-impl v2.0.18
1702026-07-26T04:24:01.246Z Downloaded quote v1.0.46
1712026-07-26T04:24:01.256Z Downloaded postcard v1.1.3
1722026-07-26T04:24:01.263Z Downloaded defmt v1.1.1
1732026-07-26T04:24:01.266Z Downloaded thiserror v2.0.18
1742026-07-26T04:24:01.269Z Downloaded darling v0.23.0
1752026-07-26T04:24:01.272Z Downloaded ingot-macros v0.2.0
1762026-07-26T04:24:01.272Z Downloaded ingot-types v0.2.0
1772026-07-26T04:24:01.279Z Downloaded bitflags v2.13.0
1782026-07-26T04:24:01.282Z Downloaded serde_derive v1.0.228
1792026-07-26T04:24:01.295Z Downloaded darling_core v0.23.0
1802026-07-26T04:24:01.297Z Downloaded heapless v0.8.0
1812026-07-26T04:24:01.332Z Downloaded serde v1.0.228
1822026-07-26T04:24:01.450Z Downloaded zerocopy-derive v0.8.54
1832026-07-26T04:24:01.450Z Downloaded memchr v2.8.3
1842026-07-26T04:24:01.490Z Downloaded regex v1.13.0
1852026-07-26T04:24:01.490Z Downloaded itertools v0.15.0
1862026-07-26T04:24:01.490Z Downloaded aho-corasick v1.1.4
1872026-07-26T04:24:01.490Z Downloaded zerocopy v0.8.54
1882026-07-26T04:24:01.490Z Downloaded syn v2.0.118
1892026-07-26T04:24:01.490Z Downloaded smoltcp v0.11.0
1902026-07-26T04:24:01.490Z Downloaded regex-syntax v0.8.11
1912026-07-26T04:24:01.490Z Downloaded regex-automata v0.4.15
1922026-07-26T04:24:01.500Z Compiling proc-macro2 v1.0.106
1932026-07-26T04:24:01.500Z Compiling unicode-ident v1.0.24
1942026-07-26T04:24:01.500Z Compiling quote v1.0.46
1952026-07-26T04:24:01.500Z Compiling memchr v2.8.3
1962026-07-26T04:24:01.500Z Compiling ident_case v1.0.1
1972026-07-26T04:24:01.500Z Compiling strsim v0.11.1
1982026-07-26T04:24:01.500Z Compiling regex-syntax v0.8.11
1992026-07-26T04:24:01.500Z Compiling serde_core v1.0.228
2002026-07-26T04:24:01.670Z Compiling thiserror v2.0.18
2012026-07-26T04:24:02.737Z Compiling either v1.16.0
2022026-07-26T04:24:02.738Z Compiling zerocopy v0.8.54
2032026-07-26T04:24:02.833Z Compiling serde v1.0.228
2042026-07-26T04:24:02.833Z Compiling aho-corasick v1.1.4
2052026-07-26T04:24:02.833Z Compiling itertools v0.15.0
2062026-07-26T04:24:02.833Z Compiling heapless v0.8.0
2072026-07-26T04:24:02.833Z Checking byteorder v1.5.0
2082026-07-26T04:24:02.833Z Compiling smoltcp v0.11.0
2092026-07-26T04:24:02.833Z Checking hash32 v0.3.1
2102026-07-26T04:24:02.833Z Checking bitflags v2.13.0
2112026-07-26T04:24:02.833Z Checking macaddr v1.0.1
2122026-07-26T04:24:02.833Z Checking stable_deref_trait v1.2.1
2132026-07-26T04:24:02.833Z Compiling syn v2.0.118
2142026-07-26T04:24:02.833Z Checking bitflags v1.3.2
2152026-07-26T04:24:02.846Z Checking managed v0.8.0
2162026-07-26T04:24:02.846Z Checking cfg-if v1.0.4
2172026-07-26T04:24:02.869Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-07-26T04:24:02.981Z Compiling regex-automata v0.4.15
2192026-07-26T04:24:03.156Z Checking ipnetwork v0.21.1
2202026-07-26T04:24:04.465Z Compiling regex v1.13.0
2212026-07-26T04:24:04.897Z Compiling darling_core v0.23.0
2222026-07-26T04:24:05.226Z Compiling zerocopy-derive v0.8.54
2232026-07-26T04:24:05.226Z Compiling thiserror-impl v2.0.18
2242026-07-26T04:24:05.230Z Compiling serde_derive v1.0.228
2252026-07-26T04:24:06.215Z Checking cobs v0.3.0
2262026-07-26T04:24:06.294Z Compiling darling_macro v0.23.0
2272026-07-26T04:24:06.799Z Compiling darling v0.23.0
2282026-07-26T04:24:06.854Z Compiling ingot-macros v0.2.0
2292026-07-26T04:24:07.487Z Checking postcard v1.1.3
2302026-07-26T04:24:09.107Z Checking ingot-types v0.2.0
2312026-07-26T04:24:09.117Z Checking ingot v0.2.0
2322026-07-26T04:24:10.342Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-07-26T04:24:11.356Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.37s
2342026-07-26T04:24:11.446Z
2352026-07-26T04:24:11.447Zreal 14.507722437
2362026-07-26T04:24:11.447Zuser 30.575985167
2372026-07-26T04:24:11.447Zsys 5.896877563
2382026-07-26T04:24:11.447Ztrap 0.014078160
2392026-07-26T04:24:11.447Ztflt 0.070296343
2402026-07-26T04:24:11.447Zdflt 0.270204424
2412026-07-26T04:24:11.447Zkflt 0.005326633
2422026-07-26T04:24:11.447Zlock 2:10.842063277
2432026-07-26T04:24:11.447Zslp 1:31.670462915
2442026-07-26T04:24:11.447Zlat 1.052060585
2452026-07-26T04:24:11.447Zstop 6.032048160
2462026-07-26T04:24:11.453Z+ header 'analyze no_std'
2472026-07-26T04:24:11.453Z+ echo '# ==== analyze no_std ==== #'
2482026-07-26T04:24:11.453Z# ==== analyze no_std ==== #
2492026-07-26T04:24:11.453Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-07-26T04:24:11.549Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-07-26T04:24:11.781Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-07-26T04:24:12.737Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2532026-07-26T04:24:12.777Z
2542026-07-26T04:24:12.787Zreal 1.302177651
2552026-07-26T04:24:12.787Zuser 1.865581491
2562026-07-26T04:24:12.787Zsys 0.259559438
2572026-07-26T04:24:12.787Ztrap 0.000158590
2582026-07-26T04:24:12.788Ztflt 0.000053690
2592026-07-26T04:24:12.788Zdflt 0.000068030
2602026-07-26T04:24:12.788Zkflt 0.000000000
2612026-07-26T04:24:12.788Zlock 5.497157240
2622026-07-26T04:24:12.788Zslp 5.247836431
2632026-07-26T04:24:12.788Zlat 0.002515850
2642026-07-26T04:24:12.788Zstop 0.058192713
2652026-07-26T04:24:12.788Z+ header test
2662026-07-26T04:24:12.788Z+ echo '# ==== test ==== #'
2672026-07-26T04:24:12.788Z+ ptime -m cargo test
2682026-07-26T04:24:12.788Z# ==== test ==== #
2692026-07-26T04:24:12.893Z Compiling serde_core v1.0.228
2702026-07-26T04:24:12.893Z Compiling byteorder v1.5.0
2712026-07-26T04:24:12.908Z Compiling stable_deref_trait v1.2.1
2722026-07-26T04:24:12.908Z Compiling bitflags v2.13.0
2732026-07-26T04:24:12.919Z Compiling thiserror v2.0.18
2742026-07-26T04:24:12.920Z Compiling zerocopy v0.8.54
2752026-07-26T04:24:12.920Z Compiling macaddr v1.0.1
2762026-07-26T04:24:12.920Z Compiling bitflags v1.3.2
2772026-07-26T04:24:12.957Z Compiling cobs v0.3.0
2782026-07-26T04:24:12.964Z Compiling cfg-if v1.0.4
2792026-07-26T04:24:12.991Z Compiling managed v0.8.0
2802026-07-26T04:24:13.011Z Compiling ipnetwork v0.21.1
2812026-07-26T04:24:13.076Z Compiling hash32 v0.3.1
2822026-07-26T04:24:13.137Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-07-26T04:24:13.196Z Compiling heapless v0.8.0
2842026-07-26T04:24:13.550Z Compiling smoltcp v0.11.0
2852026-07-26T04:24:14.403Z Compiling serde v1.0.228
2862026-07-26T04:24:14.862Z Compiling postcard v1.1.3
2872026-07-26T04:24:15.533Z Compiling ingot-types v0.2.0
2882026-07-26T04:24:15.877Z Compiling ingot v0.2.0
2892026-07-26T04:24:17.421Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-07-26T04:24:19.036Z Finished `test` profile [optimized + debuginfo] target(s) in 6.27s
2912026-07-26T04:24:19.045Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2922026-07-26T04:24:19.049Z
2932026-07-26T04:24:19.049Zrunning 25 tests
2942026-07-26T04:24:19.049Ztest encap::test::vni_round_trip ... ok
2952026-07-26T04:24:19.049Ztest encap::test::good_vni ... ok
2962026-07-26T04:24:19.049Ztest ip::test::bad_cidr ... ok
2972026-07-26T04:24:19.049Ztest dns::tests::test_domain_name ... ok
2982026-07-26T04:24:19.049Ztest encap::test::bad_vni ... ok
2992026-07-26T04:24:19.049Ztest ip::test::bad_prefix_len ... ok
3002026-07-26T04:24:19.049Ztest ip::test::dhcp_fqdn ... ok
3012026-07-26T04:24:19.049Ztest ip::test::good_cidr ... ok
3022026-07-26T04:24:19.049Ztest ip::test::ipv4_addr_bad ... ok
3032026-07-26T04:24:19.049Ztest ip::test::ipv4_addr_good ... ok
3042026-07-26T04:24:19.049Ztest ip::test::ipv4_mask ... ok
3052026-07-26T04:24:19.049Ztest ip::test::ipv6_cidr_is_member ... ok
3062026-07-26T04:24:19.049Ztest ip::test::ipv6_is_default ... ok
3072026-07-26T04:24:19.049Ztest ip::test::ipv6_mask ... ok
3082026-07-26T04:24:19.049Ztest ip::test::ipv6_prefix_len ... ok
3092026-07-26T04:24:19.049Ztest ip::test::test_ip_addr_from_str ... ok
3102026-07-26T04:24:19.049Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-07-26T04:24:19.049Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-07-26T04:24:19.049Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-07-26T04:24:19.049Ztest ip::test::test_ipv6_from_const ... ok
3142026-07-26T04:24:19.049Ztest ip::test::test_ipv6_from_eui64 ... ok
3152026-07-26T04:24:19.049Ztest ip::test::test_ipv6_is_multicast ... ok
3162026-07-26T04:24:19.049Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-07-26T04:24:19.049Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-07-26T04:24:19.049Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-07-26T04:24:19.050Z
3202026-07-26T04:24:19.050Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-07-26T04:24:19.050Z
3222026-07-26T04:24:19.053Z Doc-tests opte_api
3232026-07-26T04:24:19.652Z
3242026-07-26T04:24:19.652Zrunning 1 test
3252026-07-26T04:24:19.665Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-07-26T04:24:19.665Z
3272026-07-26T04:24:19.665Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-07-26T04:24:19.665Z
3292026-07-26T04:24:19.665Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3302026-07-26T04:24:19.666Z
3312026-07-26T04:24:19.666Zreal 6.895393183
3322026-07-26T04:24:19.666Zuser 17.175012910
3332026-07-26T04:24:19.666Zsys 2.049531768
3342026-07-26T04:24:19.666Ztrap 0.003867940
3352026-07-26T04:24:19.666Ztflt 0.099165706
3362026-07-26T04:24:19.666Zdflt 0.237916768
3372026-07-26T04:24:19.666Zkflt 0.000005520
3382026-07-26T04:24:19.666Zlock 1:02.681632484
3392026-07-26T04:24:19.666Zslp 32.575777835
3402026-07-26T04:24:19.666Zlat 0.297705979
3412026-07-26T04:24:19.666Zstop 0.628272834
3422026-07-26T04:24:19.675Zprocess exited: duration 39850 ms, exit code 0
 
3432026-07-26T04:24:19.696Zfound 0 output files