01J36KE004H0DQD50GPH048VWD: opte-api

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "nightly-2024-06-27",
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/illumos-rs",
    ],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01J36KE9MVDZR8RYCWREA6TZFB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-07-19T22:58:18.158Zjob assigned to worker 01J36KEBTD44JXF72N297R0KN9 (queued for 36 s)
 
22024-07-19T22:58:18.337Zstarting task 0: "setup"
32024-07-19T22:58:18.362Z++ uname -s
42024-07-19T22:58:18.362Z+ kern=SunOS
52024-07-19T22:58:18.362Z+ case "$kern" in
62024-07-19T22:58:18.362Z+ groupadd -g 12345 build
72024-07-19T22:58:18.362Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-07-19T22:58:20.366Z+ zfs create -o mountpoint=/work rpool/work
92024-07-19T22:58:20.411Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-07-19T22:58:20.436Z+ home_fs=zfs
112024-07-19T22:58:20.436Z+ [[ zfs == autofs ]]
122024-07-19T22:58:20.436Z+ mkdir -p /home/build
132024-07-19T22:58:20.436Z+ chown build:build /home/build /work
142024-07-19T22:58:22.421Z+ chmod 0700 /home/build /work
152024-07-19T22:58:22.446Zprocess exited: duration 4089 ms, exit code 0
 
162024-07-19T22:58:22.496Zstarting task 1: "rust-toolchain"
172024-07-19T22:58:22.521Z+ printf ' * toolchain channel = "%s"
182024-07-19T22:58:22.521Z' nightly-2024-06-27
192024-07-19T22:58:22.521Z+ printf ' * toolchain profile = "%s"
202024-07-19T22:58:22.521Z' default
212024-07-19T22:58:22.521Z * toolchain channel = "nightly-2024-06-27"
222024-07-19T22:58:22.521Z * toolchain profile = "default"
232024-07-19T22:58:22.521Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-07-19T22:58:22.521Z+ /bin/bash -s - -y --no-modify-path --default-toolchain nightly-2024-06-27 --profile default
252024-07-19T22:58:22.646Zinfo: downloading installer
262024-07-19T22:58:23.134Zinfo: profile set to 'default'
272024-07-19T22:58:23.134Zinfo: default host triple is x86_64-unknown-illumos
282024-07-19T22:58:23.134Zinfo: syncing channel updates for 'nightly-2024-06-27-x86_64-unknown-illumos'
292024-07-19T22:58:23.250Zinfo: latest update on 2024-06-27, rust version 1.81.0-nightly (4bc39f028 2024-06-26)
302024-07-19T22:58:23.250Zinfo: downloading component 'cargo'
312024-07-19T22:58:23.377Zinfo: downloading component 'clippy'
322024-07-19T22:58:23.425Zinfo: downloading component 'rust-docs'
332024-07-19T22:58:23.595Zinfo: downloading component 'rust-std'
342024-07-19T22:58:23.837Zinfo: downloading component 'rustc'
352024-07-19T22:58:24.663Zinfo: downloading component 'rustfmt'
362024-07-19T22:58:24.720Zinfo: installing component 'cargo'
372024-07-19T22:58:25.921Zinfo: installing component 'clippy'
382024-07-19T22:58:26.375Zinfo: installing component 'rust-docs'
392024-07-19T22:58:29.136Zinfo: installing component 'rust-std'
402024-07-19T22:58:31.171Zinfo: installing component 'rustc'
412024-07-19T22:58:36.398Zinfo: installing component 'rustfmt'
422024-07-19T22:58:36.810Zinfo: default toolchain set to 'nightly-2024-06-27-x86_64-unknown-illumos'
432024-07-19T22:58:36.811Z
442024-07-19T22:58:36.952Z nightly-2024-06-27-x86_64-unknown-illumos installed - rustc 1.81.0-nightly (4bc39f028 2024-06-26)
452024-07-19T22:58:36.953Z
462024-07-19T22:58:36.953Z
472024-07-19T22:58:36.953ZRust is installed now. Great!
482024-07-19T22:58:36.953Z
492024-07-19T22:58:36.953ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-07-19T22:58:36.953Zenvironment variable. This has not been done automatically.
512024-07-19T22:58:36.953Z
522024-07-19T22:58:36.953ZTo configure your current shell, you need to source
532024-07-19T22:58:36.978Zthe corresponding env file under $HOME/.cargo.
542024-07-19T22:58:36.978Z
552024-07-19T22:58:36.978ZThis is usually done by running one of the following (note the leading DOT):
562024-07-19T22:58:36.978Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-07-19T22:58:36.978Zsource "$HOME/.cargo/env.fish" # For fish
582024-07-19T22:58:37.041Z+ rustc --version
592024-07-19T22:58:37.160Zrustc 1.81.0-nightly (4bc39f028 2024-06-26)
602024-07-19T22:58:37.185Zprocess exited: duration 14669 ms, exit code 0
 
612024-07-19T22:58:37.235Zstarting task 2: "authentication"
622024-07-19T22:58:37.296Zprocess exited: duration 60 ms, exit code 0
 
632024-07-19T22:58:37.348Zstarting task 3: "clone repository"
642024-07-19T22:58:37.373Z+ mkdir -p /work/oxidecomputer/opte
652024-07-19T22:58:37.373Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
662024-07-19T22:58:37.398ZCloning into '/work/oxidecomputer/opte'...
672024-07-19T22:58:38.545Z+ cd /work/oxidecomputer/opte
682024-07-19T22:58:38.545Z+ git fetch origin 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
692024-07-19T22:58:38.827ZFrom https://github.com/oxidecomputer/opte
702024-07-19T22:58:38.827Z * branch 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505 -> FETCH_HEAD
712024-07-19T22:58:38.852Z+ [[ -n illumos-rs-wip ]]
722024-07-19T22:58:38.852Z++ git branch --show-current
732024-07-19T22:58:38.852Z+ current=master
742024-07-19T22:58:38.852Z+ [[ master != illumos-rs-wip ]]
752024-07-19T22:58:38.852Z+ git branch -f illumos-rs-wip 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
762024-07-19T22:58:38.852Z+ git checkout -f illumos-rs-wip
772024-07-19T22:58:38.878ZSwitched to branch 'illumos-rs-wip'
782024-07-19T22:58:38.878Z+ git reset --hard 6b6b3bb1a0c45bf798a908ef4714b0bc69ba2505
792024-07-19T22:58:38.903ZHEAD is now at 6b6b3bb Newer illumos-rs.
802024-07-19T22:58:38.928Zprocess exited: duration 1557 ms, exit code 0
 
812024-07-19T22:58:38.979Zstarting task 4: "build"
822024-07-19T22:58:39.004Z+ cargo --version
832024-07-19T22:58:39.004Zinfo: syncing channel updates for '1.79.0-x86_64-unknown-illumos'
842024-07-19T22:58:39.080Zinfo: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
852024-07-19T22:58:39.080Zinfo: downloading component 'cargo'
862024-07-19T22:58:39.222Zinfo: downloading component 'clippy'
872024-07-19T22:58:39.263Zinfo: downloading component 'rust-docs'
882024-07-19T22:58:39.427Zinfo: downloading component 'rust-std'
892024-07-19T22:58:39.707Zinfo: downloading component 'rustc'
902024-07-19T22:58:40.497Zinfo: downloading component 'rustfmt'
912024-07-19T22:58:40.563Zinfo: installing component 'cargo'
922024-07-19T22:58:41.583Zinfo: installing component 'clippy'
932024-07-19T22:58:41.979Zinfo: installing component 'rust-docs'
942024-07-19T22:58:44.722Zinfo: installing component 'rust-std'
952024-07-19T22:58:46.504Zinfo: installing component 'rustc'
962024-07-19T22:58:51.597Zinfo: installing component 'rustfmt'
972024-07-19T22:58:52.080Zcargo 1.79.0 (ffa9cf99a 2024-06-03)
982024-07-19T22:58:52.104Z+ rustc --version
992024-07-19T22:58:52.197Zrustc 1.79.0 (129f3b996 2024-06-10)
1002024-07-19T22:58:52.222Z+ cd crates/opte-api
1012024-07-19T22:58:52.222Z+ header 'check API_VERSION'
1022024-07-19T22:58:52.222Z+ echo '# ==== check API_VERSION ==== #'
1032024-07-19T22:58:52.222Z+ ./check-api-version.sh
1042024-07-19T22:58:52.222Z# ==== check API_VERSION ==== #
1052024-07-19T22:58:52.247Z+ header 'analyze std'
1062024-07-19T22:58:52.247Z+ echo '# ==== analyze std ==== #'
1072024-07-19T22:58:52.247Z+ ptime -m cargo clippy --all-targets
1082024-07-19T22:58:52.247Z# ==== analyze std ==== #
1092024-07-19T22:58:52.531Z Updating crates.io index
1102024-07-19T22:58:52.595Z Updating git repository `https://github.com/oxidecomputer/falcon`
1112024-07-19T22:58:53.435ZFrom https://github.com/oxidecomputer/falcon
1122024-07-19T22:58:53.435Z * [new branch] main -> origin/main
1132024-07-19T22:58:53.459Z * [new ref] -> origin/HEAD
1142024-07-19T22:58:53.565Z Updating git repository `https://github.com/oxidecomputer/illumos-rs.git`
1152024-07-19T22:58:54.351ZFrom https://github.com/oxidecomputer/illumos-rs
1162024-07-19T22:58:54.351Z * [new branch] felixmcfelix/rusty-for-opte -> origin/felixmcfelix/rusty-for-opte
1172024-07-19T22:58:54.376Z * [new branch] luqmana/rusty-modules -> origin/luqmana/rusty-modules
1182024-07-19T22:58:54.376Z * [new branch] main -> origin/main
1192024-07-19T22:58:54.376Z * [new branch] ry/rusty-modules -> origin/ry/rusty-modules
1202024-07-19T22:58:54.376Z * [new ref] -> origin/HEAD
1212024-07-19T22:58:54.497Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1222024-07-19T22:58:54.977ZFrom https://github.com/oxidecomputer/poptrie
1232024-07-19T22:58:54.977Z * [new branch] main -> origin/main
1242024-07-19T22:58:54.977Z * [new branch] multipath -> origin/multipath
1252024-07-19T22:58:55.002Z * [new ref] -> origin/HEAD
1262024-07-19T22:58:55.002Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272024-07-19T22:58:55.796ZFrom https://github.com/oxidecomputer/netadm-sys
1282024-07-19T22:58:55.796Z * [new branch] c_char-non-x86 -> origin/c_char-non-x86
1292024-07-19T22:58:55.796Z * [new branch] compile-macos -> origin/compile-macos
1302024-07-19T22:58:55.822Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
1312024-07-19T22:58:55.822Z * [new branch] gh-pages -> origin/gh-pages
1322024-07-19T22:58:55.822Z * [new branch] main -> origin/main
1332024-07-19T22:58:55.822Z * [new branch] route-get-timeout -> origin/route-get-timeout
1342024-07-19T22:58:55.822Z * [new branch] siocgnds -> origin/siocgnds
1352024-07-19T22:58:55.822Z * [new ref] -> origin/HEAD
1362024-07-19T22:58:55.822Z Updating git repository `https://github.com/oxidecomputer/zone`
1372024-07-19T22:58:56.317ZFrom https://github.com/oxidecomputer/zone
1382024-07-19T22:58:56.317Z * [new branch] main -> origin/main
1392024-07-19T22:58:56.345Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
1402024-07-19T22:58:56.345Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
1412024-07-19T22:58:56.345Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
1422024-07-19T22:58:56.345Z * [new ref] -> origin/HEAD
1432024-07-19T22:58:56.481Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442024-07-19T22:58:57.088ZFrom https://github.com/oxidecomputer/dlpi-sys
1452024-07-19T22:58:57.088Z * [new branch] gh-pages -> origin/gh-pages
1462024-07-19T22:58:57.113Z * [new branch] main -> origin/main
1472024-07-19T22:58:57.113Z * [new ref] -> origin/HEAD
1482024-07-19T22:58:57.138Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1492024-07-19T22:58:57.657ZFrom https://github.com/jmesmon/rust-libzfs
1502024-07-19T22:58:57.657Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
1512024-07-19T22:58:57.681Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
1522024-07-19T22:58:57.682Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
1532024-07-19T22:58:57.682Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
1542024-07-19T22:58:57.682Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
1552024-07-19T22:58:57.682Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
1562024-07-19T22:58:57.682Z * [new branch] dev -> origin/dev
1572024-07-19T22:58:57.682Z * [new branch] drr -> origin/drr
1582024-07-19T22:58:57.682Z * [new branch] f-types -> origin/f-types
1592024-07-19T22:58:57.682Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
1602024-07-19T22:58:57.682Z * [new branch] master -> origin/master
1612024-07-19T22:58:57.682Z * [new branch] staging -> origin/staging
1622024-07-19T22:58:57.682Z * [new ref] -> origin/HEAD
1632024-07-19T22:58:57.682Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
1642024-07-19T22:58:57.682Z * [new tag] v0.4.0 -> v0.4.0
1652024-07-19T22:58:57.682Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
1662024-07-19T22:58:57.682Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
1672024-07-19T22:58:57.682Z Updating git repository `https://github.com/oxidecomputer/oxnet`
1682024-07-19T22:58:58.155ZFrom https://github.com/oxidecomputer/oxnet
1692024-07-19T22:58:58.155Z * [new branch] ci -> origin/ci
1702024-07-19T22:58:58.179Z * [new branch] dependabot/cargo/serde-1.0.204 -> origin/dependabot/cargo/serde-1.0.204
1712024-07-19T22:58:58.180Z * [new branch] dependabot/cargo/serde_json-1.0.120 -> origin/dependabot/cargo/serde_json-1.0.120
1722024-07-19T22:58:58.180Z * [new branch] main -> origin/main
1732024-07-19T22:58:58.180Z * [new ref] -> origin/HEAD
1742024-07-19T22:58:58.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1752024-07-19T22:58:58.725ZFrom https://github.com/oxidecomputer/rusty-doors
1762024-07-19T22:58:58.725Z * [new branch] gh-pages -> origin/gh-pages
1772024-07-19T22:58:58.750Z * [new branch] main -> origin/main
1782024-07-19T22:58:58.750Z * [new branch] no-bindgen -> origin/no-bindgen
1792024-07-19T22:58:58.750Z * [new ref] -> origin/HEAD
1802024-07-19T22:58:59.320Z Downloading crates ...
1812024-07-19T22:58:59.372Z Downloaded defmt-parser v0.3.4
1822024-07-19T22:58:59.397Z Downloaded bitflags v1.3.2
1832024-07-19T22:58:59.397Z Downloaded postcard v1.0.8
1842024-07-19T22:58:59.397Z Downloaded quote v1.0.36
1852024-07-19T22:58:59.397Z Downloaded proc-macro-error-attr v1.0.4
1862024-07-19T22:58:59.397Z Downloaded thiserror v1.0.62
1872024-07-19T22:58:59.397Z Downloaded version_check v0.9.4
1882024-07-19T22:58:59.397Z Downloaded thiserror-impl v1.0.62
1892024-07-19T22:58:59.397Z Downloaded unicode-ident v1.0.12
1902024-07-19T22:58:59.422Z Downloaded serde_derive v1.0.204
1912024-07-19T22:58:59.422Z Downloaded serde v1.0.204
1922024-07-19T22:58:59.422Z Downloaded heapless v0.8.0
1932024-07-19T22:58:59.422Z Downloaded proc-macro-error v1.0.4
1942024-07-19T22:58:59.422Z Downloaded proc-macro2 v1.0.86
1952024-07-19T22:58:59.422Z Downloaded syn v2.0.71
1962024-07-19T22:58:59.447Z Downloaded syn v1.0.109
1972024-07-19T22:58:59.447Z Downloaded smoltcp v0.11.0
1982024-07-19T22:58:59.472Z Downloaded defmt v0.3.8
1992024-07-19T22:58:59.472Z Downloaded managed v0.8.0
2002024-07-19T22:58:59.472Z Downloaded stable_deref_trait v1.2.0
2012024-07-19T22:58:59.472Z Downloaded embedded-io v0.4.0
2022024-07-19T22:58:59.472Z Downloaded defmt-macros v0.3.9
2032024-07-19T22:58:59.472Z Downloaded cobs v0.2.3
2042024-07-19T22:58:59.472Z Downloaded hash32 v0.3.1
2052024-07-19T22:58:59.472Z Downloaded byteorder v1.5.0
2062024-07-19T22:58:59.472Z Downloaded ipnetwork v0.20.0
2072024-07-19T22:58:59.497Z Downloaded cfg-if v1.0.0
2082024-07-19T22:58:59.534Z Compiling proc-macro2 v1.0.86
2092024-07-19T22:58:59.534Z Compiling unicode-ident v1.0.12
2102024-07-19T22:58:59.559Z Compiling heapless v0.8.0
2112024-07-19T22:58:59.559Z Checking byteorder v1.5.0
2122024-07-19T22:58:59.559Z Compiling serde v1.0.204
2132024-07-19T22:58:59.559Z Compiling smoltcp v0.11.0
2142024-07-19T22:58:59.560Z Checking stable_deref_trait v1.2.0
2152024-07-19T22:58:59.560Z Checking managed v0.8.0
2162024-07-19T22:58:59.649Z Checking embedded-io v0.4.0
2172024-07-19T22:58:59.737Z Checking cfg-if v1.0.0
2182024-07-19T22:58:59.821Z Checking cobs v0.2.3
2192024-07-19T22:58:59.846Z Checking bitflags v1.3.2
2202024-07-19T22:58:59.870Z Checking hash32 v0.3.1
2212024-07-19T22:58:59.929Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222024-07-19T22:58:59.954Z Checking ipnetwork v0.20.0
2232024-07-19T22:59:00.977Z Compiling quote v1.0.36
2242024-07-19T22:59:01.294Z Compiling syn v2.0.71
2252024-07-19T22:59:05.288Z Compiling serde_derive v1.0.204
2262024-07-19T22:59:13.251Z Checking postcard v1.0.8
2272024-07-19T22:59:13.773Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2282024-07-19T22:59:15.517Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.10s
2292024-07-19T22:59:15.652Z
2302024-07-19T22:59:15.652Zreal 23.403028367
2312024-07-19T22:59:15.652Zuser 25.989896313
2322024-07-19T22:59:15.652Zsys 8.241983843
2332024-07-19T22:59:15.652Ztrap 0.008581904
2342024-07-19T22:59:15.652Ztflt 0.044736241
2352024-07-19T22:59:15.652Zdflt 0.349545353
2362024-07-19T22:59:15.652Zkflt 0.000813483
2372024-07-19T22:59:15.652Zlock 50.830184576
2382024-07-19T22:59:15.652Zslp 1:59.866577532
2392024-07-19T22:59:15.652Zlat 1.069059282
2402024-07-19T22:59:15.652Zstop 1.592152731
2412024-07-19T22:59:15.677Z+ header 'analyze no_std'
2422024-07-19T22:59:15.677Z+ echo '# ==== analyze no_std ==== #'
2432024-07-19T22:59:15.677Z# ==== analyze no_std ==== #
2442024-07-19T22:59:15.677Z+ ptime -m cargo clippy --no-default-features --all-targets
2452024-07-19T22:59:15.943Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462024-07-19T22:59:17.745Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s
2472024-07-19T22:59:17.776Z
2482024-07-19T22:59:17.776Zreal 2.114163302
2492024-07-19T22:59:17.776Zuser 3.216373822
2502024-07-19T22:59:17.776Zsys 0.438465296
2512024-07-19T22:59:17.776Ztrap 0.000654050
2522024-07-19T22:59:17.776Ztflt 0.000010212
2532024-07-19T22:59:17.776Zdflt 0.000008291
2542024-07-19T22:59:17.776Zkflt 0.000000000
2552024-07-19T22:59:17.776Zlock 4.862893768
2562024-07-19T22:59:17.801Zslp 8.643720456
2572024-07-19T22:59:17.801Zlat 0.005322592
2582024-07-19T22:59:17.801Zstop 0.022750007
2592024-07-19T22:59:17.801Z+ header test
2602024-07-19T22:59:17.801Z+ echo '# ==== test ==== #'
2612024-07-19T22:59:17.801Z+ ptime -m cargo test
2622024-07-19T22:59:17.801Z# ==== test ==== #
2632024-07-19T22:59:18.087Z Compiling byteorder v1.5.0
2642024-07-19T22:59:18.087Z Compiling stable_deref_trait v1.2.0
2652024-07-19T22:59:18.112Z Compiling cobs v0.2.3
2662024-07-19T22:59:18.112Z Compiling bitflags v1.3.2
2672024-07-19T22:59:18.112Z Compiling managed v0.8.0
2682024-07-19T22:59:18.112Z Compiling cfg-if v1.0.0
2692024-07-19T22:59:18.112Z Compiling embedded-io v0.4.0
2702024-07-19T22:59:18.112Z Compiling serde v1.0.204
2712024-07-19T22:59:18.186Z Compiling ipnetwork v0.20.0
2722024-07-19T22:59:18.210Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2732024-07-19T22:59:18.324Z Compiling hash32 v0.3.1
2742024-07-19T22:59:18.445Z Compiling heapless v0.8.0
2752024-07-19T22:59:19.214Z Compiling smoltcp v0.11.0
2762024-07-19T22:59:22.310Z Compiling postcard v1.0.8
2772024-07-19T22:59:22.846Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2782024-07-19T22:59:24.994Z Finished `test` profile [unoptimized + debuginfo] target(s) in 7.15s
2792024-07-19T22:59:25.019Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-2a9156f0e48fe99b)
2802024-07-19T22:59:25.019Z
2812024-07-19T22:59:25.019Zrunning 22 tests
2822024-07-19T22:59:25.019Ztest encap::test::good_vni ... ok
2832024-07-19T22:59:25.019Ztest encap::test::vni_round_trip ... ok
2842024-07-19T22:59:25.019Ztest encap::test::bad_vni ... ok
2852024-07-19T22:59:25.019Ztest dns::tests::test_domain_name ... ok
2862024-07-19T22:59:25.019Ztest ip::test::bad_prefix_len ... ok
2872024-07-19T22:59:25.019Ztest ip::test::bad_cidr ... ok
2882024-07-19T22:59:25.019Ztest ip::test::dhcp_fqdn ... ok
2892024-07-19T22:59:25.019Ztest ip::test::good_cidr ... ok
2902024-07-19T22:59:25.019Ztest ip::test::ipv4_addr_bad ... ok
2912024-07-19T22:59:25.019Ztest ip::test::ipv4_mask ... ok
2922024-07-19T22:59:25.019Ztest ip::test::ipv4_addr_good ... ok
2932024-07-19T22:59:25.019Ztest ip::test::ipv6_cidr_is_member ... ok
2942024-07-19T22:59:25.019Ztest ip::test::ipv6_prefix_len ... ok
2952024-07-19T22:59:25.019Ztest ip::test::ipv6_mask ... ok
2962024-07-19T22:59:25.019Ztest ip::test::test_ip_cidr_from_str ... ok
2972024-07-19T22:59:25.019Ztest ip::test::ipv6_is_default ... ok
2982024-07-19T22:59:25.019Ztest ip::test::test_ipv6_from_const ... ok
2992024-07-19T22:59:25.019Ztest ip::test::test_ip_addr_from_str ... ok
3002024-07-19T22:59:25.019Ztest ip::test::test_ipv6_from_eui64 ... ok
3012024-07-19T22:59:25.019Ztest ip::test::test_ipv6_is_multicast ... ok
3022024-07-19T22:59:25.019Ztest ip::test::test_ipv6_multicast_mac ... ok
3032024-07-19T22:59:25.019Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3042024-07-19T22:59:25.019Z
3052024-07-19T22:59:25.019Ztest result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3062024-07-19T22:59:25.020Z
3072024-07-19T22:59:25.020Z Doc-tests opte_api
3082024-07-19T22:59:25.236Z
3092024-07-19T22:59:25.236Zrunning 1 test
3102024-07-19T22:59:25.637Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3112024-07-19T22:59:25.637Z
3122024-07-19T22:59:25.637Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.40s
3132024-07-19T22:59:25.637Z
3142024-07-19T22:59:25.665Z
3152024-07-19T22:59:25.689Zreal 7.875154008
3162024-07-19T22:59:25.689Zuser 15.395770943
3172024-07-19T22:59:25.690Zsys 3.870219563
3182024-07-19T22:59:25.690Ztrap 0.004682099
3192024-07-19T22:59:25.690Ztflt 0.065890638
3202024-07-19T22:59:25.690Zdflt 0.131738157
3212024-07-19T22:59:25.690Zkflt 0.000000000
3222024-07-19T22:59:25.690Zlock 27.133544850
3232024-07-19T22:59:25.690Zslp 47.801877289
3242024-07-19T22:59:25.690Zlat 0.440909655
3252024-07-19T22:59:25.690Zstop 0.510207033
3262024-07-19T22:59:25.690Zprocess exited: duration 46691 ms, exit code 0
 
3272024-07-19T22:59:25.740Zfound 0 output files