01KVSA6T60V5G8XAQ27JJ0034X: opte-api

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

Buildomat Job: 01KVSA78S6QND3RGKGJCYNS2NF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-23T04:01:56.467Zjob assigned to worker 01KVSA7B5GCR8J1WNKQ0SHPZSM [factory aws, i-02908d0e5bf3a35ce] (queued for 45 s)
 
22026-06-23T04:02:02.573Zstarting task 0: "setup"
32026-06-23T04:02:02.578Z++ uname -s
42026-06-23T04:02:02.581Z+ kern=SunOS
52026-06-23T04:02:02.581Z+ build_user=build
62026-06-23T04:02:02.582Z+ build_uid=12345
72026-06-23T04:02:02.582Z+ work_dir=/work
82026-06-23T04:02:02.582Z+ input_dir=/input
92026-06-23T04:02:02.582Z+ [[ 0 == 12345 ]]
102026-06-23T04:02:02.582Z+ case "$kern" in
112026-06-23T04:02:02.582Z+ groupadd -g 12345 build
122026-06-23T04:02:02.582Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-23T04:02:04.586Z+ zfs create -o mountpoint=/work rpool/work
142026-06-23T04:02:04.659Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-23T04:02:04.662Z+ home_fs=zfs
162026-06-23T04:02:04.662Z+ [[ zfs == autofs ]]
172026-06-23T04:02:04.662Z+ mkdir -p /home/build
182026-06-23T04:02:04.662Z+ chown build:build /home/build /work
192026-06-23T04:02:06.663Z+ chmod 0700 /home/build /work
202026-06-23T04:02:06.667Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-23T04:02:06.673Zstarting task 1: "rust-toolchain"
222026-06-23T04:02:06.678Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-23T04:02:06.678Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-23T04:02:06.678Z * rust toolchain channel = "1.96.0"
252026-06-23T04:02:06.678Z * rust toolchain profile = "default"
262026-06-23T04:02:06.678Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-23T04:02:06.678Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-23T04:02:06.681Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-23T04:02:06.681Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-23T04:02:06.785Zinfo: downloading installer
312026-06-23T04:02:08.452Zwarn: It looks like you have an existing rustup settings file at:
322026-06-23T04:02:08.452Zwarn: /home/build/.rustup/settings.toml
332026-06-23T04:02:08.452Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-23T04:02:08.452Zwarn: instead of the one inferred from the default host triple.
352026-06-23T04:02:08.464Zinfo: profile set to default
362026-06-23T04:02:08.464Zinfo: default host triple is x86_64-unknown-illumos
372026-06-23T04:02:08.467Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-23T04:02:08.614Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-23T04:02:08.618Zinfo: downloading 6 components
402026-06-23T04:02:23.530Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-23T04:02:23.530Z
422026-06-23T04:02:23.573Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-23T04:02:23.573Z
442026-06-23T04:02:23.573Z
452026-06-23T04:02:23.573ZRust is installed now. Great!
462026-06-23T04:02:23.573Z
472026-06-23T04:02:23.573ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-23T04:02:23.574Zenvironment variable. This has not been done automatically.
492026-06-23T04:02:23.574Z
502026-06-23T04:02:23.574ZTo configure your current shell, you need to source
512026-06-23T04:02:23.574Zthe corresponding env file under $HOME/.cargo.
522026-06-23T04:02:23.574Z
532026-06-23T04:02:23.574ZThis is usually done by running one of the following (note the leading DOT):
542026-06-23T04:02:23.574Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-23T04:02:23.574Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-23T04:02:23.574Zsource "~/.cargo/env.nu" # For nushell
572026-06-23T04:02:23.577Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-23T04:02:23.577Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-23T04:02:23.577Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-23T04:02:23.578Zwarn: no default linker (`cc`) was found in your PATH
612026-06-23T04:02:23.578Zwarn: many Rust crates require a system C toolchain to build
622026-06-23T04:02:23.666Z+ rustup --version
632026-06-23T04:02:23.674Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-23T04:02:23.679Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-23T04:02:23.696Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-23T04:02:23.701Z+ cargo --version
672026-06-23T04:02:23.712Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-23T04:02:23.715Z+ rustc --version
692026-06-23T04:02:23.734Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-23T04:02:23.737Zprocess exited: duration 17063 ms, exit code 0
 
712026-06-23T04:02:23.744Zstarting task 2: "authentication"
722026-06-23T04:02:23.761Zprocess exited: duration 16 ms, exit code 0
 
732026-06-23T04:02:23.767Zstarting task 3: "clone repository"
742026-06-23T04:02:23.771Z+ mkdir -p /work/oxidecomputer/opte
752026-06-23T04:02:23.774Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-23T04:02:23.805ZCloning into '/work/oxidecomputer/opte'...
772026-06-23T04:02:24.611Z+ cd /work/oxidecomputer/opte
782026-06-23T04:02:24.611Z+ git fetch origin e4d975c78abcaeec70759150b1bdeec0f875cb28
792026-06-23T04:02:24.850ZFrom https://github.com/oxidecomputer/opte
802026-06-23T04:02:24.850Z * branch e4d975c78abcaeec70759150b1bdeec0f875cb28 -> FETCH_HEAD
812026-06-23T04:02:24.855Z+ [[ -n renovate/ron-0.x-lockfile ]]
822026-06-23T04:02:24.858Z++ git branch --show-current
832026-06-23T04:02:24.858Z+ current=master
842026-06-23T04:02:24.858Z+ [[ master != renovate/ron-0.x-lockfile ]]
852026-06-23T04:02:24.858Z+ git branch -f renovate/ron-0.x-lockfile e4d975c78abcaeec70759150b1bdeec0f875cb28
862026-06-23T04:02:24.862Z+ git checkout -f renovate/ron-0.x-lockfile
872026-06-23T04:02:24.877ZSwitched to branch 'renovate/ron-0.x-lockfile'
882026-06-23T04:02:24.880Z+ git reset --hard e4d975c78abcaeec70759150b1bdeec0f875cb28
892026-06-23T04:02:24.893ZHEAD is now at e4d975c Update Rust crate ron to v0.12.2
902026-06-23T04:02:24.896Zprocess exited: duration 1126 ms, exit code 0
 
912026-06-23T04:02:24.903Zstarting task 4: "build"
922026-06-23T04:02:24.906Z+ source .github/buildomat/common.sh
932026-06-23T04:02:24.909Z++ rustup show active-toolchain
942026-06-23T04:02:24.912Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-23T04:02:24.912Z++ pushd xde
962026-06-23T04:02:24.915Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-23T04:02:24.915Z++ rustup show active-toolchain
982026-06-23T04:02:24.918Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-23T04:02:25.087Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-23T04:02:25.090Zinfo: downloading 6 components
1012026-06-23T04:02:38.828Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-23T04:02:38.927Z+++ rustup show active-toolchain -v
1032026-06-23T04:02:38.930Z+++ head -n 1
1042026-06-23T04:02:38.930Z+++ cut '-d ' -f1
1052026-06-23T04:02:38.981Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-23T04:02:38.981Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-23T04:02:38.981Z++ popd
1082026-06-23T04:02:38.984Z/work/oxidecomputer/opte
1092026-06-23T04:02:38.984Z+ cargo --version
1102026-06-23T04:02:38.991Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-23T04:02:38.998Z+ rustc --version
1122026-06-23T04:02:39.013Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-23T04:02:39.016Z+ cd crates/opte-api
1142026-06-23T04:02:39.016Z+ header 'check API_VERSION'
1152026-06-23T04:02:39.016Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-23T04:02:39.016Z# ==== check API_VERSION ==== #
1172026-06-23T04:02:39.017Z+ ./check-api-version.sh
1182026-06-23T04:02:39.023Z+ header 'check style'
1192026-06-23T04:02:39.023Z+ echo '# ==== check style ==== #'
1202026-06-23T04:02:39.023Z# ==== check style ==== #
1212026-06-23T04:02:39.026Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1222026-06-23T04:02:39.104Z
1232026-06-23T04:02:39.104Zreal 0.077512248
1242026-06-23T04:02:39.104Zuser 0.044972289
1252026-06-23T04:02:39.104Zsys 0.029570746
1262026-06-23T04:02:39.104Ztrap 0.000000300
1272026-06-23T04:02:39.104Ztflt 0.000028990
1282026-06-23T04:02:39.104Zdflt 0.000010970
1292026-06-23T04:02:39.104Zkflt 0.000000790
1302026-06-23T04:02:39.104Zlock 0.031069116
1312026-06-23T04:02:39.104Zslp 0.057006841
1322026-06-23T04:02:39.104Zlat 0.000960640
1332026-06-23T04:02:39.104Zstop 0.000092520
1342026-06-23T04:02:39.108Z+ header 'analyze std'
1352026-06-23T04:02:39.108Z+ echo '# ==== analyze std ==== #'
1362026-06-23T04:02:39.108Z+ ptime -m cargo clippy --all-targets
1372026-06-23T04:02:39.108Z# ==== analyze std ==== #
1382026-06-23T04:02:39.236Z Updating crates.io index
1392026-06-23T04:02:39.239Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-23T04:02:39.946Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-23T04:02:40.409Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-23T04:02:40.748Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-23T04:02:40.988Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-23T04:02:41.230Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-23T04:02:41.522Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-23T04:02:43.493Z Downloading crates ...
1472026-06-23T04:02:43.553Z Downloaded bitflags v2.13.0
1482026-06-23T04:02:43.557Z Downloaded fnv v1.0.7
1492026-06-23T04:02:43.560Z Downloaded either v1.16.0
1502026-06-23T04:02:43.560Z Downloaded darling_macro v0.21.3
1512026-06-23T04:02:43.563Z Downloaded ident_case v1.0.1
1522026-06-23T04:02:43.565Z Downloaded darling_core v0.21.3
1532026-06-23T04:02:43.570Z Downloaded ipnetwork v0.21.1
1542026-06-23T04:02:43.584Z Downloaded strsim v0.11.1
1552026-06-23T04:02:43.590Z Downloaded cfg-if v1.0.4
1562026-06-23T04:02:43.593Z Downloaded smoltcp v0.11.0
1572026-06-23T04:02:43.598Z Downloaded embedded-io v0.6.1
1582026-06-23T04:02:43.601Z Downloaded proc-macro-error-attr2 v2.0.0
1592026-06-23T04:02:43.601Z Downloaded thiserror v2.0.18
1602026-06-23T04:02:43.604Z Downloaded defmt v0.3.100
1612026-06-23T04:02:43.604Z Downloaded ingot v0.1.1
1622026-06-23T04:02:43.604Z Downloaded byteorder v1.5.0
1632026-06-23T04:02:43.604Z Downloaded defmt v1.1.0
1642026-06-23T04:02:43.607Z Downloaded managed v0.8.0
1652026-06-23T04:02:43.610Z Downloaded defmt-parser v1.0.0
1662026-06-23T04:02:43.619Z Downloaded cobs v0.3.0
1672026-06-23T04:02:43.622Z Downloaded macaddr v1.0.1
1682026-06-23T04:02:43.622Z Downloaded hash32 v0.3.1
1692026-06-23T04:02:43.625Z Downloaded stable_deref_trait v1.2.1
1702026-06-23T04:02:43.635Z Downloaded serde_derive v1.0.228
1712026-06-23T04:02:43.640Z Downloaded embedded-io v0.4.0
1722026-06-23T04:02:43.643Z Downloaded proc-macro-error2 v2.0.1
1732026-06-23T04:02:43.647Z Downloaded thiserror-impl v2.0.18
1742026-06-23T04:02:43.650Z Downloaded defmt-macros v1.1.0
1752026-06-23T04:02:43.650Z Downloaded postcard v1.1.3
1762026-06-23T04:02:43.653Z Downloaded ingot-macros v0.1.1
1772026-06-23T04:02:43.656Z Downloaded ingot-types v0.1.2
1782026-06-23T04:02:43.658Z Downloaded quote v1.0.45
1792026-06-23T04:02:43.661Z Downloaded bitflags v1.3.2
1802026-06-23T04:02:43.675Z Downloaded darling v0.21.3
1812026-06-23T04:02:43.678Z Downloaded unicode-ident v1.0.24
1822026-06-23T04:02:43.682Z Downloaded serde_core v1.0.228
1832026-06-23T04:02:43.685Z Downloaded proc-macro2 v1.0.106
1842026-06-23T04:02:43.692Z Downloaded heapless v0.8.0
1852026-06-23T04:02:43.699Z Downloaded serde v1.0.228
1862026-06-23T04:02:43.702Z Downloaded memchr v2.8.2
1872026-06-23T04:02:43.705Z Downloaded zerocopy-derive v0.8.52
1882026-06-23T04:02:43.727Z Downloaded regex v1.12.4
1892026-06-23T04:02:43.730Z Downloaded itertools v0.14.0
1902026-06-23T04:02:43.736Z Downloaded aho-corasick v1.1.4
1912026-06-23T04:02:43.767Z Downloaded syn v2.0.117
1922026-06-23T04:02:43.773Z Downloaded zerocopy v0.8.52
1932026-06-23T04:02:43.783Z Downloaded regex-syntax v0.8.11
1942026-06-23T04:02:43.791Z Downloaded regex-automata v0.4.14
1952026-06-23T04:02:43.826Z Compiling proc-macro2 v1.0.106
1962026-06-23T04:02:43.830Z Compiling unicode-ident v1.0.24
1972026-06-23T04:02:43.830Z Compiling quote v1.0.45
1982026-06-23T04:02:43.830Z Compiling fnv v1.0.7
1992026-06-23T04:02:43.830Z Compiling strsim v0.11.1
2002026-06-23T04:02:43.830Z Compiling ident_case v1.0.1
2012026-06-23T04:02:43.830Z Compiling memchr v2.8.2
2022026-06-23T04:02:43.830Z Compiling serde_core v1.0.228
2032026-06-23T04:02:43.995Z Compiling regex-syntax v0.8.11
2042026-06-23T04:02:44.012Z Compiling serde v1.0.228
2052026-06-23T04:02:44.018Z Compiling thiserror v2.0.18
2062026-06-23T04:02:44.179Z Compiling either v1.16.0
2072026-06-23T04:02:44.374Z Compiling aho-corasick v1.1.4
2082026-06-23T04:02:44.377Z Compiling zerocopy v0.8.52
2092026-06-23T04:02:44.420Z Compiling itertools v0.14.0
2102026-06-23T04:02:44.447Z Checking byteorder v1.5.0
2112026-06-23T04:02:44.594Z Compiling heapless v0.8.0
2122026-06-23T04:02:44.601Z Checking hash32 v0.3.1
2132026-06-23T04:02:44.721Z Checking bitflags v2.13.0
2142026-06-23T04:02:44.814Z Checking macaddr v1.0.1
2152026-06-23T04:02:44.869Z Checking stable_deref_trait v1.2.1
2162026-06-23T04:02:44.932Z Compiling smoltcp v0.11.0
2172026-06-23T04:02:44.951Z Checking bitflags v1.3.2
2182026-06-23T04:02:45.011Z Checking cfg-if v1.0.4
2192026-06-23T04:02:45.247Z Compiling syn v2.0.117
2202026-06-23T04:02:45.263Z Checking managed v0.8.0
2212026-06-23T04:02:45.290Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-23T04:02:45.424Z Compiling regex-automata v0.4.14
2232026-06-23T04:02:45.572Z Checking ipnetwork v0.21.1
2242026-06-23T04:02:46.901Z Compiling regex v1.12.4
2252026-06-23T04:02:47.436Z Compiling darling_core v0.21.3
2262026-06-23T04:02:47.768Z Compiling serde_derive v1.0.228
2272026-06-23T04:02:47.768Z Compiling zerocopy-derive v0.8.52
2282026-06-23T04:02:47.772Z Compiling thiserror-impl v2.0.18
2292026-06-23T04:02:48.782Z Checking cobs v0.3.0
2302026-06-23T04:02:48.793Z Compiling darling_macro v0.21.3
2312026-06-23T04:02:49.266Z Compiling darling v0.21.3
2322026-06-23T04:02:49.329Z Compiling ingot-macros v0.1.1
2332026-06-23T04:02:49.989Z Checking postcard v1.1.3
2342026-06-23T04:02:51.276Z Checking ingot-types v0.1.2
2352026-06-23T04:02:51.545Z Checking ingot v0.1.1
2362026-06-23T04:02:52.837Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-23T04:02:53.855Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.70s
2382026-06-23T04:02:53.957Z
2392026-06-23T04:02:53.957Zreal 14.848603147
2402026-06-23T04:02:53.957Zuser 30.732655040
2412026-06-23T04:02:53.957Zsys 5.916797257
2422026-06-23T04:02:53.957Ztrap 0.011059910
2432026-06-23T04:02:53.957Ztflt 0.156701685
2442026-06-23T04:02:53.957Zdflt 0.566999140
2452026-06-23T04:02:53.957Zkflt 0.006954266
2462026-06-23T04:02:53.957Zlock 1:55.298880872
2472026-06-23T04:02:53.957Zslp 1:34.521583466
2482026-06-23T04:02:53.961Zlat 0.861855733
2492026-06-23T04:02:53.961Zstop 4.829254354
2502026-06-23T04:02:53.961Z+ header 'analyze no_std'
2512026-06-23T04:02:53.961Z+ echo '# ==== analyze no_std ==== #'
2522026-06-23T04:02:53.961Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2532026-06-23T04:02:53.961Z# ==== analyze no_std ==== #
2542026-06-23T04:02:54.062Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-23T04:02:54.291Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-23T04:02:55.272Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2572026-06-23T04:02:55.292Z
2582026-06-23T04:02:55.292Zreal 1.329738808
2592026-06-23T04:02:55.292Zuser 1.905738913
2602026-06-23T04:02:55.292Zsys 0.261045464
2612026-06-23T04:02:55.295Ztrap 0.000181170
2622026-06-23T04:02:55.295Ztflt 0.000058760
2632026-06-23T04:02:55.295Zdflt 0.000090100
2642026-06-23T04:02:55.295Zkflt 0.000000000
2652026-06-23T04:02:55.295Zlock 4.473012656
2662026-06-23T04:02:55.295Zslp 5.349690941
2672026-06-23T04:02:55.295Zlat 0.002365220
2682026-06-23T04:02:55.295Zstop 0.043113134
2692026-06-23T04:02:55.295Z+ header test
2702026-06-23T04:02:55.295Z+ echo '# ==== test ==== #'
2712026-06-23T04:02:55.295Z+ ptime -m cargo test
2722026-06-23T04:02:55.295Z# ==== test ==== #
2732026-06-23T04:02:55.420Z Compiling serde_core v1.0.228
2742026-06-23T04:02:55.420Z Compiling byteorder v1.5.0
2752026-06-23T04:02:55.421Z Compiling stable_deref_trait v1.2.1
2762026-06-23T04:02:55.424Z Compiling macaddr v1.0.1
2772026-06-23T04:02:55.443Z Compiling zerocopy v0.8.52
2782026-06-23T04:02:55.446Z Compiling thiserror v2.0.18
2792026-06-23T04:02:55.446Z Compiling bitflags v2.13.0
2802026-06-23T04:02:55.451Z Compiling cfg-if v1.0.4
2812026-06-23T04:02:55.496Z Compiling bitflags v1.3.2
2822026-06-23T04:02:55.516Z Compiling cobs v0.3.0
2832026-06-23T04:02:55.532Z Compiling managed v0.8.0
2842026-06-23T04:02:55.552Z Compiling ipnetwork v0.21.1
2852026-06-23T04:02:55.604Z Compiling hash32 v0.3.1
2862026-06-23T04:02:55.676Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-06-23T04:02:55.741Z Compiling heapless v0.8.0
2882026-06-23T04:02:56.082Z Compiling smoltcp v0.11.0
2892026-06-23T04:02:56.973Z Compiling serde v1.0.228
2902026-06-23T04:02:57.374Z Compiling postcard v1.1.3
2912026-06-23T04:02:58.115Z Compiling ingot-types v0.1.2
2922026-06-23T04:02:58.386Z Compiling ingot v0.1.1
2932026-06-23T04:02:59.764Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-23T04:03:01.498Z Finished `test` profile [optimized + debuginfo] target(s) in 6.19s
2952026-06-23T04:03:01.508Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-c2bcaa8451043049)
2962026-06-23T04:03:01.512Z
2972026-06-23T04:03:01.512Zrunning 25 tests
2982026-06-23T04:03:01.512Ztest encap::test::bad_vni ... ok
2992026-06-23T04:03:01.512Ztest encap::test::good_vni ... ok
3002026-06-23T04:03:01.512Ztest dns::tests::test_domain_name ... ok
3012026-06-23T04:03:01.512Ztest encap::test::vni_round_trip ... ok
3022026-06-23T04:03:01.512Ztest ip::test::bad_cidr ... ok
3032026-06-23T04:03:01.512Ztest ip::test::bad_prefix_len ... ok
3042026-06-23T04:03:01.513Ztest ip::test::dhcp_fqdn ... ok
3052026-06-23T04:03:01.513Ztest ip::test::good_cidr ... ok
3062026-06-23T04:03:01.513Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-23T04:03:01.513Ztest ip::test::ipv4_addr_good ... ok
3082026-06-23T04:03:01.513Ztest ip::test::ipv4_mask ... ok
3092026-06-23T04:03:01.513Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-06-23T04:03:01.513Ztest ip::test::ipv6_is_default ... ok
3112026-06-23T04:03:01.513Ztest ip::test::ipv6_mask ... ok
3122026-06-23T04:03:01.513Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-23T04:03:01.513Ztest ip::test::test_ip_addr_from_str ... ok
3142026-06-23T04:03:01.513Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-06-23T04:03:01.513Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-06-23T04:03:01.513Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-06-23T04:03:01.513Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3182026-06-23T04:03:01.513Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-06-23T04:03:01.513Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-06-23T04:03:01.513Ztest ip::test::test_ipv6_from_const ... ok
3212026-06-23T04:03:01.513Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-06-23T04:03:01.513Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-06-23T04:03:01.513Z
3242026-06-23T04:03:01.513Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-23T04:03:01.513Z
3262026-06-23T04:03:01.513Z Doc-tests opte_api
3272026-06-23T04:03:02.113Z
3282026-06-23T04:03:02.113Zrunning 1 test
3292026-06-23T04:03:02.116Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-23T04:03:02.116Z
3312026-06-23T04:03:02.116Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-23T04:03:02.116Z
3332026-06-23T04:03:02.119Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3342026-06-23T04:03:02.136Z
3352026-06-23T04:03:02.139Zreal 6.836103536
3362026-06-23T04:03:02.139Zuser 17.602779673
3372026-06-23T04:03:02.139Zsys 2.060324140
3382026-06-23T04:03:02.139Ztrap 0.005114644
3392026-06-23T04:03:02.139Ztflt 0.174815696
3402026-06-23T04:03:02.139Zdflt 0.141702575
3412026-06-23T04:03:02.139Zkflt 0.000009550
3422026-06-23T04:03:02.139Zlock 50.320141537
3432026-06-23T04:03:02.140Zslp 32.465612809
3442026-06-23T04:03:02.140Zlat 0.437902735
3452026-06-23T04:03:02.140Zstop 0.587231013
3462026-06-23T04:03:02.140Zprocess exited: duration 37234 ms, exit code 0
 
3472026-06-23T04:03:02.146Zfound 0 output files