01KT1EM0EAJ85A7D9SFV56GW8G: opte-api

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

Buildomat Job: 01KT1EMG4YVD128MZ6FXVFZC2V

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:42.127Zjob assigned to worker 01KT1EMS4YVCYJHHPMH7VV2AT5 [factory aws, i-01dbcb1b519c04dec] (queued for 51 s)
 
22026-06-01T11:21:48.337Zstarting task 0: "setup"
32026-06-01T11:21:48.341Z++ uname -s
42026-06-01T11:21:48.343Z+ kern=SunOS
52026-06-01T11:21:48.344Z+ build_user=build
62026-06-01T11:21:48.344Z+ build_uid=12345
72026-06-01T11:21:48.344Z+ work_dir=/work
82026-06-01T11:21:48.344Z+ input_dir=/input
92026-06-01T11:21:48.344Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:48.344Z+ case "$kern" in
112026-06-01T11:21:48.344Z+ groupadd -g 12345 build
122026-06-01T11:21:48.346Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:21:50.349Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:21:50.464Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:21:50.467Z+ home_fs=zfs
162026-06-01T11:21:50.467Z+ [[ zfs == autofs ]]
172026-06-01T11:21:50.467Z+ mkdir -p /home/build
182026-06-01T11:21:50.467Z+ chown build:build /home/build /work
192026-06-01T11:21:52.468Z+ chmod 0700 /home/build /work
202026-06-01T11:21:52.471Zprocess exited: duration 4134 ms, exit code 0
 
212026-06-01T11:21:52.493Zstarting task 1: "rust-toolchain"
222026-06-01T11:21:52.497Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:21:52.497Z * rust toolchain channel = "1.95.0"
242026-06-01T11:21:52.497Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-01T11:21:52.497Z * rust toolchain profile = "default"
262026-06-01T11:21:52.497Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T11:21:52.497Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T11:21:52.500Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:21:52.500Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:21:52.606Zinfo: downloading installer
312026-06-01T11:21:53.979Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:21:53.979Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:21:53.979Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:21:53.979Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:21:53.992Zinfo: profile set to default
362026-06-01T11:21:53.992Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:21:53.995Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:21:54.124Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:21:54.127Zinfo: downloading 6 components
402026-06-01T11:22:08.397Z
412026-06-01T11:22:08.397Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-06-01T11:22:08.433Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:08.433Z
442026-06-01T11:22:08.438Z
452026-06-01T11:22:08.438ZRust is installed now. Great!
462026-06-01T11:22:08.438Z
472026-06-01T11:22:08.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:08.438Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:08.438Z
502026-06-01T11:22:08.438ZTo configure your current shell, you need to source
512026-06-01T11:22:08.438Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:08.438Z
532026-06-01T11:22:08.438ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:08.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:08.438Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:08.438Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:08.438Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:08.438Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:08.438Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:08.438Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:08.438Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:08.523Z+ rustup --version
632026-06-01T11:22:08.531Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:08.535Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:08.554Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:08.558Z+ cargo --version
672026-06-01T11:22:08.571Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:08.574Z+ rustc --version
692026-06-01T11:22:08.594Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:08.597Zprocess exited: duration 16102 ms, exit code 0
 
712026-06-01T11:22:08.605Zstarting task 2: "authentication"
722026-06-01T11:22:08.622Zprocess exited: duration 16 ms, exit code 0
 
732026-06-01T11:22:08.628Zstarting task 3: "clone repository"
742026-06-01T11:22:08.631Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:08.634Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:08.670ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:09.662Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:09.662Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:09.872ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:09.872Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:09.877Z+ [[ -n mtu ]]
822026-06-01T11:22:09.880Z++ git branch --show-current
832026-06-01T11:22:09.880Z+ current=master
842026-06-01T11:22:09.880Z+ [[ master != mtu ]]
852026-06-01T11:22:09.880Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:09.884Z+ git checkout -f mtu
872026-06-01T11:22:09.900ZSwitched to branch 'mtu'
882026-06-01T11:22:09.903Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:09.916ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:09.919Zprocess exited: duration 1288 ms, exit code 0
 
912026-06-01T11:22:09.925Zstarting task 4: "build"
922026-06-01T11:22:09.928Z+ source .github/buildomat/common.sh
932026-06-01T11:22:09.928Z++ rustup show active-toolchain
942026-06-01T11:22:09.934Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:09.937Z++ pushd xde
962026-06-01T11:22:09.937Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:09.937Z++ rustup show active-toolchain
982026-06-01T11:22:09.939Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:10.080Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:10.083Zinfo: downloading 6 components
1012026-06-01T11:22:23.629Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:23.727Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:23.730Z+++ head -n 1
1042026-06-01T11:22:23.730Z+++ cut '-d ' -f1
1052026-06-01T11:22:23.786Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:23.786Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:23.786Z++ popd
1082026-06-01T11:22:23.786Z/work/oxidecomputer/opte
1092026-06-01T11:22:23.789Z+ cargo --version
1102026-06-01T11:22:23.796Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-01T11:22:23.799Z+ rustc --version
1122026-06-01T11:22:23.818Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-01T11:22:23.821Z+ cd crates/opte-api
1142026-06-01T11:22:23.821Z+ header 'check API_VERSION'
1152026-06-01T11:22:23.821Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-01T11:22:23.821Z# ==== check API_VERSION ==== #
1172026-06-01T11:22:23.821Z+ ./check-api-version.sh
1182026-06-01T11:22:23.831Zdiff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs
1192026-06-01T11:22:23.831Zdiff --git a/crates/opte-api/src/ndp.rs b/crates/opte-api/src/ndp.rs
1202026-06-01T11:22:23.837ZSUCCESS: The API_VERSION was updated
1212026-06-01T11:22:23.837Z old: 40
1222026-06-01T11:22:23.837Z new: 41
1232026-06-01T11:22:23.840Z+ header 'check style'
1242026-06-01T11:22:23.840Z+ echo '# ==== check style ==== #'
1252026-06-01T11:22:23.840Z# ==== check style ==== #
1262026-06-01T11:22:23.840Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-06-01T11:22:23.927Z
1282026-06-01T11:22:23.927Zreal 0.085644896
1292026-06-01T11:22:23.927Zuser 0.046151714
1302026-06-01T11:22:23.927Zsys 0.035863959
1312026-06-01T11:22:23.927Ztrap 0.000003007
1322026-06-01T11:22:23.927Ztflt 0.000032406
1332026-06-01T11:22:23.927Zdflt 0.000019777
1342026-06-01T11:22:23.927Zkflt 0.000000000
1352026-06-01T11:22:23.927Zlock 0.033066286
1362026-06-01T11:22:23.927Zslp 0.060078622
1372026-06-01T11:22:23.927Zlat 0.000683501
1382026-06-01T11:22:23.927Zstop 0.000099491
1392026-06-01T11:22:23.930Z+ header 'analyze std'
1402026-06-01T11:22:23.930Z+ echo '# ==== analyze std ==== #'
1412026-06-01T11:22:23.930Z+ ptime -m cargo clippy --all-targets
1422026-06-01T11:22:23.930Z# ==== analyze std ==== #
1432026-06-01T11:22:24.066Z Updating crates.io index
1442026-06-01T11:22:24.099Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-06-01T11:22:25.035Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-06-01T11:22:25.366Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-06-01T11:22:25.675Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-06-01T11:22:26.116Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-06-01T11:22:26.382Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-06-01T11:22:26.701Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-06-01T11:22:28.644Z Downloading crates ...
1522026-06-01T11:22:28.720Z Downloaded cfg-if v1.0.4
1532026-06-01T11:22:28.723Z Downloaded darling_macro v0.21.3
1542026-06-01T11:22:28.728Z Downloaded embedded-io v0.4.0
1552026-06-01T11:22:28.734Z Downloaded proc-macro-error-attr2 v2.0.0
1562026-06-01T11:22:28.736Z Downloaded defmt-parser v1.0.0
1572026-06-01T11:22:28.739Z Downloaded strsim v0.11.1
1582026-06-01T11:22:28.742Z Downloaded ident_case v1.0.1
1592026-06-01T11:22:28.742Z Downloaded stable_deref_trait v1.2.1
1602026-06-01T11:22:28.742Z Downloaded cobs v0.3.0
1612026-06-01T11:22:28.745Z Downloaded macaddr v1.0.1
1622026-06-01T11:22:28.751Z Downloaded defmt v1.0.1
1632026-06-01T11:22:28.759Z Downloaded fnv v1.0.7
1642026-06-01T11:22:28.762Z Downloaded hash32 v0.3.1
1652026-06-01T11:22:28.766Z Downloaded embedded-io v0.6.1
1662026-06-01T11:22:28.770Z Downloaded defmt v0.3.100
1672026-06-01T11:22:28.773Z Downloaded proc-macro-error2 v2.0.1
1682026-06-01T11:22:28.773Z Downloaded quote v1.0.45
1692026-06-01T11:22:28.776Z Downloaded thiserror-impl v2.0.18
1702026-06-01T11:22:28.778Z Downloaded ingot-types v0.1.2
1712026-06-01T11:22:28.781Z Downloaded byteorder v1.5.0
1722026-06-01T11:22:28.781Z Downloaded darling v0.21.3
1732026-06-01T11:22:28.784Z Downloaded ingot v0.1.1
1742026-06-01T11:22:28.784Z Downloaded either v1.15.0
1752026-06-01T11:22:28.784Z Downloaded bitflags v1.3.2
1762026-06-01T11:22:28.787Z Downloaded ipnetwork v0.21.1
1772026-06-01T11:22:28.790Z Downloaded defmt-macros v1.0.1
1782026-06-01T11:22:28.793Z Downloaded thiserror v2.0.18
1792026-06-01T11:22:28.795Z Downloaded managed v0.8.0
1802026-06-01T11:22:28.798Z Downloaded ingot-macros v0.1.1
1812026-06-01T11:22:28.803Z Downloaded postcard v1.1.3
1822026-06-01T11:22:28.806Z Downloaded serde v1.0.228
1832026-06-01T11:22:28.813Z Downloaded bitflags v2.11.1
1842026-06-01T11:22:28.820Z Downloaded serde_derive v1.0.228
1852026-06-01T11:22:28.826Z Downloaded unicode-ident v1.0.24
1862026-06-01T11:22:28.829Z Downloaded serde_core v1.0.228
1872026-06-01T11:22:28.833Z Downloaded proc-macro2 v1.0.106
1882026-06-01T11:22:28.845Z Downloaded heapless v0.8.0
1892026-06-01T11:22:28.849Z Downloaded aho-corasick v1.1.4
1902026-06-01T11:22:28.852Z Downloaded zerocopy-derive v0.8.48
1912026-06-01T11:22:28.855Z Downloaded memchr v2.8.0
1922026-06-01T11:22:28.858Z Downloaded darling_core v0.21.3
1932026-06-01T11:22:28.881Z Downloaded regex v1.12.3
1942026-06-01T11:22:28.887Z Downloaded itertools v0.14.0
1952026-06-01T11:22:28.917Z Downloaded zerocopy v0.8.48
1962026-06-01T11:22:28.927Z Downloaded syn v2.0.117
1972026-06-01T11:22:28.933Z Downloaded smoltcp v0.11.0
1982026-06-01T11:22:28.940Z Downloaded regex-syntax v0.8.10
1992026-06-01T11:22:28.943Z Downloaded regex-automata v0.4.14
2002026-06-01T11:22:28.979Z Compiling proc-macro2 v1.0.106
2012026-06-01T11:22:28.979Z Compiling quote v1.0.45
2022026-06-01T11:22:28.979Z Compiling unicode-ident v1.0.24
2032026-06-01T11:22:28.982Z Compiling ident_case v1.0.1
2042026-06-01T11:22:28.982Z Compiling fnv v1.0.7
2052026-06-01T11:22:28.982Z Compiling memchr v2.8.0
2062026-06-01T11:22:28.982Z Compiling strsim v0.11.1
2072026-06-01T11:22:28.982Z Compiling regex-syntax v0.8.10
2082026-06-01T11:22:29.146Z Compiling serde_core v1.0.228
2092026-06-01T11:22:29.165Z Compiling zerocopy v0.8.48
2102026-06-01T11:22:29.171Z Compiling either v1.15.0
2112026-06-01T11:22:29.341Z Compiling thiserror v2.0.18
2122026-06-01T11:22:29.366Z Compiling serde v1.0.228
2132026-06-01T11:22:29.463Z Compiling aho-corasick v1.1.4
2142026-06-01T11:22:29.599Z Compiling itertools v0.14.0
2152026-06-01T11:22:29.608Z Compiling heapless v0.8.0
2162026-06-01T11:22:29.714Z Checking byteorder v1.5.0
2172026-06-01T11:22:29.862Z Checking stable_deref_trait v1.2.1
2182026-06-01T11:22:29.869Z Checking hash32 v0.3.1
2192026-06-01T11:22:29.923Z Compiling smoltcp v0.11.0
2202026-06-01T11:22:29.964Z Checking bitflags v2.11.1
2212026-06-01T11:22:30.057Z Checking macaddr v1.0.1
2222026-06-01T11:22:30.279Z Compiling syn v2.0.117
2232026-06-01T11:22:30.301Z Checking cfg-if v1.0.4
2242026-06-01T11:22:30.347Z Checking managed v0.8.0
2252026-06-01T11:22:30.358Z Checking bitflags v1.3.2
2262026-06-01T11:22:30.417Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2272026-06-01T11:22:30.526Z Compiling regex-automata v0.4.14
2282026-06-01T11:22:30.678Z Checking ipnetwork v0.21.1
2292026-06-01T11:22:32.009Z Compiling regex v1.12.3
2302026-06-01T11:22:32.481Z Compiling darling_core v0.21.3
2312026-06-01T11:22:32.829Z Compiling thiserror-impl v2.0.18
2322026-06-01T11:22:32.829Z Compiling serde_derive v1.0.228
2332026-06-01T11:22:32.835Z Compiling zerocopy-derive v0.8.48
2342026-06-01T11:22:33.814Z Checking cobs v0.3.0
2352026-06-01T11:22:33.820Z Compiling darling_macro v0.21.3
2362026-06-01T11:22:34.307Z Compiling darling v0.21.3
2372026-06-01T11:22:34.369Z Compiling ingot-macros v0.1.1
2382026-06-01T11:22:35.060Z Checking postcard v1.1.3
2392026-06-01T11:22:36.396Z Checking ingot-types v0.1.2
2402026-06-01T11:22:36.657Z Checking ingot v0.1.1
2412026-06-01T11:22:37.942Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2422026-06-01T11:22:38.930Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.95s
2432026-06-01T11:22:39.034Z
2442026-06-01T11:22:39.034Zreal 15.102447285
2452026-06-01T11:22:39.034Zuser 30.869011631
2462026-06-01T11:22:39.034Zsys 6.091684805
2472026-06-01T11:22:39.034Ztrap 0.011557978
2482026-06-01T11:22:39.034Ztflt 0.064692313
2492026-06-01T11:22:39.034Zdflt 0.168669595
2502026-06-01T11:22:39.034Zkflt 0.003370535
2512026-06-01T11:22:39.034Zlock 1:29.657718336
2522026-06-01T11:22:39.035Zslp 1:33.536950473
2532026-06-01T11:22:39.035Zlat 1.065779210
2542026-06-01T11:22:39.035Zstop 4.148657649
2552026-06-01T11:22:39.038Z+ header 'analyze no_std'
2562026-06-01T11:22:39.038Z+ echo '# ==== analyze no_std ==== #'
2572026-06-01T11:22:39.038Z# ==== analyze no_std ==== #
2582026-06-01T11:22:39.038Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2592026-06-01T11:22:39.142Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2602026-06-01T11:22:39.349Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2612026-06-01T11:22:40.332Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2622026-06-01T11:22:40.354Z
2632026-06-01T11:22:40.357Zreal 1.314918599
2642026-06-01T11:22:40.357Zuser 1.905437283
2652026-06-01T11:22:40.357Zsys 0.263184392
2662026-06-01T11:22:40.357Ztrap 0.000168294
2672026-06-01T11:22:40.357Ztflt 0.000080293
2682026-06-01T11:22:40.357Zdflt 0.000112028
2692026-06-01T11:22:40.357Zkflt 0.000000819
2702026-06-01T11:22:40.357Zlock 4.339740774
2712026-06-01T11:22:40.357Zslp 5.330318012
2722026-06-01T11:22:40.357Zlat 0.002432929
2732026-06-01T11:22:40.358Zstop 0.042659955
2742026-06-01T11:22:40.358Z+ header test
2752026-06-01T11:22:40.358Z+ echo '# ==== test ==== #'
2762026-06-01T11:22:40.358Z+ ptime -m cargo test
2772026-06-01T11:22:40.358Z# ==== test ==== #
2782026-06-01T11:22:40.486Z Compiling byteorder v1.5.0
2792026-06-01T11:22:40.486Z Compiling serde_core v1.0.228
2802026-06-01T11:22:40.490Z Compiling bitflags v2.11.1
2812026-06-01T11:22:40.490Z Compiling stable_deref_trait v1.2.1
2822026-06-01T11:22:40.510Z Compiling thiserror v2.0.18
2832026-06-01T11:22:40.510Z Compiling zerocopy v0.8.48
2842026-06-01T11:22:40.513Z Compiling macaddr v1.0.1
2852026-06-01T11:22:40.516Z Compiling bitflags v1.3.2
2862026-06-01T11:22:40.562Z Compiling cobs v0.3.0
2872026-06-01T11:22:40.565Z Compiling managed v0.8.0
2882026-06-01T11:22:40.595Z Compiling cfg-if v1.0.4
2892026-06-01T11:22:40.653Z Compiling hash32 v0.3.1
2902026-06-01T11:22:40.669Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-06-01T11:22:40.746Z Compiling heapless v0.8.0
2922026-06-01T11:22:40.772Z Compiling ipnetwork v0.21.1
2932026-06-01T11:22:41.089Z Compiling smoltcp v0.11.0
2942026-06-01T11:22:42.034Z Compiling serde v1.0.228
2952026-06-01T11:22:42.480Z Compiling postcard v1.1.3
2962026-06-01T11:22:43.186Z Compiling ingot-types v0.1.2
2972026-06-01T11:22:43.466Z Compiling ingot v0.1.1
2982026-06-01T11:22:44.859Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2992026-06-01T11:22:46.570Z Finished `test` profile [optimized + debuginfo] target(s) in 6.20s
3002026-06-01T11:22:46.580Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285)
3012026-06-01T11:22:46.584Z
3022026-06-01T11:22:46.584Zrunning 25 tests
3032026-06-01T11:22:46.584Ztest encap::test::good_vni ... ok
3042026-06-01T11:22:46.584Ztest encap::test::vni_round_trip ... ok
3052026-06-01T11:22:46.584Ztest dns::tests::test_domain_name ... ok
3062026-06-01T11:22:46.584Ztest ip::test::bad_cidr ... ok
3072026-06-01T11:22:46.584Ztest ip::test::bad_prefix_len ... ok
3082026-06-01T11:22:46.584Ztest encap::test::bad_vni ... ok
3092026-06-01T11:22:46.584Ztest ip::test::dhcp_fqdn ... ok
3102026-06-01T11:22:46.584Ztest ip::test::good_cidr ... ok
3112026-06-01T11:22:46.584Ztest ip::test::ipv4_addr_bad ... ok
3122026-06-01T11:22:46.584Ztest ip::test::ipv4_addr_good ... ok
3132026-06-01T11:22:46.584Ztest ip::test::ipv4_mask ... ok
3142026-06-01T11:22:46.584Ztest ip::test::ipv6_cidr_is_member ... ok
3152026-06-01T11:22:46.584Ztest ip::test::ipv6_is_default ... ok
3162026-06-01T11:22:46.584Ztest ip::test::ipv6_mask ... ok
3172026-06-01T11:22:46.584Ztest ip::test::ipv6_prefix_len ... ok
3182026-06-01T11:22:46.584Ztest ip::test::test_ip_addr_from_str ... ok
3192026-06-01T11:22:46.585Ztest ip::test::test_ip_cidr_from_str ... ok
3202026-06-01T11:22:46.585Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3212026-06-01T11:22:46.585Ztest ip::test::test_ipv6_from_const ... ok
3222026-06-01T11:22:46.585Ztest ip::test::test_ipv4_multicast_mac ... ok
3232026-06-01T11:22:46.585Ztest ip::test::test_ipv6_from_eui64 ... ok
3242026-06-01T11:22:46.585Ztest ip::test::test_ipv6_multicast_mac ... ok
3252026-06-01T11:22:46.585Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3262026-06-01T11:22:46.585Ztest ip::test::test_ipv6_is_multicast ... ok
3272026-06-01T11:22:46.585Ztest ip::test::test_multicast_underlay_serde ... ok
3282026-06-01T11:22:46.585Z
3292026-06-01T11:22:46.585Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-06-01T11:22:46.585Z
3312026-06-01T11:22:46.585Z Doc-tests opte_api
3322026-06-01T11:22:47.192Z
3332026-06-01T11:22:47.192Zrunning 1 test
3342026-06-01T11:22:47.195Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3352026-06-01T11:22:47.195Z
3362026-06-01T11:22:47.195Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3372026-06-01T11:22:47.195Z
3382026-06-01T11:22:47.195Zall doctests ran in 0.45s; merged doctests compilation took 0.45s
3392026-06-01T11:22:47.215Z
3402026-06-01T11:22:47.215Zreal 6.851845724
3412026-06-01T11:22:47.215Zuser 17.598120840
3422026-06-01T11:22:47.218Zsys 2.085691850
3432026-06-01T11:22:47.218Ztrap 0.004558850
3442026-06-01T11:22:47.218Ztflt 0.056537344
3452026-06-01T11:22:47.219Zdflt 0.143219803
3462026-06-01T11:22:47.219Zkflt 0.000001599
3472026-06-01T11:22:47.219Zlock 54.981125195
3482026-06-01T11:22:47.219Zslp 32.550194655
3492026-06-01T11:22:47.219Zlat 0.325828641
3502026-06-01T11:22:47.219Zstop 0.616831520
3512026-06-01T11:22:47.219Zprocess exited: duration 37290 ms, exit code 0
 
3522026-06-01T11:22:47.225Zfound 0 output files