01KMPQ10ZK2JJ7RW9E2W21HR1P: opte-api

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

Buildomat Job: 01KMPQ1DKETW0YERFSCFPKREJD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:21:23.513Zjob assigned to worker 01KMPRBQ81VFAF3WTYZ8X3WQPX [factory aws, i-08931f7a402ce87e1] (queued for 23 m 48 s)
 
22026-03-27T04:21:30.050Zstarting task 0: "setup"
32026-03-27T04:21:30.058Z++ uname -s
42026-03-27T04:21:30.063Z+ kern=SunOS
52026-03-27T04:21:30.063Z+ build_user=build
62026-03-27T04:21:30.063Z+ build_uid=12345
72026-03-27T04:21:30.063Z+ work_dir=/work
82026-03-27T04:21:30.063Z+ input_dir=/input
92026-03-27T04:21:30.063Z+ [[ 0 == 12345 ]]
102026-03-27T04:21:30.063Z+ case "$kern" in
112026-03-27T04:21:30.063Z+ groupadd -g 12345 build
122026-03-27T04:21:30.063Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:21:32.067Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:21:32.184Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:21:32.188Z+ home_fs=zfs
162026-03-27T04:21:32.188Z+ [[ zfs == autofs ]]
172026-03-27T04:21:32.188Z+ mkdir -p /home/build
182026-03-27T04:21:32.188Z+ chown build:build /home/build /work
192026-03-27T04:21:34.181Z+ chmod 0700 /home/build /work
202026-03-27T04:21:34.186Zprocess exited: duration 4132 ms, exit code 0
 
212026-03-27T04:21:34.194Zstarting task 1: "rust-toolchain"
222026-03-27T04:21:34.200Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:21:34.200Z * rust toolchain channel = "1.93.1"
242026-03-27T04:21:34.200Z * rust toolchain profile = "default"
252026-03-27T04:21:34.200Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:21:34.200Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:21:34.200Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:21:34.204Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:21:34.205Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:21:34.329Zinfo: downloading installer
312026-03-27T04:21:35.940Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:21:35.940Zwarn: /opt/ooce/bin
332026-03-27T04:21:35.940Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:21:35.940Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:21:35.940Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:21:35.940Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:21:35.941Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:21:35.941Zerror: cannot install while Rust is installed
392026-03-27T04:21:35.941Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:21:35.941Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:21:35.941Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:21:35.941Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:21:35.941Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:21:35.954Zinfo: profile set to default
452026-03-27T04:21:35.954Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:21:35.957Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:21:36.132Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:21:36.135Zinfo: downloading 6 components
492026-03-27T04:21:51.729Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:21:51.730Z
512026-03-27T04:21:51.766Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:21:51.766Z
532026-03-27T04:21:51.766Z
542026-03-27T04:21:51.766ZRust is installed now. Great!
552026-03-27T04:21:51.766Z
562026-03-27T04:21:51.766ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:21:51.766Zenvironment variable. This has not been done automatically.
582026-03-27T04:21:51.766Z
592026-03-27T04:21:51.766ZTo configure your current shell, you need to source
602026-03-27T04:21:51.766Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:21:51.766Z
622026-03-27T04:21:51.766ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:21:51.775Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:21:51.775Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:21:51.775Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:21:51.775Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:21:51.775Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:21:51.775Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:21:51.776Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:21:51.776Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:21:51.854Z+ rustup --version
722026-03-27T04:21:51.858Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:21:51.858Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:21:51.888Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:21:51.912Z+ cargo --version
762026-03-27T04:21:51.913Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:21:51.913Z+ rustc --version
782026-03-27T04:21:51.927Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:21:51.927Zprocess exited: duration 17716 ms, exit code 0
 
802026-03-27T04:21:51.969Zstarting task 2: "authentication"
812026-03-27T04:21:51.981Zprocess exited: duration 29 ms, exit code 0
 
822026-03-27T04:21:52.010Zstarting task 3: "clone repository"
832026-03-27T04:21:52.020Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:21:52.020Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:21:52.062ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:21:52.787Z+ cd /work/oxidecomputer/opte
872026-03-27T04:21:52.792Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:21:53.014ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:21:53.014Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:21:53.021Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:21:53.021Z++ git branch --show-current
922026-03-27T04:21:53.025Z+ current=master
932026-03-27T04:21:53.025Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:21:53.025Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:21:53.030Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:21:53.041ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:21:53.047Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:21:53.056ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:21:53.059Zprocess exited: duration 1055 ms, exit code 0
 
1002026-03-27T04:21:53.068Zstarting task 4: "build"
1012026-03-27T04:21:53.076Z+ source .github/buildomat/common.sh
1022026-03-27T04:21:53.076Z++ rustup show active-toolchain
1032026-03-27T04:21:53.080Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:21:53.080Z++ pushd xde
1052026-03-27T04:21:53.080Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:21:53.080Z++ rustup show active-toolchain
1072026-03-27T04:21:53.082Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:21:53.239Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:21:53.245Zinfo: downloading 6 components
1102026-03-27T04:22:08.385Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:22:08.471Z+++ rustup show active-toolchain -v
1122026-03-27T04:22:08.475Z+++ head -n 1
1132026-03-27T04:22:08.475Z+++ cut '-d ' -f1
1142026-03-27T04:22:08.525Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:22:08.525Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:22:08.525Z++ popd
1172026-03-27T04:22:08.528Z/work/oxidecomputer/opte
1182026-03-27T04:22:08.528Z+ cargo --version
1192026-03-27T04:22:08.534Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-27T04:22:08.537Z+ rustc --version
1212026-03-27T04:22:08.556Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-27T04:22:08.559Z+ cd crates/opte-api
1232026-03-27T04:22:08.559Z+ header 'check API_VERSION'
1242026-03-27T04:22:08.559Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-27T04:22:08.560Z+ ./check-api-version.sh
1262026-03-27T04:22:08.560Z# ==== check API_VERSION ==== #
1272026-03-27T04:22:08.566Z+ header 'check style'
1282026-03-27T04:22:08.566Z+ echo '# ==== check style ==== #'
1292026-03-27T04:22:08.566Z# ==== check style ==== #
1302026-03-27T04:22:08.566Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-27T04:22:08.649Z
1322026-03-27T04:22:08.649Zreal 0.079537786
1332026-03-27T04:22:08.649Zuser 0.046306603
1342026-03-27T04:22:08.649Zsys 0.030997770
1352026-03-27T04:22:08.649Ztrap 0.000000319
1362026-03-27T04:22:08.649Ztflt 0.000018405
1372026-03-27T04:22:08.649Zdflt 0.000027795
1382026-03-27T04:22:08.649Zkflt 0.000000000
1392026-03-27T04:22:08.649Zlock 0.047030620
1402026-03-27T04:22:08.649Zslp 0.062094672
1412026-03-27T04:22:08.649Zlat 0.001110255
1422026-03-27T04:22:08.649Zstop 0.000104513
1432026-03-27T04:22:08.652Z+ header 'analyze std'
1442026-03-27T04:22:08.652Z+ echo '# ==== analyze std ==== #'
1452026-03-27T04:22:08.652Z# ==== analyze std ==== #
1462026-03-27T04:22:08.652Z+ ptime -m cargo clippy --all-targets
1472026-03-27T04:22:08.773Z Updating crates.io index
1482026-03-27T04:22:08.811Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-27T04:22:09.856Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-27T04:22:10.132Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-27T04:22:10.473Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-27T04:22:10.916Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-27T04:22:11.148Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-27T04:22:11.410Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-27T04:22:13.327Z Downloading crates ...
1562026-03-27T04:22:13.392Z Downloaded darling v0.21.3
1572026-03-27T04:22:13.396Z Downloaded managed v0.8.0
1582026-03-27T04:22:13.399Z Downloaded ipnetwork v0.21.1
1592026-03-27T04:22:13.402Z Downloaded ingot v0.1.1
1602026-03-27T04:22:13.420Z Downloaded zerocopy v0.8.47
1612026-03-27T04:22:13.429Z Downloaded thiserror-impl v2.0.18
1622026-03-27T04:22:13.432Z Downloaded hash32 v0.3.1
1632026-03-27T04:22:13.432Z Downloaded fnv v1.0.7
1642026-03-27T04:22:13.433Z Downloaded darling_macro v0.21.3
1652026-03-27T04:22:13.433Z Downloaded byteorder v1.5.0
1662026-03-27T04:22:13.433Z Downloaded defmt-macros v1.0.1
1672026-03-27T04:22:13.436Z Downloaded proc-macro-error2 v2.0.1
1682026-03-27T04:22:13.441Z Downloaded unicode-ident v1.0.24
1692026-03-27T04:22:13.444Z Downloaded either v1.15.0
1702026-03-27T04:22:13.454Z Downloaded defmt-parser v1.0.0
1712026-03-27T04:22:13.458Z Downloaded macaddr v1.0.1
1722026-03-27T04:22:13.458Z Downloaded cobs v0.3.0
1732026-03-27T04:22:13.461Z Downloaded serde_core v1.0.228
1742026-03-27T04:22:13.464Z Downloaded proc-macro-error-attr2 v2.0.0
1752026-03-27T04:22:13.468Z Downloaded strsim v0.11.1
1762026-03-27T04:22:13.468Z Downloaded ident_case v1.0.1
1772026-03-27T04:22:13.468Z Downloaded embedded-io v0.6.1
1782026-03-27T04:22:13.471Z Downloaded embedded-io v0.4.0
1792026-03-27T04:22:13.482Z Downloaded cfg-if v1.0.4
1802026-03-27T04:22:13.487Z Downloaded stable_deref_trait v1.2.1
1812026-03-27T04:22:13.490Z Downloaded defmt v0.3.100
1822026-03-27T04:22:13.502Z Downloaded defmt v1.0.1
1832026-03-27T04:22:13.505Z Downloaded ingot-types v0.1.2
1842026-03-27T04:22:13.508Z Downloaded darling_core v0.21.3
1852026-03-27T04:22:13.511Z Downloaded quote v1.0.45
1862026-03-27T04:22:13.513Z Downloaded thiserror v2.0.18
1872026-03-27T04:22:13.528Z Downloaded postcard v1.1.3
1882026-03-27T04:22:13.536Z Downloaded bitflags v1.3.2
1892026-03-27T04:22:13.539Z Downloaded proc-macro2 v1.0.106
1902026-03-27T04:22:13.542Z Downloaded ingot-macros v0.1.1
1912026-03-27T04:22:13.542Z Downloaded bitflags v2.11.0
1922026-03-27T04:22:13.545Z Downloaded serde v1.0.228
1932026-03-27T04:22:13.552Z Downloaded serde_derive v1.0.228
1942026-03-27T04:22:13.555Z Downloaded memchr v2.8.0
1952026-03-27T04:22:13.571Z Downloaded heapless v0.8.0
1962026-03-27T04:22:13.574Z Downloaded zerocopy-derive v0.8.47
1972026-03-27T04:22:13.591Z Downloaded itertools v0.14.0
1982026-03-27T04:22:13.599Z Downloaded aho-corasick v1.1.4
1992026-03-27T04:22:13.604Z Downloaded regex v1.12.3
2002026-03-27T04:22:13.652Z Downloaded smoltcp v0.11.0
2012026-03-27T04:22:13.655Z Downloaded syn v2.0.117
2022026-03-27T04:22:13.659Z Downloaded regex-syntax v0.8.10
2032026-03-27T04:22:13.676Z Downloaded regex-automata v0.4.14
2042026-03-27T04:22:13.712Z Compiling proc-macro2 v1.0.106
2052026-03-27T04:22:13.712Z Compiling unicode-ident v1.0.24
2062026-03-27T04:22:13.724Z Compiling quote v1.0.45
2072026-03-27T04:22:13.724Z Compiling fnv v1.0.7
2082026-03-27T04:22:13.724Z Compiling ident_case v1.0.1
2092026-03-27T04:22:13.724Z Compiling memchr v2.8.0
2102026-03-27T04:22:13.724Z Compiling strsim v0.11.1
2112026-03-27T04:22:13.768Z Compiling regex-syntax v0.8.10
2122026-03-27T04:22:13.878Z Compiling serde_core v1.0.228
2132026-03-27T04:22:13.894Z Compiling either v1.15.0
2142026-03-27T04:22:13.894Z Compiling zerocopy v0.8.47
2152026-03-27T04:22:14.074Z Compiling serde v1.0.228
2162026-03-27T04:22:14.090Z Compiling thiserror v2.0.18
2172026-03-27T04:22:14.176Z Compiling itertools v0.14.0
2182026-03-27T04:22:14.210Z Compiling aho-corasick v1.1.4
2192026-03-27T04:22:14.399Z Checking byteorder v1.5.0
2202026-03-27T04:22:14.437Z Compiling heapless v0.8.0
2212026-03-27T04:22:14.550Z Checking hash32 v0.3.1
2222026-03-27T04:22:14.631Z Checking stable_deref_trait v1.2.1
2232026-03-27T04:22:14.655Z Checking bitflags v2.11.0
2242026-03-27T04:22:14.695Z Checking macaddr v1.0.1
2252026-03-27T04:22:14.796Z Compiling smoltcp v0.11.0
2262026-03-27T04:22:15.007Z Compiling syn v2.0.117
2272026-03-27T04:22:15.070Z Checking managed v0.8.0
2282026-03-27T04:22:15.138Z Checking bitflags v1.3.2
2292026-03-27T04:22:15.201Z Checking cfg-if v1.0.4
2302026-03-27T04:22:15.236Z Compiling regex-automata v0.4.14
2312026-03-27T04:22:15.247Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2322026-03-27T04:22:15.433Z Checking ipnetwork v0.21.1
2332026-03-27T04:22:16.724Z Compiling regex v1.12.3
2342026-03-27T04:22:17.181Z Compiling darling_core v0.21.3
2352026-03-27T04:22:17.522Z Compiling serde_derive v1.0.228
2362026-03-27T04:22:17.522Z Compiling thiserror-impl v2.0.18
2372026-03-27T04:22:17.525Z Compiling zerocopy-derive v0.8.47
2382026-03-27T04:22:18.498Z Checking cobs v0.3.0
2392026-03-27T04:22:18.521Z Compiling darling_macro v0.21.3
2402026-03-27T04:22:19.012Z Compiling darling v0.21.3
2412026-03-27T04:22:19.073Z Compiling ingot-macros v0.1.1
2422026-03-27T04:22:19.784Z Checking postcard v1.1.3
2432026-03-27T04:22:21.051Z Checking ingot-types v0.1.2
2442026-03-27T04:22:21.310Z Checking ingot v0.1.1
2452026-03-27T04:22:22.570Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-27T04:22:23.540Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.84s
2472026-03-27T04:22:23.650Z
2482026-03-27T04:22:23.650Zreal 14.993535501
2492026-03-27T04:22:23.650Zuser 30.694726602
2502026-03-27T04:22:23.650Zsys 5.945839145
2512026-03-27T04:22:23.650Ztrap 0.015391480
2522026-03-27T04:22:23.650Ztflt 0.086020038
2532026-03-27T04:22:23.650Zdflt 0.231593421
2542026-03-27T04:22:23.651Zkflt 0.003240639
2552026-03-27T04:22:23.654Zlock 1:29.209546092
2562026-03-27T04:22:23.654Zslp 1:33.167162567
2572026-03-27T04:22:23.654Zlat 1.070734413
2582026-03-27T04:22:23.654Zstop 4.015703759
2592026-03-27T04:22:23.655Z+ header 'analyze no_std'
2602026-03-27T04:22:23.655Z+ echo '# ==== analyze no_std ==== #'
2612026-03-27T04:22:23.655Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2622026-03-27T04:22:23.655Z# ==== analyze no_std ==== #
2632026-03-27T04:22:23.753Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-27T04:22:23.959Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-27T04:22:24.935Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2662026-03-27T04:22:24.956Z
2672026-03-27T04:22:24.959Zreal 1.300576508
2682026-03-27T04:22:24.959Zuser 1.871625856
2692026-03-27T04:22:24.959Zsys 0.256088867
2702026-03-27T04:22:24.959Ztrap 0.000562813
2712026-03-27T04:22:24.959Ztflt 0.000040858
2722026-03-27T04:22:24.959Zdflt 0.000107140
2732026-03-27T04:22:24.959Zkflt 0.000000000
2742026-03-27T04:22:24.959Zlock 4.285951815
2752026-03-27T04:22:24.960Zslp 5.247863281
2762026-03-27T04:22:24.960Zlat 0.003610769
2772026-03-27T04:22:24.960Zstop 0.041392880
2782026-03-27T04:22:24.960Z+ header test
2792026-03-27T04:22:24.960Z+ echo '# ==== test ==== #'
2802026-03-27T04:22:24.960Z+ ptime -m cargo test
2812026-03-27T04:22:24.960Z# ==== test ==== #
2822026-03-27T04:22:25.086Z Compiling byteorder v1.5.0
2832026-03-27T04:22:25.094Z Compiling serde_core v1.0.228
2842026-03-27T04:22:25.094Z Compiling stable_deref_trait v1.2.1
2852026-03-27T04:22:25.094Z Compiling macaddr v1.0.1
2862026-03-27T04:22:25.163Z Compiling zerocopy v0.8.47
2872026-03-27T04:22:25.163Z Compiling thiserror v2.0.18
2882026-03-27T04:22:25.163Z Compiling bitflags v2.11.0
2892026-03-27T04:22:25.163Z Compiling managed v0.8.0
2902026-03-27T04:22:25.167Z Compiling cobs v0.3.0
2912026-03-27T04:22:25.194Z Compiling bitflags v1.3.2
2922026-03-27T04:22:25.254Z Compiling hash32 v0.3.1
2932026-03-27T04:22:25.262Z Compiling cfg-if v1.0.4
2942026-03-27T04:22:25.314Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-03-27T04:22:25.319Z Compiling ipnetwork v0.21.1
2962026-03-27T04:22:25.344Z Compiling heapless v0.8.0
2972026-03-27T04:22:25.703Z Compiling smoltcp v0.11.0
2982026-03-27T04:22:26.597Z Compiling serde v1.0.228
2992026-03-27T04:22:27.022Z Compiling postcard v1.1.3
3002026-03-27T04:22:27.736Z Compiling ingot-types v0.1.2
3012026-03-27T04:22:28.005Z Compiling ingot v0.1.1
3022026-03-27T04:22:29.361Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-27T04:22:31.059Z Finished `test` profile [optimized + debuginfo] target(s) in 6.09s
3042026-03-27T04:22:31.069Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-7015c6a982f47358)
3052026-03-27T04:22:31.073Z
3062026-03-27T04:22:31.073Zrunning 25 tests
3072026-03-27T04:22:31.073Ztest encap::test::good_vni ... ok
3082026-03-27T04:22:31.074Ztest encap::test::vni_round_trip ... ok
3092026-03-27T04:22:31.074Ztest ip::test::bad_prefix_len ... ok
3102026-03-27T04:22:31.074Ztest encap::test::bad_vni ... ok
3112026-03-27T04:22:31.074Ztest ip::test::dhcp_fqdn ... ok
3122026-03-27T04:22:31.074Ztest dns::tests::test_domain_name ... ok
3132026-03-27T04:22:31.074Ztest ip::test::good_cidr ... ok
3142026-03-27T04:22:31.074Ztest ip::test::bad_cidr ... ok
3152026-03-27T04:22:31.074Ztest ip::test::ipv4_addr_bad ... ok
3162026-03-27T04:22:31.074Ztest ip::test::ipv4_addr_good ... ok
3172026-03-27T04:22:31.074Ztest ip::test::ipv4_mask ... ok
3182026-03-27T04:22:31.074Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-03-27T04:22:31.074Ztest ip::test::ipv6_is_default ... ok
3202026-03-27T04:22:31.074Ztest ip::test::ipv6_mask ... ok
3212026-03-27T04:22:31.074Ztest ip::test::ipv6_prefix_len ... ok
3222026-03-27T04:22:31.074Ztest ip::test::test_ip_cidr_from_str ... ok
3232026-03-27T04:22:31.074Ztest ip::test::test_ip_addr_from_str ... ok
3242026-03-27T04:22:31.074Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-03-27T04:22:31.074Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-03-27T04:22:31.074Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-27T04:22:31.074Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-27T04:22:31.074Ztest ip::test::test_ipv6_multicast_mac ... ok
3292026-03-27T04:22:31.075Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3302026-03-27T04:22:31.075Ztest ip::test::test_ipv6_is_multicast ... ok
3312026-03-27T04:22:31.075Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-27T04:22:31.075Z
3332026-03-27T04:22:31.075Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-27T04:22:31.075Z
3352026-03-27T04:22:31.075Z Doc-tests opte_api
3362026-03-27T04:22:31.663Z
3372026-03-27T04:22:31.663Zrunning 1 test
3382026-03-27T04:22:31.666Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-27T04:22:31.666Z
3402026-03-27T04:22:31.667Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-27T04:22:31.667Z
3422026-03-27T04:22:31.667Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3432026-03-27T04:22:31.686Z
3442026-03-27T04:22:31.686Zreal 6.720758576
3452026-03-27T04:22:31.686Zuser 17.424773382
3462026-03-27T04:22:31.686Zsys 2.059496230
3472026-03-27T04:22:31.689Ztrap 0.004372738
3482026-03-27T04:22:31.689Ztflt 0.144132321
3492026-03-27T04:22:31.689Zdflt 0.161611393
3502026-03-27T04:22:31.689Zkflt 0.000001829
3512026-03-27T04:22:31.689Zlock 53.503636395
3522026-03-27T04:22:31.689Zslp 31.408067176
3532026-03-27T04:22:31.689Zlat 0.832071723
3542026-03-27T04:22:31.689Zstop 0.783870100
3552026-03-27T04:22:31.689Zprocess exited: duration 38614 ms, exit code 0
 
3562026-03-27T04:22:31.695Zfound 0 output files