01KSVGP34CE6VKSEFYSJCAEVWF: opte-api

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

Buildomat Job: 01KSVGPP9CMC9MYKF910DFXV1P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-30T04:02:19.025Zjob assigned to worker 01KSVGPRXMMZHS6K717EVPNCDJ [factory aws, i-0add89c4f175dd7f9] (queued for 46 s)
 
22026-05-30T04:02:25.513Zstarting task 0: "setup"
32026-05-30T04:02:25.516Z++ uname -s
42026-05-30T04:02:25.519Z+ kern=SunOS
52026-05-30T04:02:25.519Z+ build_user=build
62026-05-30T04:02:25.519Z+ build_uid=12345
72026-05-30T04:02:25.519Z+ work_dir=/work
82026-05-30T04:02:25.519Z+ input_dir=/input
92026-05-30T04:02:25.519Z+ [[ 0 == 12345 ]]
102026-05-30T04:02:25.519Z+ case "$kern" in
112026-05-30T04:02:25.519Z+ groupadd -g 12345 build
122026-05-30T04:02:25.529Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-30T04:02:27.535Z+ zfs create -o mountpoint=/work rpool/work
142026-05-30T04:02:27.597Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-30T04:02:27.600Z+ home_fs=zfs
162026-05-30T04:02:27.600Z+ [[ zfs == autofs ]]
172026-05-30T04:02:27.601Z+ mkdir -p /home/build
182026-05-30T04:02:27.601Z+ chown build:build /home/build /work
192026-05-30T04:02:29.601Z+ chmod 0700 /home/build /work
202026-05-30T04:02:29.604Zprocess exited: duration 4092 ms, exit code 0
 
212026-05-30T04:02:29.610Zstarting task 1: "rust-toolchain"
222026-05-30T04:02:29.613Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-30T04:02:29.613Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-30T04:02:29.613Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-30T04:02:29.613Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-30T04:02:29.616Z * rust toolchain channel = "1.95.0"
272026-05-30T04:02:29.616Z * rust toolchain profile = "default"
282026-05-30T04:02:29.616Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-30T04:02:29.616Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-30T04:02:29.729Zinfo: downloading installer
312026-05-30T04:02:31.141Zwarn: It looks like you have an existing rustup settings file at:
322026-05-30T04:02:31.141Zwarn: /home/build/.rustup/settings.toml
332026-05-30T04:02:31.141Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-30T04:02:31.141Zwarn: instead of the one inferred from the default host triple.
352026-05-30T04:02:31.154Zinfo: profile set to default
362026-05-30T04:02:31.154Zinfo: default host triple is x86_64-unknown-illumos
372026-05-30T04:02:31.157Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-30T04:02:31.293Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-30T04:02:31.296Zinfo: downloading 6 components
402026-05-30T04:02:45.799Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-30T04:02:45.799Z
422026-05-30T04:02:45.843Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-30T04:02:45.843Z
442026-05-30T04:02:45.843Z
452026-05-30T04:02:45.843ZRust is installed now. Great!
462026-05-30T04:02:45.843Z
472026-05-30T04:02:45.843ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-30T04:02:45.846Zenvironment variable. This has not been done automatically.
492026-05-30T04:02:45.846Z
502026-05-30T04:02:45.846ZTo configure your current shell, you need to source
512026-05-30T04:02:45.846Zthe corresponding env file under $HOME/.cargo.
522026-05-30T04:02:45.846Z
532026-05-30T04:02:45.846ZThis is usually done by running one of the following (note the leading DOT):
542026-05-30T04:02:45.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-30T04:02:45.847Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-30T04:02:45.847Zsource "~/.cargo/env.nu" # For nushell
572026-05-30T04:02:45.847Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-30T04:02:45.847Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-30T04:02:45.847Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-30T04:02:45.847Zwarn: no default linker (`cc`) was found in your PATH
612026-05-30T04:02:45.847Zwarn: many Rust crates require a system C toolchain to build
622026-05-30T04:02:45.935Z+ rustup --version
632026-05-30T04:02:45.944Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-30T04:02:45.946Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-30T04:02:45.965Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-30T04:02:45.968Z+ cargo --version
672026-05-30T04:02:45.981Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-30T04:02:45.984Z+ rustc --version
692026-05-30T04:02:46.004Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-30T04:02:46.007Zprocess exited: duration 16395 ms, exit code 0
 
712026-05-30T04:02:46.012Zstarting task 2: "authentication"
722026-05-30T04:02:46.029Zprocess exited: duration 16 ms, exit code 0
 
732026-05-30T04:02:46.035Zstarting task 3: "clone repository"
742026-05-30T04:02:46.038Z+ mkdir -p /work/oxidecomputer/opte
752026-05-30T04:02:46.041Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-30T04:02:46.093ZCloning into '/work/oxidecomputer/opte'...
772026-05-30T04:02:46.870Z+ cd /work/oxidecomputer/opte
782026-05-30T04:02:46.870Z+ git fetch origin 24b470b8d12aa183b4fd0951cce5852d1d72761b
792026-05-30T04:02:47.095ZFrom https://github.com/oxidecomputer/opte
802026-05-30T04:02:47.095Z * branch 24b470b8d12aa183b4fd0951cce5852d1d72761b -> FETCH_HEAD
812026-05-30T04:02:47.100Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-05-30T04:02:47.103Z++ git branch --show-current
832026-05-30T04:02:47.103Z+ current=master
842026-05-30T04:02:47.103Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-05-30T04:02:47.103Z+ git branch -f renovate/zerocopy-0.x-lockfile 24b470b8d12aa183b4fd0951cce5852d1d72761b
862026-05-30T04:02:47.106Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-05-30T04:02:47.122ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-05-30T04:02:47.125Z+ git reset --hard 24b470b8d12aa183b4fd0951cce5852d1d72761b
892026-05-30T04:02:47.138ZHEAD is now at 24b470b Update Rust crate zerocopy to v0.8.50
902026-05-30T04:02:47.141Zprocess exited: duration 1104 ms, exit code 0
 
912026-05-30T04:02:47.147Zstarting task 4: "build"
922026-05-30T04:02:47.151Z+ source .github/buildomat/common.sh
932026-05-30T04:02:47.153Z++ rustup show active-toolchain
942026-05-30T04:02:47.156Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-30T04:02:47.161Z++ pushd xde
962026-05-30T04:02:47.161Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-30T04:02:47.161Z++ rustup show active-toolchain
982026-05-30T04:02:47.164Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-30T04:02:47.307Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-30T04:02:47.310Zinfo: downloading 6 components
1012026-05-30T04:03:01.061Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-30T04:03:01.158Z+++ rustup show active-toolchain -v
1032026-05-30T04:03:01.161Z+++ head -n 1
1042026-05-30T04:03:01.161Z+++ cut '-d ' -f1
1052026-05-30T04:03:01.213Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-30T04:03:01.213Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-30T04:03:01.213Z++ popd
1082026-05-30T04:03:01.216Z/work/oxidecomputer/opte
1092026-05-30T04:03:01.216Z+ cargo --version
1102026-05-30T04:03:01.223Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-30T04:03:01.226Z+ rustc --version
1122026-05-30T04:03:01.245Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-30T04:03:01.248Z+ cd crates/opte-api
1142026-05-30T04:03:01.248Z+ header 'check API_VERSION'
1152026-05-30T04:03:01.248Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-30T04:03:01.248Z# ==== check API_VERSION ==== #
1172026-05-30T04:03:01.248Z+ ./check-api-version.sh
1182026-05-30T04:03:01.255Z+ header 'check style'
1192026-05-30T04:03:01.255Z+ echo '# ==== check style ==== #'
1202026-05-30T04:03:01.258Z# ==== check style ==== #
1212026-05-30T04:03:01.258Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-30T04:03:01.360Z
1232026-05-30T04:03:01.360Zreal 0.090291323
1242026-05-30T04:03:01.360Zuser 0.046052005
1252026-05-30T04:03:01.360Zsys 0.040857703
1262026-05-30T04:03:01.360Ztrap 0.000008320
1272026-05-30T04:03:01.360Ztflt 0.000007190
1282026-05-30T04:03:01.360Zdflt 0.000003200
1292026-05-30T04:03:01.360Zkflt 0.000009340
1302026-05-30T04:03:01.360Zlock 0.032990760
1312026-05-30T04:03:01.360Zslp 0.060720610
1322026-05-30T04:03:01.360Zlat 0.000618360
1332026-05-30T04:03:01.360Zstop 0.000089830
1342026-05-30T04:03:01.364Z+ header 'analyze std'
1352026-05-30T04:03:01.365Z+ echo '# ==== analyze std ==== #'
1362026-05-30T04:03:01.365Z+ ptime -m cargo clippy --all-targets
1372026-05-30T04:03:01.365Z# ==== analyze std ==== #
1382026-05-30T04:03:01.499Z Updating crates.io index
1392026-05-30T04:03:01.577Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-30T04:03:02.563Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-30T04:03:02.867Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-30T04:03:03.237Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-30T04:03:03.655Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-30T04:03:03.892Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-30T04:03:04.127Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-30T04:03:05.895Z Downloading crates ...
1472026-05-30T04:03:05.953Z Downloaded serde v1.0.228
1482026-05-30T04:03:05.956Z Downloaded darling v0.21.3
1492026-05-30T04:03:05.959Z Downloaded defmt-macros v1.0.1
1502026-05-30T04:03:05.962Z Downloaded quote v1.0.45
1512026-05-30T04:03:05.965Z Downloaded darling_core v0.21.3
1522026-05-30T04:03:05.967Z Downloaded bitflags v1.3.2
1532026-05-30T04:03:05.972Z Downloaded unicode-ident v1.0.24
1542026-05-30T04:03:05.975Z Downloaded serde_core v1.0.228
1552026-05-30T04:03:05.978Z Downloaded bitflags v2.11.1
1562026-05-30T04:03:05.981Z Downloaded zerocopy-derive v0.8.50
1572026-05-30T04:03:05.985Z Downloaded proc-macro2 v1.0.106
1582026-05-30T04:03:05.988Z Downloaded embedded-io v0.4.0
1592026-05-30T04:03:05.988Z Downloaded proc-macro-error2 v2.0.1
1602026-05-30T04:03:05.990Z Downloaded byteorder v1.5.0
1612026-05-30T04:03:05.990Z Downloaded defmt v0.3.100
1622026-05-30T04:03:05.991Z Downloaded ipnetwork v0.21.1
1632026-05-30T04:03:05.993Z Downloaded strsim v0.11.1
1642026-05-30T04:03:05.993Z Downloaded cobs v0.3.0
1652026-05-30T04:03:05.993Z Downloaded cfg-if v1.0.4
1662026-05-30T04:03:05.997Z Downloaded stable_deref_trait v1.2.1
1672026-05-30T04:03:05.997Z Downloaded serde_derive v1.0.228
1682026-05-30T04:03:06.000Z Downloaded proc-macro-error-attr2 v2.0.0
1692026-05-30T04:03:06.000Z Downloaded ident_case v1.0.1
1702026-05-30T04:03:06.009Z Downloaded macaddr v1.0.1
1712026-05-30T04:03:06.012Z Downloaded managed v0.8.0
1722026-05-30T04:03:06.015Z Downloaded ingot v0.1.1
1732026-05-30T04:03:06.017Z Downloaded defmt-parser v1.0.0
1742026-05-30T04:03:06.020Z Downloaded hash32 v0.3.1
1752026-05-30T04:03:06.020Z Downloaded darling_macro v0.21.3
1762026-05-30T04:03:06.023Z Downloaded thiserror v2.0.18
1772026-05-30T04:03:06.026Z Downloaded fnv v1.0.7
1782026-05-30T04:03:06.031Z Downloaded ingot-types v0.1.2
1792026-05-30T04:03:06.034Z Downloaded either v1.15.0
1802026-05-30T04:03:06.034Z Downloaded embedded-io v0.6.1
1812026-05-30T04:03:06.038Z Downloaded thiserror-impl v2.0.18
1822026-05-30T04:03:06.041Z Downloaded defmt v1.0.1
1832026-05-30T04:03:06.049Z Downloaded postcard v1.1.3
1842026-05-30T04:03:06.052Z Downloaded ingot-macros v0.1.1
1852026-05-30T04:03:06.062Z Downloaded heapless v0.8.0
1862026-05-30T04:03:06.067Z Downloaded memchr v2.8.0
1872026-05-30T04:03:06.114Z Downloaded regex v1.12.3
1882026-05-30T04:03:06.117Z Downloaded itertools v0.14.0
1892026-05-30T04:03:06.120Z Downloaded aho-corasick v1.1.4
1902026-05-30T04:03:06.149Z Downloaded smoltcp v0.11.0
1912026-05-30T04:03:06.157Z Downloaded syn v2.0.117
1922026-05-30T04:03:06.163Z Downloaded zerocopy v0.8.50
1932026-05-30T04:03:06.173Z Downloaded regex-syntax v0.8.10
1942026-05-30T04:03:06.182Z Downloaded regex-automata v0.4.14
1952026-05-30T04:03:06.218Z Compiling proc-macro2 v1.0.106
1962026-05-30T04:03:06.221Z Compiling quote v1.0.45
1972026-05-30T04:03:06.221Z Compiling unicode-ident v1.0.24
1982026-05-30T04:03:06.221Z Compiling strsim v0.11.1
1992026-05-30T04:03:06.221Z Compiling fnv v1.0.7
2002026-05-30T04:03:06.221Z Compiling ident_case v1.0.1
2012026-05-30T04:03:06.221Z Compiling memchr v2.8.0
2022026-05-30T04:03:06.221Z Compiling regex-syntax v0.8.10
2032026-05-30T04:03:06.389Z Compiling serde_core v1.0.228
2042026-05-30T04:03:06.404Z Compiling zerocopy v0.8.50
2052026-05-30T04:03:06.410Z Compiling thiserror v2.0.18
2062026-05-30T04:03:06.578Z Compiling either v1.15.0
2072026-05-30T04:03:06.774Z Compiling aho-corasick v1.1.4
2082026-05-30T04:03:06.781Z Compiling serde v1.0.228
2092026-05-30T04:03:06.825Z Compiling itertools v0.14.0
2102026-05-30T04:03:06.837Z Checking byteorder v1.5.0
2112026-05-30T04:03:06.989Z Compiling heapless v0.8.0
2122026-05-30T04:03:06.995Z Checking hash32 v0.3.1
2132026-05-30T04:03:07.090Z Compiling smoltcp v0.11.0
2142026-05-30T04:03:07.134Z Checking macaddr v1.0.1
2152026-05-30T04:03:07.272Z Checking bitflags v2.11.1
2162026-05-30T04:03:07.412Z Checking stable_deref_trait v1.2.1
2172026-05-30T04:03:07.452Z Checking managed v0.8.0
2182026-05-30T04:03:07.630Z Compiling syn v2.0.117
2192026-05-30T04:03:07.636Z Checking bitflags v1.3.2
2202026-05-30T04:03:07.668Z Checking cfg-if v1.0.4
2212026-05-30T04:03:07.693Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-30T04:03:07.723Z Compiling regex-automata v0.4.14
2232026-05-30T04:03:07.955Z Checking ipnetwork v0.21.1
2242026-05-30T04:03:09.206Z Compiling regex v1.12.3
2252026-05-30T04:03:09.818Z Compiling darling_core v0.21.3
2262026-05-30T04:03:10.160Z Compiling zerocopy-derive v0.8.50
2272026-05-30T04:03:10.160Z Compiling serde_derive v1.0.228
2282026-05-30T04:03:10.160Z Compiling thiserror-impl v2.0.18
2292026-05-30T04:03:11.142Z Compiling darling_macro v0.21.3
2302026-05-30T04:03:11.173Z Checking cobs v0.3.0
2312026-05-30T04:03:11.634Z Compiling darling v0.21.3
2322026-05-30T04:03:11.697Z Compiling ingot-macros v0.1.1
2332026-05-30T04:03:12.435Z Checking postcard v1.1.3
2342026-05-30T04:03:13.671Z Checking ingot-types v0.1.2
2352026-05-30T04:03:13.933Z Checking ingot v0.1.1
2362026-05-30T04:03:15.228Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-30T04:03:16.214Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.80s
2382026-05-30T04:03:16.320Z
2392026-05-30T04:03:16.320Zreal 14.954414753
2402026-05-30T04:03:16.320Zuser 30.699529434
2412026-05-30T04:03:16.320Zsys 6.064945212
2422026-05-30T04:03:16.320Ztrap 0.009857730
2432026-05-30T04:03:16.320Ztflt 0.140414598
2442026-05-30T04:03:16.320Zdflt 0.294903741
2452026-05-30T04:03:16.320Zkflt 0.006201790
2462026-05-30T04:03:16.320Zlock 1:29.999347801
2472026-05-30T04:03:16.320Zslp 1:34.975453909
2482026-05-30T04:03:16.320Zlat 0.608422092
2492026-05-30T04:03:16.320Zstop 3.872829002
2502026-05-30T04:03:16.323Z+ header 'analyze no_std'
2512026-05-30T04:03:16.323Z+ echo '# ==== analyze no_std ==== #'
2522026-05-30T04:03:16.323Z# ==== analyze no_std ==== #
2532026-05-30T04:03:16.323Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-30T04:03:16.425Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-30T04:03:16.636Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-30T04:03:17.618Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2572026-05-30T04:03:17.640Z
2582026-05-30T04:03:17.643Zreal 1.314122311
2592026-05-30T04:03:17.643Zuser 1.881679494
2602026-05-30T04:03:17.644Zsys 0.262676260
2612026-05-30T04:03:17.644Ztrap 0.000170160
2622026-05-30T04:03:17.644Ztflt 0.000075010
2632026-05-30T04:03:17.644Zdflt 0.000148350
2642026-05-30T04:03:17.644Zkflt 0.000000000
2652026-05-30T04:03:17.644Zlock 4.324695541
2662026-05-30T04:03:17.644Zslp 5.288776373
2672026-05-30T04:03:17.644Zlat 0.002208630
2682026-05-30T04:03:17.644Zstop 0.042353784
2692026-05-30T04:03:17.644Z+ header test
2702026-05-30T04:03:17.644Z+ echo '# ==== test ==== #'
2712026-05-30T04:03:17.644Z+ ptime -m cargo test
2722026-05-30T04:03:17.644Z# ==== test ==== #
2732026-05-30T04:03:17.774Z Compiling serde_core v1.0.228
2742026-05-30T04:03:17.774Z Compiling byteorder v1.5.0
2752026-05-30T04:03:17.774Z Compiling macaddr v1.0.1
2762026-05-30T04:03:17.774Z Compiling stable_deref_trait v1.2.1
2772026-05-30T04:03:17.797Z Compiling zerocopy v0.8.50
2782026-05-30T04:03:17.800Z Compiling thiserror v2.0.18
2792026-05-30T04:03:17.800Z Compiling bitflags v2.11.1
2802026-05-30T04:03:17.803Z Compiling bitflags v1.3.2
2812026-05-30T04:03:17.850Z Compiling managed v0.8.0
2822026-05-30T04:03:17.853Z Compiling cobs v0.3.0
2832026-05-30T04:03:17.885Z Compiling cfg-if v1.0.4
2842026-05-30T04:03:17.942Z Compiling hash32 v0.3.1
2852026-05-30T04:03:17.955Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-05-30T04:03:18.028Z Compiling ipnetwork v0.21.1
2872026-05-30T04:03:18.059Z Compiling heapless v0.8.0
2882026-05-30T04:03:18.422Z Compiling smoltcp v0.11.0
2892026-05-30T04:03:19.311Z Compiling serde v1.0.228
2902026-05-30T04:03:19.779Z Compiling postcard v1.1.3
2912026-05-30T04:03:20.436Z Compiling ingot-types v0.1.2
2922026-05-30T04:03:20.708Z Compiling ingot v0.1.1
2932026-05-30T04:03:22.062Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-30T04:03:23.788Z Finished `test` profile [optimized + debuginfo] target(s) in 6.13s
2952026-05-30T04:03:23.798Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-70968db81ae4e6dd)
2962026-05-30T04:03:23.801Z
2972026-05-30T04:03:23.801Zrunning 25 tests
2982026-05-30T04:03:23.801Ztest dns::tests::test_domain_name ... ok
2992026-05-30T04:03:23.801Ztest encap::test::bad_vni ... ok
3002026-05-30T04:03:23.801Ztest encap::test::good_vni ... ok
3012026-05-30T04:03:23.801Ztest encap::test::vni_round_trip ... ok
3022026-05-30T04:03:23.801Ztest ip::test::bad_prefix_len ... ok
3032026-05-30T04:03:23.801Ztest ip::test::bad_cidr ... ok
3042026-05-30T04:03:23.801Ztest ip::test::dhcp_fqdn ... ok
3052026-05-30T04:03:23.801Ztest ip::test::good_cidr ... ok
3062026-05-30T04:03:23.801Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-30T04:03:23.801Ztest ip::test::ipv4_addr_good ... ok
3082026-05-30T04:03:23.802Ztest ip::test::ipv4_mask ... ok
3092026-05-30T04:03:23.802Ztest ip::test::ipv6_is_default ... ok
3102026-05-30T04:03:23.802Ztest ip::test::ipv6_cidr_is_member ... ok
3112026-05-30T04:03:23.802Ztest ip::test::ipv6_mask ... ok
3122026-05-30T04:03:23.802Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-30T04:03:23.802Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-05-30T04:03:23.802Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3152026-05-30T04:03:23.802Ztest ip::test::test_ip_addr_from_str ... ok
3162026-05-30T04:03:23.802Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-05-30T04:03:23.802Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-30T04:03:23.802Ztest ip::test::test_ipv4_multicast_mac ... ok
3192026-05-30T04:03:23.802Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-30T04:03:23.802Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-30T04:03:23.802Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-30T04:03:23.802Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-30T04:03:23.802Z
3242026-05-30T04:03:23.802Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-30T04:03:23.802Z
3262026-05-30T04:03:23.802Z Doc-tests opte_api
3272026-05-30T04:03:24.411Z
3282026-05-30T04:03:24.411Zrunning 1 test
3292026-05-30T04:03:24.415Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-30T04:03:24.415Z
3312026-05-30T04:03:24.415Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-30T04:03:24.415Z
3332026-05-30T04:03:24.415Zall doctests ran in 0.46s; merged doctests compilation took 0.45s
3342026-05-30T04:03:24.436Z
3352026-05-30T04:03:24.439Zreal 6.788061854
3362026-05-30T04:03:24.439Zuser 17.454763185
3372026-05-30T04:03:24.439Zsys 2.102649934
3382026-05-30T04:03:24.439Ztrap 0.004445850
3392026-05-30T04:03:24.439Ztflt 0.105371552
3402026-05-30T04:03:24.439Zdflt 0.121556606
3412026-05-30T04:03:24.439Zkflt 0.000006500
3422026-05-30T04:03:24.440Zlock 53.982034319
3432026-05-30T04:03:24.440Zslp 31.796770168
3442026-05-30T04:03:24.440Zlat 0.909391336
3452026-05-30T04:03:24.440Zstop 0.757155341
3462026-05-30T04:03:24.440Zprocess exited: duration 37288 ms, exit code 0
 
3472026-05-30T04:03:24.447Zfound 0 output files