01KXP6B42KHYW3XSXGW6F7FNH0: opte-api

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

Buildomat Job: 01KXP6BPKS74WFH6JRD9RDMNC7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T19:28:21.500Zjob assigned to worker 01KXP6BXZBV96EN9N3Z2W8FKPQ [factory aws, i-002ad0975fecfe261] (queued for 59 s)
 
22026-07-16T19:28:27.661Zstarting task 0: "setup"
32026-07-16T19:28:27.666Z++ uname -s
42026-07-16T19:28:27.669Z+ kern=SunOS
52026-07-16T19:28:27.669Z+ build_user=build
62026-07-16T19:28:27.669Z+ build_uid=12345
72026-07-16T19:28:27.669Z+ work_dir=/work
82026-07-16T19:28:27.669Z+ input_dir=/input
92026-07-16T19:28:27.670Z+ [[ 0 == 12345 ]]
102026-07-16T19:28:27.670Z+ case "$kern" in
112026-07-16T19:28:27.670Z+ groupadd -g 12345 build
122026-07-16T19:28:27.674Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T19:28:29.675Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T19:28:29.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T19:28:29.811Z+ home_fs=zfs
162026-07-16T19:28:29.811Z+ [[ zfs == autofs ]]
172026-07-16T19:28:29.811Z+ mkdir -p /home/build
182026-07-16T19:28:29.811Z+ chown build:build /home/build /work
192026-07-16T19:28:31.814Z+ chmod 0700 /home/build /work
202026-07-16T19:28:31.824Zprocess exited: duration 4152 ms, exit code 0
 
212026-07-16T19:28:31.847Zstarting task 1: "rust-toolchain"
222026-07-16T19:28:31.856Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T19:28:31.856Z * rust toolchain channel = "1.96.1"
242026-07-16T19:28:31.856Z * rust toolchain profile = "default"
252026-07-16T19:28:31.856Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T19:28:31.856Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T19:28:31.856Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T19:28:31.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T19:28:31.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T19:28:31.958Zinfo: downloading installer
312026-07-16T19:28:33.340Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T19:28:33.340Zwarn: /home/build/.rustup/settings.toml
332026-07-16T19:28:33.340Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T19:28:33.341Zwarn: instead of the one inferred from the default host triple.
352026-07-16T19:28:33.348Zinfo: profile set to default
362026-07-16T19:28:33.348Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T19:28:33.353Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T19:28:33.474Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T19:28:33.481Zinfo: downloading 6 components
402026-07-16T19:28:48.315Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T19:28:48.315Z
422026-07-16T19:28:48.342Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T19:28:48.342Z
442026-07-16T19:28:48.345Z
452026-07-16T19:28:48.345ZRust is installed now. Great!
462026-07-16T19:28:48.345Z
472026-07-16T19:28:48.345ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T19:28:48.345Zenvironment variable. This has not been done automatically.
492026-07-16T19:28:48.345Z
502026-07-16T19:28:48.345ZTo configure your current shell, you need to source
512026-07-16T19:28:48.345Zthe corresponding env file under $HOME/.cargo.
522026-07-16T19:28:48.345Z
532026-07-16T19:28:48.345ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T19:28:48.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T19:28:48.345Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T19:28:48.345Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T19:28:48.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T19:28:48.345Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T19:28:48.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T19:28:48.345Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T19:28:48.345Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T19:28:48.452Z+ rustup --version
632026-07-16T19:28:48.461Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T19:28:48.464Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T19:28:48.482Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T19:28:48.487Z+ cargo --version
672026-07-16T19:28:48.499Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T19:28:48.502Z+ rustc --version
692026-07-16T19:28:48.521Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T19:28:48.525Zprocess exited: duration 16677 ms, exit code 0
 
712026-07-16T19:28:48.530Zstarting task 2: "authentication"
722026-07-16T19:28:48.547Zprocess exited: duration 16 ms, exit code 0
 
732026-07-16T19:28:48.553Zstarting task 3: "clone repository"
742026-07-16T19:28:48.556Z+ mkdir -p /work/oxidecomputer/opte
752026-07-16T19:28:48.559Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-16T19:28:48.588ZCloning into '/work/oxidecomputer/opte'...
772026-07-16T19:28:49.459Z+ cd /work/oxidecomputer/opte
782026-07-16T19:28:49.460Z+ git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157
792026-07-16T19:28:49.681ZFrom https://github.com/oxidecomputer/opte
802026-07-16T19:28:49.681Z * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD
812026-07-16T19:28:49.686Z+ [[ -n icmp-ptb ]]
822026-07-16T19:28:49.689Z++ git branch --show-current
832026-07-16T19:28:49.689Z+ current=master
842026-07-16T19:28:49.689Z+ [[ master != icmp-ptb ]]
852026-07-16T19:28:49.689Z+ git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157
862026-07-16T19:28:49.692Z+ git checkout -f icmp-ptb
872026-07-16T19:28:49.709ZSwitched to branch 'icmp-ptb'
882026-07-16T19:28:49.712Z+ git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157
892026-07-16T19:28:49.726ZHEAD is now at 4229977 Safety catch
902026-07-16T19:28:49.764Zprocess exited: duration 1173 ms, exit code 0
 
912026-07-16T19:28:49.770Zstarting task 4: "build"
922026-07-16T19:28:49.774Z+ source .github/buildomat/common.sh
932026-07-16T19:28:49.775Z++ rustup show active-toolchain
942026-07-16T19:28:49.779Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-16T19:28:49.782Z++ pushd xde
962026-07-16T19:28:49.782Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-16T19:28:49.782Z++ rustup show active-toolchain
982026-07-16T19:28:49.785Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-16T19:28:49.927Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-16T19:28:49.930Zinfo: downloading 6 components
1012026-07-16T19:29:03.237Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-16T19:29:03.327Z+++ rustup show active-toolchain -v
1032026-07-16T19:29:03.331Z+++ head -n 1
1042026-07-16T19:29:03.331Z+++ cut '-d ' -f1
1052026-07-16T19:29:03.386Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-16T19:29:03.386Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-16T19:29:03.386Z++ popd
1082026-07-16T19:29:03.389Z/work/oxidecomputer/opte
1092026-07-16T19:29:03.389Z+ cargo --version
1102026-07-16T19:29:03.396Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-16T19:29:03.398Z+ rustc --version
1122026-07-16T19:29:03.419Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-16T19:29:03.422Z+ cd crates/opte-api
1142026-07-16T19:29:03.422Z+ header 'check API_VERSION'
1152026-07-16T19:29:03.422Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-16T19:29:03.422Z# ==== check API_VERSION ==== #
1172026-07-16T19:29:03.422Z+ ./check-api-version.sh
1182026-07-16T19:29:03.436Z+ header 'check style'
1192026-07-16T19:29:03.436Z+ echo '# ==== check style ==== #'
1202026-07-16T19:29:03.436Z# ==== check style ==== #
1212026-07-16T19:29:03.439Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-16T19:29:03.517Z
1232026-07-16T19:29:03.517Zreal 0.077293258
1242026-07-16T19:29:03.517Zuser 0.044977172
1252026-07-16T19:29:03.517Zsys 0.029053431
1262026-07-16T19:29:03.517Ztrap 0.000000690
1272026-07-16T19:29:03.517Ztflt 0.000025390
1282026-07-16T19:29:03.517Zdflt 0.000008050
1292026-07-16T19:29:03.517Zkflt 0.000000000
1302026-07-16T19:29:03.518Zlock 0.031650824
1312026-07-16T19:29:03.518Zslp 0.056839041
1322026-07-16T19:29:03.518Zlat 0.000557920
1332026-07-16T19:29:03.518Zstop 0.000098960
1342026-07-16T19:29:03.521Z+ header 'analyze std'
1352026-07-16T19:29:03.521Z+ echo '# ==== analyze std ==== #'
1362026-07-16T19:29:03.521Z# ==== analyze std ==== #
1372026-07-16T19:29:03.521Z+ ptime -m cargo clippy --all-targets
1382026-07-16T19:29:03.654Z Updating crates.io index
1392026-07-16T19:29:03.660Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-16T19:29:04.502Z Updating git repository `https://github.com/oxidecomputer/ingot`
1412026-07-16T19:29:04.844Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1422026-07-16T19:29:05.236Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-07-16T19:29:05.584Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-07-16T19:29:05.822Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1452026-07-16T19:29:06.088Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-07-16T19:29:06.349Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-07-16T19:29:08.074Z Downloading crates ...
1482026-07-16T19:29:08.132Z Downloaded embedded-io v0.4.0
1492026-07-16T19:29:08.135Z Downloaded stable_deref_trait v1.2.1
1502026-07-16T19:29:08.135Z Downloaded darling_macro v0.21.3
1512026-07-16T19:29:08.138Z Downloaded defmt v0.3.100
1522026-07-16T19:29:08.138Z Downloaded cfg-if v1.0.4
1532026-07-16T19:29:08.141Z Downloaded aho-corasick v1.1.4
1542026-07-16T19:29:08.145Z Downloaded ident_case v1.0.1
1552026-07-16T19:29:08.148Z Downloaded strsim v0.11.1
1562026-07-16T19:29:08.148Z Downloaded macaddr v1.0.1
1572026-07-16T19:29:08.148Z Downloaded hash32 v0.3.1
1582026-07-16T19:29:08.150Z Downloaded quote v1.0.46
1592026-07-16T19:29:08.151Z Downloaded bitflags v1.3.2
1602026-07-16T19:29:08.154Z Downloaded ipnetwork v0.21.1
1612026-07-16T19:29:08.157Z Downloaded defmt-parser v1.0.0
1622026-07-16T19:29:08.163Z Downloaded thiserror-impl v2.0.18
1632026-07-16T19:29:08.166Z Downloaded byteorder v1.5.0
1642026-07-16T19:29:08.166Z Downloaded fnv v1.0.7
1652026-07-16T19:29:08.172Z Downloaded cobs v0.3.0
1662026-07-16T19:29:08.175Z Downloaded thiserror v2.0.18
1672026-07-16T19:29:08.178Z Downloaded embedded-io v0.6.1
1682026-07-16T19:29:08.178Z Downloaded either v1.16.0
1692026-07-16T19:29:08.188Z Downloaded defmt-macros v1.1.1
1702026-07-16T19:29:08.197Z Downloaded managed v0.8.0
1712026-07-16T19:29:08.204Z Downloaded postcard v1.1.3
1722026-07-16T19:29:08.207Z Downloaded defmt v1.1.1
1732026-07-16T19:29:08.210Z Downloaded darling v0.21.3
1742026-07-16T19:29:08.221Z Downloaded unicode-ident v1.0.24
1752026-07-16T19:29:08.224Z Downloaded serde_derive v1.0.228
1762026-07-16T19:29:08.227Z Downloaded serde_core v1.0.228
1772026-07-16T19:29:08.230Z Downloaded proc-macro2 v1.0.106
1782026-07-16T19:29:08.233Z Downloaded darling_core v0.21.3
1792026-07-16T19:29:08.238Z Downloaded bitflags v2.13.0
1802026-07-16T19:29:08.246Z Downloaded heapless v0.8.0
1812026-07-16T19:29:08.249Z Downloaded serde v1.0.228
1822026-07-16T19:29:08.251Z Downloaded zerocopy-derive v0.8.52
1832026-07-16T19:29:08.255Z Downloaded memchr v2.8.2
1842026-07-16T19:29:08.268Z Downloaded itertools v0.14.0
1852026-07-16T19:29:08.272Z Downloaded regex v1.12.4
1862026-07-16T19:29:08.319Z Downloaded zerocopy v0.8.52
1872026-07-16T19:29:08.324Z Downloaded syn v2.0.118
1882026-07-16T19:29:08.324Z Downloaded smoltcp v0.11.0
1892026-07-16T19:29:08.330Z Downloaded regex-syntax v0.8.11
1902026-07-16T19:29:08.344Z Downloaded regex-automata v0.4.14
1912026-07-16T19:29:08.380Z Compiling proc-macro2 v1.0.106
1922026-07-16T19:29:08.380Z Compiling unicode-ident v1.0.24
1932026-07-16T19:29:08.380Z Compiling quote v1.0.46
1942026-07-16T19:29:08.383Z Compiling fnv v1.0.7
1952026-07-16T19:29:08.384Z Compiling strsim v0.11.1
1962026-07-16T19:29:08.384Z Compiling ident_case v1.0.1
1972026-07-16T19:29:08.384Z Compiling memchr v2.8.2
1982026-07-16T19:29:08.384Z Compiling regex-syntax v0.8.11
1992026-07-16T19:29:08.545Z Compiling serde_core v1.0.228
2002026-07-16T19:29:08.561Z Compiling zerocopy v0.8.52
2012026-07-16T19:29:08.567Z Compiling either v1.16.0
2022026-07-16T19:29:08.747Z Compiling serde v1.0.228
2032026-07-16T19:29:08.768Z Compiling thiserror v2.0.18
2042026-07-16T19:29:08.848Z Compiling aho-corasick v1.1.4
2052026-07-16T19:29:08.992Z Compiling itertools v0.14.0
2062026-07-16T19:29:08.998Z Compiling heapless v0.8.0
2072026-07-16T19:29:09.100Z Checking byteorder v1.5.0
2082026-07-16T19:29:09.251Z Checking hash32 v0.3.1
2092026-07-16T19:29:09.293Z Checking macaddr v1.0.1
2102026-07-16T19:29:09.353Z Checking stable_deref_trait v1.2.1
2112026-07-16T19:29:09.421Z Compiling smoltcp v0.11.0
2122026-07-16T19:29:09.433Z Checking bitflags v2.13.0
2132026-07-16T19:29:09.669Z Checking bitflags v1.3.2
2142026-07-16T19:29:09.733Z Checking cfg-if v1.0.4
2152026-07-16T19:29:09.753Z Compiling syn v2.0.118
2162026-07-16T19:29:09.794Z Checking managed v0.8.0
2172026-07-16T19:29:09.799Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-07-16T19:29:09.813Z Checking ipnetwork v0.21.1
2192026-07-16T19:29:09.969Z Compiling regex-automata v0.4.14
2202026-07-16T19:29:11.435Z Compiling regex v1.12.4
2212026-07-16T19:29:11.943Z Compiling darling_core v0.21.3
2222026-07-16T19:29:12.274Z Compiling zerocopy-derive v0.8.52
2232026-07-16T19:29:12.274Z Compiling serde_derive v1.0.228
2242026-07-16T19:29:12.274Z Compiling thiserror-impl v2.0.18
2252026-07-16T19:29:13.253Z Checking cobs v0.3.0
2262026-07-16T19:29:13.287Z Compiling darling_macro v0.21.3
2272026-07-16T19:29:13.783Z Compiling darling v0.21.3
2282026-07-16T19:29:13.846Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2292026-07-16T19:29:14.539Z Checking postcard v1.1.3
2302026-07-16T19:29:15.776Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2312026-07-16T19:29:16.036Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2322026-07-16T19:29:17.329Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-07-16T19:29:18.336Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.77s
2342026-07-16T19:29:18.433Z
2352026-07-16T19:29:18.433Zreal 14.912237111
2362026-07-16T19:29:18.433Zuser 30.709696601
2372026-07-16T19:29:18.434Zsys 6.080047966
2382026-07-16T19:29:18.434Ztrap 0.013282681
2392026-07-16T19:29:18.434Ztflt 0.081153033
2402026-07-16T19:29:18.434Zdflt 0.156298908
2412026-07-16T19:29:18.434Zkflt 0.003885752
2422026-07-16T19:29:18.434Zlock 1:53.809625643
2432026-07-16T19:29:18.434Zslp 1:31.867714783
2442026-07-16T19:29:18.434Zlat 1.364536006
2452026-07-16T19:29:18.434Zstop 5.267504779
2462026-07-16T19:29:18.438Z+ header 'analyze no_std'
2472026-07-16T19:29:18.438Z+ echo '# ==== analyze no_std ==== #'
2482026-07-16T19:29:18.438Z# ==== analyze no_std ==== #
2492026-07-16T19:29:18.438Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-07-16T19:29:18.535Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-07-16T19:29:18.761Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-07-16T19:29:19.752Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2532026-07-16T19:29:19.772Z
2542026-07-16T19:29:19.775Zreal 1.333538935
2552026-07-16T19:29:19.775Zuser 1.904383701
2562026-07-16T19:29:19.775Zsys 0.260208889
2572026-07-16T19:29:19.775Ztrap 0.000168880
2582026-07-16T19:29:19.775Ztflt 0.000050600
2592026-07-16T19:29:19.775Zdflt 0.000071050
2602026-07-16T19:29:19.775Zkflt 0.000000000
2612026-07-16T19:29:19.775Zlock 4.504630673
2622026-07-16T19:29:19.775Zslp 5.354368231
2632026-07-16T19:29:19.775Zlat 0.002243220
2642026-07-16T19:29:19.775Zstop 0.040440699
2652026-07-16T19:29:19.775Z+ header test
2662026-07-16T19:29:19.775Z+ echo '# ==== test ==== #'
2672026-07-16T19:29:19.775Z# ==== test ==== #
2682026-07-16T19:29:19.775Z+ ptime -m cargo test
2692026-07-16T19:29:19.900Z Compiling byteorder v1.5.0
2702026-07-16T19:29:19.900Z Compiling serde_core v1.0.228
2712026-07-16T19:29:19.903Z Compiling stable_deref_trait v1.2.1
2722026-07-16T19:29:19.903Z Compiling bitflags v2.13.0
2732026-07-16T19:29:19.925Z Compiling thiserror v2.0.18
2742026-07-16T19:29:19.925Z Compiling zerocopy v0.8.52
2752026-07-16T19:29:19.929Z Compiling macaddr v1.0.1
2762026-07-16T19:29:19.930Z Compiling cfg-if v1.0.4
2772026-07-16T19:29:19.973Z Compiling cobs v0.3.0
2782026-07-16T19:29:19.977Z Compiling bitflags v1.3.2
2792026-07-16T19:29:20.007Z Compiling managed v0.8.0
2802026-07-16T19:29:20.028Z Compiling ipnetwork v0.21.1
2812026-07-16T19:29:20.077Z Compiling hash32 v0.3.1
2822026-07-16T19:29:20.158Z Compiling heapless v0.8.0
2832026-07-16T19:29:20.215Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2842026-07-16T19:29:20.506Z Compiling smoltcp v0.11.0
2852026-07-16T19:29:21.435Z Compiling serde v1.0.228
2862026-07-16T19:29:21.877Z Compiling postcard v1.1.3
2872026-07-16T19:29:22.551Z Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2882026-07-16T19:29:22.824Z Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2892026-07-16T19:29:24.201Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-07-16T19:29:25.936Z Finished `test` profile [optimized + debuginfo] target(s) in 6.15s
2912026-07-16T19:29:25.946Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-e6d6e7cd78c351a2)
2922026-07-16T19:29:25.949Z
2932026-07-16T19:29:25.949Zrunning 25 tests
2942026-07-16T19:29:25.949Ztest encap::test::good_vni ... ok
2952026-07-16T19:29:25.949Ztest ip::test::bad_cidr ... ok
2962026-07-16T19:29:25.949Ztest encap::test::bad_vni ... ok
2972026-07-16T19:29:25.949Ztest encap::test::vni_round_trip ... ok
2982026-07-16T19:29:25.950Ztest dns::tests::test_domain_name ... ok
2992026-07-16T19:29:25.950Ztest ip::test::bad_prefix_len ... ok
3002026-07-16T19:29:25.950Ztest ip::test::dhcp_fqdn ... ok
3012026-07-16T19:29:25.950Ztest ip::test::good_cidr ... ok
3022026-07-16T19:29:25.950Ztest ip::test::ipv4_addr_bad ... ok
3032026-07-16T19:29:25.950Ztest ip::test::ipv4_addr_good ... ok
3042026-07-16T19:29:25.950Ztest ip::test::ipv4_mask ... ok
3052026-07-16T19:29:25.950Ztest ip::test::ipv6_cidr_is_member ... ok
3062026-07-16T19:29:25.950Ztest ip::test::ipv6_is_default ... ok
3072026-07-16T19:29:25.950Ztest ip::test::ipv6_mask ... ok
3082026-07-16T19:29:25.950Ztest ip::test::ipv6_prefix_len ... ok
3092026-07-16T19:29:25.950Ztest ip::test::test_ip_addr_from_str ... ok
3102026-07-16T19:29:25.950Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-07-16T19:29:25.950Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-07-16T19:29:25.950Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-07-16T19:29:25.950Ztest ip::test::test_ipv6_from_const ... ok
3142026-07-16T19:29:25.950Ztest ip::test::test_ipv6_from_eui64 ... ok
3152026-07-16T19:29:25.950Ztest ip::test::test_ipv6_is_multicast ... ok
3162026-07-16T19:29:25.950Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-07-16T19:29:25.950Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-07-16T19:29:25.950Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-07-16T19:29:25.950Z
3202026-07-16T19:29:25.950Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-07-16T19:29:25.950Z
3222026-07-16T19:29:25.950Z Doc-tests opte_api
3232026-07-16T19:29:26.560Z
3242026-07-16T19:29:26.560Zrunning 1 test
3252026-07-16T19:29:26.563Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-07-16T19:29:26.564Z
3272026-07-16T19:29:26.564Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-07-16T19:29:26.564Z
3292026-07-16T19:29:26.564Zall doctests ran in 0.46s; merged doctests compilation took 0.45s
3302026-07-16T19:29:26.584Z
3312026-07-16T19:29:26.584Zreal 6.803746624
3322026-07-16T19:29:26.584Zuser 17.440104095
3332026-07-16T19:29:26.584Zsys 2.106114859
3342026-07-16T19:29:26.584Ztrap 0.005684850
3352026-07-16T19:29:26.587Ztflt 0.130190487
3362026-07-16T19:29:26.587Zdflt 0.166628061
3372026-07-16T19:29:26.587Zkflt 0.000051560
3382026-07-16T19:29:26.587Zlock 54.889908332
3392026-07-16T19:29:26.587Zslp 32.392512928
3402026-07-16T19:29:26.587Zlat 0.360644404
3412026-07-16T19:29:26.587Zstop 0.568741731
3422026-07-16T19:29:26.587Zprocess exited: duration 36814 ms, exit code 0
 
3432026-07-16T19:29:26.594Zfound 0 output files