01M0ZZ0J5GV764WTTFPVDZ6VRE: opte-api

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

Buildomat Job: 01M0ZZ10FG3K9HAZ1NMSRCEGF1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T21:19:31.566Zjob assigned to worker 01M0ZZ181VE51S6Z8V7K03ADVV [factory aws, i-0dfa7f6a094007c2a] (queued for 49 s)
 
22026-08-26T21:19:37.706Zstarting task 0: "setup"
32026-08-26T21:19:37.711Z++ uname -s
42026-08-26T21:19:37.714Z+ kern=SunOS
52026-08-26T21:19:37.714Z+ build_user=build
62026-08-26T21:19:37.714Z+ build_uid=12345
72026-08-26T21:19:37.714Z+ work_dir=/work
82026-08-26T21:19:37.714Z+ input_dir=/input
92026-08-26T21:19:37.714Z+ [[ 0 == 12345 ]]
102026-08-26T21:19:37.715Z+ case "$kern" in
112026-08-26T21:19:37.715Z+ groupadd -g 12345 build
122026-08-26T21:19:37.715Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T21:19:39.719Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T21:19:39.823Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T21:19:39.826Z+ home_fs=zfs
162026-08-26T21:19:39.826Z+ [[ zfs == autofs ]]
172026-08-26T21:19:39.826Z+ mkdir -p /home/build
182026-08-26T21:19:39.826Z+ chown build:build /home/build /work
192026-08-26T21:19:41.828Z+ chmod 0700 /home/build /work
202026-08-26T21:19:41.831Zprocess exited: duration 4123 ms, exit code 0
 
212026-08-26T21:19:41.839Zstarting task 1: "rust-toolchain"
222026-08-26T21:19:41.842Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T21:19:41.843Z * rust toolchain channel = "1.97.1"
242026-08-26T21:19:41.843Z * rust toolchain profile = "default"
252026-08-26T21:19:41.843Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-26T21:19:41.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-26T21:19:41.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-26T21:19:41.846Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T21:19:41.846Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T21:19:41.927Zinfo: downloading installer
312026-08-26T21:19:43.266Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T21:19:43.266Zwarn: /home/build/.rustup/settings.toml
332026-08-26T21:19:43.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T21:19:43.266Zwarn: instead of the one inferred from the default host triple.
352026-08-26T21:19:43.279Zinfo: profile set to default
362026-08-26T21:19:43.279Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T21:19:43.284Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T21:19:43.419Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T21:19:43.423Zinfo: downloading 6 components
402026-08-26T21:19:58.908Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T21:19:58.908Z
422026-08-26T21:19:58.936Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T21:19:58.936Z
442026-08-26T21:19:58.936Z
452026-08-26T21:19:58.936ZRust is installed now. Great!
462026-08-26T21:19:58.936Z
472026-08-26T21:19:58.939ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T21:19:58.939Zenvironment variable. This has not been done automatically.
492026-08-26T21:19:58.939Z
502026-08-26T21:19:58.939ZTo configure your current shell, you need to source
512026-08-26T21:19:58.939Zthe corresponding env file under $HOME/.cargo.
522026-08-26T21:19:58.939Z
532026-08-26T21:19:58.939ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T21:19:58.939Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T21:19:58.939Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T21:19:58.939Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T21:19:58.939Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T21:19:58.939Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T21:19:58.939Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T21:19:58.939Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T21:19:58.939Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T21:19:59.029Z+ rustup --version
632026-08-26T21:19:59.037Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T21:19:59.040Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T21:19:59.058Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T21:19:59.061Z+ cargo --version
672026-08-26T21:19:59.076Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T21:19:59.080Z+ rustc --version
692026-08-26T21:19:59.097Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T21:19:59.100Zprocess exited: duration 17260 ms, exit code 0
 
712026-08-26T21:19:59.106Zstarting task 2: "authentication"
722026-08-26T21:19:59.122Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T21:19:59.128Zstarting task 3: "clone repository"
742026-08-26T21:19:59.132Z+ mkdir -p /work/oxidecomputer/opte
752026-08-26T21:19:59.136Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-26T21:19:59.165ZCloning into '/work/oxidecomputer/opte'...
772026-08-26T21:20:00.456Z+ cd /work/oxidecomputer/opte
782026-08-26T21:20:00.456Z+ git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
792026-08-26T21:20:00.765ZFrom https://github.com/oxidecomputer/opte
802026-08-26T21:20:00.765Z * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD
812026-08-26T21:20:00.770Z+ [[ -n bound-my-list ]]
822026-08-26T21:20:00.774Z++ git branch --show-current
832026-08-26T21:20:00.775Z+ current=master
842026-08-26T21:20:00.775Z+ [[ master != bound-my-list ]]
852026-08-26T21:20:00.775Z+ git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
862026-08-26T21:20:00.777Z+ git checkout -f bound-my-list
872026-08-26T21:20:00.793ZSwitched to branch 'bound-my-list'
882026-08-26T21:20:00.796Z+ git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
892026-08-26T21:20:00.810ZHEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry
902026-08-26T21:20:00.813Zprocess exited: duration 1682 ms, exit code 0
 
912026-08-26T21:20:00.819Zstarting task 4: "build"
922026-08-26T21:20:00.822Z+ source .github/buildomat/common.sh
932026-08-26T21:20:00.825Z++ rustup show active-toolchain
942026-08-26T21:20:00.828Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-26T21:20:00.831Z++ pushd xde
962026-08-26T21:20:00.831Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-26T21:20:00.831Z++ rustup show active-toolchain
982026-08-26T21:20:00.834Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-26T21:20:01.096Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-26T21:20:01.099Zinfo: downloading 6 components
1012026-08-26T21:20:16.650Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-26T21:20:16.752Z+++ rustup show active-toolchain -v
1032026-08-26T21:20:16.755Z+++ head -n 1
1042026-08-26T21:20:16.756Z+++ cut '-d ' -f1
1052026-08-26T21:20:16.813Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-26T21:20:16.813Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-26T21:20:16.813Z++ popd
1082026-08-26T21:20:16.817Z/work/oxidecomputer/opte
1092026-08-26T21:20:16.817Z+ cargo --version
1102026-08-26T21:20:16.822Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-26T21:20:16.826Z+ rustc --version
1122026-08-26T21:20:16.844Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-26T21:20:16.847Z+ cd crates/opte-api
1142026-08-26T21:20:16.847Z+ header 'check API_VERSION'
1152026-08-26T21:20:16.847Z+ echo '# ==== check API_VERSION ==== #'
1162026-08-26T21:20:16.847Z# ==== check API_VERSION ==== #
1172026-08-26T21:20:16.847Z+ ./check-api-version.sh
1182026-08-26T21:20:16.859Z+ header 'check style'
1192026-08-26T21:20:16.859Z+ echo '# ==== check style ==== #'
1202026-08-26T21:20:16.863Z# ==== check style ==== #
1212026-08-26T21:20:16.863Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-08-26T21:20:16.938Z
1232026-08-26T21:20:16.938Zreal 0.077245848
1242026-08-26T21:20:16.938Zuser 0.045238113
1252026-08-26T21:20:16.938Zsys 0.029018030
1262026-08-26T21:20:16.938Ztrap 0.000013480
1272026-08-26T21:20:16.938Ztflt 0.000022890
1282026-08-26T21:20:16.938Zdflt 0.000003700
1292026-08-26T21:20:16.938Zkflt 0.000000000
1302026-08-26T21:20:16.938Zlock 0.031621704
1312026-08-26T21:20:16.938Zslp 0.057490651
1322026-08-26T21:20:16.938Zlat 0.000758330
1332026-08-26T21:20:16.939Zstop 0.000099920
1342026-08-26T21:20:16.942Z+ header 'analyze std'
1352026-08-26T21:20:16.942Z+ echo '# ==== analyze std ==== #'
1362026-08-26T21:20:16.942Z# ==== analyze std ==== #
1372026-08-26T21:20:16.942Z+ ptime -m cargo clippy --all-targets
1382026-08-26T21:20:17.061Z Updating crates.io index
1392026-08-26T21:20:17.064Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-08-26T21:20:17.820Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-08-26T21:20:18.494Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-08-26T21:20:18.849Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-08-26T21:20:19.235Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-08-26T21:20:19.620Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-26T21:20:19.990Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-26T21:20:21.616Z Downloading crates ...
1472026-08-26T21:20:21.659Z Downloaded cobs v0.3.0
1482026-08-26T21:20:21.668Z Downloaded serde_core v1.0.228
1492026-08-26T21:20:21.677Z Downloaded proc-macro2 v1.0.106
1502026-08-26T21:20:21.680Z Downloaded embedded-io v0.4.0
1512026-08-26T21:20:21.683Z Downloaded bitflags v2.13.0
1522026-08-26T21:20:21.686Z Downloaded memchr v2.8.3
1532026-08-26T21:20:21.689Z Downloaded ident_case v1.0.1
1542026-08-26T21:20:21.692Z Downloaded hash32 v0.3.1
1552026-08-26T21:20:21.696Z Downloaded managed v0.8.0
1562026-08-26T21:20:21.699Z Downloaded embedded-io v0.6.1
1572026-08-26T21:20:21.701Z Downloaded macaddr v1.0.1
1582026-08-26T21:20:21.702Z Downloaded defmt v0.3.100
1592026-08-26T21:20:21.704Z Downloaded strsim v0.11.1
1602026-08-26T21:20:21.704Z Downloaded defmt-parser v1.0.0
1612026-08-26T21:20:21.707Z Downloaded bitflags v1.3.2
1622026-08-26T21:20:21.710Z Downloaded either v1.16.0
1632026-08-26T21:20:21.713Z Downloaded thiserror v2.0.18
1642026-08-26T21:20:21.716Z Downloaded ingot v0.2.0
1652026-08-26T21:20:21.716Z Downloaded defmt v1.1.1
1662026-08-26T21:20:21.719Z Downloaded quote v1.0.46
1672026-08-26T21:20:21.719Z Downloaded byteorder v1.5.0
1682026-08-26T21:20:21.726Z Downloaded darling_macro v0.23.0
1692026-08-26T21:20:21.730Z Downloaded ingot-types v0.2.0
1702026-08-26T21:20:21.733Z Downloaded stable_deref_trait v1.2.1
1712026-08-26T21:20:21.736Z Downloaded cfg-if v1.0.4
1722026-08-26T21:20:21.740Z Downloaded ingot-macros v0.2.0
1732026-08-26T21:20:21.745Z Downloaded ipnetwork v0.21.1
1742026-08-26T21:20:21.750Z Downloaded thiserror-impl v2.0.18
1752026-08-26T21:20:21.750Z Downloaded serde_derive v1.0.228
1762026-08-26T21:20:21.753Z Downloaded defmt-macros v1.1.1
1772026-08-26T21:20:21.753Z Downloaded darling v0.23.0
1782026-08-26T21:20:21.757Z Downloaded heapless v0.8.0
1792026-08-26T21:20:21.761Z Downloaded darling_core v0.23.0
1802026-08-26T21:20:21.764Z Downloaded postcard v1.1.3
1812026-08-26T21:20:21.767Z Downloaded unicode-ident v1.0.24
1822026-08-26T21:20:21.771Z Downloaded aho-corasick v1.1.4
1832026-08-26T21:20:21.783Z Downloaded serde v1.0.228
1842026-08-26T21:20:21.792Z Downloaded zerocopy-derive v0.8.54
1852026-08-26T21:20:21.811Z Downloaded regex v1.13.0
1862026-08-26T21:20:21.815Z Downloaded itertools v0.15.0
1872026-08-26T21:20:21.855Z Downloaded zerocopy v0.8.54
1882026-08-26T21:20:21.864Z Downloaded smoltcp v0.11.0
1892026-08-26T21:20:21.870Z Downloaded syn v2.0.118
1902026-08-26T21:20:21.876Z Downloaded regex-syntax v0.8.11
1912026-08-26T21:20:21.879Z Downloaded regex-automata v0.4.15
1922026-08-26T21:20:21.914Z Compiling proc-macro2 v1.0.106
1932026-08-26T21:20:21.914Z Compiling unicode-ident v1.0.24
1942026-08-26T21:20:21.918Z Compiling quote v1.0.46
1952026-08-26T21:20:21.918Z Compiling strsim v0.11.1
1962026-08-26T21:20:21.918Z Compiling memchr v2.8.3
1972026-08-26T21:20:21.918Z Compiling ident_case v1.0.1
1982026-08-26T21:20:21.918Z Compiling serde_core v1.0.228
1992026-08-26T21:20:21.918Z Compiling regex-syntax v0.8.11
2002026-08-26T21:20:22.104Z Compiling thiserror v2.0.18
2012026-08-26T21:20:22.107Z Compiling serde v1.0.228
2022026-08-26T21:20:22.264Z Compiling either v1.16.0
2032026-08-26T21:20:22.349Z Compiling zerocopy v0.8.54
2042026-08-26T21:20:22.402Z Compiling aho-corasick v1.1.4
2052026-08-26T21:20:22.463Z Compiling itertools v0.15.0
2062026-08-26T21:20:22.576Z Checking byteorder v1.5.0
2072026-08-26T21:20:22.606Z Compiling heapless v0.8.0
2082026-08-26T21:20:22.724Z Checking hash32 v0.3.1
2092026-08-26T21:20:22.751Z Compiling smoltcp v0.11.0
2102026-08-26T21:20:22.825Z Checking bitflags v2.13.0
2112026-08-26T21:20:22.972Z Checking stable_deref_trait v1.2.1
2122026-08-26T21:20:23.052Z Checking macaddr v1.0.1
2132026-08-26T21:20:23.181Z Checking cfg-if v1.0.4
2142026-08-26T21:20:23.188Z Checking managed v0.8.0
2152026-08-26T21:20:23.238Z Compiling syn v2.0.118
2162026-08-26T21:20:23.270Z Checking bitflags v1.3.2
2172026-08-26T21:20:23.331Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-08-26T21:20:23.364Z Checking ipnetwork v0.21.1
2192026-08-26T21:20:23.441Z Compiling regex-automata v0.4.15
2202026-08-26T21:20:24.916Z Compiling regex v1.13.0
2212026-08-26T21:20:25.416Z Compiling darling_core v0.23.0
2222026-08-26T21:20:25.744Z Compiling serde_derive v1.0.228
2232026-08-26T21:20:25.744Z Compiling zerocopy-derive v0.8.54
2242026-08-26T21:20:25.745Z Compiling thiserror-impl v2.0.18
2252026-08-26T21:20:26.746Z Checking cobs v0.3.0
2262026-08-26T21:20:26.810Z Compiling darling_macro v0.23.0
2272026-08-26T21:20:27.322Z Compiling darling v0.23.0
2282026-08-26T21:20:27.386Z Compiling ingot-macros v0.2.0
2292026-08-26T21:20:28.040Z Checking postcard v1.1.3
2302026-08-26T21:20:29.340Z Checking ingot-types v0.2.0
2312026-08-26T21:20:29.611Z Checking ingot v0.2.0
2322026-08-26T21:20:30.905Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-08-26T21:20:31.919Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.93s
2342026-08-26T21:20:32.018Z
2352026-08-26T21:20:32.019Zreal 15.070174362
2362026-08-26T21:20:32.019Zuser 30.929517892
2372026-08-26T21:20:32.019Zsys 5.795651979
2382026-08-26T21:20:32.019Ztrap 0.012730110
2392026-08-26T21:20:32.019Ztflt 0.079915817
2402026-08-26T21:20:32.019Zdflt 0.293762039
2412026-08-26T21:20:32.019Zkflt 0.004882503
2422026-08-26T21:20:32.019Zlock 2:12.578824910
2432026-08-26T21:20:32.019Zslp 1:33.229486968
2442026-08-26T21:20:32.019Zlat 1.037535639
2452026-08-26T21:20:32.025Zstop 5.240918247
2462026-08-26T21:20:32.025Z+ header 'analyze no_std'
2472026-08-26T21:20:32.025Z+ echo '# ==== analyze no_std ==== #'
2482026-08-26T21:20:32.025Z# ==== analyze no_std ==== #
2492026-08-26T21:20:32.025Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-08-26T21:20:32.130Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-08-26T21:20:32.342Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-08-26T21:20:33.319Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2532026-08-26T21:20:33.342Z
2542026-08-26T21:20:33.342Zreal 1.319683313
2552026-08-26T21:20:33.342Zuser 1.903060249
2562026-08-26T21:20:33.342Zsys 0.258744878
2572026-08-26T21:20:33.348Ztrap 0.000196980
2582026-08-26T21:20:33.348Ztflt 0.000055880
2592026-08-26T21:20:33.348Zdflt 0.000109950
2602026-08-26T21:20:33.348Zkflt 0.000000000
2612026-08-26T21:20:33.348Zlock 5.584210407
2622026-08-26T21:20:33.348Zslp 5.346520656
2632026-08-26T21:20:33.348Zlat 0.002689820
2642026-08-26T21:20:33.348Zstop 0.056865830
2652026-08-26T21:20:33.348Z+ header test
2662026-08-26T21:20:33.348Z+ echo '# ==== test ==== #'
2672026-08-26T21:20:33.348Z# ==== test ==== #
2682026-08-26T21:20:33.348Z+ ptime -m cargo test
2692026-08-26T21:20:33.470Z Compiling serde_core v1.0.228
2702026-08-26T21:20:33.470Z Compiling byteorder v1.5.0
2712026-08-26T21:20:33.477Z Compiling macaddr v1.0.1
2722026-08-26T21:20:33.477Z Compiling bitflags v2.13.0
2732026-08-26T21:20:33.492Z Compiling zerocopy v0.8.54
2742026-08-26T21:20:33.492Z Compiling thiserror v2.0.18
2752026-08-26T21:20:33.502Z Compiling stable_deref_trait v1.2.1
2762026-08-26T21:20:33.502Z Compiling managed v0.8.0
2772026-08-26T21:20:33.551Z Compiling cobs v0.3.0
2782026-08-26T21:20:33.577Z Compiling bitflags v1.3.2
2792026-08-26T21:20:33.639Z Compiling hash32 v0.3.1
2802026-08-26T21:20:33.652Z Compiling cfg-if v1.0.4
2812026-08-26T21:20:33.699Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-08-26T21:20:33.705Z Compiling ipnetwork v0.21.1
2832026-08-26T21:20:33.724Z Compiling heapless v0.8.0
2842026-08-26T21:20:34.077Z Compiling smoltcp v0.11.0
2852026-08-26T21:20:35.037Z Compiling serde v1.0.228
2862026-08-26T21:20:35.445Z Compiling postcard v1.1.3
2872026-08-26T21:20:36.117Z Compiling ingot-types v0.2.0
2882026-08-26T21:20:36.412Z Compiling ingot v0.2.0
2892026-08-26T21:20:37.796Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-08-26T21:20:39.678Z Finished `test` profile [optimized + debuginfo] target(s) in 6.32s
2912026-08-26T21:20:39.687Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2922026-08-26T21:20:39.691Z
2932026-08-26T21:20:39.691Zrunning 25 tests
2942026-08-26T21:20:39.691Ztest encap::test::bad_vni ... ok
2952026-08-26T21:20:39.691Ztest dns::tests::test_domain_name ... ok
2962026-08-26T21:20:39.691Ztest encap::test::vni_round_trip ... ok
2972026-08-26T21:20:39.691Ztest encap::test::good_vni ... ok
2982026-08-26T21:20:39.691Ztest ip::test::bad_cidr ... ok
2992026-08-26T21:20:39.691Ztest ip::test::bad_prefix_len ... ok
3002026-08-26T21:20:39.691Ztest ip::test::dhcp_fqdn ... ok
3012026-08-26T21:20:39.691Ztest ip::test::good_cidr ... ok
3022026-08-26T21:20:39.692Ztest ip::test::ipv4_addr_bad ... ok
3032026-08-26T21:20:39.692Ztest ip::test::ipv4_addr_good ... ok
3042026-08-26T21:20:39.692Ztest ip::test::ipv4_mask ... ok
3052026-08-26T21:20:39.692Ztest ip::test::ipv6_cidr_is_member ... ok
3062026-08-26T21:20:39.692Ztest ip::test::ipv6_is_default ... ok
3072026-08-26T21:20:39.692Ztest ip::test::ipv6_mask ... ok
3082026-08-26T21:20:39.692Ztest ip::test::test_ip_addr_from_str ... ok
3092026-08-26T21:20:39.692Ztest ip::test::ipv6_prefix_len ... ok
3102026-08-26T21:20:39.692Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-08-26T21:20:39.692Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-08-26T21:20:39.692Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-08-26T21:20:39.692Ztest ip::test::test_ipv6_from_eui64 ... ok
3142026-08-26T21:20:39.692Ztest ip::test::test_ipv6_from_const ... ok
3152026-08-26T21:20:39.692Ztest ip::test::test_ipv6_is_multicast ... ok
3162026-08-26T21:20:39.692Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-08-26T21:20:39.692Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-08-26T21:20:39.692Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-08-26T21:20:39.692Z
3202026-08-26T21:20:39.692Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-08-26T21:20:39.692Z
3222026-08-26T21:20:39.692Z Doc-tests opte_api
3232026-08-26T21:20:40.283Z
3242026-08-26T21:20:40.283Zrunning 1 test
3252026-08-26T21:20:40.288Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-08-26T21:20:40.288Z
3272026-08-26T21:20:40.289Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-08-26T21:20:40.289Z
3292026-08-26T21:20:40.289Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3302026-08-26T21:20:40.299Z
3312026-08-26T21:20:40.299Zreal 6.952585235
3322026-08-26T21:20:40.299Zuser 17.439625500
3332026-08-26T21:20:40.299Zsys 2.053292199
3342026-08-26T21:20:40.299Ztrap 0.004128610
3352026-08-26T21:20:40.299Ztflt 0.215317302
3362026-08-26T21:20:40.299Zdflt 0.190590229
3372026-08-26T21:20:40.299Zkflt 0.000000000
3382026-08-26T21:20:40.299Zlock 1:03.328640894
3392026-08-26T21:20:40.308Zslp 32.520186953
3402026-08-26T21:20:40.308Zlat 0.646643111
3412026-08-26T21:20:40.308Zstop 0.662000573
3422026-08-26T21:20:40.308Zprocess exited: duration 39480 ms, exit code 0
 
3432026-08-26T21:20:40.317Zfound 0 output files