01KS31TKB6TSSRXFK9P23KQXAR: opte-api

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

Buildomat Job: 01KS31VGRTNT6P8TS7BB8B1BFJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:01:08.820Zjob assigned to worker 01KS31VSGVGWHZBP7YV6VY2T2T [factory aws, i-03ee45c95dc3d2928] (queued for 52 s)
 
22026-05-20T16:01:15.706Zstarting task 0: "setup"
32026-05-20T16:01:15.710Z++ uname -s
42026-05-20T16:01:15.713Z+ kern=SunOS
52026-05-20T16:01:15.713Z+ build_user=build
62026-05-20T16:01:15.713Z+ build_uid=12345
72026-05-20T16:01:15.713Z+ work_dir=/work
82026-05-20T16:01:15.713Z+ input_dir=/input
92026-05-20T16:01:15.713Z+ [[ 0 == 12345 ]]
102026-05-20T16:01:15.713Z+ case "$kern" in
112026-05-20T16:01:15.713Z+ groupadd -g 12345 build
122026-05-20T16:01:15.719Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:01:17.727Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:01:17.772Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:01:17.775Z+ home_fs=zfs
162026-05-20T16:01:17.775Z+ [[ zfs == autofs ]]
172026-05-20T16:01:17.775Z+ mkdir -p /home/build
182026-05-20T16:01:17.775Z+ chown build:build /home/build /work
192026-05-20T16:01:19.866Z+ chmod 0700 /home/build /work
202026-05-20T16:01:19.871Zprocess exited: duration 4075 ms, exit code 0
 
212026-05-20T16:01:19.877Zstarting task 1: "rust-toolchain"
222026-05-20T16:01:19.882Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-20T16:01:19.882Z * rust toolchain channel = "1.95.0"
242026-05-20T16:01:19.882Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T16:01:19.882Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T16:01:19.882Z * rust toolchain profile = "default"
272026-05-20T16:01:19.882Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T16:01:19.886Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:01:19.886Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-20T16:01:20.000Zinfo: downloading installer
312026-05-20T16:01:21.361Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:01:21.361Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:01:21.361Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:01:21.361Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:01:21.377Zinfo: profile set to default
362026-05-20T16:01:21.377Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:01:21.381Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-20T16:01:21.797Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-20T16:01:21.809Zinfo: downloading 6 components
402026-05-20T16:01:36.179Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-20T16:01:36.179Z
422026-05-20T16:01:36.220Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-20T16:01:36.220Z
442026-05-20T16:01:36.220Z
452026-05-20T16:01:36.220ZRust is installed now. Great!
462026-05-20T16:01:36.220Z
472026-05-20T16:01:36.224ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:01:36.224Zenvironment variable. This has not been done automatically.
492026-05-20T16:01:36.224Z
502026-05-20T16:01:36.224ZTo configure your current shell, you need to source
512026-05-20T16:01:36.224Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:01:36.224Z
532026-05-20T16:01:36.224ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:01:36.224Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:01:36.224Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:01:36.224Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:01:36.224Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:01:36.224Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:01:36.224Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:01:36.224Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:01:36.224Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:01:36.312Z+ rustup --version
632026-05-20T16:01:36.318Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:01:36.322Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:01:36.340Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-20T16:01:36.343Z+ cargo --version
672026-05-20T16:01:36.358Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-20T16:01:36.362Z+ rustc --version
692026-05-20T16:01:36.379Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-20T16:01:36.382Zprocess exited: duration 16504 ms, exit code 0
 
712026-05-20T16:01:36.389Zstarting task 2: "authentication"
722026-05-20T16:01:36.406Zprocess exited: duration 16 ms, exit code 0
 
732026-05-20T16:01:36.414Zstarting task 3: "clone repository"
742026-05-20T16:01:36.421Z+ mkdir -p /work/oxidecomputer/opte
752026-05-20T16:01:36.421Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-20T16:01:36.439ZCloning into '/work/oxidecomputer/opte'...
772026-05-20T16:01:37.322Z+ cd /work/oxidecomputer/opte
782026-05-20T16:01:37.322Z+ git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
792026-05-20T16:01:37.617ZFrom https://github.com/oxidecomputer/opte
802026-05-20T16:01:37.617Z * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD
812026-05-20T16:01:37.621Z+ [[ -n eviction-policy ]]
822026-05-20T16:01:37.621Z++ git branch --show-current
832026-05-20T16:01:37.621Z+ current=master
842026-05-20T16:01:37.621Z+ [[ master != eviction-policy ]]
852026-05-20T16:01:37.622Z+ git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
862026-05-20T16:01:37.625Z+ git checkout -f eviction-policy
872026-05-20T16:01:37.639ZSwitched to branch 'eviction-policy'
882026-05-20T16:01:37.641Z+ git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
892026-05-20T16:01:37.657ZHEAD is now at 1df13fe Comment.
902026-05-20T16:01:37.662Zprocess exited: duration 1243 ms, exit code 0
 
912026-05-20T16:01:37.669Zstarting task 4: "build"
922026-05-20T16:01:37.673Z+ source .github/buildomat/common.sh
932026-05-20T16:01:37.676Z++ rustup show active-toolchain
942026-05-20T16:01:37.678Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-20T16:01:37.682Z++ pushd xde
962026-05-20T16:01:37.682Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-20T16:01:37.682Z++ rustup show active-toolchain
982026-05-20T16:01:37.685Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-20T16:01:37.826Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-20T16:01:37.829Zinfo: downloading 6 components
1012026-05-20T16:01:51.518Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-20T16:01:51.614Z+++ rustup show active-toolchain -v
1032026-05-20T16:01:51.617Z+++ head -n 1
1042026-05-20T16:01:51.617Z+++ cut '-d ' -f1
1052026-05-20T16:01:51.667Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-20T16:01:51.667Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-20T16:01:51.670Z++ popd
1082026-05-20T16:01:51.670Z/work/oxidecomputer/opte
1092026-05-20T16:01:51.670Z+ cargo --version
1102026-05-20T16:01:51.678Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-20T16:01:51.681Z+ rustc --version
1122026-05-20T16:01:51.700Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-20T16:01:51.704Z+ cd crates/opte-api
1142026-05-20T16:01:51.705Z+ header 'check API_VERSION'
1152026-05-20T16:01:51.705Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-20T16:01:51.705Z# ==== check API_VERSION ==== #
1172026-05-20T16:01:51.705Z+ ./check-api-version.sh
1182026-05-20T16:01:51.715Z+ header 'check style'
1192026-05-20T16:01:51.715Z+ echo '# ==== check style ==== #'
1202026-05-20T16:01:51.715Z# ==== check style ==== #
1212026-05-20T16:01:51.715Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-20T16:01:51.800Z
1232026-05-20T16:01:51.800Zreal 0.076155357
1242026-05-20T16:01:51.800Zuser 0.044898823
1252026-05-20T16:01:51.800Zsys 0.028608749
1262026-05-20T16:01:51.800Ztrap 0.000002000
1272026-05-20T16:01:51.800Ztflt 0.000030240
1282026-05-20T16:01:51.800Zdflt 0.000004760
1292026-05-20T16:01:51.800Zkflt 0.000000000
1302026-05-20T16:01:51.800Zlock 0.031059314
1312026-05-20T16:01:51.800Zslp 0.056327660
1322026-05-20T16:01:51.800Zlat 0.000971670
1332026-05-20T16:01:51.801Zstop 0.000099950
1342026-05-20T16:01:51.804Z+ header 'analyze std'
1352026-05-20T16:01:51.804Z+ echo '# ==== analyze std ==== #'
1362026-05-20T16:01:51.804Z# ==== analyze std ==== #
1372026-05-20T16:01:51.804Z+ ptime -m cargo clippy --all-targets
1382026-05-20T16:01:51.939Z Updating crates.io index
1392026-05-20T16:01:51.942Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-20T16:01:52.645Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-20T16:01:53.360Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-20T16:01:53.751Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-20T16:01:54.170Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-20T16:01:54.414Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-20T16:01:54.685Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-20T16:01:56.599Z Downloading crates ...
1472026-05-20T16:01:56.648Z Downloaded cfg-if v1.0.4
1482026-05-20T16:01:56.652Z Downloaded bitflags v1.3.2
1492026-05-20T16:01:56.661Z Downloaded proc-macro-error-attr2 v2.0.0
1502026-05-20T16:01:56.665Z Downloaded embedded-io v0.6.1
1512026-05-20T16:01:56.669Z Downloaded strsim v0.11.1
1522026-05-20T16:01:56.673Z Downloaded defmt v0.3.100
1532026-05-20T16:01:56.673Z Downloaded defmt-parser v1.0.0
1542026-05-20T16:01:56.677Z Downloaded hash32 v0.3.1
1552026-05-20T16:01:56.681Z Downloaded ident_case v1.0.1
1562026-05-20T16:01:56.685Z Downloaded cobs v0.3.0
1572026-05-20T16:01:56.689Z Downloaded macaddr v1.0.1
1582026-05-20T16:01:56.693Z Downloaded ipnetwork v0.21.1
1592026-05-20T16:01:56.693Z Downloaded fnv v1.0.7
1602026-05-20T16:01:56.693Z Downloaded managed v0.8.0
1612026-05-20T16:01:56.697Z Downloaded embedded-io v0.4.0
1622026-05-20T16:01:56.701Z Downloaded stable_deref_trait v1.2.1
1632026-05-20T16:01:56.705Z Downloaded darling_macro v0.21.3
1642026-05-20T16:01:56.712Z Downloaded quote v1.0.45
1652026-05-20T16:01:56.715Z Downloaded thiserror-impl v2.0.18
1662026-05-20T16:01:56.715Z Downloaded byteorder v1.5.0
1672026-05-20T16:01:56.719Z Downloaded defmt-macros v1.0.1
1682026-05-20T16:01:56.732Z Downloaded ingot v0.1.1
1692026-05-20T16:01:56.735Z Downloaded defmt v1.0.1
1702026-05-20T16:01:56.739Z Downloaded either v1.15.0
1712026-05-20T16:01:56.742Z Downloaded thiserror v2.0.18
1722026-05-20T16:01:56.746Z Downloaded proc-macro-error2 v2.0.1
1732026-05-20T16:01:56.750Z Downloaded ingot-macros v0.1.1
1742026-05-20T16:01:56.763Z Downloaded ingot-types v0.1.2
1752026-05-20T16:01:56.767Z Downloaded postcard v1.1.3
1762026-05-20T16:01:56.771Z Downloaded darling v0.21.3
1772026-05-20T16:01:56.775Z Downloaded serde_core v1.0.228
1782026-05-20T16:01:56.780Z Downloaded darling_core v0.21.3
1792026-05-20T16:01:56.784Z Downloaded proc-macro2 v1.0.106
1802026-05-20T16:01:56.788Z Downloaded unicode-ident v1.0.24
1812026-05-20T16:01:56.788Z Downloaded bitflags v2.11.1
1822026-05-20T16:01:56.791Z Downloaded serde_derive v1.0.228
1832026-05-20T16:01:56.795Z Downloaded heapless v0.8.0
1842026-05-20T16:01:56.813Z Downloaded zerocopy-derive v0.8.48
1852026-05-20T16:01:56.817Z Downloaded serde v1.0.228
1862026-05-20T16:01:56.821Z Downloaded memchr v2.8.0
1872026-05-20T16:01:56.829Z Downloaded aho-corasick v1.1.4
1882026-05-20T16:01:56.844Z Downloaded itertools v0.14.0
1892026-05-20T16:01:56.867Z Downloaded regex v1.12.3
1902026-05-20T16:01:56.970Z Downloaded syn v2.0.117
1912026-05-20T16:01:56.977Z Downloaded zerocopy v0.8.48
1922026-05-20T16:01:56.977Z Downloaded smoltcp v0.11.0
1932026-05-20T16:01:56.977Z Downloaded regex-syntax v0.8.10
1942026-05-20T16:01:56.977Z Downloaded regex-automata v0.4.14
1952026-05-20T16:01:56.984Z Compiling proc-macro2 v1.0.106
1962026-05-20T16:01:56.984Z Compiling quote v1.0.45
1972026-05-20T16:01:56.984Z Compiling unicode-ident v1.0.24
1982026-05-20T16:01:56.984Z Compiling ident_case v1.0.1
1992026-05-20T16:01:57.010Z Compiling fnv v1.0.7
2002026-05-20T16:01:57.010Z Compiling strsim v0.11.1
2012026-05-20T16:01:57.010Z Compiling memchr v2.8.0
2022026-05-20T16:01:57.011Z Compiling regex-syntax v0.8.10
2032026-05-20T16:01:57.152Z Compiling serde_core v1.0.228
2042026-05-20T16:01:57.170Z Compiling thiserror v2.0.18
2052026-05-20T16:01:57.176Z Compiling serde v1.0.228
2062026-05-20T16:01:57.340Z Compiling either v1.15.0
2072026-05-20T16:01:57.530Z Compiling aho-corasick v1.1.4
2082026-05-20T16:01:57.534Z Compiling zerocopy v0.8.48
2092026-05-20T16:01:57.573Z Compiling itertools v0.14.0
2102026-05-20T16:01:57.601Z Checking byteorder v1.5.0
2112026-05-20T16:01:57.766Z Compiling heapless v0.8.0
2122026-05-20T16:01:57.777Z Checking hash32 v0.3.1
2132026-05-20T16:01:57.879Z Compiling smoltcp v0.11.0
2142026-05-20T16:01:57.970Z Checking macaddr v1.0.1
2152026-05-20T16:01:58.099Z Checking stable_deref_trait v1.2.1
2162026-05-20T16:01:58.165Z Checking bitflags v2.11.1
2172026-05-20T16:01:58.329Z Checking managed v0.8.0
2182026-05-20T16:01:58.409Z Compiling syn v2.0.117
2192026-05-20T16:01:58.470Z Compiling regex-automata v0.4.14
2202026-05-20T16:01:58.482Z Checking bitflags v1.3.2
2212026-05-20T16:01:58.541Z Checking cfg-if v1.0.4
2222026-05-20T16:01:58.572Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2232026-05-20T16:01:58.800Z Checking ipnetwork v0.21.1
2242026-05-20T16:01:59.988Z Compiling regex v1.12.3
2252026-05-20T16:02:00.588Z Compiling darling_core v0.21.3
2262026-05-20T16:02:00.912Z Compiling serde_derive v1.0.228
2272026-05-20T16:02:00.912Z Compiling thiserror-impl v2.0.18
2282026-05-20T16:02:00.912Z Compiling zerocopy-derive v0.8.48
2292026-05-20T16:02:01.902Z Checking cobs v0.3.0
2302026-05-20T16:02:01.911Z Compiling darling_macro v0.21.3
2312026-05-20T16:02:02.398Z Compiling darling v0.21.3
2322026-05-20T16:02:02.462Z Compiling ingot-macros v0.1.1
2332026-05-20T16:02:03.122Z Checking postcard v1.1.3
2342026-05-20T16:02:04.436Z Checking ingot-types v0.1.2
2352026-05-20T16:02:04.694Z Checking ingot v0.1.1
2362026-05-20T16:02:05.953Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-20T16:02:06.934Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.08s
2382026-05-20T16:02:07.039Z
2392026-05-20T16:02:07.039Zreal 15.233248846
2402026-05-20T16:02:07.039Zuser 30.414765875
2412026-05-20T16:02:07.039Zsys 6.075559452
2422026-05-20T16:02:07.039Ztrap 0.009701590
2432026-05-20T16:02:07.039Ztflt 0.118195408
2442026-05-20T16:02:07.039Zdflt 0.434609618
2452026-05-20T16:02:07.039Zkflt 0.004569850
2462026-05-20T16:02:07.039Zlock 1:29.595971949
2472026-05-20T16:02:07.039Zslp 1:35.504766264
2482026-05-20T16:02:07.039Zlat 0.624562107
2492026-05-20T16:02:07.039Zstop 3.752350912
2502026-05-20T16:02:07.043Z+ header 'analyze no_std'
2512026-05-20T16:02:07.043Z+ echo '# ==== analyze no_std ==== #'
2522026-05-20T16:02:07.044Z# ==== analyze no_std ==== #
2532026-05-20T16:02:07.044Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-20T16:02:07.144Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-20T16:02:07.351Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-20T16:02:08.325Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2572026-05-20T16:02:08.349Z
2582026-05-20T16:02:08.361Zreal 1.299084730
2592026-05-20T16:02:08.361Zuser 1.868457014
2602026-05-20T16:02:08.361Zsys 0.264155972
2612026-05-20T16:02:08.361Ztrap 0.000198110
2622026-05-20T16:02:08.361Ztflt 0.000043920
2632026-05-20T16:02:08.361Zdflt 0.000053960
2642026-05-20T16:02:08.361Zkflt 0.000000000
2652026-05-20T16:02:08.361Zlock 4.276743830
2662026-05-20T16:02:08.361Zslp 5.245404480
2672026-05-20T16:02:08.361Zlat 0.002095870
2682026-05-20T16:02:08.361Zstop 0.041420299
2692026-05-20T16:02:08.361Z+ header test
2702026-05-20T16:02:08.361Z+ echo '# ==== test ==== #'
2712026-05-20T16:02:08.361Z# ==== test ==== #
2722026-05-20T16:02:08.361Z+ ptime -m cargo test
2732026-05-20T16:02:08.475Z Compiling serde_core v1.0.228
2742026-05-20T16:02:08.475Z Compiling byteorder v1.5.0
2752026-05-20T16:02:08.475Z Compiling macaddr v1.0.1
2762026-05-20T16:02:08.495Z Compiling zerocopy v0.8.48
2772026-05-20T16:02:08.499Z Compiling thiserror v2.0.18
2782026-05-20T16:02:08.499Z Compiling bitflags v2.11.1
2792026-05-20T16:02:08.499Z Compiling stable_deref_trait v1.2.1
2802026-05-20T16:02:08.503Z Compiling managed v0.8.0
2812026-05-20T16:02:08.554Z Compiling cobs v0.3.0
2822026-05-20T16:02:08.582Z Compiling bitflags v1.3.2
2832026-05-20T16:02:08.642Z Compiling hash32 v0.3.1
2842026-05-20T16:02:08.650Z Compiling cfg-if v1.0.4
2852026-05-20T16:02:08.706Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-05-20T16:02:08.709Z Compiling ipnetwork v0.21.1
2872026-05-20T16:02:08.727Z Compiling heapless v0.8.0
2882026-05-20T16:02:09.069Z Compiling smoltcp v0.11.0
2892026-05-20T16:02:09.996Z Compiling serde v1.0.228
2902026-05-20T16:02:10.424Z Compiling postcard v1.1.3
2912026-05-20T16:02:11.110Z Compiling ingot-types v0.1.2
2922026-05-20T16:02:11.387Z Compiling ingot v0.1.1
2932026-05-20T16:02:12.744Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-20T16:02:14.456Z Finished `test` profile [optimized + debuginfo] target(s) in 6.10s
2952026-05-20T16:02:14.466Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285)
2962026-05-20T16:02:14.469Z
2972026-05-20T16:02:14.469Zrunning 25 tests
2982026-05-20T16:02:14.469Ztest encap::test::good_vni ... ok
2992026-05-20T16:02:14.469Ztest dns::tests::test_domain_name ... ok
3002026-05-20T16:02:14.469Ztest ip::test::bad_cidr ... ok
3012026-05-20T16:02:14.469Ztest encap::test::bad_vni ... ok
3022026-05-20T16:02:14.469Ztest encap::test::vni_round_trip ... ok
3032026-05-20T16:02:14.469Ztest ip::test::bad_prefix_len ... ok
3042026-05-20T16:02:14.469Ztest ip::test::good_cidr ... ok
3052026-05-20T16:02:14.469Ztest ip::test::dhcp_fqdn ... ok
3062026-05-20T16:02:14.469Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-20T16:02:14.469Ztest ip::test::ipv4_addr_good ... ok
3082026-05-20T16:02:14.469Ztest ip::test::ipv4_mask ... ok
3092026-05-20T16:02:14.470Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-20T16:02:14.470Ztest ip::test::ipv6_is_default ... ok
3112026-05-20T16:02:14.470Ztest ip::test::ipv6_mask ... ok
3122026-05-20T16:02:14.470Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-20T16:02:14.470Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-05-20T16:02:14.470Ztest ip::test::test_ip_addr_from_str ... ok
3152026-05-20T16:02:14.470Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-20T16:02:14.470Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-20T16:02:14.470Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-20T16:02:14.470Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-20T16:02:14.470Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-20T16:02:14.470Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-20T16:02:14.470Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-20T16:02:14.470Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-20T16:02:14.470Z
3242026-05-20T16:02:14.470Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-20T16:02:14.470Z
3262026-05-20T16:02:14.470Z Doc-tests opte_api
3272026-05-20T16:02:15.069Z
3282026-05-20T16:02:15.069Zrunning 1 test
3292026-05-20T16:02:15.072Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-20T16:02:15.072Z
3312026-05-20T16:02:15.072Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-20T16:02:15.072Z
3332026-05-20T16:02:15.075Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3342026-05-20T16:02:15.093Z
3352026-05-20T16:02:15.093Zreal 6.740728348
3362026-05-20T16:02:15.093Zuser 17.340493846
3372026-05-20T16:02:15.093Zsys 2.067115851
3382026-05-20T16:02:15.093Ztrap 0.004295070
3392026-05-20T16:02:15.093Ztflt 0.064430010
3402026-05-20T16:02:15.097Zdflt 0.163713512
3412026-05-20T16:02:15.097Zkflt 0.000006050
3422026-05-20T16:02:15.097Zlock 53.453666128
3432026-05-20T16:02:15.097Zslp 31.193484010
3442026-05-20T16:02:15.097Zlat 0.997268016
3452026-05-20T16:02:15.097Zstop 1.070883577
3462026-05-20T16:02:15.097Zprocess exited: duration 37424 ms, exit code 0
 
3472026-05-20T16:02:15.104Zfound 0 output files