01KRB1RYXYKZNA162G0T10MDKY: opte-api

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

Buildomat Job: 01KRB1SCZAWV6HGMCQYVRNRKF5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:18:04.815Zjob assigned to worker 01KRB1SG9JGSZG02GPMZYX1RS8 [factory aws, i-0b32221733bedc136] (queued for 44 s)
 
22026-05-11T08:18:11.172Zstarting task 0: "setup"
32026-05-11T08:18:11.177Z++ uname -s
42026-05-11T08:18:11.179Z+ kern=SunOS
52026-05-11T08:18:11.180Z+ build_user=build
62026-05-11T08:18:11.180Z+ build_uid=12345
72026-05-11T08:18:11.180Z+ work_dir=/work
82026-05-11T08:18:11.180Z+ input_dir=/input
92026-05-11T08:18:11.180Z+ [[ 0 == 12345 ]]
102026-05-11T08:18:11.180Z+ case "$kern" in
112026-05-11T08:18:11.180Z+ groupadd -g 12345 build
122026-05-11T08:18:11.183Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:18:13.188Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:18:13.247Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:18:13.250Z+ home_fs=zfs
162026-05-11T08:18:13.250Z+ [[ zfs == autofs ]]
172026-05-11T08:18:13.250Z+ mkdir -p /home/build
182026-05-11T08:18:13.250Z+ chown build:build /home/build /work
192026-05-11T08:18:15.251Z+ chmod 0700 /home/build /work
202026-05-11T08:18:15.256Zprocess exited: duration 4084 ms, exit code 0
 
212026-05-11T08:18:15.261Zstarting task 1: "rust-toolchain"
222026-05-11T08:18:15.266Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:18:15.266Z * rust toolchain channel = "1.94.1"
242026-05-11T08:18:15.266Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-11T08:18:15.266Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T08:18:15.266Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:18:15.266Z * rust toolchain profile = "default"
282026-05-11T08:18:15.269Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:18:15.269Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:18:15.324Zinfo: downloading installer
312026-05-11T08:18:16.735Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:18:16.735Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:18:16.735Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:18:16.735Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:18:16.749Zinfo: profile set to default
362026-05-11T08:18:16.749Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:18:16.752Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:18:16.881Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:18:16.885Zinfo: downloading 6 components
402026-05-11T08:18:31.675Z
412026-05-11T08:18:31.675Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-11T08:18:31.705Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:18:31.705Z
442026-05-11T08:18:31.705Z
452026-05-11T08:18:31.705ZRust is installed now. Great!
462026-05-11T08:18:31.705Z
472026-05-11T08:18:31.708ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:18:31.708Zenvironment variable. This has not been done automatically.
492026-05-11T08:18:31.708Z
502026-05-11T08:18:31.708ZTo configure your current shell, you need to source
512026-05-11T08:18:31.708Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:18:31.708Z
532026-05-11T08:18:31.708ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:18:31.708Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:18:31.708Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:18:31.709Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:18:31.709Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:18:31.709Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:18:31.709Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:18:31.709Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:18:31.709Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:18:31.785Z+ rustup --version
632026-05-11T08:18:31.793Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:18:31.796Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:18:31.814Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:18:31.817Z+ cargo --version
672026-05-11T08:18:31.830Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:18:31.833Z+ rustc --version
692026-05-11T08:18:31.852Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:18:31.855Zprocess exited: duration 16592 ms, exit code 0
 
712026-05-11T08:18:31.861Zstarting task 2: "authentication"
722026-05-11T08:18:31.876Zprocess exited: duration 15 ms, exit code 0
 
732026-05-11T08:18:31.882Zstarting task 3: "clone repository"
742026-05-11T08:18:31.885Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:18:31.887Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:18:31.919ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:18:32.769Z+ cd /work/oxidecomputer/opte
782026-05-11T08:18:32.769Z+ git fetch origin 27627c9e134f6dacafb579d70170e18fe7fda7e3
792026-05-11T08:18:33.020ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:18:33.020Z * branch 27627c9e134f6dacafb579d70170e18fe7fda7e3 -> FETCH_HEAD
812026-05-11T08:18:33.026Z+ [[ -n renovate/lock-file-maintenance ]]
822026-05-11T08:18:33.029Z++ git branch --show-current
832026-05-11T08:18:33.029Z+ current=master
842026-05-11T08:18:33.029Z+ [[ master != renovate/lock-file-maintenance ]]
852026-05-11T08:18:33.029Z+ git branch -f renovate/lock-file-maintenance 27627c9e134f6dacafb579d70170e18fe7fda7e3
862026-05-11T08:18:33.032Z+ git checkout -f renovate/lock-file-maintenance
872026-05-11T08:18:33.047ZSwitched to branch 'renovate/lock-file-maintenance'
882026-05-11T08:18:33.050Z+ git reset --hard 27627c9e134f6dacafb579d70170e18fe7fda7e3
892026-05-11T08:18:33.063ZHEAD is now at 27627c9 Lock file maintenance
902026-05-11T08:18:33.066Zprocess exited: duration 1182 ms, exit code 0
 
912026-05-11T08:18:33.072Zstarting task 4: "build"
922026-05-11T08:18:33.076Z+ source .github/buildomat/common.sh
932026-05-11T08:18:33.078Z++ rustup show active-toolchain
942026-05-11T08:18:33.081Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:18:33.084Z++ pushd xde
962026-05-11T08:18:33.084Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:18:33.084Z++ rustup show active-toolchain
982026-05-11T08:18:33.087Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:18:33.227Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:18:33.230Zinfo: downloading 6 components
1012026-05-11T08:18:47.240Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:18:47.314Z+++ rustup show active-toolchain -v
1032026-05-11T08:18:47.317Z+++ head -n 1
1042026-05-11T08:18:47.317Z+++ cut '-d ' -f1
1052026-05-11T08:18:47.368Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:18:47.368Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:18:47.371Z++ popd
1082026-05-11T08:18:47.371Z/work/oxidecomputer/opte
1092026-05-11T08:18:47.371Z+ cargo --version
1102026-05-11T08:18:47.378Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:18:47.381Z+ rustc --version
1122026-05-11T08:18:47.400Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:18:47.403Z+ cd crates/opte-api
1142026-05-11T08:18:47.403Z+ header 'check API_VERSION'
1152026-05-11T08:18:47.403Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-11T08:18:47.403Z# ==== check API_VERSION ==== #
1172026-05-11T08:18:47.403Z+ ./check-api-version.sh
1182026-05-11T08:18:47.410Z+ header 'check style'
1192026-05-11T08:18:47.411Z+ echo '# ==== check style ==== #'
1202026-05-11T08:18:47.411Z# ==== check style ==== #
1212026-05-11T08:18:47.413Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-11T08:18:47.498Z
1232026-05-11T08:18:47.498Zreal 0.084139608
1242026-05-11T08:18:47.498Zuser 0.045195737
1252026-05-11T08:18:47.498Zsys 0.035672402
1262026-05-11T08:18:47.498Ztrap 0.000002710
1272026-05-11T08:18:47.498Ztflt 0.000009650
1282026-05-11T08:18:47.498Zdflt 0.000065140
1292026-05-11T08:18:47.498Zkflt 0.000000000
1302026-05-11T08:18:47.498Zlock 0.032110862
1312026-05-11T08:18:47.498Zslp 0.059694329
1322026-05-11T08:18:47.498Zlat 0.000780080
1332026-05-11T08:18:47.498Zstop 0.000096520
1342026-05-11T08:18:47.501Z+ header 'analyze std'
1352026-05-11T08:18:47.501Z+ echo '# ==== analyze std ==== #'
1362026-05-11T08:18:47.501Z# ==== analyze std ==== #
1372026-05-11T08:18:47.501Z+ ptime -m cargo clippy --all-targets
1382026-05-11T08:18:47.636Z Updating crates.io index
1392026-05-11T08:18:47.669Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-11T08:18:48.627Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-11T08:18:49.055Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-11T08:18:49.402Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-11T08:18:49.748Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-11T08:18:49.997Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-11T08:18:50.281Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-11T08:18:52.376Z Downloading crates ...
1472026-05-11T08:18:52.429Z Downloaded bitflags v1.3.2
1482026-05-11T08:18:52.434Z Downloaded fnv v1.0.7
1492026-05-11T08:18:52.437Z Downloaded macaddr v1.0.1
1502026-05-11T08:18:52.437Z Downloaded embedded-io v0.4.0
1512026-05-11T08:18:52.439Z Downloaded darling_macro v0.21.3
1522026-05-11T08:18:52.442Z Downloaded embedded-io v0.6.1
1532026-05-11T08:18:52.448Z Downloaded stable_deref_trait v1.2.1
1542026-05-11T08:18:52.451Z Downloaded cfg-if v1.0.4
1552026-05-11T08:18:52.451Z Downloaded ident_case v1.0.1
1562026-05-11T08:18:52.451Z Downloaded proc-macro-error-attr2 v2.0.0
1572026-05-11T08:18:52.457Z Downloaded managed v0.8.0
1582026-05-11T08:18:52.469Z Downloaded hash32 v0.3.1
1592026-05-11T08:18:52.472Z Downloaded strsim v0.11.1
1602026-05-11T08:18:52.472Z Downloaded defmt-parser v1.0.0
1612026-05-11T08:18:52.472Z Downloaded darling_core v0.21.3
1622026-05-11T08:18:52.478Z Downloaded defmt v0.3.100
1632026-05-11T08:18:52.484Z Downloaded proc-macro-error2 v2.0.1
1642026-05-11T08:18:52.487Z Downloaded byteorder v1.5.0
1652026-05-11T08:18:52.487Z Downloaded cobs v0.3.0
1662026-05-11T08:18:52.487Z Downloaded thiserror-impl v2.0.18
1672026-05-11T08:18:52.491Z Downloaded thiserror v2.0.18
1682026-05-11T08:18:52.491Z Downloaded ingot v0.1.1
1692026-05-11T08:18:52.498Z Downloaded either v1.15.0
1702026-05-11T08:18:52.501Z Downloaded ingot-types v0.1.2
1712026-05-11T08:18:52.501Z Downloaded quote v1.0.45
1722026-05-11T08:18:52.504Z Downloaded defmt-macros v1.0.1
1732026-05-11T08:18:52.514Z Downloaded darling v0.21.3
1742026-05-11T08:18:52.518Z Downloaded defmt v1.0.1
1752026-05-11T08:18:52.521Z Downloaded bitflags v2.11.1
1762026-05-11T08:18:52.525Z Downloaded postcard v1.1.3
1772026-05-11T08:18:52.528Z Downloaded ipnetwork v0.21.1
1782026-05-11T08:18:52.528Z Downloaded ingot-macros v0.1.1
1792026-05-11T08:18:52.534Z Downloaded serde_derive v1.0.228
1802026-05-11T08:18:52.537Z Downloaded serde_core v1.0.228
1812026-05-11T08:18:52.543Z Downloaded unicode-ident v1.0.24
1822026-05-11T08:18:52.546Z Downloaded proc-macro2 v1.0.106
1832026-05-11T08:18:52.556Z Downloaded heapless v0.8.0
1842026-05-11T08:18:52.560Z Downloaded serde v1.0.228
1852026-05-11T08:18:52.570Z Downloaded memchr v2.8.0
1862026-05-11T08:18:52.573Z Downloaded zerocopy-derive v0.8.48
1872026-05-11T08:18:52.578Z Downloaded aho-corasick v1.1.4
1882026-05-11T08:18:52.592Z Downloaded itertools v0.14.0
1892026-05-11T08:18:52.602Z Downloaded regex v1.12.3
1902026-05-11T08:18:52.651Z Downloaded zerocopy v0.8.48
1912026-05-11T08:18:52.662Z Downloaded syn v2.0.117
1922026-05-11T08:18:52.667Z Downloaded smoltcp v0.11.0
1932026-05-11T08:18:52.673Z Downloaded regex-syntax v0.8.10
1942026-05-11T08:18:52.685Z Downloaded regex-automata v0.4.14
1952026-05-11T08:18:52.720Z Compiling proc-macro2 v1.0.106
1962026-05-11T08:18:52.720Z Compiling unicode-ident v1.0.24
1972026-05-11T08:18:52.723Z Compiling quote v1.0.45
1982026-05-11T08:18:52.723Z Compiling strsim v0.11.1
1992026-05-11T08:18:52.723Z Compiling memchr v2.8.0
2002026-05-11T08:18:52.723Z Compiling fnv v1.0.7
2012026-05-11T08:18:52.723Z Compiling ident_case v1.0.1
2022026-05-11T08:18:52.723Z Compiling serde_core v1.0.228
2032026-05-11T08:18:52.883Z Compiling regex-syntax v0.8.10
2042026-05-11T08:18:52.900Z Compiling zerocopy v0.8.48
2052026-05-11T08:18:52.900Z Compiling serde v1.0.228
2062026-05-11T08:18:53.073Z Compiling thiserror v2.0.18
2072026-05-11T08:18:53.165Z Compiling aho-corasick v1.1.4
2082026-05-11T08:18:53.171Z Compiling either v1.15.0
2092026-05-11T08:18:53.325Z Checking byteorder v1.5.0
2102026-05-11T08:18:53.331Z Compiling heapless v0.8.0
2112026-05-11T08:18:53.363Z Compiling itertools v0.14.0
2122026-05-11T08:18:53.467Z Checking hash32 v0.3.1
2132026-05-11T08:18:53.570Z Compiling smoltcp v0.11.0
2142026-05-11T08:18:53.596Z Checking stable_deref_trait v1.2.1
2152026-05-11T08:18:53.658Z Checking bitflags v2.11.1
2162026-05-11T08:18:53.764Z Checking macaddr v1.0.1
2172026-05-11T08:18:53.905Z Checking bitflags v1.3.2
2182026-05-11T08:18:53.960Z Compiling syn v2.0.117
2192026-05-11T08:18:53.997Z Checking cfg-if v1.0.4
2202026-05-11T08:18:54.039Z Checking managed v0.8.0
2212026-05-11T08:18:54.053Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-11T08:18:54.214Z Checking ipnetwork v0.21.1
2232026-05-11T08:18:54.305Z Compiling regex-automata v0.4.14
2242026-05-11T08:18:55.772Z Compiling regex v1.12.3
2252026-05-11T08:18:56.174Z Compiling darling_core v0.21.3
2262026-05-11T08:18:56.504Z Compiling zerocopy-derive v0.8.48
2272026-05-11T08:18:56.504Z Compiling thiserror-impl v2.0.18
2282026-05-11T08:18:56.504Z Compiling serde_derive v1.0.228
2292026-05-11T08:18:57.447Z Checking cobs v0.3.0
2302026-05-11T08:18:57.501Z Compiling darling_macro v0.21.3
2312026-05-11T08:18:57.982Z Compiling darling v0.21.3
2322026-05-11T08:18:58.044Z Compiling ingot-macros v0.1.1
2332026-05-11T08:18:58.724Z Checking postcard v1.1.3
2342026-05-11T08:18:59.996Z Checking ingot-types v0.1.2
2352026-05-11T08:19:00.263Z Checking ingot v0.1.1
2362026-05-11T08:19:01.513Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-11T08:19:02.474Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.92s
2382026-05-11T08:19:02.579Z
2392026-05-11T08:19:02.582Zreal 15.075775696
2402026-05-11T08:19:02.582Zuser 30.457412730
2412026-05-11T08:19:02.582Zsys 5.823421154
2422026-05-11T08:19:02.582Ztrap 0.008767223
2432026-05-11T08:19:02.582Ztflt 0.071512227
2442026-05-11T08:19:02.582Zdflt 0.231312289
2452026-05-11T08:19:02.582Zkflt 0.004979216
2462026-05-11T08:19:02.582Zlock 1:26.500491696
2472026-05-11T08:19:02.582Zslp 1:29.950858307
2482026-05-11T08:19:02.582Zlat 1.697098807
2492026-05-11T08:19:02.582Zstop 4.615727744
2502026-05-11T08:19:02.582Z+ header 'analyze no_std'
2512026-05-11T08:19:02.582Z+ echo '# ==== analyze no_std ==== #'
2522026-05-11T08:19:02.582Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2532026-05-11T08:19:02.582Z# ==== analyze no_std ==== #
2542026-05-11T08:19:02.683Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-11T08:19:02.887Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-11T08:19:03.856Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.23s
2572026-05-11T08:19:03.879Z
2582026-05-11T08:19:03.879Zreal 1.294568579
2592026-05-11T08:19:03.879Zuser 1.855419280
2602026-05-11T08:19:03.879Zsys 0.257253256
2612026-05-11T08:19:03.879Ztrap 0.000181920
2622026-05-11T08:19:03.882Ztflt 0.000129110
2632026-05-11T08:19:03.882Zdflt 0.000168920
2642026-05-11T08:19:03.882Zkflt 0.000000000
2652026-05-11T08:19:03.882Zlock 4.254266752
2662026-05-11T08:19:03.882Zslp 5.206203794
2672026-05-11T08:19:03.882Zlat 0.002309140
2682026-05-11T08:19:03.882Zstop 0.041603740
2692026-05-11T08:19:03.882Z+ header test
2702026-05-11T08:19:03.882Z+ echo '# ==== test ==== #'
2712026-05-11T08:19:03.883Z+ ptime -m cargo test
2722026-05-11T08:19:03.883Z# ==== test ==== #
2732026-05-11T08:19:04.010Z Compiling serde_core v1.0.228
2742026-05-11T08:19:04.010Z Compiling byteorder v1.5.0
2752026-05-11T08:19:04.014Z Compiling bitflags v2.11.1
2762026-05-11T08:19:04.014Z Compiling macaddr v1.0.1
2772026-05-11T08:19:04.033Z Compiling thiserror v2.0.18
2782026-05-11T08:19:04.036Z Compiling zerocopy v0.8.48
2792026-05-11T08:19:04.038Z Compiling stable_deref_trait v1.2.1
2802026-05-11T08:19:04.041Z Compiling bitflags v1.3.2
2812026-05-11T08:19:04.090Z Compiling cobs v0.3.0
2822026-05-11T08:19:04.090Z Compiling cfg-if v1.0.4
2832026-05-11T08:19:04.115Z Compiling managed v0.8.0
2842026-05-11T08:19:04.144Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-05-11T08:19:04.186Z Compiling hash32 v0.3.1
2862026-05-11T08:19:04.262Z Compiling ipnetwork v0.21.1
2872026-05-11T08:19:04.325Z Compiling heapless v0.8.0
2882026-05-11T08:19:04.664Z Compiling smoltcp v0.11.0
2892026-05-11T08:19:05.527Z Compiling serde v1.0.228
2902026-05-11T08:19:05.943Z Compiling postcard v1.1.3
2912026-05-11T08:19:06.635Z Compiling ingot-types v0.1.2
2922026-05-11T08:19:06.902Z Compiling ingot v0.1.1
2932026-05-11T08:19:08.250Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-11T08:19:09.934Z Finished `test` profile [optimized + debuginfo] target(s) in 6.04s
2952026-05-11T08:19:09.944Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
2962026-05-11T08:19:09.947Z
2972026-05-11T08:19:09.947Zrunning 25 tests
2982026-05-11T08:19:09.947Ztest encap::test::good_vni ... ok
2992026-05-11T08:19:09.947Ztest encap::test::bad_vni ... ok
3002026-05-11T08:19:09.947Ztest encap::test::vni_round_trip ... ok
3012026-05-11T08:19:09.947Ztest ip::test::bad_cidr ... ok
3022026-05-11T08:19:09.947Ztest dns::tests::test_domain_name ... ok
3032026-05-11T08:19:09.947Ztest ip::test::bad_prefix_len ... ok
3042026-05-11T08:19:09.947Ztest ip::test::dhcp_fqdn ... ok
3052026-05-11T08:19:09.947Ztest ip::test::good_cidr ... ok
3062026-05-11T08:19:09.947Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-11T08:19:09.947Ztest ip::test::ipv4_addr_good ... ok
3082026-05-11T08:19:09.947Ztest ip::test::ipv4_mask ... ok
3092026-05-11T08:19:09.947Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-11T08:19:09.947Ztest ip::test::ipv6_is_default ... ok
3112026-05-11T08:19:09.947Ztest ip::test::ipv6_mask ... ok
3122026-05-11T08:19:09.947Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-11T08:19:09.948Ztest ip::test::test_ip_addr_from_str ... ok
3142026-05-11T08:19:09.948Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-05-11T08:19:09.948Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-11T08:19:09.948Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-11T08:19:09.948Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-11T08:19:09.948Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-11T08:19:09.948Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-11T08:19:09.948Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-11T08:19:09.948Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-11T08:19:09.948Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-11T08:19:09.948Z
3242026-05-11T08:19:09.948Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-11T08:19:09.948Z
3262026-05-11T08:19:09.948Z Doc-tests opte_api
3272026-05-11T08:19:10.540Z
3282026-05-11T08:19:10.540Zrunning 1 test
3292026-05-11T08:19:10.543Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-11T08:19:10.543Z
3312026-05-11T08:19:10.543Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-11T08:19:10.543Z
3332026-05-11T08:19:10.546Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3342026-05-11T08:19:10.564Z
3352026-05-11T08:19:10.564Zreal 6.675566490
3362026-05-11T08:19:10.567Zuser 17.343210881
3372026-05-11T08:19:10.567Zsys 2.023975398
3382026-05-11T08:19:10.567Ztrap 0.004738490
3392026-05-11T08:19:10.567Ztflt 0.070561172
3402026-05-11T08:19:10.567Zdflt 0.135548944
3412026-05-11T08:19:10.567Zkflt 0.000192750
3422026-05-11T08:19:10.567Zlock 53.557719353
3432026-05-11T08:19:10.567Zslp 31.134312189
3442026-05-11T08:19:10.567Zlat 0.993957020
3452026-05-11T08:19:10.567Zstop 0.846911290
3462026-05-11T08:19:10.567Zprocess exited: duration 37491 ms, exit code 0
 
3472026-05-11T08:19:10.574Zfound 0 output files