01KN4JEPX0SWZN8KXTRHVJ9GAC: opte-api

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

Buildomat Job: 01KN4JF5BHV4KYJJDDZR7VDGA6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:07:52.607Zjob assigned to worker 01KN4JFBYV666F6Q813PTB5NCF [factory aws, i-02745558dc9e37707] (queued for 48 s)
 
22026-04-01T13:07:59.600Zstarting task 0: "setup"
32026-04-01T13:07:59.604Z++ uname -s
42026-04-01T13:07:59.607Z+ kern=SunOS
52026-04-01T13:07:59.607Z+ build_user=build
62026-04-01T13:07:59.607Z+ build_uid=12345
72026-04-01T13:07:59.607Z+ work_dir=/work
82026-04-01T13:07:59.607Z+ input_dir=/input
92026-04-01T13:07:59.607Z+ [[ 0 == 12345 ]]
102026-04-01T13:07:59.607Z+ case "$kern" in
112026-04-01T13:07:59.607Z+ groupadd -g 12345 build
122026-04-01T13:07:59.610Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:01.615Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:01.700Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:01.703Z+ home_fs=zfs
162026-04-01T13:08:01.703Z+ [[ zfs == autofs ]]
172026-04-01T13:08:01.703Z+ mkdir -p /home/build
182026-04-01T13:08:01.703Z+ chown build:build /home/build /work
192026-04-01T13:08:03.704Z+ chmod 0700 /home/build /work
202026-04-01T13:08:03.707Zprocess exited: duration 4108 ms, exit code 0
 
212026-04-01T13:08:03.714Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:03.718Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:03.718Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T13:08:03.718Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-01T13:08:03.718Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-01T13:08:03.718Z * rust toolchain channel = "1.93.1"
272026-04-01T13:08:03.718Z * rust toolchain profile = "default"
282026-04-01T13:08:03.733Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:03.733Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:03.839Zinfo: downloading installer
312026-04-01T13:08:05.164Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:05.164Zwarn: /opt/ooce/bin
332026-04-01T13:08:05.164Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:05.164Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:05.164Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:05.164Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:05.164Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:05.164Zerror: cannot install while Rust is installed
392026-04-01T13:08:05.164Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:05.164Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:05.164Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:05.164Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:05.164Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:05.178Zinfo: profile set to default
452026-04-01T13:08:05.178Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:05.181Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:05.336Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:05.340Zinfo: downloading 6 components
492026-04-01T13:08:19.530Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-04-01T13:08:19.530Z
512026-04-01T13:08:19.563Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:19.563Z
532026-04-01T13:08:19.563Z
542026-04-01T13:08:19.563ZRust is installed now. Great!
552026-04-01T13:08:19.563Z
562026-04-01T13:08:19.566ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:19.566Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:19.566Z
592026-04-01T13:08:19.566ZTo configure your current shell, you need to source
602026-04-01T13:08:19.566Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:19.566Z
622026-04-01T13:08:19.566ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:19.566Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:19.566Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:19.566Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:19.566Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:19.567Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:19.567Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:19.567Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:19.567Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:19.650Z+ rustup --version
722026-04-01T13:08:19.660Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:19.663Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:19.680Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:19.683Z+ cargo --version
762026-04-01T13:08:19.695Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:19.698Z+ rustc --version
782026-04-01T13:08:19.717Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:19.720Zprocess exited: duration 16004 ms, exit code 0
 
802026-04-01T13:08:19.726Zstarting task 2: "authentication"
812026-04-01T13:08:19.742Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T13:08:19.748Zstarting task 3: "clone repository"
832026-04-01T13:08:19.752Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:19.754Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:19.799ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:20.623Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:20.623Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:20.874ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:20.874Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:20.880Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:20.883Z++ git branch --show-current
922026-04-01T13:08:20.883Z+ current=master
932026-04-01T13:08:20.883Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:20.884Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:20.887Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:20.902ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:20.905Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:20.908ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:20.908Zprocess exited: duration 1157 ms, exit code 0
 
1002026-04-01T13:08:20.914Zstarting task 4: "build"
1012026-04-01T13:08:20.917Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:20.920Z++ rustup show active-toolchain
1032026-04-01T13:08:20.924Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:20.924Z++ pushd xde
1052026-04-01T13:08:20.927Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:20.927Z++ rustup show active-toolchain
1072026-04-01T13:08:20.929Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:21.070Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:21.073Zinfo: downloading 6 components
1102026-04-01T13:08:36.001Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:36.093Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:36.097Z+++ head -n 1
1132026-04-01T13:08:36.097Z+++ cut '-d ' -f1
1142026-04-01T13:08:36.146Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:36.147Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:36.150Z++ popd
1172026-04-01T13:08:36.150Z/work/oxidecomputer/opte
1182026-04-01T13:08:36.151Z+ cargo --version
1192026-04-01T13:08:36.157Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-04-01T13:08:36.161Z+ rustc --version
1212026-04-01T13:08:36.178Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-04-01T13:08:36.180Z+ cd crates/opte-api
1232026-04-01T13:08:36.180Z+ header 'check API_VERSION'
1242026-04-01T13:08:36.181Z+ echo '# ==== check API_VERSION ==== #'
1252026-04-01T13:08:36.181Z# ==== check API_VERSION ==== #
1262026-04-01T13:08:36.181Z+ ./check-api-version.sh
1272026-04-01T13:08:36.188Z+ header 'check style'
1282026-04-01T13:08:36.188Z+ echo '# ==== check style ==== #'
1292026-04-01T13:08:36.188Z# ==== check style ==== #
1302026-04-01T13:08:36.188Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-04-01T13:08:36.285Z
1322026-04-01T13:08:36.286Zreal 0.094786872
1332026-04-01T13:08:36.286Zuser 0.046586842
1342026-04-01T13:08:36.286Zsys 0.045619996
1352026-04-01T13:08:36.286Ztrap 0.000002069
1362026-04-01T13:08:36.286Ztflt 0.000064491
1372026-04-01T13:08:36.286Zdflt 0.000034725
1382026-04-01T13:08:36.286Zkflt 0.000000000
1392026-04-01T13:08:36.286Zlock 0.047949936
1402026-04-01T13:08:36.286Zslp 0.065768572
1412026-04-01T13:08:36.286Zlat 0.001281087
1422026-04-01T13:08:36.286Zstop 0.000105077
1432026-04-01T13:08:36.289Z+ header 'analyze std'
1442026-04-01T13:08:36.289Z+ echo '# ==== analyze std ==== #'
1452026-04-01T13:08:36.289Z+ ptime -m cargo clippy --all-targets
1462026-04-01T13:08:36.289Z# ==== analyze std ==== #
1472026-04-01T13:08:36.420Z Updating crates.io index
1482026-04-01T13:08:36.453Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-04-01T13:08:38.505Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-04-01T13:08:39.119Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-04-01T13:08:39.580Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-04-01T13:08:40.067Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-04-01T13:08:40.551Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-04-01T13:08:40.868Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-04-01T13:08:42.901Z Downloading crates ...
1562026-04-01T13:08:42.943Z Downloaded ident_case v1.0.1
1572026-04-01T13:08:42.952Z Downloaded serde_derive v1.0.228
1582026-04-01T13:08:42.955Z Downloaded proc-macro-error-attr2 v2.0.0
1592026-04-01T13:08:42.960Z Downloaded defmt v0.3.100
1602026-04-01T13:08:42.964Z Downloaded defmt v1.0.1
1612026-04-01T13:08:42.967Z Downloaded stable_deref_trait v1.2.1
1622026-04-01T13:08:42.967Z Downloaded darling_macro v0.21.3
1632026-04-01T13:08:42.967Z Downloaded bitflags v2.11.0
1642026-04-01T13:08:42.970Z Downloaded strsim v0.11.1
1652026-04-01T13:08:42.973Z Downloaded hash32 v0.3.1
1662026-04-01T13:08:42.976Z Downloaded managed v0.8.0
1672026-04-01T13:08:42.981Z Downloaded embedded-io v0.4.0
1682026-04-01T13:08:42.984Z Downloaded defmt-parser v1.0.0
1692026-04-01T13:08:42.988Z Downloaded cobs v0.3.0
1702026-04-01T13:08:42.991Z Downloaded either v1.15.0
1712026-04-01T13:08:42.991Z Downloaded defmt-macros v1.0.1
1722026-04-01T13:08:42.991Z Downloaded cfg-if v1.0.4
1732026-04-01T13:08:42.994Z Downloaded fnv v1.0.7
1742026-04-01T13:08:42.997Z Downloaded embedded-io v0.6.1
1752026-04-01T13:08:43.001Z Downloaded macaddr v1.0.1
1762026-04-01T13:08:43.008Z Downloaded proc-macro-error2 v2.0.1
1772026-04-01T13:08:43.011Z Downloaded ingot v0.1.1
1782026-04-01T13:08:43.014Z Downloaded postcard v1.1.3
1792026-04-01T13:08:43.014Z Downloaded ipnetwork v0.21.1
1802026-04-01T13:08:43.017Z Downloaded thiserror-impl v2.0.18
1812026-04-01T13:08:43.020Z Downloaded bitflags v1.3.2
1822026-04-01T13:08:43.031Z Downloaded thiserror v2.0.18
1832026-04-01T13:08:43.036Z Downloaded ingot-types v0.1.2
1842026-04-01T13:08:43.039Z Downloaded byteorder v1.5.0
1852026-04-01T13:08:43.039Z Downloaded proc-macro2 v1.0.106
1862026-04-01T13:08:43.042Z Downloaded ingot-macros v0.1.1
1872026-04-01T13:08:43.042Z Downloaded serde_core v1.0.228
1882026-04-01T13:08:43.048Z Downloaded quote v1.0.45
1892026-04-01T13:08:43.048Z Downloaded darling v0.21.3
1902026-04-01T13:08:43.060Z Downloaded unicode-ident v1.0.24
1912026-04-01T13:08:43.074Z Downloaded heapless v0.8.0
1922026-04-01T13:08:43.086Z Downloaded darling_core v0.21.3
1932026-04-01T13:08:43.089Z Downloaded serde v1.0.228
1942026-04-01T13:08:43.091Z Downloaded memchr v2.8.0
1952026-04-01T13:08:43.095Z Downloaded zerocopy-derive v0.8.47
1962026-04-01T13:08:43.107Z Downloaded aho-corasick v1.1.4
1972026-04-01T13:08:43.123Z Downloaded itertools v0.14.0
1982026-04-01T13:08:43.126Z Downloaded regex v1.12.3
1992026-04-01T13:08:43.178Z Downloaded zerocopy v0.8.47
2002026-04-01T13:08:43.187Z Downloaded smoltcp v0.11.0
2012026-04-01T13:08:43.195Z Downloaded syn v2.0.117
2022026-04-01T13:08:43.199Z Downloaded regex-syntax v0.8.10
2032026-04-01T13:08:43.211Z Downloaded regex-automata v0.4.14
2042026-04-01T13:08:43.245Z Compiling proc-macro2 v1.0.106
2052026-04-01T13:08:43.245Z Compiling unicode-ident v1.0.24
2062026-04-01T13:08:43.245Z Compiling quote v1.0.45
2072026-04-01T13:08:43.245Z Compiling strsim v0.11.1
2082026-04-01T13:08:43.248Z Compiling fnv v1.0.7
2092026-04-01T13:08:43.248Z Compiling ident_case v1.0.1
2102026-04-01T13:08:43.248Z Compiling memchr v2.8.0
2112026-04-01T13:08:43.248Z Compiling regex-syntax v0.8.10
2122026-04-01T13:08:43.430Z Compiling serde_core v1.0.228
2132026-04-01T13:08:43.436Z Compiling thiserror v2.0.18
2142026-04-01T13:08:43.443Z Compiling serde v1.0.228
2152026-04-01T13:08:43.606Z Compiling zerocopy v0.8.47
2162026-04-01T13:08:43.853Z Compiling aho-corasick v1.1.4
2172026-04-01T13:08:44.026Z Compiling either v1.15.0
2182026-04-01T13:08:44.068Z Compiling heapless v0.8.0
2192026-04-01T13:08:44.075Z Checking byteorder v1.5.0
2202026-04-01T13:08:44.217Z Compiling itertools v0.14.0
2212026-04-01T13:08:44.223Z Checking hash32 v0.3.1
2222026-04-01T13:08:44.243Z Checking macaddr v1.0.1
2232026-04-01T13:08:44.321Z Checking stable_deref_trait v1.2.1
2242026-04-01T13:08:44.377Z Compiling smoltcp v0.11.0
2252026-04-01T13:08:44.383Z Checking bitflags v2.11.0
2262026-04-01T13:08:44.518Z Checking cfg-if v1.0.4
2272026-04-01T13:08:44.574Z Checking managed v0.8.0
2282026-04-01T13:08:44.754Z Compiling regex-automata v0.4.14
2292026-04-01T13:08:44.858Z Checking bitflags v1.3.2
2302026-04-01T13:08:44.878Z Compiling syn v2.0.117
2312026-04-01T13:08:44.951Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2322026-04-01T13:08:45.206Z Checking ipnetwork v0.21.1
2332026-04-01T13:08:46.306Z Compiling regex v1.12.3
2342026-04-01T13:08:47.022Z Compiling darling_core v0.21.3
2352026-04-01T13:08:47.358Z Compiling serde_derive v1.0.228
2362026-04-01T13:08:47.358Z Compiling thiserror-impl v2.0.18
2372026-04-01T13:08:47.362Z Compiling zerocopy-derive v0.8.47
2382026-04-01T13:08:48.370Z Compiling darling_macro v0.21.3
2392026-04-01T13:08:48.419Z Checking cobs v0.3.0
2402026-04-01T13:08:48.865Z Compiling darling v0.21.3
2412026-04-01T13:08:48.928Z Compiling ingot-macros v0.1.1
2422026-04-01T13:08:49.611Z Checking postcard v1.1.3
2432026-04-01T13:08:50.850Z Checking ingot-types v0.1.2
2442026-04-01T13:08:51.109Z Checking ingot v0.1.1
2452026-04-01T13:08:52.355Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-04-01T13:08:53.331Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.99s
2472026-04-01T13:08:53.435Z
2482026-04-01T13:08:53.435Zreal 17.143043220
2492026-04-01T13:08:53.435Zuser 30.450276394
2502026-04-01T13:08:53.435Zsys 5.863357032
2512026-04-01T13:08:53.435Ztrap 0.010568188
2522026-04-01T13:08:53.435Ztflt 0.304219622
2532026-04-01T13:08:53.435Zdflt 0.805097371
2542026-04-01T13:08:53.435Zkflt 0.008563278
2552026-04-01T13:08:53.435Zlock 1:32.409728490
2562026-04-01T13:08:53.435Zslp 1:44.530617717
2572026-04-01T13:08:53.435Zlat 0.728925087
2582026-04-01T13:08:53.436Zstop 3.834390806
2592026-04-01T13:08:53.439Z+ header 'analyze no_std'
2602026-04-01T13:08:53.439Z+ echo '# ==== analyze no_std ==== #'
2612026-04-01T13:08:53.439Z# ==== analyze no_std ==== #
2622026-04-01T13:08:53.439Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-04-01T13:08:53.540Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-04-01T13:08:53.747Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-04-01T13:08:54.714Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2662026-04-01T13:08:54.737Z
2672026-04-01T13:08:54.740Zreal 1.296726695
2682026-04-01T13:08:54.740Zuser 1.858165057
2692026-04-01T13:08:54.740Zsys 0.252347467
2702026-04-01T13:08:54.740Ztrap 0.000314679
2712026-04-01T13:08:54.740Ztflt 0.000077870
2722026-04-01T13:08:54.740Zdflt 0.000097788
2732026-04-01T13:08:54.740Zkflt 0.000000000
2742026-04-01T13:08:54.740Zlock 4.255072800
2752026-04-01T13:08:54.740Zslp 5.203547218
2762026-04-01T13:08:54.741Zlat 0.002451483
2772026-04-01T13:08:54.741Zstop 0.042243634
2782026-04-01T13:08:54.741Z+ header test
2792026-04-01T13:08:54.741Z+ echo '# ==== test ==== #'
2802026-04-01T13:08:54.741Z+ ptime -m cargo test
2812026-04-01T13:08:54.741Z# ==== test ==== #
2822026-04-01T13:08:54.870Z Compiling serde_core v1.0.228
2832026-04-01T13:08:54.870Z Compiling byteorder v1.5.0
2842026-04-01T13:08:54.873Z Compiling macaddr v1.0.1
2852026-04-01T13:08:54.889Z Compiling bitflags v2.11.0
2862026-04-01T13:08:54.892Z Compiling thiserror v2.0.18
2872026-04-01T13:08:54.892Z Compiling zerocopy v0.8.47
2882026-04-01T13:08:54.895Z Compiling stable_deref_trait v1.2.1
2892026-04-01T13:08:54.899Z Compiling bitflags v1.3.2
2902026-04-01T13:08:54.947Z Compiling cobs v0.3.0
2912026-04-01T13:08:54.947Z Compiling managed v0.8.0
2922026-04-01T13:08:54.976Z Compiling cfg-if v1.0.4
2932026-04-01T13:08:55.032Z Compiling hash32 v0.3.1
2942026-04-01T13:08:55.048Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-04-01T13:08:55.121Z Compiling heapless v0.8.0
2962026-04-01T13:08:55.157Z Compiling ipnetwork v0.21.1
2972026-04-01T13:08:55.476Z Compiling smoltcp v0.11.0
2982026-04-01T13:08:56.387Z Compiling serde v1.0.228
2992026-04-01T13:08:56.831Z Compiling postcard v1.1.3
3002026-04-01T13:08:57.508Z Compiling ingot-types v0.1.2
3012026-04-01T13:08:57.778Z Compiling ingot v0.1.1
3022026-04-01T13:08:59.139Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-04-01T13:09:00.810Z Finished `test` profile [optimized + debuginfo] target(s) in 6.06s
3042026-04-01T13:09:00.821Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-7015c6a982f47358)
3052026-04-01T13:09:00.824Z
3062026-04-01T13:09:00.824Zrunning 25 tests
3072026-04-01T13:09:00.824Ztest encap::test::bad_vni ... ok
3082026-04-01T13:09:00.824Ztest ip::test::bad_cidr ... ok
3092026-04-01T13:09:00.824Ztest encap::test::good_vni ... ok
3102026-04-01T13:09:00.825Ztest encap::test::vni_round_trip ... ok
3112026-04-01T13:09:00.825Ztest ip::test::dhcp_fqdn ... ok
3122026-04-01T13:09:00.825Ztest ip::test::bad_prefix_len ... ok
3132026-04-01T13:09:00.825Ztest dns::tests::test_domain_name ... ok
3142026-04-01T13:09:00.825Ztest ip::test::good_cidr ... ok
3152026-04-01T13:09:00.825Ztest ip::test::ipv4_addr_good ... ok
3162026-04-01T13:09:00.825Ztest ip::test::ipv4_addr_bad ... ok
3172026-04-01T13:09:00.825Ztest ip::test::ipv4_mask ... ok
3182026-04-01T13:09:00.825Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-04-01T13:09:00.825Ztest ip::test::ipv6_is_default ... ok
3202026-04-01T13:09:00.825Ztest ip::test::ipv6_mask ... ok
3212026-04-01T13:09:00.825Ztest ip::test::ipv6_prefix_len ... ok
3222026-04-01T13:09:00.825Ztest ip::test::test_ip_addr_from_str ... ok
3232026-04-01T13:09:00.826Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-04-01T13:09:00.826Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-04-01T13:09:00.826Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-04-01T13:09:00.826Ztest ip::test::test_ipv6_from_eui64 ... ok
3272026-04-01T13:09:00.826Ztest ip::test::test_ipv6_is_multicast ... ok
3282026-04-01T13:09:00.826Ztest ip::test::test_ipv6_from_const ... ok
3292026-04-01T13:09:00.826Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-04-01T13:09:00.826Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-04-01T13:09:00.826Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-04-01T13:09:00.826Z
3332026-04-01T13:09:00.826Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-04-01T13:09:00.826Z
3352026-04-01T13:09:00.826Z Doc-tests opte_api
3362026-04-01T13:09:01.414Z
3372026-04-01T13:09:01.414Zrunning 1 test
3382026-04-01T13:09:01.417Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-04-01T13:09:01.417Z
3402026-04-01T13:09:01.418Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-04-01T13:09:01.418Z
3422026-04-01T13:09:01.418Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3432026-04-01T13:09:01.436Z
3442026-04-01T13:09:01.440Zreal 6.690566232
3452026-04-01T13:09:01.440Zuser 17.409519855
3462026-04-01T13:09:01.440Zsys 2.049082001
3472026-04-01T13:09:01.440Ztrap 0.004368547
3482026-04-01T13:09:01.441Ztflt 0.136889233
3492026-04-01T13:09:01.441Zdflt 0.164876548
3502026-04-01T13:09:01.441Zkflt 0.000000000
3512026-04-01T13:09:01.441Zlock 53.083607736
3522026-04-01T13:09:01.441Zslp 31.359060960
3532026-04-01T13:09:01.441Zlat 0.859139417
3542026-04-01T13:09:01.441Zstop 0.625562934
3552026-04-01T13:09:01.441Zprocess exited: duration 40520 ms, exit code 0
 
3562026-04-01T13:09:01.447Zfound 0 output files