01KWC3Z2ZYEPW65EK04WQWW1FD: opte-api

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

Buildomat Job: 01KWC3ZGADJ5DZQ348ATAJC9Q7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-30T11:18:37.683Zjob assigned to worker 01KWC3ZJDTTJMGBW0C589YK7AV [factory aws, i-08713a18d7d9bb556] (queued for 58 s)
 
22026-06-30T11:18:44.149Zstarting task 0: "setup"
32026-06-30T11:18:44.156Z++ uname -s
42026-06-30T11:18:44.159Z+ kern=SunOS
52026-06-30T11:18:44.159Z+ build_user=build
62026-06-30T11:18:44.159Z+ build_uid=12345
72026-06-30T11:18:44.159Z+ work_dir=/work
82026-06-30T11:18:44.159Z+ input_dir=/input
92026-06-30T11:18:44.159Z+ [[ 0 == 12345 ]]
102026-06-30T11:18:44.159Z+ case "$kern" in
112026-06-30T11:18:44.159Z+ groupadd -g 12345 build
122026-06-30T11:18:44.159Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-30T11:18:46.165Z+ zfs create -o mountpoint=/work rpool/work
142026-06-30T11:18:46.240Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-30T11:18:46.243Z+ home_fs=zfs
162026-06-30T11:18:46.243Z+ [[ zfs == autofs ]]
172026-06-30T11:18:46.243Z+ mkdir -p /home/build
182026-06-30T11:18:46.243Z+ chown build:build /home/build /work
192026-06-30T11:18:48.245Z+ chmod 0700 /home/build /work
202026-06-30T11:18:48.249Zprocess exited: duration 4099 ms, exit code 0
 
212026-06-30T11:18:48.256Zstarting task 1: "rust-toolchain"
222026-06-30T11:18:48.260Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-30T11:18:48.260Z * rust toolchain channel = "1.96.0"
242026-06-30T11:18:48.260Z * rust toolchain profile = "default"
252026-06-30T11:18:48.260Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-30T11:18:48.260Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-30T11:18:48.260Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-30T11:18:48.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-30T11:18:48.264Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-30T11:18:48.366Zinfo: downloading installer
312026-06-30T11:18:49.850Zwarn: It looks like you have an existing rustup settings file at:
322026-06-30T11:18:49.850Zwarn: /home/build/.rustup/settings.toml
332026-06-30T11:18:49.850Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-30T11:18:49.850Zwarn: instead of the one inferred from the default host triple.
352026-06-30T11:18:49.863Zinfo: profile set to default
362026-06-30T11:18:49.863Zinfo: default host triple is x86_64-unknown-illumos
372026-06-30T11:18:49.866Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-30T11:18:50.024Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-30T11:18:50.027Zinfo: downloading 6 components
402026-06-30T11:19:05.343Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-30T11:19:05.343Z
422026-06-30T11:19:05.378Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-30T11:19:05.378Z
442026-06-30T11:19:05.379Z
452026-06-30T11:19:05.379ZRust is installed now. Great!
462026-06-30T11:19:05.379Z
472026-06-30T11:19:05.379ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-30T11:19:05.379Zenvironment variable. This has not been done automatically.
492026-06-30T11:19:05.379Z
502026-06-30T11:19:05.379ZTo configure your current shell, you need to source
512026-06-30T11:19:05.379Zthe corresponding env file under $HOME/.cargo.
522026-06-30T11:19:05.379Z
532026-06-30T11:19:05.379ZThis is usually done by running one of the following (note the leading DOT):
542026-06-30T11:19:05.379Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-30T11:19:05.379Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-30T11:19:05.379Zsource "~/.cargo/env.nu" # For nushell
572026-06-30T11:19:05.379Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-30T11:19:05.379Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-30T11:19:05.379Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-30T11:19:05.383Zwarn: no default linker (`cc`) was found in your PATH
612026-06-30T11:19:05.383Zwarn: many Rust crates require a system C toolchain to build
622026-06-30T11:19:05.480Z+ rustup --version
632026-06-30T11:19:05.489Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-30T11:19:05.493Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-30T11:19:05.511Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-30T11:19:05.514Z+ cargo --version
672026-06-30T11:19:05.526Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-30T11:19:05.530Z+ rustc --version
692026-06-30T11:19:05.548Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-30T11:19:05.551Zprocess exited: duration 17294 ms, exit code 0
 
712026-06-30T11:19:05.557Zstarting task 2: "authentication"
722026-06-30T11:19:05.574Zprocess exited: duration 16 ms, exit code 0
 
732026-06-30T11:19:05.580Zstarting task 3: "clone repository"
742026-06-30T11:19:05.583Z+ mkdir -p /work/oxidecomputer/opte
752026-06-30T11:19:05.586Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-30T11:19:05.616ZCloning into '/work/oxidecomputer/opte'...
772026-06-30T11:19:06.572Z+ cd /work/oxidecomputer/opte
782026-06-30T11:19:06.572Z+ git fetch origin 194ae5e6163762f09f71606701c2ca93af2381e6
792026-06-30T11:19:06.806ZFrom https://github.com/oxidecomputer/opte
802026-06-30T11:19:06.806Z * branch 194ae5e6163762f09f71606701c2ca93af2381e6 -> FETCH_HEAD
812026-06-30T11:19:06.811Z+ [[ -n read-xde ]]
822026-06-30T11:19:06.814Z++ git branch --show-current
832026-06-30T11:19:06.814Z+ current=master
842026-06-30T11:19:06.814Z+ [[ master != read-xde ]]
852026-06-30T11:19:06.814Z+ git branch -f read-xde 194ae5e6163762f09f71606701c2ca93af2381e6
862026-06-30T11:19:06.817Z+ git checkout -f read-xde
872026-06-30T11:19:06.833ZSwitched to branch 'read-xde'
882026-06-30T11:19:06.836Z+ git reset --hard 194ae5e6163762f09f71606701c2ca93af2381e6
892026-06-30T11:19:06.849ZHEAD is now at 194ae5e [opteadm] Add show-xde-underlay command.
902026-06-30T11:19:06.852Zprocess exited: duration 1269 ms, exit code 0
 
912026-06-30T11:19:06.858Zstarting task 4: "build"
922026-06-30T11:19:06.862Z+ source .github/buildomat/common.sh
932026-06-30T11:19:06.865Z++ rustup show active-toolchain
942026-06-30T11:19:06.868Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-30T11:19:06.871Z++ pushd xde
962026-06-30T11:19:06.871Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-30T11:19:06.871Z++ rustup show active-toolchain
982026-06-30T11:19:06.874Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-30T11:19:07.029Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-30T11:19:07.032Zinfo: downloading 6 components
1012026-06-30T11:19:22.447Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-30T11:19:22.545Z+++ rustup show active-toolchain -v
1032026-06-30T11:19:22.548Z+++ head -n 1
1042026-06-30T11:19:22.548Z+++ cut '-d ' -f1
1052026-06-30T11:19:22.602Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-30T11:19:22.602Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-30T11:19:22.602Z++ popd
1082026-06-30T11:19:22.606Z/work/oxidecomputer/opte
1092026-06-30T11:19:22.606Z+ cargo --version
1102026-06-30T11:19:22.613Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-30T11:19:22.616Z+ rustc --version
1122026-06-30T11:19:22.634Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-30T11:19:22.637Z+ cd crates/opte-api
1142026-06-30T11:19:22.637Z+ header 'check API_VERSION'
1152026-06-30T11:19:22.637Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-30T11:19:22.637Z# ==== check API_VERSION ==== #
1172026-06-30T11:19:22.638Z+ ./check-api-version.sh
1182026-06-30T11:19:22.645Zdiff --git a/crates/opte-api/src/cmd.rs b/crates/opte-api/src/cmd.rs
1192026-06-30T11:19:22.645Zdiff --git a/crates/opte-api/src/lib.rs b/crates/opte-api/src/lib.rs
1202026-06-30T11:19:22.651ZSUCCESS: The API_VERSION was updated
1212026-06-30T11:19:22.651Z old: 41
1222026-06-30T11:19:22.651Z new: 42
1232026-06-30T11:19:22.654Z+ header 'check style'
1242026-06-30T11:19:22.654Z+ echo '# ==== check style ==== #'
1252026-06-30T11:19:22.654Z# ==== check style ==== #
1262026-06-30T11:19:22.654Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1272026-06-30T11:19:22.733Z
1282026-06-30T11:19:22.733Zreal 0.078392169
1292026-06-30T11:19:22.733Zuser 0.045062219
1302026-06-30T11:19:22.733Zsys 0.030178833
1312026-06-30T11:19:22.733Ztrap 0.000024530
1322026-06-30T11:19:22.733Ztflt 0.000037360
1332026-06-30T11:19:22.733Zdflt 0.000006600
1342026-06-30T11:19:22.733Zkflt 0.000000980
1352026-06-30T11:19:22.733Zlock 0.032225608
1362026-06-30T11:19:22.733Zslp 0.057636924
1372026-06-30T11:19:22.733Zlat 0.000965840
1382026-06-30T11:19:22.733Zstop 0.000117860
1392026-06-30T11:19:22.736Z+ header 'analyze std'
1402026-06-30T11:19:22.736Z+ echo '# ==== analyze std ==== #'
1412026-06-30T11:19:22.736Z+ ptime -m cargo clippy --all-targets
1422026-06-30T11:19:22.736Z# ==== analyze std ==== #
1432026-06-30T11:19:22.860Z Updating crates.io index
1442026-06-30T11:19:22.862Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-06-30T11:19:23.568Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-06-30T11:19:23.871Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-06-30T11:19:24.242Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-06-30T11:19:24.520Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-06-30T11:19:24.778Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-06-30T11:19:25.073Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-06-30T11:19:27.072Z Downloading crates ...
1522026-06-30T11:19:27.115Z Downloaded byteorder v1.5.0
1532026-06-30T11:19:27.118Z Downloaded defmt v0.3.100
1542026-06-30T11:19:27.118Z Downloaded darling_macro v0.21.3
1552026-06-30T11:19:27.121Z Downloaded cobs v0.3.0
1562026-06-30T11:19:27.129Z Downloaded hash32 v0.3.1
1572026-06-30T11:19:27.132Z Downloaded embedded-io v0.4.0
1582026-06-30T11:19:27.135Z Downloaded embedded-io v0.6.1
1592026-06-30T11:19:27.137Z Downloaded strsim v0.11.1
1602026-06-30T11:19:27.137Z Downloaded defmt-parser v1.0.0
1612026-06-30T11:19:27.140Z Downloaded managed v0.8.0
1622026-06-30T11:19:27.140Z Downloaded macaddr v1.0.1
1632026-06-30T11:19:27.140Z Downloaded cfg-if v1.0.4
1642026-06-30T11:19:27.144Z Downloaded ident_case v1.0.1
1652026-06-30T11:19:27.153Z Downloaded fnv v1.0.7
1662026-06-30T11:19:27.155Z Downloaded stable_deref_trait v1.2.1
1672026-06-30T11:19:27.159Z Downloaded proc-macro-error-attr2 v2.0.0
1682026-06-30T11:19:27.168Z Downloaded defmt-macros v1.1.0
1692026-06-30T11:19:27.172Z Downloaded proc-macro-error2 v2.0.1
1702026-06-30T11:19:27.175Z Downloaded ingot-types v0.1.2
1712026-06-30T11:19:27.179Z Downloaded either v1.16.0
1722026-06-30T11:19:27.182Z Downloaded thiserror v2.0.18
1732026-06-30T11:19:27.187Z Downloaded thiserror-impl v2.0.18
1742026-06-30T11:19:27.190Z Downloaded bitflags v1.3.2
1752026-06-30T11:19:27.192Z Downloaded ipnetwork v0.21.1
1762026-06-30T11:19:27.196Z Downloaded ingot v0.1.1
1772026-06-30T11:19:27.196Z Downloaded defmt v1.1.0
1782026-06-30T11:19:27.201Z Downloaded ingot-macros v0.1.1
1792026-06-30T11:19:27.204Z Downloaded quote v1.0.46
1802026-06-30T11:19:27.218Z Downloaded darling v0.21.3
1812026-06-30T11:19:27.224Z Downloaded unicode-ident v1.0.24
1822026-06-30T11:19:27.224Z Downloaded postcard v1.1.3
1832026-06-30T11:19:27.230Z Downloaded serde_derive v1.0.228
1842026-06-30T11:19:27.235Z Downloaded bitflags v2.13.0
1852026-06-30T11:19:27.242Z Downloaded darling_core v0.21.3
1862026-06-30T11:19:27.244Z Downloaded serde_core v1.0.228
1872026-06-30T11:19:27.247Z Downloaded proc-macro2 v1.0.106
1882026-06-30T11:19:27.250Z Downloaded zerocopy-derive v0.8.52
1892026-06-30T11:19:27.255Z Downloaded serde v1.0.228
1902026-06-30T11:19:27.258Z Downloaded heapless v0.8.0
1912026-06-30T11:19:27.271Z Downloaded memchr v2.8.2
1922026-06-30T11:19:27.274Z Downloaded aho-corasick v1.1.4
1932026-06-30T11:19:27.300Z Downloaded regex v1.12.4
1942026-06-30T11:19:27.303Z Downloaded itertools v0.14.0
1952026-06-30T11:19:27.340Z Downloaded zerocopy v0.8.52
1962026-06-30T11:19:27.350Z Downloaded syn v2.0.118
1972026-06-30T11:19:27.355Z Downloaded smoltcp v0.11.0
1982026-06-30T11:19:27.363Z Downloaded regex-syntax v0.8.11
1992026-06-30T11:19:27.374Z Downloaded regex-automata v0.4.14
2002026-06-30T11:19:27.411Z Compiling proc-macro2 v1.0.106
2012026-06-30T11:19:27.411Z Compiling quote v1.0.46
2022026-06-30T11:19:27.413Z Compiling unicode-ident v1.0.24
2032026-06-30T11:19:27.413Z Compiling strsim v0.11.1
2042026-06-30T11:19:27.414Z Compiling ident_case v1.0.1
2052026-06-30T11:19:27.414Z Compiling fnv v1.0.7
2062026-06-30T11:19:27.414Z Compiling memchr v2.8.2
2072026-06-30T11:19:27.414Z Compiling serde_core v1.0.228
2082026-06-30T11:19:27.583Z Compiling regex-syntax v0.8.11
2092026-06-30T11:19:27.605Z Compiling either v1.16.0
2102026-06-30T11:19:27.612Z Compiling serde v1.0.228
2112026-06-30T11:19:27.790Z Compiling zerocopy v0.8.52
2122026-06-30T11:19:27.818Z Compiling thiserror v2.0.18
2132026-06-30T11:19:28.041Z Compiling aho-corasick v1.1.4
2142026-06-30T11:19:28.232Z Compiling itertools v0.14.0
2152026-06-30T11:19:28.237Z Compiling heapless v0.8.0
2162026-06-30T11:19:28.243Z Checking byteorder v1.5.0
2172026-06-30T11:19:28.375Z Checking stable_deref_trait v1.2.1
2182026-06-30T11:19:28.389Z Checking hash32 v0.3.1
2192026-06-30T11:19:28.433Z Checking bitflags v2.13.0
2202026-06-30T11:19:28.491Z Checking macaddr v1.0.1
2212026-06-30T11:19:28.574Z Compiling smoltcp v0.11.0
2222026-06-30T11:19:28.626Z Checking bitflags v1.3.2
2232026-06-30T11:19:28.684Z Checking managed v0.8.0
2242026-06-30T11:19:28.898Z Checking cfg-if v1.0.4
2252026-06-30T11:19:28.956Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2262026-06-30T11:19:29.022Z Compiling syn v2.0.118
2272026-06-30T11:19:29.022Z Compiling regex-automata v0.4.14
2282026-06-30T11:19:29.249Z Checking ipnetwork v0.21.1
2292026-06-30T11:19:30.524Z Compiling regex v1.12.4
2302026-06-30T11:19:31.228Z Compiling darling_core v0.21.3
2312026-06-30T11:19:31.520Z Compiling serde_derive v1.0.228
2322026-06-30T11:19:31.520Z Compiling zerocopy-derive v0.8.52
2332026-06-30T11:19:31.520Z Compiling thiserror-impl v2.0.18
2342026-06-30T11:19:32.642Z Checking cobs v0.3.0
2352026-06-30T11:19:32.653Z Compiling darling_macro v0.21.3
2362026-06-30T11:19:33.062Z Compiling darling v0.21.3
2372026-06-30T11:19:33.125Z Compiling ingot-macros v0.1.1
2382026-06-30T11:19:33.790Z Checking postcard v1.1.3
2392026-06-30T11:19:35.053Z Checking ingot-types v0.1.2
2402026-06-30T11:19:35.311Z Checking ingot v0.1.1
2412026-06-30T11:19:36.579Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2422026-06-30T11:19:37.612Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.83s
2432026-06-30T11:19:37.708Z
2442026-06-30T11:19:37.708Zreal 14.969497240
2452026-06-30T11:19:37.708Zuser 30.749861691
2462026-06-30T11:19:37.708Zsys 5.925542830
2472026-06-30T11:19:37.708Ztrap 0.012747923
2482026-06-30T11:19:37.709Ztflt 0.196243941
2492026-06-30T11:19:37.709Zdflt 1.013188725
2502026-06-30T11:19:37.709Zkflt 0.007788488
2512026-06-30T11:19:37.709Zlock 1:58.163813945
2522026-06-30T11:19:37.709Zslp 1:39.052334307
2532026-06-30T11:19:37.709Zlat 0.777541758
2542026-06-30T11:19:37.709Zstop 4.459107599
2552026-06-30T11:19:37.713Z+ header 'analyze no_std'
2562026-06-30T11:19:37.713Z+ echo '# ==== analyze no_std ==== #'
2572026-06-30T11:19:37.713Z# ==== analyze no_std ==== #
2582026-06-30T11:19:37.713Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2592026-06-30T11:19:37.813Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2602026-06-30T11:19:38.038Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2612026-06-30T11:19:39.049Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.29s
2622026-06-30T11:19:39.072Z
2632026-06-30T11:19:39.075Zreal 1.358220629
2642026-06-30T11:19:39.075Zuser 1.964038045
2652026-06-30T11:19:39.075Zsys 0.268888100
2662026-06-30T11:19:39.075Ztrap 0.000174290
2672026-06-30T11:19:39.075Ztflt 0.000098950
2682026-06-30T11:19:39.075Zdflt 0.000166310
2692026-06-30T11:19:39.075Zkflt 0.000001670
2702026-06-30T11:19:39.075Zlock 4.502439437
2712026-06-30T11:19:39.075Zslp 5.509543663
2722026-06-30T11:19:39.075Zlat 0.002711460
2732026-06-30T11:19:39.075Zstop 0.042255366
2742026-06-30T11:19:39.075Z+ header test
2752026-06-30T11:19:39.075Z+ echo '# ==== test ==== #'
2762026-06-30T11:19:39.075Z# ==== test ==== #
2772026-06-30T11:19:39.075Z+ ptime -m cargo test
2782026-06-30T11:19:39.200Z Compiling byteorder v1.5.0
2792026-06-30T11:19:39.200Z Compiling serde_core v1.0.228
2802026-06-30T11:19:39.204Z Compiling macaddr v1.0.1
2812026-06-30T11:19:39.204Z Compiling bitflags v2.13.0
2822026-06-30T11:19:39.204Z Compiling stable_deref_trait v1.2.1
2832026-06-30T11:19:39.220Z Compiling thiserror v2.0.18
2842026-06-30T11:19:39.227Z Compiling zerocopy v0.8.52
2852026-06-30T11:19:39.230Z Compiling cfg-if v1.0.4
2862026-06-30T11:19:39.276Z Compiling cobs v0.3.0
2872026-06-30T11:19:39.276Z Compiling managed v0.8.0
2882026-06-30T11:19:39.309Z Compiling bitflags v1.3.2
2892026-06-30T11:19:39.368Z Compiling hash32 v0.3.1
2902026-06-30T11:19:39.379Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-06-30T11:19:39.456Z Compiling heapless v0.8.0
2922026-06-30T11:19:39.485Z Compiling ipnetwork v0.21.1
2932026-06-30T11:19:39.803Z Compiling smoltcp v0.11.0
2942026-06-30T11:19:40.747Z Compiling serde v1.0.228
2952026-06-30T11:19:41.148Z Compiling postcard v1.1.3
2962026-06-30T11:19:41.849Z Compiling ingot-types v0.1.2
2972026-06-30T11:19:42.120Z Compiling ingot v0.1.1
2982026-06-30T11:19:43.515Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2992026-06-30T11:19:45.248Z Finished `test` profile [optimized + debuginfo] target(s) in 6.16s
3002026-06-30T11:19:45.258Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668)
3012026-06-30T11:19:45.261Z
3022026-06-30T11:19:45.261Zrunning 25 tests
3032026-06-30T11:19:45.261Ztest encap::test::bad_vni ... ok
3042026-06-30T11:19:45.261Ztest encap::test::good_vni ... ok
3052026-06-30T11:19:45.261Ztest ip::test::bad_cidr ... ok
3062026-06-30T11:19:45.261Ztest ip::test::dhcp_fqdn ... ok
3072026-06-30T11:19:45.261Ztest dns::tests::test_domain_name ... ok
3082026-06-30T11:19:45.261Ztest ip::test::bad_prefix_len ... ok
3092026-06-30T11:19:45.261Ztest encap::test::vni_round_trip ... ok
3102026-06-30T11:19:45.261Ztest ip::test::good_cidr ... ok
3112026-06-30T11:19:45.261Ztest ip::test::ipv4_addr_bad ... ok
3122026-06-30T11:19:45.261Ztest ip::test::ipv4_addr_good ... ok
3132026-06-30T11:19:45.262Ztest ip::test::ipv4_mask ... ok
3142026-06-30T11:19:45.262Ztest ip::test::ipv6_cidr_is_member ... ok
3152026-06-30T11:19:45.262Ztest ip::test::ipv6_is_default ... ok
3162026-06-30T11:19:45.262Ztest ip::test::ipv6_mask ... ok
3172026-06-30T11:19:45.262Ztest ip::test::ipv6_prefix_len ... ok
3182026-06-30T11:19:45.262Ztest ip::test::test_ip_cidr_from_str ... ok
3192026-06-30T11:19:45.262Ztest ip::test::test_ip_addr_from_str ... ok
3202026-06-30T11:19:45.262Ztest ip::test::test_ipv6_is_multicast ... ok
3212026-06-30T11:19:45.262Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3222026-06-30T11:19:45.262Ztest ip::test::test_ipv4_multicast_mac ... ok
3232026-06-30T11:19:45.262Ztest ip::test::test_ipv6_multicast_mac ... ok
3242026-06-30T11:19:45.262Ztest ip::test::test_ipv6_from_const ... ok
3252026-06-30T11:19:45.262Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3262026-06-30T11:19:45.262Ztest ip::test::test_ipv6_from_eui64 ... ok
3272026-06-30T11:19:45.262Ztest ip::test::test_multicast_underlay_serde ... ok
3282026-06-30T11:19:45.262Z
3292026-06-30T11:19:45.262Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-06-30T11:19:45.262Z
3312026-06-30T11:19:45.262Z Doc-tests opte_api
3322026-06-30T11:19:45.852Z
3332026-06-30T11:19:45.852Zrunning 1 test
3342026-06-30T11:19:45.855Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3352026-06-30T11:19:45.855Z
3362026-06-30T11:19:45.855Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3372026-06-30T11:19:45.855Z
3382026-06-30T11:19:45.858Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3392026-06-30T11:19:45.877Z
3402026-06-30T11:19:45.877Zreal 6.796140125
3412026-06-30T11:19:45.877Zuser 17.459776329
3422026-06-30T11:19:45.877Zsys 2.106738998
3432026-06-30T11:19:45.877Ztrap 0.004262370
3442026-06-30T11:19:45.877Ztflt 0.175650458
3452026-06-30T11:19:45.877Zdflt 0.138778995
3462026-06-30T11:19:45.877Zkflt 0.000012660
3472026-06-30T11:19:45.877Zlock 54.352227073
3482026-06-30T11:19:45.877Zslp 31.841727607
3492026-06-30T11:19:45.877Zlat 0.688514079
3502026-06-30T11:19:45.880Zstop 0.831294015
3512026-06-30T11:19:45.880Zprocess exited: duration 39018 ms, exit code 0
 
3522026-06-30T11:19:45.887Zfound 0 output files