01KRB1QCBFT3ATVZC4KAV9DGXW: opte-api

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

Buildomat Job: 01KRB1QQ6T1K7SJNQSS6NVXQA5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:17:14.653Zjob assigned to worker 01KRB1QYGJKBZBMPJJDMPV1N1S [factory aws, i-0c776797b9badc817] (queued for 49 s)
 
22026-05-11T08:17:21.434Zstarting task 0: "setup"
32026-05-11T08:17:21.441Z++ uname -s
42026-05-11T08:17:21.444Z+ kern=SunOS
52026-05-11T08:17:21.444Z+ build_user=build
62026-05-11T08:17:21.444Z+ build_uid=12345
72026-05-11T08:17:21.444Z+ work_dir=/work
82026-05-11T08:17:21.444Z+ input_dir=/input
92026-05-11T08:17:21.444Z+ [[ 0 == 12345 ]]
102026-05-11T08:17:21.444Z+ case "$kern" in
112026-05-11T08:17:21.444Z+ groupadd -g 12345 build
122026-05-11T08:17:21.447Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:17:23.451Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:17:23.565Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:17:23.570Z+ home_fs=zfs
162026-05-11T08:17:23.570Z+ [[ zfs == autofs ]]
172026-05-11T08:17:23.570Z+ mkdir -p /home/build
182026-05-11T08:17:23.570Z+ chown build:build /home/build /work
192026-05-11T08:17:25.569Z+ chmod 0700 /home/build /work
202026-05-11T08:17:25.572Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-11T08:17:25.581Zstarting task 1: "rust-toolchain"
222026-05-11T08:17:25.585Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:17:25.585Z * rust toolchain channel = "1.94.1"
242026-05-11T08:17:25.585Z * rust toolchain profile = "default"
252026-05-11T08:17:25.585Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T08:17:25.585Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:17:25.585Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:17:25.588Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:17:25.588Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:17:25.689Zinfo: downloading installer
312026-05-11T08:17:27.079Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:17:27.079Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:17:27.080Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:17:27.080Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:17:27.092Zinfo: profile set to default
362026-05-11T08:17:27.092Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:17:27.095Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:17:27.224Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:17:27.228Zinfo: downloading 6 components
402026-05-11T08:17:41.663Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T08:17:41.663Z
422026-05-11T08:17:41.694Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:17:41.694Z
442026-05-11T08:17:41.694Z
452026-05-11T08:17:41.694ZRust is installed now. Great!
462026-05-11T08:17:41.694Z
472026-05-11T08:17:41.694ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:17:41.694Zenvironment variable. This has not been done automatically.
492026-05-11T08:17:41.694Z
502026-05-11T08:17:41.694ZTo configure your current shell, you need to source
512026-05-11T08:17:41.694Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:17:41.694Z
532026-05-11T08:17:41.694ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:17:41.697Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:17:41.697Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:17:41.697Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:17:41.697Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:17:41.697Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:17:41.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:17:41.697Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:17:41.697Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:17:41.785Z+ rustup --version
632026-05-11T08:17:41.793Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:17:41.797Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:17:41.815Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:17:41.817Z+ cargo --version
672026-05-11T08:17:41.830Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:17:41.833Z+ rustc --version
692026-05-11T08:17:41.852Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:17:41.855Zprocess exited: duration 16273 ms, exit code 0
 
712026-05-11T08:17:41.863Zstarting task 2: "authentication"
722026-05-11T08:17:41.877Zprocess exited: duration 15 ms, exit code 0
 
732026-05-11T08:17:41.884Zstarting task 3: "clone repository"
742026-05-11T08:17:41.888Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:17:41.891Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:17:41.917ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:17:42.709Z+ cd /work/oxidecomputer/opte
782026-05-11T08:17:42.709Z+ git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53
792026-05-11T08:17:42.954ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:17:42.954Z * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD
812026-05-11T08:17:42.961Z+ [[ -n renovate/nix-0.x-lockfile ]]
822026-05-11T08:17:42.964Z++ git branch --show-current
832026-05-11T08:17:42.964Z+ current=master
842026-05-11T08:17:42.964Z+ [[ master != renovate/nix-0.x-lockfile ]]
852026-05-11T08:17:42.964Z+ git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53
862026-05-11T08:17:42.967Z+ git checkout -f renovate/nix-0.x-lockfile
872026-05-11T08:17:42.981ZSwitched to branch 'renovate/nix-0.x-lockfile'
882026-05-11T08:17:42.984Z+ git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53
892026-05-11T08:17:42.997ZHEAD is now at a1bdb07 Update Rust crate nix to v0.31.3
902026-05-11T08:17:43.000Zprocess exited: duration 1113 ms, exit code 0
 
912026-05-11T08:17:43.009Zstarting task 4: "build"
922026-05-11T08:17:43.012Z+ source .github/buildomat/common.sh
932026-05-11T08:17:43.012Z++ rustup show active-toolchain
942026-05-11T08:17:43.018Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:17:43.021Z++ pushd xde
962026-05-11T08:17:43.021Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:17:43.021Z++ rustup show active-toolchain
982026-05-11T08:17:43.024Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:17:43.165Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:17:43.168Zinfo: downloading 6 components
1012026-05-11T08:17:56.780Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:17:56.854Z+++ rustup show active-toolchain -v
1032026-05-11T08:17:56.857Z+++ head -n 1
1042026-05-11T08:17:56.857Z+++ cut '-d ' -f1
1052026-05-11T08:17:56.910Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:17:56.910Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:17:56.910Z++ popd
1082026-05-11T08:17:56.913Z/work/oxidecomputer/opte
1092026-05-11T08:17:56.914Z+ cargo --version
1102026-05-11T08:17:56.920Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:17:56.923Z+ rustc --version
1122026-05-11T08:17:56.942Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:17:56.945Z+ cd crates/opte-api
1142026-05-11T08:17:56.945Z+ header 'check API_VERSION'
1152026-05-11T08:17:56.945Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-11T08:17:56.945Z# ==== check API_VERSION ==== #
1172026-05-11T08:17:56.945Z+ ./check-api-version.sh
1182026-05-11T08:17:56.952Z+ header 'check style'
1192026-05-11T08:17:56.952Z+ echo '# ==== check style ==== #'
1202026-05-11T08:17:56.955Z# ==== check style ==== #
1212026-05-11T08:17:56.955Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-11T08:17:57.031Z
1232026-05-11T08:17:57.031Zreal 0.076839700
1242026-05-11T08:17:57.031Zuser 0.044478091
1252026-05-11T08:17:57.031Zsys 0.029127591
1262026-05-11T08:17:57.031Ztrap 0.000014797
1272026-05-11T08:17:57.031Ztflt 0.000019635
1282026-05-11T08:17:57.031Zdflt 0.000019567
1292026-05-11T08:17:57.031Zkflt 0.000000000
1302026-05-11T08:17:57.031Zlock 0.031248425
1312026-05-11T08:17:57.031Zslp 0.056990413
1322026-05-11T08:17:57.031Zlat 0.000782221
1332026-05-11T08:17:57.031Zstop 0.000096851
1342026-05-11T08:17:57.034Z+ header 'analyze std'
1352026-05-11T08:17:57.034Z+ echo '# ==== analyze std ==== #'
1362026-05-11T08:17:57.034Z# ==== analyze std ==== #
1372026-05-11T08:17:57.034Z+ ptime -m cargo clippy --all-targets
1382026-05-11T08:17:57.165Z Updating crates.io index
1392026-05-11T08:17:57.203Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-11T08:17:57.932Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-11T08:17:58.553Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-11T08:17:58.942Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-11T08:17:59.165Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-11T08:17:59.549Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-11T08:17:59.780Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-11T08:18:01.688Z Downloading crates ...
1472026-05-11T08:18:01.729Z Downloaded ident_case v1.0.1
1482026-05-11T08:18:01.732Z Downloaded ingot-types v0.1.2
1492026-05-11T08:18:01.742Z Downloaded fnv v1.0.7
1502026-05-11T08:18:01.745Z Downloaded proc-macro-error-attr2 v2.0.0
1512026-05-11T08:18:01.745Z Downloaded defmt v1.0.1
1522026-05-11T08:18:01.748Z Downloaded strsim v0.11.1
1532026-05-11T08:18:01.748Z Downloaded stable_deref_trait v1.2.1
1542026-05-11T08:18:01.752Z Downloaded defmt-parser v1.0.0
1552026-05-11T08:18:01.755Z Downloaded darling_macro v0.21.3
1562026-05-11T08:18:01.762Z Downloaded managed v0.8.0
1572026-05-11T08:18:01.765Z Downloaded hash32 v0.3.1
1582026-05-11T08:18:01.765Z Downloaded cfg-if v1.0.4
1592026-05-11T08:18:01.773Z Downloaded cobs v0.3.0
1602026-05-11T08:18:01.780Z Downloaded defmt v0.3.100
1612026-05-11T08:18:01.787Z Downloaded embedded-io v0.4.0
1622026-05-11T08:18:01.790Z Downloaded macaddr v1.0.1
1632026-05-11T08:18:01.790Z Downloaded embedded-io v0.6.1
1642026-05-11T08:18:01.793Z Downloaded ingot v0.1.1
1652026-05-11T08:18:01.796Z Downloaded thiserror v2.0.18
1662026-05-11T08:18:01.803Z Downloaded proc-macro-error2 v2.0.1
1672026-05-11T08:18:01.807Z Downloaded ipnetwork v0.21.1
1682026-05-11T08:18:01.810Z Downloaded either v1.15.0
1692026-05-11T08:18:01.810Z Downloaded quote v1.0.45
1702026-05-11T08:18:01.813Z Downloaded defmt-macros v1.0.1
1712026-05-11T08:18:01.813Z Downloaded thiserror-impl v2.0.18
1722026-05-11T08:18:01.817Z Downloaded postcard v1.1.3
1732026-05-11T08:18:01.825Z Downloaded ingot-macros v0.1.1
1742026-05-11T08:18:01.830Z Downloaded darling v0.21.3
1752026-05-11T08:18:01.834Z Downloaded byteorder v1.5.0
1762026-05-11T08:18:01.834Z Downloaded bitflags v1.3.2
1772026-05-11T08:18:01.834Z Downloaded bitflags v2.11.1
1782026-05-11T08:18:01.837Z Downloaded serde_core v1.0.228
1792026-05-11T08:18:01.849Z Downloaded proc-macro2 v1.0.106
1802026-05-11T08:18:01.852Z Downloaded unicode-ident v1.0.24
1812026-05-11T08:18:01.859Z Downloaded heapless v0.8.0
1822026-05-11T08:18:01.873Z Downloaded darling_core v0.21.3
1832026-05-11T08:18:01.876Z Downloaded zerocopy-derive v0.8.48
1842026-05-11T08:18:01.879Z Downloaded serde_derive v1.0.228
1852026-05-11T08:18:01.882Z Downloaded serde v1.0.228
1862026-05-11T08:18:01.885Z Downloaded itertools v0.14.0
1872026-05-11T08:18:01.888Z Downloaded memchr v2.8.0
1882026-05-11T08:18:01.901Z Downloaded aho-corasick v1.1.4
1892026-05-11T08:18:01.913Z Downloaded regex v1.12.3
1902026-05-11T08:18:01.954Z Downloaded zerocopy v0.8.48
1912026-05-11T08:18:01.964Z Downloaded syn v2.0.117
1922026-05-11T08:18:01.969Z Downloaded smoltcp v0.11.0
1932026-05-11T08:18:01.975Z Downloaded regex-syntax v0.8.10
1942026-05-11T08:18:01.986Z Downloaded regex-automata v0.4.14
1952026-05-11T08:18:02.021Z Compiling proc-macro2 v1.0.106
1962026-05-11T08:18:02.025Z Compiling unicode-ident v1.0.24
1972026-05-11T08:18:02.025Z Compiling quote v1.0.45
1982026-05-11T08:18:02.025Z Compiling ident_case v1.0.1
1992026-05-11T08:18:02.025Z Compiling fnv v1.0.7
2002026-05-11T08:18:02.025Z Compiling strsim v0.11.1
2012026-05-11T08:18:02.025Z Compiling memchr v2.8.0
2022026-05-11T08:18:02.025Z Compiling regex-syntax v0.8.10
2032026-05-11T08:18:02.184Z Compiling serde_core v1.0.228
2042026-05-11T08:18:02.201Z Compiling either v1.15.0
2052026-05-11T08:18:02.201Z Compiling serde v1.0.228
2062026-05-11T08:18:02.373Z Compiling zerocopy v0.8.48
2072026-05-11T08:18:02.387Z Compiling thiserror v2.0.18
2082026-05-11T08:18:02.444Z Compiling itertools v0.14.0
2092026-05-11T08:18:02.477Z Compiling aho-corasick v1.1.4
2102026-05-11T08:18:02.674Z Compiling heapless v0.8.0
2112026-05-11T08:18:02.797Z Checking byteorder v1.5.0
2122026-05-11T08:18:02.901Z Checking stable_deref_trait v1.2.1
2132026-05-11T08:18:02.950Z Checking hash32 v0.3.1
2142026-05-11T08:18:02.968Z Checking macaddr v1.0.1
2152026-05-11T08:18:03.051Z Checking bitflags v2.11.1
2162026-05-11T08:18:03.116Z Compiling smoltcp v0.11.0
2172026-05-11T08:18:03.267Z Compiling syn v2.0.117
2182026-05-11T08:18:03.333Z Checking bitflags v1.3.2
2192026-05-11T08:18:03.392Z Checking managed v0.8.0
2202026-05-11T08:18:03.429Z Checking cfg-if v1.0.4
2212026-05-11T08:18:03.485Z Compiling regex-automata v0.4.14
2222026-05-11T08:18:03.542Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2232026-05-11T08:18:03.655Z Checking ipnetwork v0.21.1
2242026-05-11T08:18:04.964Z Compiling regex v1.12.3
2252026-05-11T08:18:05.422Z Compiling darling_core v0.21.3
2262026-05-11T08:18:05.762Z Compiling thiserror-impl v2.0.18
2272026-05-11T08:18:05.762Z Compiling serde_derive v1.0.228
2282026-05-11T08:18:05.768Z Compiling zerocopy-derive v0.8.48
2292026-05-11T08:18:06.706Z Checking cobs v0.3.0
2302026-05-11T08:18:06.758Z Compiling darling_macro v0.21.3
2312026-05-11T08:18:07.231Z Compiling darling v0.21.3
2322026-05-11T08:18:07.294Z Compiling ingot-macros v0.1.1
2332026-05-11T08:18:07.954Z Checking postcard v1.1.3
2342026-05-11T08:18:09.236Z Checking ingot-types v0.1.2
2352026-05-11T08:18:09.497Z Checking ingot v0.1.1
2362026-05-11T08:18:10.772Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-11T08:18:11.738Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.66s
2382026-05-11T08:18:11.841Z
2392026-05-11T08:18:11.846Zreal 14.804850770
2402026-05-11T08:18:11.846Zuser 30.454976422
2412026-05-11T08:18:11.846Zsys 5.806434062
2422026-05-11T08:18:11.846Ztrap 0.011121657
2432026-05-11T08:18:11.846Ztflt 0.064285057
2442026-05-11T08:18:11.846Zdflt 0.199446929
2452026-05-11T08:18:11.846Zkflt 0.002390195
2462026-05-11T08:18:11.846Zlock 1:26.882361778
2472026-05-11T08:18:11.846Zslp 1:29.433433381
2482026-05-11T08:18:11.846Zlat 1.632620382
2492026-05-11T08:18:11.846Zstop 4.480431052
2502026-05-11T08:18:11.846Z+ header 'analyze no_std'
2512026-05-11T08:18:11.847Z+ echo '# ==== analyze no_std ==== #'
2522026-05-11T08:18:11.847Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2532026-05-11T08:18:11.847Z# ==== analyze no_std ==== #
2542026-05-11T08:18:11.944Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-11T08:18:12.148Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-11T08:18:13.105Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
2572026-05-11T08:18:13.128Z
2582026-05-11T08:18:13.128Zreal 1.281841298
2592026-05-11T08:18:13.128Zuser 1.849451657
2602026-05-11T08:18:13.128Zsys 0.256091379
2612026-05-11T08:18:13.132Ztrap 0.000169513
2622026-05-11T08:18:13.132Ztflt 0.000085461
2632026-05-11T08:18:13.132Zdflt 0.000130939
2642026-05-11T08:18:13.132Zkflt 0.000000000
2652026-05-11T08:18:13.132Zlock 4.222963144
2662026-05-11T08:18:13.132Zslp 5.177563080
2672026-05-11T08:18:13.132Zlat 0.002399089
2682026-05-11T08:18:13.132Zstop 0.042570539
2692026-05-11T08:18:13.132Z+ header test
2702026-05-11T08:18:13.132Z+ echo '# ==== test ==== #'
2712026-05-11T08:18:13.132Z# ==== test ==== #
2722026-05-11T08:18:13.132Z+ ptime -m cargo test
2732026-05-11T08:18:13.260Z Compiling byteorder v1.5.0
2742026-05-11T08:18:13.260Z Compiling serde_core v1.0.228
2752026-05-11T08:18:13.260Z Compiling macaddr v1.0.1
2762026-05-11T08:18:13.263Z Compiling bitflags v2.11.1
2772026-05-11T08:18:13.283Z Compiling zerocopy v0.8.48
2782026-05-11T08:18:13.283Z Compiling thiserror v2.0.18
2792026-05-11T08:18:13.286Z Compiling stable_deref_trait v1.2.1
2802026-05-11T08:18:13.289Z Compiling bitflags v1.3.2
2812026-05-11T08:18:13.338Z Compiling cobs v0.3.0
2822026-05-11T08:18:13.338Z Compiling managed v0.8.0
2832026-05-11T08:18:13.367Z Compiling cfg-if v1.0.4
2842026-05-11T08:18:13.422Z Compiling hash32 v0.3.1
2852026-05-11T08:18:13.433Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-05-11T08:18:13.512Z Compiling heapless v0.8.0
2872026-05-11T08:18:13.541Z Compiling ipnetwork v0.21.1
2882026-05-11T08:18:13.854Z Compiling smoltcp v0.11.0
2892026-05-11T08:18:14.759Z Compiling serde v1.0.228
2902026-05-11T08:18:15.201Z Compiling postcard v1.1.3
2912026-05-11T08:18:15.877Z Compiling ingot-types v0.1.2
2922026-05-11T08:18:16.147Z Compiling ingot v0.1.1
2932026-05-11T08:18:17.485Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-11T08:18:19.163Z Finished `test` profile [optimized + debuginfo] target(s) in 6.02s
2952026-05-11T08:18:19.173Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
2962026-05-11T08:18:19.176Z
2972026-05-11T08:18:19.176Zrunning 25 tests
2982026-05-11T08:18:19.176Ztest encap::test::good_vni ... ok
2992026-05-11T08:18:19.176Ztest encap::test::bad_vni ... ok
3002026-05-11T08:18:19.177Ztest ip::test::dhcp_fqdn ... ok
3012026-05-11T08:18:19.177Ztest ip::test::bad_cidr ... ok
3022026-05-11T08:18:19.177Ztest ip::test::good_cidr ... ok
3032026-05-11T08:18:19.177Ztest dns::tests::test_domain_name ... ok
3042026-05-11T08:18:19.177Ztest encap::test::vni_round_trip ... ok
3052026-05-11T08:18:19.177Ztest ip::test::bad_prefix_len ... ok
3062026-05-11T08:18:19.177Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-11T08:18:19.177Ztest ip::test::ipv4_addr_good ... ok
3082026-05-11T08:18:19.177Ztest ip::test::ipv4_mask ... ok
3092026-05-11T08:18:19.177Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-11T08:18:19.177Ztest ip::test::ipv6_mask ... ok
3112026-05-11T08:18:19.177Ztest ip::test::test_ip_addr_from_str ... ok
3122026-05-11T08:18:19.177Ztest ip::test::test_ip_cidr_from_str ... ok
3132026-05-11T08:18:19.177Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3142026-05-11T08:18:19.177Ztest ip::test::test_ipv6_from_const ... ok
3152026-05-11T08:18:19.177Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-11T08:18:19.177Ztest ip::test::ipv6_prefix_len ... ok
3172026-05-11T08:18:19.177Ztest ip::test::ipv6_is_default ... ok
3182026-05-11T08:18:19.177Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-11T08:18:19.177Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-11T08:18:19.177Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-11T08:18:19.177Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-11T08:18:19.177Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-11T08:18:19.177Z
3242026-05-11T08:18:19.177Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-11T08:18:19.177Z
3262026-05-11T08:18:19.177Z Doc-tests opte_api
3272026-05-11T08:18:19.759Z
3282026-05-11T08:18:19.759Zrunning 1 test
3292026-05-11T08:18:19.762Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-11T08:18:19.762Z
3312026-05-11T08:18:19.762Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-11T08:18:19.762Z
3332026-05-11T08:18:19.762Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3342026-05-11T08:18:19.781Z
3352026-05-11T08:18:19.781Zreal 6.644315826
3362026-05-11T08:18:19.781Zuser 17.335687834
3372026-05-11T08:18:19.781Zsys 2.027409753
3382026-05-11T08:18:19.781Ztrap 0.006551447
3392026-05-11T08:18:19.782Ztflt 0.091434651
3402026-05-11T08:18:19.794Zdflt 0.123605124
3412026-05-11T08:18:19.794Zkflt 0.000003749
3422026-05-11T08:18:19.794Zlock 53.210121834
3432026-05-11T08:18:19.794Zslp 31.393462639
3442026-05-11T08:18:19.794Zlat 0.769907493
3452026-05-11T08:18:19.794Zstop 0.652779213
3462026-05-11T08:18:19.794Zprocess exited: duration 36773 ms, exit code 0
 
3472026-05-11T08:18:19.801Zfound 0 output files