01KRCDQGG6CQ90B54809W54CE7: opte-api

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

Buildomat Job: 01KRCDR0PW7S2W9HQYMD0HAPNS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T21:06:21.677Zjob assigned to worker 01KRCDR7RNMJWJB7QZX8E3FHTY [factory aws, i-007898b91c5d41f21] (queued for 49 s)
 
22026-05-11T21:06:27.846Zstarting task 0: "setup"
32026-05-11T21:06:27.850Z++ uname -s
42026-05-11T21:06:27.853Z+ kern=SunOS
52026-05-11T21:06:27.853Z+ build_user=build
62026-05-11T21:06:27.853Z+ build_uid=12345
72026-05-11T21:06:27.853Z+ work_dir=/work
82026-05-11T21:06:27.853Z+ input_dir=/input
92026-05-11T21:06:27.854Z+ [[ 0 == 12345 ]]
102026-05-11T21:06:27.854Z+ case "$kern" in
112026-05-11T21:06:27.854Z+ groupadd -g 12345 build
122026-05-11T21:06:27.854Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T21:06:29.859Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T21:06:29.973Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T21:06:29.976Z+ home_fs=zfs
162026-05-11T21:06:29.976Z+ [[ zfs == autofs ]]
172026-05-11T21:06:29.976Z+ mkdir -p /home/build
182026-05-11T21:06:29.976Z+ chown build:build /home/build /work
192026-05-11T21:06:31.977Z+ chmod 0700 /home/build /work
202026-05-11T21:06:31.980Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-11T21:06:31.988Zstarting task 1: "rust-toolchain"
222026-05-11T21:06:31.993Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T21:06:31.993Z * rust toolchain channel = "1.94.1"
242026-05-11T21:06:31.993Z * rust toolchain profile = "default"
252026-05-11T21:06:31.993Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T21:06:31.993Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T21:06:31.993Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T21:06:31.996Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T21:06:31.996Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T21:06:32.126Zinfo: downloading installer
312026-05-11T21:06:33.481Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T21:06:33.481Zwarn: /home/build/.rustup/settings.toml
332026-05-11T21:06:33.481Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T21:06:33.485Zwarn: instead of the one inferred from the default host triple.
352026-05-11T21:06:33.494Zinfo: profile set to default
362026-05-11T21:06:33.494Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T21:06:33.497Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T21:06:33.628Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T21:06:33.632Zinfo: downloading 6 components
402026-05-11T21:06:48.460Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T21:06:48.460Z
422026-05-11T21:06:48.490Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T21:06:48.490Z
442026-05-11T21:06:48.490Z
452026-05-11T21:06:48.491ZRust is installed now. Great!
462026-05-11T21:06:48.491Z
472026-05-11T21:06:48.495ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T21:06:48.495Zenvironment variable. This has not been done automatically.
492026-05-11T21:06:48.495Z
502026-05-11T21:06:48.495ZTo configure your current shell, you need to source
512026-05-11T21:06:48.495Zthe corresponding env file under $HOME/.cargo.
522026-05-11T21:06:48.495Z
532026-05-11T21:06:48.495ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T21:06:48.495Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T21:06:48.495Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T21:06:48.496Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T21:06:48.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T21:06:48.496Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T21:06:48.496Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T21:06:48.496Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T21:06:48.496Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T21:06:48.578Z+ rustup --version
632026-05-11T21:06:48.587Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T21:06:48.591Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T21:06:48.608Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T21:06:48.613Z+ cargo --version
672026-05-11T21:06:48.626Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T21:06:48.629Z+ rustc --version
692026-05-11T21:06:48.647Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T21:06:48.652Zprocess exited: duration 16662 ms, exit code 0
 
712026-05-11T21:06:48.659Zstarting task 2: "authentication"
722026-05-11T21:06:48.678Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T21:06:48.686Zstarting task 3: "clone repository"
742026-05-11T21:06:48.701Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T21:06:48.701Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T21:06:48.741ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T21:06:49.554Z+ cd /work/oxidecomputer/opte
782026-05-11T21:06:49.554Z+ git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d
792026-05-11T21:06:49.790ZFrom https://github.com/oxidecomputer/opte
802026-05-11T21:06:49.790Z * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD
812026-05-11T21:06:49.795Z+ [[ -n faster-syn-expiry ]]
822026-05-11T21:06:49.799Z++ git branch --show-current
832026-05-11T21:06:49.799Z+ current=master
842026-05-11T21:06:49.799Z+ [[ master != faster-syn-expiry ]]
852026-05-11T21:06:49.799Z+ git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d
862026-05-11T21:06:49.804Z+ git checkout -f faster-syn-expiry
872026-05-11T21:06:49.818ZSwitched to branch 'faster-syn-expiry'
882026-05-11T21:06:49.826Z+ git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d
892026-05-11T21:06:49.834ZHEAD is now at 2e07459 api back to 40
902026-05-11T21:06:49.834Zprocess exited: duration 1137 ms, exit code 0
 
912026-05-11T21:06:49.841Zstarting task 4: "build"
922026-05-11T21:06:49.846Z+ source .github/buildomat/common.sh
932026-05-11T21:06:49.846Z++ rustup show active-toolchain
942026-05-11T21:06:49.850Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T21:06:49.854Z++ pushd xde
962026-05-11T21:06:49.854Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T21:06:49.854Z++ rustup show active-toolchain
982026-05-11T21:06:49.858Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T21:06:50.002Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T21:06:50.007Zinfo: downloading 6 components
1012026-05-11T21:07:03.648Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T21:07:03.736Z+++ rustup show active-toolchain -v
1032026-05-11T21:07:03.741Z+++ head -n 1
1042026-05-11T21:07:03.741Z+++ cut '-d ' -f1
1052026-05-11T21:07:03.797Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T21:07:03.797Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T21:07:03.797Z++ popd
1082026-05-11T21:07:03.804Z/work/oxidecomputer/opte
1092026-05-11T21:07:03.804Z+ cargo --version
1102026-05-11T21:07:03.804Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T21:07:03.804Z+ rustc --version
1122026-05-11T21:07:03.822Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T21:07:03.826Z+ cd crates/opte-api
1142026-05-11T21:07:03.828Z+ header 'check API_VERSION'
1152026-05-11T21:07:03.828Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-11T21:07:03.828Z# ==== check API_VERSION ==== #
1172026-05-11T21:07:03.828Z+ ./check-api-version.sh
1182026-05-11T21:07:03.838Z+ header 'check style'
1192026-05-11T21:07:03.838Z+ echo '# ==== check style ==== #'
1202026-05-11T21:07:03.838Z# ==== check style ==== #
1212026-05-11T21:07:03.842Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-11T21:07:03.915Z
1232026-05-11T21:07:03.916Zreal 0.077587929
1242026-05-11T21:07:03.916Zuser 0.045475758
1252026-05-11T21:07:03.916Zsys 0.028905832
1262026-05-11T21:07:03.916Ztrap 0.000007700
1272026-05-11T21:07:03.916Ztflt 0.000010790
1282026-05-11T21:07:03.916Zdflt 0.000017070
1292026-05-11T21:07:03.916Zkflt 0.000000000
1302026-05-11T21:07:03.916Zlock 0.031548842
1312026-05-11T21:07:03.916Zslp 0.057372106
1322026-05-11T21:07:03.916Zlat 0.000840410
1332026-05-11T21:07:03.916Zstop 0.000108840
1342026-05-11T21:07:03.921Z+ header 'analyze std'
1352026-05-11T21:07:03.921Z+ echo '# ==== analyze std ==== #'
1362026-05-11T21:07:03.921Z+ ptime -m cargo clippy --all-targets
1372026-05-11T21:07:03.921Z# ==== analyze std ==== #
1382026-05-11T21:07:04.059Z Updating crates.io index
1392026-05-11T21:07:04.092Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-11T21:07:04.853Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-11T21:07:05.547Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-11T21:07:05.908Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-11T21:07:06.727Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-11T21:07:06.918Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-11T21:07:07.026Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-11T21:07:08.934Z Downloading crates ...
1472026-05-11T21:07:08.989Z Downloaded bitflags v1.3.2
1482026-05-11T21:07:09.003Z Downloaded thiserror v2.0.18
1492026-05-11T21:07:09.003Z Downloaded embedded-io v0.6.1
1502026-05-11T21:07:09.003Z Downloaded defmt-parser v1.0.0
1512026-05-11T21:07:09.003Z Downloaded darling v0.21.3
1522026-05-11T21:07:09.003Z Downloaded ident_case v1.0.1
1532026-05-11T21:07:09.003Z Downloaded darling_macro v0.21.3
1542026-05-11T21:07:09.003Z Downloaded aho-corasick v1.1.4
1552026-05-11T21:07:09.015Z Downloaded cobs v0.3.0
1562026-05-11T21:07:09.016Z Downloaded thiserror-impl v2.0.18
1572026-05-11T21:07:09.016Z Downloaded proc-macro-error-attr2 v2.0.0
1582026-05-11T21:07:09.016Z Downloaded defmt v1.0.1
1592026-05-11T21:07:09.040Z Downloaded managed v0.8.0
1602026-05-11T21:07:09.040Z Downloaded defmt v0.3.100
1612026-05-11T21:07:09.040Z Downloaded hash32 v0.3.1
1622026-05-11T21:07:09.040Z Downloaded embedded-io v0.4.0
1632026-05-11T21:07:09.040Z Downloaded macaddr v1.0.1
1642026-05-11T21:07:09.052Z Downloaded ingot-types v0.1.2
1652026-05-11T21:07:09.053Z Downloaded bitflags v2.11.1
1662026-05-11T21:07:09.053Z Downloaded stable_deref_trait v1.2.1
1672026-05-11T21:07:09.053Z Downloaded strsim v0.11.1
1682026-05-11T21:07:09.053Z Downloaded ingot v0.1.1
1692026-05-11T21:07:09.056Z Downloaded defmt-macros v1.0.1
1702026-05-11T21:07:09.056Z Downloaded fnv v1.0.7
1712026-05-11T21:07:09.057Z Downloaded byteorder v1.5.0
1722026-05-11T21:07:09.057Z Downloaded serde_derive v1.0.228
1732026-05-11T21:07:09.057Z Downloaded cfg-if v1.0.4
1742026-05-11T21:07:09.057Z Downloaded either v1.15.0
1752026-05-11T21:07:09.060Z Downloaded quote v1.0.45
1762026-05-11T21:07:09.060Z Downloaded proc-macro-error2 v2.0.1
1772026-05-11T21:07:09.063Z Downloaded postcard v1.1.3
1782026-05-11T21:07:09.070Z Downloaded ingot-macros v0.1.1
1792026-05-11T21:07:09.077Z Downloaded unicode-ident v1.0.24
1802026-05-11T21:07:09.081Z Downloaded ipnetwork v0.21.1
1812026-05-11T21:07:09.089Z Downloaded heapless v0.8.0
1822026-05-11T21:07:09.095Z Downloaded darling_core v0.21.3
1832026-05-11T21:07:09.099Z Downloaded serde_core v1.0.228
1842026-05-11T21:07:09.371Z Downloaded proc-macro2 v1.0.106
1852026-05-11T21:07:09.384Z Downloaded memchr v2.8.0
1862026-05-11T21:07:09.384Z Downloaded zerocopy-derive v0.8.48
1872026-05-11T21:07:09.384Z Downloaded serde v1.0.228
1882026-05-11T21:07:09.384Z Downloaded regex v1.12.3
1892026-05-11T21:07:09.384Z Downloaded itertools v0.14.0
1902026-05-11T21:07:09.385Z Downloaded zerocopy v0.8.48
1912026-05-11T21:07:09.385Z Downloaded syn v2.0.117
1922026-05-11T21:07:09.385Z Downloaded smoltcp v0.11.0
1932026-05-11T21:07:09.385Z Downloaded regex-syntax v0.8.10
1942026-05-11T21:07:09.385Z Downloaded regex-automata v0.4.14
1952026-05-11T21:07:09.385Z Compiling proc-macro2 v1.0.106
1962026-05-11T21:07:09.385Z Compiling unicode-ident v1.0.24
1972026-05-11T21:07:09.385Z Compiling quote v1.0.45
1982026-05-11T21:07:09.385Z Compiling ident_case v1.0.1
1992026-05-11T21:07:09.385Z Compiling strsim v0.11.1
2002026-05-11T21:07:09.385Z Compiling memchr v2.8.0
2012026-05-11T21:07:09.385Z Compiling fnv v1.0.7
2022026-05-11T21:07:09.385Z Compiling serde_core v1.0.228
2032026-05-11T21:07:09.426Z Compiling regex-syntax v0.8.10
2042026-05-11T21:07:09.431Z Compiling zerocopy v0.8.48
2052026-05-11T21:07:09.431Z Compiling thiserror v2.0.18
2062026-05-11T21:07:09.608Z Compiling serde v1.0.228
2072026-05-11T21:07:09.687Z Compiling either v1.15.0
2082026-05-11T21:07:09.698Z Compiling aho-corasick v1.1.4
2092026-05-11T21:07:09.870Z Compiling itertools v0.14.0
2102026-05-11T21:07:09.881Z Checking byteorder v1.5.0
2112026-05-11T21:07:09.940Z Compiling heapless v0.8.0
2122026-05-11T21:07:09.949Z Compiling smoltcp v0.11.0
2132026-05-11T21:07:10.050Z Checking hash32 v0.3.1
2142026-05-11T21:07:10.138Z Checking bitflags v2.11.1
2152026-05-11T21:07:10.325Z Checking macaddr v1.0.1
2162026-05-11T21:07:10.342Z Checking stable_deref_trait v1.2.1
2172026-05-11T21:07:10.424Z Checking bitflags v1.3.2
2182026-05-11T21:07:10.492Z Checking managed v0.8.0
2192026-05-11T21:07:10.536Z Compiling syn v2.0.117
2202026-05-11T21:07:10.596Z Checking cfg-if v1.0.4
2212026-05-11T21:07:10.648Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-11T21:07:10.663Z Checking ipnetwork v0.21.1
2232026-05-11T21:07:10.914Z Compiling regex-automata v0.4.14
2242026-05-11T21:07:12.394Z Compiling regex v1.12.3
2252026-05-11T21:07:16.490Z Compiling darling_core v0.21.3
2262026-05-11T21:07:16.600Z Compiling serde_derive v1.0.228
2272026-05-11T21:07:16.600Z Compiling zerocopy-derive v0.8.48
2282026-05-11T21:07:16.600Z Compiling thiserror-impl v2.0.18
2292026-05-11T21:07:16.600Z Checking cobs v0.3.0
2302026-05-11T21:07:16.600Z Compiling darling_macro v0.21.3
2312026-05-11T21:07:16.600Z Compiling darling v0.21.3
2322026-05-11T21:07:16.600Z Compiling ingot-macros v0.1.1
2332026-05-11T21:07:16.615Z Checking postcard v1.1.3
2342026-05-11T21:07:16.615Z Checking ingot-types v0.1.2
2352026-05-11T21:07:16.879Z Checking ingot v0.1.1
2362026-05-11T21:07:18.158Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-11T21:07:19.148Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.18s
2382026-05-11T21:07:19.257Z
2392026-05-11T21:07:19.258Zreal 15.336100834
2402026-05-11T21:07:19.258Zuser 30.828935723
2412026-05-11T21:07:19.258Zsys 5.907281922
2422026-05-11T21:07:19.258Ztrap 0.010286055
2432026-05-11T21:07:19.258Ztflt 0.085890158
2442026-05-11T21:07:19.258Zdflt 0.236254005
2452026-05-11T21:07:19.258Zkflt 0.005500606
2462026-05-11T21:07:19.258Zlock 1:27.846578019
2472026-05-11T21:07:19.258Zslp 1:31.492702920
2482026-05-11T21:07:19.258Zlat 1.040045789
2492026-05-11T21:07:19.258Zstop 4.365226080
2502026-05-11T21:07:19.261Z+ header 'analyze no_std'
2512026-05-11T21:07:19.262Z+ echo '# ==== analyze no_std ==== #'
2522026-05-11T21:07:19.262Z# ==== analyze no_std ==== #
2532026-05-11T21:07:19.262Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-11T21:07:19.363Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-11T21:07:19.570Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-11T21:07:20.544Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2572026-05-11T21:07:20.566Z
2582026-05-11T21:07:20.566Zreal 1.302825460
2592026-05-11T21:07:20.566Zuser 1.886103609
2602026-05-11T21:07:20.566Zsys 0.264819037
2612026-05-11T21:07:20.566Ztrap 0.000162350
2622026-05-11T21:07:20.566Ztflt 0.000073180
2632026-05-11T21:07:20.567Zdflt 0.000092550
2642026-05-11T21:07:20.567Zkflt 0.000002400
2652026-05-11T21:07:20.570Zlock 4.300970084
2662026-05-11T21:07:20.570Zslp 5.281013129
2672026-05-11T21:07:20.570Zlat 0.002437150
2682026-05-11T21:07:20.570Zstop 0.042731803
2692026-05-11T21:07:20.570Z+ header test
2702026-05-11T21:07:20.570Z+ echo '# ==== test ==== #'
2712026-05-11T21:07:20.570Z# ==== test ==== #
2722026-05-11T21:07:20.570Z+ ptime -m cargo test
2732026-05-11T21:07:20.699Z Compiling byteorder v1.5.0
2742026-05-11T21:07:20.699Z Compiling serde_core v1.0.228
2752026-05-11T21:07:20.699Z Compiling bitflags v2.11.1
2762026-05-11T21:07:20.699Z Compiling macaddr v1.0.1
2772026-05-11T21:07:20.723Z Compiling thiserror v2.0.18
2782026-05-11T21:07:20.723Z Compiling zerocopy v0.8.48
2792026-05-11T21:07:20.726Z Compiling stable_deref_trait v1.2.1
2802026-05-11T21:07:20.730Z Compiling managed v0.8.0
2812026-05-11T21:07:20.781Z Compiling cobs v0.3.0
2822026-05-11T21:07:20.809Z Compiling bitflags v1.3.2
2832026-05-11T21:07:20.876Z Compiling hash32 v0.3.1
2842026-05-11T21:07:20.883Z Compiling cfg-if v1.0.4
2852026-05-11T21:07:20.933Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-05-11T21:07:20.936Z Compiling ipnetwork v0.21.1
2872026-05-11T21:07:20.954Z Compiling heapless v0.8.0
2882026-05-11T21:07:21.318Z Compiling smoltcp v0.11.0
2892026-05-11T21:07:22.221Z Compiling serde v1.0.228
2902026-05-11T21:07:22.605Z Compiling postcard v1.1.3
2912026-05-11T21:07:23.380Z Compiling ingot-types v0.1.2
2922026-05-11T21:07:23.656Z Compiling ingot v0.1.1
2932026-05-11T21:07:25.004Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-11T21:07:26.690Z Finished `test` profile [optimized + debuginfo] target(s) in 6.11s
2952026-05-11T21:07:26.700Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
2962026-05-11T21:07:26.703Z
2972026-05-11T21:07:26.703Zrunning 25 tests
2982026-05-11T21:07:26.703Ztest encap::test::good_vni ... ok
2992026-05-11T21:07:26.703Ztest encap::test::vni_round_trip ... ok
3002026-05-11T21:07:26.703Ztest dns::tests::test_domain_name ... ok
3012026-05-11T21:07:26.703Ztest encap::test::bad_vni ... ok
3022026-05-11T21:07:26.703Ztest ip::test::bad_cidr ... ok
3032026-05-11T21:07:26.703Ztest ip::test::dhcp_fqdn ... ok
3042026-05-11T21:07:26.704Ztest ip::test::good_cidr ... ok
3052026-05-11T21:07:26.704Ztest ip::test::bad_prefix_len ... ok
3062026-05-11T21:07:26.704Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-11T21:07:26.704Ztest ip::test::ipv4_addr_good ... ok
3082026-05-11T21:07:26.704Ztest ip::test::ipv4_mask ... ok
3092026-05-11T21:07:26.704Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-11T21:07:26.704Ztest ip::test::ipv6_is_default ... ok
3112026-05-11T21:07:26.704Ztest ip::test::ipv6_mask ... ok
3122026-05-11T21:07:26.704Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-11T21:07:26.704Ztest ip::test::test_ip_addr_from_str ... ok
3142026-05-11T21:07:26.704Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-05-11T21:07:26.704Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-11T21:07:26.704Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-11T21:07:26.704Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-11T21:07:26.704Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-11T21:07:26.704Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-11T21:07:26.704Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-11T21:07:26.704Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-11T21:07:26.704Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-11T21:07:26.704Z
3242026-05-11T21:07:26.704Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-11T21:07:26.704Z
3262026-05-11T21:07:26.704Z Doc-tests opte_api
3272026-05-11T21:07:27.306Z
3282026-05-11T21:07:27.306Zrunning 1 test
3292026-05-11T21:07:27.309Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-11T21:07:27.310Z
3312026-05-11T21:07:27.310Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-11T21:07:27.310Z
3332026-05-11T21:07:27.310Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3342026-05-11T21:07:27.329Z
3352026-05-11T21:07:27.332Zreal 6.755198052
3362026-05-11T21:07:27.332Zuser 17.479009697
3372026-05-11T21:07:27.332Zsys 2.071557235
3382026-05-11T21:07:27.332Ztrap 0.004767230
3392026-05-11T21:07:27.332Ztflt 0.090027448
3402026-05-11T21:07:27.332Zdflt 0.119027079
3412026-05-11T21:07:27.332Zkflt 0.000005830
3422026-05-11T21:07:27.332Zlock 53.941038751
3432026-05-11T21:07:27.332Zslp 31.922557628
3442026-05-11T21:07:27.332Zlat 0.950837612
3452026-05-11T21:07:27.332Zstop 0.613513913
3462026-05-11T21:07:27.332Zprocess exited: duration 37489 ms, exit code 0
 
3472026-05-11T21:07:27.338Zfound 0 output files