01KVYF69BQ3JTGC267H0TXDFMX: opte-api

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

Buildomat Job: 01KVYF6XTTEC2YTZ2CY62WKDHP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:21.628Zjob assigned to worker 01KVYF73TK4S8XQG1M14D8W4WG [factory aws, i-0834b334a036d22fe] (queued for 46 s)
 
22026-06-25T04:05:28.181Zstarting task 0: "setup"
32026-06-25T04:05:28.185Z++ uname -s
42026-06-25T04:05:28.188Z+ kern=SunOS
52026-06-25T04:05:28.188Z+ build_user=build
62026-06-25T04:05:28.188Z+ build_uid=12345
72026-06-25T04:05:28.188Z+ work_dir=/work
82026-06-25T04:05:28.188Z+ input_dir=/input
92026-06-25T04:05:28.188Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:28.188Z+ case "$kern" in
112026-06-25T04:05:28.188Z+ groupadd -g 12345 build
122026-06-25T04:05:28.199Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:30.207Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:30.263Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:30.266Z+ home_fs=zfs
162026-06-25T04:05:30.266Z+ [[ zfs == autofs ]]
172026-06-25T04:05:30.266Z+ mkdir -p /home/build
182026-06-25T04:05:30.266Z+ chown build:build /home/build /work
192026-06-25T04:05:32.267Z+ chmod 0700 /home/build /work
202026-06-25T04:05:32.270Zprocess exited: duration 4091 ms, exit code 0
 
212026-06-25T04:05:32.276Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:32.281Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:32.284Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:32.284Z * rust toolchain profile = "default"
252026-06-25T04:05:32.284Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T04:05:32.284Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:32.284Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:32.284Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:32.284Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:32.376Zinfo: downloading installer
312026-06-25T04:05:34.139Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:34.139Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:34.139Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:34.139Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:34.152Zinfo: profile set to default
362026-06-25T04:05:34.152Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:34.155Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:34.319Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:34.322Zinfo: downloading 6 components
402026-06-25T04:05:50.334Z
412026-06-25T04:05:50.334Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T04:05:50.357Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:05:50.357Z
442026-06-25T04:05:50.357Z
452026-06-25T04:05:50.357ZRust is installed now. Great!
462026-06-25T04:05:50.357Z
472026-06-25T04:05:50.370ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:05:50.370Zenvironment variable. This has not been done automatically.
492026-06-25T04:05:50.370Z
502026-06-25T04:05:50.370ZTo configure your current shell, you need to source
512026-06-25T04:05:50.370Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:05:50.370Z
532026-06-25T04:05:50.370ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:05:50.370Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:05:50.370Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:05:50.370Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:05:50.370Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:05:50.370Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:05:50.370Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:05:50.370Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:05:50.371Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:05:50.442Z+ rustup --version
632026-06-25T04:05:50.453Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:05:50.460Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:05:50.473Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:05:50.477Z+ cargo --version
672026-06-25T04:05:50.492Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:05:50.496Z+ rustc --version
692026-06-25T04:05:50.513Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:05:50.529Zprocess exited: duration 18235 ms, exit code 0
 
712026-06-25T04:05:50.540Zstarting task 2: "authentication"
722026-06-25T04:05:50.563Zprocess exited: duration 21 ms, exit code 0
 
732026-06-25T04:05:50.582Zstarting task 3: "clone repository"
742026-06-25T04:05:50.602Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:05:50.602Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:05:50.619ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:05:52.980Z+ cd /work/oxidecomputer/opte
782026-06-25T04:05:52.980Z+ git fetch origin d1082cc955d4587752fbf7b58d475cfa9ba9ae24
792026-06-25T04:05:53.002ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:05:53.002Z * branch d1082cc955d4587752fbf7b58d475cfa9ba9ae24 -> FETCH_HEAD
812026-06-25T04:05:53.003Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-06-25T04:05:53.003Z++ git branch --show-current
832026-06-25T04:05:53.003Z+ current=master
842026-06-25T04:05:53.003Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-06-25T04:05:53.003Z+ git branch -f renovate/uuid-1.x-lockfile d1082cc955d4587752fbf7b58d475cfa9ba9ae24
862026-06-25T04:05:53.003Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-06-25T04:05:53.003ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-06-25T04:05:53.003Z+ git reset --hard d1082cc955d4587752fbf7b58d475cfa9ba9ae24
892026-06-25T04:05:53.003ZHEAD is now at d1082cc Update Rust crate uuid to v1.23.4
902026-06-25T04:05:53.003Zprocess exited: duration 1198 ms, exit code 0
 
912026-06-25T04:05:53.020Zstarting task 4: "build"
922026-06-25T04:05:53.026Z+ source .github/buildomat/common.sh
932026-06-25T04:05:53.026Z++ rustup show active-toolchain
942026-06-25T04:05:53.029Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-25T04:05:53.029Z++ pushd xde
962026-06-25T04:05:53.029Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-25T04:05:53.029Z++ rustup show active-toolchain
982026-06-25T04:05:53.038Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-25T04:05:53.187Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-25T04:05:53.190Zinfo: downloading 6 components
1012026-06-25T04:06:08.120Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-25T04:06:08.258Z+++ rustup show active-toolchain -v
1032026-06-25T04:06:08.319Z+++ head -n 1
1042026-06-25T04:06:08.319Z+++ cut '-d ' -f1
1052026-06-25T04:06:08.375Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-25T04:06:08.375Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-25T04:06:08.375Z++ popd
1082026-06-25T04:06:08.375Z/work/oxidecomputer/opte
1092026-06-25T04:06:08.375Z+ cargo --version
1102026-06-25T04:06:08.375Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-25T04:06:08.375Z+ rustc --version
1122026-06-25T04:06:08.375Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-25T04:06:08.375Z+ cd crates/opte-api
1142026-06-25T04:06:08.375Z+ header 'check API_VERSION'
1152026-06-25T04:06:08.375Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-25T04:06:08.375Z# ==== check API_VERSION ==== #
1172026-06-25T04:06:08.375Z+ ./check-api-version.sh
1182026-06-25T04:06:08.375Z+ header 'check style'
1192026-06-25T04:06:08.375Z+ echo '# ==== check style ==== #'
1202026-06-25T04:06:08.375Z# ==== check style ==== #
1212026-06-25T04:06:08.375Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1222026-06-25T04:06:08.395Z
1232026-06-25T04:06:08.395Zreal 0.077902379
1242026-06-25T04:06:08.395Zuser 0.044933746
1252026-06-25T04:06:08.395Zsys 0.029735981
1262026-06-25T04:06:08.395Ztrap 0.000017657
1272026-06-25T04:06:08.402Ztflt 0.000029765
1282026-06-25T04:06:08.402Zdflt 0.000050025
1292026-06-25T04:06:08.402Zkflt 0.000000000
1302026-06-25T04:06:08.402Zlock 0.031563906
1312026-06-25T04:06:08.402Zslp 0.057501696
1322026-06-25T04:06:08.402Zlat 0.000837581
1332026-06-25T04:06:08.402Zstop 0.000096141
1342026-06-25T04:06:08.402Z+ header 'analyze std'
1352026-06-25T04:06:08.402Z+ echo '# ==== analyze std ==== #'
1362026-06-25T04:06:08.402Z# ==== analyze std ==== #
1372026-06-25T04:06:08.402Z+ ptime -m cargo clippy --all-targets
1382026-06-25T04:06:08.536Z Updating crates.io index
1392026-06-25T04:06:08.547Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-25T04:06:09.258Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-25T04:06:09.464Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-25T04:06:09.763Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-25T04:06:10.012Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-25T04:06:10.227Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-25T04:06:10.465Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-25T04:06:12.411Z Downloading crates ...
1472026-06-25T04:06:12.477Z Downloaded strsim v0.11.1
1482026-06-25T04:06:12.480Z Downloaded cfg-if v1.0.4
1492026-06-25T04:06:12.484Z Downloaded defmt-macros v1.1.0
1502026-06-25T04:06:12.490Z Downloaded defmt v0.3.100
1512026-06-25T04:06:12.499Z Downloaded proc-macro-error-attr2 v2.0.0
1522026-06-25T04:06:12.502Z Downloaded bitflags v1.3.2
1532026-06-25T04:06:12.506Z Downloaded proc-macro2 v1.0.106
1542026-06-25T04:06:12.509Z Downloaded defmt-parser v1.0.0
1552026-06-25T04:06:12.510Z Downloaded postcard v1.1.3
1562026-06-25T04:06:12.513Z Downloaded ingot-types v0.1.2
1572026-06-25T04:06:12.518Z Downloaded regex v1.12.4
1582026-06-25T04:06:12.536Z Downloaded memchr v2.8.2
1592026-06-25T04:06:12.539Z Downloaded stable_deref_trait v1.2.1
1602026-06-25T04:06:12.539Z Downloaded itertools v0.14.0
1612026-06-25T04:06:12.544Z Downloaded embedded-io v0.4.0
1622026-06-25T04:06:12.548Z Downloaded darling_macro v0.21.3
1632026-06-25T04:06:12.558Z Downloaded hash32 v0.3.1
1642026-06-25T04:06:12.561Z Downloaded managed v0.8.0
1652026-06-25T04:06:12.564Z Downloaded fnv v1.0.7
1662026-06-25T04:06:12.568Z Downloaded embedded-io v0.6.1
1672026-06-25T04:06:12.572Z Downloaded macaddr v1.0.1
1682026-06-25T04:06:12.575Z Downloaded cobs v0.3.0
1692026-06-25T04:06:12.579Z Downloaded ident_case v1.0.1
1702026-06-25T04:06:12.583Z Downloaded proc-macro-error2 v2.0.1
1712026-06-25T04:06:12.583Z Downloaded ingot v0.1.1
1722026-06-25T04:06:12.583Z Downloaded byteorder v1.5.0
1732026-06-25T04:06:12.586Z Downloaded aho-corasick v1.1.4
1742026-06-25T04:06:12.586Z Downloaded quote v1.0.46
1752026-06-25T04:06:12.590Z Downloaded thiserror-impl v2.0.18
1762026-06-25T04:06:12.590Z Downloaded either v1.16.0
1772026-06-25T04:06:12.593Z Downloaded thiserror v2.0.18
1782026-06-25T04:06:12.601Z Downloaded darling v0.21.3
1792026-06-25T04:06:12.608Z Downloaded defmt v1.1.0
1802026-06-25T04:06:12.612Z Downloaded ipnetwork v0.21.1
1812026-06-25T04:06:12.616Z Downloaded serde_derive v1.0.228
1822026-06-25T04:06:12.621Z Downloaded bitflags v2.13.0
1832026-06-25T04:06:12.624Z Downloaded unicode-ident v1.0.24
1842026-06-25T04:06:12.630Z Downloaded heapless v0.8.0
1852026-06-25T04:06:12.633Z Downloaded serde_core v1.0.228
1862026-06-25T04:06:12.637Z Downloaded serde v1.0.228
1872026-06-25T04:06:12.643Z Downloaded zerocopy-derive v0.8.52
1882026-06-25T04:06:12.649Z Downloaded darling_core v0.21.3
1892026-06-25T04:06:12.694Z Downloaded zerocopy v0.8.52
1902026-06-25T04:06:12.715Z Downloaded smoltcp v0.11.0
1912026-06-25T04:06:12.721Z Downloaded syn v2.0.118
1922026-06-25T04:06:12.726Z Downloaded regex-syntax v0.8.11
1932026-06-25T04:06:12.744Z Downloaded regex-automata v0.4.14
1942026-06-25T04:06:13.091Z Downloaded ingot-macros v0.1.1
1952026-06-25T04:06:13.121Z Compiling proc-macro2 v1.0.106
1962026-06-25T04:06:13.121Z Compiling unicode-ident v1.0.24
1972026-06-25T04:06:13.121Z Compiling quote v1.0.46
1982026-06-25T04:06:13.124Z Compiling ident_case v1.0.1
1992026-06-25T04:06:13.124Z Compiling memchr v2.8.2
2002026-06-25T04:06:13.125Z Compiling fnv v1.0.7
2012026-06-25T04:06:13.181Z Compiling strsim v0.11.1
2022026-06-25T04:06:13.189Z Compiling serde_core v1.0.228
2032026-06-25T04:06:13.296Z Compiling regex-syntax v0.8.11
2042026-06-25T04:06:13.310Z Compiling serde v1.0.228
2052026-06-25T04:06:13.316Z Compiling zerocopy v0.8.52
2062026-06-25T04:06:13.497Z Compiling thiserror v2.0.18
2072026-06-25T04:06:13.555Z Compiling either v1.16.0
2082026-06-25T04:06:13.600Z Compiling aho-corasick v1.1.4
2092026-06-25T04:06:13.753Z Compiling itertools v0.14.0
2102026-06-25T04:06:13.761Z Compiling heapless v0.8.0
2112026-06-25T04:06:13.764Z Checking byteorder v1.5.0
2122026-06-25T04:06:13.911Z Checking hash32 v0.3.1
2132026-06-25T04:06:14.019Z Compiling smoltcp v0.11.0
2142026-06-25T04:06:14.026Z Checking macaddr v1.0.1
2152026-06-25T04:06:14.156Z Checking stable_deref_trait v1.2.1
2162026-06-25T04:06:14.218Z Checking bitflags v2.13.0
2172026-06-25T04:06:14.361Z Compiling syn v2.0.118
2182026-06-25T04:06:14.376Z Checking managed v0.8.0
2192026-06-25T04:06:14.436Z Checking cfg-if v1.0.4
2202026-06-25T04:06:14.493Z Checking bitflags v1.3.2
2212026-06-25T04:06:14.547Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-25T04:06:14.553Z Checking ipnetwork v0.21.1
2232026-06-25T04:06:14.718Z Compiling regex-automata v0.4.14
2242026-06-25T04:06:16.173Z Compiling regex v1.12.4
2252026-06-25T04:06:16.524Z Compiling darling_core v0.21.3
2262026-06-25T04:06:16.844Z Compiling thiserror-impl v2.0.18
2272026-06-25T04:06:16.844Z Compiling serde_derive v1.0.228
2282026-06-25T04:06:16.844Z Compiling zerocopy-derive v0.8.52
2292026-06-25T04:06:17.862Z Checking cobs v0.3.0
2302026-06-25T04:06:17.872Z Compiling darling_macro v0.21.3
2312026-06-25T04:06:18.359Z Compiling darling v0.21.3
2322026-06-25T04:06:18.418Z Compiling ingot-macros v0.1.1
2332026-06-25T04:06:19.115Z Checking postcard v1.1.3
2342026-06-25T04:06:20.380Z Checking ingot-types v0.1.2
2352026-06-25T04:06:20.642Z Checking ingot v0.1.1
2362026-06-25T04:06:21.908Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-25T04:06:22.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.47s
2382026-06-25T04:06:23.009Z
2392026-06-25T04:06:23.009Zreal 14.609104867
2402026-06-25T04:06:23.009Zuser 30.563878583
2412026-06-25T04:06:23.009Zsys 5.910448442
2422026-06-25T04:06:23.009Ztrap 0.015537398
2432026-06-25T04:06:23.009Ztflt 0.081121620
2442026-06-25T04:06:23.009Zdflt 0.163166997
2452026-06-25T04:06:23.009Zkflt 0.004204966
2462026-06-25T04:06:23.009Zlock 1:53.555465220
2472026-06-25T04:06:23.009Zslp 1:31.534932289
2482026-06-25T04:06:23.012Zlat 0.826912929
2492026-06-25T04:06:23.012Zstop 4.377901781
2502026-06-25T04:06:23.012Z+ header 'analyze no_std'
2512026-06-25T04:06:23.012Z+ echo '# ==== analyze no_std ==== #'
2522026-06-25T04:06:23.012Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2532026-06-25T04:06:23.012Z# ==== analyze no_std ==== #
2542026-06-25T04:06:23.108Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-25T04:06:23.332Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-25T04:06:24.326Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2572026-06-25T04:06:24.349Z
2582026-06-25T04:06:24.349Zreal 1.335533991
2592026-06-25T04:06:24.349Zuser 1.906985062
2602026-06-25T04:06:24.349Zsys 0.258207204
2612026-06-25T04:06:24.349Ztrap 0.000167964
2622026-06-25T04:06:24.349Ztflt 0.000091343
2632026-06-25T04:06:24.349Zdflt 0.000058013
2642026-06-25T04:06:24.349Zkflt 0.000000000
2652026-06-25T04:06:24.349Zlock 4.397123094
2662026-06-25T04:06:24.349Zslp 5.355730665
2672026-06-25T04:06:24.349Zlat 0.002133919
2682026-06-25T04:06:24.349Zstop 0.040792175
2692026-06-25T04:06:24.352Z+ header test
2702026-06-25T04:06:24.352Z+ echo '# ==== test ==== #'
2712026-06-25T04:06:24.353Z+ ptime -m cargo test
2722026-06-25T04:06:24.353Z# ==== test ==== #
2732026-06-25T04:06:24.477Z Compiling serde_core v1.0.228
2742026-06-25T04:06:24.477Z Compiling byteorder v1.5.0
2752026-06-25T04:06:24.477Z Compiling stable_deref_trait v1.2.1
2762026-06-25T04:06:24.477Z Compiling bitflags v2.13.0
2772026-06-25T04:06:24.480Z Compiling thiserror v2.0.18
2782026-06-25T04:06:24.495Z Compiling zerocopy v0.8.52
2792026-06-25T04:06:24.497Z Compiling macaddr v1.0.1
2802026-06-25T04:06:24.505Z Compiling bitflags v1.3.2
2812026-06-25T04:06:24.551Z Compiling cobs v0.3.0
2822026-06-25T04:06:24.554Z Compiling managed v0.8.0
2832026-06-25T04:06:24.584Z Compiling cfg-if v1.0.4
2842026-06-25T04:06:24.640Z Compiling hash32 v0.3.1
2852026-06-25T04:06:24.653Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-06-25T04:06:24.730Z Compiling ipnetwork v0.21.1
2872026-06-25T04:06:24.759Z Compiling heapless v0.8.0
2882026-06-25T04:06:25.100Z Compiling smoltcp v0.11.0
2892026-06-25T04:06:26.026Z Compiling serde v1.0.228
2902026-06-25T04:06:26.443Z Compiling postcard v1.1.3
2912026-06-25T04:06:27.077Z Compiling ingot-types v0.1.2
2922026-06-25T04:06:27.349Z Compiling ingot v0.1.1
2932026-06-25T04:06:28.721Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-25T04:06:30.403Z Finished `test` profile [optimized + debuginfo] target(s) in 6.04s
2952026-06-25T04:06:30.412Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668)
2962026-06-25T04:06:30.416Z
2972026-06-25T04:06:30.416Zrunning 25 tests
2982026-06-25T04:06:30.416Ztest encap::test::good_vni ... ok
2992026-06-25T04:06:30.416Ztest encap::test::bad_vni ... ok
3002026-06-25T04:06:30.416Ztest ip::test::bad_cidr ... ok
3012026-06-25T04:06:30.416Ztest dns::tests::test_domain_name ... ok
3022026-06-25T04:06:30.417Ztest encap::test::vni_round_trip ... ok
3032026-06-25T04:06:30.417Ztest ip::test::bad_prefix_len ... ok
3042026-06-25T04:06:30.417Ztest ip::test::dhcp_fqdn ... ok
3052026-06-25T04:06:30.417Ztest ip::test::good_cidr ... ok
3062026-06-25T04:06:30.417Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-25T04:06:30.417Ztest ip::test::ipv4_addr_good ... ok
3082026-06-25T04:06:30.417Ztest ip::test::ipv4_mask ... ok
3092026-06-25T04:06:30.417Ztest ip::test::ipv6_is_default ... ok
3102026-06-25T04:06:30.417Ztest ip::test::ipv6_cidr_is_member ... ok
3112026-06-25T04:06:30.417Ztest ip::test::ipv6_mask ... ok
3122026-06-25T04:06:30.417Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-25T04:06:30.417Ztest ip::test::test_ip_addr_from_str ... ok
3142026-06-25T04:06:30.417Ztest ip::test::test_ipv4_multicast_mac ... ok
3152026-06-25T04:06:30.418Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-06-25T04:06:30.418Ztest ip::test::test_ip_cidr_from_str ... ok
3172026-06-25T04:06:30.418Ztest ip::test::test_ipv6_from_const ... ok
3182026-06-25T04:06:30.418Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3192026-06-25T04:06:30.418Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3202026-06-25T04:06:30.418Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-06-25T04:06:30.418Ztest ip::test::test_multicast_underlay_serde ... ok
3222026-06-25T04:06:30.418Ztest ip::test::test_ipv6_is_multicast ... ok
3232026-06-25T04:06:30.418Z
3242026-06-25T04:06:30.418Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-25T04:06:30.418Z
3262026-06-25T04:06:30.418Z Doc-tests opte_api
3272026-06-25T04:06:30.994Z
3282026-06-25T04:06:30.995Zrunning 1 test
3292026-06-25T04:06:30.998Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-25T04:06:30.998Z
3312026-06-25T04:06:30.998Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-25T04:06:30.998Z
3332026-06-25T04:06:31.002Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3342026-06-25T04:06:31.018Z
3352026-06-25T04:06:31.021Zreal 6.660465519
3362026-06-25T04:06:31.021Zuser 17.360580954
3372026-06-25T04:06:31.021Zsys 2.014461804
3382026-06-25T04:06:31.021Ztrap 0.004114438
3392026-06-25T04:06:31.021Ztflt 0.060727767
3402026-06-25T04:06:31.021Zdflt 0.098850407
3412026-06-25T04:06:31.021Zkflt 0.000250597
3422026-06-25T04:06:31.021Zlock 53.045060840
3432026-06-25T04:06:31.022Zslp 31.320413637
3442026-06-25T04:06:31.022Zlat 0.973835881
3452026-06-25T04:06:31.022Zstop 0.821625064
3462026-06-25T04:06:31.022Zprocess exited: duration 38003 ms, exit code 0
 
3472026-06-25T04:06:31.029Zfound 0 output files