01KKJN3V15B2G7SF8V8QEE8N50: opte-api

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

Buildomat Job: 01KKJN4PVK25BXVZX2YEMRT8ZB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:52:53.707Zjob assigned to worker 01KKJN4ZZP6Y5WTPVYTG5NC6R6 [factory aws, i-05451870d41bb7abb] (queued for 1 m 7 s)
 
22026-03-13T03:53:01.933Zstarting task 0: "setup"
32026-03-13T03:53:01.940Z++ uname -s
42026-03-13T03:53:01.943Z+ kern=SunOS
52026-03-13T03:53:01.943Z+ build_user=build
62026-03-13T03:53:01.943Z+ build_uid=12345
72026-03-13T03:53:01.943Z+ work_dir=/work
82026-03-13T03:53:01.943Z+ input_dir=/input
92026-03-13T03:53:01.943Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:01.943Z+ case "$kern" in
112026-03-13T03:53:01.943Z+ groupadd -g 12345 build
122026-03-13T03:53:01.946Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:03.958Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:04.000Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:04.033Z+ home_fs=zfs
162026-03-13T03:53:04.033Z+ [[ zfs == autofs ]]
172026-03-13T03:53:04.033Z+ mkdir -p /home/build
182026-03-13T03:53:04.033Z+ chown build:build /home/build /work
192026-03-13T03:53:06.015Z+ chmod 0700 /home/build /work
202026-03-13T03:53:06.028Zprocess exited: duration 4067 ms, exit code 0
 
212026-03-13T03:53:06.040Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:06.048Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:06.048Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:06.048Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T03:53:06.048Z * rust toolchain profile = "default"
262026-03-13T03:53:06.048Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:06.048Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:06.048Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:06.048Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:06.175Zinfo: downloading installer
312026-03-13T03:53:07.907Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:07.907Zwarn: /opt/ooce/bin
332026-03-13T03:53:07.907Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:07.907Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:07.907Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:07.907Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:07.907Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:07.907Zerror: cannot install while Rust is installed
392026-03-13T03:53:07.907Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:07.907Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:07.907Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:07.907Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:07.908Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:07.928Zinfo: profile set to default
452026-03-13T03:53:07.928Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:07.931Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:08.305Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:08.327Zinfo: downloading 6 components
492026-03-13T03:53:25.516Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:53:25.516Z
512026-03-13T03:53:25.551Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:25.551Z
532026-03-13T03:53:25.554Z
542026-03-13T03:53:25.554ZRust is installed now. Great!
552026-03-13T03:53:25.554Z
562026-03-13T03:53:25.554ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:25.554Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:25.554Z
592026-03-13T03:53:25.554ZTo configure your current shell, you need to source
602026-03-13T03:53:25.555Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:25.555Z
622026-03-13T03:53:25.555ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:25.555Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:25.555Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:25.555Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:25.555Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:25.555Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:25.555Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:25.555Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:25.555Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:25.653Z+ rustup --version
722026-03-13T03:53:25.664Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:25.667Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:25.690Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:25.693Z+ cargo --version
762026-03-13T03:53:25.711Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:25.715Z+ rustc --version
782026-03-13T03:53:25.738Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:25.744Zprocess exited: duration 19702 ms, exit code 0
 
802026-03-13T03:53:25.752Zstarting task 2: "authentication"
812026-03-13T03:53:25.773Zprocess exited: duration 18 ms, exit code 0
 
822026-03-13T03:53:25.781Zstarting task 3: "clone repository"
832026-03-13T03:53:25.786Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:53:25.790Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:53:25.811ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:53:26.646Z+ cd /work/oxidecomputer/opte
872026-03-13T03:53:26.650Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:53:26.897ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:53:26.897Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:53:26.905Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:53:26.907Z++ git branch --show-current
922026-03-13T03:53:26.910Z+ current=master
932026-03-13T03:53:26.910Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:53:26.910Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:53:26.916Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:53:26.934ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:53:26.942Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:53:26.942ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:53:26.942Zprocess exited: duration 1160 ms, exit code 0
 
1002026-03-13T03:53:26.949Zstarting task 4: "build"
1012026-03-13T03:53:26.954Z+ source .github/buildomat/common.sh
1022026-03-13T03:53:26.957Z++ rustup show active-toolchain
1032026-03-13T03:53:26.961Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:53:26.964Z++ pushd xde
1052026-03-13T03:53:26.964Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:53:26.964Z++ rustup show active-toolchain
1072026-03-13T03:53:26.970Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:53:27.129Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:53:27.133Zinfo: downloading 6 components
1102026-03-13T03:53:44.042Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:53:44.208Z+++ rustup show active-toolchain -v
1122026-03-13T03:53:44.209Z+++ head -n 1
1132026-03-13T03:53:44.209Z+++ cut '-d ' -f1
1142026-03-13T03:53:44.209Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:53:44.209Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:53:44.209Z++ popd
1172026-03-13T03:53:44.209Z/work/oxidecomputer/opte
1182026-03-13T03:53:44.209Z+ cargo --version
1192026-03-13T03:53:44.209Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-13T03:53:44.209Z+ rustc --version
1212026-03-13T03:53:44.209Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-13T03:53:44.209Z+ cd crates/opte-api
1232026-03-13T03:53:44.210Z+ header 'check API_VERSION'
1242026-03-13T03:53:44.210Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-13T03:53:44.210Z# ==== check API_VERSION ==== #
1262026-03-13T03:53:44.210Z+ ./check-api-version.sh
1272026-03-13T03:53:44.210Z+ header 'check style'
1282026-03-13T03:53:44.210Z+ echo '# ==== check style ==== #'
1292026-03-13T03:53:44.210Z# ==== check style ==== #
1302026-03-13T03:53:44.210Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-13T03:53:44.321Z
1322026-03-13T03:53:44.321Zreal 0.111265120
1332026-03-13T03:53:44.321Zuser 0.063951431
1342026-03-13T03:53:44.321Zsys 0.043277383
1352026-03-13T03:53:44.321Ztrap 0.000002580
1362026-03-13T03:53:44.322Ztflt 0.000022790
1372026-03-13T03:53:44.322Zdflt 0.000013480
1382026-03-13T03:53:44.322Zkflt 0.000000000
1392026-03-13T03:53:44.322Zlock 0.063992530
1402026-03-13T03:53:44.322Zslp 0.084938858
1412026-03-13T03:53:44.322Zlat 0.000233160
1422026-03-13T03:53:44.323Zstop 0.000123070
1432026-03-13T03:53:44.323Z+ header 'analyze std'
1442026-03-13T03:53:44.323Z+ echo '# ==== analyze std ==== #'
1452026-03-13T03:53:44.323Z# ==== analyze std ==== #
1462026-03-13T03:53:44.323Z+ ptime -m cargo clippy --all-targets
1472026-03-13T03:53:44.483Z Updating crates.io index
1482026-03-13T03:53:44.618Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-13T03:53:45.618Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-13T03:53:45.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-13T03:53:46.483Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-13T03:53:46.853Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-13T03:53:47.265Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-13T03:53:47.438Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-13T03:53:49.415Z Downloading crates ...
1562026-03-13T03:53:49.451Z Downloaded bitflags v1.3.2
1572026-03-13T03:53:49.472Z Downloaded macaddr v1.0.1
1582026-03-13T03:53:49.472Z Downloaded defmt-parser v1.0.0
1592026-03-13T03:53:49.482Z Downloaded proc-macro-error2 v2.0.1
1602026-03-13T03:53:49.482Z Downloaded bitflags v2.11.0
1612026-03-13T03:53:49.482Z Downloaded fnv v1.0.7
1622026-03-13T03:53:49.482Z Downloaded cobs v0.3.0
1632026-03-13T03:53:49.482Z Downloaded embedded-io v0.4.0
1642026-03-13T03:53:49.482Z Downloaded darling v0.21.3
1652026-03-13T03:53:49.482Z Downloaded quote v1.0.45
1662026-03-13T03:53:49.491Z Downloaded defmt v0.3.100
1672026-03-13T03:53:49.491Z Downloaded either v1.15.0
1682026-03-13T03:53:49.491Z Downloaded proc-macro-error-attr2 v2.0.0
1692026-03-13T03:53:49.491Z Downloaded ident_case v1.0.1
1702026-03-13T03:53:49.491Z Downloaded cfg-if v1.0.4
1712026-03-13T03:53:49.491Z Downloaded stable_deref_trait v1.2.1
1722026-03-13T03:53:49.502Z Downloaded defmt-macros v1.0.1
1732026-03-13T03:53:49.524Z Downloaded thiserror v2.0.18
1742026-03-13T03:53:49.524Z Downloaded serde v1.0.228
1752026-03-13T03:53:49.524Z Downloaded byteorder v1.5.0
1762026-03-13T03:53:49.524Z Downloaded unicode-ident v1.0.24
1772026-03-13T03:53:49.535Z Downloaded defmt v1.0.1
1782026-03-13T03:53:49.535Z Downloaded managed v0.8.0
1792026-03-13T03:53:49.536Z Downloaded regex v1.12.3
1802026-03-13T03:53:49.536Z Downloaded embedded-io v0.6.1
1812026-03-13T03:53:49.536Z Downloaded darling_macro v0.21.3
1822026-03-13T03:53:49.536Z Downloaded strsim v0.11.1
1832026-03-13T03:53:49.555Z Downloaded hash32 v0.3.1
1842026-03-13T03:53:49.577Z Downloaded ipnetwork v0.21.1
1852026-03-13T03:53:49.577Z Downloaded thiserror-impl v2.0.18
1862026-03-13T03:53:49.577Z Downloaded ingot v0.1.1
1872026-03-13T03:53:49.578Z Downloaded zerocopy-derive v0.8.42
1882026-03-13T03:53:49.589Z Downloaded ingot-types v0.1.2
1892026-03-13T03:53:49.589Z Downloaded darling_core v0.21.3
1902026-03-13T03:53:49.589Z Downloaded proc-macro2 v1.0.106
1912026-03-13T03:53:49.590Z Downloaded memchr v2.8.0
1922026-03-13T03:53:49.590Z Downloaded ingot-macros v0.1.1
1932026-03-13T03:53:49.590Z Downloaded serde_core v1.0.228
1942026-03-13T03:53:49.590Z Downloaded postcard v1.1.3
1952026-03-13T03:53:49.590Z Downloaded serde_derive v1.0.228
1962026-03-13T03:53:49.602Z Downloaded heapless v0.8.0
1972026-03-13T03:53:49.609Z Downloaded itertools v0.14.0
1982026-03-13T03:53:49.627Z Downloaded aho-corasick v1.1.4
1992026-03-13T03:53:49.681Z Downloaded syn v2.0.117
2002026-03-13T03:53:49.686Z Downloaded smoltcp v0.11.0
2012026-03-13T03:53:49.692Z Downloaded zerocopy v0.8.42
2022026-03-13T03:53:49.701Z Downloaded regex-syntax v0.8.10
2032026-03-13T03:53:49.716Z Downloaded regex-automata v0.4.14
2042026-03-13T03:53:49.764Z Compiling proc-macro2 v1.0.106
2052026-03-13T03:53:49.764Z Compiling quote v1.0.45
2062026-03-13T03:53:49.769Z Compiling unicode-ident v1.0.24
2072026-03-13T03:53:49.769Z Compiling ident_case v1.0.1
2082026-03-13T03:53:49.769Z Compiling fnv v1.0.7
2092026-03-13T03:53:49.769Z Compiling strsim v0.11.1
2102026-03-13T03:53:49.769Z Compiling memchr v2.8.0
2112026-03-13T03:53:49.769Z Compiling serde_core v1.0.228
2122026-03-13T03:53:49.966Z Compiling regex-syntax v0.8.10
2132026-03-13T03:53:49.989Z Compiling thiserror v2.0.18
2142026-03-13T03:53:50.028Z Compiling serde v1.0.228
2152026-03-13T03:53:50.250Z Compiling either v1.15.0
2162026-03-13T03:53:50.350Z Compiling zerocopy v0.8.42
2172026-03-13T03:53:50.434Z Compiling aho-corasick v1.1.4
2182026-03-13T03:53:50.511Z Compiling itertools v0.14.0
2192026-03-13T03:53:50.671Z Compiling heapless v0.8.0
2202026-03-13T03:53:50.676Z Checking byteorder v1.5.0
2212026-03-13T03:53:50.878Z Checking hash32 v0.3.1
2222026-03-13T03:53:50.897Z Checking macaddr v1.0.1
2232026-03-13T03:53:51.007Z Checking stable_deref_trait v1.2.1
2242026-03-13T03:53:51.073Z Checking bitflags v2.11.0
2252026-03-13T03:53:51.084Z Compiling smoltcp v0.11.0
2262026-03-13T03:53:51.496Z Compiling syn v2.0.117
2272026-03-13T03:53:51.525Z Checking cfg-if v1.0.4
2282026-03-13T03:53:51.576Z Checking bitflags v1.3.2
2292026-03-13T03:53:51.608Z Checking managed v0.8.0
2302026-03-13T03:53:51.682Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-13T03:53:51.783Z Checking ipnetwork v0.21.1
2322026-03-13T03:53:52.015Z Compiling regex-automata v0.4.14
2332026-03-13T03:53:54.100Z Compiling regex v1.12.3
2342026-03-13T03:53:54.740Z Compiling darling_core v0.21.3
2352026-03-13T03:53:55.231Z Compiling serde_derive v1.0.228
2362026-03-13T03:53:55.231Z Compiling thiserror-impl v2.0.18
2372026-03-13T03:53:55.235Z Compiling zerocopy-derive v0.8.42
2382026-03-13T03:53:56.544Z Checking cobs v0.3.0
2392026-03-13T03:53:56.674Z Compiling darling_macro v0.21.3
2402026-03-13T03:53:57.314Z Compiling darling v0.21.3
2412026-03-13T03:53:57.387Z Compiling ingot-macros v0.1.1
2422026-03-13T03:53:58.334Z Checking postcard v1.1.3
2432026-03-13T03:54:00.396Z Checking ingot-types v0.1.2
2442026-03-13T03:54:00.788Z Checking ingot v0.1.1
2452026-03-13T03:54:02.703Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-13T03:54:04.074Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.80s
2472026-03-13T03:54:04.206Z
2482026-03-13T03:54:04.210Zreal 19.989616047
2492026-03-13T03:54:04.210Zuser 45.029182560
2502026-03-13T03:54:04.210Zsys 7.496836845
2512026-03-13T03:54:04.210Ztrap 0.019668760
2522026-03-13T03:54:04.210Ztflt 0.135408544
2532026-03-13T03:54:04.210Zdflt 0.296976421
2542026-03-13T03:54:04.210Zkflt 0.001235082
2552026-03-13T03:54:04.210Zlock 2:12.173012085
2562026-03-13T03:54:04.210Zslp 2:05.219021525
2572026-03-13T03:54:04.210Zlat 2.518533742
2582026-03-13T03:54:04.210Zstop 6.088644901
2592026-03-13T03:54:04.210Z+ header 'analyze no_std'
2602026-03-13T03:54:04.210Z+ echo '# ==== analyze no_std ==== #'
2612026-03-13T03:54:04.210Z# ==== analyze no_std ==== #
2622026-03-13T03:54:04.210Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-13T03:54:04.350Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-13T03:54:04.647Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-13T03:54:06.031Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.76s
2662026-03-13T03:54:06.055Z
2672026-03-13T03:54:06.083Zreal 1.842004105
2682026-03-13T03:54:06.083Zuser 2.707847404
2692026-03-13T03:54:06.083Zsys 0.325564213
2702026-03-13T03:54:06.084Ztrap 0.000305680
2712026-03-13T03:54:06.084Ztflt 0.000028360
2722026-03-13T03:54:06.084Zdflt 0.000028050
2732026-03-13T03:54:06.084Zkflt 0.000000000
2742026-03-13T03:54:06.084Zlock 6.596978629
2752026-03-13T03:54:06.084Zslp 7.480369152
2762026-03-13T03:54:06.084Zlat 0.000432850
2772026-03-13T03:54:06.084Zstop 0.052843855
2782026-03-13T03:54:06.084Z+ header test
2792026-03-13T03:54:06.084Z+ echo '# ==== test ==== #'
2802026-03-13T03:54:06.084Z# ==== test ==== #
2812026-03-13T03:54:06.084Z+ ptime -m cargo test
2822026-03-13T03:54:06.235Z Compiling byteorder v1.5.0
2832026-03-13T03:54:06.235Z Compiling serde_core v1.0.228
2842026-03-13T03:54:06.241Z Compiling stable_deref_trait v1.2.1
2852026-03-13T03:54:06.241Z Compiling macaddr v1.0.1
2862026-03-13T03:54:06.267Z Compiling thiserror v2.0.18
2872026-03-13T03:54:06.271Z Compiling zerocopy v0.8.42
2882026-03-13T03:54:06.271Z Compiling bitflags v2.11.0
2892026-03-13T03:54:06.274Z Compiling bitflags v1.3.2
2902026-03-13T03:54:06.329Z Compiling managed v0.8.0
2912026-03-13T03:54:06.334Z Compiling cobs v0.3.0
2922026-03-13T03:54:06.369Z Compiling cfg-if v1.0.4
2932026-03-13T03:54:06.442Z Compiling hash32 v0.3.1
2942026-03-13T03:54:06.476Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-03-13T03:54:06.578Z Compiling heapless v0.8.0
2962026-03-13T03:54:06.623Z Compiling ipnetwork v0.21.1
2972026-03-13T03:54:07.078Z Compiling smoltcp v0.11.0
2982026-03-13T03:54:08.494Z Compiling serde v1.0.228
2992026-03-13T03:54:09.094Z Compiling postcard v1.1.3
3002026-03-13T03:54:10.316Z Compiling ingot-types v0.1.2
3012026-03-13T03:54:10.741Z Compiling ingot v0.1.1
3022026-03-13T03:54:12.797Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-13T03:54:15.087Z Finished `test` profile [optimized + debuginfo] target(s) in 9.01s
3042026-03-13T03:54:15.098Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-6cfda9c79a8cbd88)
3052026-03-13T03:54:15.102Z
3062026-03-13T03:54:15.102Zrunning 25 tests
3072026-03-13T03:54:15.102Ztest encap::test::good_vni ... ok
3082026-03-13T03:54:15.102Ztest dns::tests::test_domain_name ... ok
3092026-03-13T03:54:15.102Ztest encap::test::bad_vni ... ok
3102026-03-13T03:54:15.102Ztest encap::test::vni_round_trip ... ok
3112026-03-13T03:54:15.102Ztest ip::test::bad_cidr ... ok
3122026-03-13T03:54:15.102Ztest ip::test::bad_prefix_len ... ok
3132026-03-13T03:54:15.102Ztest ip::test::dhcp_fqdn ... ok
3142026-03-13T03:54:15.102Ztest ip::test::good_cidr ... ok
3152026-03-13T03:54:15.102Ztest ip::test::ipv4_addr_good ... ok
3162026-03-13T03:54:15.102Ztest ip::test::ipv4_addr_bad ... ok
3172026-03-13T03:54:15.102Ztest ip::test::ipv4_mask ... ok
3182026-03-13T03:54:15.102Ztest ip::test::ipv6_is_default ... ok
3192026-03-13T03:54:15.103Ztest ip::test::ipv6_cidr_is_member ... ok
3202026-03-13T03:54:15.103Ztest ip::test::ipv6_mask ... ok
3212026-03-13T03:54:15.103Ztest ip::test::ipv6_prefix_len ... ok
3222026-03-13T03:54:15.103Ztest ip::test::test_ip_addr_from_str ... ok
3232026-03-13T03:54:15.103Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-03-13T03:54:15.103Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-03-13T03:54:15.103Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-03-13T03:54:15.103Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-13T03:54:15.103Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-13T03:54:15.103Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-03-13T03:54:15.103Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-03-13T03:54:15.103Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-03-13T03:54:15.103Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-13T03:54:15.103Z
3332026-03-13T03:54:15.103Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-13T03:54:15.103Z
3352026-03-13T03:54:15.103Z Doc-tests opte_api
3362026-03-13T03:54:15.889Z
3372026-03-13T03:54:15.889Zrunning 1 test
3382026-03-13T03:54:15.894Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-13T03:54:15.894Z
3402026-03-13T03:54:15.894Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-13T03:54:15.894Z
3422026-03-13T03:54:15.899Zall doctests ran in 0.58s; merged doctests compilation took 0.57s
3432026-03-13T03:54:15.918Z
3442026-03-13T03:54:15.921Zreal 9.852803500
3452026-03-13T03:54:15.921Zuser 24.678775836
3462026-03-13T03:54:15.921Zsys 2.617154645
3472026-03-13T03:54:15.921Ztrap 0.006540072
3482026-03-13T03:54:15.921Ztflt 0.156842089
3492026-03-13T03:54:15.921Zdflt 0.190588725
3502026-03-13T03:54:15.921Zkflt 0.000000000
3512026-03-13T03:54:15.921Zlock 1:20.948544653
3522026-03-13T03:54:15.921Zslp 44.974605785
3532026-03-13T03:54:15.921Zlat 1.118307876
3542026-03-13T03:54:15.922Zstop 1.147323199
3552026-03-13T03:54:15.922Zprocess exited: duration 48969 ms, exit code 0
 
3562026-03-13T03:54:15.929Zfound 0 output files