01M0VFRMS79CAPHJGE1XZPSCNK: opte-api

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

Buildomat Job: 01M0VFTK01AABAGS40YHC6KTP9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:36:51.776Zjob assigned to worker 01M0VFTRSZDCCF7S3NRSMJ1A1K [factory aws, i-090b05b0ccc726672] (queued for 46 s)
 
22026-08-25T03:36:58.440Zstarting task 0: "setup"
32026-08-25T03:36:58.470Z++ uname -s
42026-08-25T03:36:58.470Z+ kern=SunOS
52026-08-25T03:36:58.470Z+ build_user=build
62026-08-25T03:36:58.470Z+ build_uid=12345
72026-08-25T03:36:58.470Z+ work_dir=/work
82026-08-25T03:36:58.470Z+ input_dir=/input
92026-08-25T03:36:58.470Z+ [[ 0 == 12345 ]]
102026-08-25T03:36:58.470Z+ case "$kern" in
112026-08-25T03:36:58.470Z+ groupadd -g 12345 build
122026-08-25T03:36:58.470Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:00.511Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:00.639Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:00.705Z+ home_fs=zfs
162026-08-25T03:37:00.705Z+ [[ zfs == autofs ]]
172026-08-25T03:37:00.705Z+ mkdir -p /home/build
182026-08-25T03:37:00.705Z+ chown build:build /home/build /work
192026-08-25T03:37:03.409Z+ chmod 0700 /home/build /work
202026-08-25T03:37:03.441Zprocess exited: duration 4103 ms, exit code 0
 
212026-08-25T03:37:03.544Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:03.563Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:03.563Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:03.563Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-08-25T03:37:03.563Z * rust toolchain profile = "default"
262026-08-25T03:37:03.563Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:03.563Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:03.563Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:03.563Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:03.611Zinfo: downloading installer
312026-08-25T03:37:04.997Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:04.997Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:04.997Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:04.997Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:05.009Zinfo: profile set to default
362026-08-25T03:37:05.009Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:05.014Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:05.152Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:05.163Zinfo: downloading 6 components
402026-08-25T03:37:19.060Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-25T03:37:19.061Z
422026-08-25T03:37:19.100Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:19.100Z
442026-08-25T03:37:19.118Z
452026-08-25T03:37:19.118ZRust is installed now. Great!
462026-08-25T03:37:19.118Z
472026-08-25T03:37:19.119ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:19.119Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:19.119Z
502026-08-25T03:37:19.119ZTo configure your current shell, you need to source
512026-08-25T03:37:19.119Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:19.119Z
532026-08-25T03:37:19.119ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:19.119Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:19.119Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:19.119Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:19.119Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:19.119Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:19.119Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:19.119Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:19.119Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:19.188Z+ rustup --version
632026-08-25T03:37:19.202Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:19.202Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:19.218Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:19.230Z+ cargo --version
672026-08-25T03:37:19.254Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:19.254Z+ rustc --version
692026-08-25T03:37:19.272Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:19.272Zprocess exited: duration 15739 ms, exit code 0
 
712026-08-25T03:37:19.301Zstarting task 2: "authentication"
722026-08-25T03:37:19.337ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:53.709Zprocess exited: duration 34415 ms, exit code 0
 
742026-08-25T03:37:53.716Zstarting task 3: "clone repository"
752026-08-25T03:37:53.721Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:53.726Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:53.754ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:37:54.770Z+ cd /work/oxidecomputer/opte
792026-08-25T03:37:54.770Z+ git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db
802026-08-25T03:37:55.039ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:37:55.039Z * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD
822026-08-25T03:37:55.052Z+ [[ -n renovate/clap ]]
832026-08-25T03:37:55.052Z++ git branch --show-current
842026-08-25T03:37:55.052Z+ current=master
852026-08-25T03:37:55.052Z+ [[ master != renovate/clap ]]
862026-08-25T03:37:55.052Z+ git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db
872026-08-25T03:37:55.068Z+ git checkout -f renovate/clap
882026-08-25T03:37:55.076ZSwitched to branch 'renovate/clap'
892026-08-25T03:37:55.077Z+ git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db
902026-08-25T03:37:55.088ZHEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6
912026-08-25T03:37:55.109Zprocess exited: duration 1364 ms, exit code 0
 
922026-08-25T03:37:55.148Zstarting task 4: "build"
932026-08-25T03:37:55.167Z+ source .github/buildomat/common.sh
942026-08-25T03:37:55.167Z++ rustup show active-toolchain
952026-08-25T03:37:55.167Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:37:55.167Z++ pushd xde
972026-08-25T03:37:55.168Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:37:55.168Z++ rustup show active-toolchain
992026-08-25T03:37:55.168Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:37:55.338Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:37:55.345Zinfo: downloading 6 components
1022026-08-25T03:38:10.358Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:10.394Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:10.422Z+++ head -n 1
1052026-08-25T03:38:10.422Z+++ cut '-d ' -f1
1062026-08-25T03:38:10.445Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:10.445Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:10.453Z++ popd
1092026-08-25T03:38:10.453Z/work/oxidecomputer/opte
1102026-08-25T03:38:10.453Z+ cargo --version
1112026-08-25T03:38:10.453Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:10.453Z+ rustc --version
1132026-08-25T03:38:10.475Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:10.495Z+ cd crates/opte-api
1152026-08-25T03:38:10.495Z+ header 'check API_VERSION'
1162026-08-25T03:38:10.496Z+ echo '# ==== check API_VERSION ==== #'
1172026-08-25T03:38:10.496Z# ==== check API_VERSION ==== #
1182026-08-25T03:38:10.496Z+ ./check-api-version.sh
1192026-08-25T03:38:10.496Z+ header 'check style'
1202026-08-25T03:38:10.496Z+ echo '# ==== check style ==== #'
1212026-08-25T03:38:10.496Z# ==== check style ==== #
1222026-08-25T03:38:10.496Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1232026-08-25T03:38:10.558Z
1242026-08-25T03:38:10.558Zreal 0.076041028
1252026-08-25T03:38:10.558Zuser 0.044894765
1262026-08-25T03:38:10.558Zsys 0.028320109
1272026-08-25T03:38:10.558Ztrap 0.000002630
1282026-08-25T03:38:10.558Ztflt 0.000025360
1292026-08-25T03:38:10.558Zdflt 0.000034730
1302026-08-25T03:38:10.558Zkflt 0.000000000
1312026-08-25T03:38:10.558Zlock 0.031301760
1322026-08-25T03:38:10.558Zslp 0.056425098
1332026-08-25T03:38:10.559Zlat 0.000718920
1342026-08-25T03:38:10.559Zstop 0.000086850
1352026-08-25T03:38:10.583Z+ header 'analyze std'
1362026-08-25T03:38:10.583Z+ echo '# ==== analyze std ==== #'
1372026-08-25T03:38:10.583Z# ==== analyze std ==== #
1382026-08-25T03:38:10.583Z+ ptime -m cargo clippy --all-targets
1392026-08-25T03:38:10.723Z Updating crates.io index
1402026-08-25T03:38:10.736Z Updating git repository `https://github.com/oxidecomputer/falcon`
1412026-08-25T03:38:11.421Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1422026-08-25T03:38:12.054Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-08-25T03:38:12.303Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-08-25T03:38:12.657Z Updating git repository `https://github.com/oxidecomputer/zone`
1452026-08-25T03:38:12.964Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-08-25T03:38:13.279Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-08-25T03:38:15.110Z Downloading crates ...
1482026-08-25T03:38:15.157Z Downloaded cobs v0.3.0
1492026-08-25T03:38:15.167Z Downloaded ingot-macros v0.2.0
1502026-08-25T03:38:15.175Z Downloaded darling_macro v0.23.0
1512026-08-25T03:38:15.182Z Downloaded bitflags v2.13.0
1522026-08-25T03:38:15.186Z Downloaded embedded-io v0.6.1
1532026-08-25T03:38:15.244Z Downloaded cfg-if v1.0.4
1542026-08-25T03:38:15.280Z Downloaded managed v0.8.0
1552026-08-25T03:38:15.280Z Downloaded defmt v0.3.100
1562026-08-25T03:38:15.280Z Downloaded hash32 v0.3.1
1572026-08-25T03:38:15.280Z Downloaded macaddr v1.0.1
1582026-08-25T03:38:15.280Z Downloaded stable_deref_trait v1.2.1
1592026-08-25T03:38:15.280Z Downloaded ipnetwork v0.21.1
1602026-08-25T03:38:15.280Z Downloaded byteorder v1.5.0
1612026-08-25T03:38:15.280Z Downloaded defmt-parser v1.0.0
1622026-08-25T03:38:15.280Z Downloaded strsim v0.11.1
1632026-08-25T03:38:15.280Z Downloaded ident_case v1.0.1
1642026-08-25T03:38:15.280Z Downloaded embedded-io v0.4.0
1652026-08-25T03:38:15.280Z Downloaded either v1.16.0
1662026-08-25T03:38:15.280Z Downloaded bitflags v1.3.2
1672026-08-25T03:38:15.280Z Downloaded ingot v0.2.0
1682026-08-25T03:38:15.280Z Downloaded postcard v1.1.3
1692026-08-25T03:38:15.313Z Downloaded unicode-ident v1.0.24
1702026-08-25T03:38:15.313Z Downloaded serde_core v1.0.228
1712026-08-25T03:38:15.313Z Downloaded thiserror v2.0.18
1722026-08-25T03:38:15.313Z Downloaded defmt-macros v1.1.1
1732026-08-25T03:38:15.313Z Downloaded quote v1.0.46
1742026-08-25T03:38:15.313Z Downloaded ingot-types v0.2.0
1752026-08-25T03:38:15.313Z Downloaded defmt v1.1.1
1762026-08-25T03:38:15.313Z Downloaded thiserror-impl v2.0.18
1772026-08-25T03:38:15.313Z Downloaded serde_derive v1.0.228
1782026-08-25T03:38:15.313Z Downloaded proc-macro2 v1.0.106
1792026-08-25T03:38:15.313Z Downloaded darling v0.23.0
1802026-08-25T03:38:15.318Z Downloaded heapless v0.8.0
1812026-08-25T03:38:15.318Z Downloaded darling_core v0.23.0
1822026-08-25T03:38:15.318Z Downloaded serde v1.0.228
1832026-08-25T03:38:15.324Z Downloaded memchr v2.8.3
1842026-08-25T03:38:15.334Z Downloaded zerocopy-derive v0.8.54
1852026-08-25T03:38:15.334Z Downloaded aho-corasick v1.1.4
1862026-08-25T03:38:15.352Z Downloaded smoltcp v0.11.0
1872026-08-25T03:38:15.355Z Downloaded regex v1.13.0
1882026-08-25T03:38:15.362Z Downloaded itertools v0.15.0
1892026-08-25T03:38:15.387Z Downloaded zerocopy v0.8.54
1902026-08-25T03:38:15.406Z Downloaded syn v2.0.118
1912026-08-25T03:38:15.421Z Downloaded regex-syntax v0.8.11
1922026-08-25T03:38:15.425Z Downloaded regex-automata v0.4.15
1932026-08-25T03:38:15.455Z Compiling proc-macro2 v1.0.106
1942026-08-25T03:38:15.455Z Compiling quote v1.0.46
1952026-08-25T03:38:15.459Z Compiling unicode-ident v1.0.24
1962026-08-25T03:38:15.459Z Compiling ident_case v1.0.1
1972026-08-25T03:38:15.459Z Compiling strsim v0.11.1
1982026-08-25T03:38:15.459Z Compiling memchr v2.8.3
1992026-08-25T03:38:15.459Z Compiling serde_core v1.0.228
2002026-08-25T03:38:15.460Z Compiling regex-syntax v0.8.11
2012026-08-25T03:38:15.647Z Compiling zerocopy v0.8.54
2022026-08-25T03:38:15.652Z Compiling thiserror v2.0.18
2032026-08-25T03:38:15.811Z Compiling serde v1.0.228
2042026-08-25T03:38:15.889Z Compiling either v1.16.0
2052026-08-25T03:38:15.966Z Compiling aho-corasick v1.1.4
2062026-08-25T03:38:16.110Z Compiling itertools v0.15.0
2072026-08-25T03:38:16.129Z Checking byteorder v1.5.0
2082026-08-25T03:38:16.150Z Compiling heapless v0.8.0
2092026-08-25T03:38:16.227Z Compiling smoltcp v0.11.0
2102026-08-25T03:38:16.240Z Checking hash32 v0.3.1
2112026-08-25T03:38:16.353Z Checking macaddr v1.0.1
2122026-08-25T03:38:16.487Z Checking stable_deref_trait v1.2.1
2132026-08-25T03:38:16.567Z Checking bitflags v2.13.0
2142026-08-25T03:38:16.719Z Compiling syn v2.0.118
2152026-08-25T03:38:16.724Z Checking cfg-if v1.0.4
2162026-08-25T03:38:16.813Z Checking managed v0.8.0
2172026-08-25T03:38:16.819Z Checking bitflags v1.3.2
2182026-08-25T03:38:16.850Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2192026-08-25T03:38:16.984Z Compiling regex-automata v0.4.15
2202026-08-25T03:38:17.133Z Checking ipnetwork v0.21.1
2212026-08-25T03:38:18.452Z Compiling regex v1.13.0
2222026-08-25T03:38:18.940Z Compiling darling_core v0.23.0
2232026-08-25T03:38:19.248Z Compiling thiserror-impl v2.0.18
2242026-08-25T03:38:19.248Z Compiling serde_derive v1.0.228
2252026-08-25T03:38:19.251Z Compiling zerocopy-derive v0.8.54
2262026-08-25T03:38:20.225Z Checking cobs v0.3.0
2272026-08-25T03:38:20.260Z Compiling darling_macro v0.23.0
2282026-08-25T03:38:20.781Z Compiling darling v0.23.0
2292026-08-25T03:38:20.842Z Compiling ingot-macros v0.2.0
2302026-08-25T03:38:21.498Z Checking postcard v1.1.3
2312026-08-25T03:38:22.814Z Checking ingot-types v0.2.0
2322026-08-25T03:38:23.062Z Checking ingot v0.2.0
2332026-08-25T03:38:24.343Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2342026-08-25T03:38:25.349Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.75s
2352026-08-25T03:38:25.448Z
2362026-08-25T03:38:25.448Zreal 14.888779440
2372026-08-25T03:38:25.448Zuser 30.846188902
2382026-08-25T03:38:25.448Zsys 5.868943255
2392026-08-25T03:38:25.448Ztrap 0.011427730
2402026-08-25T03:38:25.448Ztflt 0.073633945
2412026-08-25T03:38:25.448Zdflt 0.269440079
2422026-08-25T03:38:25.448Zkflt 0.004769310
2432026-08-25T03:38:25.448Zlock 2:12.015922153
2442026-08-25T03:38:25.448Zslp 1:33.074141542
2452026-08-25T03:38:25.448Zlat 0.777228330
2462026-08-25T03:38:25.448Zstop 5.399503959
2472026-08-25T03:38:25.452Z+ header 'analyze no_std'
2482026-08-25T03:38:25.452Z+ echo '# ==== analyze no_std ==== #'
2492026-08-25T03:38:25.452Z# ==== analyze no_std ==== #
2502026-08-25T03:38:25.452Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2512026-08-25T03:38:25.547Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2522026-08-25T03:38:25.783Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2532026-08-25T03:38:26.837Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2542026-08-25T03:38:26.858Z
2552026-08-25T03:38:26.859Zreal 1.313142240
2562026-08-25T03:38:26.859Zuser 1.888466876
2572026-08-25T03:38:26.859Zsys 0.257215669
2582026-08-25T03:38:26.859Ztrap 0.000190440
2592026-08-25T03:38:26.859Ztflt 0.000084850
2602026-08-25T03:38:26.859Zdflt 0.000085480
2612026-08-25T03:38:26.859Zkflt 0.000000970
2622026-08-25T03:38:26.859Zlock 5.546690128
2632026-08-25T03:38:26.859Zslp 5.306003960
2642026-08-25T03:38:26.859Zlat 0.002643780
2652026-08-25T03:38:26.859Zstop 0.057565188
2662026-08-25T03:38:26.859Z+ header test
2672026-08-25T03:38:26.859Z+ echo '# ==== test ==== #'
2682026-08-25T03:38:26.859Z# ==== test ==== #
2692026-08-25T03:38:26.859Z+ ptime -m cargo test
2702026-08-25T03:38:26.907Z Compiling serde_core v1.0.228
2712026-08-25T03:38:26.913Z Compiling byteorder v1.5.0
2722026-08-25T03:38:26.913Z Compiling stable_deref_trait v1.2.1
2732026-08-25T03:38:26.913Z Compiling macaddr v1.0.1
2742026-08-25T03:38:26.927Z Compiling zerocopy v0.8.54
2752026-08-25T03:38:26.927Z Compiling thiserror v2.0.18
2762026-08-25T03:38:26.927Z Compiling bitflags v2.13.0
2772026-08-25T03:38:26.938Z Compiling managed v0.8.0
2782026-08-25T03:38:26.969Z Compiling bitflags v1.3.2
2792026-08-25T03:38:27.005Z Compiling cobs v0.3.0
2802026-08-25T03:38:27.026Z Compiling cfg-if v1.0.4
2812026-08-25T03:38:27.070Z Compiling hash32 v0.3.1
2822026-08-25T03:38:27.075Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-08-25T03:38:27.131Z Compiling ipnetwork v0.21.1
2842026-08-25T03:38:27.151Z Compiling heapless v0.8.0
2852026-08-25T03:38:27.495Z Compiling smoltcp v0.11.0
2862026-08-25T03:38:28.503Z Compiling serde v1.0.228
2872026-08-25T03:38:28.927Z Compiling postcard v1.1.3
2882026-08-25T03:38:29.582Z Compiling ingot-types v0.2.0
2892026-08-25T03:38:29.854Z Compiling ingot v0.2.0
2902026-08-25T03:38:31.238Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2912026-08-25T03:38:33.068Z Finished `test` profile [optimized + debuginfo] target(s) in 6.29s
2922026-08-25T03:38:33.099Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2932026-08-25T03:38:33.099Z
2942026-08-25T03:38:33.099Zrunning 25 tests
2952026-08-25T03:38:33.099Ztest encap::test::good_vni ... ok
2962026-08-25T03:38:33.099Ztest encap::test::bad_vni ... ok
2972026-08-25T03:38:33.099Ztest dns::tests::test_domain_name ... ok
2982026-08-25T03:38:33.099Ztest ip::test::bad_cidr ... ok
2992026-08-25T03:38:33.099Ztest encap::test::vni_round_trip ... ok
3002026-08-25T03:38:33.099Ztest ip::test::bad_prefix_len ... ok
3012026-08-25T03:38:33.099Ztest ip::test::dhcp_fqdn ... ok
3022026-08-25T03:38:33.100Ztest ip::test::good_cidr ... ok
3032026-08-25T03:38:33.100Ztest ip::test::ipv4_addr_bad ... ok
3042026-08-25T03:38:33.100Ztest ip::test::ipv4_addr_good ... ok
3052026-08-25T03:38:33.100Ztest ip::test::ipv4_mask ... ok
3062026-08-25T03:38:33.100Ztest ip::test::ipv6_cidr_is_member ... ok
3072026-08-25T03:38:33.100Ztest ip::test::ipv6_is_default ... ok
3082026-08-25T03:38:33.100Ztest ip::test::ipv6_mask ... ok
3092026-08-25T03:38:33.100Ztest ip::test::test_ip_addr_from_str ... ok
3102026-08-25T03:38:33.100Ztest ip::test::ipv6_prefix_len ... ok
3112026-08-25T03:38:33.100Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-08-25T03:38:33.100Ztest ip::test::test_ipv4_multicast_mac ... ok
3132026-08-25T03:38:33.100Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3142026-08-25T03:38:33.100Ztest ip::test::test_ipv6_from_const ... ok
3152026-08-25T03:38:33.100Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-08-25T03:38:33.100Ztest ip::test::test_ipv6_is_multicast ... ok
3172026-08-25T03:38:33.100Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-08-25T03:38:33.100Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-08-25T03:38:33.100Ztest ip::test::test_multicast_underlay_serde ... ok
3202026-08-25T03:38:33.100Z
3212026-08-25T03:38:33.100Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3222026-08-25T03:38:33.100Z
3232026-08-25T03:38:33.100Z Doc-tests opte_api
3242026-08-25T03:38:33.684Z
3252026-08-25T03:38:33.684Zrunning 1 test
3262026-08-25T03:38:33.718Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3272026-08-25T03:38:33.718Z
3282026-08-25T03:38:33.718Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292026-08-25T03:38:33.718Z
3302026-08-25T03:38:33.718Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3312026-08-25T03:38:33.718Z
3322026-08-25T03:38:33.718Zreal 6.920071163
3332026-08-25T03:38:33.718Zuser 17.400583609
3342026-08-25T03:38:33.718Zsys 2.030193840
3352026-08-25T03:38:33.718Ztrap 0.005036710
3362026-08-25T03:38:33.719Ztflt 0.169908179
3372026-08-25T03:38:33.719Zdflt 0.139824030
3382026-08-25T03:38:33.719Zkflt 0.000002370
3392026-08-25T03:38:33.719Zlock 1:03.016560130
3402026-08-25T03:38:33.719Zslp 32.311275253
3412026-08-25T03:38:33.719Zlat 0.837083066
3422026-08-25T03:38:33.719Zstop 0.789602201
3432026-08-25T03:38:33.719Zprocess exited: duration 38561 ms, exit code 0
 
3442026-08-25T03:38:33.769Zfound 0 output files