01KQNYAV2N9MAENM429NHKJE0D: opte-api

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

Buildomat Job: 01KQNYB3Q5CVEX60MCJ9FSEEK9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-03T03:33:49.106Zjob assigned to worker 01KQNYB792D02YX2HT5DN3J22X [factory aws, i-0ac0dca79c5ae2915] (queued for 45 s)
 
22026-05-03T03:33:56.178Zstarting task 0: "setup"
32026-05-03T03:33:56.182Z++ uname -s
42026-05-03T03:33:56.185Z+ kern=SunOS
52026-05-03T03:33:56.185Z+ build_user=build
62026-05-03T03:33:56.185Z+ build_uid=12345
72026-05-03T03:33:56.185Z+ work_dir=/work
82026-05-03T03:33:56.185Z+ input_dir=/input
92026-05-03T03:33:56.185Z+ [[ 0 == 12345 ]]
102026-05-03T03:33:56.185Z+ case "$kern" in
112026-05-03T03:33:56.185Z+ groupadd -g 12345 build
122026-05-03T03:33:56.185Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-03T03:33:58.192Z+ zfs create -o mountpoint=/work rpool/work
142026-05-03T03:33:58.307Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-03T03:33:58.310Z+ home_fs=zfs
162026-05-03T03:33:58.310Z+ [[ zfs == autofs ]]
172026-05-03T03:33:58.310Z+ mkdir -p /home/build
182026-05-03T03:33:58.310Z+ chown build:build /home/build /work
192026-05-03T03:34:00.329Z+ chmod 0700 /home/build /work
202026-05-03T03:34:00.333Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-03T03:34:00.339Zstarting task 1: "rust-toolchain"
222026-05-03T03:34:00.343Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-03T03:34:00.343Z * rust toolchain channel = "1.94.1"
242026-05-03T03:34:00.343Z * rust toolchain profile = "default"
252026-05-03T03:34:00.343Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-03T03:34:00.343Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-03T03:34:00.344Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-03T03:34:00.347Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-03T03:34:00.347Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-03T03:34:00.466Zinfo: downloading installer
312026-05-03T03:34:01.787Zwarn: It looks like you have an existing installation of Rust at:
322026-05-03T03:34:01.787Zwarn: /opt/ooce/bin
332026-05-03T03:34:01.787Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-03T03:34:01.787Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-03T03:34:01.787Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-03T03:34:01.787Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-03T03:34:01.787Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-03T03:34:01.787Zerror: cannot install while Rust is installed
392026-05-03T03:34:01.787Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-03T03:34:01.787Zwarn: It looks like you have an existing rustup settings file at:
412026-05-03T03:34:01.787Zwarn: /home/build/.rustup/settings.toml
422026-05-03T03:34:01.787Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-03T03:34:01.787Zwarn: instead of the one inferred from the default host triple.
442026-05-03T03:34:01.800Zinfo: profile set to default
452026-05-03T03:34:01.800Zinfo: default host triple is x86_64-unknown-illumos
462026-05-03T03:34:01.803Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-03T03:34:01.931Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-03T03:34:01.934Zinfo: downloading 6 components
492026-05-03T03:34:16.353Z
502026-05-03T03:34:16.353Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-05-03T03:34:16.381Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-03T03:34:16.381Z
532026-05-03T03:34:16.381Z
542026-05-03T03:34:16.381ZRust is installed now. Great!
552026-05-03T03:34:16.381Z
562026-05-03T03:34:16.384ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-03T03:34:16.384Zenvironment variable. This has not been done automatically.
582026-05-03T03:34:16.385Z
592026-05-03T03:34:16.385ZTo configure your current shell, you need to source
602026-05-03T03:34:16.385Zthe corresponding env file under $HOME/.cargo.
612026-05-03T03:34:16.385Z
622026-05-03T03:34:16.385ZThis is usually done by running one of the following (note the leading DOT):
632026-05-03T03:34:16.385Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-03T03:34:16.385Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-03T03:34:16.385Zsource "~/.cargo/env.nu" # For nushell
662026-05-03T03:34:16.385Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-03T03:34:16.385Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-03T03:34:16.385Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-03T03:34:16.385Zwarn: no default linker (`cc`) was found in your PATH
702026-05-03T03:34:16.385Zwarn: many Rust crates require a system C toolchain to build
712026-05-03T03:34:16.465Z+ rustup --version
722026-05-03T03:34:16.472Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-03T03:34:16.475Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-03T03:34:16.494Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-03T03:34:16.497Z+ cargo --version
762026-05-03T03:34:16.509Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-03T03:34:16.512Z+ rustc --version
782026-05-03T03:34:16.531Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-03T03:34:16.533Zprocess exited: duration 16192 ms, exit code 0
 
802026-05-03T03:34:16.539Zstarting task 2: "authentication"
812026-05-03T03:34:16.556Zprocess exited: duration 16 ms, exit code 0
 
822026-05-03T03:34:16.564Zstarting task 3: "clone repository"
832026-05-03T03:34:16.567Z+ mkdir -p /work/oxidecomputer/opte
842026-05-03T03:34:16.570Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-03T03:34:16.599ZCloning into '/work/oxidecomputer/opte'...
862026-05-03T03:34:17.399Z+ cd /work/oxidecomputer/opte
872026-05-03T03:34:17.399Z+ git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
882026-05-03T03:34:17.652ZFrom https://github.com/oxidecomputer/opte
892026-05-03T03:34:17.652Z * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD
902026-05-03T03:34:17.657Z+ [[ -n renovate/ctor-0.x ]]
912026-05-03T03:34:17.660Z++ git branch --show-current
922026-05-03T03:34:17.660Z+ current=master
932026-05-03T03:34:17.660Z+ [[ master != renovate/ctor-0.x ]]
942026-05-03T03:34:17.660Z+ git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
952026-05-03T03:34:17.663Z+ git checkout -f renovate/ctor-0.x
962026-05-03T03:34:17.679ZSwitched to branch 'renovate/ctor-0.x'
972026-05-03T03:34:17.684Z+ git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
982026-05-03T03:34:17.696ZHEAD is now at 8630f7d Update Rust crate ctor to 0.13
992026-05-03T03:34:17.700Zprocess exited: duration 1132 ms, exit code 0
 
1002026-05-03T03:34:17.708Zstarting task 4: "build"
1012026-05-03T03:34:17.711Z+ source .github/buildomat/common.sh
1022026-05-03T03:34:17.711Z++ rustup show active-toolchain
1032026-05-03T03:34:17.716Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-03T03:34:17.719Z++ pushd xde
1052026-05-03T03:34:17.719Z++ rustup show active-toolchain
1062026-05-03T03:34:17.719Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1072026-05-03T03:34:17.722Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-03T03:34:17.865Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-03T03:34:17.868Zinfo: downloading 6 components
1102026-05-03T03:34:33.296Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-03T03:34:33.379Z+++ rustup show active-toolchain -v
1122026-05-03T03:34:33.382Z+++ head -n 1
1132026-05-03T03:34:33.382Z+++ cut '-d ' -f1
1142026-05-03T03:34:33.430Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-03T03:34:33.430Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-03T03:34:33.430Z++ popd
1172026-05-03T03:34:33.433Z/work/oxidecomputer/opte
1182026-05-03T03:34:33.433Z+ cargo --version
1192026-05-03T03:34:33.441Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-03T03:34:33.444Z+ rustc --version
1212026-05-03T03:34:33.462Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-03T03:34:33.465Z+ cd crates/opte-api
1232026-05-03T03:34:33.465Z+ header 'check API_VERSION'
1242026-05-03T03:34:33.465Z+ echo '# ==== check API_VERSION ==== #'
1252026-05-03T03:34:33.465Z+ ./check-api-version.sh
1262026-05-03T03:34:33.465Z# ==== check API_VERSION ==== #
1272026-05-03T03:34:33.470Z+ header 'check style'
1282026-05-03T03:34:33.470Z+ echo '# ==== check style ==== #'
1292026-05-03T03:34:33.470Z# ==== check style ==== #
1302026-05-03T03:34:33.470Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1312026-05-03T03:34:33.548Z
1322026-05-03T03:34:33.548Zreal 0.075199762
1332026-05-03T03:34:33.548Zuser 0.044073937
1342026-05-03T03:34:33.548Zsys 0.028326903
1352026-05-03T03:34:33.548Ztrap 0.000000619
1362026-05-03T03:34:33.548Ztflt 0.000016726
1372026-05-03T03:34:33.548Zdflt 0.000004039
1382026-05-03T03:34:33.549Zkflt 0.000000000
1392026-05-03T03:34:33.549Zlock 0.034212268
1402026-05-03T03:34:33.549Zslp 0.055956804
1412026-05-03T03:34:33.549Zlat 0.000951547
1422026-05-03T03:34:33.549Zstop 0.000086346
1432026-05-03T03:34:33.552Z+ header 'analyze std'
1442026-05-03T03:34:33.552Z+ echo '# ==== analyze std ==== #'
1452026-05-03T03:34:33.552Z+ ptime -m cargo clippy --all-targets
1462026-05-03T03:34:33.552Z# ==== analyze std ==== #
1472026-05-03T03:34:33.683Z Updating crates.io index
1482026-05-03T03:34:33.717Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-05-03T03:34:34.574Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-05-03T03:34:35.152Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-05-03T03:34:35.477Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-05-03T03:34:35.840Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-05-03T03:34:36.050Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-05-03T03:34:36.302Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-05-03T03:34:38.073Z Downloading crates ...
1562026-05-03T03:34:38.119Z Downloaded either v1.15.0
1572026-05-03T03:34:38.122Z Downloaded strsim v0.11.1
1582026-05-03T03:34:38.125Z Downloaded thiserror-impl v2.0.18
1592026-05-03T03:34:38.128Z Downloaded cfg-if v1.0.4
1602026-05-03T03:34:38.128Z Downloaded proc-macro-error-attr2 v2.0.0
1612026-05-03T03:34:38.132Z Downloaded serde_core v1.0.228
1622026-05-03T03:34:38.142Z Downloaded hash32 v0.3.1
1632026-05-03T03:34:38.149Z Downloaded bitflags v2.11.1
1642026-05-03T03:34:38.152Z Downloaded managed v0.8.0
1652026-05-03T03:34:38.155Z Downloaded embedded-io v0.6.1
1662026-05-03T03:34:38.155Z Downloaded macaddr v1.0.1
1672026-05-03T03:34:38.155Z Downloaded cobs v0.3.0
1682026-05-03T03:34:38.158Z Downloaded fnv v1.0.7
1692026-05-03T03:34:38.161Z Downloaded bitflags v1.3.2
1702026-05-03T03:34:38.164Z Downloaded darling_macro v0.21.3
1712026-05-03T03:34:38.167Z Downloaded ident_case v1.0.1
1722026-05-03T03:34:38.169Z Downloaded defmt v0.3.100
1732026-05-03T03:34:38.172Z Downloaded embedded-io v0.4.0
1742026-05-03T03:34:38.176Z Downloaded defmt-parser v1.0.0
1752026-05-03T03:34:38.179Z Downloaded proc-macro-error2 v2.0.1
1762026-05-03T03:34:38.182Z Downloaded ingot-types v0.1.2
1772026-05-03T03:34:38.182Z Downloaded zerocopy-derive v0.8.48
1782026-05-03T03:34:38.187Z Downloaded stable_deref_trait v1.2.1
1792026-05-03T03:34:38.193Z Downloaded thiserror v2.0.18
1802026-05-03T03:34:38.196Z Downloaded byteorder v1.5.0
1812026-05-03T03:34:38.199Z Downloaded quote v1.0.45
1822026-05-03T03:34:38.210Z Downloaded defmt v1.0.1
1832026-05-03T03:34:38.214Z Downloaded ipnetwork v0.21.1
1842026-05-03T03:34:38.217Z Downloaded ingot v0.1.1
1852026-05-03T03:34:38.220Z Downloaded ingot-macros v0.1.1
1862026-05-03T03:34:38.230Z Downloaded serde_derive v1.0.228
1872026-05-03T03:34:38.233Z Downloaded defmt-macros v1.0.1
1882026-05-03T03:34:38.236Z Downloaded proc-macro2 v1.0.106
1892026-05-03T03:34:38.239Z Downloaded postcard v1.1.3
1902026-05-03T03:34:38.242Z Downloaded darling v0.21.3
1912026-05-03T03:34:38.245Z Downloaded unicode-ident v1.0.24
1922026-05-03T03:34:38.252Z Downloaded darling_core v0.21.3
1932026-05-03T03:34:38.257Z Downloaded heapless v0.8.0
1942026-05-03T03:34:38.270Z Downloaded serde v1.0.228
1952026-05-03T03:34:38.273Z Downloaded memchr v2.8.0
1962026-05-03T03:34:38.293Z Downloaded itertools v0.14.0
1972026-05-03T03:34:38.296Z Downloaded regex v1.12.3
1982026-05-03T03:34:38.313Z Downloaded aho-corasick v1.1.4
1992026-05-03T03:34:38.351Z Downloaded syn v2.0.117
2002026-05-03T03:34:38.357Z Downloaded zerocopy v0.8.48
2012026-05-03T03:34:38.367Z Downloaded smoltcp v0.11.0
2022026-05-03T03:34:38.374Z Downloaded regex-syntax v0.8.10
2032026-05-03T03:34:38.378Z Downloaded regex-automata v0.4.14
2042026-05-03T03:34:38.415Z Compiling proc-macro2 v1.0.106
2052026-05-03T03:34:38.415Z Compiling quote v1.0.45
2062026-05-03T03:34:38.419Z Compiling unicode-ident v1.0.24
2072026-05-03T03:34:38.419Z Compiling fnv v1.0.7
2082026-05-03T03:34:38.419Z Compiling memchr v2.8.0
2092026-05-03T03:34:38.419Z Compiling ident_case v1.0.1
2102026-05-03T03:34:38.419Z Compiling strsim v0.11.1
2112026-05-03T03:34:38.420Z Compiling serde_core v1.0.228
2122026-05-03T03:34:38.578Z Compiling regex-syntax v0.8.10
2132026-05-03T03:34:38.595Z Compiling serde v1.0.228
2142026-05-03T03:34:38.598Z Compiling either v1.15.0
2152026-05-03T03:34:38.765Z Compiling thiserror v2.0.18
2162026-05-03T03:34:38.803Z Compiling zerocopy v0.8.48
2172026-05-03T03:34:38.839Z Compiling itertools v0.14.0
2182026-05-03T03:34:38.889Z Compiling aho-corasick v1.1.4
2192026-05-03T03:34:39.069Z Compiling heapless v0.8.0
2202026-05-03T03:34:39.185Z Checking byteorder v1.5.0
2212026-05-03T03:34:39.278Z Compiling smoltcp v0.11.0
2222026-05-03T03:34:39.332Z Checking hash32 v0.3.1
2232026-05-03T03:34:39.436Z Checking stable_deref_trait v1.2.1
2242026-05-03T03:34:39.498Z Checking bitflags v2.11.1
2252026-05-03T03:34:39.624Z Checking macaddr v1.0.1
2262026-05-03T03:34:39.697Z Compiling syn v2.0.117
2272026-05-03T03:34:39.740Z Checking managed v0.8.0
2282026-05-03T03:34:39.761Z Checking bitflags v1.3.2
2292026-05-03T03:34:39.821Z Checking cfg-if v1.0.4
2302026-05-03T03:34:39.882Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-05-03T03:34:39.921Z Checking ipnetwork v0.21.1
2322026-05-03T03:34:40.016Z Compiling regex-automata v0.4.14
2332026-05-03T03:34:41.460Z Compiling regex v1.12.3
2342026-05-03T03:34:41.861Z Compiling darling_core v0.21.3
2352026-05-03T03:34:42.191Z Compiling thiserror-impl v2.0.18
2362026-05-03T03:34:42.191Z Compiling serde_derive v1.0.228
2372026-05-03T03:34:42.193Z Compiling zerocopy-derive v0.8.48
2382026-05-03T03:34:43.143Z Checking cobs v0.3.0
2392026-05-03T03:34:43.181Z Compiling darling_macro v0.21.3
2402026-05-03T03:34:43.649Z Compiling darling v0.21.3
2412026-05-03T03:34:43.711Z Compiling ingot-macros v0.1.1
2422026-05-03T03:34:44.385Z Checking postcard v1.1.3
2432026-05-03T03:34:45.685Z Checking ingot-types v0.1.2
2442026-05-03T03:34:45.943Z Checking ingot v0.1.1
2452026-05-03T03:34:47.183Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-05-03T03:34:48.153Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.55s
2472026-05-03T03:34:48.258Z
2482026-05-03T03:34:48.258Zreal 14.702745432
2492026-05-03T03:34:48.258Zuser 30.374658711
2502026-05-03T03:34:48.258Zsys 5.729874461
2512026-05-03T03:34:48.258Ztrap 0.015815567
2522026-05-03T03:34:48.258Ztflt 0.088016351
2532026-05-03T03:34:48.258Zdflt 0.231839100
2542026-05-03T03:34:48.258Zkflt 0.004038962
2552026-05-03T03:34:48.258Zlock 1:26.873411259
2562026-05-03T03:34:48.258Zslp 1:30.321117079
2572026-05-03T03:34:48.258Zlat 1.193758137
2582026-05-03T03:34:48.258Zstop 3.969085939
2592026-05-03T03:34:48.261Z+ header 'analyze no_std'
2602026-05-03T03:34:48.261Z+ echo '# ==== analyze no_std ==== #'
2612026-05-03T03:34:48.261Z# ==== analyze no_std ==== #
2622026-05-03T03:34:48.261Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-05-03T03:34:48.360Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-05-03T03:34:48.563Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-05-03T03:34:49.543Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2662026-05-03T03:34:49.569Z
2672026-05-03T03:34:49.569Zreal 1.304830753
2682026-05-03T03:34:49.569Zuser 1.865427327
2692026-05-03T03:34:49.569Zsys 0.255771659
2702026-05-03T03:34:49.569Ztrap 0.000166592
2712026-05-03T03:34:49.569Ztflt 0.000052909
2722026-05-03T03:34:49.569Zdflt 0.000063812
2732026-05-03T03:34:49.569Zkflt 0.000000000
2742026-05-03T03:34:49.569Zlock 4.283983892
2752026-05-03T03:34:49.569Zslp 5.231372150
2762026-05-03T03:34:49.569Zlat 0.002305533
2772026-05-03T03:34:49.569Zstop 0.042363514
2782026-05-03T03:34:49.572Z+ header test
2792026-05-03T03:34:49.572Z+ echo '# ==== test ==== #'
2802026-05-03T03:34:49.572Z# ==== test ==== #
2812026-05-03T03:34:49.572Z+ ptime -m cargo test
2822026-05-03T03:34:49.701Z Compiling serde_core v1.0.228
2832026-05-03T03:34:49.701Z Compiling byteorder v1.5.0
2842026-05-03T03:34:49.701Z Compiling stable_deref_trait v1.2.1
2852026-05-03T03:34:49.722Z Compiling bitflags v2.11.1
2862026-05-03T03:34:49.725Z Compiling thiserror v2.0.18
2872026-05-03T03:34:49.725Z Compiling zerocopy v0.8.48
2882026-05-03T03:34:49.725Z Compiling macaddr v1.0.1
2892026-05-03T03:34:49.729Z Compiling bitflags v1.3.2
2902026-05-03T03:34:49.775Z Compiling cobs v0.3.0
2912026-05-03T03:34:49.780Z Compiling managed v0.8.0
2922026-05-03T03:34:49.808Z Compiling cfg-if v1.0.4
2932026-05-03T03:34:49.864Z Compiling hash32 v0.3.1
2942026-05-03T03:34:49.879Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-03T03:34:49.962Z Compiling heapless v0.8.0
2962026-05-03T03:34:49.989Z Compiling ipnetwork v0.21.1
2972026-05-03T03:34:50.316Z Compiling smoltcp v0.11.0
2982026-05-03T03:34:51.208Z Compiling serde v1.0.228
2992026-05-03T03:34:51.631Z Compiling postcard v1.1.3
3002026-05-03T03:34:52.336Z Compiling ingot-types v0.1.2
3012026-05-03T03:34:52.603Z Compiling ingot v0.1.1
3022026-05-03T03:34:53.938Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-05-03T03:34:55.625Z Finished `test` profile [optimized + debuginfo] target(s) in 6.04s
3042026-05-03T03:34:55.635Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
3052026-05-03T03:34:55.638Z
3062026-05-03T03:34:55.638Zrunning 25 tests
3072026-05-03T03:34:55.638Ztest dns::tests::test_domain_name ... ok
3082026-05-03T03:34:55.638Ztest ip::test::bad_prefix_len ... ok
3092026-05-03T03:34:55.638Ztest ip::test::bad_cidr ... ok
3102026-05-03T03:34:55.638Ztest encap::test::good_vni ... ok
3112026-05-03T03:34:55.638Ztest ip::test::dhcp_fqdn ... ok
3122026-05-03T03:34:55.638Ztest encap::test::vni_round_trip ... ok
3132026-05-03T03:34:55.638Ztest ip::test::good_cidr ... ok
3142026-05-03T03:34:55.638Ztest encap::test::bad_vni ... ok
3152026-05-03T03:34:55.638Ztest ip::test::ipv4_addr_bad ... ok
3162026-05-03T03:34:55.638Ztest ip::test::ipv4_addr_good ... ok
3172026-05-03T03:34:55.638Ztest ip::test::ipv4_mask ... ok
3182026-05-03T03:34:55.638Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-05-03T03:34:55.638Ztest ip::test::ipv6_is_default ... ok
3202026-05-03T03:34:55.638Ztest ip::test::ipv6_mask ... ok
3212026-05-03T03:34:55.638Ztest ip::test::ipv6_prefix_len ... ok
3222026-05-03T03:34:55.638Ztest ip::test::test_ip_cidr_from_str ... ok
3232026-05-03T03:34:55.638Ztest ip::test::test_ip_addr_from_str ... ok
3242026-05-03T03:34:55.638Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-05-03T03:34:55.638Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-05-03T03:34:55.638Ztest ip::test::test_ipv6_from_const ... ok
3272026-05-03T03:34:55.639Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-05-03T03:34:55.639Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-05-03T03:34:55.639Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-05-03T03:34:55.639Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-05-03T03:34:55.639Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-05-03T03:34:55.639Z
3332026-05-03T03:34:55.639Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-05-03T03:34:55.639Z
3352026-05-03T03:34:55.642Z Doc-tests opte_api
3362026-05-03T03:34:56.221Z
3372026-05-03T03:34:56.221Zrunning 1 test
3382026-05-03T03:34:56.224Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-05-03T03:34:56.224Z
3402026-05-03T03:34:56.224Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-05-03T03:34:56.224Z
3422026-05-03T03:34:56.227Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3432026-05-03T03:34:56.245Z
3442026-05-03T03:34:56.245Zreal 6.667279193
3452026-05-03T03:34:56.245Zuser 17.284921582
3462026-05-03T03:34:56.245Zsys 2.072958988
3472026-05-03T03:34:56.248Ztrap 0.006124613
3482026-05-03T03:34:56.248Ztflt 0.080849552
3492026-05-03T03:34:56.248Zdflt 0.135230440
3502026-05-03T03:34:56.248Zkflt 0.000008229
3512026-05-03T03:34:56.248Zlock 53.433355930
3522026-05-03T03:34:56.248Zslp 31.849532037
3532026-05-03T03:34:56.248Zlat 0.388276844
3542026-05-03T03:34:56.248Zstop 0.571714218
3552026-05-03T03:34:56.248Zprocess exited: duration 38536 ms, exit code 0
 
3562026-05-03T03:34:56.254Zfound 0 output files