01KMEY72SVNSS5CTAPQM85GWKX: opte-api

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

Buildomat Job: 01KMEY7G5P066Y2MH44873HA17

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-24T03:30:31.565Zjob assigned to worker 01KMEY7SET5BTHHA01FPEPGGW5 [factory aws, i-032cbf39a4e96a52a] (queued for 1 m 13 s)
 
22026-03-24T03:30:39.419Zstarting task 0: "setup"
32026-03-24T03:30:39.425Z++ uname -s
42026-03-24T03:30:39.428Z+ kern=SunOS
52026-03-24T03:30:39.428Z+ build_user=build
62026-03-24T03:30:39.428Z+ build_uid=12345
72026-03-24T03:30:39.428Z+ work_dir=/work
82026-03-24T03:30:39.428Z+ input_dir=/input
92026-03-24T03:30:39.428Z+ [[ 0 == 12345 ]]
102026-03-24T03:30:39.428Z+ case "$kern" in
112026-03-24T03:30:39.428Z+ groupadd -g 12345 build
122026-03-24T03:30:39.431Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-24T03:30:41.437Z+ zfs create -o mountpoint=/work rpool/work
142026-03-24T03:30:41.544Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-24T03:30:41.547Z+ home_fs=zfs
162026-03-24T03:30:41.547Z+ [[ zfs == autofs ]]
172026-03-24T03:30:41.547Z+ mkdir -p /home/build
182026-03-24T03:30:41.552Z+ chown build:build /home/build /work
192026-03-24T03:30:43.551Z+ chmod 0700 /home/build /work
202026-03-24T03:30:43.554Zprocess exited: duration 4132 ms, exit code 0
 
212026-03-24T03:30:43.560Zstarting task 1: "rust-toolchain"
222026-03-24T03:30:43.564Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-24T03:30:43.564Z * rust toolchain channel = "1.93.1"
242026-03-24T03:30:43.564Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-24T03:30:43.564Z * rust toolchain profile = "default"
262026-03-24T03:30:43.564Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-24T03:30:43.565Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-24T03:30:43.567Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-24T03:30:43.567Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-24T03:30:43.704Zinfo: downloading installer
312026-03-24T03:30:45.323Zwarn: It looks like you have an existing installation of Rust at:
322026-03-24T03:30:45.323Zwarn: /opt/ooce/bin
332026-03-24T03:30:45.323Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-24T03:30:45.323Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-24T03:30:45.323Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-24T03:30:45.324Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-24T03:30:45.324Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-24T03:30:45.324Zerror: cannot install while Rust is installed
392026-03-24T03:30:45.324Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-24T03:30:45.324Zwarn: It looks like you have an existing rustup settings file at:
412026-03-24T03:30:45.324Zwarn: /home/build/.rustup/settings.toml
422026-03-24T03:30:45.324Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-24T03:30:45.324Zwarn: instead of the one inferred from the default host triple.
442026-03-24T03:30:45.338Zinfo: profile set to default
452026-03-24T03:30:45.338Zinfo: default host triple is x86_64-unknown-illumos
462026-03-24T03:30:45.341Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-24T03:30:45.504Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-24T03:30:45.507Zinfo: downloading 6 components
492026-03-24T03:31:02.273Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-24T03:31:02.273Z
512026-03-24T03:31:02.309Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-24T03:31:02.309Z
532026-03-24T03:31:02.312Z
542026-03-24T03:31:02.312ZRust is installed now. Great!
552026-03-24T03:31:02.312Z
562026-03-24T03:31:02.313ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-24T03:31:02.313Zenvironment variable. This has not been done automatically.
582026-03-24T03:31:02.313Z
592026-03-24T03:31:02.313ZTo configure your current shell, you need to source
602026-03-24T03:31:02.313Zthe corresponding env file under $HOME/.cargo.
612026-03-24T03:31:02.313Z
622026-03-24T03:31:02.313ZThis is usually done by running one of the following (note the leading DOT):
632026-03-24T03:31:02.313Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-24T03:31:02.313Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-24T03:31:02.313Zsource "~/.cargo/env.nu" # For nushell
662026-03-24T03:31:02.313Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-24T03:31:02.313Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-24T03:31:02.313Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-24T03:31:02.313Zwarn: no default linker (`cc`) was found in your PATH
702026-03-24T03:31:02.313Zwarn: many Rust crates require a system C toolchain to build
712026-03-24T03:31:02.416Z+ rustup --version
722026-03-24T03:31:02.424Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-24T03:31:02.437Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-24T03:31:02.454Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-24T03:31:02.460Z+ cargo --version
762026-03-24T03:31:02.472Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-24T03:31:02.476Z+ rustc --version
782026-03-24T03:31:02.497Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-24T03:31:02.502Zprocess exited: duration 18929 ms, exit code 0
 
802026-03-24T03:31:02.512Zstarting task 2: "authentication"
812026-03-24T03:31:02.536Zprocess exited: duration 23 ms, exit code 0
 
822026-03-24T03:31:02.545Zstarting task 3: "clone repository"
832026-03-24T03:31:02.549Z+ mkdir -p /work/oxidecomputer/opte
842026-03-24T03:31:02.559Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-24T03:31:02.586ZCloning into '/work/oxidecomputer/opte'...
862026-03-24T03:31:03.442Z+ cd /work/oxidecomputer/opte
872026-03-24T03:31:03.442Z+ git fetch origin 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
882026-03-24T03:31:03.721ZFrom https://github.com/oxidecomputer/opte
892026-03-24T03:31:03.721Z * branch 9b29b03e5f513abaa63371c2c7e3dd12afdc966d -> FETCH_HEAD
902026-03-24T03:31:03.730Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-24T03:31:03.737Z++ git branch --show-current
922026-03-24T03:31:03.737Z+ current=master
932026-03-24T03:31:03.737Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-24T03:31:03.738Z+ git branch -f renovate/toml-1.x-lockfile 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
952026-03-24T03:31:03.738Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-24T03:31:03.759ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-24T03:31:03.762Z+ git reset --hard 9b29b03e5f513abaa63371c2c7e3dd12afdc966d
982026-03-24T03:31:03.763ZHEAD is now at 9b29b03 Update Rust crate toml to v1.1.0
992026-03-24T03:31:03.763Zprocess exited: duration 1216 ms, exit code 0
 
1002026-03-24T03:31:03.799Zstarting task 4: "build"
1012026-03-24T03:31:03.806Z+ source .github/buildomat/common.sh
1022026-03-24T03:31:03.806Z++ rustup show active-toolchain
1032026-03-24T03:31:03.806Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-24T03:31:03.806Z++ pushd xde
1052026-03-24T03:31:03.807Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-24T03:31:03.807Z++ rustup show active-toolchain
1072026-03-24T03:31:03.813Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-24T03:31:03.976Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-24T03:31:03.984Zinfo: downloading 6 components
1102026-03-24T03:31:18.643Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-24T03:31:18.737Z+++ rustup show active-toolchain -v
1122026-03-24T03:31:18.740Z+++ head -n 1
1132026-03-24T03:31:18.740Z+++ cut '-d ' -f1
1142026-03-24T03:31:18.806Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-24T03:31:18.806Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-24T03:31:18.818Z++ popd
1172026-03-24T03:31:18.818Z/work/oxidecomputer/opte
1182026-03-24T03:31:18.818Z+ cargo --version
1192026-03-24T03:31:18.826Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-24T03:31:18.826Z+ rustc --version
1212026-03-24T03:31:18.841Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-24T03:31:18.844Z+ cd crates/opte-api
1232026-03-24T03:31:18.845Z+ header 'check API_VERSION'
1242026-03-24T03:31:18.845Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-24T03:31:18.845Z# ==== check API_VERSION ==== #
1262026-03-24T03:31:18.845Z+ ./check-api-version.sh
1272026-03-24T03:31:18.853Z+ header 'check style'
1282026-03-24T03:31:18.856Z+ echo '# ==== check style ==== #'
1292026-03-24T03:31:18.856Z# ==== check style ==== #
1302026-03-24T03:31:18.856Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-24T03:31:18.961Z
1322026-03-24T03:31:18.961Zreal 0.104989865
1332026-03-24T03:31:18.965Zuser 0.062669485
1342026-03-24T03:31:18.965Zsys 0.038579154
1352026-03-24T03:31:18.965Ztrap 0.000000778
1362026-03-24T03:31:18.965Ztflt 0.000038517
1372026-03-24T03:31:18.965Zdflt 0.000014052
1382026-03-24T03:31:18.965Zkflt 0.000000000
1392026-03-24T03:31:18.965Zlock 0.060765328
1402026-03-24T03:31:18.965Zslp 0.082228276
1412026-03-24T03:31:18.965Zlat 0.000258836
1422026-03-24T03:31:18.966Zstop 0.000111410
1432026-03-24T03:31:18.966Z+ header 'analyze std'
1442026-03-24T03:31:18.966Z+ echo '# ==== analyze std ==== #'
1452026-03-24T03:31:18.966Z# ==== analyze std ==== #
1462026-03-24T03:31:18.966Z+ ptime -m cargo clippy --all-targets
1472026-03-24T03:31:19.117Z Updating crates.io index
1482026-03-24T03:31:19.123Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-24T03:31:19.927Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-24T03:31:20.465Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-24T03:31:20.804Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-24T03:31:21.190Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-24T03:31:21.447Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-24T03:31:21.713Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-24T03:31:23.395Z Downloading crates ...
1562026-03-24T03:31:23.442Z Downloaded bitflags v1.3.2
1572026-03-24T03:31:23.462Z Downloaded defmt-macros v1.0.1
1582026-03-24T03:31:23.465Z Downloaded darling v0.21.3
1592026-03-24T03:31:23.479Z Downloaded regex-syntax v0.8.10
1602026-03-24T03:31:23.485Z Downloaded aho-corasick v1.1.4
1612026-03-24T03:31:23.489Z Downloaded cobs v0.3.0
1622026-03-24T03:31:23.492Z Downloaded cfg-if v1.0.4
1632026-03-24T03:31:23.495Z Downloaded byteorder v1.5.0
1642026-03-24T03:31:23.499Z Downloaded proc-macro-error2 v2.0.1
1652026-03-24T03:31:23.502Z Downloaded hash32 v0.3.1
1662026-03-24T03:31:23.511Z Downloaded ident_case v1.0.1
1672026-03-24T03:31:23.515Z Downloaded quote v1.0.45
1682026-03-24T03:31:23.515Z Downloaded fnv v1.0.7
1692026-03-24T03:31:23.515Z Downloaded embedded-io v0.4.0
1702026-03-24T03:31:23.515Z Downloaded darling_macro v0.21.3
1712026-03-24T03:31:23.519Z Downloaded macaddr v1.0.1
1722026-03-24T03:31:23.523Z Downloaded embedded-io v0.6.1
1732026-03-24T03:31:23.526Z Downloaded defmt-parser v1.0.0
1742026-03-24T03:31:23.530Z Downloaded serde_derive v1.0.228
1752026-03-24T03:31:23.530Z Downloaded managed v0.8.0
1762026-03-24T03:31:23.536Z Downloaded thiserror-impl v2.0.18
1772026-03-24T03:31:23.539Z Downloaded thiserror v2.0.18
1782026-03-24T03:31:23.543Z Downloaded ingot-types v0.1.2
1792026-03-24T03:31:23.546Z Downloaded defmt v1.0.1
1802026-03-24T03:31:23.549Z Downloaded postcard v1.1.3
1812026-03-24T03:31:23.552Z Downloaded ingot-macros v0.1.1
1822026-03-24T03:31:23.552Z Downloaded stable_deref_trait v1.2.1
1832026-03-24T03:31:23.555Z Downloaded defmt v0.3.100
1842026-03-24T03:31:23.558Z Downloaded serde_core v1.0.228
1852026-03-24T03:31:23.561Z Downloaded bitflags v2.11.0
1862026-03-24T03:31:23.571Z Downloaded proc-macro-error-attr2 v2.0.0
1872026-03-24T03:31:23.573Z Downloaded ipnetwork v0.21.1
1882026-03-24T03:31:23.582Z Downloaded strsim v0.11.1
1892026-03-24T03:31:23.587Z Downloaded serde v1.0.228
1902026-03-24T03:31:23.590Z Downloaded either v1.15.0
1912026-03-24T03:31:23.595Z Downloaded zerocopy-derive v0.8.42
1922026-03-24T03:31:23.601Z Downloaded proc-macro2 v1.0.106
1932026-03-24T03:31:23.604Z Downloaded memchr v2.8.0
1942026-03-24T03:31:23.607Z Downloaded ingot v0.1.1
1952026-03-24T03:31:23.611Z Downloaded unicode-ident v1.0.24
1962026-03-24T03:31:23.614Z Downloaded itertools v0.14.0
1972026-03-24T03:31:23.617Z Downloaded regex v1.12.3
1982026-03-24T03:31:23.621Z Downloaded heapless v0.8.0
1992026-03-24T03:31:23.626Z Downloaded darling_core v0.21.3
2002026-03-24T03:31:23.636Z Downloaded zerocopy v0.8.42
2012026-03-24T03:31:23.648Z Downloaded smoltcp v0.11.0
2022026-03-24T03:31:23.664Z Downloaded syn v2.0.117
2032026-03-24T03:31:23.683Z Downloaded regex-automata v0.4.14
2042026-03-24T03:31:23.728Z Compiling proc-macro2 v1.0.106
2052026-03-24T03:31:23.728Z Compiling unicode-ident v1.0.24
2062026-03-24T03:31:23.731Z Compiling quote v1.0.45
2072026-03-24T03:31:23.731Z Compiling ident_case v1.0.1
2082026-03-24T03:31:23.731Z Compiling fnv v1.0.7
2092026-03-24T03:31:23.731Z Compiling strsim v0.11.1
2102026-03-24T03:31:23.731Z Compiling memchr v2.8.0
2112026-03-24T03:31:23.731Z Compiling regex-syntax v0.8.10
2122026-03-24T03:31:23.926Z Compiling serde_core v1.0.228
2132026-03-24T03:31:23.950Z Compiling serde v1.0.228
2142026-03-24T03:31:23.953Z Compiling either v1.15.0
2152026-03-24T03:31:24.200Z Compiling zerocopy v0.8.42
2162026-03-24T03:31:24.211Z Compiling thiserror v2.0.18
2172026-03-24T03:31:24.277Z Compiling itertools v0.14.0
2182026-03-24T03:31:24.356Z Compiling aho-corasick v1.1.4
2192026-03-24T03:31:24.628Z Checking byteorder v1.5.0
2202026-03-24T03:31:24.743Z Compiling heapless v0.8.0
2212026-03-24T03:31:24.823Z Checking hash32 v0.3.1
2222026-03-24T03:31:24.887Z Checking stable_deref_trait v1.2.1
2232026-03-24T03:31:24.946Z Checking macaddr v1.0.1
2242026-03-24T03:31:24.955Z Compiling smoltcp v0.11.0
2252026-03-24T03:31:25.324Z Compiling syn v2.0.117
2262026-03-24T03:31:25.361Z Checking bitflags v2.11.0
2272026-03-24T03:31:25.422Z Checking bitflags v1.3.2
2282026-03-24T03:31:25.492Z Checking managed v0.8.0
2292026-03-24T03:31:25.534Z Checking cfg-if v1.0.4
2302026-03-24T03:31:25.601Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-24T03:31:25.718Z Checking ipnetwork v0.21.1
2322026-03-24T03:31:25.855Z Compiling regex-automata v0.4.14
2332026-03-24T03:31:28.080Z Compiling regex v1.12.3
2342026-03-24T03:31:28.442Z Compiling darling_core v0.21.3
2352026-03-24T03:31:28.906Z Compiling serde_derive v1.0.228
2362026-03-24T03:31:28.906Z Compiling zerocopy-derive v0.8.42
2372026-03-24T03:31:28.933Z Compiling thiserror-impl v2.0.18
2382026-03-24T03:31:30.183Z Checking cobs v0.3.0
2392026-03-24T03:31:30.386Z Compiling darling_macro v0.21.3
2402026-03-24T03:31:30.943Z Compiling darling v0.21.3
2412026-03-24T03:31:31.016Z Compiling ingot-macros v0.1.1
2422026-03-24T03:31:31.919Z Checking postcard v1.1.3
2432026-03-24T03:31:33.869Z Checking ingot-types v0.1.2
2442026-03-24T03:31:34.250Z Checking ingot v0.1.1
2452026-03-24T03:31:36.165Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-24T03:31:37.533Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.50s
2472026-03-24T03:31:37.657Z
2482026-03-24T03:31:37.660Zreal 18.680325519
2492026-03-24T03:31:37.660Zuser 43.595742042
2502026-03-24T03:31:37.660Zsys 7.177402297
2512026-03-24T03:31:37.660Ztrap 0.020257009
2522026-03-24T03:31:37.660Ztflt 0.094911857
2532026-03-24T03:31:37.660Zdflt 0.245146340
2542026-03-24T03:31:37.660Zkflt 0.001658316
2552026-03-24T03:31:37.660Zlock 2:10.976193882
2562026-03-24T03:31:37.661Zslp 2:00.502538031
2572026-03-24T03:31:37.661Zlat 2.034839998
2582026-03-24T03:31:37.661Zstop 5.074521056
2592026-03-24T03:31:37.661Z+ header 'analyze no_std'
2602026-03-24T03:31:37.661Z+ echo '# ==== analyze no_std ==== #'
2612026-03-24T03:31:37.661Z# ==== analyze no_std ==== #
2622026-03-24T03:31:37.661Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-24T03:31:37.797Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-24T03:31:38.087Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-24T03:31:39.444Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s
2662026-03-24T03:31:39.495Z
2672026-03-24T03:31:39.506Zreal 1.804199391
2682026-03-24T03:31:39.506Zuser 2.655945420
2692026-03-24T03:31:39.506Zsys 0.311440294
2702026-03-24T03:31:39.506Ztrap 0.000332554
2712026-03-24T03:31:39.506Ztflt 0.000034008
2722026-03-24T03:31:39.506Zdflt 0.000108131
2732026-03-24T03:31:39.506Zkflt 0.000000000
2742026-03-24T03:31:39.506Zlock 6.443460497
2752026-03-24T03:31:39.506Zslp 7.325493456
2762026-03-24T03:31:39.506Zlat 0.000668604
2772026-03-24T03:31:39.507Zstop 0.051094580
2782026-03-24T03:31:39.507Z+ header test
2792026-03-24T03:31:39.507Z+ echo '# ==== test ==== #'
2802026-03-24T03:31:39.507Z# ==== test ==== #
2812026-03-24T03:31:39.507Z+ ptime -m cargo test
2822026-03-24T03:31:39.641Z Compiling serde_core v1.0.228
2832026-03-24T03:31:39.641Z Compiling byteorder v1.5.0
2842026-03-24T03:31:39.647Z Compiling macaddr v1.0.1
2852026-03-24T03:31:39.667Z Compiling zerocopy v0.8.42
2862026-03-24T03:31:39.672Z Compiling thiserror v2.0.18
2872026-03-24T03:31:39.672Z Compiling bitflags v2.11.0
2882026-03-24T03:31:39.672Z Compiling stable_deref_trait v1.2.1
2892026-03-24T03:31:39.676Z Compiling bitflags v1.3.2
2902026-03-24T03:31:39.736Z Compiling cobs v0.3.0
2912026-03-24T03:31:39.736Z Compiling managed v0.8.0
2922026-03-24T03:31:39.770Z Compiling cfg-if v1.0.4
2932026-03-24T03:31:39.833Z Compiling hash32 v0.3.1
2942026-03-24T03:31:39.875Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-03-24T03:31:39.966Z Compiling heapless v0.8.0
2962026-03-24T03:31:40.005Z Compiling ipnetwork v0.21.1
2972026-03-24T03:31:40.435Z Compiling smoltcp v0.11.0
2982026-03-24T03:31:41.837Z Compiling serde v1.0.228
2992026-03-24T03:31:42.692Z Compiling postcard v1.1.3
3002026-03-24T03:31:43.465Z Compiling ingot-types v0.1.2
3012026-03-24T03:31:43.848Z Compiling ingot v0.1.1
3022026-03-24T03:31:45.900Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-24T03:31:48.129Z Finished `test` profile [optimized + debuginfo] target(s) in 8.64s
3042026-03-24T03:31:48.141Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-6cfda9c79a8cbd88)
3052026-03-24T03:31:48.144Z
3062026-03-24T03:31:48.144Zrunning 25 tests
3072026-03-24T03:31:48.144Ztest encap::test::bad_vni ... ok
3082026-03-24T03:31:48.144Ztest encap::test::vni_round_trip ... ok
3092026-03-24T03:31:48.144Ztest dns::tests::test_domain_name ... ok
3102026-03-24T03:31:48.145Ztest encap::test::good_vni ... ok
3112026-03-24T03:31:48.145Ztest ip::test::bad_prefix_len ... ok
3122026-03-24T03:31:48.145Ztest ip::test::bad_cidr ... ok
3132026-03-24T03:31:48.145Ztest ip::test::dhcp_fqdn ... ok
3142026-03-24T03:31:48.145Ztest ip::test::good_cidr ... ok
3152026-03-24T03:31:48.145Ztest ip::test::ipv4_addr_bad ... ok
3162026-03-24T03:31:48.145Ztest ip::test::ipv4_addr_good ... ok
3172026-03-24T03:31:48.145Ztest ip::test::ipv4_mask ... ok
3182026-03-24T03:31:48.145Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-03-24T03:31:48.145Ztest ip::test::ipv6_is_default ... ok
3202026-03-24T03:31:48.145Ztest ip::test::ipv6_mask ... ok
3212026-03-24T03:31:48.145Ztest ip::test::ipv6_prefix_len ... ok
3222026-03-24T03:31:48.145Ztest ip::test::test_ip_cidr_from_str ... ok
3232026-03-24T03:31:48.145Ztest ip::test::test_ip_addr_from_str ... ok
3242026-03-24T03:31:48.145Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-03-24T03:31:48.145Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-03-24T03:31:48.145Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-24T03:31:48.145Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-24T03:31:48.145Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-03-24T03:31:48.145Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-03-24T03:31:48.145Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-03-24T03:31:48.145Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-24T03:31:48.145Z
3332026-03-24T03:31:48.145Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-24T03:31:48.145Z
3352026-03-24T03:31:48.145Z Doc-tests opte_api
3362026-03-24T03:31:48.908Z
3372026-03-24T03:31:48.908Zrunning 1 test
3382026-03-24T03:31:48.911Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-24T03:31:48.911Z
3402026-03-24T03:31:48.911Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-24T03:31:48.911Z
3422026-03-24T03:31:48.914Zall doctests ran in 0.56s; merged doctests compilation took 0.55s
3432026-03-24T03:31:48.933Z
3442026-03-24T03:31:48.937Zreal 9.450899558
3452026-03-24T03:31:48.937Zuser 23.683317651
3462026-03-24T03:31:48.937Zsys 2.469033152
3472026-03-24T03:31:48.937Ztrap 0.005077855
3482026-03-24T03:31:48.937Ztflt 0.181746024
3492026-03-24T03:31:48.937Zdflt 0.141285863
3502026-03-24T03:31:48.937Zkflt 0.000001988
3512026-03-24T03:31:48.937Zlock 1:17.257719960
3522026-03-24T03:31:48.937Zslp 44.011552704
3532026-03-24T03:31:48.937Zlat 0.290366173
3542026-03-24T03:31:48.937Zstop 0.758850021
3552026-03-24T03:31:48.937Zprocess exited: duration 45126 ms, exit code 0
 
3562026-03-24T03:31:48.967Zfound 0 output files