01KMPQ0FWYJBH6C5R02B2FY5QB: opte-api

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

Buildomat Job: 01KMPQ0WJZGHFE28XW5H4VMN2G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:18:36.945Zjob assigned to worker 01KMPR6ND3X3J938BD7KQ8HGZB [factory aws, i-007ea31c4fdb86886] (queued for 21 m 19 s)
 
22026-03-27T04:18:43.499Zstarting task 0: "setup"
32026-03-27T04:18:43.503Z++ uname -s
42026-03-27T04:18:43.506Z+ kern=SunOS
52026-03-27T04:18:43.506Z+ build_user=build
62026-03-27T04:18:43.506Z+ build_uid=12345
72026-03-27T04:18:43.506Z+ work_dir=/work
82026-03-27T04:18:43.506Z+ input_dir=/input
92026-03-27T04:18:43.506Z+ [[ 0 == 12345 ]]
102026-03-27T04:18:43.506Z+ case "$kern" in
112026-03-27T04:18:43.506Z+ groupadd -g 12345 build
122026-03-27T04:18:43.509Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:18:45.513Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:18:45.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:18:45.616Z+ home_fs=zfs
162026-03-27T04:18:45.616Z+ [[ zfs == autofs ]]
172026-03-27T04:18:45.616Z+ mkdir -p /home/build
182026-03-27T04:18:45.616Z+ chown build:build /home/build /work
192026-03-27T04:18:47.618Z+ chmod 0700 /home/build /work
202026-03-27T04:18:47.621Zprocess exited: duration 4123 ms, exit code 0
 
212026-03-27T04:18:47.627Zstarting task 1: "rust-toolchain"
222026-03-27T04:18:47.631Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-03-27T04:18:47.631Z * rust toolchain channel = "1.94.1"
242026-03-27T04:18:47.631Z * rust toolchain profile = "default"
252026-03-27T04:18:47.631Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:18:47.631Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:18:47.631Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:18:47.635Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:18:47.635Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-03-27T04:18:47.734Zinfo: downloading installer
312026-03-27T04:18:49.393Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:18:49.393Zwarn: /opt/ooce/bin
332026-03-27T04:18:49.393Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:18:49.394Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:18:49.394Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:18:49.394Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:18:49.397Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:18:49.397Zerror: cannot install while Rust is installed
392026-03-27T04:18:49.397Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:18:49.397Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:18:49.397Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:18:49.397Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:18:49.397Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:18:49.407Zinfo: profile set to default
452026-03-27T04:18:49.407Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:18:49.410Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-03-27T04:18:49.551Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-27T04:18:49.554Zinfo: downloading 6 components
492026-03-27T04:19:04.216Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-03-27T04:19:04.216Z
512026-03-27T04:19:04.244Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-27T04:19:04.244Z
532026-03-27T04:19:04.244Z
542026-03-27T04:19:04.244ZRust is installed now. Great!
552026-03-27T04:19:04.244Z
562026-03-27T04:19:04.244ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:19:04.244Zenvironment variable. This has not been done automatically.
582026-03-27T04:19:04.245Z
592026-03-27T04:19:04.245ZTo configure your current shell, you need to source
602026-03-27T04:19:04.245Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:19:04.245Z
622026-03-27T04:19:04.245ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:19:04.245Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:19:04.245Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:19:04.245Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:19:04.245Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:19:04.245Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:19:04.245Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:19:04.248Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:19:04.248Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:19:04.334Z+ rustup --version
722026-03-27T04:19:04.343Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:19:04.346Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:19:04.365Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-27T04:19:04.368Z+ cargo --version
762026-03-27T04:19:04.381Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-27T04:19:04.383Z+ rustc --version
782026-03-27T04:19:04.403Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-27T04:19:04.406Zprocess exited: duration 16775 ms, exit code 0
 
802026-03-27T04:19:04.412Zstarting task 2: "authentication"
812026-03-27T04:19:04.428Zprocess exited: duration 15 ms, exit code 0
 
822026-03-27T04:19:04.433Zstarting task 3: "clone repository"
832026-03-27T04:19:04.436Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:19:04.439Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:19:04.612ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:19:05.418Z+ cd /work/oxidecomputer/opte
872026-03-27T04:19:05.418Z+ git fetch origin 931e3ab8cd048bf7641cbe705669ce839d064e22
882026-03-27T04:19:05.642ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:19:05.642Z * branch 931e3ab8cd048bf7641cbe705669ce839d064e22 -> FETCH_HEAD
902026-03-27T04:19:05.647Z+ [[ -n renovate/rust-1.x ]]
912026-03-27T04:19:05.649Z++ git branch --show-current
922026-03-27T04:19:05.649Z+ current=master
932026-03-27T04:19:05.649Z+ [[ master != renovate/rust-1.x ]]
942026-03-27T04:19:05.649Z+ git branch -f renovate/rust-1.x 931e3ab8cd048bf7641cbe705669ce839d064e22
952026-03-27T04:19:05.653Z+ git checkout -f renovate/rust-1.x
962026-03-27T04:19:05.668ZSwitched to branch 'renovate/rust-1.x'
972026-03-27T04:19:05.671Z+ git reset --hard 931e3ab8cd048bf7641cbe705669ce839d064e22
982026-03-27T04:19:05.684ZHEAD is now at 931e3ab Update dependency rust to v1.94.1
992026-03-27T04:19:05.687Zprocess exited: duration 1250 ms, exit code 0
 
1002026-03-27T04:19:05.693Zstarting task 4: "build"
1012026-03-27T04:19:05.697Z+ source .github/buildomat/common.sh
1022026-03-27T04:19:05.697Z++ rustup show active-toolchain
1032026-03-27T04:19:05.703Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:19:05.705Z++ pushd xde
1052026-03-27T04:19:05.706Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:19:05.706Z++ rustup show active-toolchain
1072026-03-27T04:19:05.708Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:19:05.865Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:19:05.868Zinfo: downloading 6 components
1102026-03-27T04:19:19.232Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:19:19.314Z+++ rustup show active-toolchain -v
1122026-03-27T04:19:19.317Z+++ head -n 1
1132026-03-27T04:19:19.317Z+++ cut '-d ' -f1
1142026-03-27T04:19:19.367Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:19:19.367Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:19:19.367Z++ popd
1172026-03-27T04:19:19.370Z/work/oxidecomputer/opte
1182026-03-27T04:19:19.370Z+ cargo --version
1192026-03-27T04:19:19.377Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-03-27T04:19:19.379Z+ rustc --version
1212026-03-27T04:19:19.399Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-03-27T04:19:19.402Z+ cd crates/opte-api
1232026-03-27T04:19:19.402Z+ header 'check API_VERSION'
1242026-03-27T04:19:19.402Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-27T04:19:19.402Z# ==== check API_VERSION ==== #
1262026-03-27T04:19:19.402Z+ ./check-api-version.sh
1272026-03-27T04:19:19.409Z+ header 'check style'
1282026-03-27T04:19:19.409Z+ echo '# ==== check style ==== #'
1292026-03-27T04:19:19.409Z# ==== check style ==== #
1302026-03-27T04:19:19.412Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-27T04:19:19.492Z
1322026-03-27T04:19:19.492Zreal 0.079781929
1332026-03-27T04:19:19.492Zuser 0.046612652
1342026-03-27T04:19:19.492Zsys 0.030894077
1352026-03-27T04:19:19.492Ztrap 0.000002638
1362026-03-27T04:19:19.492Ztflt 0.000040109
1372026-03-27T04:19:19.492Zdflt 0.000011086
1382026-03-27T04:19:19.492Zkflt 0.000000000
1392026-03-27T04:19:19.492Zlock 0.047464478
1402026-03-27T04:19:19.492Zslp 0.062628252
1412026-03-27T04:19:19.492Zlat 0.000979064
1422026-03-27T04:19:19.492Zstop 0.000103819
1432026-03-27T04:19:19.495Z+ header 'analyze std'
1442026-03-27T04:19:19.495Z+ echo '# ==== analyze std ==== #'
1452026-03-27T04:19:19.495Z# ==== analyze std ==== #
1462026-03-27T04:19:19.495Z+ ptime -m cargo clippy --all-targets
1472026-03-27T04:19:19.630Z Updating crates.io index
1482026-03-27T04:19:19.633Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-27T04:19:20.378Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-27T04:19:20.956Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-27T04:19:21.319Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-27T04:19:21.739Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-27T04:19:21.979Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-27T04:19:22.199Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-27T04:19:24.631Z Downloading crates ...
1562026-03-27T04:19:24.703Z Downloaded ident_case v1.0.1
1572026-03-27T04:19:24.706Z Downloaded fnv v1.0.7
1582026-03-27T04:19:24.706Z Downloaded defmt v0.3.100
1592026-03-27T04:19:24.706Z Downloaded darling_macro v0.21.3
1602026-03-27T04:19:24.708Z Downloaded smoltcp v0.11.0
1612026-03-27T04:19:24.712Z Downloaded hash32 v0.3.1
1622026-03-27T04:19:24.715Z Downloaded embedded-io v0.4.0
1632026-03-27T04:19:24.715Z Downloaded bitflags v2.11.0
1642026-03-27T04:19:24.717Z Downloaded proc-macro-error-attr2 v2.0.0
1652026-03-27T04:19:24.717Z Downloaded managed v0.8.0
1662026-03-27T04:19:24.717Z Downloaded postcard v1.1.3
1672026-03-27T04:19:24.720Z Downloaded embedded-io v0.6.1
1682026-03-27T04:19:24.720Z Downloaded either v1.15.0
1692026-03-27T04:19:24.720Z Downloaded cobs v0.3.0
1702026-03-27T04:19:24.720Z Downloaded defmt-parser v1.0.0
1712026-03-27T04:19:24.723Z Downloaded byteorder v1.5.0
1722026-03-27T04:19:24.729Z Downloaded macaddr v1.0.1
1732026-03-27T04:19:24.734Z Downloaded cfg-if v1.0.4
1742026-03-27T04:19:24.737Z Downloaded stable_deref_trait v1.2.1
1752026-03-27T04:19:24.744Z Downloaded strsim v0.11.1
1762026-03-27T04:19:24.749Z Downloaded ingot v0.1.1
1772026-03-27T04:19:24.752Z Downloaded ingot-types v0.1.2
1782026-03-27T04:19:24.752Z Downloaded bitflags v1.3.2
1792026-03-27T04:19:24.755Z Downloaded quote v1.0.45
1802026-03-27T04:19:24.755Z Downloaded darling v0.21.3
1812026-03-27T04:19:24.758Z Downloaded thiserror v2.0.18
1822026-03-27T04:19:24.760Z Downloaded proc-macro-error2 v2.0.1
1832026-03-27T04:19:24.763Z Downloaded defmt v1.0.1
1842026-03-27T04:19:24.766Z Downloaded ipnetwork v0.21.1
1852026-03-27T04:19:24.771Z Downloaded thiserror-impl v2.0.18
1862026-03-27T04:19:24.778Z Downloaded defmt-macros v1.0.1
1872026-03-27T04:19:24.780Z Downloaded ingot-macros v0.1.1
1882026-03-27T04:19:24.783Z Downloaded serde_core v1.0.228
1892026-03-27T04:19:24.792Z Downloaded unicode-ident v1.0.24
1902026-03-27T04:19:24.795Z Downloaded proc-macro2 v1.0.106
1912026-03-27T04:19:24.802Z Downloaded heapless v0.8.0
1922026-03-27T04:19:24.804Z Downloaded darling_core v0.21.3
1932026-03-27T04:19:24.808Z Downloaded serde_derive v1.0.228
1942026-03-27T04:19:24.815Z Downloaded memchr v2.8.0
1952026-03-27T04:19:24.820Z Downloaded zerocopy-derive v0.8.47
1962026-03-27T04:19:24.826Z Downloaded serde v1.0.228
1972026-03-27T04:19:24.850Z Downloaded regex v1.12.3
1982026-03-27T04:19:24.858Z Downloaded itertools v0.14.0
1992026-03-27T04:19:24.862Z Downloaded aho-corasick v1.1.4
2002026-03-27T04:19:24.885Z Downloaded zerocopy v0.8.47
2012026-03-27T04:19:24.894Z Downloaded syn v2.0.117
2022026-03-27T04:19:24.900Z Downloaded regex-syntax v0.8.10
2032026-03-27T04:19:24.912Z Downloaded regex-automata v0.4.14
2042026-03-27T04:19:24.948Z Compiling proc-macro2 v1.0.106
2052026-03-27T04:19:24.948Z Compiling unicode-ident v1.0.24
2062026-03-27T04:19:24.954Z Compiling quote v1.0.45
2072026-03-27T04:19:24.954Z Compiling ident_case v1.0.1
2082026-03-27T04:19:24.954Z Compiling memchr v2.8.0
2092026-03-27T04:19:24.954Z Compiling fnv v1.0.7
2102026-03-27T04:19:24.954Z Compiling strsim v0.11.1
2112026-03-27T04:19:24.954Z Compiling serde_core v1.0.228
2122026-03-27T04:19:25.112Z Compiling regex-syntax v0.8.10
2132026-03-27T04:19:25.130Z Compiling zerocopy v0.8.47
2142026-03-27T04:19:25.134Z Compiling either v1.15.0
2152026-03-27T04:19:25.302Z Compiling thiserror v2.0.18
2162026-03-27T04:19:25.314Z Compiling serde v1.0.228
2172026-03-27T04:19:25.489Z Compiling aho-corasick v1.1.4
2182026-03-27T04:19:25.563Z Compiling itertools v0.14.0
2192026-03-27T04:19:25.572Z Compiling heapless v0.8.0
2202026-03-27T04:19:25.639Z Checking byteorder v1.5.0
2212026-03-27T04:19:25.788Z Checking hash32 v0.3.1
2222026-03-27T04:19:25.812Z Checking bitflags v2.11.0
2232026-03-27T04:19:25.890Z Compiling smoltcp v0.11.0
2242026-03-27T04:19:25.949Z Checking macaddr v1.0.1
2252026-03-27T04:19:26.005Z Checking stable_deref_trait v1.2.1
2262026-03-27T04:19:26.091Z Checking managed v0.8.0
2272026-03-27T04:19:26.278Z Checking bitflags v1.3.2
2282026-03-27T04:19:26.338Z Checking cfg-if v1.0.4
2292026-03-27T04:19:26.370Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2302026-03-27T04:19:26.393Z Compiling syn v2.0.117
2312026-03-27T04:19:26.455Z Checking ipnetwork v0.21.1
2322026-03-27T04:19:26.621Z Compiling regex-automata v0.4.14
2332026-03-27T04:19:28.094Z Compiling regex v1.12.3
2342026-03-27T04:19:28.567Z Compiling darling_core v0.21.3
2352026-03-27T04:19:28.899Z Compiling zerocopy-derive v0.8.47
2362026-03-27T04:19:28.899Z Compiling serde_derive v1.0.228
2372026-03-27T04:19:28.902Z Compiling thiserror-impl v2.0.18
2382026-03-27T04:19:29.865Z Checking cobs v0.3.0
2392026-03-27T04:19:29.903Z Compiling darling_macro v0.21.3
2402026-03-27T04:19:30.375Z Compiling darling v0.21.3
2412026-03-27T04:19:30.438Z Compiling ingot-macros v0.1.1
2422026-03-27T04:19:31.118Z Checking postcard v1.1.3
2432026-03-27T04:19:32.402Z Checking ingot-types v0.1.2
2442026-03-27T04:19:32.675Z Checking ingot v0.1.1
2452026-03-27T04:19:33.960Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-27T04:19:34.932Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.38s
2472026-03-27T04:19:35.037Z
2482026-03-27T04:19:35.037Zreal 15.536449351
2492026-03-27T04:19:35.037Zuser 30.685934782
2502026-03-27T04:19:35.037Zsys 5.812612386
2512026-03-27T04:19:35.037Ztrap 0.011636609
2522026-03-27T04:19:35.037Ztflt 0.079856191
2532026-03-27T04:19:35.037Zdflt 0.303594465
2542026-03-27T04:19:35.037Zkflt 0.004660026
2552026-03-27T04:19:35.037Zlock 1:28.616477180
2562026-03-27T04:19:35.037Zslp 1:34.029966812
2572026-03-27T04:19:35.037Zlat 0.726691620
2582026-03-27T04:19:35.037Zstop 4.041907922
2592026-03-27T04:19:35.040Z+ header 'analyze no_std'
2602026-03-27T04:19:35.040Z+ echo '# ==== analyze no_std ==== #'
2612026-03-27T04:19:35.040Z# ==== analyze no_std ==== #
2622026-03-27T04:19:35.040Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-27T04:19:35.141Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-27T04:19:35.350Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-27T04:19:36.307Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
2662026-03-27T04:19:36.330Z
2672026-03-27T04:19:36.330Zreal 1.287432631
2682026-03-27T04:19:36.330Zuser 1.849232060
2692026-03-27T04:19:36.330Zsys 0.257683436
2702026-03-27T04:19:36.330Ztrap 0.000164785
2712026-03-27T04:19:36.333Ztflt 0.000071583
2722026-03-27T04:19:36.333Zdflt 0.000073021
2732026-03-27T04:19:36.333Zkflt 0.000001279
2742026-03-27T04:19:36.333Zlock 4.228981268
2752026-03-27T04:19:36.333Zslp 5.179922450
2762026-03-27T04:19:36.333Zlat 0.002196439
2772026-03-27T04:19:36.333Zstop 0.042638656
2782026-03-27T04:19:36.333Z+ header test
2792026-03-27T04:19:36.333Z+ echo '# ==== test ==== #'
2802026-03-27T04:19:36.333Z# ==== test ==== #
2812026-03-27T04:19:36.333Z+ ptime -m cargo test
2822026-03-27T04:19:36.462Z Compiling serde_core v1.0.228
2832026-03-27T04:19:36.462Z Compiling byteorder v1.5.0
2842026-03-27T04:19:36.462Z Compiling bitflags v2.11.0
2852026-03-27T04:19:36.462Z Compiling stable_deref_trait v1.2.1
2862026-03-27T04:19:36.485Z Compiling thiserror v2.0.18
2872026-03-27T04:19:36.488Z Compiling zerocopy v0.8.47
2882026-03-27T04:19:36.488Z Compiling macaddr v1.0.1
2892026-03-27T04:19:36.492Z Compiling bitflags v1.3.2
2902026-03-27T04:19:36.535Z Compiling cfg-if v1.0.4
2912026-03-27T04:19:36.541Z Compiling cobs v0.3.0
2922026-03-27T04:19:36.570Z Compiling managed v0.8.0
2932026-03-27T04:19:36.589Z Compiling ipnetwork v0.21.1
2942026-03-27T04:19:36.642Z Compiling hash32 v0.3.1
2952026-03-27T04:19:36.722Z Compiling heapless v0.8.0
2962026-03-27T04:19:36.791Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-03-27T04:19:37.089Z Compiling smoltcp v0.11.0
2982026-03-27T04:19:37.990Z Compiling serde v1.0.228
2992026-03-27T04:19:38.380Z Compiling postcard v1.1.3
3002026-03-27T04:19:39.090Z Compiling ingot-types v0.1.2
3012026-03-27T04:19:39.358Z Compiling ingot v0.1.1
3022026-03-27T04:19:40.739Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-27T04:19:42.431Z Finished `test` profile [optimized + debuginfo] target(s) in 6.09s
3042026-03-27T04:19:42.441Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-fe40b2d87dfd55d9)
3052026-03-27T04:19:42.444Z
3062026-03-27T04:19:42.444Zrunning 25 tests
3072026-03-27T04:19:42.444Ztest encap::test::good_vni ... ok
3082026-03-27T04:19:42.444Ztest encap::test::vni_round_trip ... ok
3092026-03-27T04:19:42.444Ztest ip::test::bad_prefix_len ... ok
3102026-03-27T04:19:42.444Ztest ip::test::bad_cidr ... ok
3112026-03-27T04:19:42.444Ztest dns::tests::test_domain_name ... ok
3122026-03-27T04:19:42.444Ztest ip::test::dhcp_fqdn ... ok
3132026-03-27T04:19:42.444Ztest encap::test::bad_vni ... ok
3142026-03-27T04:19:42.444Ztest ip::test::good_cidr ... ok
3152026-03-27T04:19:42.444Ztest ip::test::ipv4_addr_good ... ok
3162026-03-27T04:19:42.444Ztest ip::test::ipv4_mask ... ok
3172026-03-27T04:19:42.444Ztest ip::test::ipv6_cidr_is_member ... ok
3182026-03-27T04:19:42.444Ztest ip::test::ipv4_addr_bad ... ok
3192026-03-27T04:19:42.444Ztest ip::test::ipv6_prefix_len ... ok
3202026-03-27T04:19:42.444Ztest ip::test::ipv6_mask ... ok
3212026-03-27T04:19:42.444Ztest ip::test::ipv6_is_default ... ok
3222026-03-27T04:19:42.444Ztest ip::test::test_ip_addr_from_str ... ok
3232026-03-27T04:19:42.444Ztest ip::test::test_ipv4_multicast_mac ... ok
3242026-03-27T04:19:42.444Ztest ip::test::test_ip_cidr_from_str ... ok
3252026-03-27T04:19:42.444Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-03-27T04:19:42.444Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-27T04:19:42.444Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-27T04:19:42.444Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-03-27T04:19:42.444Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-03-27T04:19:42.444Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-03-27T04:19:42.447Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-27T04:19:42.447Z
3332026-03-27T04:19:42.447Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-27T04:19:42.447Z
3352026-03-27T04:19:42.447Z Doc-tests opte_api
3362026-03-27T04:19:43.043Z
3372026-03-27T04:19:43.043Zrunning 1 test
3382026-03-27T04:19:43.046Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-27T04:19:43.046Z
3402026-03-27T04:19:43.046Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-27T04:19:43.046Z
3422026-03-27T04:19:43.046Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3432026-03-27T04:19:43.066Z
3442026-03-27T04:19:43.069Zreal 6.726188631
3452026-03-27T04:19:43.069Zuser 17.451575891
3462026-03-27T04:19:43.069Zsys 2.058487840
3472026-03-27T04:19:43.069Ztrap 0.003888133
3482026-03-27T04:19:43.069Ztflt 0.132993178
3492026-03-27T04:19:43.069Zdflt 0.140743914
3502026-03-27T04:19:43.069Zkflt 0.000003668
3512026-03-27T04:19:43.069Zlock 54.528692690
3522026-03-27T04:19:43.069Zslp 31.591772304
3532026-03-27T04:19:43.069Zlat 0.783609115
3542026-03-27T04:19:43.069Zstop 0.869608053
3552026-03-27T04:19:43.069Zprocess exited: duration 37367 ms, exit code 0
 
3562026-03-27T04:19:43.075Zfound 0 output files