01KXZH2N1ERDQ7T571JRBKXE0N: opte-api

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

Buildomat Job: 01KXZH3766YJ30JQYA6E6JRQWZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:28:58.521Zjob assigned to worker 01KXZH3FSPFTW4HTN4BAVMEFH5 [factory aws, i-031052bf63634950e] (queued for 50 s)
 
22026-07-20T10:29:04.701Zstarting task 0: "setup"
32026-07-20T10:29:04.709Z++ uname -s
42026-07-20T10:29:04.713Z+ kern=SunOS
52026-07-20T10:29:04.713Z+ build_user=build
62026-07-20T10:29:04.713Z+ build_uid=12345
72026-07-20T10:29:04.713Z+ work_dir=/work
82026-07-20T10:29:04.713Z+ input_dir=/input
92026-07-20T10:29:04.713Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:04.713Z+ case "$kern" in
112026-07-20T10:29:04.713Z+ groupadd -g 12345 build
122026-07-20T10:29:04.713Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:06.717Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:06.791Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:06.795Z+ home_fs=zfs
162026-07-20T10:29:06.795Z+ [[ zfs == autofs ]]
172026-07-20T10:29:06.795Z+ mkdir -p /home/build
182026-07-20T10:29:06.795Z+ chown build:build /home/build /work
192026-07-20T10:29:08.796Z+ chmod 0700 /home/build /work
202026-07-20T10:29:08.799Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-20T10:29:08.805Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:08.809Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:08.809Z * rust toolchain channel = "1.96.1"
242026-07-20T10:29:08.809Z * rust toolchain profile = "default"
252026-07-20T10:29:08.809Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:29:08.809Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:08.809Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:29:08.812Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:08.812Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:08.916Zinfo: downloading installer
312026-07-20T10:29:10.379Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:10.379Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:10.379Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:10.379Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:10.392Zinfo: profile set to default
362026-07-20T10:29:10.392Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:10.395Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:10.534Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:10.537Zinfo: downloading 6 components
402026-07-20T10:29:25.870Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:25.870Z
422026-07-20T10:29:25.903Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:25.903Z
442026-07-20T10:29:25.908Z
452026-07-20T10:29:25.908ZRust is installed now. Great!
462026-07-20T10:29:25.908Z
472026-07-20T10:29:25.908ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:25.908Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:25.908Z
502026-07-20T10:29:25.908ZTo configure your current shell, you need to source
512026-07-20T10:29:25.908Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:25.908Z
532026-07-20T10:29:25.908ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:25.908Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:25.909Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:25.909Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:25.909Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:25.909Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:25.909Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:25.909Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:25.909Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:25.987Z+ rustup --version
632026-07-20T10:29:25.996Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:26.000Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:26.017Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:26.020Z+ cargo --version
672026-07-20T10:29:26.034Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:26.037Z+ rustc --version
692026-07-20T10:29:26.056Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:26.059Zprocess exited: duration 17253 ms, exit code 0
 
712026-07-20T10:29:26.065Zstarting task 2: "authentication"
722026-07-20T10:29:26.083Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T10:29:26.089Zstarting task 3: "clone repository"
742026-07-20T10:29:26.093Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:26.096Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:26.125ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:27.029Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:27.029Z+ git fetch origin 2571d9323c72b0d6d59ae719a8c235eeb081e2db
792026-07-20T10:29:27.249ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:27.249Z * branch 2571d9323c72b0d6d59ae719a8c235eeb081e2db -> FETCH_HEAD
812026-07-20T10:29:27.255Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-07-20T10:29:27.259Z++ git branch --show-current
832026-07-20T10:29:27.259Z+ current=master
842026-07-20T10:29:27.259Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-07-20T10:29:27.259Z+ git branch -f renovate/anyhow-1.x-lockfile 2571d9323c72b0d6d59ae719a8c235eeb081e2db
862026-07-20T10:29:27.262Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-07-20T10:29:27.280ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-07-20T10:29:27.283Z+ git reset --hard 2571d9323c72b0d6d59ae719a8c235eeb081e2db
892026-07-20T10:29:27.301ZHEAD is now at 2571d93 Update Rust crate anyhow to v1.0.104
902026-07-20T10:29:27.304Zprocess exited: duration 1212 ms, exit code 0
 
912026-07-20T10:29:27.310Zstarting task 4: "build"
922026-07-20T10:29:27.314Z+ source .github/buildomat/common.sh
932026-07-20T10:29:27.317Z++ rustup show active-toolchain
942026-07-20T10:29:27.319Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:27.322Z++ pushd xde
962026-07-20T10:29:27.322Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:27.322Z++ rustup show active-toolchain
982026-07-20T10:29:27.325Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:27.499Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:27.502Zinfo: downloading 6 components
1012026-07-20T10:29:41.342Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:29:41.444Z+++ rustup show active-toolchain -v
1032026-07-20T10:29:41.447Z+++ head -n 1
1042026-07-20T10:29:41.447Z+++ cut '-d ' -f1
1052026-07-20T10:29:41.502Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:29:41.502Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:29:41.502Z++ popd
1082026-07-20T10:29:41.505Z/work/oxidecomputer/opte
1092026-07-20T10:29:41.505Z+ cargo --version
1102026-07-20T10:29:41.512Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:29:41.516Z+ rustc --version
1122026-07-20T10:29:41.534Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:29:41.537Z+ cd crates/opte-api
1142026-07-20T10:29:41.537Z+ header 'check API_VERSION'
1152026-07-20T10:29:41.537Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-20T10:29:41.537Z# ==== check API_VERSION ==== #
1172026-07-20T10:29:41.537Z+ ./check-api-version.sh
1182026-07-20T10:29:41.544Z+ header 'check style'
1192026-07-20T10:29:41.544Z+ echo '# ==== check style ==== #'
1202026-07-20T10:29:41.547Z# ==== check style ==== #
1212026-07-20T10:29:41.547Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-20T10:29:41.627Z
1232026-07-20T10:29:41.627Zreal 0.080154622
1242026-07-20T10:29:41.627Zuser 0.045973059
1252026-07-20T10:29:41.627Zsys 0.030616755
1262026-07-20T10:29:41.627Ztrap 0.000001710
1272026-07-20T10:29:41.627Ztflt 0.000003990
1282026-07-20T10:29:41.627Zdflt 0.000002530
1292026-07-20T10:29:41.627Zkflt 0.000000000
1302026-07-20T10:29:41.627Zlock 0.030907582
1312026-07-20T10:29:41.627Zslp 0.059186259
1322026-07-20T10:29:41.627Zlat 0.000529080
1332026-07-20T10:29:41.627Zstop 0.000101220
1342026-07-20T10:29:41.630Z+ header 'analyze std'
1352026-07-20T10:29:41.630Z+ echo '# ==== analyze std ==== #'
1362026-07-20T10:29:41.630Z# ==== analyze std ==== #
1372026-07-20T10:29:41.630Z+ ptime -m cargo clippy --all-targets
1382026-07-20T10:29:41.758Z Updating crates.io index
1392026-07-20T10:29:41.761Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-20T10:29:42.427Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-20T10:29:42.680Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-20T10:29:43.019Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-20T10:29:43.228Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-20T10:29:43.453Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-20T10:29:43.725Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-20T10:29:45.524Z Downloading crates ...
1472026-07-20T10:29:45.574Z Downloaded fnv v1.0.7
1482026-07-20T10:29:45.577Z Downloaded cfg-if v1.0.4
1492026-07-20T10:29:45.580Z Downloaded embedded-io v0.6.1
1502026-07-20T10:29:45.583Z Downloaded embedded-io v0.4.0
1512026-07-20T10:29:45.583Z Downloaded stable_deref_trait v1.2.1
1522026-07-20T10:29:45.583Z Downloaded cobs v0.3.0
1532026-07-20T10:29:45.583Z Downloaded managed v0.8.0
1542026-07-20T10:29:45.586Z Downloaded darling_macro v0.21.3
1552026-07-20T10:29:45.589Z Downloaded strsim v0.11.1
1562026-07-20T10:29:45.592Z Downloaded macaddr v1.0.1
1572026-07-20T10:29:45.595Z Downloaded defmt-parser v1.0.0
1582026-07-20T10:29:45.598Z Downloaded hash32 v0.3.1
1592026-07-20T10:29:45.611Z Downloaded ident_case v1.0.1
1602026-07-20T10:29:45.618Z Downloaded defmt v0.3.100
1612026-07-20T10:29:45.621Z Downloaded bitflags v1.3.2
1622026-07-20T10:29:45.630Z Downloaded quote v1.0.46
1632026-07-20T10:29:45.633Z Downloaded ipnetwork v0.21.1
1642026-07-20T10:29:45.633Z Downloaded ingot-types v0.1.2
1652026-07-20T10:29:45.637Z Downloaded ingot v0.1.1
1662026-07-20T10:29:45.637Z Downloaded byteorder v1.5.0
1672026-07-20T10:29:45.639Z Downloaded defmt-macros v1.1.1
1682026-07-20T10:29:45.642Z Downloaded thiserror-impl v2.0.18
1692026-07-20T10:29:45.642Z Downloaded thiserror v2.0.18
1702026-07-20T10:29:45.657Z Downloaded postcard v1.1.3
1712026-07-20T10:29:45.660Z Downloaded either v1.16.0
1722026-07-20T10:29:45.662Z Downloaded darling v0.21.3
1732026-07-20T10:29:45.665Z Downloaded ingot-macros v0.1.1
1742026-07-20T10:29:45.668Z Downloaded defmt v1.1.1
1752026-07-20T10:29:45.682Z Downloaded unicode-ident v1.0.24
1762026-07-20T10:29:45.684Z Downloaded serde_core v1.0.228
1772026-07-20T10:29:45.688Z Downloaded proc-macro2 v1.0.106
1782026-07-20T10:29:45.691Z Downloaded darling_core v0.21.3
1792026-07-20T10:29:45.694Z Downloaded heapless v0.8.0
1802026-07-20T10:29:45.694Z Downloaded bitflags v2.13.0
1812026-07-20T10:29:45.699Z Downloaded serde_derive v1.0.228
1822026-07-20T10:29:45.702Z Downloaded serde v1.0.228
1832026-07-20T10:29:45.709Z Downloaded zerocopy-derive v0.8.54
1842026-07-20T10:29:45.714Z Downloaded memchr v2.8.3
1852026-07-20T10:29:45.717Z Downloaded aho-corasick v1.1.4
1862026-07-20T10:29:45.740Z Downloaded itertools v0.14.0
1872026-07-20T10:29:45.743Z Downloaded regex v1.13.0
1882026-07-20T10:29:45.775Z Downloaded zerocopy v0.8.54
1892026-07-20T10:29:45.787Z Downloaded syn v2.0.118
1902026-07-20T10:29:45.793Z Downloaded smoltcp v0.11.0
1912026-07-20T10:29:45.800Z Downloaded regex-syntax v0.8.11
1922026-07-20T10:29:45.815Z Downloaded regex-automata v0.4.15
1932026-07-20T10:29:45.852Z Compiling proc-macro2 v1.0.106
1942026-07-20T10:29:45.855Z Compiling quote v1.0.46
1952026-07-20T10:29:45.855Z Compiling unicode-ident v1.0.24
1962026-07-20T10:29:45.855Z Compiling strsim v0.11.1
1972026-07-20T10:29:45.855Z Compiling memchr v2.8.3
1982026-07-20T10:29:45.855Z Compiling fnv v1.0.7
1992026-07-20T10:29:45.855Z Compiling ident_case v1.0.1
2002026-07-20T10:29:45.855Z Compiling serde_core v1.0.228
2012026-07-20T10:29:46.020Z Compiling regex-syntax v0.8.11
2022026-07-20T10:29:46.037Z Compiling serde v1.0.228
2032026-07-20T10:29:46.043Z Compiling zerocopy v0.8.54
2042026-07-20T10:29:46.211Z Compiling thiserror v2.0.18
2052026-07-20T10:29:46.318Z Compiling aho-corasick v1.1.4
2062026-07-20T10:29:46.324Z Compiling either v1.16.0
2072026-07-20T10:29:46.471Z Compiling heapless v0.8.0
2082026-07-20T10:29:46.477Z Checking byteorder v1.5.0
2092026-07-20T10:29:46.524Z Compiling itertools v0.14.0
2102026-07-20T10:29:46.622Z Checking hash32 v0.3.1
2112026-07-20T10:29:46.729Z Compiling smoltcp v0.11.0
2122026-07-20T10:29:46.740Z Checking bitflags v2.13.0
2132026-07-20T10:29:46.884Z Checking macaddr v1.0.1
2142026-07-20T10:29:46.925Z Checking stable_deref_trait v1.2.1
2152026-07-20T10:29:47.083Z Checking cfg-if v1.0.4
2162026-07-20T10:29:47.148Z Checking bitflags v1.3.2
2172026-07-20T10:29:47.158Z Checking managed v0.8.0
2182026-07-20T10:29:47.214Z Compiling syn v2.0.118
2192026-07-20T10:29:47.241Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2202026-07-20T10:29:47.331Z Checking ipnetwork v0.21.1
2212026-07-20T10:29:47.509Z Compiling regex-automata v0.4.15
2222026-07-20T10:29:49.005Z Compiling regex v1.13.0
2232026-07-20T10:29:49.436Z Compiling darling_core v0.21.3
2242026-07-20T10:29:49.757Z Compiling thiserror-impl v2.0.18
2252026-07-20T10:29:49.762Z Compiling zerocopy-derive v0.8.54
2262026-07-20T10:29:49.763Z Compiling serde_derive v1.0.228
2272026-07-20T10:29:50.752Z Checking cobs v0.3.0
2282026-07-20T10:29:50.790Z Compiling darling_macro v0.21.3
2292026-07-20T10:29:51.288Z Compiling darling v0.21.3
2302026-07-20T10:29:51.350Z Compiling ingot-macros v0.1.1
2312026-07-20T10:29:52.052Z Checking postcard v1.1.3
2322026-07-20T10:29:53.312Z Checking ingot-types v0.1.2
2332026-07-20T10:29:53.590Z Checking ingot v0.1.1
2342026-07-20T10:29:54.892Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-20T10:29:55.916Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.24s
2362026-07-20T10:29:56.012Z
2372026-07-20T10:29:56.012Zreal 14.379477142
2382026-07-20T10:29:56.012Zuser 30.981815049
2392026-07-20T10:29:56.012Zsys 6.129975748
2402026-07-20T10:29:56.012Ztrap 0.011664496
2412026-07-20T10:29:56.012Ztflt 0.091253306
2422026-07-20T10:29:56.012Zdflt 0.191475807
2432026-07-20T10:29:56.013Zkflt 0.005572976
2442026-07-20T10:29:56.013Zlock 1:54.137161110
2452026-07-20T10:29:56.013Zslp 1:31.395904493
2462026-07-20T10:29:56.013Zlat 1.356583667
2472026-07-20T10:29:56.013Zstop 5.252420932
2482026-07-20T10:29:56.015Z+ header 'analyze no_std'
2492026-07-20T10:29:56.015Z+ echo '# ==== analyze no_std ==== #'
2502026-07-20T10:29:56.016Z# ==== analyze no_std ==== #
2512026-07-20T10:29:56.016Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-20T10:29:56.114Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-20T10:29:56.340Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-20T10:29:57.321Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2552026-07-20T10:29:57.342Z
2562026-07-20T10:29:57.342Zreal 1.324010842
2572026-07-20T10:29:57.342Zuser 1.899870659
2582026-07-20T10:29:57.342Zsys 0.263283926
2592026-07-20T10:29:57.342Ztrap 0.000186620
2602026-07-20T10:29:57.342Ztflt 0.000085090
2612026-07-20T10:29:57.342Zdflt 0.000161890
2622026-07-20T10:29:57.342Zkflt 0.000000000
2632026-07-20T10:29:57.345Zlock 4.377823402
2642026-07-20T10:29:57.345Zslp 5.342007872
2652026-07-20T10:29:57.345Zlat 0.002569620
2662026-07-20T10:29:57.345Zstop 0.039869588
2672026-07-20T10:29:57.345Z+ header test
2682026-07-20T10:29:57.345Z+ echo '# ==== test ==== #'
2692026-07-20T10:29:57.345Z+ ptime -m cargo test
2702026-07-20T10:29:57.345Z# ==== test ==== #
2712026-07-20T10:29:57.470Z Compiling serde_core v1.0.228
2722026-07-20T10:29:57.470Z Compiling byteorder v1.5.0
2732026-07-20T10:29:57.470Z Compiling bitflags v2.13.0
2742026-07-20T10:29:57.470Z Compiling stable_deref_trait v1.2.1
2752026-07-20T10:29:57.474Z Compiling zerocopy v0.8.54
2762026-07-20T10:29:57.474Z Compiling thiserror v2.0.18
2772026-07-20T10:29:57.488Z Compiling macaddr v1.0.1
2782026-07-20T10:29:57.498Z Compiling cfg-if v1.0.4
2792026-07-20T10:29:57.548Z Compiling cobs v0.3.0
2802026-07-20T10:29:57.548Z Compiling bitflags v1.3.2
2812026-07-20T10:29:57.580Z Compiling managed v0.8.0
2822026-07-20T10:29:57.604Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-07-20T10:29:57.650Z Compiling hash32 v0.3.1
2842026-07-20T10:29:57.726Z Compiling ipnetwork v0.21.1
2852026-07-20T10:29:57.792Z Compiling heapless v0.8.0
2862026-07-20T10:29:58.150Z Compiling smoltcp v0.11.0
2872026-07-20T10:29:59.020Z Compiling serde v1.0.228
2882026-07-20T10:29:59.442Z Compiling postcard v1.1.3
2892026-07-20T10:30:00.157Z Compiling ingot-types v0.1.2
2902026-07-20T10:30:00.430Z Compiling ingot v0.1.1
2912026-07-20T10:30:01.805Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-20T10:30:03.530Z Finished `test` profile [optimized + debuginfo] target(s) in 6.17s
2932026-07-20T10:30:03.539Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f02ea54307d4d5d2)
2942026-07-20T10:30:03.543Z
2952026-07-20T10:30:03.543Zrunning 25 tests
2962026-07-20T10:30:03.543Ztest dns::tests::test_domain_name ... ok
2972026-07-20T10:30:03.543Ztest encap::test::good_vni ... ok
2982026-07-20T10:30:03.543Ztest ip::test::bad_cidr ... ok
2992026-07-20T10:30:03.543Ztest encap::test::vni_round_trip ... ok
3002026-07-20T10:30:03.543Ztest ip::test::bad_prefix_len ... ok
3012026-07-20T10:30:03.545Ztest encap::test::bad_vni ... ok
3022026-07-20T10:30:03.545Ztest ip::test::dhcp_fqdn ... ok
3032026-07-20T10:30:03.545Ztest ip::test::good_cidr ... ok
3042026-07-20T10:30:03.545Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-20T10:30:03.545Ztest ip::test::ipv4_addr_good ... ok
3062026-07-20T10:30:03.545Ztest ip::test::ipv4_mask ... ok
3072026-07-20T10:30:03.545Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-07-20T10:30:03.545Ztest ip::test::ipv6_is_default ... ok
3092026-07-20T10:30:03.545Ztest ip::test::ipv6_mask ... ok
3102026-07-20T10:30:03.545Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-20T10:30:03.545Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-07-20T10:30:03.545Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-07-20T10:30:03.545Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-07-20T10:30:03.545Ztest ip::test::ipv6_prefix_len ... ok
3152026-07-20T10:30:03.545Ztest ip::test::test_ipv6_from_const ... ok
3162026-07-20T10:30:03.545Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-07-20T10:30:03.545Ztest ip::test::test_ipv6_is_multicast ... ok
3182026-07-20T10:30:03.545Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-07-20T10:30:03.545Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3202026-07-20T10:30:03.545Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-20T10:30:03.545Z
3222026-07-20T10:30:03.545Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-20T10:30:03.545Z
3242026-07-20T10:30:03.545Z Doc-tests opte_api
3252026-07-20T10:30:04.155Z
3262026-07-20T10:30:04.155Zrunning 1 test
3272026-07-20T10:30:04.158Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-20T10:30:04.158Z
3292026-07-20T10:30:04.158Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-20T10:30:04.158Z
3312026-07-20T10:30:04.161Zall doctests ran in 0.46s; merged doctests compilation took 0.45s
3322026-07-20T10:30:04.181Z
3332026-07-20T10:30:04.181Zreal 6.829414706
3342026-07-20T10:30:04.181Zuser 17.526270223
3352026-07-20T10:30:04.181Zsys 2.069634981
3362026-07-20T10:30:04.181Ztrap 0.004475841
3372026-07-20T10:30:04.181Ztflt 0.057908428
3382026-07-20T10:30:04.181Zdflt 0.132814120
3392026-07-20T10:30:04.181Zkflt 0.000003690
3402026-07-20T10:30:04.181Zlock 54.493524719
3412026-07-20T10:30:04.181Zslp 32.109663983
3422026-07-20T10:30:04.181Zlat 0.758943192
3432026-07-20T10:30:04.181Zstop 0.817269234
3442026-07-20T10:30:04.184Zprocess exited: duration 36870 ms, exit code 0
 
3452026-07-20T10:30:04.191Zfound 0 output files