01KWZGEVCPTXH79X1V2R5PXQSK: opte-api

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

Buildomat Job: 01KWZGFA5RYGDX8VZ41S8X4Y2R

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T00:02:27.160Zjob assigned to worker 01KWZGFM2ES0WNQ0FRKGWCY22Z [factory aws, i-0e7f63f08c7fe2863] (queued for 52 s)
 
22026-07-08T00:02:34.091Zstarting task 0: "setup"
32026-07-08T00:02:34.115Z++ uname -s
42026-07-08T00:02:34.115Z+ kern=SunOS
52026-07-08T00:02:34.115Z+ build_user=build
62026-07-08T00:02:34.115Z+ build_uid=12345
72026-07-08T00:02:34.115Z+ work_dir=/work
82026-07-08T00:02:34.115Z+ input_dir=/input
92026-07-08T00:02:34.115Z+ [[ 0 == 12345 ]]
102026-07-08T00:02:34.116Z+ case "$kern" in
112026-07-08T00:02:34.116Z+ groupadd -g 12345 build
122026-07-08T00:02:34.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T00:02:36.121Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T00:02:36.205Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T00:02:36.219Z+ home_fs=zfs
162026-07-08T00:02:36.219Z+ [[ zfs == autofs ]]
172026-07-08T00:02:36.220Z+ mkdir -p /home/build
182026-07-08T00:02:36.220Z+ chown build:build /home/build /work
192026-07-08T00:02:42.336Z+ chmod 0700 /home/build /work
202026-07-08T00:02:42.374Zprocess exited: duration 4126 ms, exit code 0
 
212026-07-08T00:02:42.419Zstarting task 1: "rust-toolchain"
222026-07-08T00:02:42.440Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-07-08T00:02:42.440Z * rust toolchain channel = "1.96.0"
242026-07-08T00:02:42.440Z * rust toolchain profile = "default"
252026-07-08T00:02:42.440Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T00:02:42.440Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T00:02:42.440Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T00:02:42.440Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T00:02:42.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-07-08T00:02:42.516Zinfo: downloading installer
312026-07-08T00:02:44.147Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T00:02:44.147Zwarn: /home/build/.rustup/settings.toml
332026-07-08T00:02:44.147Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T00:02:44.147Zwarn: instead of the one inferred from the default host triple.
352026-07-08T00:02:44.159Zinfo: profile set to default
362026-07-08T00:02:44.159Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T00:02:44.162Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-07-08T00:02:44.313Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-07-08T00:02:44.316Zinfo: downloading 6 components
402026-07-08T00:02:59.354Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-07-08T00:02:59.354Z
422026-07-08T00:02:59.389Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-07-08T00:02:59.390Z
442026-07-08T00:02:59.390Z
452026-07-08T00:02:59.390ZRust is installed now. Great!
462026-07-08T00:02:59.390Z
472026-07-08T00:02:59.394ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T00:02:59.394Zenvironment variable. This has not been done automatically.
492026-07-08T00:02:59.394Z
502026-07-08T00:02:59.394ZTo configure your current shell, you need to source
512026-07-08T00:02:59.394Zthe corresponding env file under $HOME/.cargo.
522026-07-08T00:02:59.394Z
532026-07-08T00:02:59.394ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T00:02:59.394Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T00:02:59.394Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T00:02:59.394Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T00:02:59.394Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T00:02:59.395Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T00:02:59.395Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T00:02:59.395Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T00:02:59.395Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T00:02:59.492Z+ rustup --version
632026-07-08T00:02:59.501Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T00:02:59.505Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T00:02:59.522Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-07-08T00:02:59.526Z+ cargo --version
672026-07-08T00:02:59.538Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-07-08T00:02:59.541Z+ rustc --version
692026-07-08T00:02:59.560Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-07-08T00:02:59.564Zprocess exited: duration 17154 ms, exit code 0
 
712026-07-08T00:02:59.571Zstarting task 2: "authentication"
722026-07-08T00:02:59.587Zprocess exited: duration 16 ms, exit code 0
 
732026-07-08T00:02:59.594Zstarting task 3: "clone repository"
742026-07-08T00:02:59.597Z+ mkdir -p /work/oxidecomputer/opte
752026-07-08T00:02:59.601Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-08T00:02:59.645ZCloning into '/work/oxidecomputer/opte'...
772026-07-08T00:03:00.581Z+ cd /work/oxidecomputer/opte
782026-07-08T00:03:00.581Z+ git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d
792026-07-08T00:03:00.815ZFrom https://github.com/oxidecomputer/opte
802026-07-08T00:03:00.815Z * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD
812026-07-08T00:03:00.820Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
822026-07-08T00:03:00.823Z++ git branch --show-current
832026-07-08T00:03:00.823Z+ current=master
842026-07-08T00:03:00.823Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
852026-07-08T00:03:00.824Z+ git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d
862026-07-08T00:03:00.827Z+ git checkout -f zl/mcast-tx-ecmp-select-one
872026-07-08T00:03:00.842ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
882026-07-08T00:03:00.845Z+ git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d
892026-07-08T00:03:00.859ZHEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting
902026-07-08T00:03:00.862Zprocess exited: duration 1265 ms, exit code 0
 
912026-07-08T00:03:00.869Zstarting task 4: "build"
922026-07-08T00:03:00.872Z+ source .github/buildomat/common.sh
932026-07-08T00:03:00.875Z++ rustup show active-toolchain
942026-07-08T00:03:00.879Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-08T00:03:00.879Z++ pushd xde
962026-07-08T00:03:00.879Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-08T00:03:00.879Z++ rustup show active-toolchain
982026-07-08T00:03:00.884Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-07-08T00:03:01.050Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-07-08T00:03:01.053Zinfo: downloading 6 components
1012026-07-08T00:03:17.517Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-08T00:03:17.614Z+++ rustup show active-toolchain -v
1032026-07-08T00:03:17.617Z+++ head -n 1
1042026-07-08T00:03:17.617Z+++ cut '-d ' -f1
1052026-07-08T00:03:17.671Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-07-08T00:03:17.671Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-07-08T00:03:17.671Z++ popd
1082026-07-08T00:03:17.674Z/work/oxidecomputer/opte
1092026-07-08T00:03:17.674Z+ cargo --version
1102026-07-08T00:03:17.681Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-07-08T00:03:17.684Z+ rustc --version
1122026-07-08T00:03:17.703Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-07-08T00:03:17.707Z+ cd crates/opte-api
1142026-07-08T00:03:17.707Z+ header 'check API_VERSION'
1152026-07-08T00:03:17.707Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-08T00:03:17.707Z+ ./check-api-version.sh
1172026-07-08T00:03:17.707Z# ==== check API_VERSION ==== #
1182026-07-08T00:03:17.725Z+ header 'check style'
1192026-07-08T00:03:17.728Z+ echo '# ==== check style ==== #'
1202026-07-08T00:03:17.728Z# ==== check style ==== #
1212026-07-08T00:03:17.728Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1222026-07-08T00:03:17.836Z
1232026-07-08T00:03:17.836Zreal 0.077019667
1242026-07-08T00:03:17.836Zuser 0.045033317
1252026-07-08T00:03:17.836Zsys 0.028920802
1262026-07-08T00:03:17.837Ztrap 0.000006120
1272026-07-08T00:03:17.837Ztflt 0.000009850
1282026-07-08T00:03:17.837Zdflt 0.000000630
1292026-07-08T00:03:17.837Zkflt 0.000000000
1302026-07-08T00:03:17.837Zlock 0.032511402
1312026-07-08T00:03:17.837Zslp 0.056898725
1322026-07-08T00:03:17.837Zlat 0.000810770
1332026-07-08T00:03:17.837Zstop 0.000087040
1342026-07-08T00:03:17.840Z+ header 'analyze std'
1352026-07-08T00:03:17.840Z+ echo '# ==== analyze std ==== #'
1362026-07-08T00:03:17.840Z+ ptime -m cargo clippy --all-targets
1372026-07-08T00:03:17.840Z# ==== analyze std ==== #
1382026-07-08T00:03:17.965Z Updating crates.io index
1392026-07-08T00:03:17.968Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-08T00:03:18.944Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-08T00:03:19.208Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-08T00:03:19.433Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-07-08T00:03:19.772Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-07-08T00:03:20.028Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-08T00:03:20.287Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-08T00:03:22.772Z Downloading crates ...
1472026-07-08T00:03:22.822Z Downloaded darling v0.21.3
1482026-07-08T00:03:22.826Z Downloaded defmt-parser v1.0.0
1492026-07-08T00:03:22.829Z Downloaded byteorder v1.5.0
1502026-07-08T00:03:22.862Z Downloaded macaddr v1.0.1
1512026-07-08T00:03:22.865Z Downloaded fnv v1.0.7
1522026-07-08T00:03:22.865Z Downloaded darling_macro v0.21.3
1532026-07-08T00:03:22.870Z Downloaded stable_deref_trait v1.2.1
1542026-07-08T00:03:22.873Z Downloaded hash32 v0.3.1
1552026-07-08T00:03:22.873Z Downloaded thiserror v2.0.18
1562026-07-08T00:03:22.876Z Downloaded embedded-io v0.6.1
1572026-07-08T00:03:22.876Z Downloaded embedded-io v0.4.0
1582026-07-08T00:03:22.879Z Downloaded ident_case v1.0.1
1592026-07-08T00:03:22.884Z Downloaded managed v0.8.0
1602026-07-08T00:03:22.888Z Downloaded cobs v0.3.0
1612026-07-08T00:03:22.888Z Downloaded proc-macro-error-attr2 v2.0.0
1622026-07-08T00:03:22.892Z Downloaded defmt v0.3.100
1632026-07-08T00:03:22.895Z Downloaded cfg-if v1.0.4
1642026-07-08T00:03:22.898Z Downloaded strsim v0.11.1
1652026-07-08T00:03:22.900Z Downloaded proc-macro-error2 v2.0.1
1662026-07-08T00:03:22.903Z Downloaded defmt-macros v1.1.0
1672026-07-08T00:03:22.903Z Downloaded bitflags v1.3.2
1682026-07-08T00:03:22.906Z Downloaded quote v1.0.46
1692026-07-08T00:03:22.908Z Downloaded ipnetwork v0.21.1
1702026-07-08T00:03:22.920Z Downloaded ingot-types v0.1.2
1712026-07-08T00:03:22.923Z Downloaded ingot v0.1.1
1722026-07-08T00:03:22.923Z Downloaded either v1.16.0
1732026-07-08T00:03:22.941Z Downloaded defmt v1.1.0
1742026-07-08T00:03:22.944Z Downloaded thiserror-impl v2.0.18
1752026-07-08T00:03:22.946Z Downloaded serde_core v1.0.228
1762026-07-08T00:03:22.946Z Downloaded postcard v1.1.3
1772026-07-08T00:03:22.949Z Downloaded ingot-macros v0.1.1
1782026-07-08T00:03:22.952Z Downloaded serde_derive v1.0.228
1792026-07-08T00:03:22.952Z Downloaded unicode-ident v1.0.24
1802026-07-08T00:03:22.954Z Downloaded regex-syntax v0.8.11
1812026-07-08T00:03:22.958Z Downloaded bitflags v2.13.0
1822026-07-08T00:03:22.965Z Downloaded proc-macro2 v1.0.106
1832026-07-08T00:03:22.972Z Downloaded heapless v0.8.0
1842026-07-08T00:03:22.977Z Downloaded serde v1.0.228
1852026-07-08T00:03:22.984Z Downloaded zerocopy-derive v0.8.52
1862026-07-08T00:03:22.989Z Downloaded darling_core v0.21.3
1872026-07-08T00:03:22.993Z Downloaded aho-corasick v1.1.4
1882026-07-08T00:03:22.996Z Downloaded memchr v2.8.2
1892026-07-08T00:03:23.008Z Downloaded itertools v0.14.0
1902026-07-08T00:03:23.014Z Downloaded regex v1.12.4
1912026-07-08T00:03:23.042Z Downloaded zerocopy v0.8.52
1922026-07-08T00:03:23.052Z Downloaded syn v2.0.118
1932026-07-08T00:03:23.058Z Downloaded smoltcp v0.11.0
1942026-07-08T00:03:23.072Z Downloaded regex-automata v0.4.14
1952026-07-08T00:03:23.108Z Compiling proc-macro2 v1.0.106
1962026-07-08T00:03:23.108Z Compiling quote v1.0.46
1972026-07-08T00:03:23.108Z Compiling unicode-ident v1.0.24
1982026-07-08T00:03:23.111Z Compiling strsim v0.11.1
1992026-07-08T00:03:23.111Z Compiling ident_case v1.0.1
2002026-07-08T00:03:23.111Z Compiling fnv v1.0.7
2012026-07-08T00:03:23.111Z Compiling memchr v2.8.2
2022026-07-08T00:03:23.111Z Compiling serde_core v1.0.228
2032026-07-08T00:03:23.277Z Compiling regex-syntax v0.8.11
2042026-07-08T00:03:23.296Z Compiling zerocopy v0.8.52
2052026-07-08T00:03:23.301Z Compiling serde v1.0.228
2062026-07-08T00:03:23.460Z Compiling either v1.16.0
2072026-07-08T00:03:23.654Z Compiling aho-corasick v1.1.4
2082026-07-08T00:03:23.690Z Compiling thiserror v2.0.18
2092026-07-08T00:03:24.150Z Compiling itertools v0.14.0
2102026-07-08T00:03:24.156Z Checking byteorder v1.5.0
2112026-07-08T00:03:24.159Z Compiling heapless v0.8.0
2122026-07-08T00:03:24.296Z Checking hash32 v0.3.1
2132026-07-08T00:03:24.301Z Checking bitflags v2.13.0
2142026-07-08T00:03:24.397Z Compiling smoltcp v0.11.0
2152026-07-08T00:03:24.445Z Checking macaddr v1.0.1
2162026-07-08T00:03:24.574Z Checking stable_deref_trait v1.2.1
2172026-07-08T00:03:24.594Z Checking managed v0.8.0
2182026-07-08T00:03:24.717Z Compiling regex-automata v0.4.14
2192026-07-08T00:03:24.963Z Compiling syn v2.0.118
2202026-07-08T00:03:24.989Z Checking bitflags v1.3.2
2212026-07-08T00:03:24.999Z Checking cfg-if v1.0.4
2222026-07-08T00:03:25.014Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2232026-07-08T00:03:25.045Z Checking ipnetwork v0.21.1
2242026-07-08T00:03:26.213Z Compiling regex v1.12.4
2252026-07-08T00:03:27.093Z Compiling darling_core v0.21.3
2262026-07-08T00:03:27.450Z Compiling serde_derive v1.0.228
2272026-07-08T00:03:27.450Z Compiling zerocopy-derive v0.8.52
2282026-07-08T00:03:27.450Z Compiling thiserror-impl v2.0.18
2292026-07-08T00:03:28.462Z Compiling darling_macro v0.21.3
2302026-07-08T00:03:28.511Z Checking cobs v0.3.0
2312026-07-08T00:03:28.940Z Compiling darling v0.21.3
2322026-07-08T00:03:29.002Z Compiling ingot-macros v0.1.1
2332026-07-08T00:03:29.694Z Checking postcard v1.1.3
2342026-07-08T00:03:30.923Z Checking ingot-types v0.1.2
2352026-07-08T00:03:31.179Z Checking ingot v0.1.1
2362026-07-08T00:03:32.449Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-07-08T00:03:33.588Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.55s
2382026-07-08T00:03:33.600Z
2392026-07-08T00:03:33.600Zreal 15.689007443
2402026-07-08T00:03:33.600Zuser 30.303579221
2412026-07-08T00:03:33.600Zsys 5.882114299
2422026-07-08T00:03:33.600Ztrap 0.011819855
2432026-07-08T00:03:33.600Ztflt 0.520337799
2442026-07-08T00:03:33.600Zdflt 1.147774057
2452026-07-08T00:03:33.600Zkflt 0.008189390
2462026-07-08T00:03:33.600Zlock 2:01.862588402
2472026-07-08T00:03:33.600Zslp 1:46.459866602
2482026-07-08T00:03:33.600Zlat 0.898855123
2492026-07-08T00:03:33.600Zstop 4.510607298
2502026-07-08T00:03:33.600Z+ header 'analyze no_std'
2512026-07-08T00:03:33.600Z+ echo '# ==== analyze no_std ==== #'
2522026-07-08T00:03:33.600Z# ==== analyze no_std ==== #
2532026-07-08T00:03:33.600Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-07-08T00:03:33.633Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-07-08T00:03:33.858Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-07-08T00:03:34.824Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2572026-07-08T00:03:34.849Z
2582026-07-08T00:03:34.849Zreal 1.311307224
2592026-07-08T00:03:34.849Zuser 1.878374436
2602026-07-08T00:03:34.849Zsys 0.261672132
2612026-07-08T00:03:34.849Ztrap 0.000223770
2622026-07-08T00:03:34.849Ztflt 0.000079090
2632026-07-08T00:03:34.849Zdflt 0.000109130
2642026-07-08T00:03:34.849Zkflt 0.000000000
2652026-07-08T00:03:34.849Zlock 4.318005403
2662026-07-08T00:03:34.849Zslp 5.277285753
2672026-07-08T00:03:34.849Zlat 0.002662610
2682026-07-08T00:03:34.849Zstop 0.042507753
2692026-07-08T00:03:34.852Z+ header test
2702026-07-08T00:03:34.852Z+ echo '# ==== test ==== #'
2712026-07-08T00:03:34.852Z# ==== test ==== #
2722026-07-08T00:03:34.852Z+ ptime -m cargo test
2732026-07-08T00:03:34.977Z Compiling serde_core v1.0.228
2742026-07-08T00:03:34.977Z Compiling byteorder v1.5.0
2752026-07-08T00:03:34.977Z Compiling macaddr v1.0.1
2762026-07-08T00:03:34.977Z Compiling bitflags v2.13.0
2772026-07-08T00:03:34.997Z Compiling zerocopy v0.8.52
2782026-07-08T00:03:35.000Z Compiling thiserror v2.0.18
2792026-07-08T00:03:35.000Z Compiling stable_deref_trait v1.2.1
2802026-07-08T00:03:35.005Z Compiling cfg-if v1.0.4
2812026-07-08T00:03:35.053Z Compiling cobs v0.3.0
2822026-07-08T00:03:35.053Z Compiling bitflags v1.3.2
2832026-07-08T00:03:35.084Z Compiling managed v0.8.0
2842026-07-08T00:03:35.108Z Compiling ipnetwork v0.21.1
2852026-07-08T00:03:35.150Z Compiling hash32 v0.3.1
2862026-07-08T00:03:35.229Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-08T00:03:35.290Z Compiling heapless v0.8.0
2882026-07-08T00:03:35.632Z Compiling smoltcp v0.11.0
2892026-07-08T00:03:36.497Z Compiling serde v1.0.228
2902026-07-08T00:03:36.891Z Compiling postcard v1.1.3
2912026-07-08T00:03:37.612Z Compiling ingot-types v0.1.2
2922026-07-08T00:03:37.879Z Compiling ingot v0.1.1
2932026-07-08T00:03:39.232Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-07-08T00:03:40.934Z Finished `test` profile [optimized + debuginfo] target(s) in 6.07s
2952026-07-08T00:03:40.944Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668)
2962026-07-08T00:03:40.947Z
2972026-07-08T00:03:40.947Zrunning 25 tests
2982026-07-08T00:03:40.947Ztest dns::tests::test_domain_name ... ok
2992026-07-08T00:03:40.947Ztest ip::test::bad_cidr ... ok
3002026-07-08T00:03:40.947Ztest encap::test::good_vni ... ok
3012026-07-08T00:03:40.947Ztest encap::test::bad_vni ... ok
3022026-07-08T00:03:40.947Ztest ip::test::bad_prefix_len ... ok
3032026-07-08T00:03:40.947Ztest encap::test::vni_round_trip ... ok
3042026-07-08T00:03:40.947Ztest ip::test::dhcp_fqdn ... ok
3052026-07-08T00:03:40.947Ztest ip::test::good_cidr ... ok
3062026-07-08T00:03:40.947Ztest ip::test::ipv4_addr_bad ... ok
3072026-07-08T00:03:40.947Ztest ip::test::ipv4_addr_good ... ok
3082026-07-08T00:03:40.947Ztest ip::test::ipv4_mask ... ok
3092026-07-08T00:03:40.947Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-07-08T00:03:40.947Ztest ip::test::ipv6_is_default ... ok
3112026-07-08T00:03:40.947Ztest ip::test::ipv6_mask ... ok
3122026-07-08T00:03:40.947Ztest ip::test::ipv6_prefix_len ... ok
3132026-07-08T00:03:40.947Ztest ip::test::test_ip_addr_from_str ... ok
3142026-07-08T00:03:40.947Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-07-08T00:03:40.947Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-07-08T00:03:40.947Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-07-08T00:03:40.947Ztest ip::test::test_ipv6_from_const ... ok
3182026-07-08T00:03:40.948Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-07-08T00:03:40.948Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-07-08T00:03:40.948Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-07-08T00:03:40.948Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-07-08T00:03:40.948Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-07-08T00:03:40.948Z
3242026-07-08T00:03:40.948Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-07-08T00:03:40.948Z
3262026-07-08T00:03:40.948Z Doc-tests opte_api
3272026-07-08T00:03:41.529Z
3282026-07-08T00:03:41.529Zrunning 1 test
3292026-07-08T00:03:41.532Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-07-08T00:03:41.532Z
3312026-07-08T00:03:41.532Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-07-08T00:03:41.532Z
3332026-07-08T00:03:41.535Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3342026-07-08T00:03:41.553Z
3352026-07-08T00:03:41.553Zreal 6.696956023
3362026-07-08T00:03:41.553Zuser 17.353103573
3372026-07-08T00:03:41.553Zsys 2.049139166
3382026-07-08T00:03:41.553Ztrap 0.005194201
3392026-07-08T00:03:41.553Ztflt 0.085733241
3402026-07-08T00:03:41.553Zdflt 0.103578417
3412026-07-08T00:03:41.553Zkflt 0.000246130
3422026-07-08T00:03:41.553Zlock 53.138118413
3432026-07-08T00:03:41.553Zslp 31.707629030
3442026-07-08T00:03:41.553Zlat 0.743084961
3452026-07-08T00:03:41.556Zstop 0.579256000
3462026-07-08T00:03:41.556Zprocess exited: duration 40685 ms, exit code 0
 
3472026-07-08T00:03:41.562Zfound 0 output files