01KV590GMB7HSFHXJ28YM4ZHP9: opte-api

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

Buildomat Job: 01KV590WC8SWH6P7M71NNAPRSX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-15T09:16:11.177Zjob assigned to worker 01KV59127P9XHSY0RR9195KZTQ [factory aws, i-0b2d5b9ef9396285a] (queued for 46 s)
 
22026-06-15T09:16:18.082Zstarting task 0: "setup"
32026-06-15T09:16:18.086Z++ uname -s
42026-06-15T09:16:18.089Z+ kern=SunOS
52026-06-15T09:16:18.089Z+ build_user=build
62026-06-15T09:16:18.089Z+ build_uid=12345
72026-06-15T09:16:18.089Z+ work_dir=/work
82026-06-15T09:16:18.089Z+ input_dir=/input
92026-06-15T09:16:18.089Z+ [[ 0 == 12345 ]]
102026-06-15T09:16:18.089Z+ case "$kern" in
112026-06-15T09:16:18.089Z+ groupadd -g 12345 build
122026-06-15T09:16:18.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-15T09:16:20.094Z+ zfs create -o mountpoint=/work rpool/work
142026-06-15T09:16:20.246Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-15T09:16:20.249Z+ home_fs=zfs
162026-06-15T09:16:20.249Z+ [[ zfs == autofs ]]
172026-06-15T09:16:20.249Z+ mkdir -p /home/build
182026-06-15T09:16:20.249Z+ chown build:build /home/build /work
192026-06-15T09:16:22.251Z+ chmod 0700 /home/build /work
202026-06-15T09:16:22.253Zprocess exited: duration 4171 ms, exit code 0
 
212026-06-15T09:16:22.259Zstarting task 1: "rust-toolchain"
222026-06-15T09:16:22.262Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-15T09:16:22.262Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-15T09:16:22.262Z * rust toolchain channel = "1.95.0"
252026-06-15T09:16:22.262Z * rust toolchain profile = "default"
262026-06-15T09:16:22.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-15T09:16:22.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-15T09:16:22.265Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-15T09:16:22.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-15T09:16:22.342Zinfo: downloading installer
312026-06-15T09:16:23.810Zwarn: It looks like you have an existing rustup settings file at:
322026-06-15T09:16:23.810Zwarn: /home/build/.rustup/settings.toml
332026-06-15T09:16:23.810Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-15T09:16:23.810Zwarn: instead of the one inferred from the default host triple.
352026-06-15T09:16:23.823Zinfo: profile set to default
362026-06-15T09:16:23.823Zinfo: default host triple is x86_64-unknown-illumos
372026-06-15T09:16:23.826Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-15T09:16:23.964Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-15T09:16:23.967Zinfo: downloading 6 components
402026-06-15T09:16:39.234Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-15T09:16:39.235Z
422026-06-15T09:16:39.263Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-15T09:16:39.263Z
442026-06-15T09:16:39.263Z
452026-06-15T09:16:39.263ZRust is installed now. Great!
462026-06-15T09:16:39.263Z
472026-06-15T09:16:39.267ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-15T09:16:39.267Zenvironment variable. This has not been done automatically.
492026-06-15T09:16:39.267Z
502026-06-15T09:16:39.267ZTo configure your current shell, you need to source
512026-06-15T09:16:39.267Zthe corresponding env file under $HOME/.cargo.
522026-06-15T09:16:39.267Z
532026-06-15T09:16:39.267ZThis is usually done by running one of the following (note the leading DOT):
542026-06-15T09:16:39.267Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-15T09:16:39.267Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-15T09:16:39.267Zsource "~/.cargo/env.nu" # For nushell
572026-06-15T09:16:39.267Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-15T09:16:39.267Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-15T09:16:39.267Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-15T09:16:39.267Zwarn: no default linker (`cc`) was found in your PATH
612026-06-15T09:16:39.267Zwarn: many Rust crates require a system C toolchain to build
622026-06-15T09:16:39.348Z+ rustup --version
632026-06-15T09:16:39.357Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-15T09:16:39.360Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-15T09:16:39.378Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-15T09:16:39.381Z+ cargo --version
672026-06-15T09:16:39.395Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-15T09:16:39.398Z+ rustc --version
692026-06-15T09:16:39.416Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-15T09:16:39.420Zprocess exited: duration 17159 ms, exit code 0
 
712026-06-15T09:16:39.425Zstarting task 2: "authentication"
722026-06-15T09:16:39.443Zprocess exited: duration 17 ms, exit code 0
 
732026-06-15T09:16:39.449Zstarting task 3: "clone repository"
742026-06-15T09:16:39.452Z+ mkdir -p /work/oxidecomputer/opte
752026-06-15T09:16:39.456Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-15T09:16:39.483ZCloning into '/work/oxidecomputer/opte'...
772026-06-15T09:16:40.292Z+ cd /work/oxidecomputer/opte
782026-06-15T09:16:40.292Z+ git fetch origin fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
792026-06-15T09:16:40.518ZFrom https://github.com/oxidecomputer/opte
802026-06-15T09:16:40.518Z * branch fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367 -> FETCH_HEAD
812026-06-15T09:16:40.523Z+ [[ -n renovate/lock-file-maintenance ]]
822026-06-15T09:16:40.526Z++ git branch --show-current
832026-06-15T09:16:40.526Z+ current=master
842026-06-15T09:16:40.526Z+ [[ master != renovate/lock-file-maintenance ]]
852026-06-15T09:16:40.526Z+ git branch -f renovate/lock-file-maintenance fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
862026-06-15T09:16:40.529Z+ git checkout -f renovate/lock-file-maintenance
872026-06-15T09:16:40.545ZSwitched to branch 'renovate/lock-file-maintenance'
882026-06-15T09:16:40.547Z+ git reset --hard fa2f5fe74dbb82cc7cda1ad4ecfe21a844810367
892026-06-15T09:16:40.550ZHEAD is now at fa2f5fe Lock file maintenance
902026-06-15T09:16:40.550Zprocess exited: duration 1100 ms, exit code 0
 
912026-06-15T09:16:40.555Zstarting task 4: "build"
922026-06-15T09:16:40.559Z+ source .github/buildomat/common.sh
932026-06-15T09:16:40.559Z++ rustup show active-toolchain
942026-06-15T09:16:40.564Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-15T09:16:40.567Z++ pushd xde
962026-06-15T09:16:40.567Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-15T09:16:40.567Z++ rustup show active-toolchain
982026-06-15T09:16:40.570Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-15T09:16:40.730Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-15T09:16:40.733Zinfo: downloading 6 components
1012026-06-15T09:16:55.819Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-15T09:16:55.914Z+++ rustup show active-toolchain -v
1032026-06-15T09:16:55.917Z+++ head -n 1
1042026-06-15T09:16:55.917Z+++ cut '-d ' -f1
1052026-06-15T09:16:55.965Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-15T09:16:55.965Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-15T09:16:55.965Z++ popd
1082026-06-15T09:16:55.968Z/work/oxidecomputer/opte
1092026-06-15T09:16:55.968Z+ cargo --version
1102026-06-15T09:16:55.975Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-15T09:16:55.978Z+ rustc --version
1122026-06-15T09:16:55.997Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-15T09:16:56.002Z+ cd crates/opte-api
1142026-06-15T09:16:56.002Z+ header 'check API_VERSION'
1152026-06-15T09:16:56.002Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-15T09:16:56.002Z+ ./check-api-version.sh
1172026-06-15T09:16:56.002Z# ==== check API_VERSION ==== #
1182026-06-15T09:16:56.008Z+ header 'check style'
1192026-06-15T09:16:56.008Z+ echo '# ==== check style ==== #'
1202026-06-15T09:16:56.008Z# ==== check style ==== #
1212026-06-15T09:16:56.011Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-06-15T09:16:56.088Z
1232026-06-15T09:16:56.088Zreal 0.077422778
1242026-06-15T09:16:56.088Zuser 0.045265163
1252026-06-15T09:16:56.088Zsys 0.029120501
1262026-06-15T09:16:56.088Ztrap 0.000000450
1272026-06-15T09:16:56.088Ztflt 0.000038580
1282026-06-15T09:16:56.088Zdflt 0.000015680
1292026-06-15T09:16:56.089Zkflt 0.000000000
1302026-06-15T09:16:56.089Zlock 0.031249474
1312026-06-15T09:16:56.089Zslp 0.057081111
1322026-06-15T09:16:56.092Zlat 0.000798190
1332026-06-15T09:16:56.092Zstop 0.000098890
1342026-06-15T09:16:56.092Z+ header 'analyze std'
1352026-06-15T09:16:56.092Z+ echo '# ==== analyze std ==== #'
1362026-06-15T09:16:56.092Z# ==== analyze std ==== #
1372026-06-15T09:16:56.092Z+ ptime -m cargo clippy --all-targets
1382026-06-15T09:16:56.223Z Updating crates.io index
1392026-06-15T09:16:56.227Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-15T09:16:56.938Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-15T09:16:57.548Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-15T09:16:57.949Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-15T09:16:58.202Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-15T09:16:58.628Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-15T09:16:58.877Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-15T09:17:01.145Z Downloading crates ...
1472026-06-15T09:17:01.199Z Downloaded hash32 v0.3.1
1482026-06-15T09:17:01.201Z Downloaded bitflags v1.3.2
1492026-06-15T09:17:01.205Z Downloaded embedded-io v0.6.1
1502026-06-15T09:17:01.208Z Downloaded macaddr v1.0.1
1512026-06-15T09:17:01.215Z Downloaded proc-macro-error-attr2 v2.0.0
1522026-06-15T09:17:01.218Z Downloaded ident_case v1.0.1
1532026-06-15T09:17:01.218Z Downloaded stable_deref_trait v1.2.1
1542026-06-15T09:17:01.218Z Downloaded strsim v0.11.1
1552026-06-15T09:17:01.223Z Downloaded managed v0.8.0
1562026-06-15T09:17:01.225Z Downloaded embedded-io v0.4.0
1572026-06-15T09:17:01.232Z Downloaded fnv v1.0.7
1582026-06-15T09:17:01.247Z Downloaded darling_macro v0.21.3
1592026-06-15T09:17:01.254Z Downloaded cobs v0.3.0
1602026-06-15T09:17:01.256Z Downloaded defmt-parser v1.0.0
1612026-06-15T09:17:01.256Z Downloaded cfg-if v1.0.4
1622026-06-15T09:17:01.259Z Downloaded defmt v0.3.100
1632026-06-15T09:17:01.261Z Downloaded ingot v0.1.1
1642026-06-15T09:17:01.264Z Downloaded heapless v0.8.0
1652026-06-15T09:17:01.267Z Downloaded byteorder v1.5.0
1662026-06-15T09:17:01.271Z Downloaded thiserror v2.0.18
1672026-06-15T09:17:01.274Z Downloaded ipnetwork v0.21.1
1682026-06-15T09:17:01.279Z Downloaded proc-macro-error2 v2.0.1
1692026-06-15T09:17:01.283Z Downloaded either v1.16.0
1702026-06-15T09:17:01.290Z Downloaded postcard v1.1.3
1712026-06-15T09:17:01.300Z Downloaded ingot-macros v0.1.1
1722026-06-15T09:17:01.303Z Downloaded thiserror-impl v2.0.18
1732026-06-15T09:17:01.303Z Downloaded ingot-types v0.1.2
1742026-06-15T09:17:01.303Z Downloaded defmt v1.1.0
1752026-06-15T09:17:01.310Z Downloaded defmt-macros v1.1.0
1762026-06-15T09:17:01.312Z Downloaded serde_core v1.0.228
1772026-06-15T09:17:01.315Z Downloaded darling v0.21.3
1782026-06-15T09:17:01.317Z Downloaded serde_derive v1.0.228
1792026-06-15T09:17:01.317Z Downloaded quote v1.0.45
1802026-06-15T09:17:01.320Z Downloaded bitflags v2.13.0
1812026-06-15T09:17:01.324Z Downloaded proc-macro2 v1.0.106
1822026-06-15T09:17:01.329Z Downloaded unicode-ident v1.0.24
1832026-06-15T09:17:01.342Z Downloaded serde v1.0.228
1842026-06-15T09:17:01.346Z Downloaded darling_core v0.21.3
1852026-06-15T09:17:01.355Z Downloaded zerocopy-derive v0.8.52
1862026-06-15T09:17:01.359Z Downloaded memchr v2.8.2
1872026-06-15T09:17:01.391Z Downloaded itertools v0.14.0
1882026-06-15T09:17:01.395Z Downloaded regex v1.12.4
1892026-06-15T09:17:01.402Z Downloaded aho-corasick v1.1.4
1902026-06-15T09:17:01.441Z Downloaded zerocopy v0.8.52
1912026-06-15T09:17:01.451Z Downloaded syn v2.0.117
1922026-06-15T09:17:01.456Z Downloaded smoltcp v0.11.0
1932026-06-15T09:17:01.462Z Downloaded regex-syntax v0.8.11
1942026-06-15T09:17:01.478Z Downloaded regex-automata v0.4.14
1952026-06-15T09:17:01.515Z Compiling proc-macro2 v1.0.106
1962026-06-15T09:17:01.515Z Compiling quote v1.0.45
1972026-06-15T09:17:01.518Z Compiling unicode-ident v1.0.24
1982026-06-15T09:17:01.518Z Compiling fnv v1.0.7
1992026-06-15T09:17:01.518Z Compiling ident_case v1.0.1
2002026-06-15T09:17:01.518Z Compiling strsim v0.11.1
2012026-06-15T09:17:01.518Z Compiling memchr v2.8.2
2022026-06-15T09:17:01.518Z Compiling serde_core v1.0.228
2032026-06-15T09:17:01.686Z Compiling regex-syntax v0.8.11
2042026-06-15T09:17:01.704Z Compiling serde v1.0.228
2052026-06-15T09:17:01.710Z Compiling thiserror v2.0.18
2062026-06-15T09:17:01.883Z Compiling either v1.16.0
2072026-06-15T09:17:01.987Z Compiling zerocopy v0.8.52
2082026-06-15T09:17:01.994Z Compiling aho-corasick v1.1.4
2092026-06-15T09:17:02.055Z Compiling itertools v0.14.0
2102026-06-15T09:17:02.183Z Compiling heapless v0.8.0
2112026-06-15T09:17:02.256Z Checking byteorder v1.5.0
2122026-06-15T09:17:02.412Z Checking hash32 v0.3.1
2132026-06-15T09:17:02.444Z Checking bitflags v2.13.0
2142026-06-15T09:17:02.515Z Checking macaddr v1.0.1
2152026-06-15T09:17:02.592Z Checking stable_deref_trait v1.2.1
2162026-06-15T09:17:02.656Z Compiling smoltcp v0.11.0
2172026-06-15T09:17:02.847Z Compiling syn v2.0.117
2182026-06-15T09:17:02.882Z Checking cfg-if v1.0.4
2192026-06-15T09:17:02.942Z Checking bitflags v1.3.2
2202026-06-15T09:17:03.009Z Checking managed v0.8.0
2212026-06-15T09:17:03.012Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-15T09:17:03.023Z Checking ipnetwork v0.21.1
2232026-06-15T09:17:03.190Z Compiling regex-automata v0.4.14
2242026-06-15T09:17:04.661Z Compiling regex v1.12.4
2252026-06-15T09:17:05.030Z Compiling darling_core v0.21.3
2262026-06-15T09:17:05.367Z Compiling thiserror-impl v2.0.18
2272026-06-15T09:17:05.367Z Compiling serde_derive v1.0.228
2282026-06-15T09:17:05.367Z Compiling zerocopy-derive v0.8.52
2292026-06-15T09:17:06.346Z Checking cobs v0.3.0
2302026-06-15T09:17:06.352Z Compiling darling_macro v0.21.3
2312026-06-15T09:17:06.837Z Compiling darling v0.21.3
2322026-06-15T09:17:06.905Z Compiling ingot-macros v0.1.1
2332026-06-15T09:17:07.594Z Checking postcard v1.1.3
2342026-06-15T09:17:08.871Z Checking ingot-types v0.1.2
2352026-06-15T09:17:09.130Z Checking ingot v0.1.1
2362026-06-15T09:17:10.387Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-15T09:17:11.364Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.22s
2382026-06-15T09:17:11.480Z
2392026-06-15T09:17:11.480Zreal 15.385970506
2402026-06-15T09:17:11.480Zuser 30.659739220
2412026-06-15T09:17:11.480Zsys 6.073596601
2422026-06-15T09:17:11.480Ztrap 0.013390084
2432026-06-15T09:17:11.480Ztflt 0.102984465
2442026-06-15T09:17:11.480Zdflt 0.256573839
2452026-06-15T09:17:11.480Zkflt 0.005310943
2462026-06-15T09:17:11.480Zlock 1:28.317669514
2472026-06-15T09:17:11.480Zslp 1:33.189456562
2482026-06-15T09:17:11.480Zlat 1.826445036
2492026-06-15T09:17:11.480Zstop 4.477242548
2502026-06-15T09:17:11.483Z+ header 'analyze no_std'
2512026-06-15T09:17:11.483Z+ echo '# ==== analyze no_std ==== #'
2522026-06-15T09:17:11.483Z# ==== analyze no_std ==== #
2532026-06-15T09:17:11.483Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-06-15T09:17:11.585Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-15T09:17:11.812Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-15T09:17:12.804Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.28s
2572026-06-15T09:17:12.826Z
2582026-06-15T09:17:12.829Zreal 1.340282320
2592026-06-15T09:17:12.829Zuser 1.911689396
2602026-06-15T09:17:12.829Zsys 0.263188454
2612026-06-15T09:17:12.829Ztrap 0.000556310
2622026-06-15T09:17:12.829Ztflt 0.000121020
2632026-06-15T09:17:12.829Zdflt 0.000153970
2642026-06-15T09:17:12.829Zkflt 0.000000000
2652026-06-15T09:17:12.829Zlock 4.409482131
2662026-06-15T09:17:12.829Zslp 5.382244402
2672026-06-15T09:17:12.829Zlat 0.003730310
2682026-06-15T09:17:12.829Zstop 0.042173399
2692026-06-15T09:17:12.829Z+ header test
2702026-06-15T09:17:12.829Z+ echo '# ==== test ==== #'
2712026-06-15T09:17:12.829Z# ==== test ==== #
2722026-06-15T09:17:12.829Z+ ptime -m cargo test
2732026-06-15T09:17:12.959Z Compiling byteorder v1.5.0
2742026-06-15T09:17:12.959Z Compiling serde_core v1.0.228
2752026-06-15T09:17:12.962Z Compiling stable_deref_trait v1.2.1
2762026-06-15T09:17:12.962Z Compiling bitflags v2.13.0
2772026-06-15T09:17:12.982Z Compiling thiserror v2.0.18
2782026-06-15T09:17:12.982Z Compiling zerocopy v0.8.52
2792026-06-15T09:17:12.986Z Compiling macaddr v1.0.1
2802026-06-15T09:17:12.989Z Compiling bitflags v1.3.2
2812026-06-15T09:17:13.037Z Compiling cobs v0.3.0
2822026-06-15T09:17:13.040Z Compiling cfg-if v1.0.4
2832026-06-15T09:17:13.069Z Compiling managed v0.8.0
2842026-06-15T09:17:13.094Z Compiling ipnetwork v0.21.1
2852026-06-15T09:17:13.138Z Compiling hash32 v0.3.1
2862026-06-15T09:17:13.217Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-06-15T09:17:13.278Z Compiling heapless v0.8.0
2882026-06-15T09:17:13.624Z Compiling smoltcp v0.11.0
2892026-06-15T09:17:14.486Z Compiling serde v1.0.228
2902026-06-15T09:17:14.916Z Compiling postcard v1.1.3
2912026-06-15T09:17:15.597Z Compiling ingot-types v0.1.2
2922026-06-15T09:17:15.868Z Compiling ingot v0.1.1
2932026-06-15T09:17:17.235Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-15T09:17:18.954Z Finished `test` profile [optimized + debuginfo] target(s) in 6.11s
2952026-06-15T09:17:18.964Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-1cdd0f38c2e48606)
2962026-06-15T09:17:18.967Z
2972026-06-15T09:17:18.967Zrunning 25 tests
2982026-06-15T09:17:18.967Ztest encap::test::good_vni ... ok
2992026-06-15T09:17:18.967Ztest encap::test::bad_vni ... ok
3002026-06-15T09:17:18.967Ztest dns::tests::test_domain_name ... ok
3012026-06-15T09:17:18.967Ztest ip::test::bad_cidr ... ok
3022026-06-15T09:17:18.967Ztest ip::test::bad_prefix_len ... ok
3032026-06-15T09:17:18.967Ztest encap::test::vni_round_trip ... ok
3042026-06-15T09:17:18.967Ztest ip::test::good_cidr ... ok
3052026-06-15T09:17:18.967Ztest ip::test::dhcp_fqdn ... ok
3062026-06-15T09:17:18.967Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-15T09:17:18.967Ztest ip::test::ipv4_addr_good ... ok
3082026-06-15T09:17:18.967Ztest ip::test::ipv4_mask ... ok
3092026-06-15T09:17:18.967Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-06-15T09:17:18.967Ztest ip::test::ipv6_is_default ... ok
3112026-06-15T09:17:18.967Ztest ip::test::ipv6_mask ... ok
3122026-06-15T09:17:18.967Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-15T09:17:18.968Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-06-15T09:17:18.968Ztest ip::test::test_ip_addr_from_str ... ok
3152026-06-15T09:17:18.968Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-06-15T09:17:18.968Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-06-15T09:17:18.968Ztest ip::test::test_ipv6_from_const ... ok
3182026-06-15T09:17:18.968Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-06-15T09:17:18.968Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-06-15T09:17:18.968Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-06-15T09:17:18.968Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-06-15T09:17:18.968Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-06-15T09:17:18.968Z
3242026-06-15T09:17:18.968Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-15T09:17:18.968Z
3262026-06-15T09:17:18.968Z Doc-tests opte_api
3272026-06-15T09:17:19.561Z
3282026-06-15T09:17:19.561Zrunning 1 test
3292026-06-15T09:17:19.564Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-15T09:17:19.564Z
3312026-06-15T09:17:19.564Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-15T09:17:19.564Z
3332026-06-15T09:17:19.567Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3342026-06-15T09:17:19.585Z
3352026-06-15T09:17:19.585Zreal 6.750547396
3362026-06-15T09:17:19.585Zuser 17.414483174
3372026-06-15T09:17:19.585Zsys 2.087533334
3382026-06-15T09:17:19.588Ztrap 0.004843850
3392026-06-15T09:17:19.588Ztflt 0.186509446
3402026-06-15T09:17:19.588Zdflt 0.084365163
3412026-06-15T09:17:19.588Zkflt 0.000001620
3422026-06-15T09:17:19.588Zlock 53.557550298
3432026-06-15T09:17:19.588Zslp 31.545526736
3442026-06-15T09:17:19.588Zlat 0.895929053
3452026-06-15T09:17:19.588Zstop 1.013948681
3462026-06-15T09:17:19.588Zprocess exited: duration 39029 ms, exit code 0
 
3472026-06-15T09:17:19.597Zfound 0 output files