01JFY0M17WRPS758CX9FVJ715R: opte-api

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "nightly-2024-11-18",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01JFY0M990M8X2ND99NKDJ6DYT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-25T04:19:54.607Zjob assigned to worker 01JFY0MHTJC0SQZEY53YWD2TS2 [factory aws, i-08446c1550c29b7b2] (queued for 51 s)
 
22024-12-25T04:20:02.285Zstarting task 0: "setup"
32024-12-25T04:20:02.301Z++ uname -s
42024-12-25T04:20:02.309Z+ kern=SunOS
52024-12-25T04:20:02.309Z+ case "$kern" in
62024-12-25T04:20:02.309Z+ groupadd -g 12345 build
72024-12-25T04:20:02.309Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-25T04:20:04.309Z+ zfs create -o mountpoint=/work rpool/work
92024-12-25T04:20:04.420Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-25T04:20:04.422Z+ home_fs=zfs
112024-12-25T04:20:04.422Z+ [[ zfs == autofs ]]
122024-12-25T04:20:04.422Z+ mkdir -p /home/build
132024-12-25T04:20:04.425Z+ chown build:build /home/build /work
142024-12-25T04:20:06.426Z+ chmod 0700 /home/build /work
152024-12-25T04:20:06.429Zprocess exited: duration 4143 ms, exit code 0
 
162024-12-25T04:20:06.434Zstarting task 1: "rust-toolchain"
172024-12-25T04:20:06.439Z+ printf ' * toolchain channel = "%s"
182024-12-25T04:20:06.439Z' nightly-2024-11-18
192024-12-25T04:20:06.439Z+ printf ' * toolchain profile = "%s"
202024-12-25T04:20:06.439Z' default
212024-12-25T04:20:06.439Z * toolchain channel = "nightly-2024-11-18"
222024-12-25T04:20:06.439Z * toolchain profile = "default"
232024-12-25T04:20:06.442Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-25T04:20:06.442Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-11-18 --profile default
252024-12-25T04:20:06.558Zinfo: downloading installer
262024-12-25T04:20:07.993Zinfo: profile set to 'default'
272024-12-25T04:20:07.993Zinfo: default host triple is x86_64-unknown-illumos
282024-12-25T04:20:07.995Zinfo: syncing channel updates for 'nightly-2024-11-18-x86_64-unknown-illumos'
292024-12-25T04:20:08.158Zinfo: latest update on 2024-11-18, rust version 1.84.0-nightly (5ec7d6eee 2024-11-17)
302024-12-25T04:20:08.158Zinfo: downloading component 'cargo'
312024-12-25T04:20:09.097Zinfo: downloading component 'clippy'
322024-12-25T04:20:09.653Zinfo: downloading component 'rust-docs'
332024-12-25T04:20:11.021Zinfo: downloading component 'rust-std'
342024-12-25T04:20:13.196Zinfo: downloading component 'rustc'
352024-12-25T04:20:20.447Zinfo: downloading component 'rustfmt'
362024-12-25T04:20:20.754Zinfo: installing component 'cargo'
372024-12-25T04:20:21.620Zinfo: installing component 'clippy'
382024-12-25T04:20:22.003Zinfo: installing component 'rust-docs'
392024-12-25T04:20:23.700Zinfo: installing component 'rust-std'
402024-12-25T04:20:25.572Zinfo: installing component 'rustc'
412024-12-25T04:20:31.697Zinfo: installing component 'rustfmt'
422024-12-25T04:20:32.031Zinfo: default toolchain set to 'nightly-2024-11-18-x86_64-unknown-illumos'
432024-12-25T04:20:32.031Z
442024-12-25T04:20:32.421Z nightly-2024-11-18-x86_64-unknown-illumos installed - rustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
452024-12-25T04:20:32.421Z
462024-12-25T04:20:32.424Z
472024-12-25T04:20:32.424ZRust is installed now. Great!
482024-12-25T04:20:32.424Z
492024-12-25T04:20:32.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-25T04:20:32.424Zenvironment variable. This has not been done automatically.
512024-12-25T04:20:32.424Z
522024-12-25T04:20:32.424ZTo configure your current shell, you need to source
532024-12-25T04:20:32.424Zthe corresponding env file under $HOME/.cargo.
542024-12-25T04:20:32.424Z
552024-12-25T04:20:32.424ZThis is usually done by running one of the following (note the leading DOT):
562024-12-25T04:20:32.424Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-25T04:20:32.424Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-25T04:20:32.501Z+ rustc --version
592024-12-25T04:20:32.569Zrustc 1.84.0-nightly (5ec7d6eee 2024-11-17)
602024-12-25T04:20:32.573Zprocess exited: duration 26136 ms, exit code 0
 
612024-12-25T04:20:32.579Zstarting task 2: "authentication"
622024-12-25T04:20:32.600Zprocess exited: duration 20 ms, exit code 0
 
632024-12-25T04:20:32.606Zstarting task 3: "clone repository"
642024-12-25T04:20:32.611Z+ mkdir -p /work/oxidecomputer/opte
652024-12-25T04:20:32.614Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-12-25T04:20:32.651ZCloning into '/work/oxidecomputer/opte'...
672024-12-25T04:20:33.399Z+ cd /work/oxidecomputer/opte
682024-12-25T04:20:33.400Z+ git fetch origin c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e
692024-12-25T04:20:33.671ZFrom https://github.com/oxidecomputer/opte
702024-12-25T04:20:33.671Z * branch c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e -> FETCH_HEAD
712024-12-25T04:20:33.680Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
722024-12-25T04:20:33.683Z++ git branch --show-current
732024-12-25T04:20:33.686Z+ current=master
742024-12-25T04:20:33.686Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
752024-12-25T04:20:33.686Z+ git branch -f renovate/zerocopy-0.x-lockfile c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e
762024-12-25T04:20:33.689Z+ git checkout -f renovate/zerocopy-0.x-lockfile
772024-12-25T04:20:33.710ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
782024-12-25T04:20:33.713Z+ git reset --hard c16669c85cd3aa6b7736840a8af1fdfe9e43aa3e
792024-12-25T04:20:33.732ZHEAD is now at c16669c Update Rust crate zerocopy to v0.8.14
802024-12-25T04:20:33.735Zprocess exited: duration 1127 ms, exit code 0
 
812024-12-25T04:20:33.740Zstarting task 4: "build"
822024-12-25T04:20:33.745Z+ cargo --version
832024-12-25T04:20:33.750Zinfo: syncing channel updates for '1.83.0-x86_64-unknown-illumos'
842024-12-25T04:20:33.897Zinfo: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26)
852024-12-25T04:20:33.897Zinfo: downloading component 'cargo'
862024-12-25T04:20:34.672Zinfo: downloading component 'clippy'
872024-12-25T04:20:35.050Zinfo: downloading component 'rust-docs'
882024-12-25T04:20:36.097Zinfo: downloading component 'rust-std'
892024-12-25T04:20:37.645Zinfo: downloading component 'rustc'
902024-12-25T04:20:43.506Zinfo: downloading component 'rustfmt'
912024-12-25T04:20:43.725Zinfo: installing component 'cargo'
922024-12-25T04:20:44.562Zinfo: installing component 'clippy'
932024-12-25T04:20:44.936Zinfo: installing component 'rust-docs'
942024-12-25T04:20:46.595Zinfo: installing component 'rust-std'
952024-12-25T04:20:48.267Zinfo: installing component 'rustc'
962024-12-25T04:20:53.991Zinfo: installing component 'rustfmt'
972024-12-25T04:20:54.402Zcargo 1.83.0 (5ffbef321 2024-10-29)
982024-12-25T04:20:54.405Z+ rustc --version
992024-12-25T04:20:54.473Zrustc 1.83.0 (90b35a623 2024-11-26)
1002024-12-25T04:20:54.478Z+ cd crates/opte-api
1012024-12-25T04:20:54.480Z+ header 'check API_VERSION'
1022024-12-25T04:20:54.480Z+ echo '# ==== check API_VERSION ==== #'
1032024-12-25T04:20:54.480Z# ==== check API_VERSION ==== #
1042024-12-25T04:20:54.480Z+ ./check-api-version.sh
1052024-12-25T04:20:54.489Z+ header 'check style'
1062024-12-25T04:20:54.492Z+ echo '# ==== check style ==== #'
1072024-12-25T04:20:54.492Z# ==== check style ==== #
1082024-12-25T04:20:54.492Z+ ptime -m cargo +nightly-2024-11-18 fmt -- --check
1092024-12-25T04:20:54.705Z
1102024-12-25T04:20:54.706Zreal 0.211809023
1112024-12-25T04:20:54.706Zuser 0.117672847
1122024-12-25T04:20:54.706Zsys 0.089404688
1132024-12-25T04:20:54.706Ztrap 0.000002938
1142024-12-25T04:20:54.706Ztflt 0.000000000
1152024-12-25T04:20:54.706Zdflt 0.000000000
1162024-12-25T04:20:54.706Zkflt 0.000000000
1172024-12-25T04:20:54.706Zlock 0.000000000
1182024-12-25T04:20:54.706Zslp 0.126321826
1192024-12-25T04:20:54.706Zlat 0.000269898
1202024-12-25T04:20:54.706Zstop 0.000141778
1212024-12-25T04:20:54.708Z+ header 'analyze std'
1222024-12-25T04:20:54.708Z+ echo '# ==== analyze std ==== #'
1232024-12-25T04:20:54.708Z# ==== analyze std ==== #
1242024-12-25T04:20:54.708Z+ ptime -m cargo clippy --all-targets
1252024-12-25T04:20:54.927Z Updating crates.io index
1262024-12-25T04:20:54.974Z Updating git repository `https://github.com/oxidecomputer/falcon`
1272024-12-25T04:20:55.778Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1282024-12-25T04:20:56.197Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1292024-12-25T04:20:56.476Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1302024-12-25T04:20:56.883Z Updating git repository `https://github.com/oxidecomputer/zone`
1312024-12-25T04:20:57.198Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1322024-12-25T04:20:57.764Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332024-12-25T04:20:58.025Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1342024-12-25T04:20:58.273Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1352024-12-25T04:20:59.277Z Downloading crates ...
1362024-12-25T04:20:59.318Z Downloaded cfg-if v1.0.0
1372024-12-25T04:20:59.326Z Downloaded bitflags v2.6.0
1382024-12-25T04:20:59.330Z Downloaded defmt v0.3.10
1392024-12-25T04:20:59.333Z Downloaded darling_macro v0.20.10
1402024-12-25T04:20:59.336Z Downloaded proc-macro-error-attr2 v2.0.0
1412024-12-25T04:20:59.344Z Downloaded ident_case v1.0.1
1422024-12-25T04:20:59.349Z Downloaded fnv v1.0.7
1432024-12-25T04:20:59.351Z Downloaded either v1.13.0
1442024-12-25T04:20:59.354Z Downloaded hash32 v0.3.1
1452024-12-25T04:20:59.357Z Downloaded cobs v0.2.3
1462024-12-25T04:20:59.359Z Downloaded strsim v0.11.1
1472024-12-25T04:20:59.362Z Downloaded stable_deref_trait v1.2.0
1482024-12-25T04:20:59.362Z Downloaded defmt-parser v0.4.1
1492024-12-25T04:20:59.365Z Downloaded defmt-macros v0.4.0
1502024-12-25T04:20:59.367Z Downloaded managed v0.8.0
1512024-12-25T04:20:59.370Z Downloaded embedded-io v0.6.1
1522024-12-25T04:20:59.372Z Downloaded thiserror-impl v2.0.9
1532024-12-25T04:20:59.374Z Downloaded macaddr v1.0.1
1542024-12-25T04:20:59.374Z Downloaded darling v0.20.10
1552024-12-25T04:20:59.379Z Downloaded thiserror v2.0.9
1562024-12-25T04:20:59.384Z Downloaded ipnetwork v0.20.0
1572024-12-25T04:20:59.387Z Downloaded byteorder v1.5.0
1582024-12-25T04:20:59.397Z Downloaded embedded-io v0.4.0
1592024-12-25T04:20:59.403Z Downloaded unicode-ident v1.0.14
1602024-12-25T04:20:59.405Z Downloaded proc-macro2 v1.0.92
1612024-12-25T04:20:59.409Z Downloaded postcard v1.1.1
1622024-12-25T04:20:59.412Z Downloaded serde_derive v1.0.216
1632024-12-25T04:20:59.414Z Downloaded darling_core v0.20.10
1642024-12-25T04:20:59.417Z Downloaded proc-macro-error2 v2.0.1
1652024-12-25T04:20:59.420Z Downloaded bitflags v1.3.2
1662024-12-25T04:20:59.423Z Downloaded quote v1.0.37
1672024-12-25T04:20:59.426Z Downloaded heapless v0.8.0
1682024-12-25T04:20:59.429Z Downloaded zerocopy-derive v0.8.14
1692024-12-25T04:20:59.435Z Downloaded serde v1.0.216
1702024-12-25T04:20:59.438Z Downloaded memchr v2.7.4
1712024-12-25T04:20:59.457Z Downloaded aho-corasick v1.1.3
1722024-12-25T04:20:59.463Z Downloaded itertools v0.13.0
1732024-12-25T04:20:59.492Z Downloaded zerocopy v0.8.14
1742024-12-25T04:20:59.515Z Downloaded regex v1.11.1
1752024-12-25T04:20:59.527Z Downloaded syn v2.0.91
1762024-12-25T04:20:59.538Z Downloaded smoltcp v0.11.0
1772024-12-25T04:20:59.549Z Downloaded regex-syntax v0.8.5
1782024-12-25T04:20:59.563Z Downloaded regex-automata v0.4.9
1792024-12-25T04:20:59.690Z Compiling proc-macro2 v1.0.92
1802024-12-25T04:20:59.690Z Compiling unicode-ident v1.0.14
1812024-12-25T04:20:59.693Z Compiling fnv v1.0.7
1822024-12-25T04:20:59.693Z Compiling ident_case v1.0.1
1832024-12-25T04:20:59.694Z Compiling memchr v2.7.4
1842024-12-25T04:20:59.694Z Compiling strsim v0.11.1
1852024-12-25T04:20:59.694Z Compiling regex-syntax v0.8.5
1862024-12-25T04:20:59.694Z Compiling serde v1.0.216
1872024-12-25T04:20:59.821Z Compiling zerocopy v0.8.14
1882024-12-25T04:20:59.852Z Compiling either v1.13.0
1892024-12-25T04:20:59.869Z Checking byteorder v1.5.0
1902024-12-25T04:21:00.141Z Compiling heapless v0.8.0
1912024-12-25T04:21:00.220Z Compiling itertools v0.13.0
1922024-12-25T04:21:00.330Z Checking hash32 v0.3.1
1932024-12-25T04:21:00.340Z Checking macaddr v1.0.1
1942024-12-25T04:21:00.489Z Checking stable_deref_trait v1.2.0
1952024-12-25T04:21:00.568Z Compiling smoltcp v0.11.0
1962024-12-25T04:21:00.578Z Checking cfg-if v1.0.0
1972024-12-25T04:21:00.580Z Checking bitflags v1.3.2
1982024-12-25T04:21:00.651Z Compiling aho-corasick v1.1.3
1992024-12-25T04:21:00.660Z Checking cobs v0.2.3
2002024-12-25T04:21:00.831Z Checking bitflags v2.6.0
2012024-12-25T04:21:01.057Z Checking managed v0.8.0
2022024-12-25T04:21:01.098Z Checking ipnetwork v0.20.0
2032024-12-25T04:21:01.160Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2042024-12-25T04:21:01.359Z Compiling quote v1.0.37
2052024-12-25T04:21:01.653Z Compiling syn v2.0.91
2062024-12-25T04:21:02.731Z Compiling regex-automata v0.4.9
2072024-12-25T04:21:05.184Z Compiling regex v1.11.1
2082024-12-25T04:21:05.955Z Compiling darling_core v0.20.10
2092024-12-25T04:21:06.872Z Compiling serde_derive v1.0.216
2102024-12-25T04:21:06.872Z Compiling zerocopy-derive v0.8.14
2112024-12-25T04:21:08.285Z Compiling darling_macro v0.20.10
2122024-12-25T04:21:08.910Z Compiling darling v0.20.10
2132024-12-25T04:21:08.981Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2142024-12-25T04:21:12.091Z Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2152024-12-25T04:21:12.869Z Checking postcard v1.1.1
2162024-12-25T04:21:12.871Z Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2172024-12-25T04:21:14.051Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2182024-12-25T04:21:15.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.52s
2192024-12-25T04:21:15.509Z
2202024-12-25T04:21:15.509Zreal 20.794303053
2212024-12-25T04:21:15.509Zuser 58.039147708
2222024-12-25T04:21:15.509Zsys 7.227732875
2232024-12-25T04:21:15.509Ztrap 0.029131085
2242024-12-25T04:21:15.509Ztflt 0.168678176
2252024-12-25T04:21:15.509Zdflt 0.503943988
2262024-12-25T04:21:15.509Zkflt 0.001831437
2272024-12-25T04:21:15.512Zlock 1:03.689646396
2282024-12-25T04:21:15.512Zslp 2:56.800047097
2292024-12-25T04:21:15.512Zlat 2.248814297
2302024-12-25T04:21:15.512Zstop 4.140374346
2312024-12-25T04:21:15.512Z+ header 'analyze no_std'
2322024-12-25T04:21:15.512Z+ echo '# ==== analyze no_std ==== #'
2332024-12-25T04:21:15.512Z# ==== analyze no_std ==== #
2342024-12-25T04:21:15.512Z+ ptime -m cargo clippy --no-default-features --all-targets
2352024-12-25T04:21:15.737Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2362024-12-25T04:21:17.055Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s
2372024-12-25T04:21:17.083Z
2382024-12-25T04:21:17.086Zreal 1.568302669
2392024-12-25T04:21:17.086Zuser 2.385642788
2402024-12-25T04:21:17.086Zsys 0.291521432
2412024-12-25T04:21:17.086Ztrap 0.000323269
2422024-12-25T04:21:17.086Ztflt 0.000016926
2432024-12-25T04:21:17.086Zdflt 0.000018647
2442024-12-25T04:21:17.086Zkflt 0.000000000
2452024-12-25T04:21:17.086Zlock 2.925826642
2462024-12-25T04:21:17.086Zslp 6.231870503
2472024-12-25T04:21:17.086Zlat 0.001997556
2482024-12-25T04:21:17.086Zstop 0.067087125
2492024-12-25T04:21:17.086Z+ header test
2502024-12-25T04:21:17.086Z+ echo '# ==== test ==== #'
2512024-12-25T04:21:17.086Z# ==== test ==== #
2522024-12-25T04:21:17.086Z+ ptime -m cargo test
2532024-12-25T04:21:17.329Z Compiling byteorder v1.5.0
2542024-12-25T04:21:17.329Z Compiling stable_deref_trait v1.2.0
2552024-12-25T04:21:17.332Z Compiling macaddr v1.0.1
2562024-12-25T04:21:17.332Z Compiling cobs v0.2.3
2572024-12-25T04:21:17.333Z Compiling bitflags v1.3.2
2582024-12-25T04:21:17.335Z Compiling serde v1.0.216
2592024-12-25T04:21:17.338Z Compiling zerocopy v0.8.14
2602024-12-25T04:21:17.341Z Compiling managed v0.8.0
2612024-12-25T04:21:17.404Z Compiling bitflags v2.6.0
2622024-12-25T04:21:17.407Z Compiling cfg-if v1.0.0
2632024-12-25T04:21:17.474Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642024-12-25T04:21:17.599Z Compiling hash32 v0.3.1
2652024-12-25T04:21:17.612Z Compiling ipnetwork v0.20.0
2662024-12-25T04:21:17.694Z Compiling heapless v0.8.0
2672024-12-25T04:21:18.204Z Compiling smoltcp v0.11.0
2682024-12-25T04:21:19.217Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2692024-12-25T04:21:20.519Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
2702024-12-25T04:21:20.519Z Compiling postcard v1.1.1
2712024-12-25T04:21:21.764Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2722024-12-25T04:21:23.431Z Finished `test` profile [unoptimized + debuginfo] target(s) in 6.29s
2732024-12-25T04:21:23.445Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-01b194b0a63fa965)
2742024-12-25T04:21:23.456Z
2752024-12-25T04:21:23.456Zrunning 22 tests
2762024-12-25T04:21:23.459Ztest encap::test::bad_vni ... ok
2772024-12-25T04:21:23.459Ztest encap::test::good_vni ... ok
2782024-12-25T04:21:23.459Ztest encap::test::vni_round_trip ... ok
2792024-12-25T04:21:23.459Ztest dns::tests::test_domain_name ... ok
2802024-12-25T04:21:23.459Ztest ip::test::bad_prefix_len ... ok
2812024-12-25T04:21:23.459Ztest ip::test::bad_cidr ... ok
2822024-12-25T04:21:23.459Ztest ip::test::dhcp_fqdn ... ok
2832024-12-25T04:21:23.459Ztest ip::test::good_cidr ... ok
2842024-12-25T04:21:23.460Ztest ip::test::ipv4_mask ... ok
2852024-12-25T04:21:23.460Ztest ip::test::ipv4_addr_good ... ok
2862024-12-25T04:21:23.460Ztest ip::test::ipv4_addr_bad ... ok
2872024-12-25T04:21:23.460Ztest ip::test::ipv6_cidr_is_member ... ok
2882024-12-25T04:21:23.460Ztest ip::test::ipv6_is_default ... ok
2892024-12-25T04:21:23.460Ztest ip::test::ipv6_mask ... ok
2902024-12-25T04:21:23.460Ztest ip::test::test_ip_addr_from_str ... ok
2912024-12-25T04:21:23.460Ztest ip::test::ipv6_prefix_len ... ok
2922024-12-25T04:21:23.460Ztest ip::test::test_ip_cidr_from_str ... ok
2932024-12-25T04:21:23.460Ztest ip::test::test_ipv6_from_eui64 ... ok
2942024-12-25T04:21:23.460Ztest ip::test::test_ipv6_from_const ... ok
2952024-12-25T04:21:23.460Ztest ip::test::test_ipv6_is_multicast ... ok
2962024-12-25T04:21:23.460Ztest ip::test::test_ipv6_multicast_mac ... ok
2972024-12-25T04:21:23.460Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
2982024-12-25T04:21:23.460Z
2992024-12-25T04:21:23.460Ztest result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3002024-12-25T04:21:23.460Z
3012024-12-25T04:21:23.460Z Doc-tests opte_api
3022024-12-25T04:21:23.608Z
3032024-12-25T04:21:23.608Zrunning 1 test
3042024-12-25T04:21:23.981Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3052024-12-25T04:21:23.981Z
3062024-12-25T04:21:23.983Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
3072024-12-25T04:21:23.983Z
3082024-12-25T04:21:24.000Z
3092024-12-25T04:21:24.002Zreal 6.906900590
3102024-12-25T04:21:24.002Zuser 15.551046175
3112024-12-25T04:21:24.002Zsys 2.137276543
3122024-12-25T04:21:24.002Ztrap 0.003762705
3132024-12-25T04:21:24.002Ztflt 0.078065725
3142024-12-25T04:21:24.002Zdflt 0.048783510
3152024-12-25T04:21:24.002Zkflt 0.000000000
3162024-12-25T04:21:24.003Zlock 20.713778569
3172024-12-25T04:21:24.003Zslp 46.959366879
3182024-12-25T04:21:24.003Zlat 0.143984542
3192024-12-25T04:21:24.003Zstop 0.557133244
3202024-12-25T04:21:24.003Zprocess exited: duration 50256 ms, exit code 0
 
3212024-12-25T04:21:24.008Zfound 0 output files