01KSTB6BRNZBZ7KZP5TMVZSF9D: opte-api

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

Buildomat Job: 01KSTB6YV46HHBB52XVK3QYKYV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:07:05.143Zjob assigned to worker 01KSTB71EA8M78YSA31MV9B2NA [factory aws, i-0757ad87194853fc3] (queued for 45 s)
 
22026-05-29T17:07:12.047Zstarting task 0: "setup"
32026-05-29T17:07:12.052Z++ uname -s
42026-05-29T17:07:12.057Z+ kern=SunOS
52026-05-29T17:07:12.057Z+ build_user=build
62026-05-29T17:07:12.057Z+ build_uid=12345
72026-05-29T17:07:12.057Z+ work_dir=/work
82026-05-29T17:07:12.057Z+ input_dir=/input
92026-05-29T17:07:12.057Z+ [[ 0 == 12345 ]]
102026-05-29T17:07:12.057Z+ case "$kern" in
112026-05-29T17:07:12.057Z+ groupadd -g 12345 build
122026-05-29T17:07:12.057Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:07:14.063Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:07:14.132Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:07:14.135Z+ home_fs=zfs
162026-05-29T17:07:14.135Z+ [[ zfs == autofs ]]
172026-05-29T17:07:14.135Z+ mkdir -p /home/build
182026-05-29T17:07:14.135Z+ chown build:build /home/build /work
192026-05-29T17:07:16.137Z+ chmod 0700 /home/build /work
202026-05-29T17:07:16.142Zprocess exited: duration 4093 ms, exit code 0
 
212026-05-29T17:07:16.149Zstarting task 1: "rust-toolchain"
222026-05-29T17:07:16.153Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T17:07:16.153Z * rust toolchain channel = "1.95.0"
242026-05-29T17:07:16.153Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-29T17:07:16.153Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T17:07:16.153Z * rust toolchain profile = "default"
272026-05-29T17:07:16.153Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T17:07:16.158Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:07:16.158Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T17:07:16.262Zinfo: downloading installer
312026-05-29T17:07:17.527Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:07:17.527Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:07:17.527Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:07:17.527Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:07:17.541Zinfo: profile set to default
362026-05-29T17:07:17.541Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:07:17.544Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T17:07:17.669Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T17:07:17.672Zinfo: downloading 6 components
402026-05-29T17:07:31.858Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T17:07:31.858Z
422026-05-29T17:07:31.892Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T17:07:31.892Z
442026-05-29T17:07:31.896Z
452026-05-29T17:07:31.896ZRust is installed now. Great!
462026-05-29T17:07:31.896Z
472026-05-29T17:07:31.896ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:07:31.896Zenvironment variable. This has not been done automatically.
492026-05-29T17:07:31.896Z
502026-05-29T17:07:31.896ZTo configure your current shell, you need to source
512026-05-29T17:07:31.896Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:07:31.896Z
532026-05-29T17:07:31.896ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:07:31.896Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:07:31.896Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:07:31.897Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:07:31.897Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:07:31.897Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:07:31.897Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:07:31.897Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:07:31.897Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:07:31.978Z+ rustup --version
632026-05-29T17:07:31.988Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:07:31.991Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:07:32.009Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T17:07:32.012Z+ cargo --version
672026-05-29T17:07:32.026Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T17:07:32.029Z+ rustc --version
692026-05-29T17:07:32.049Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T17:07:32.052Zprocess exited: duration 15901 ms, exit code 0
 
712026-05-29T17:07:32.059Zstarting task 2: "authentication"
722026-05-29T17:07:32.075Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T17:07:32.082Zstarting task 3: "clone repository"
742026-05-29T17:07:32.085Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T17:07:32.088Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T17:07:32.125ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T17:07:32.951Z+ cd /work/oxidecomputer/opte
782026-05-29T17:07:32.951Z+ git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d
792026-05-29T17:07:33.222ZFrom https://github.com/oxidecomputer/opte
802026-05-29T17:07:33.222Z * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD
812026-05-29T17:07:33.228Z+ [[ -n routecache-tuning ]]
822026-05-29T17:07:33.231Z++ git branch --show-current
832026-05-29T17:07:33.231Z+ current=master
842026-05-29T17:07:33.231Z+ [[ master != routecache-tuning ]]
852026-05-29T17:07:33.231Z+ git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d
862026-05-29T17:07:33.234Z+ git checkout -f routecache-tuning
872026-05-29T17:07:33.250ZSwitched to branch 'routecache-tuning'
882026-05-29T17:07:33.253Z+ git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d
892026-05-29T17:07:33.267ZHEAD is now at 6959671 Merge branch 'master' into routecache-tuning
902026-05-29T17:07:33.269Zprocess exited: duration 1186 ms, exit code 0
 
912026-05-29T17:07:33.275Zstarting task 4: "build"
922026-05-29T17:07:33.279Z+ source .github/buildomat/common.sh
932026-05-29T17:07:33.282Z++ rustup show active-toolchain
942026-05-29T17:07:33.285Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T17:07:33.288Z++ pushd xde
962026-05-29T17:07:33.288Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T17:07:33.288Z++ rustup show active-toolchain
982026-05-29T17:07:33.291Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T17:07:33.471Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T17:07:33.474Zinfo: downloading 6 components
1012026-05-29T17:07:46.871Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T17:07:46.970Z+++ rustup show active-toolchain -v
1032026-05-29T17:07:46.974Z+++ head -n 1
1042026-05-29T17:07:46.974Z+++ cut '-d ' -f1
1052026-05-29T17:07:47.023Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T17:07:47.023Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T17:07:47.024Z++ popd
1082026-05-29T17:07:47.026Z/work/oxidecomputer/opte
1092026-05-29T17:07:47.027Z+ cargo --version
1102026-05-29T17:07:47.033Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-29T17:07:47.036Z+ rustc --version
1122026-05-29T17:07:47.056Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-29T17:07:47.059Z+ cd crates/opte-api
1142026-05-29T17:07:47.059Z+ header 'check API_VERSION'
1152026-05-29T17:07:47.059Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-29T17:07:47.059Z# ==== check API_VERSION ==== #
1172026-05-29T17:07:47.059Z+ ./check-api-version.sh
1182026-05-29T17:07:47.065Z+ header 'check style'
1192026-05-29T17:07:47.065Z+ echo '# ==== check style ==== #'
1202026-05-29T17:07:47.068Z# ==== check style ==== #
1212026-05-29T17:07:47.068Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-29T17:07:47.145Z
1232026-05-29T17:07:47.145Zreal 0.077160080
1242026-05-29T17:07:47.145Zuser 0.045272931
1252026-05-29T17:07:47.145Zsys 0.028696481
1262026-05-29T17:07:47.145Ztrap 0.000014467
1272026-05-29T17:07:47.145Ztflt 0.000024515
1282026-05-29T17:07:47.145Zdflt 0.000023545
1292026-05-29T17:07:47.145Zkflt 0.000001009
1302026-05-29T17:07:47.145Zlock 0.031377206
1312026-05-29T17:07:47.145Zslp 0.056770319
1322026-05-29T17:07:47.149Zlat 0.000770141
1332026-05-29T17:07:47.149Zstop 0.000097401
1342026-05-29T17:07:47.149Z+ header 'analyze std'
1352026-05-29T17:07:47.149Z+ echo '# ==== analyze std ==== #'
1362026-05-29T17:07:47.149Z+ ptime -m cargo clippy --all-targets
1372026-05-29T17:07:47.149Z# ==== analyze std ==== #
1382026-05-29T17:07:47.282Z Updating crates.io index
1392026-05-29T17:07:47.316Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-29T17:07:48.532Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-29T17:07:48.831Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-29T17:07:49.215Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-29T17:07:49.628Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-29T17:07:49.953Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-29T17:07:50.218Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-29T17:07:52.468Z Downloading crates ...
1472026-05-29T17:07:52.518Z Downloaded ipnetwork v0.21.1
1482026-05-29T17:07:52.521Z Downloaded embedded-io v0.6.1
1492026-05-29T17:07:52.524Z Downloaded strsim v0.11.1
1502026-05-29T17:07:52.524Z Downloaded hash32 v0.3.1
1512026-05-29T17:07:52.527Z Downloaded bitflags v2.11.1
1522026-05-29T17:07:52.537Z Downloaded defmt v1.0.1
1532026-05-29T17:07:52.540Z Downloaded proc-macro-error2 v2.0.1
1542026-05-29T17:07:52.543Z Downloaded macaddr v1.0.1
1552026-05-29T17:07:52.546Z Downloaded serde_derive v1.0.228
1562026-05-29T17:07:52.546Z Downloaded ingot-types v0.1.2
1572026-05-29T17:07:52.549Z Downloaded ingot-macros v0.1.1
1582026-05-29T17:07:52.550Z Downloaded defmt v0.3.100
1592026-05-29T17:07:52.553Z Downloaded aho-corasick v1.1.4
1602026-05-29T17:07:52.558Z Downloaded ingot v0.1.1
1612026-05-29T17:07:52.561Z Downloaded darling_core v0.21.3
1622026-05-29T17:07:52.564Z Downloaded either v1.15.0
1632026-05-29T17:07:52.564Z Downloaded bitflags v1.3.2
1642026-05-29T17:07:52.564Z Downloaded byteorder v1.5.0
1652026-05-29T17:07:52.568Z Downloaded darling_macro v0.21.3
1662026-05-29T17:07:52.571Z Downloaded proc-macro-error-attr2 v2.0.0
1672026-05-29T17:07:52.574Z Downloaded defmt-parser v1.0.0
1682026-05-29T17:07:52.578Z Downloaded stable_deref_trait v1.2.1
1692026-05-29T17:07:52.578Z Downloaded fnv v1.0.7
1702026-05-29T17:07:52.584Z Downloaded ident_case v1.0.1
1712026-05-29T17:07:52.588Z Downloaded managed v0.8.0
1722026-05-29T17:07:52.588Z Downloaded cobs v0.3.0
1732026-05-29T17:07:52.588Z Downloaded quote v1.0.45
1742026-05-29T17:07:52.595Z Downloaded defmt-macros v1.0.1
1752026-05-29T17:07:52.598Z Downloaded cfg-if v1.0.4
1762026-05-29T17:07:52.598Z Downloaded thiserror v2.0.18
1772026-05-29T17:07:52.601Z Downloaded embedded-io v0.4.0
1782026-05-29T17:07:52.604Z Downloaded postcard v1.1.3
1792026-05-29T17:07:52.608Z Downloaded thiserror-impl v2.0.18
1802026-05-29T17:07:52.620Z Downloaded proc-macro2 v1.0.106
1812026-05-29T17:07:52.625Z Downloaded zerocopy-derive v0.8.48
1822026-05-29T17:07:52.629Z Downloaded serde_core v1.0.228
1832026-05-29T17:07:52.635Z Downloaded unicode-ident v1.0.24
1842026-05-29T17:07:52.639Z Downloaded darling v0.21.3
1852026-05-29T17:07:52.642Z Downloaded heapless v0.8.0
1862026-05-29T17:07:52.651Z Downloaded serde v1.0.228
1872026-05-29T17:07:52.660Z Downloaded itertools v0.14.0
1882026-05-29T17:07:52.663Z Downloaded memchr v2.8.0
1892026-05-29T17:07:52.692Z Downloaded regex v1.12.3
1902026-05-29T17:07:52.712Z Downloaded smoltcp v0.11.0
1912026-05-29T17:07:52.734Z Downloaded regex-syntax v0.8.10
1922026-05-29T17:07:52.738Z Downloaded zerocopy v0.8.48
1932026-05-29T17:07:52.749Z Downloaded syn v2.0.117
1942026-05-29T17:07:52.755Z Downloaded regex-automata v0.4.14
1952026-05-29T17:07:52.791Z Compiling proc-macro2 v1.0.106
1962026-05-29T17:07:52.791Z Compiling unicode-ident v1.0.24
1972026-05-29T17:07:52.791Z Compiling quote v1.0.45
1982026-05-29T17:07:52.791Z Compiling memchr v2.8.0
1992026-05-29T17:07:52.791Z Compiling strsim v0.11.1
2002026-05-29T17:07:52.795Z Compiling fnv v1.0.7
2012026-05-29T17:07:52.795Z Compiling ident_case v1.0.1
2022026-05-29T17:07:52.795Z Compiling regex-syntax v0.8.10
2032026-05-29T17:07:52.958Z Compiling serde_core v1.0.228
2042026-05-29T17:07:52.974Z Compiling either v1.15.0
2052026-05-29T17:07:52.979Z Compiling thiserror v2.0.18
2062026-05-29T17:07:53.146Z Compiling zerocopy v0.8.48
2072026-05-29T17:07:53.158Z Compiling serde v1.0.228
2082026-05-29T17:07:53.261Z Compiling aho-corasick v1.1.4
2092026-05-29T17:07:53.412Z Compiling itertools v0.14.0
2102026-05-29T17:07:53.501Z Checking byteorder v1.5.0
2112026-05-29T17:07:53.514Z Compiling heapless v0.8.0
2122026-05-29T17:07:53.569Z Checking stable_deref_trait v1.2.1
2132026-05-29T17:07:53.629Z Compiling smoltcp v0.11.0
2142026-05-29T17:07:53.647Z Checking hash32 v0.3.1
2152026-05-29T17:07:53.757Z Checking bitflags v2.11.1
2162026-05-29T17:07:53.969Z Checking macaddr v1.0.1
2172026-05-29T17:07:54.073Z Compiling syn v2.0.117
2182026-05-29T17:07:54.113Z Checking cfg-if v1.0.4
2192026-05-29T17:07:54.129Z Checking managed v0.8.0
2202026-05-29T17:07:54.167Z Checking bitflags v1.3.2
2212026-05-29T17:07:54.226Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-29T17:07:54.302Z Compiling regex-automata v0.4.14
2232026-05-29T17:07:54.485Z Checking ipnetwork v0.21.1
2242026-05-29T17:07:55.769Z Compiling regex v1.12.3
2252026-05-29T17:07:56.252Z Compiling darling_core v0.21.3
2262026-05-29T17:07:56.583Z Compiling zerocopy-derive v0.8.48
2272026-05-29T17:07:56.583Z Compiling thiserror-impl v2.0.18
2282026-05-29T17:07:56.586Z Compiling serde_derive v1.0.228
2292026-05-29T17:07:57.558Z Checking cobs v0.3.0
2302026-05-29T17:07:57.610Z Compiling darling_macro v0.21.3
2312026-05-29T17:07:58.099Z Compiling darling v0.21.3
2322026-05-29T17:07:58.161Z Compiling ingot-macros v0.1.1
2332026-05-29T17:07:58.794Z Checking postcard v1.1.3
2342026-05-29T17:08:00.131Z Checking ingot-types v0.1.2
2352026-05-29T17:08:00.392Z Checking ingot v0.1.1
2362026-05-29T17:08:01.672Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-29T17:08:02.651Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.45s
2382026-05-29T17:08:02.758Z
2392026-05-29T17:08:02.758Zreal 15.607226588
2402026-05-29T17:08:02.758Zuser 30.542114902
2412026-05-29T17:08:02.758Zsys 6.004603852
2422026-05-29T17:08:02.758Ztrap 0.009660413
2432026-05-29T17:08:02.758Ztflt 0.061344438
2442026-05-29T17:08:02.758Zdflt 0.196152923
2452026-05-29T17:08:02.758Zkflt 0.003526327
2462026-05-29T17:08:02.758Zlock 1:28.513980025
2472026-05-29T17:08:02.758Zslp 1:33.218181683
2482026-05-29T17:08:02.758Zlat 1.478675522
2492026-05-29T17:08:02.758Zstop 4.160491602
2502026-05-29T17:08:02.761Z+ header 'analyze no_std'
2512026-05-29T17:08:02.761Z+ echo '# ==== analyze no_std ==== #'
2522026-05-29T17:08:02.761Z# ==== analyze no_std ==== #
2532026-05-29T17:08:02.762Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-29T17:08:02.864Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-29T17:08:03.070Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-29T17:08:04.038Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2572026-05-29T17:08:04.061Z
2582026-05-29T17:08:04.064Zreal 1.298043578
2592026-05-29T17:08:04.064Zuser 1.865716597
2602026-05-29T17:08:04.064Zsys 0.259458249
2612026-05-29T17:08:04.064Ztrap 0.000178084
2622026-05-29T17:08:04.064Ztflt 0.000110073
2632026-05-29T17:08:04.064Zdflt 0.000081112
2642026-05-29T17:08:04.064Zkflt 0.000000000
2652026-05-29T17:08:04.064Zlock 4.267192684
2662026-05-29T17:08:04.064Zslp 5.226244881
2672026-05-29T17:08:04.064Zlat 0.002361469
2682026-05-29T17:08:04.064Zstop 0.044079949
2692026-05-29T17:08:04.064Z+ header test
2702026-05-29T17:08:04.064Z+ echo '# ==== test ==== #'
2712026-05-29T17:08:04.064Z+ ptime -m cargo test
2722026-05-29T17:08:04.064Z# ==== test ==== #
2732026-05-29T17:08:04.192Z Compiling byteorder v1.5.0
2742026-05-29T17:08:04.192Z Compiling serde_core v1.0.228
2752026-05-29T17:08:04.192Z Compiling macaddr v1.0.1
2762026-05-29T17:08:04.192Z Compiling bitflags v2.11.1
2772026-05-29T17:08:04.192Z Compiling stable_deref_trait v1.2.1
2782026-05-29T17:08:04.219Z Compiling thiserror v2.0.18
2792026-05-29T17:08:04.222Z Compiling zerocopy v0.8.48
2802026-05-29T17:08:04.225Z Compiling bitflags v1.3.2
2812026-05-29T17:08:04.269Z Compiling cobs v0.3.0
2822026-05-29T17:08:04.272Z Compiling cfg-if v1.0.4
2832026-05-29T17:08:04.302Z Compiling managed v0.8.0
2842026-05-29T17:08:04.323Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-05-29T17:08:04.371Z Compiling hash32 v0.3.1
2862026-05-29T17:08:04.445Z Compiling ipnetwork v0.21.1
2872026-05-29T17:08:04.508Z Compiling heapless v0.8.0
2882026-05-29T17:08:04.847Z Compiling smoltcp v0.11.0
2892026-05-29T17:08:05.712Z Compiling serde v1.0.228
2902026-05-29T17:08:06.114Z Compiling postcard v1.1.3
2912026-05-29T17:08:06.850Z Compiling ingot-types v0.1.2
2922026-05-29T17:08:07.123Z Compiling ingot v0.1.1
2932026-05-29T17:08:08.462Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-29T17:08:10.171Z Finished `test` profile [optimized + debuginfo] target(s) in 6.09s
2952026-05-29T17:08:10.178Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285)
2962026-05-29T17:08:10.181Z
2972026-05-29T17:08:10.182Zrunning 25 tests
2982026-05-29T17:08:10.182Ztest dns::tests::test_domain_name ... ok
2992026-05-29T17:08:10.182Ztest encap::test::good_vni ... ok
3002026-05-29T17:08:10.182Ztest encap::test::vni_round_trip ... ok
3012026-05-29T17:08:10.182Ztest ip::test::bad_prefix_len ... ok
3022026-05-29T17:08:10.182Ztest ip::test::dhcp_fqdn ... ok
3032026-05-29T17:08:10.182Ztest ip::test::bad_cidr ... ok
3042026-05-29T17:08:10.182Ztest ip::test::good_cidr ... ok
3052026-05-29T17:08:10.182Ztest encap::test::bad_vni ... ok
3062026-05-29T17:08:10.182Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-29T17:08:10.182Ztest ip::test::ipv4_addr_good ... ok
3082026-05-29T17:08:10.182Ztest ip::test::ipv6_cidr_is_member ... ok
3092026-05-29T17:08:10.182Ztest ip::test::ipv4_mask ... ok
3102026-05-29T17:08:10.182Ztest ip::test::ipv6_is_default ... ok
3112026-05-29T17:08:10.182Ztest ip::test::ipv6_mask ... ok
3122026-05-29T17:08:10.182Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-29T17:08:10.182Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-05-29T17:08:10.182Ztest ip::test::test_ip_addr_from_str ... ok
3152026-05-29T17:08:10.182Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-29T17:08:10.182Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-29T17:08:10.182Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-29T17:08:10.182Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-29T17:08:10.182Ztest ip::test::test_ipv6_multicast_mac ... ok
3202026-05-29T17:08:10.182Ztest ip::test::test_ipv6_is_multicast ... ok
3212026-05-29T17:08:10.182Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-29T17:08:10.182Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-29T17:08:10.182Z
3242026-05-29T17:08:10.182Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-29T17:08:10.182Z
3262026-05-29T17:08:10.182Z Doc-tests opte_api
3272026-05-29T17:08:10.781Z
3282026-05-29T17:08:10.781Zrunning 1 test
3292026-05-29T17:08:10.784Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-29T17:08:10.784Z
3312026-05-29T17:08:10.784Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-29T17:08:10.784Z
3332026-05-29T17:08:10.787Zall doctests ran in 0.45s; merged doctests compilation took 0.44s
3342026-05-29T17:08:10.805Z
3352026-05-29T17:08:10.807Zreal 6.734673766
3362026-05-29T17:08:10.808Zuser 17.359007046
3372026-05-29T17:08:10.808Zsys 2.052089365
3382026-05-29T17:08:10.808Ztrap 0.004552349
3392026-05-29T17:08:10.808Ztflt 0.096904362
3402026-05-29T17:08:10.808Zdflt 0.120982585
3412026-05-29T17:08:10.808Zkflt 0.000013679
3422026-05-29T17:08:10.808Zlock 53.468944348
3432026-05-29T17:08:10.808Zslp 31.668732259
3442026-05-29T17:08:10.808Zlat 0.755738725
3452026-05-29T17:08:10.808Zstop 0.688989105
3462026-05-29T17:08:10.808Zprocess exited: duration 37530 ms, exit code 0
 
3472026-05-29T17:08:10.814Zfound 0 output files