01KTQSKCTET2RDM887MCTZYZ22: opte-api

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

Buildomat Job: 01KTQSKTVMME7M89824ZQNANZK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:48.443Zjob assigned to worker 01KTQSM08N9REN27YRN1V1F0BS [factory aws, i-01d8c1933b04e7a61] (queued for 47 s)
 
22026-06-10T03:36:55.098Zstarting task 0: "setup"
32026-06-10T03:36:55.102Z++ uname -s
42026-06-10T03:36:55.105Z+ kern=SunOS
52026-06-10T03:36:55.105Z+ build_user=build
62026-06-10T03:36:55.105Z+ build_uid=12345
72026-06-10T03:36:55.105Z+ work_dir=/work
82026-06-10T03:36:55.105Z+ input_dir=/input
92026-06-10T03:36:55.105Z+ [[ 0 == 12345 ]]
102026-06-10T03:36:55.105Z+ case "$kern" in
112026-06-10T03:36:55.105Z+ groupadd -g 12345 build
122026-06-10T03:36:55.108Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:36:57.112Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:36:57.170Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:36:57.173Z+ home_fs=zfs
162026-06-10T03:36:57.173Z+ [[ zfs == autofs ]]
172026-06-10T03:36:57.173Z+ mkdir -p /home/build
182026-06-10T03:36:57.174Z+ chown build:build /home/build /work
192026-06-10T03:36:59.174Z+ chmod 0700 /home/build /work
202026-06-10T03:36:59.177Zprocess exited: duration 4081 ms, exit code 0
 
212026-06-10T03:36:59.183Zstarting task 1: "rust-toolchain"
222026-06-10T03:36:59.188Z * rust toolchain channel = "1.95.0"
232026-06-10T03:36:59.188Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-06-10T03:36:59.188Z * rust toolchain profile = "default"
252026-06-10T03:36:59.188Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T03:36:59.188Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:36:59.188Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:36:59.191Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:36:59.191Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:36:59.294Zinfo: downloading installer
312026-06-10T03:37:00.951Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:37:00.951Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:37:00.951Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:37:00.951Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:37:00.963Zinfo: profile set to default
362026-06-10T03:37:00.963Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:37:00.966Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:37:01.112Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:37:01.115Zinfo: downloading 6 components
402026-06-10T03:37:17.632Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:17.632Z
422026-06-10T03:37:17.661Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:17.661Z
442026-06-10T03:37:17.661Z
452026-06-10T03:37:17.661ZRust is installed now. Great!
462026-06-10T03:37:17.661Z
472026-06-10T03:37:17.661ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:17.661Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:17.661Z
502026-06-10T03:37:17.661ZTo configure your current shell, you need to source
512026-06-10T03:37:17.661Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:17.666Z
532026-06-10T03:37:17.666ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:17.666Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:17.666Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:17.666Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:17.666Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:17.666Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:17.666Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:17.666Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:17.666Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:17.748Z+ rustup --version
632026-06-10T03:37:17.757Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:17.759Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:17.778Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:17.782Z+ cargo --version
672026-06-10T03:37:17.795Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:17.798Z+ rustc --version
692026-06-10T03:37:17.817Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:17.819Zprocess exited: duration 18634 ms, exit code 0
 
712026-06-10T03:37:17.825Zstarting task 2: "authentication"
722026-06-10T03:37:17.842Zprocess exited: duration 16 ms, exit code 0
 
732026-06-10T03:37:17.847Zstarting task 3: "clone repository"
742026-06-10T03:37:17.850Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:17.853Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:17.890ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:18.778Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:18.778Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:18.992ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:18.992Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:18.997Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:19.000Z++ git branch --show-current
832026-06-10T03:37:19.000Z+ current=master
842026-06-10T03:37:19.000Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:19.000Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:19.003Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:19.019ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:19.022Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:19.035ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:19.038Zprocess exited: duration 1188 ms, exit code 0
 
912026-06-10T03:37:19.044Zstarting task 4: "build"
922026-06-10T03:37:19.047Z+ source .github/buildomat/common.sh
932026-06-10T03:37:19.047Z++ rustup show active-toolchain
942026-06-10T03:37:19.053Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:19.055Z++ pushd xde
962026-06-10T03:37:19.055Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:19.055Z++ rustup show active-toolchain
982026-06-10T03:37:19.058Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:19.358Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:19.362Zinfo: downloading 6 components
1012026-06-10T03:38:16.371Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.467Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.470Z+++ head -n 1
1042026-06-10T03:38:16.470Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.520Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.520Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.520Z++ popd
1082026-06-10T03:38:16.523Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.523Z+ cargo --version
1102026-06-10T03:38:16.530Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-10T03:38:16.533Z+ rustc --version
1122026-06-10T03:38:16.552Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-10T03:38:16.555Z+ cd crates/opte-api
1142026-06-10T03:38:16.555Z+ header 'check API_VERSION'
1152026-06-10T03:38:16.555Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-10T03:38:16.555Z+ ./check-api-version.sh
1172026-06-10T03:38:16.555Z# ==== check API_VERSION ==== #
1182026-06-10T03:38:16.561Z+ header 'check style'
1192026-06-10T03:38:16.561Z+ echo '# ==== check style ==== #'
1202026-06-10T03:38:16.562Z# ==== check style ==== #
1212026-06-10T03:38:16.562Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-06-10T03:38:16.641Z
1232026-06-10T03:38:16.641Zreal 0.076579768
1242026-06-10T03:38:16.641Zuser 0.044742339
1252026-06-10T03:38:16.641Zsys 0.029015051
1262026-06-10T03:38:16.641Ztrap 0.000000290
1272026-06-10T03:38:16.641Ztflt 0.000029690
1282026-06-10T03:38:16.641Zdflt 0.000025660
1292026-06-10T03:38:16.641Zkflt 0.000000000
1302026-06-10T03:38:16.641Zlock 0.030677738
1312026-06-10T03:38:16.641Zslp 0.056356042
1322026-06-10T03:38:16.641Zlat 0.000856170
1332026-06-10T03:38:16.641Zstop 0.000086510
1342026-06-10T03:38:16.644Z+ header 'analyze std'
1352026-06-10T03:38:16.644Z+ echo '# ==== analyze std ==== #'
1362026-06-10T03:38:16.644Z+ ptime -m cargo clippy --all-targets
1372026-06-10T03:38:16.644Z# ==== analyze std ==== #
1382026-06-10T03:38:16.777Z Updating crates.io index
1392026-06-10T03:38:16.780Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-10T03:38:18.150Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-10T03:38:18.532Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-10T03:38:18.887Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-10T03:38:19.109Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-10T03:38:19.456Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-10T03:38:19.728Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-10T03:38:21.998Z Downloading crates ...
1472026-06-10T03:38:22.051Z Downloaded strsim v0.11.1
1482026-06-10T03:38:22.059Z Downloaded darling_macro v0.21.3
1492026-06-10T03:38:22.063Z Downloaded bitflags v2.13.0
1502026-06-10T03:38:22.076Z Downloaded zerocopy-derive v0.8.52
1512026-06-10T03:38:22.080Z Downloaded memchr v2.8.1
1522026-06-10T03:38:22.084Z Downloaded unicode-ident v1.0.24
1532026-06-10T03:38:22.091Z Downloaded hash32 v0.3.1
1542026-06-10T03:38:22.094Z Downloaded heapless v0.8.0
1552026-06-10T03:38:22.098Z Downloaded thiserror-impl v2.0.18
1562026-06-10T03:38:22.098Z Downloaded ipnetwork v0.21.1
1572026-06-10T03:38:22.103Z Downloaded ingot-macros v0.1.1
1582026-06-10T03:38:22.103Z Downloaded bitflags v1.3.2
1592026-06-10T03:38:22.103Z Downloaded embedded-io v0.4.0
1602026-06-10T03:38:22.109Z Downloaded stable_deref_trait v1.2.1
1612026-06-10T03:38:22.109Z Downloaded darling v0.21.3
1622026-06-10T03:38:22.113Z Downloaded macaddr v1.0.1
1632026-06-10T03:38:22.113Z Downloaded defmt v0.3.100
1642026-06-10T03:38:22.113Z Downloaded cfg-if v1.0.4
1652026-06-10T03:38:22.117Z Downloaded defmt-macros v1.1.0
1662026-06-10T03:38:22.120Z Downloaded defmt v1.1.0
1672026-06-10T03:38:22.123Z Downloaded ident_case v1.0.1
1682026-06-10T03:38:22.125Z Downloaded quote v1.0.45
1692026-06-10T03:38:22.125Z Downloaded byteorder v1.5.0
1702026-06-10T03:38:22.142Z Downloaded embedded-io v0.6.1
1712026-06-10T03:38:22.148Z Downloaded proc-macro-error-attr2 v2.0.0
1722026-06-10T03:38:22.151Z Downloaded cobs v0.3.0
1732026-06-10T03:38:22.154Z Downloaded defmt-parser v1.0.0
1742026-06-10T03:38:22.169Z Downloaded managed v0.8.0
1752026-06-10T03:38:22.172Z Downloaded fnv v1.0.7
1762026-06-10T03:38:22.172Z Downloaded ingot-types v0.1.2
1772026-06-10T03:38:22.176Z Downloaded either v1.16.0
1782026-06-10T03:38:22.182Z Downloaded proc-macro2 v1.0.106
1792026-06-10T03:38:22.188Z Downloaded thiserror v2.0.18
1802026-06-10T03:38:22.191Z Downloaded postcard v1.1.3
1812026-06-10T03:38:22.195Z Downloaded darling_core v0.21.3
1822026-06-10T03:38:22.199Z Downloaded serde_derive v1.0.228
1832026-06-10T03:38:22.202Z Downloaded ingot v0.1.1
1842026-06-10T03:38:22.219Z Downloaded serde v1.0.228
1852026-06-10T03:38:22.222Z Downloaded proc-macro-error2 v2.0.1
1862026-06-10T03:38:22.229Z Downloaded serde_core v1.0.228
1872026-06-10T03:38:22.234Z Downloaded regex v1.12.4
1882026-06-10T03:38:22.252Z Downloaded zerocopy v0.8.52
1892026-06-10T03:38:22.263Z Downloaded aho-corasick v1.1.4
1902026-06-10T03:38:22.266Z Downloaded itertools v0.14.0
1912026-06-10T03:38:22.307Z Downloaded syn v2.0.117
1922026-06-10T03:38:22.315Z Downloaded smoltcp v0.11.0
1932026-06-10T03:38:22.321Z Downloaded regex-syntax v0.8.11
1942026-06-10T03:38:22.333Z Downloaded regex-automata v0.4.14
1952026-06-10T03:38:22.368Z Compiling proc-macro2 v1.0.106
1962026-06-10T03:38:22.368Z Compiling unicode-ident v1.0.24
1972026-06-10T03:38:22.371Z Compiling quote v1.0.45
1982026-06-10T03:38:22.371Z Compiling fnv v1.0.7
1992026-06-10T03:38:22.371Z Compiling strsim v0.11.1
2002026-06-10T03:38:22.371Z Compiling memchr v2.8.1
2012026-06-10T03:38:22.372Z Compiling ident_case v1.0.1
2022026-06-10T03:38:22.372Z Compiling regex-syntax v0.8.11
2032026-06-10T03:38:22.535Z Compiling serde_core v1.0.228
2042026-06-10T03:38:22.550Z Compiling either v1.16.0
2052026-06-10T03:38:22.556Z Compiling serde v1.0.228
2062026-06-10T03:38:22.720Z Compiling zerocopy v0.8.52
2072026-06-10T03:38:22.740Z Compiling thiserror v2.0.18
2082026-06-10T03:38:22.832Z Compiling aho-corasick v1.1.4
2092026-06-10T03:38:22.896Z Compiling itertools v0.14.0
2102026-06-10T03:38:22.982Z Checking byteorder v1.5.0
2112026-06-10T03:38:23.127Z Compiling heapless v0.8.0
2122026-06-10T03:38:23.140Z Checking hash32 v0.3.1
2132026-06-10T03:38:23.244Z Compiling smoltcp v0.11.0
2142026-06-10T03:38:23.257Z Checking stable_deref_trait v1.2.1
2152026-06-10T03:38:23.319Z Checking macaddr v1.0.1
2162026-06-10T03:38:23.576Z Checking bitflags v2.13.0
2172026-06-10T03:38:23.642Z Compiling syn v2.0.117
2182026-06-10T03:38:23.691Z Checking cfg-if v1.0.4
2192026-06-10T03:38:23.718Z Checking managed v0.8.0
2202026-06-10T03:38:23.748Z Checking bitflags v1.3.2
2212026-06-10T03:38:23.805Z Compiling regex-automata v0.4.14
2222026-06-10T03:38:23.900Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2232026-06-10T03:38:24.098Z Checking ipnetwork v0.21.1
2242026-06-10T03:38:25.312Z Compiling regex v1.12.4
2252026-06-10T03:38:25.825Z Compiling darling_core v0.21.3
2262026-06-10T03:38:26.162Z Compiling serde_derive v1.0.228
2272026-06-10T03:38:26.162Z Compiling thiserror-impl v2.0.18
2282026-06-10T03:38:26.165Z Compiling zerocopy-derive v0.8.52
2292026-06-10T03:38:27.133Z Checking cobs v0.3.0
2302026-06-10T03:38:27.137Z Compiling darling_macro v0.21.3
2312026-06-10T03:38:27.612Z Compiling darling v0.21.3
2322026-06-10T03:38:27.675Z Compiling ingot-macros v0.1.1
2332026-06-10T03:38:28.386Z Checking postcard v1.1.3
2342026-06-10T03:38:29.638Z Checking ingot-types v0.1.2
2352026-06-10T03:38:29.907Z Checking ingot v0.1.1
2362026-06-10T03:38:31.179Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-10T03:38:32.156Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.46s
2382026-06-10T03:38:32.261Z
2392026-06-10T03:38:32.261Zreal 15.614395986
2402026-06-10T03:38:32.261Zuser 30.428848100
2412026-06-10T03:38:32.261Zsys 5.921928972
2422026-06-10T03:38:32.261Ztrap 0.010315294
2432026-06-10T03:38:32.261Ztflt 0.082469161
2442026-06-10T03:38:32.261Zdflt 0.229485009
2452026-06-10T03:38:32.261Zkflt 0.003755844
2462026-06-10T03:38:32.261Zlock 1:28.007423480
2472026-06-10T03:38:32.261Zslp 1:32.468891413
2482026-06-10T03:38:32.261Zlat 2.044445437
2492026-06-10T03:38:32.264Zstop 4.864668514
2502026-06-10T03:38:32.264Z+ header 'analyze no_std'
2512026-06-10T03:38:32.264Z+ echo '# ==== analyze no_std ==== #'
2522026-06-10T03:38:32.264Z# ==== analyze no_std ==== #
2532026-06-10T03:38:32.264Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-06-10T03:38:32.364Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-10T03:38:32.589Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-10T03:38:33.555Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2572026-06-10T03:38:33.576Z
2582026-06-10T03:38:33.579Zreal 1.309763865
2592026-06-10T03:38:33.580Zuser 1.871355900
2602026-06-10T03:38:33.580Zsys 0.258209688
2612026-06-10T03:38:33.580Ztrap 0.000183530
2622026-06-10T03:38:33.580Ztflt 0.000094720
2632026-06-10T03:38:33.580Zdflt 0.000036540
2642026-06-10T03:38:33.580Zkflt 0.000000000
2652026-06-10T03:38:33.580Zlock 4.306951374
2662026-06-10T03:38:33.580Zslp 5.255781063
2672026-06-10T03:38:33.580Zlat 0.002103910
2682026-06-10T03:38:33.580Zstop 0.042550186
2692026-06-10T03:38:33.580Z+ header test
2702026-06-10T03:38:33.580Z+ echo '# ==== test ==== #'
2712026-06-10T03:38:33.580Z+ ptime -m cargo test
2722026-06-10T03:38:33.580Z# ==== test ==== #
2732026-06-10T03:38:33.706Z Compiling serde_core v1.0.228
2742026-06-10T03:38:33.709Z Compiling byteorder v1.5.0
2752026-06-10T03:38:33.709Z Compiling macaddr v1.0.1
2762026-06-10T03:38:33.725Z Compiling stable_deref_trait v1.2.1
2772026-06-10T03:38:33.729Z Compiling thiserror v2.0.18
2782026-06-10T03:38:33.733Z Compiling zerocopy v0.8.52
2792026-06-10T03:38:33.733Z Compiling bitflags v2.13.0
2802026-06-10T03:38:33.736Z Compiling bitflags v1.3.2
2812026-06-10T03:38:33.781Z Compiling cfg-if v1.0.4
2822026-06-10T03:38:33.785Z Compiling cobs v0.3.0
2832026-06-10T03:38:33.815Z Compiling managed v0.8.0
2842026-06-10T03:38:33.834Z Compiling ipnetwork v0.21.1
2852026-06-10T03:38:33.880Z Compiling hash32 v0.3.1
2862026-06-10T03:38:33.956Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-06-10T03:38:34.021Z Compiling heapless v0.8.0
2882026-06-10T03:38:34.370Z Compiling smoltcp v0.11.0
2892026-06-10T03:38:35.235Z Compiling serde v1.0.228
2902026-06-10T03:38:35.644Z Compiling postcard v1.1.3
2912026-06-10T03:38:36.337Z Compiling ingot-types v0.1.2
2922026-06-10T03:38:36.604Z Compiling ingot v0.1.1
2932026-06-10T03:38:37.954Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-10T03:38:39.675Z Finished `test` profile [optimized + debuginfo] target(s) in 6.09s
2952026-06-10T03:38:39.685Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-4faae4d37c72d795)
2962026-06-10T03:38:39.687Z
2972026-06-10T03:38:39.687Zrunning 25 tests
2982026-06-10T03:38:39.687Ztest dns::tests::test_domain_name ... ok
2992026-06-10T03:38:39.687Ztest encap::test::good_vni ... ok
3002026-06-10T03:38:39.687Ztest ip::test::bad_cidr ... ok
3012026-06-10T03:38:39.687Ztest encap::test::vni_round_trip ... ok
3022026-06-10T03:38:39.687Ztest encap::test::bad_vni ... ok
3032026-06-10T03:38:39.688Ztest ip::test::bad_prefix_len ... ok
3042026-06-10T03:38:39.688Ztest ip::test::good_cidr ... ok
3052026-06-10T03:38:39.688Ztest ip::test::dhcp_fqdn ... ok
3062026-06-10T03:38:39.688Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-10T03:38:39.688Ztest ip::test::ipv4_addr_good ... ok
3082026-06-10T03:38:39.688Ztest ip::test::ipv4_mask ... ok
3092026-06-10T03:38:39.688Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-06-10T03:38:39.688Ztest ip::test::ipv6_is_default ... ok
3112026-06-10T03:38:39.688Ztest ip::test::ipv6_mask ... ok
3122026-06-10T03:38:39.688Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-10T03:38:39.688Ztest ip::test::test_ip_addr_from_str ... ok
3142026-06-10T03:38:39.688Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-06-10T03:38:39.688Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-06-10T03:38:39.688Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-06-10T03:38:39.688Ztest ip::test::test_ipv6_from_const ... ok
3182026-06-10T03:38:39.688Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-06-10T03:38:39.688Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-06-10T03:38:39.688Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3212026-06-10T03:38:39.688Ztest ip::test::test_ipv6_multicast_mac ... ok
3222026-06-10T03:38:39.688Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-06-10T03:38:39.688Z
3242026-06-10T03:38:39.688Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-10T03:38:39.688Z
3262026-06-10T03:38:39.688Z Doc-tests opte_api
3272026-06-10T03:38:40.278Z
3282026-06-10T03:38:40.279Zrunning 1 test
3292026-06-10T03:38:40.282Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-10T03:38:40.282Z
3312026-06-10T03:38:40.282Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-10T03:38:40.282Z
3332026-06-10T03:38:40.285Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3342026-06-10T03:38:40.302Z
3352026-06-10T03:38:40.302Zreal 6.718359955
3362026-06-10T03:38:40.302Zuser 17.348097165
3372026-06-10T03:38:40.303Zsys 2.089867694
3382026-06-10T03:38:40.303Ztrap 0.005297030
3392026-06-10T03:38:40.303Ztflt 0.141509020
3402026-06-10T03:38:40.303Zdflt 0.154930942
3412026-06-10T03:38:40.303Zkflt 0.000187020
3422026-06-10T03:38:40.305Zlock 53.639018427
3432026-06-10T03:38:40.306Zslp 31.824340641
3442026-06-10T03:38:40.306Zlat 0.935391144
3452026-06-10T03:38:40.306Zstop 0.599202159
3462026-06-10T03:38:40.306Zprocess exited: duration 81258 ms, exit code 0
 
3472026-06-10T03:38:40.312Zfound 0 output files