01KYEAGDDB5QT81VGKANA0BBYQ: opte-api

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

Buildomat Job: 01KYEAHF89WTF2E55H4CYHGMRM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:22:57.593Zjob assigned to worker 01KYEAHJ4V95QW9SKHH2P5ZPNB [factory aws, i-014b4ed93c3fa6a79] (queued for 45 s)
 
22026-07-26T04:23:03.771Zstarting task 0: "setup"
32026-07-26T04:23:03.775Z++ uname -s
42026-07-26T04:23:03.778Z+ kern=SunOS
52026-07-26T04:23:03.778Z+ build_user=build
62026-07-26T04:23:03.778Z+ build_uid=12345
72026-07-26T04:23:03.778Z+ work_dir=/work
82026-07-26T04:23:03.778Z+ input_dir=/input
92026-07-26T04:23:03.778Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:03.778Z+ case "$kern" in
112026-07-26T04:23:03.778Z+ groupadd -g 12345 build
122026-07-26T04:23:03.781Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:05.785Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:05.836Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:05.839Z+ home_fs=zfs
162026-07-26T04:23:05.839Z+ [[ zfs == autofs ]]
172026-07-26T04:23:05.839Z+ mkdir -p /home/build
182026-07-26T04:23:05.839Z+ chown build:build /home/build /work
192026-07-26T04:23:07.840Z+ chmod 0700 /home/build /work
202026-07-26T04:23:07.843Zprocess exited: duration 4073 ms, exit code 0
 
212026-07-26T04:23:07.849Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:07.854Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:07.854Z * rust toolchain channel = "1.97.1"
242026-07-26T04:23:07.854Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:23:07.854Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:07.854Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:07.854Z * rust toolchain profile = "default"
282026-07-26T04:23:07.857Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:07.857Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:08.046Zinfo: downloading installer
312026-07-26T04:23:09.525Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:09.525Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:09.525Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:09.525Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:09.535Zinfo: profile set to default
362026-07-26T04:23:09.535Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:09.538Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:09.686Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:09.692Zinfo: downloading 6 components
402026-07-26T04:23:25.110Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:23:25.110Z
422026-07-26T04:23:25.141Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:23:25.142Z
442026-07-26T04:23:25.142Z
452026-07-26T04:23:25.142ZRust is installed now. Great!
462026-07-26T04:23:25.142Z
472026-07-26T04:23:25.142ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:23:25.142Zenvironment variable. This has not been done automatically.
492026-07-26T04:23:25.142Z
502026-07-26T04:23:25.142ZTo configure your current shell, you need to source
512026-07-26T04:23:25.142Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:23:25.142Z
532026-07-26T04:23:25.142ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:23:25.145Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:23:25.145Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:23:25.145Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:23:25.145Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:23:25.145Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:23:25.145Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:23:25.145Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:23:25.145Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:23:25.242Z+ rustup --version
632026-07-26T04:23:25.249Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:23:25.252Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:23:25.271Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:23:25.274Z+ cargo --version
672026-07-26T04:23:25.288Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:23:25.291Z+ rustc --version
692026-07-26T04:23:25.311Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:23:25.314Zprocess exited: duration 17463 ms, exit code 0
 
712026-07-26T04:23:25.319Zstarting task 2: "authentication"
722026-07-26T04:23:25.333ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:23:29.350Zprocess exited: duration 4029 ms, exit code 0
 
742026-07-26T04:23:29.363Zstarting task 3: "clone repository"
752026-07-26T04:23:29.370Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:23:29.370Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:23:29.400ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:23:30.860Z+ cd /work/oxidecomputer/opte
792026-07-26T04:23:30.860Z+ git fetch origin 47f1798e3f36239518a77de5eee88e87641f7da8
802026-07-26T04:23:30.881ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:23:30.881Z * branch 47f1798e3f36239518a77de5eee88e87641f7da8 -> FETCH_HEAD
822026-07-26T04:23:30.881Z+ [[ -n renovate/rand ]]
832026-07-26T04:23:30.881Z++ git branch --show-current
842026-07-26T04:23:30.882Z+ current=master
852026-07-26T04:23:30.882Z+ [[ master != renovate/rand ]]
862026-07-26T04:23:30.882Z+ git branch -f renovate/rand 47f1798e3f36239518a77de5eee88e87641f7da8
872026-07-26T04:23:30.882Z+ git checkout -f renovate/rand
882026-07-26T04:23:30.882ZSwitched to branch 'renovate/rand'
892026-07-26T04:23:30.882Z+ git reset --hard 47f1798e3f36239518a77de5eee88e87641f7da8
902026-07-26T04:23:30.882ZHEAD is now at 47f1798 Update Rust crate rand to 0.10.2
912026-07-26T04:23:30.882Zprocess exited: duration 1232 ms, exit code 0
 
922026-07-26T04:23:30.917Zstarting task 4: "build"
932026-07-26T04:23:30.923Z+ source .github/buildomat/common.sh
942026-07-26T04:23:30.923Z++ rustup show active-toolchain
952026-07-26T04:23:30.923Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:23:30.923Z++ pushd xde
972026-07-26T04:23:30.923Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:23:30.923Z++ rustup show active-toolchain
992026-07-26T04:23:30.928Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:23:31.076Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:23:31.079Zinfo: downloading 6 components
1022026-07-26T04:23:48.606Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:23:48.652Z+++ rustup show active-toolchain -v
1042026-07-26T04:23:48.652Z+++ head -n 1
1052026-07-26T04:23:48.652Z+++ cut '-d ' -f1
1062026-07-26T04:23:48.652Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:23:48.652Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:23:48.652Z++ popd
1092026-07-26T04:23:48.652Z/work/oxidecomputer/opte
1102026-07-26T04:23:48.652Z+ cargo --version
1112026-07-26T04:23:48.652Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:23:48.652Z+ rustc --version
1132026-07-26T04:23:48.652Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:23:48.652Z+ cd crates/opte-api
1152026-07-26T04:23:48.652Z+ header 'check API_VERSION'
1162026-07-26T04:23:48.652Z+ echo '# ==== check API_VERSION ==== #'
1172026-07-26T04:23:48.652Z# ==== check API_VERSION ==== #
1182026-07-26T04:23:48.652Z+ ./check-api-version.sh
1192026-07-26T04:23:48.652Z+ header 'check style'
1202026-07-26T04:23:48.652Z# ==== check style ==== #
1212026-07-26T04:23:48.652Z+ echo '# ==== check style ==== #'
1222026-07-26T04:23:48.652Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1232026-07-26T04:23:48.652Z
1242026-07-26T04:23:48.652Zreal 0.077189338
1252026-07-26T04:23:48.652Zuser 0.044603553
1262026-07-26T04:23:48.652Zsys 0.029862951
1272026-07-26T04:23:48.652Ztrap 0.000000330
1282026-07-26T04:23:48.653Ztflt 0.000061660
1292026-07-26T04:23:48.653Zdflt 0.000050940
1302026-07-26T04:23:48.653Zkflt 0.000000000
1312026-07-26T04:23:48.653Zlock 0.031009924
1322026-07-26T04:23:48.653Zslp 0.056616240
1332026-07-26T04:23:48.653Zlat 0.000800410
1342026-07-26T04:23:48.653Zstop 0.000099370
1352026-07-26T04:23:48.653Z+ header 'analyze std'
1362026-07-26T04:23:48.653Z+ echo '# ==== analyze std ==== #'
1372026-07-26T04:23:48.653Z+ ptime -m cargo clippy --all-targets
1382026-07-26T04:23:48.653Z# ==== analyze std ==== #
1392026-07-26T04:23:48.653Z Updating crates.io index
1402026-07-26T04:23:48.653Z Updating git repository `https://github.com/oxidecomputer/falcon`
1412026-07-26T04:23:48.986Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1422026-07-26T04:23:49.214Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-07-26T04:23:49.431Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-07-26T04:23:49.759Z Updating git repository `https://github.com/oxidecomputer/zone`
1452026-07-26T04:23:49.977Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-07-26T04:23:50.222Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-07-26T04:23:51.963Z Downloading crates ...
1482026-07-26T04:23:52.010Z Downloaded hash32 v0.3.1
1492026-07-26T04:23:52.019Z Downloaded either v1.16.0
1502026-07-26T04:23:52.023Z Downloaded darling_macro v0.23.0
1512026-07-26T04:23:52.027Z Downloaded cfg-if v1.0.4
1522026-07-26T04:23:52.031Z Downloaded stable_deref_trait v1.2.1
1532026-07-26T04:23:52.036Z Downloaded defmt v0.3.100
1542026-07-26T04:23:52.036Z Downloaded defmt-parser v1.0.0
1552026-07-26T04:23:52.047Z Downloaded embedded-io v0.4.0
1562026-07-26T04:23:52.053Z Downloaded strsim v0.11.1
1572026-07-26T04:23:52.054Z Downloaded embedded-io v0.6.1
1582026-07-26T04:23:52.054Z Downloaded macaddr v1.0.1
1592026-07-26T04:23:52.054Z Downloaded ident_case v1.0.1
1602026-07-26T04:23:52.061Z Downloaded bitflags v1.3.2
1612026-07-26T04:23:52.061Z Downloaded aho-corasick v1.1.4
1622026-07-26T04:23:52.076Z Downloaded managed v0.8.0
1632026-07-26T04:23:52.082Z Downloaded defmt-macros v1.1.1
1642026-07-26T04:23:52.087Z Downloaded thiserror v2.0.18
1652026-07-26T04:23:52.087Z Downloaded thiserror-impl v2.0.18
1662026-07-26T04:23:52.087Z Downloaded byteorder v1.5.0
1672026-07-26T04:23:52.087Z Downloaded cobs v0.3.0
1682026-07-26T04:23:52.100Z Downloaded ingot-types v0.2.0
1692026-07-26T04:23:52.103Z Downloaded ipnetwork v0.21.1
1702026-07-26T04:23:52.103Z Downloaded quote v1.0.46
1712026-07-26T04:23:52.103Z Downloaded defmt v1.1.1
1722026-07-26T04:23:52.110Z Downloaded darling v0.23.0
1732026-07-26T04:23:52.115Z Downloaded ingot v0.2.0
1742026-07-26T04:23:52.124Z Downloaded ingot-macros v0.2.0
1752026-07-26T04:23:52.128Z Downloaded bitflags v2.13.0
1762026-07-26T04:23:52.134Z Downloaded proc-macro2 v1.0.106
1772026-07-26T04:23:52.142Z Downloaded unicode-ident v1.0.24
1782026-07-26T04:23:52.150Z Downloaded postcard v1.1.3
1792026-07-26T04:23:52.160Z Downloaded serde_derive v1.0.228
1802026-07-26T04:23:52.160Z Downloaded serde_core v1.0.228
1812026-07-26T04:23:52.160Z Downloaded heapless v0.8.0
1822026-07-26T04:23:52.165Z Downloaded darling_core v0.23.0
1832026-07-26T04:23:52.177Z Downloaded memchr v2.8.3
1842026-07-26T04:23:52.184Z Downloaded zerocopy-derive v0.8.54
1852026-07-26T04:23:52.194Z Downloaded serde v1.0.228
1862026-07-26T04:23:52.215Z Downloaded regex v1.13.0
1872026-07-26T04:23:52.225Z Downloaded itertools v0.15.0
1882026-07-26T04:23:52.260Z Downloaded zerocopy v0.8.54
1892026-07-26T04:23:52.273Z Downloaded syn v2.0.118
1902026-07-26T04:23:52.279Z Downloaded smoltcp v0.11.0
1912026-07-26T04:23:52.287Z Downloaded regex-syntax v0.8.11
1922026-07-26T04:23:52.309Z Downloaded regex-automata v0.4.15
1932026-07-26T04:23:52.341Z Compiling proc-macro2 v1.0.106
1942026-07-26T04:23:52.341Z Compiling quote v1.0.46
1952026-07-26T04:23:52.341Z Compiling unicode-ident v1.0.24
1962026-07-26T04:23:52.341Z Compiling memchr v2.8.3
1972026-07-26T04:23:52.347Z Compiling ident_case v1.0.1
1982026-07-26T04:23:52.347Z Compiling strsim v0.11.1
1992026-07-26T04:23:52.347Z Compiling serde_core v1.0.228
2002026-07-26T04:23:52.347Z Compiling regex-syntax v0.8.11
2012026-07-26T04:23:52.533Z Compiling zerocopy v0.8.54
2022026-07-26T04:23:52.545Z Compiling serde v1.0.228
2032026-07-26T04:23:52.702Z Compiling either v1.16.0
2042026-07-26T04:23:52.778Z Compiling thiserror v2.0.18
2052026-07-26T04:23:52.830Z Compiling aho-corasick v1.1.4
2062026-07-26T04:23:52.928Z Compiling itertools v0.15.0
2072026-07-26T04:23:52.974Z Checking byteorder v1.5.0
2082026-07-26T04:23:52.982Z Compiling heapless v0.8.0
2092026-07-26T04:23:53.121Z Checking hash32 v0.3.1
2102026-07-26T04:23:53.227Z Checking bitflags v2.13.0
2112026-07-26T04:23:53.293Z Compiling smoltcp v0.11.0
2122026-07-26T04:23:53.373Z Checking stable_deref_trait v1.2.1
2132026-07-26T04:23:53.445Z Checking macaddr v1.0.1
2142026-07-26T04:23:53.590Z Compiling syn v2.0.118
2152026-07-26T04:23:53.635Z Checking cfg-if v1.0.4
2162026-07-26T04:23:53.678Z Checking bitflags v1.3.2
2172026-07-26T04:23:53.699Z Checking managed v0.8.0
2182026-07-26T04:23:53.724Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2192026-07-26T04:23:53.852Z Compiling regex-automata v0.4.15
2202026-07-26T04:23:54.022Z Checking ipnetwork v0.21.1
2212026-07-26T04:23:55.912Z Compiling regex v1.13.0
2222026-07-26T04:23:55.937Z Compiling darling_core v0.23.0
2232026-07-26T04:23:56.145Z Compiling serde_derive v1.0.228
2242026-07-26T04:23:56.145Z Compiling thiserror-impl v2.0.18
2252026-07-26T04:23:56.145Z Compiling zerocopy-derive v0.8.54
2262026-07-26T04:23:57.141Z Checking cobs v0.3.0
2272026-07-26T04:23:57.174Z Compiling darling_macro v0.23.0
2282026-07-26T04:23:57.687Z Compiling darling v0.23.0
2292026-07-26T04:23:57.748Z Compiling ingot-macros v0.2.0
2302026-07-26T04:23:58.369Z Checking postcard v1.1.3
2312026-07-26T04:23:59.705Z Checking ingot-types v0.2.0
2322026-07-26T04:24:00.114Z Checking ingot v0.2.0
2332026-07-26T04:24:01.289Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2342026-07-26T04:24:02.780Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.30s
2352026-07-26T04:24:02.828Z
2362026-07-26T04:24:02.829Zreal 14.444069268
2372026-07-26T04:24:02.829Zuser 31.017470045
2382026-07-26T04:24:02.829Zsys 5.873568979
2392026-07-26T04:24:02.829Ztrap 0.012929390
2402026-07-26T04:24:02.829Ztflt 0.071905735
2412026-07-26T04:24:02.829Zdflt 0.259076911
2422026-07-26T04:24:02.829Zkflt 0.004318782
2432026-07-26T04:24:02.829Zlock 2:12.200516470
2442026-07-26T04:24:02.829Zslp 1:32.602092485
2452026-07-26T04:24:02.829Zlat 0.741443464
2462026-07-26T04:24:02.829Zstop 5.367384948
2472026-07-26T04:24:02.829Z+ header 'analyze no_std'
2482026-07-26T04:24:02.829Z+ echo '# ==== analyze no_std ==== #'
2492026-07-26T04:24:02.829Z# ==== analyze no_std ==== #
2502026-07-26T04:24:02.829Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2512026-07-26T04:24:02.829Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2522026-07-26T04:24:02.829Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2532026-07-26T04:24:03.730Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2542026-07-26T04:24:03.741Z
2552026-07-26T04:24:03.742Zreal 1.332233124
2562026-07-26T04:24:03.742Zuser 1.916826730
2572026-07-26T04:24:03.742Zsys 0.266250203
2582026-07-26T04:24:03.742Ztrap 0.000193410
2592026-07-26T04:24:03.742Ztflt 0.000055290
2602026-07-26T04:24:03.742Zdflt 0.000107200
2612026-07-26T04:24:03.742Zkflt 0.000000000
2622026-07-26T04:24:03.742Zlock 5.630194790
2632026-07-26T04:24:03.742Zslp 5.381389632
2642026-07-26T04:24:03.742Zlat 0.002753780
2652026-07-26T04:24:03.742Zstop 0.061381923
2662026-07-26T04:24:03.742Z+ header test
2672026-07-26T04:24:03.742Z+ echo '# ==== test ==== #'
2682026-07-26T04:24:03.742Z# ==== test ==== #
2692026-07-26T04:24:03.742Z+ ptime -m cargo test
2702026-07-26T04:24:03.858Z Compiling serde_core v1.0.228
2712026-07-26T04:24:03.858Z Compiling byteorder v1.5.0
2722026-07-26T04:24:03.868Z Compiling macaddr v1.0.1
2732026-07-26T04:24:03.868Z Compiling bitflags v2.13.0
2742026-07-26T04:24:03.881Z Compiling zerocopy v0.8.54
2752026-07-26T04:24:03.882Z Compiling thiserror v2.0.18
2762026-07-26T04:24:03.890Z Compiling stable_deref_trait v1.2.1
2772026-07-26T04:24:03.895Z Compiling managed v0.8.0
2782026-07-26T04:24:03.968Z Compiling cobs v0.3.0
2792026-07-26T04:24:03.988Z Compiling cfg-if v1.0.4
2802026-07-26T04:24:04.047Z Compiling hash32 v0.3.1
2812026-07-26T04:24:04.051Z Compiling bitflags v1.3.2
2822026-07-26T04:24:04.110Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-07-26T04:24:04.117Z Compiling ipnetwork v0.21.1
2842026-07-26T04:24:04.146Z Compiling heapless v0.8.0
2852026-07-26T04:24:04.498Z Compiling smoltcp v0.11.0
2862026-07-26T04:24:05.446Z Compiling serde v1.0.228
2872026-07-26T04:24:05.873Z Compiling postcard v1.1.3
2882026-07-26T04:24:06.603Z Compiling ingot-types v0.2.0
2892026-07-26T04:24:06.801Z Compiling ingot v0.2.0
2902026-07-26T04:24:09.086Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2912026-07-26T04:24:10.076Z Finished `test` profile [optimized + debuginfo] target(s) in 6.33s
2922026-07-26T04:24:10.087Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2932026-07-26T04:24:10.093Z
2942026-07-26T04:24:10.093Zrunning 25 tests
2952026-07-26T04:24:10.093Ztest encap::test::good_vni ... ok
2962026-07-26T04:24:10.093Ztest ip::test::bad_cidr ... ok
2972026-07-26T04:24:10.093Ztest encap::test::bad_vni ... ok
2982026-07-26T04:24:10.093Ztest encap::test::vni_round_trip ... ok
2992026-07-26T04:24:10.093Ztest dns::tests::test_domain_name ... ok
3002026-07-26T04:24:10.093Ztest ip::test::bad_prefix_len ... ok
3012026-07-26T04:24:10.093Ztest ip::test::dhcp_fqdn ... ok
3022026-07-26T04:24:10.093Ztest ip::test::good_cidr ... ok
3032026-07-26T04:24:10.093Ztest ip::test::ipv4_addr_bad ... ok
3042026-07-26T04:24:10.093Ztest ip::test::ipv4_addr_good ... ok
3052026-07-26T04:24:10.093Ztest ip::test::ipv4_mask ... ok
3062026-07-26T04:24:10.094Ztest ip::test::ipv6_cidr_is_member ... ok
3072026-07-26T04:24:10.094Ztest ip::test::ipv6_is_default ... ok
3082026-07-26T04:24:10.094Ztest ip::test::ipv6_prefix_len ... ok
3092026-07-26T04:24:10.094Ztest ip::test::test_ip_cidr_from_str ... ok
3102026-07-26T04:24:10.094Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-26T04:24:10.094Ztest ip::test::ipv6_mask ... ok
3122026-07-26T04:24:10.094Ztest ip::test::test_ipv4_multicast_mac ... ok
3132026-07-26T04:24:10.094Ztest ip::test::test_ipv6_from_const ... ok
3142026-07-26T04:24:10.094Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3152026-07-26T04:24:10.094Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-07-26T04:24:10.094Ztest ip::test::test_ipv6_is_multicast ... ok
3172026-07-26T04:24:10.094Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-07-26T04:24:10.094Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-07-26T04:24:10.094Ztest ip::test::test_multicast_underlay_serde ... ok
3202026-07-26T04:24:10.095Z
3212026-07-26T04:24:10.095Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3222026-07-26T04:24:10.095Z
3232026-07-26T04:24:10.095Z Doc-tests opte_api
3242026-07-26T04:24:10.685Z
3252026-07-26T04:24:10.685Zrunning 1 test
3262026-07-26T04:24:10.692Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3272026-07-26T04:24:10.692Z
3282026-07-26T04:24:10.692Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292026-07-26T04:24:10.692Z
3302026-07-26T04:24:10.692Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3312026-07-26T04:24:10.710Z
3322026-07-26T04:24:10.710Zreal 6.972263542
3332026-07-26T04:24:10.710Zuser 17.480609027
3342026-07-26T04:24:10.710Zsys 2.163104369
3352026-07-26T04:24:10.710Ztrap 0.004624370
3362026-07-26T04:24:10.710Ztflt 0.218202613
3372026-07-26T04:24:10.710Zdflt 0.152137482
3382026-07-26T04:24:10.710Zkflt 0.000000000
3392026-07-26T04:24:10.718Zlock 1:03.660143694
3402026-07-26T04:24:10.718Zslp 32.640752225
3412026-07-26T04:24:10.718Zlat 0.910449135
3422026-07-26T04:24:10.718Zstop 0.670464970
3432026-07-26T04:24:10.719Zprocess exited: duration 39803 ms, exit code 0
 
3442026-07-26T04:24:10.727Zfound 0 output files