01KWCG88XBJ39B0M3HYB9PV05T: opte-api

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

Buildomat Job: 01KWCG8SPJA5YSS1NGWYH9T2YN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T14:53:15.355Zjob assigned to worker 01KWCG90MCT2E6XZ98QWB4VSYG [factory aws, i-03cfc83fe9b5192f9] (queued for 48 s)
 
22026-06-30T14:53:21.639Zstarting task 0: "setup"
32026-06-30T14:53:21.643Z++ uname -s
42026-06-30T14:53:21.646Z+ kern=SunOS
52026-06-30T14:53:21.646Z+ build_user=build
62026-06-30T14:53:21.646Z+ build_uid=12345
72026-06-30T14:53:21.646Z+ work_dir=/work
82026-06-30T14:53:21.646Z+ input_dir=/input
92026-06-30T14:53:21.646Z+ [[ 0 == 12345 ]]
102026-06-30T14:53:21.646Z+ case "$kern" in
112026-06-30T14:53:21.646Z+ groupadd -g 12345 build
122026-06-30T14:53:21.646Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T14:53:23.651Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T14:53:23.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T14:53:23.795Z+ home_fs=zfs
162026-06-30T14:53:23.796Z+ [[ zfs == autofs ]]
172026-06-30T14:53:23.796Z+ mkdir -p /home/build
182026-06-30T14:53:23.796Z+ chown build:build /home/build /work
192026-06-30T14:53:25.796Z+ chmod 0700 /home/build /work
202026-06-30T14:53:25.799Zprocess exited: duration 4160 ms, exit code 0
 
212026-06-30T14:53:25.805Zstarting task 1: "rust-toolchain"
222026-06-30T14:53:25.809Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T14:53:25.809Z * rust toolchain channel = "1.96.0"
242026-06-30T14:53:25.809Z * rust toolchain profile = "default"
252026-06-30T14:53:25.809Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T14:53:25.809Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T14:53:25.809Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T14:53:25.812Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T14:53:25.812Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T14:53:25.912Zinfo: downloading installer
312026-06-30T14:53:27.215Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T14:53:27.215Zwarn: /home/build/.rustup/settings.toml
332026-06-30T14:53:27.215Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T14:53:27.215Zwarn: instead of the one inferred from the default host triple.
352026-06-30T14:53:27.228Zinfo: profile set to default
362026-06-30T14:53:27.228Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T14:53:27.231Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T14:53:27.368Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T14:53:27.371Zinfo: downloading 6 components
402026-06-30T14:53:41.824Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T14:53:41.824Z
422026-06-30T14:53:41.858Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T14:53:41.858Z
442026-06-30T14:53:41.858Z
452026-06-30T14:53:41.858ZRust is installed now. Great!
462026-06-30T14:53:41.858Z
472026-06-30T14:53:41.858ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T14:53:41.858Zenvironment variable. This has not been done automatically.
492026-06-30T14:53:41.858Z
502026-06-30T14:53:41.858ZTo configure your current shell, you need to source
512026-06-30T14:53:41.858Zthe corresponding env file under $HOME/.cargo.
522026-06-30T14:53:41.858Z
532026-06-30T14:53:41.858ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T14:53:41.864Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T14:53:41.864Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T14:53:41.864Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T14:53:41.864Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T14:53:41.864Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T14:53:41.864Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T14:53:41.864Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T14:53:41.864Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T14:53:41.943Z+ rustup --version
632026-06-30T14:53:41.952Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T14:53:41.955Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T14:53:41.973Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T14:53:41.976Z+ cargo --version
672026-06-30T14:53:41.989Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T14:53:41.994Z+ rustc --version
692026-06-30T14:53:42.012Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T14:53:42.015Zprocess exited: duration 16208 ms, exit code 0
 
712026-06-30T14:53:42.022Zstarting task 2: "authentication"
722026-06-30T14:53:42.039Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T14:53:42.045Zstarting task 3: "clone repository"
742026-06-30T14:53:42.049Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T14:53:42.052Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T14:53:42.081ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T14:53:42.954Z+ cd /work/oxidecomputer/opte
782026-06-30T14:53:42.954Z+ git fetch origin 2a1be40c7ae5607cb84359f9638df92ee41bc860
792026-06-30T14:53:43.200ZFrom https://github.com/oxidecomputer/opte
802026-06-30T14:53:43.200Z * branch 2a1be40c7ae5607cb84359f9638df92ee41bc860 -> FETCH_HEAD
812026-06-30T14:53:43.205Z+ [[ -n c3 ]]
822026-06-30T14:53:43.208Z++ git branch --show-current
832026-06-30T14:53:43.208Z+ current=master
842026-06-30T14:53:43.208Z+ [[ master != c3 ]]
852026-06-30T14:53:43.209Z+ git branch -f c3 2a1be40c7ae5607cb84359f9638df92ee41bc860
862026-06-30T14:53:43.211Z+ git checkout -f c3
872026-06-30T14:53:43.227ZSwitched to branch 'c3'
882026-06-30T14:53:43.230Z+ git reset --hard 2a1be40c7ae5607cb84359f9638df92ee41bc860
892026-06-30T14:53:43.244ZHEAD is now at 2a1be40 [safety] Weaken lifetime in get_xde_state()
902026-06-30T14:53:43.247Zprocess exited: duration 1199 ms, exit code 0
 
912026-06-30T14:53:43.254Zstarting task 4: "build"
922026-06-30T14:53:43.258Z+ source .github/buildomat/common.sh
932026-06-30T14:53:43.261Z++ rustup show active-toolchain
942026-06-30T14:53:43.264Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T14:53:43.264Z++ pushd xde
962026-06-30T14:53:43.264Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T14:53:43.264Z++ rustup show active-toolchain
982026-06-30T14:53:43.268Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T14:53:43.424Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T14:53:43.427Zinfo: downloading 6 components
1012026-06-30T14:53:56.611Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T14:53:56.710Z+++ rustup show active-toolchain -v
1032026-06-30T14:53:56.713Z+++ head -n 1
1042026-06-30T14:53:56.713Z+++ cut '-d ' -f1
1052026-06-30T14:53:56.766Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T14:53:56.766Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T14:53:56.766Z++ popd
1082026-06-30T14:53:56.768Z/work/oxidecomputer/opte
1092026-06-30T14:53:56.769Z+ cargo --version
1102026-06-30T14:53:56.776Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T14:53:56.779Z+ rustc --version
1122026-06-30T14:53:56.799Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T14:53:56.801Z+ cd crates/opte-api
1142026-06-30T14:53:56.802Z+ header 'check API_VERSION'
1152026-06-30T14:53:56.802Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-30T14:53:56.802Z+ ./check-api-version.sh
1172026-06-30T14:53:56.802Z# ==== check API_VERSION ==== #
1182026-06-30T14:53:56.810Z+ header 'check style'
1192026-06-30T14:53:56.810Z+ echo '# ==== check style ==== #'
1202026-06-30T14:53:56.813Z# ==== check style ==== #
1212026-06-30T14:53:56.813Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1222026-06-30T14:53:56.892Z
1232026-06-30T14:53:56.892Zreal 0.078582010
1242026-06-30T14:53:56.895Zuser 0.045506340
1252026-06-30T14:53:56.895Zsys 0.030091922
1262026-06-30T14:53:56.895Ztrap 0.000017830
1272026-06-30T14:53:56.895Ztflt 0.000014330
1282026-06-30T14:53:56.895Zdflt 0.000000000
1292026-06-30T14:53:56.895Zkflt 0.000000000
1302026-06-30T14:53:56.895Zlock 0.032172068
1312026-06-30T14:53:56.895Zslp 0.057668804
1322026-06-30T14:53:56.895Zlat 0.000858940
1332026-06-30T14:53:56.895Zstop 0.000130530
1342026-06-30T14:53:56.895Z+ header 'analyze std'
1352026-06-30T14:53:56.895Z+ echo '# ==== analyze std ==== #'
1362026-06-30T14:53:56.895Z+ ptime -m cargo clippy --all-targets
1372026-06-30T14:53:56.895Z# ==== analyze std ==== #
1382026-06-30T14:53:57.032Z Updating crates.io index
1392026-06-30T14:53:57.035Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-30T14:53:57.744Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-30T14:53:58.001Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-30T14:53:58.366Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-30T14:53:58.619Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-30T14:53:58.876Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-30T14:53:59.214Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-30T14:54:01.046Z Downloading crates ...
1472026-06-30T14:54:01.103Z Downloaded managed v0.8.0
1482026-06-30T14:54:01.107Z Downloaded macaddr v1.0.1
1492026-06-30T14:54:01.110Z Downloaded strsim v0.11.1
1502026-06-30T14:54:01.112Z Downloaded stable_deref_trait v1.2.1
1512026-06-30T14:54:01.115Z Downloaded fnv v1.0.7
1522026-06-30T14:54:01.115Z Downloaded defmt v0.3.100
1532026-06-30T14:54:01.115Z Downloaded ident_case v1.0.1
1542026-06-30T14:54:01.115Z Downloaded cfg-if v1.0.4
1552026-06-30T14:54:01.118Z Downloaded embedded-io v0.4.0
1562026-06-30T14:54:01.125Z Downloaded darling_macro v0.21.3
1572026-06-30T14:54:01.127Z Downloaded defmt-parser v1.0.0
1582026-06-30T14:54:01.132Z Downloaded proc-macro-error-attr2 v2.0.0
1592026-06-30T14:54:01.135Z Downloaded hash32 v0.3.1
1602026-06-30T14:54:01.139Z Downloaded embedded-io v0.6.1
1612026-06-30T14:54:01.141Z Downloaded cobs v0.3.0
1622026-06-30T14:54:01.144Z Downloaded byteorder v1.5.0
1632026-06-30T14:54:01.144Z Downloaded thiserror-impl v2.0.18
1642026-06-30T14:54:01.144Z Downloaded bitflags v1.3.2
1652026-06-30T14:54:01.147Z Downloaded ipnetwork v0.21.1
1662026-06-30T14:54:01.153Z Downloaded defmt-macros v1.1.0
1672026-06-30T14:54:01.157Z Downloaded proc-macro-error2 v2.0.1
1682026-06-30T14:54:01.160Z Downloaded ingot v0.1.1
1692026-06-30T14:54:01.163Z Downloaded thiserror v2.0.18
1702026-06-30T14:54:01.165Z Downloaded either v1.16.0
1712026-06-30T14:54:01.170Z Downloaded ingot-types v0.1.2
1722026-06-30T14:54:01.179Z Downloaded ingot-macros v0.1.1
1732026-06-30T14:54:01.183Z Downloaded postcard v1.1.3
1742026-06-30T14:54:01.186Z Downloaded serde_core v1.0.228
1752026-06-30T14:54:01.188Z Downloaded unicode-ident v1.0.24
1762026-06-30T14:54:01.191Z Downloaded quote v1.0.46
1772026-06-30T14:54:01.191Z Downloaded proc-macro2 v1.0.106
1782026-06-30T14:54:01.194Z Downloaded defmt v1.1.0
1792026-06-30T14:54:01.196Z Downloaded darling v0.21.3
1802026-06-30T14:54:01.199Z Downloaded bitflags v2.13.0
1812026-06-30T14:54:01.203Z Downloaded serde_derive v1.0.228
1822026-06-30T14:54:01.206Z Downloaded darling_core v0.21.3
1832026-06-30T14:54:01.212Z Downloaded aho-corasick v1.1.4
1842026-06-30T14:54:01.219Z Downloaded heapless v0.8.0
1852026-06-30T14:54:01.221Z Downloaded serde v1.0.228
1862026-06-30T14:54:01.224Z Downloaded memchr v2.8.2
1872026-06-30T14:54:01.227Z Downloaded zerocopy-derive v0.8.52
1882026-06-30T14:54:01.245Z Downloaded regex v1.12.4
1892026-06-30T14:54:01.248Z Downloaded itertools v0.14.0
1902026-06-30T14:54:01.288Z Downloaded zerocopy v0.8.52
1912026-06-30T14:54:01.298Z Downloaded syn v2.0.118
1922026-06-30T14:54:01.304Z Downloaded smoltcp v0.11.0
1932026-06-30T14:54:01.311Z Downloaded regex-syntax v0.8.11
1942026-06-30T14:54:01.321Z Downloaded regex-automata v0.4.14
1952026-06-30T14:54:01.358Z Compiling proc-macro2 v1.0.106
1962026-06-30T14:54:01.358Z Compiling quote v1.0.46
1972026-06-30T14:54:01.358Z Compiling unicode-ident v1.0.24
1982026-06-30T14:54:01.358Z Compiling fnv v1.0.7
1992026-06-30T14:54:01.361Z Compiling strsim v0.11.1
2002026-06-30T14:54:01.361Z Compiling ident_case v1.0.1
2012026-06-30T14:54:01.361Z Compiling memchr v2.8.2
2022026-06-30T14:54:01.361Z Compiling regex-syntax v0.8.11
2032026-06-30T14:54:01.526Z Compiling serde_core v1.0.228
2042026-06-30T14:54:01.543Z Compiling serde v1.0.228
2052026-06-30T14:54:01.551Z Compiling either v1.16.0
2062026-06-30T14:54:01.719Z Compiling thiserror v2.0.18
2072026-06-30T14:54:01.748Z Compiling zerocopy v0.8.52
2082026-06-30T14:54:01.806Z Compiling itertools v0.14.0
2092026-06-30T14:54:01.833Z Compiling aho-corasick v1.1.4
2102026-06-30T14:54:02.033Z Compiling heapless v0.8.0
2112026-06-30T14:54:02.180Z Checking byteorder v1.5.0
2122026-06-30T14:54:02.250Z Compiling smoltcp v0.11.0
2132026-06-30T14:54:02.332Z Checking hash32 v0.3.1
2142026-06-30T14:54:02.435Z Checking bitflags v2.13.0
2152026-06-30T14:54:02.576Z Checking stable_deref_trait v1.2.1
2162026-06-30T14:54:02.581Z Checking macaddr v1.0.1
2172026-06-30T14:54:02.653Z Compiling syn v2.0.118
2182026-06-30T14:54:02.722Z Checking bitflags v1.3.2
2192026-06-30T14:54:02.728Z Checking cfg-if v1.0.4
2202026-06-30T14:54:02.782Z Checking managed v0.8.0
2212026-06-30T14:54:02.782Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-30T14:54:02.960Z Compiling regex-automata v0.4.14
2232026-06-30T14:54:03.062Z Checking ipnetwork v0.21.1
2242026-06-30T14:54:04.432Z Compiling regex v1.12.4
2252026-06-30T14:54:04.847Z Compiling darling_core v0.21.3
2262026-06-30T14:54:05.206Z Compiling serde_derive v1.0.228
2272026-06-30T14:54:05.207Z Compiling thiserror-impl v2.0.18
2282026-06-30T14:54:05.210Z Compiling zerocopy-derive v0.8.52
2292026-06-30T14:54:06.204Z Checking cobs v0.3.0
2302026-06-30T14:54:06.258Z Compiling darling_macro v0.21.3
2312026-06-30T14:54:06.755Z Compiling darling v0.21.3
2322026-06-30T14:54:06.819Z Compiling ingot-macros v0.1.1
2332026-06-30T14:54:07.498Z Checking postcard v1.1.3
2342026-06-30T14:54:08.754Z Checking ingot-types v0.1.2
2352026-06-30T14:54:09.017Z Checking ingot v0.1.1
2362026-06-30T14:54:10.323Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-30T14:54:11.332Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.39s
2382026-06-30T14:54:11.429Z
2392026-06-30T14:54:11.429Zreal 14.531658301
2402026-06-30T14:54:11.429Zuser 30.873987429
2412026-06-30T14:54:11.430Zsys 6.100120362
2422026-06-30T14:54:11.430Ztrap 0.014559143
2432026-06-30T14:54:11.430Ztflt 0.080106961
2442026-06-30T14:54:11.430Zdflt 0.148388168
2452026-06-30T14:54:11.430Zkflt 0.003065782
2462026-06-30T14:54:11.430Zlock 1:54.394261219
2472026-06-30T14:54:11.430Zslp 1:31.898457621
2482026-06-30T14:54:11.430Zlat 1.145429009
2492026-06-30T14:54:11.430Zstop 4.768627328
2502026-06-30T14:54:11.433Z+ header 'analyze no_std'
2512026-06-30T14:54:11.433Z+ echo '# ==== analyze no_std ==== #'
2522026-06-30T14:54:11.433Z# ==== analyze no_std ==== #
2532026-06-30T14:54:11.433Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-06-30T14:54:11.533Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-30T14:54:11.764Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-30T14:54:12.748Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2572026-06-30T14:54:12.768Z
2582026-06-30T14:54:12.771Zreal 1.333416782
2592026-06-30T14:54:12.771Zuser 1.903598127
2602026-06-30T14:54:12.771Zsys 0.265329156
2612026-06-30T14:54:12.771Ztrap 0.000171070
2622026-06-30T14:54:12.771Ztflt 0.000056120
2632026-06-30T14:54:12.771Zdflt 0.000158090
2642026-06-30T14:54:12.771Zkflt 0.000000940
2652026-06-30T14:54:12.772Zlock 4.392480590
2662026-06-30T14:54:12.772Zslp 5.361683464
2672026-06-30T14:54:12.772Zlat 0.002271290
2682026-06-30T14:54:12.772Zstop 0.041556646
2692026-06-30T14:54:12.772Z+ header test
2702026-06-30T14:54:12.772Z+ echo '# ==== test ==== #'
2712026-06-30T14:54:12.772Z+ ptime -m cargo test
2722026-06-30T14:54:12.772Z# ==== test ==== #
2732026-06-30T14:54:12.900Z Compiling byteorder v1.5.0
2742026-06-30T14:54:12.900Z Compiling serde_core v1.0.228
2752026-06-30T14:54:12.900Z Compiling bitflags v2.13.0
2762026-06-30T14:54:12.900Z Compiling stable_deref_trait v1.2.1
2772026-06-30T14:54:12.923Z Compiling zerocopy v0.8.52
2782026-06-30T14:54:12.923Z Compiling thiserror v2.0.18
2792026-06-30T14:54:12.926Z Compiling macaddr v1.0.1
2802026-06-30T14:54:12.929Z Compiling cfg-if v1.0.4
2812026-06-30T14:54:12.976Z Compiling cobs v0.3.0
2822026-06-30T14:54:12.976Z Compiling bitflags v1.3.2
2832026-06-30T14:54:13.010Z Compiling managed v0.8.0
2842026-06-30T14:54:13.032Z Compiling ipnetwork v0.21.1
2852026-06-30T14:54:13.080Z Compiling hash32 v0.3.1
2862026-06-30T14:54:13.162Z Compiling heapless v0.8.0
2872026-06-30T14:54:13.218Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-06-30T14:54:13.517Z Compiling smoltcp v0.11.0
2892026-06-30T14:54:14.437Z Compiling serde v1.0.228
2902026-06-30T14:54:14.874Z Compiling postcard v1.1.3
2912026-06-30T14:54:15.586Z Compiling ingot-types v0.1.2
2922026-06-30T14:54:15.855Z Compiling ingot v0.1.1
2932026-06-30T14:54:17.242Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-30T14:54:18.967Z Finished `test` profile [optimized + debuginfo] target(s) in 6.18s
2952026-06-30T14:54:18.976Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668)
2962026-06-30T14:54:18.980Z
2972026-06-30T14:54:18.980Zrunning 25 tests
2982026-06-30T14:54:18.980Ztest encap::test::bad_vni ... ok
2992026-06-30T14:54:18.980Ztest ip::test::bad_cidr ... ok
3002026-06-30T14:54:18.980Ztest dns::tests::test_domain_name ... ok
3012026-06-30T14:54:18.980Ztest encap::test::vni_round_trip ... ok
3022026-06-30T14:54:18.980Ztest encap::test::good_vni ... ok
3032026-06-30T14:54:18.980Ztest ip::test::bad_prefix_len ... ok
3042026-06-30T14:54:18.980Ztest ip::test::dhcp_fqdn ... ok
3052026-06-30T14:54:18.980Ztest ip::test::good_cidr ... ok
3062026-06-30T14:54:18.980Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-30T14:54:18.980Ztest ip::test::ipv4_addr_good ... ok
3082026-06-30T14:54:18.980Ztest ip::test::ipv6_cidr_is_member ... ok
3092026-06-30T14:54:18.980Ztest ip::test::ipv4_mask ... ok
3102026-06-30T14:54:18.980Ztest ip::test::ipv6_is_default ... ok
3112026-06-30T14:54:18.980Ztest ip::test::ipv6_mask ... ok
3122026-06-30T14:54:18.980Ztest ip::test::test_ip_addr_from_str ... ok
3132026-06-30T14:54:18.980Ztest ip::test::ipv6_prefix_len ... ok
3142026-06-30T14:54:18.980Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-06-30T14:54:18.980Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-06-30T14:54:18.980Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-06-30T14:54:18.981Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-06-30T14:54:18.981Ztest ip::test::test_ipv6_is_multicast ... ok
3192026-06-30T14:54:18.981Ztest ip::test::test_ipv6_from_const ... ok
3202026-06-30T14:54:18.981Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-06-30T14:54:18.981Ztest ip::test::test_ipv6_multicast_mac ... ok
3222026-06-30T14:54:18.981Ztest ip::test::test_ipv6_from_eui64 ... ok
3232026-06-30T14:54:18.981Z
3242026-06-30T14:54:18.981Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-30T14:54:18.981Z
3262026-06-30T14:54:18.981Z Doc-tests opte_api
3272026-06-30T14:54:19.571Z
3282026-06-30T14:54:19.572Zrunning 1 test
3292026-06-30T14:54:19.576Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-30T14:54:19.576Z
3312026-06-30T14:54:19.576Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-30T14:54:19.576Z
3332026-06-30T14:54:19.576Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3342026-06-30T14:54:19.595Z
3352026-06-30T14:54:19.598Zreal 6.818417780
3362026-06-30T14:54:19.598Zuser 17.551722598
3372026-06-30T14:54:19.598Zsys 2.089766176
3382026-06-30T14:54:19.598Ztrap 0.005326930
3392026-06-30T14:54:19.598Ztflt 0.154816473
3402026-06-30T14:54:19.598Zdflt 0.155434323
3412026-06-30T14:54:19.598Zkflt 0.000000840
3422026-06-30T14:54:19.598Zlock 53.724503266
3432026-06-30T14:54:19.598Zslp 32.106642579
3442026-06-30T14:54:19.598Zlat 0.908594743
3452026-06-30T14:54:19.598Zstop 0.593927732
3462026-06-30T14:54:19.598Zprocess exited: duration 36342 ms, exit code 0
 
3472026-06-30T14:54:19.605Zfound 0 output files