01KPCT3F819KBP2QFZPW4ECX1R: opte-api

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

Buildomat Job: 01KPCT4GX9FWC9TYJZ9VHPMK7Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:50.276Zjob assigned to worker 01KPCT4ZRVZ0ZMW1MT4S53BGEN [factory aws, i-08c424ea32dcf1666] (queued for 1 m 8 s)
 
22026-04-17T04:11:56.706Zstarting task 0: "setup"
32026-04-17T04:11:56.712Z++ uname -s
42026-04-17T04:11:56.712Z+ kern=SunOS
52026-04-17T04:11:56.712Z+ build_user=build
62026-04-17T04:11:56.712Z+ build_uid=12345
72026-04-17T04:11:56.712Z+ work_dir=/work
82026-04-17T04:11:56.712Z+ input_dir=/input
92026-04-17T04:11:56.713Z+ [[ 0 == 12345 ]]
102026-04-17T04:11:56.713Z+ case "$kern" in
112026-04-17T04:11:56.713Z+ groupadd -g 12345 build
122026-04-17T04:11:56.717Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:11:58.720Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:11:58.823Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:11:58.828Z+ home_fs=zfs
162026-04-17T04:11:58.829Z+ [[ zfs == autofs ]]
172026-04-17T04:11:58.829Z+ mkdir -p /home/build
182026-04-17T04:11:58.829Z+ chown build:build /home/build /work
192026-04-17T04:12:00.824Z+ chmod 0700 /home/build /work
202026-04-17T04:12:00.828Zprocess exited: duration 4124 ms, exit code 0
 
212026-04-17T04:12:00.835Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:00.843Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:00.843Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T04:12:00.843Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-17T04:12:00.843Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-17T04:12:00.843Z * rust toolchain channel = "1.95.0"
272026-04-17T04:12:00.843Z * rust toolchain profile = "default"
282026-04-17T04:12:00.847Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:00.847Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:00.962Zinfo: downloading installer
312026-04-17T04:12:02.485Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:02.485Zwarn: /opt/ooce/bin
332026-04-17T04:12:02.486Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:02.486Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:02.486Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:02.486Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:02.486Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:02.486Zerror: cannot install while Rust is installed
392026-04-17T04:12:02.486Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:02.486Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:02.486Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:02.486Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:02.486Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:02.502Zinfo: profile set to default
452026-04-17T04:12:02.502Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:02.508Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:02.672Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:02.679Zinfo: downloading 6 components
492026-04-17T04:12:18.074Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
502026-04-17T04:12:18.074Z
512026-04-17T04:12:18.100Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:18.100Z
532026-04-17T04:12:18.100Z
542026-04-17T04:12:18.100ZRust is installed now. Great!
552026-04-17T04:12:18.100Z
562026-04-17T04:12:18.100ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:18.100Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:18.100Z
592026-04-17T04:12:18.100ZTo configure your current shell, you need to source
602026-04-17T04:12:18.100Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:18.100Z
622026-04-17T04:12:18.100ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:18.100Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:18.100Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:18.100Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:18.100Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:18.100Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:18.101Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:18.105Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:18.105Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:18.203Z+ rustup --version
722026-04-17T04:12:18.214Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:18.217Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:18.233Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:18.236Z+ cargo --version
762026-04-17T04:12:18.250Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:18.255Z+ rustc --version
782026-04-17T04:12:18.280Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:18.291Zprocess exited: duration 17438 ms, exit code 0
 
802026-04-17T04:12:18.304Zstarting task 2: "authentication"
812026-04-17T04:12:18.320Zprocess exited: duration 17 ms, exit code 0
 
822026-04-17T04:12:18.327Zstarting task 3: "clone repository"
832026-04-17T04:12:18.334Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:18.341Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:18.444ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:19.335Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:19.338Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:19.615ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:19.615Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:19.654Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:19.654Z++ git branch --show-current
922026-04-17T04:12:19.654Z+ current=master
932026-04-17T04:12:19.654Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:19.654Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:19.654Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:19.711ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:19.712Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:19.712ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:19.712Zprocess exited: duration 1323 ms, exit code 0
 
1002026-04-17T04:12:19.784Zstarting task 4: "build"
1012026-04-17T04:12:19.803Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:19.804Z++ rustup show active-toolchain
1032026-04-17T04:12:19.816Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:19.816Z++ pushd xde
1052026-04-17T04:12:19.816Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:19.816Z++ rustup show active-toolchain
1072026-04-17T04:12:19.816Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:19.989Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:20.002Zinfo: downloading 6 components
1102026-04-17T04:12:34.347Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:34.437Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:34.442Z+++ head -n 1
1132026-04-17T04:12:34.442Z+++ cut '-d ' -f1
1142026-04-17T04:12:34.499Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:34.499Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:34.499Z++ popd
1172026-04-17T04:12:34.507Z/work/oxidecomputer/opte
1182026-04-17T04:12:34.508Z+ cargo --version
1192026-04-17T04:12:34.508Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1202026-04-17T04:12:34.508Z+ rustc --version
1212026-04-17T04:12:34.523Zrustc 1.95.0 (59807616e 2026-04-14)
1222026-04-17T04:12:34.539Z+ cd crates/opte-api
1232026-04-17T04:12:34.539Z+ header 'check API_VERSION'
1242026-04-17T04:12:34.539Z+ echo '# ==== check API_VERSION ==== #'
1252026-04-17T04:12:34.539Z+ ./check-api-version.sh
1262026-04-17T04:12:34.539Z# ==== check API_VERSION ==== #
1272026-04-17T04:12:34.539Z+ header 'check style'
1282026-04-17T04:12:34.539Z+ echo '# ==== check style ==== #'
1292026-04-17T04:12:34.539Z# ==== check style ==== #
1302026-04-17T04:12:34.540Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1312026-04-17T04:12:34.622Z
1322026-04-17T04:12:34.622Zreal 0.076154320
1332026-04-17T04:12:34.622Zuser 0.044219513
1342026-04-17T04:12:34.622Zsys 0.029011428
1352026-04-17T04:12:34.622Ztrap 0.000014876
1362026-04-17T04:12:34.622Ztflt 0.000031486
1372026-04-17T04:12:34.622Zdflt 0.000006468
1382026-04-17T04:12:34.622Zkflt 0.000000000
1392026-04-17T04:12:34.622Zlock 0.032004173
1402026-04-17T04:12:34.622Zslp 0.055948969
1412026-04-17T04:12:34.622Zlat 0.000832632
1422026-04-17T04:12:34.623Zstop 0.000120271
1432026-04-17T04:12:34.637Z+ header 'analyze std'
1442026-04-17T04:12:34.637Z+ echo '# ==== analyze std ==== #'
1452026-04-17T04:12:34.637Z+ ptime -m cargo clippy --all-targets
1462026-04-17T04:12:34.637Z# ==== analyze std ==== #
1472026-04-17T04:12:34.755Z Updating crates.io index
1482026-04-17T04:12:34.793Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-04-17T04:12:36.160Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-04-17T04:12:36.455Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-04-17T04:12:36.821Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-04-17T04:12:37.264Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-04-17T04:12:37.516Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-04-17T04:12:37.963Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-04-17T04:12:40.347Z Downloading crates ...
1562026-04-17T04:12:40.391Z Downloaded embedded-io v0.6.1
1572026-04-17T04:12:40.395Z Downloaded defmt-parser v1.0.0
1582026-04-17T04:12:40.402Z Downloaded unicode-ident v1.0.24
1592026-04-17T04:12:40.405Z Downloaded defmt-macros v1.0.1
1602026-04-17T04:12:40.409Z Downloaded ident_case v1.0.1
1612026-04-17T04:12:40.409Z Downloaded fnv v1.0.7
1622026-04-17T04:12:40.409Z Downloaded ingot-macros v0.1.1
1632026-04-17T04:12:40.413Z Downloaded macaddr v1.0.1
1642026-04-17T04:12:40.413Z Downloaded ipnetwork v0.21.1
1652026-04-17T04:12:40.417Z Downloaded hash32 v0.3.1
1662026-04-17T04:12:40.421Z Downloaded darling_macro v0.21.3
1672026-04-17T04:12:40.422Z Downloaded proc-macro-error2 v2.0.1
1682026-04-17T04:12:40.429Z Downloaded strsim v0.11.1
1692026-04-17T04:12:40.439Z Downloaded cfg-if v1.0.4
1702026-04-17T04:12:40.439Z Downloaded cobs v0.3.0
1712026-04-17T04:12:40.439Z Downloaded either v1.15.0
1722026-04-17T04:12:40.439Z Downloaded thiserror-impl v2.0.18
1732026-04-17T04:12:40.445Z Downloaded defmt v0.3.100
1742026-04-17T04:12:40.456Z Downloaded postcard v1.1.3
1752026-04-17T04:12:40.462Z Downloaded ingot-types v0.1.2
1762026-04-17T04:12:40.462Z Downloaded defmt v1.0.1
1772026-04-17T04:12:40.462Z Downloaded bitflags v2.11.0
1782026-04-17T04:12:40.467Z Downloaded embedded-io v0.4.0
1792026-04-17T04:12:40.470Z Downloaded stable_deref_trait v1.2.1
1802026-04-17T04:12:40.470Z Downloaded ingot v0.1.1
1812026-04-17T04:12:40.473Z Downloaded proc-macro-error-attr2 v2.0.0
1822026-04-17T04:12:40.476Z Downloaded managed v0.8.0
1832026-04-17T04:12:40.482Z Downloaded serde_core v1.0.228
1842026-04-17T04:12:40.485Z Downloaded bitflags v1.3.2
1852026-04-17T04:12:40.489Z Downloaded quote v1.0.45
1862026-04-17T04:12:40.497Z Downloaded serde_derive v1.0.228
1872026-04-17T04:12:40.500Z Downloaded thiserror v2.0.18
1882026-04-17T04:12:40.500Z Downloaded byteorder v1.5.0
1892026-04-17T04:12:40.511Z Downloaded memchr v2.8.0
1902026-04-17T04:12:40.525Z Downloaded proc-macro2 v1.0.106
1912026-04-17T04:12:40.529Z Downloaded darling v0.21.3
1922026-04-17T04:12:40.534Z Downloaded darling_core v0.21.3
1932026-04-17T04:12:40.539Z Downloaded heapless v0.8.0
1942026-04-17T04:12:40.547Z Downloaded zerocopy-derive v0.8.48
1952026-04-17T04:12:40.551Z Downloaded serde v1.0.228
1962026-04-17T04:12:40.581Z Downloaded aho-corasick v1.1.4
1972026-04-17T04:12:40.592Z Downloaded itertools v0.14.0
1982026-04-17T04:12:40.596Z Downloaded regex v1.12.3
1992026-04-17T04:12:40.629Z Downloaded syn v2.0.117
2002026-04-17T04:12:40.635Z Downloaded zerocopy v0.8.48
2012026-04-17T04:12:40.646Z Downloaded smoltcp v0.11.0
2022026-04-17T04:12:40.661Z Downloaded regex-syntax v0.8.10
2032026-04-17T04:12:40.666Z Downloaded regex-automata v0.4.14
2042026-04-17T04:12:40.701Z Compiling proc-macro2 v1.0.106
2052026-04-17T04:12:40.701Z Compiling unicode-ident v1.0.24
2062026-04-17T04:12:40.704Z Compiling quote v1.0.45
2072026-04-17T04:12:40.704Z Compiling ident_case v1.0.1
2082026-04-17T04:12:40.704Z Compiling fnv v1.0.7
2092026-04-17T04:12:40.704Z Compiling strsim v0.11.1
2102026-04-17T04:12:40.704Z Compiling memchr v2.8.0
2112026-04-17T04:12:40.704Z Compiling regex-syntax v0.8.10
2122026-04-17T04:12:40.867Z Compiling serde_core v1.0.228
2132026-04-17T04:12:40.886Z Compiling thiserror v2.0.18
2142026-04-17T04:12:40.891Z Compiling serde v1.0.228
2152026-04-17T04:12:41.065Z Compiling either v1.15.0
2162026-04-17T04:12:41.241Z Compiling aho-corasick v1.1.4
2172026-04-17T04:12:41.313Z Compiling zerocopy v0.8.48
2182026-04-17T04:12:41.542Z Compiling itertools v0.14.0
2192026-04-17T04:12:41.542Z Compiling heapless v0.8.0
2202026-04-17T04:12:41.700Z Checking byteorder v1.5.0
2212026-04-17T04:12:41.719Z Checking stable_deref_trait v1.2.1
2222026-04-17T04:12:41.788Z Compiling smoltcp v0.11.0
2232026-04-17T04:12:41.860Z Checking hash32 v0.3.1
2242026-04-17T04:12:41.962Z Checking macaddr v1.0.1
2252026-04-17T04:12:42.004Z Checking bitflags v2.11.0
2262026-04-17T04:12:42.125Z Compiling regex-automata v0.4.14
2272026-04-17T04:12:42.343Z Compiling syn v2.0.117
2282026-04-17T04:12:42.384Z Checking managed v0.8.0
2292026-04-17T04:12:42.450Z Checking bitflags v1.3.2
2302026-04-17T04:12:42.512Z Checking cfg-if v1.0.4
2312026-04-17T04:12:42.562Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2322026-04-17T04:12:42.617Z Checking ipnetwork v0.21.1
2332026-04-17T04:12:43.653Z Compiling regex v1.12.3
2342026-04-17T04:12:44.478Z Compiling darling_core v0.21.3
2352026-04-17T04:12:44.820Z Compiling zerocopy-derive v0.8.48
2362026-04-17T04:12:44.820Z Compiling serde_derive v1.0.228
2372026-04-17T04:12:44.820Z Compiling thiserror-impl v2.0.18
2382026-04-17T04:12:45.842Z Compiling darling_macro v0.21.3
2392026-04-17T04:12:45.881Z Checking cobs v0.3.0
2402026-04-17T04:12:46.317Z Compiling darling v0.21.3
2412026-04-17T04:12:46.391Z Compiling ingot-macros v0.1.1
2422026-04-17T04:12:47.062Z Checking postcard v1.1.3
2432026-04-17T04:12:48.390Z Checking ingot-types v0.1.2
2442026-04-17T04:12:48.652Z Checking ingot v0.1.1
2452026-04-17T04:12:49.902Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-04-17T04:12:50.981Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.23s
2472026-04-17T04:12:51.013Z
2482026-04-17T04:12:51.013Zreal 16.380225524
2492026-04-17T04:12:51.013Zuser 30.361221960
2502026-04-17T04:12:51.013Zsys 6.033110116
2512026-04-17T04:12:51.013Ztrap 0.011185437
2522026-04-17T04:12:51.013Ztflt 0.225432130
2532026-04-17T04:12:51.013Zdflt 0.804982572
2542026-04-17T04:12:51.013Zkflt 0.007541912
2552026-04-17T04:12:51.013Zlock 1:32.590556495
2562026-04-17T04:12:51.013Zslp 1:43.903484715
2572026-04-17T04:12:51.013Zlat 0.849670939
2582026-04-17T04:12:51.013Zstop 3.770222874
2592026-04-17T04:12:51.019Z+ header 'analyze no_std'
2602026-04-17T04:12:51.020Z+ echo '# ==== analyze no_std ==== #'
2612026-04-17T04:12:51.020Z# ==== analyze no_std ==== #
2622026-04-17T04:12:51.020Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-04-17T04:12:51.120Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-04-17T04:12:51.307Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-04-17T04:12:52.271Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2662026-04-17T04:12:52.300Z
2672026-04-17T04:12:52.313Zreal 1.292843615
2682026-04-17T04:12:52.313Zuser 1.868403997
2692026-04-17T04:12:52.313Zsys 0.263936597
2702026-04-17T04:12:52.313Ztrap 0.000194355
2712026-04-17T04:12:52.313Ztflt 0.000067748
2722026-04-17T04:12:52.313Zdflt 0.000183223
2732026-04-17T04:12:52.313Zkflt 0.000000000
2742026-04-17T04:12:52.313Zlock 4.274095337
2752026-04-17T04:12:52.313Zslp 5.231561513
2762026-04-17T04:12:52.313Zlat 0.002427797
2772026-04-17T04:12:52.313Zstop 0.042651894
2782026-04-17T04:12:52.314Z+ header test
2792026-04-17T04:12:52.314Z+ echo '# ==== test ==== #'
2802026-04-17T04:12:52.314Z+ ptime -m cargo test
2812026-04-17T04:12:52.314Z# ==== test ==== #
2822026-04-17T04:12:52.435Z Compiling serde_core v1.0.228
2832026-04-17T04:12:52.435Z Compiling byteorder v1.5.0
2842026-04-17T04:12:52.435Z Compiling macaddr v1.0.1
2852026-04-17T04:12:52.442Z Compiling bitflags v2.11.0
2862026-04-17T04:12:52.450Z Compiling thiserror v2.0.18
2872026-04-17T04:12:52.464Z Compiling zerocopy v0.8.48
2882026-04-17T04:12:52.464Z Compiling stable_deref_trait v1.2.1
2892026-04-17T04:12:52.465Z Compiling bitflags v1.3.2
2902026-04-17T04:12:52.510Z Compiling cobs v0.3.0
2912026-04-17T04:12:52.510Z Compiling managed v0.8.0
2922026-04-17T04:12:52.535Z Compiling cfg-if v1.0.4
2932026-04-17T04:12:52.601Z Compiling hash32 v0.3.1
2942026-04-17T04:12:52.621Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-04-17T04:12:52.696Z Compiling heapless v0.8.0
2962026-04-17T04:12:52.728Z Compiling ipnetwork v0.21.1
2972026-04-17T04:12:53.059Z Compiling smoltcp v0.11.0
2982026-04-17T04:12:53.996Z Compiling serde v1.0.228
2992026-04-17T04:12:55.542Z Compiling postcard v1.1.3
3002026-04-17T04:12:55.627Z Compiling ingot-types v0.1.2
3012026-04-17T04:12:55.627Z Compiling ingot v0.1.1
3022026-04-17T04:12:56.715Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-04-17T04:12:58.437Z Finished `test` profile [optimized + debuginfo] target(s) in 6.09s
3042026-04-17T04:12:58.470Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-15f5eed87897d9d4)
3052026-04-17T04:12:58.470Z
3062026-04-17T04:12:58.470Zrunning 25 tests
3072026-04-17T04:12:58.470Ztest dns::tests::test_domain_name ... ok
3082026-04-17T04:12:58.470Ztest encap::test::bad_vni ... ok
3092026-04-17T04:12:58.470Ztest ip::test::bad_cidr ... ok
3102026-04-17T04:12:58.470Ztest ip::test::bad_prefix_len ... ok
3112026-04-17T04:12:58.470Ztest encap::test::good_vni ... ok
3122026-04-17T04:12:58.470Ztest ip::test::dhcp_fqdn ... ok
3132026-04-17T04:12:58.470Ztest encap::test::vni_round_trip ... ok
3142026-04-17T04:12:58.470Ztest ip::test::good_cidr ... ok
3152026-04-17T04:12:58.470Ztest ip::test::ipv4_addr_bad ... ok
3162026-04-17T04:12:58.470Ztest ip::test::ipv4_addr_good ... ok
3172026-04-17T04:12:58.470Ztest ip::test::ipv4_mask ... ok
3182026-04-17T04:12:58.470Ztest ip::test::ipv6_is_default ... ok
3192026-04-17T04:12:58.470Ztest ip::test::ipv6_mask ... ok
3202026-04-17T04:12:58.470Ztest ip::test::ipv6_cidr_is_member ... ok
3212026-04-17T04:12:58.470Ztest ip::test::ipv6_prefix_len ... ok
3222026-04-17T04:12:58.470Ztest ip::test::test_ip_addr_from_str ... ok
3232026-04-17T04:12:58.471Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-04-17T04:12:58.471Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-04-17T04:12:58.471Ztest ip::test::test_ipv6_from_const ... ok
3262026-04-17T04:12:58.471Ztest ip::test::test_ipv6_is_multicast ... ok
3272026-04-17T04:12:58.471Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3282026-04-17T04:12:58.471Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3292026-04-17T04:12:58.471Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-04-17T04:12:58.471Ztest ip::test::test_ipv6_from_eui64 ... ok
3312026-04-17T04:12:58.471Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-04-17T04:12:58.471Z
3332026-04-17T04:12:58.471Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-04-17T04:12:58.471Z
3352026-04-17T04:12:58.471Z Doc-tests opte_api
3362026-04-17T04:12:59.094Z
3372026-04-17T04:12:59.094Zrunning 1 test
3382026-04-17T04:12:59.161Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-04-17T04:12:59.161Z
3402026-04-17T04:12:59.162Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-04-17T04:12:59.162Z
3422026-04-17T04:12:59.162Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3432026-04-17T04:12:59.162Z
3442026-04-17T04:12:59.162Zreal 6.729523471
3452026-04-17T04:12:59.162Zuser 17.289648962
3462026-04-17T04:12:59.162Zsys 2.061312063
3472026-04-17T04:12:59.162Ztrap 0.004621332
3482026-04-17T04:12:59.162Ztflt 0.123474234
3492026-04-17T04:12:59.162Zdflt 0.116418848
3502026-04-17T04:12:59.162Zkflt 0.000003049
3512026-04-17T04:12:59.162Zlock 53.654466447
3522026-04-17T04:12:59.162Zslp 31.600700376
3532026-04-17T04:12:59.162Zlat 0.476717785
3542026-04-17T04:12:59.162Zstop 0.885797336
3552026-04-17T04:12:59.162Zprocess exited: duration 39249 ms, exit code 0
 
3562026-04-17T04:12:59.203Zfound 0 output files