01KKZGK7ECXFBHAKDGXATZBTAB: opte-api

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

Buildomat Job: 01KKZGKGD3H0JXXGS0J80P55MJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:43:31.006Zjob assigned to worker 01KKZGKQDN4VFZT2R0DGH5N8S6 [factory aws, i-0f5f6f43329673b7d] (queued for 55 s)
 
22026-03-18T03:43:38.436Zstarting task 0: "setup"
32026-03-18T03:43:38.443Z++ uname -s
42026-03-18T03:43:38.446Z+ kern=SunOS
52026-03-18T03:43:38.446Z+ build_user=build
62026-03-18T03:43:38.446Z+ build_uid=12345
72026-03-18T03:43:38.446Z+ work_dir=/work
82026-03-18T03:43:38.446Z+ input_dir=/input
92026-03-18T03:43:38.446Z+ [[ 0 == 12345 ]]
102026-03-18T03:43:38.446Z+ case "$kern" in
112026-03-18T03:43:38.446Z+ groupadd -g 12345 build
122026-03-18T03:43:38.449Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:43:40.453Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:43:40.574Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:43:40.577Z+ home_fs=zfs
162026-03-18T03:43:40.577Z+ [[ zfs == autofs ]]
172026-03-18T03:43:40.577Z+ mkdir -p /home/build
182026-03-18T03:43:40.577Z+ chown build:build /home/build /work
192026-03-18T03:43:42.579Z+ chmod 0700 /home/build /work
202026-03-18T03:43:42.583Zprocess exited: duration 4146 ms, exit code 0
 
212026-03-18T03:43:42.589Zstarting task 1: "rust-toolchain"
222026-03-18T03:43:42.593Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:43:42.593Z * rust toolchain channel = "1.93.1"
242026-03-18T03:43:42.593Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:43:42.593Z * rust toolchain profile = "default"
262026-03-18T03:43:42.593Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:43:42.593Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:43:42.597Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:43:42.597Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:43:42.718Zinfo: downloading installer
312026-03-18T03:43:44.478Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:43:44.479Zwarn: /opt/ooce/bin
332026-03-18T03:43:44.479Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:43:44.479Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:43:44.479Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:43:44.479Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:43:44.479Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:43:44.479Zerror: cannot install while Rust is installed
392026-03-18T03:43:44.479Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:43:44.479Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:43:44.479Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:43:44.479Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:43:44.479Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:43:44.491Zinfo: profile set to default
452026-03-18T03:43:44.491Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:43:44.494Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:43:44.653Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:43:44.656Zinfo: downloading 6 components
492026-03-18T03:44:02.164Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-18T03:44:02.164Z
512026-03-18T03:44:02.199Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:02.199Z
532026-03-18T03:44:02.203Z
542026-03-18T03:44:02.203ZRust is installed now. Great!
552026-03-18T03:44:02.203Z
562026-03-18T03:44:02.203ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:02.203Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:02.203Z
592026-03-18T03:44:02.203ZTo configure your current shell, you need to source
602026-03-18T03:44:02.203Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:02.203Z
622026-03-18T03:44:02.203ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:02.203Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:02.203Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:02.203Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:02.203Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:02.203Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:02.203Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:02.203Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:02.203Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:02.308Z+ rustup --version
722026-03-18T03:44:02.319Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:02.322Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:02.346Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:02.349Z+ cargo --version
762026-03-18T03:44:02.365Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:02.368Z+ rustc --version
782026-03-18T03:44:02.391Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:02.395Zprocess exited: duration 19808 ms, exit code 0
 
802026-03-18T03:44:02.403Zstarting task 2: "authentication"
812026-03-18T03:44:02.422Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:44:02.428Zstarting task 3: "clone repository"
832026-03-18T03:44:02.432Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:02.435Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:02.465ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:03.278Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:03.281Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:03.532ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:03.532Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:03.540Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:03.543Z++ git branch --show-current
922026-03-18T03:44:03.543Z+ current=master
932026-03-18T03:44:03.543Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:03.543Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:03.547Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:03.570ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:03.573Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:03.592ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:03.595Zprocess exited: duration 1165 ms, exit code 0
 
1002026-03-18T03:44:03.602Zstarting task 4: "build"
1012026-03-18T03:44:03.606Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:03.610Z++ rustup show active-toolchain
1032026-03-18T03:44:03.613Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:03.616Z++ pushd xde
1052026-03-18T03:44:03.616Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:03.616Z++ rustup show active-toolchain
1072026-03-18T03:44:03.620Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:04.176Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:04.179Zinfo: downloading 6 components
1102026-03-18T03:44:21.871Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:21.977Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:21.981Z+++ head -n 1
1132026-03-18T03:44:21.981Z+++ cut '-d ' -f1
1142026-03-18T03:44:22.043Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:22.043Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:22.046Z++ popd
1172026-03-18T03:44:22.046Z/work/oxidecomputer/opte
1182026-03-18T03:44:22.046Z+ cargo --version
1192026-03-18T03:44:22.055Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-18T03:44:22.058Z+ rustc --version
1212026-03-18T03:44:22.082Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-18T03:44:22.085Z+ cd crates/opte-api
1232026-03-18T03:44:22.085Z+ header 'check API_VERSION'
1242026-03-18T03:44:22.085Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-18T03:44:22.085Z# ==== check API_VERSION ==== #
1262026-03-18T03:44:22.085Z+ ./check-api-version.sh
1272026-03-18T03:44:22.094Z+ header 'check style'
1282026-03-18T03:44:22.094Z+ echo '# ==== check style ==== #'
1292026-03-18T03:44:22.097Z# ==== check style ==== #
1302026-03-18T03:44:22.097Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-18T03:44:22.201Z
1322026-03-18T03:44:22.202Zreal 0.104115029
1332026-03-18T03:44:22.205Zuser 0.062051251
1342026-03-18T03:44:22.205Zsys 0.038433833
1352026-03-18T03:44:22.205Ztrap 0.000003170
1362026-03-18T03:44:22.205Ztflt 0.000046354
1372026-03-18T03:44:22.205Zdflt 0.000008370
1382026-03-18T03:44:22.205Zkflt 0.000000000
1392026-03-18T03:44:22.205Zlock 0.060860323
1402026-03-18T03:44:22.205Zslp 0.081301202
1412026-03-18T03:44:22.205Zlat 0.000249629
1422026-03-18T03:44:22.205Zstop 0.000110154
1432026-03-18T03:44:22.205Z+ header 'analyze std'
1442026-03-18T03:44:22.205Z+ echo '# ==== analyze std ==== #'
1452026-03-18T03:44:22.205Z# ==== analyze std ==== #
1462026-03-18T03:44:22.205Z+ ptime -m cargo clippy --all-targets
1472026-03-18T03:44:22.355Z Updating crates.io index
1482026-03-18T03:44:22.358Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-18T03:44:23.076Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-18T03:44:23.670Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-18T03:44:24.026Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-18T03:44:24.274Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-18T03:44:24.666Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-18T03:44:24.987Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-18T03:44:27.424Z Downloading crates ...
1562026-03-18T03:44:27.495Z Downloaded stable_deref_trait v1.2.1
1572026-03-18T03:44:27.531Z Downloaded embedded-io v0.6.1
1582026-03-18T03:44:27.546Z Downloaded defmt v0.3.100
1592026-03-18T03:44:27.549Z Downloaded cobs v0.3.0
1602026-03-18T03:44:27.549Z Downloaded proc-macro-error2 v2.0.1
1612026-03-18T03:44:27.549Z Downloaded darling_core v0.21.3
1622026-03-18T03:44:27.555Z Downloaded proc-macro-error-attr2 v2.0.0
1632026-03-18T03:44:27.572Z Downloaded defmt v1.0.1
1642026-03-18T03:44:27.575Z Downloaded strsim v0.11.1
1652026-03-18T03:44:27.578Z Downloaded embedded-io v0.4.0
1662026-03-18T03:44:27.581Z Downloaded thiserror v2.0.18
1672026-03-18T03:44:27.587Z Downloaded ingot-macros v0.1.1
1682026-03-18T03:44:27.590Z Downloaded zerocopy-derive v0.8.42
1692026-03-18T03:44:27.594Z Downloaded serde_core v1.0.228
1702026-03-18T03:44:27.597Z Downloaded cfg-if v1.0.4
1712026-03-18T03:44:27.600Z Downloaded heapless v0.8.0
1722026-03-18T03:44:27.603Z Downloaded byteorder v1.5.0
1732026-03-18T03:44:27.608Z Downloaded ident_case v1.0.1
1742026-03-18T03:44:27.614Z Downloaded managed v0.8.0
1752026-03-18T03:44:27.617Z Downloaded defmt-parser v1.0.0
1762026-03-18T03:44:27.620Z Downloaded darling_macro v0.21.3
1772026-03-18T03:44:27.623Z Downloaded defmt-macros v1.0.1
1782026-03-18T03:44:27.626Z Downloaded fnv v1.0.7
1792026-03-18T03:44:27.629Z Downloaded macaddr v1.0.1
1802026-03-18T03:44:27.629Z Downloaded hash32 v0.3.1
1812026-03-18T03:44:27.633Z Downloaded ipnetwork v0.21.1
1822026-03-18T03:44:27.636Z Downloaded either v1.15.0
1832026-03-18T03:44:27.644Z Downloaded thiserror-impl v2.0.18
1842026-03-18T03:44:27.647Z Downloaded bitflags v1.3.2
1852026-03-18T03:44:27.658Z Downloaded quote v1.0.45
1862026-03-18T03:44:27.662Z Downloaded ingot-types v0.1.2
1872026-03-18T03:44:27.662Z Downloaded ingot v0.1.1
1882026-03-18T03:44:27.665Z Downloaded postcard v1.1.3
1892026-03-18T03:44:27.671Z Downloaded unicode-ident v1.0.24
1902026-03-18T03:44:27.675Z Downloaded darling v0.21.3
1912026-03-18T03:44:27.678Z Downloaded proc-macro2 v1.0.106
1922026-03-18T03:44:27.687Z Downloaded bitflags v2.11.0
1932026-03-18T03:44:27.693Z Downloaded serde_derive v1.0.228
1942026-03-18T03:44:27.719Z Downloaded serde v1.0.228
1952026-03-18T03:44:27.722Z Downloaded memchr v2.8.0
1962026-03-18T03:44:27.737Z Downloaded aho-corasick v1.1.4
1972026-03-18T03:44:27.749Z Downloaded regex v1.12.3
1982026-03-18T03:44:27.758Z Downloaded itertools v0.14.0
1992026-03-18T03:44:27.794Z Downloaded zerocopy v0.8.42
2002026-03-18T03:44:27.805Z Downloaded regex-syntax v0.8.10
2012026-03-18T03:44:27.811Z Downloaded syn v2.0.117
2022026-03-18T03:44:27.818Z Downloaded smoltcp v0.11.0
2032026-03-18T03:44:27.835Z Downloaded regex-automata v0.4.14
2042026-03-18T03:44:27.881Z Compiling proc-macro2 v1.0.106
2052026-03-18T03:44:27.881Z Compiling quote v1.0.45
2062026-03-18T03:44:27.884Z Compiling unicode-ident v1.0.24
2072026-03-18T03:44:27.884Z Compiling memchr v2.8.0
2082026-03-18T03:44:27.884Z Compiling ident_case v1.0.1
2092026-03-18T03:44:27.884Z Compiling fnv v1.0.7
2102026-03-18T03:44:27.884Z Compiling strsim v0.11.1
2112026-03-18T03:44:27.884Z Compiling regex-syntax v0.8.10
2122026-03-18T03:44:28.080Z Compiling serde_core v1.0.228
2132026-03-18T03:44:28.108Z Compiling serde v1.0.228
2142026-03-18T03:44:28.117Z Compiling zerocopy v0.8.42
2152026-03-18T03:44:28.354Z Compiling either v1.15.0
2162026-03-18T03:44:28.439Z Compiling thiserror v2.0.18
2172026-03-18T03:44:28.503Z Compiling aho-corasick v1.1.4
2182026-03-18T03:44:28.606Z Compiling itertools v0.14.0
2192026-03-18T03:44:28.704Z Compiling heapless v0.8.0
2202026-03-18T03:44:28.719Z Checking byteorder v1.5.0
2212026-03-18T03:44:28.915Z Checking hash32 v0.3.1
2222026-03-18T03:44:29.036Z Checking stable_deref_trait v1.2.1
2232026-03-18T03:44:29.106Z Checking macaddr v1.0.1
2242026-03-18T03:44:29.113Z Compiling smoltcp v0.11.0
2252026-03-18T03:44:29.280Z Checking bitflags v2.11.0
2262026-03-18T03:44:29.521Z Compiling syn v2.0.117
2272026-03-18T03:44:29.541Z Checking managed v0.8.0
2282026-03-18T03:44:29.586Z Checking cfg-if v1.0.4
2292026-03-18T03:44:29.652Z Checking bitflags v1.3.2
2302026-03-18T03:44:29.722Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-18T03:44:29.772Z Checking ipnetwork v0.21.1
2322026-03-18T03:44:29.988Z Compiling regex-automata v0.4.14
2332026-03-18T03:44:32.033Z Compiling regex v1.12.3
2342026-03-18T03:44:32.706Z Compiling darling_core v0.21.3
2352026-03-18T03:44:33.188Z Compiling zerocopy-derive v0.8.42
2362026-03-18T03:44:33.191Z Compiling thiserror-impl v2.0.18
2372026-03-18T03:44:33.191Z Compiling serde_derive v1.0.228
2382026-03-18T03:44:34.462Z Checking cobs v0.3.0
2392026-03-18T03:44:34.602Z Compiling darling_macro v0.21.3
2402026-03-18T03:44:35.222Z Compiling darling v0.21.3
2412026-03-18T03:44:35.292Z Compiling ingot-macros v0.1.1
2422026-03-18T03:44:36.204Z Checking postcard v1.1.3
2432026-03-18T03:44:38.199Z Checking ingot-types v0.1.2
2442026-03-18T03:44:38.577Z Checking ingot v0.1.1
2452026-03-18T03:44:40.483Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-18T03:44:41.850Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.59s
2472026-03-18T03:44:41.969Z
2482026-03-18T03:44:41.973Zreal 19.764579652
2492026-03-18T03:44:41.973Zuser 43.968311973
2502026-03-18T03:44:41.973Zsys 7.277596385
2512026-03-18T03:44:41.973Ztrap 0.015411059
2522026-03-18T03:44:41.973Ztflt 0.099739294
2532026-03-18T03:44:41.973Zdflt 0.227053379
2542026-03-18T03:44:41.973Zkflt 0.001676275
2552026-03-18T03:44:41.973Zlock 2:08.519103678
2562026-03-18T03:44:41.973Zslp 2:02.534369260
2572026-03-18T03:44:41.974Zlat 1.636020011
2582026-03-18T03:44:41.974Zstop 5.274702075
2592026-03-18T03:44:41.974Z+ header 'analyze no_std'
2602026-03-18T03:44:41.974Z+ echo '# ==== analyze no_std ==== #'
2612026-03-18T03:44:41.974Z# ==== analyze no_std ==== #
2622026-03-18T03:44:41.974Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-18T03:44:42.106Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-18T03:44:42.398Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-18T03:44:43.756Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.73s
2662026-03-18T03:44:43.780Z
2672026-03-18T03:44:43.784Zreal 1.805962795
2682026-03-18T03:44:43.784Zuser 2.677531728
2692026-03-18T03:44:43.784Zsys 0.319133568
2702026-03-18T03:44:43.784Ztrap 0.000519679
2712026-03-18T03:44:43.784Ztflt 0.000064067
2722026-03-18T03:44:43.784Zdflt 0.000078377
2732026-03-18T03:44:43.784Zkflt 0.000000000
2742026-03-18T03:44:43.784Zlock 6.491056765
2752026-03-18T03:44:43.784Zslp 7.387635000
2762026-03-18T03:44:43.784Zlat 0.001328286
2772026-03-18T03:44:43.784Zstop 0.051639293
2782026-03-18T03:44:43.784Z+ header test
2792026-03-18T03:44:43.784Z+ echo '# ==== test ==== #'
2802026-03-18T03:44:43.784Z# ==== test ==== #
2812026-03-18T03:44:43.784Z+ ptime -m cargo test
2822026-03-18T03:44:43.954Z Compiling serde_core v1.0.228
2832026-03-18T03:44:43.957Z Compiling byteorder v1.5.0
2842026-03-18T03:44:43.957Z Compiling bitflags v2.11.0
2852026-03-18T03:44:43.957Z Compiling stable_deref_trait v1.2.1
2862026-03-18T03:44:43.982Z Compiling thiserror v2.0.18
2872026-03-18T03:44:43.982Z Compiling zerocopy v0.8.42
2882026-03-18T03:44:43.987Z Compiling macaddr v1.0.1
2892026-03-18T03:44:43.990Z Compiling cfg-if v1.0.4
2902026-03-18T03:44:44.044Z Compiling managed v0.8.0
2912026-03-18T03:44:44.048Z Compiling bitflags v1.3.2
2922026-03-18T03:44:44.086Z Compiling cobs v0.3.0
2932026-03-18T03:44:44.110Z Compiling ipnetwork v0.21.1
2942026-03-18T03:44:44.184Z Compiling hash32 v0.3.1
2952026-03-18T03:44:44.292Z Compiling heapless v0.8.0
2962026-03-18T03:44:44.318Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-03-18T03:44:44.772Z Compiling smoltcp v0.11.0
2982026-03-18T03:44:46.171Z Compiling serde v1.0.228
2992026-03-18T03:44:47.050Z Compiling postcard v1.1.3
3002026-03-18T03:44:47.845Z Compiling ingot-types v0.1.2
3012026-03-18T03:44:48.233Z Compiling ingot v0.1.1
3022026-03-18T03:44:50.285Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-18T03:44:52.526Z Finished `test` profile [optimized + debuginfo] target(s) in 8.73s
3042026-03-18T03:44:52.538Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-6cfda9c79a8cbd88)
3052026-03-18T03:44:52.547Z
3062026-03-18T03:44:52.547Zrunning 25 tests
3072026-03-18T03:44:52.547Ztest encap::test::bad_vni ... ok
3082026-03-18T03:44:52.547Ztest encap::test::vni_round_trip ... ok
3092026-03-18T03:44:52.547Ztest dns::tests::test_domain_name ... ok
3102026-03-18T03:44:52.547Ztest encap::test::good_vni ... ok
3112026-03-18T03:44:52.547Ztest ip::test::bad_cidr ... ok
3122026-03-18T03:44:52.547Ztest ip::test::ipv4_addr_good ... ok
3132026-03-18T03:44:52.547Ztest ip::test::ipv4_mask ... ok
3142026-03-18T03:44:52.547Ztest ip::test::ipv6_mask ... ok
3152026-03-18T03:44:52.547Ztest ip::test::ipv6_is_default ... ok
3162026-03-18T03:44:52.547Ztest ip::test::test_ip_addr_from_str ... ok
3172026-03-18T03:44:52.547Ztest ip::test::ipv6_prefix_len ... ok
3182026-03-18T03:44:52.547Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3192026-03-18T03:44:52.547Ztest ip::test::test_ip_cidr_from_str ... ok
3202026-03-18T03:44:52.548Ztest ip::test::test_ipv4_multicast_mac ... ok
3212026-03-18T03:44:52.548Ztest ip::test::test_ipv6_from_eui64 ... ok
3222026-03-18T03:44:52.548Ztest ip::test::test_ipv6_from_const ... ok
3232026-03-18T03:44:52.548Ztest ip::test::bad_prefix_len ... ok
3242026-03-18T03:44:52.548Ztest ip::test::ipv6_cidr_is_member ... ok
3252026-03-18T03:44:52.548Ztest ip::test::test_ipv6_is_multicast ... ok
3262026-03-18T03:44:52.548Ztest ip::test::dhcp_fqdn ... ok
3272026-03-18T03:44:52.548Ztest ip::test::good_cidr ... ok
3282026-03-18T03:44:52.548Ztest ip::test::ipv4_addr_bad ... ok
3292026-03-18T03:44:52.548Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3302026-03-18T03:44:52.548Ztest ip::test::test_ipv6_multicast_mac ... ok
3312026-03-18T03:44:52.548Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-18T03:44:52.548Z
3332026-03-18T03:44:52.548Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-18T03:44:52.548Z
3352026-03-18T03:44:52.548Z Doc-tests opte_api
3362026-03-18T03:44:53.334Z
3372026-03-18T03:44:53.334Zrunning 1 test
3382026-03-18T03:44:53.338Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-18T03:44:53.338Z
3402026-03-18T03:44:53.338Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-18T03:44:53.338Z
3422026-03-18T03:44:53.338Zall doctests ran in 0.58s; merged doctests compilation took 0.57s
3432026-03-18T03:44:53.360Z
3442026-03-18T03:44:53.363Zreal 9.571198998
3452026-03-18T03:44:53.363Zuser 23.895001938
3462026-03-18T03:44:53.363Zsys 2.521418224
3472026-03-18T03:44:53.363Ztrap 0.005004480
3482026-03-18T03:44:53.363Ztflt 0.108027212
3492026-03-18T03:44:53.363Zdflt 0.054011081
3502026-03-18T03:44:53.363Zkflt 0.000002590
3512026-03-18T03:44:53.364Zlock 1:17.674839786
3522026-03-18T03:44:53.364Zslp 43.602138628
3532026-03-18T03:44:53.364Zlat 1.334124539
3542026-03-18T03:44:53.364Zstop 1.258296591
3552026-03-18T03:44:53.364Zprocess exited: duration 49767 ms, exit code 0
 
3562026-03-18T03:44:53.371Zfound 0 output files