01KRCDQGHTV833MJ9YEQF6FHXX: oxide-vpc

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

Buildomat Job: 01KRCDR2HHVQMB5EVGXSQ5Z693

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T21:06:36.207Zjob assigned to worker 01KRCDRC78APDGNQ39ZY02PHWS [factory aws, i-05790fb8d8f15dc26] (queued for 1 m 1 s)
 
22026-05-11T21:06:43.802Zstarting task 0: "setup"
32026-05-11T21:06:43.808Z++ uname -s
42026-05-11T21:06:43.814Z+ kern=SunOS
52026-05-11T21:06:43.815Z+ build_user=build
62026-05-11T21:06:43.815Z+ build_uid=12345
72026-05-11T21:06:43.815Z+ work_dir=/work
82026-05-11T21:06:43.815Z+ input_dir=/input
92026-05-11T21:06:43.815Z+ [[ 0 == 12345 ]]
102026-05-11T21:06:43.815Z+ case "$kern" in
112026-05-11T21:06:43.815Z+ groupadd -g 12345 build
122026-05-11T21:06:43.824Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T21:06:45.828Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T21:06:45.929Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T21:06:45.934Z+ home_fs=zfs
162026-05-11T21:06:45.934Z+ [[ zfs == autofs ]]
172026-05-11T21:06:45.934Z+ mkdir -p /home/build
182026-05-11T21:06:45.934Z+ chown build:build /home/build /work
192026-05-11T21:06:47.935Z+ chmod 0700 /home/build /work
202026-05-11T21:06:47.940Zprocess exited: duration 4136 ms, exit code 0
 
212026-05-11T21:06:47.957Zstarting task 1: "rust-toolchain"
222026-05-11T21:06:47.962Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T21:06:47.962Z * rust toolchain channel = "1.94.1"
242026-05-11T21:06:47.962Z * rust toolchain profile = "default"
252026-05-11T21:06:47.962Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-11T21:06:47.962Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T21:06:47.962Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T21:06:47.962Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T21:06:47.965Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T21:06:48.068Zinfo: downloading installer
312026-05-11T21:06:49.479Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T21:06:49.479Zwarn: /home/build/.rustup/settings.toml
332026-05-11T21:06:49.479Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T21:06:49.482Zwarn: instead of the one inferred from the default host triple.
352026-05-11T21:06:49.491Zinfo: profile set to default
362026-05-11T21:06:49.491Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T21:06:49.496Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T21:06:49.638Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T21:06:49.642Zinfo: downloading 6 components
402026-05-11T21:07:04.298Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T21:07:04.298Z
422026-05-11T21:07:04.329Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T21:07:04.329Z
442026-05-11T21:07:04.329Z
452026-05-11T21:07:04.329ZRust is installed now. Great!
462026-05-11T21:07:04.329Z
472026-05-11T21:07:04.337ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T21:07:04.337Zenvironment variable. This has not been done automatically.
492026-05-11T21:07:04.337Z
502026-05-11T21:07:04.337ZTo configure your current shell, you need to source
512026-05-11T21:07:04.337Zthe corresponding env file under $HOME/.cargo.
522026-05-11T21:07:04.337Z
532026-05-11T21:07:04.337ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T21:07:04.337Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T21:07:04.337Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T21:07:04.337Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T21:07:04.337Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T21:07:04.337Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T21:07:04.337Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T21:07:04.337Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T21:07:04.337Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T21:07:04.433Z+ rustup --version
632026-05-11T21:07:04.447Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T21:07:04.451Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T21:07:04.466Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T21:07:04.472Z+ cargo --version
672026-05-11T21:07:04.482Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T21:07:04.494Z+ rustc --version
692026-05-11T21:07:04.506Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T21:07:04.511Zprocess exited: duration 16553 ms, exit code 0
 
712026-05-11T21:07:04.519Zstarting task 2: "authentication"
722026-05-11T21:07:04.536Zprocess exited: duration 17 ms, exit code 0
 
732026-05-11T21:07:04.545Zstarting task 3: "clone repository"
742026-05-11T21:07:04.549Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T21:07:04.553Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T21:07:04.585ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T21:07:05.418Z+ cd /work/oxidecomputer/opte
782026-05-11T21:07:05.418Z+ git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d
792026-05-11T21:07:05.674ZFrom https://github.com/oxidecomputer/opte
802026-05-11T21:07:05.674Z * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD
812026-05-11T21:07:05.707Z+ [[ -n faster-syn-expiry ]]
822026-05-11T21:07:05.707Z++ git branch --show-current
832026-05-11T21:07:05.707Z+ current=master
842026-05-11T21:07:05.707Z+ [[ master != faster-syn-expiry ]]
852026-05-11T21:07:05.707Z+ git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d
862026-05-11T21:07:05.707Z+ git checkout -f faster-syn-expiry
872026-05-11T21:07:05.719ZSwitched to branch 'faster-syn-expiry'
882026-05-11T21:07:05.719Z+ git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d
892026-05-11T21:07:05.730ZHEAD is now at 2e07459 api back to 40
902026-05-11T21:07:05.730Zprocess exited: duration 1174 ms, exit code 0
 
912026-05-11T21:07:05.750Zstarting task 4: "build"
922026-05-11T21:07:05.766Z+ source .github/buildomat/common.sh
932026-05-11T21:07:05.766Z++ rustup show active-toolchain
942026-05-11T21:07:05.789Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T21:07:05.790Z++ pushd xde
962026-05-11T21:07:05.790Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T21:07:05.790Z++ rustup show active-toolchain
982026-05-11T21:07:05.790Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T21:07:05.925Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T21:07:05.952Zinfo: downloading 6 components
1012026-05-11T21:07:19.593Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T21:07:19.681Z+++ rustup show active-toolchain -v
1032026-05-11T21:07:19.685Z+++ head -n 1
1042026-05-11T21:07:19.685Z+++ cut '-d ' -f1
1052026-05-11T21:07:19.741Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T21:07:19.741Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T21:07:19.741Z++ popd
1082026-05-11T21:07:19.748Z/work/oxidecomputer/opte
1092026-05-11T21:07:19.748Z+ cargo --version
1102026-05-11T21:07:19.752Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T21:07:19.752Z+ rustc --version
1122026-05-11T21:07:19.773Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T21:07:19.777Z+ cd lib/oxide-vpc
1142026-05-11T21:07:19.777Z+ header 'check style'
1152026-05-11T21:07:19.777Z+ echo '# ==== check style ==== #'
1162026-05-11T21:07:19.777Z# ==== check style ==== #
1172026-05-11T21:07:19.777Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T21:07:19.903Z
1192026-05-11T21:07:19.903Zreal 0.125420220
1202026-05-11T21:07:19.903Zuser 0.090379141
1212026-05-11T21:07:19.903Zsys 0.031635428
1222026-05-11T21:07:19.903Ztrap 0.000006150
1232026-05-11T21:07:19.903Ztflt 0.000006700
1242026-05-11T21:07:19.903Zdflt 0.000004130
1252026-05-11T21:07:19.904Zkflt 0.000000000
1262026-05-11T21:07:19.904Zlock 0.032568666
1272026-05-11T21:07:19.904Zslp 0.104096298
1282026-05-11T21:07:19.904Zlat 0.000377140
1292026-05-11T21:07:19.904Zstop 0.000106090
1302026-05-11T21:07:19.908Z+ header 'check docs'
1312026-05-11T21:07:19.908Z+ echo '# ==== check docs ==== #'
1322026-05-11T21:07:19.908Z# ==== check docs ==== #
1332026-05-11T21:07:19.908Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-11T21:07:19.908Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-11T21:07:19.975Z Updating crates.io index
1362026-05-11T21:07:20.010Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T21:07:20.711Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T21:07:21.260Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T21:07:21.704Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T21:07:22.168Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T21:07:22.467Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T21:07:22.795Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T21:07:25.009Z Downloading crates ...
1442026-05-11T21:07:25.064Z Downloaded darling_macro v0.21.3
1452026-05-11T21:07:25.069Z Downloaded darling_macro v0.23.0
1462026-05-11T21:07:25.074Z Downloaded darling v0.23.0
1472026-05-11T21:07:25.082Z Downloaded darling_core v0.23.0
1482026-05-11T21:07:25.085Z Downloaded darling_core v0.21.3
1492026-05-11T21:07:25.088Z Downloaded cfg-if v1.0.4
1502026-05-11T21:07:25.092Z Downloaded cpufeatures v0.2.17
1512026-05-11T21:07:25.092Z Downloaded crypto-common v0.1.7
1522026-05-11T21:07:25.092Z Downloaded block-buffer v0.10.4
1532026-05-11T21:07:25.092Z Downloaded bitflags v1.3.2
1542026-05-11T21:07:25.095Z Downloaded cobs v0.3.0
1552026-05-11T21:07:25.095Z Downloaded byteorder v1.5.0
1562026-05-11T21:07:25.099Z Downloaded darling v0.21.3
1572026-05-11T21:07:25.102Z Downloaded crc32fast v1.5.0
1582026-05-11T21:07:25.105Z Downloaded aho-corasick v1.1.4
1592026-05-11T21:07:25.109Z Downloaded bitflags v2.11.1
1602026-05-11T21:07:25.121Z Downloaded version_check v0.9.5
1612026-05-11T21:07:25.125Z Downloaded plain v0.2.3
1622026-05-11T21:07:25.125Z Downloaded usdt v0.6.0
1632026-05-11T21:07:25.129Z Downloaded defmt v1.0.1
1642026-05-11T21:07:25.133Z Downloaded embedded-io v0.4.0
1652026-05-11T21:07:25.133Z Downloaded dtrace-parser v0.3.0
1662026-05-11T21:07:25.137Z Downloaded thread-id v5.1.0
1672026-05-11T21:07:25.141Z Downloaded stable_deref_trait v1.2.1
1682026-05-11T21:07:25.141Z Downloaded itoa v1.0.18
1692026-05-11T21:07:25.141Z Downloaded ref-cast-impl v1.0.25
1702026-05-11T21:07:25.147Z Downloaded macaddr v1.0.1
1712026-05-11T21:07:25.147Z Downloaded fnv v1.0.7
1722026-05-11T21:07:25.151Z Downloaded scroll v0.13.0
1732026-05-11T21:07:25.151Z Downloaded either v1.15.0
1742026-05-11T21:07:25.154Z Downloaded ingot-types v0.1.2
1752026-05-11T21:07:25.157Z Downloaded pretty-hex v0.4.2
1762026-05-11T21:07:25.161Z Downloaded generic-array v0.14.7
1772026-05-11T21:07:25.164Z Downloaded scroll_derive v0.13.1
1782026-05-11T21:07:25.167Z Downloaded tabwriter v1.4.1
1792026-05-11T21:07:25.167Z Downloaded embedded-io v0.6.1
1802026-05-11T21:07:25.170Z Downloaded defmt v0.3.100
1812026-05-11T21:07:25.173Z Downloaded proc-macro-error-attr2 v2.0.0
1822026-05-11T21:07:25.178Z Downloaded usdt-impl v0.6.0
1832026-05-11T21:07:25.181Z Downloaded usdt-attr-macro v0.6.0
1842026-05-11T21:07:25.181Z Downloaded quote v1.0.45
1852026-05-11T21:07:25.184Z Downloaded digest v0.10.7
1862026-05-11T21:07:25.189Z Downloaded hash32 v0.3.1
1872026-05-11T21:07:25.193Z Downloaded dyn-clone v1.0.20
1882026-05-11T21:07:25.193Z Downloaded strsim v0.11.1
1892026-05-11T21:07:25.193Z Downloaded ref-cast v1.0.25
1902026-05-11T21:07:25.193Z Downloaded defmt-parser v1.0.0
1912026-05-11T21:07:25.196Z Downloaded usdt-macro v0.6.0
1922026-05-11T21:07:25.199Z Downloaded ident_case v1.0.1
1932026-05-11T21:07:25.203Z Downloaded defmt-macros v1.0.1
1942026-05-11T21:07:25.203Z Downloaded sha2 v0.10.9
1952026-05-11T21:07:25.206Z Downloaded ipnetwork v0.21.1
1962026-05-11T21:07:25.209Z Downloaded proc-macro-error2 v2.0.1
1972026-05-11T21:07:25.209Z Downloaded managed v0.8.0
1982026-05-11T21:07:25.214Z Downloaded zmij v1.0.21
1992026-05-11T21:07:25.222Z Downloaded ucd-trie v0.1.7
2002026-05-11T21:07:25.225Z Downloaded ingot-macros v0.1.1
2012026-05-11T21:07:25.225Z Downloaded memmap2 v0.9.10
2022026-05-11T21:07:25.228Z Downloaded dof v0.4.0
2032026-05-11T21:07:25.231Z Downloaded serde_tokenstream v0.2.3
2042026-05-11T21:07:25.231Z Downloaded ingot v0.1.1
2052026-05-11T21:07:25.231Z Downloaded thiserror v2.0.18
2062026-05-11T21:07:25.242Z Downloaded thiserror-impl v2.0.18
2072026-05-11T21:07:25.249Z Downloaded pest_derive v2.8.6
2082026-05-11T21:07:25.253Z Downloaded proc-macro2 v1.0.106
2092026-05-11T21:07:25.262Z Downloaded uuid v1.23.1
2102026-05-11T21:07:25.268Z Downloaded unicode-ident v1.0.24
2112026-05-11T21:07:25.271Z Downloaded serde_derive v1.0.228
2122026-05-11T21:07:25.271Z Downloaded log v0.4.29
2132026-05-11T21:07:25.274Z Downloaded goblin v0.10.5
2142026-05-11T21:07:25.284Z Downloaded postcard v1.1.3
2152026-05-11T21:07:25.288Z Downloaded pest_generator v2.8.6
2162026-05-11T21:07:25.294Z Downloaded serde_core v1.0.228
2172026-05-11T21:07:25.297Z Downloaded heapless v0.8.0
2182026-05-11T21:07:25.300Z Downloaded zerocopy-derive v0.8.48
2192026-05-11T21:07:25.304Z Downloaded serde v1.0.228
2202026-05-11T21:07:25.307Z Downloaded memchr v2.8.0
2212026-05-11T21:07:25.310Z Downloaded typenum v1.20.0
2222026-05-11T21:07:25.313Z Downloaded pest_meta v2.8.6
2232026-05-11T21:07:25.325Z Downloaded pest v2.8.6
2242026-05-11T21:07:25.346Z Downloaded itertools v0.14.0
2252026-05-11T21:07:25.358Z Downloaded regex v1.12.3
2262026-05-11T21:07:25.361Z Downloaded serde_json v1.0.149
2272026-05-11T21:07:25.405Z Downloaded syn v2.0.117
2282026-05-11T21:07:25.419Z Downloaded zerocopy v0.8.48
2292026-05-11T21:07:25.429Z Downloaded smoltcp v0.11.0
2302026-05-11T21:07:25.435Z Downloaded unicode-width v0.2.2
2312026-05-11T21:07:25.439Z Downloaded regex-syntax v0.8.10
2322026-05-11T21:07:25.461Z Downloaded regex-automata v0.4.14
2332026-05-11T21:07:25.474Z Downloaded libc v0.2.186
2342026-05-11T21:07:25.538Z Compiling proc-macro2 v1.0.106
2352026-05-11T21:07:25.538Z Compiling quote v1.0.45
2362026-05-11T21:07:25.538Z Compiling unicode-ident v1.0.24
2372026-05-11T21:07:25.541Z Documenting unicode-ident v1.0.24
2382026-05-11T21:07:25.541Z Compiling ident_case v1.0.1
2392026-05-11T21:07:25.541Z Compiling strsim v0.11.1
2402026-05-11T21:07:25.541Z Compiling serde_core v1.0.228
2412026-05-11T21:07:25.704Z Compiling fnv v1.0.7
2422026-05-11T21:07:25.723Z Compiling memchr v2.8.0
2432026-05-11T21:07:25.728Z Compiling thiserror v2.0.18
2442026-05-11T21:07:25.808Z Compiling serde v1.0.228
2452026-05-11T21:07:25.984Z Compiling zerocopy v0.8.48
2462026-05-11T21:07:26.044Z Compiling regex-syntax v0.8.10
2472026-05-11T21:07:26.172Z Documenting proc-macro2 v1.0.106
2482026-05-11T21:07:26.342Z Compiling aho-corasick v1.1.4
2492026-05-11T21:07:26.443Z Checking byteorder v1.5.0
2502026-05-11T21:07:26.640Z Checking syn v2.0.117
2512026-05-11T21:07:26.791Z Compiling either v1.15.0
2522026-05-11T21:07:26.799Z Documenting quote v1.0.45
2532026-05-11T21:07:27.015Z Compiling itertools v0.14.0
2542026-05-11T21:07:27.348Z Documenting syn v2.0.117
2552026-05-11T21:07:27.631Z Compiling heapless v0.8.0
2562026-05-11T21:07:27.929Z Compiling regex-automata v0.4.14
2572026-05-11T21:07:28.160Z Checking bitflags v2.11.1
2582026-05-11T21:07:28.331Z Checking hash32 v0.3.1
2592026-05-11T21:07:28.363Z Documenting serde_core v1.0.228
2602026-05-11T21:07:28.439Z Checking cfg-if v1.0.4
2612026-05-11T21:07:28.449Z Checking stable_deref_trait v1.2.1
2622026-05-11T21:07:28.501Z Documenting memchr v2.8.0
2632026-05-11T21:07:28.517Z Checking macaddr v1.0.1
2642026-05-11T21:07:28.671Z Compiling smoltcp v0.11.0
2652026-05-11T21:07:28.978Z Documenting regex-syntax v0.8.10
2662026-05-11T21:07:29.050Z Checking darling_core v0.21.3
2672026-05-11T21:07:29.178Z Documenting aho-corasick v1.1.4
2682026-05-11T21:07:30.029Z Compiling regex v1.12.3
2692026-05-11T21:07:30.154Z Compiling darling_core v0.23.0
2702026-05-11T21:07:30.316Z Documenting regex-automata v0.4.14
2712026-05-11T21:07:30.536Z Checking managed v0.8.0
2722026-05-11T21:07:30.557Z Checking bitflags v1.3.2
2732026-05-11T21:07:30.629Z Documenting serde_derive v1.0.228
2742026-05-11T21:07:30.643Z Compiling zerocopy-derive v0.8.48
2752026-05-11T21:07:30.729Z Compiling thiserror-impl v2.0.18
2762026-05-11T21:07:30.917Z Compiling serde_derive v1.0.228
2772026-05-11T21:07:31.771Z Documenting zerocopy-derive v0.8.48
2782026-05-11T21:07:31.831Z Documenting regex v1.12.3
2792026-05-11T21:07:31.859Z Compiling darling_macro v0.21.3
2802026-05-11T21:07:31.891Z Documenting thiserror-impl v2.0.18
2812026-05-11T21:07:32.227Z Checking cobs v0.3.0
2822026-05-11T21:07:32.372Z Compiling ref-cast v1.0.25
2832026-05-11T21:07:32.433Z Compiling darling_macro v0.23.0
2842026-05-11T21:07:32.547Z Compiling darling v0.21.3
2852026-05-11T21:07:32.631Z Compiling ingot-macros v0.1.1
2862026-05-11T21:07:32.777Z Compiling crc32fast v1.5.0
2872026-05-11T21:07:32.813Z Documenting byteorder v1.5.0
2882026-05-11T21:07:32.980Z Documenting ingot-macros v0.1.1
2892026-05-11T21:07:33.101Z Documenting thiserror v2.0.18
2902026-05-11T21:07:33.124Z Documenting zerocopy v0.8.48
2912026-05-11T21:07:33.442Z Documenting hash32 v0.3.1
2922026-05-11T21:07:33.696Z Compiling ref-cast-impl v1.0.25
2932026-05-11T21:07:34.028Z Documenting serde v1.0.228
2942026-05-11T21:07:34.323Z Documenting bitflags v2.11.1
2952026-05-11T21:07:34.367Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-05-11T21:07:34.375Z Checking postcard v1.1.3
2972026-05-11T21:07:34.452Z Compiling version_check v0.9.5
2982026-05-11T21:07:34.624Z Checking ipnetwork v0.21.1
2992026-05-11T21:07:34.658Z Documenting stable_deref_trait v1.2.1
3002026-05-11T21:07:34.754Z Checking unicode-width v0.2.2
3012026-05-11T21:07:34.815Z Documenting macaddr v1.0.1
3022026-05-11T21:07:34.994Z Documenting cfg-if v1.0.4
3032026-05-11T21:07:35.205Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-05-11T21:07:35.222Z Documenting heapless v0.8.0
3052026-05-11T21:07:35.335Z Documenting cobs v0.3.0
3062026-05-11T21:07:35.461Z Compiling darling v0.23.0
3072026-05-11T21:07:35.626Z Checking ingot-types v0.1.2
3082026-05-11T21:07:35.638Z Documenting managed v0.8.0
3092026-05-11T21:07:35.665Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-05-11T21:07:35.979Z Checking ingot v0.1.1
3112026-05-11T21:07:36.150Z Checking tabwriter v1.4.1
3122026-05-11T21:07:36.301Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-05-11T21:07:36.324Z Documenting postcard v1.1.3
3142026-05-11T21:07:36.582Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-05-11T21:07:36.625Z Documenting ref-cast-impl v1.0.25
3162026-05-11T21:07:36.683Z Documenting unicode-width v0.2.2
3172026-05-11T21:07:36.859Z Documenting ingot-types v0.1.2
3182026-05-11T21:07:36.865Z Documenting smoltcp v0.11.0
3192026-05-11T21:07:37.152Z Documenting either v1.15.0
3202026-05-11T21:07:37.190Z Checking dyn-clone v1.0.20
3212026-05-11T21:07:37.291Z Documenting ipnetwork v0.21.1
3222026-05-11T21:07:37.424Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-11T21:07:37.670Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-05-11T21:07:37.700Z Documenting ref-cast v1.0.25
3252026-05-11T21:07:37.939Z Documenting tabwriter v1.4.1
3262026-05-11T21:07:38.281Z Documenting ingot v0.1.1
3272026-05-11T21:07:38.498Z Documenting itertools v0.14.0
3282026-05-11T21:07:38.603Z Documenting crc32fast v1.5.0
3292026-05-11T21:07:38.913Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-05-11T21:07:39.158Z Documenting dyn-clone v1.0.20
3312026-05-11T21:07:39.720Z Documenting uuid v1.23.1
3322026-05-11T21:07:40.043Z Checking uuid v1.23.1
3332026-05-11T21:07:40.294Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-11T21:07:40.325Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-11T21:07:41.796Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-11T21:07:43.072Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-11T21:07:45.391Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-11T21:07:46.993Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.07s
3392026-05-11T21:07:47.087Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-11T21:07:47.110Z
3412026-05-11T21:07:47.147Zreal 27.183161233
3422026-05-11T21:07:47.147Zuser 1:29.110511137
3432026-05-11T21:07:47.147Zsys 18.217637291
3442026-05-11T21:07:47.147Ztrap 0.051382786
3452026-05-11T21:07:47.147Ztflt 0.066691182
3462026-05-11T21:07:47.147Zdflt 0.132723809
3472026-05-11T21:07:47.147Zkflt 0.005207279
3482026-05-11T21:07:47.147Zlock 8:50.564133111
3492026-05-11T21:07:47.147Zslp 5:11.678960958
3502026-05-11T21:07:47.147Zlat 7.526003393
3512026-05-11T21:07:47.147Zstop 11.081943551
3522026-05-11T21:07:47.147Z+ header 'analyze std + api + usdt'
3532026-05-11T21:07:47.147Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-11T21:07:47.147Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3552026-05-11T21:07:47.147Z# ==== analyze std + api + usdt ==== #
3562026-05-11T21:07:47.306Z Downloading crates ...
3572026-05-11T21:07:47.371Z Downloaded once_cell v1.21.4
3582026-05-11T21:07:47.376Z Downloaded futures-macro v0.3.32
3592026-05-11T21:07:47.393Z Downloaded pin-project-lite v0.2.17
3602026-05-11T21:07:47.398Z Downloaded futures v0.3.32
3612026-05-11T21:07:47.403Z Downloaded typeid v1.0.3
3622026-05-11T21:07:47.403Z Downloaded rusticata-macros v5.0.0
3632026-05-11T21:07:47.403Z Downloaded circular v0.3.0
3642026-05-11T21:07:47.403Z Downloaded futures-core v0.3.32
3652026-05-11T21:07:47.408Z Downloaded futures-sink v0.3.32
3662026-05-11T21:07:47.408Z Downloaded futures-io v0.3.32
3672026-05-11T21:07:47.408Z Downloaded ctor-proc-macro v0.0.13
3682026-05-11T21:07:47.412Z Downloaded link-section v0.2.1
3692026-05-11T21:07:47.412Z Downloaded dtor-proc-macro v0.0.13
3702026-05-11T21:07:47.412Z Downloaded futures-task v0.3.32
3712026-05-11T21:07:47.412Z Downloaded futures-executor v0.3.32
3722026-05-11T21:07:47.412Z Downloaded ctor v0.10.1
3732026-05-11T21:07:47.416Z Downloaded cookie-factory v0.3.3
3742026-05-11T21:07:47.420Z Downloaded anyhow v1.0.102
3752026-05-11T21:07:47.424Z Downloaded slab v0.4.12
3762026-05-11T21:07:47.424Z Downloaded futures-channel v0.3.32
3772026-05-11T21:07:47.424Z Downloaded dtor v0.8.1
3782026-05-11T21:07:47.432Z Downloaded ron v0.12.1
3792026-05-11T21:07:47.437Z Downloaded futures-util v0.3.32
3802026-05-11T21:07:47.446Z Downloaded nom v8.0.0
3812026-05-11T21:07:47.453Z Downloaded pcap-parser v0.17.0
3822026-05-11T21:07:47.508Z Compiling proc-macro2 v1.0.106
3832026-05-11T21:07:47.512Z Compiling quote v1.0.45
3842026-05-11T21:07:47.512Z Compiling unicode-ident v1.0.24
3852026-05-11T21:07:47.513Z Compiling memchr v2.8.0
3862026-05-11T21:07:47.513Z Compiling thiserror v2.0.18
3872026-05-11T21:07:47.513Z Compiling serde_core v1.0.228
3882026-05-11T21:07:47.513Z Compiling zerocopy v0.8.48
3892026-05-11T21:07:47.694Z Compiling zmij v1.0.21
3902026-05-11T21:07:47.907Z Compiling libc v0.2.186
3912026-05-11T21:07:47.911Z Compiling ident_case v1.0.1
3922026-05-11T21:07:47.944Z Compiling strsim v0.11.1
3932026-05-11T21:07:47.959Z Compiling ucd-trie v0.1.7
3942026-05-11T21:07:47.994Z Compiling serde_json v1.0.149
3952026-05-11T21:07:48.135Z Compiling pest v2.8.6
3962026-05-11T21:07:48.190Z Compiling serde v1.0.228
3972026-05-11T21:07:48.424Z Compiling fnv v1.0.7
3982026-05-11T21:07:48.578Z Compiling aho-corasick v1.1.4
3992026-05-11T21:07:48.585Z Compiling itoa v1.0.18
4002026-05-11T21:07:48.812Z Compiling syn v2.0.117
4012026-05-11T21:07:48.830Z Checking byteorder v1.5.0
4022026-05-11T21:07:48.886Z Compiling regex-syntax v0.8.10
4032026-05-11T21:07:49.237Z Compiling pest_meta v2.8.6
4042026-05-11T21:07:49.414Z Compiling either v1.15.0
4052026-05-11T21:07:49.470Z Compiling usdt-impl v0.6.0
4062026-05-11T21:07:49.527Z Checking bitflags v2.11.1
4072026-05-11T21:07:49.629Z Compiling itertools v0.14.0
4082026-05-11T21:07:49.732Z Compiling thread-id v5.1.0
4092026-05-11T21:07:50.079Z Checking plain v0.2.3
4102026-05-11T21:07:50.291Z Checking futures-core v0.3.32
4112026-05-11T21:07:50.380Z Checking log v0.4.29
4122026-05-11T21:07:50.415Z Compiling regex-automata v0.4.14
4132026-05-11T21:07:50.535Z Compiling heapless v0.8.0
4142026-05-11T21:07:50.590Z Checking futures-sink v0.3.32
4152026-05-11T21:07:50.690Z Checking futures-channel v0.3.32
4162026-05-11T21:07:51.022Z Checking hash32 v0.3.1
4172026-05-11T21:07:51.148Z Checking stable_deref_trait v1.2.1
4182026-05-11T21:07:51.153Z Compiling smoltcp v0.11.0
4192026-05-11T21:07:51.171Z Checking futures-task v0.3.32
4202026-05-11T21:07:51.220Z Checking futures-io v0.3.32
4212026-05-11T21:07:51.298Z Checking pretty-hex v0.4.2
4222026-05-11T21:07:51.321Z Checking slab v0.4.12
4232026-05-11T21:07:51.341Z Checking pin-project-lite v0.2.17
4242026-05-11T21:07:51.368Z Checking macaddr v1.0.1
4252026-05-11T21:07:51.420Z Compiling pest_generator v2.8.6
4262026-05-11T21:07:51.433Z Compiling darling_core v0.21.3
4272026-05-11T21:07:51.492Z Compiling darling_core v0.23.0
4282026-05-11T21:07:51.519Z Checking cfg-if v1.0.4
4292026-05-11T21:07:52.049Z Checking managed v0.8.0
4302026-05-11T21:07:52.092Z Compiling ref-cast v1.0.25
4312026-05-11T21:07:52.129Z Checking bitflags v1.3.2
4322026-05-11T21:07:52.199Z Compiling crc32fast v1.5.0
4332026-05-11T21:07:52.250Z Compiling version_check v0.9.5
4342026-05-11T21:07:52.472Z Compiling regex v1.12.3
4352026-05-11T21:07:52.593Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-11T21:07:52.855Z Compiling thiserror-impl v2.0.18
4372026-05-11T21:07:52.871Z Compiling serde_derive v1.0.228
4382026-05-11T21:07:52.925Z Compiling zerocopy-derive v0.8.48
4392026-05-11T21:07:53.399Z Compiling pest_derive v2.8.6
4402026-05-11T21:07:53.875Z Compiling darling_macro v0.21.3
4412026-05-11T21:07:53.917Z Compiling scroll_derive v0.13.1
4422026-05-11T21:07:53.943Z Compiling futures-macro v0.3.32
4432026-05-11T21:07:53.957Z Compiling darling_macro v0.23.0
4442026-05-11T21:07:53.964Z Compiling ref-cast-impl v1.0.25
4452026-05-11T21:07:54.459Z Compiling dtrace-parser v0.3.0
4462026-05-11T21:07:54.479Z Compiling darling v0.21.3
4472026-05-11T21:07:54.558Z Compiling ingot-macros v0.1.1
4482026-05-11T21:07:54.833Z Checking scroll v0.13.0
4492026-05-11T21:07:54.849Z Checking futures-util v0.3.32
4502026-05-11T21:07:54.873Z Checking cobs v0.3.0
4512026-05-11T21:07:55.035Z Compiling darling v0.23.0
4522026-05-11T21:07:55.082Z Checking goblin v0.10.5
4532026-05-11T21:07:55.117Z Checking memmap2 v0.9.10
4542026-05-11T21:07:55.143Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-11T21:07:55.301Z Checking unicode-width v0.2.2
4562026-05-11T21:07:55.720Z Checking ipnetwork v0.21.1
4572026-05-11T21:07:55.780Z Checking tabwriter v1.4.1
4582026-05-11T21:07:56.308Z Checking postcard v1.1.3
4592026-05-11T21:07:56.461Z Compiling serde_tokenstream v0.2.3
4602026-05-11T21:07:56.477Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-05-11T21:07:56.762Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-05-11T21:07:56.911Z Checking nom v8.0.0
4632026-05-11T21:07:56.975Z Checking futures-executor v0.3.32
4642026-05-11T21:07:57.254Z Checking futures v0.3.32
4652026-05-11T21:07:57.260Z Compiling anyhow v1.0.102
4662026-05-11T21:07:57.260Z Compiling typeid v1.0.3
4672026-05-11T21:07:57.402Z Checking dyn-clone v1.0.20
4682026-05-11T21:07:57.533Z Checking cookie-factory v0.3.3
4692026-05-11T21:07:57.600Z Checking uuid v1.23.1
4702026-05-11T21:07:57.607Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-05-11T21:07:57.657Z Checking ingot-types v0.1.2
4722026-05-11T21:07:57.750Z Compiling dof v0.4.0
4732026-05-11T21:07:57.867Z Compiling dtor-proc-macro v0.0.13
4742026-05-11T21:07:57.871Z Checking circular v0.3.0
4752026-05-11T21:07:57.960Z Checking once_cell v1.21.4
4762026-05-11T21:07:58.041Z Compiling ctor-proc-macro v0.0.13
4772026-05-11T21:07:58.044Z Checking ingot v0.1.1
4782026-05-11T21:07:58.099Z Checking link-section v0.2.1
4792026-05-11T21:07:58.112Z Checking ron v0.12.1
4802026-05-11T21:07:58.359Z Checking dtor v0.8.1
4812026-05-11T21:07:58.393Z Checking ctor v0.10.1
4822026-05-11T21:07:58.806Z Compiling usdt-macro v0.6.0
4832026-05-11T21:07:58.806Z Compiling usdt-attr-macro v0.6.0
4842026-05-11T21:07:59.067Z Checking rusticata-macros v5.0.0
4852026-05-11T21:07:59.193Z Checking pcap-parser v0.17.0
4862026-05-11T21:07:59.444Z Checking usdt v0.6.0
4872026-05-11T21:07:59.649Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-11T21:08:04.242Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-11T21:08:05.974Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-11T21:08:08.403Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.23s
4912026-05-11T21:08:08.436Z
4922026-05-11T21:08:08.443Zreal 21.320446450
4932026-05-11T21:08:08.443Zuser 1:21.090696084
4942026-05-11T21:08:08.443Zsys 16.496403239
4952026-05-11T21:08:08.443Ztrap 0.046720548
4962026-05-11T21:08:08.443Ztflt 0.108037131
4972026-05-11T21:08:08.443Zdflt 0.124520945
4982026-05-11T21:08:08.443Zkflt 0.000032890
4992026-05-11T21:08:08.443Zlock 4:33.771354452
5002026-05-11T21:08:08.443Zslp 4:16.101792601
5012026-05-11T21:08:08.443Zlat 4.635935056
5022026-05-11T21:08:08.443Zstop 8.962680008
5032026-05-11T21:08:08.443Z+ header 'analyze no_std + engine + kernel'
5042026-05-11T21:08:08.443Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-11T21:08:08.443Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-11T21:08:08.444Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-11T21:08:08.628Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-11T21:08:08.634Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-11T21:08:08.647Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-11T21:08:08.647Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-11T21:08:08.907Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-11T21:08:13.347Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-11T21:08:15.130Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.48s
5142026-05-11T21:08:15.137Z
5152026-05-11T21:08:15.137Zreal 6.551820833
5162026-05-11T21:08:15.137Zuser 6.790733594
5172026-05-11T21:08:15.137Zsys 1.060413069
5182026-05-11T21:08:15.137Ztrap 0.000921211
5192026-05-11T21:08:15.138Ztflt 0.009798845
5202026-05-11T21:08:15.138Zdflt 0.003292772
5212026-05-11T21:08:15.138Zkflt 0.000000000
5222026-05-11T21:08:15.138Zlock 22.970357542
5232026-05-11T21:08:15.138Zslp 23.781227362
5242026-05-11T21:08:15.138Zlat 0.024446524
5252026-05-11T21:08:15.138Zstop 0.227293570
5262026-05-11T21:08:15.138Z+ header test
5272026-05-11T21:08:15.138Z+ echo '# ==== test ==== #'
5282026-05-11T21:08:15.138Z# ==== test ==== #
5292026-05-11T21:08:15.138Z+ ptime -m cargo test
5302026-05-11T21:08:15.175Z Compiling memchr v2.8.0
5312026-05-11T21:08:15.175Z Compiling serde_core v1.0.228
5322026-05-11T21:08:15.201Z Compiling thiserror v2.0.18
5332026-05-11T21:08:15.210Z Compiling zerocopy v0.8.48
5342026-05-11T21:08:15.210Z Compiling byteorder v1.5.0
5352026-05-11T21:08:15.210Z Compiling unicode-ident v1.0.24
5362026-05-11T21:08:15.211Z Compiling zmij v1.0.21
5372026-05-11T21:08:15.211Z Compiling libc v0.2.186
5382026-05-11T21:08:15.294Z Compiling proc-macro2 v1.0.106
5392026-05-11T21:08:15.337Z Compiling scroll v0.13.0
5402026-05-11T21:08:15.431Z Compiling futures-core v0.3.32
5412026-05-11T21:08:15.583Z Compiling itoa v1.0.18
5422026-05-11T21:08:15.610Z Compiling ucd-trie v0.1.7
5432026-05-11T21:08:15.614Z Compiling plain v0.2.3
5442026-05-11T21:08:15.632Z Compiling futures-sink v0.3.32
5452026-05-11T21:08:15.718Z Compiling log v0.4.29
5462026-05-11T21:08:15.735Z Compiling futures-channel v0.3.32
5472026-05-11T21:08:15.868Z Compiling goblin v0.10.5
5482026-05-11T21:08:15.964Z Compiling pest v2.8.6
5492026-05-11T21:08:15.998Z Compiling quote v1.0.45
5502026-05-11T21:08:16.416Z Compiling hash32 v0.3.1
5512026-05-11T21:08:16.604Z Compiling cfg-if v1.0.4
5522026-05-11T21:08:16.673Z Compiling slab v0.4.12
5532026-05-11T21:08:16.759Z Compiling stable_deref_trait v1.2.1
5542026-05-11T21:08:16.846Z Compiling pretty-hex v0.4.2
5552026-05-11T21:08:16.934Z Compiling futures-task v0.3.32
5562026-05-11T21:08:16.952Z Compiling futures-io v0.3.32
5572026-05-11T21:08:16.988Z Compiling macaddr v1.0.1
5582026-05-11T21:08:17.087Z Compiling pin-project-lite v0.2.17
5592026-05-11T21:08:17.141Z Compiling serde v1.0.228
5602026-05-11T21:08:17.190Z Compiling bitflags v2.11.1
5612026-05-11T21:08:17.267Z Compiling serde_json v1.0.149
5622026-05-11T21:08:17.407Z Compiling futures-util v0.3.32
5632026-05-11T21:08:17.666Z Compiling dtrace-parser v0.3.0
5642026-05-11T21:08:17.889Z Compiling heapless v0.8.0
5652026-05-11T21:08:17.950Z Compiling syn v2.0.117
5662026-05-11T21:08:18.389Z Compiling thread-id v5.1.0
5672026-05-11T21:08:18.404Z Compiling ingot-types v0.1.2
5682026-05-11T21:08:18.474Z Compiling cobs v0.3.0
5692026-05-11T21:08:18.613Z Compiling bitflags v1.3.2
5702026-05-11T21:08:18.690Z Compiling managed v0.8.0
5712026-05-11T21:08:18.775Z Compiling ingot v0.1.1
5722026-05-11T21:08:18.849Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5732026-05-11T21:08:18.921Z Compiling smoltcp v0.11.0
5742026-05-11T21:08:19.091Z Compiling dof v0.4.0
5752026-05-11T21:08:20.444Z Compiling futures-executor v0.3.32
5762026-05-11T21:08:20.808Z Compiling usdt-impl v0.6.0
5772026-05-11T21:08:21.137Z Compiling postcard v1.1.3
5782026-05-11T21:08:21.283Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-11T21:08:21.558Z Compiling memmap2 v0.9.10
5802026-05-11T21:08:21.687Z Compiling either v1.15.0
5812026-05-11T21:08:21.890Z Compiling ipnetwork v0.21.1
5822026-05-11T21:08:21.909Z Compiling unicode-width v0.2.2
5832026-05-11T21:08:21.946Z Compiling itertools v0.14.0
5842026-05-11T21:08:22.304Z Compiling tabwriter v1.4.1
5852026-05-11T21:08:22.517Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-05-11T21:08:22.762Z Compiling usdt v0.6.0
5872026-05-11T21:08:23.035Z Compiling ref-cast v1.0.25
5882026-05-11T21:08:23.162Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-11T21:08:23.462Z Compiling futures v0.3.32
5902026-05-11T21:08:23.521Z Compiling crc32fast v1.5.0
5912026-05-11T21:08:23.542Z Compiling nom v8.0.0
5922026-05-11T21:08:23.660Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-11T21:08:23.783Z Compiling dyn-clone v1.0.20
5942026-05-11T21:08:23.896Z Compiling cookie-factory v0.3.3
5952026-05-11T21:08:23.965Z Compiling uuid v1.23.1
5962026-05-11T21:08:24.258Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5972026-05-11T21:08:24.495Z Compiling circular v0.3.0
5982026-05-11T21:08:24.627Z Compiling dtor v0.8.1
5992026-05-11T21:08:24.717Z Compiling anyhow v1.0.102
6002026-05-11T21:08:24.726Z Compiling typeid v1.0.3
6012026-05-11T21:08:24.794Z Compiling once_cell v1.21.4
6022026-05-11T21:08:24.838Z Compiling link-section v0.2.1
6032026-05-11T21:08:24.945Z Compiling ctor v0.10.1
6042026-05-11T21:08:25.011Z Compiling ron v0.12.1
6052026-05-11T21:08:26.423Z Compiling rusticata-macros v5.0.0
6062026-05-11T21:08:26.486Z Compiling pcap-parser v0.17.0
6072026-05-11T21:08:29.286Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-11T21:08:36.115Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-11T21:09:13.458Z Finished `test` profile [optimized + debuginfo] target(s) in 58.45s
6102026-05-11T21:09:13.476Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6112026-05-11T21:09:13.479Z
6122026-05-11T21:09:13.479Zrunning 15 tests
6132026-05-11T21:09:13.484Ztest api::tests::parse_bad_proto_filter ... ok
6142026-05-11T21:09:13.484Ztest api::tests::ports_from_str_good ... ok
6152026-05-11T21:09:13.484Ztest api::tests::parse_good_proto_filter ... ok
6162026-05-11T21:09:13.484Ztest api::tests::parse_bad_address ... ok
6172026-05-11T21:09:13.484Ztest api::tests::parse_good_address ... ok
6182026-05-11T21:09:13.484Ztest api::tests::ports_from_str_bad ... ok
6192026-05-11T21:09:13.484Ztest cfg::tests::test_required_nat_space ... ok
6202026-05-11T21:09:13.484Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-05-11T21:09:13.484Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-11T21:09:13.484Ztest engine::geneve::test::parse_multi_opt ... ok
6232026-05-11T21:09:13.484Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6242026-05-11T21:09:13.484Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-05-11T21:09:13.484Ztest engine::geneve::test::parse_single_opt ... ok
6262026-05-11T21:09:13.484Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-11T21:09:13.484Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-11T21:09:13.485Z
6292026-05-11T21:09:13.485Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-11T21:09:13.485Z
6312026-05-11T21:09:13.485Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6322026-05-11T21:09:13.485Z
6332026-05-11T21:09:13.485Zrunning 4 tests
6342026-05-11T21:09:13.490Ztest firewall_external_inbound ... ok
6352026-05-11T21:09:13.490Ztest firewall_vni_outbound ... ok
6362026-05-11T21:09:13.490Ztest firewall_vni_inbound ... ok
6372026-05-11T21:09:13.490Ztest firewall_replace_rules ... ok
6382026-05-11T21:09:13.490Z
6392026-05-11T21:09:13.490Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-11T21:09:13.490Z
6412026-05-11T21:09:13.490Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6422026-05-11T21:09:13.490Z
6432026-05-11T21:09:13.490Zrunning 2 tests
6442026-05-11T21:09:13.490Ztest parse_in_regression ... ok
6452026-05-11T21:09:13.490Ztest parse_out_regression ... ok
6462026-05-11T21:09:13.490Z
6472026-05-11T21:09:13.490Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-11T21:09:13.490Z
6492026-05-11T21:09:13.490Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6502026-05-11T21:09:13.494Z
6512026-05-11T21:09:13.494Zrunning 48 tests
6522026-05-11T21:09:13.494Ztest bad_ip_len ... ok
6532026-05-11T21:09:13.494Ztest check_layers ... ok
6542026-05-11T21:09:13.494Ztest add_remove_fw_rule ... ok
6552026-05-11T21:09:13.494Ztest arp_gateway ... ok
6562026-05-11T21:09:13.494Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-05-11T21:09:13.494Ztest anti_spoof ... ok
6582026-05-11T21:09:13.494Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-11T21:09:13.494Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-11T21:09:13.494Ztest flow_expiration ... ok
6612026-05-11T21:09:13.494Ztest gateway_icmpv6_ping ... ok
6622026-05-11T21:09:13.494Ztest gateway_icmp4_ping ... ok
6632026-05-11T21:09:13.494Ztest early_tcp_invalidation ... ok
6642026-05-11T21:09:13.494Ztest external_ip_epoch_affinity_preserved ... ok
6652026-05-11T21:09:13.494Ztest external_ip_reconfigurable ... ok
6662026-05-11T21:09:13.494Ztest gateway_router_advert_reply ... ok
6672026-05-11T21:09:13.494Ztest guest_to_guest_diff_vpc_no_peer ... ok
6682026-05-11T21:09:13.494Ztest guest_to_guest_no_route ... ok
6692026-05-11T21:09:13.494Ztest guest_to_internet_ipv4 ... ok
6702026-05-11T21:09:13.494Ztest guest_to_internet_ipv6 ... ok
6712026-05-11T21:09:13.494Ztest guest_to_guest ... ok
6722026-05-11T21:09:13.494Ztest inbound_ndp_dropped_at_gateway ... ok
6732026-05-11T21:09:13.494Ztest icmpv6_inner_has_nat_applied ... ok
6742026-05-11T21:09:13.495Ztest icmp_inner_has_nat_applied ... ok
6752026-05-11T21:09:13.495Ztest intra_subnet_routes_with_custom ... ok
6762026-05-11T21:09:13.495Ztest outbound_ndp_dropped ... ok
6772026-05-11T21:09:13.495Ztest external_ip_receive_and_reply_on_all ... ok
6782026-05-11T21:09:13.495Ztest no_panic_on_flow_table_full ... ok
6792026-05-11T21:09:13.495Ztest packet_body_pullup ... ok
6802026-05-11T21:09:13.495Ztest external_ip_balanced_over_floating_ips ... ok
6812026-05-11T21:09:13.495Ztest internal_attached_subnets ... ok
6822026-05-11T21:09:13.495Ztest port_transition_running ... ok
6832026-05-11T21:09:13.495Ztest port_transition_reset ... ok
6842026-05-11T21:09:13.495Ztest port_as_router_target ... ok
6852026-05-11T21:09:13.495Ztest test_drop_on_unknown_critical_option ... ok
6862026-05-11T21:09:13.495Ztest select_eip_conditioned_on_igw ... ok
6872026-05-11T21:09:13.495Ztest tcp_invalidation_does_not_block_connection ... ok
6882026-05-11T21:09:13.495Ztest snat_icmp4_echo_rewrite ... ok
6892026-05-11T21:09:13.495Ztest tcp_inbound ... ok
6902026-05-11T21:09:13.495Ztest port_transition_pause ... ok
6912026-05-11T21:09:13.495Ztest snat_icmp6_echo_rewrite ... ok
6922026-05-11T21:09:13.495Ztest tcp_outbound ... ok
6932026-05-11T21:09:13.495Ztest test_gateway_neighbor_advert_reply ... ok
6942026-05-11T21:09:13.495Ztest test_ipv6_multicast_encapsulation ... ok
6952026-05-11T21:09:13.495Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-05-11T21:09:13.495Ztest test_tcp_multicast_denied ... ok
6972026-05-11T21:09:13.495Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-05-11T21:09:13.495Ztest uft_lft_invalidation_out ... ok
6992026-05-11T21:09:13.495Ztest uft_lft_invalidation_in ... ok
7002026-05-11T21:09:13.495Z
7012026-05-11T21:09:13.495Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-05-11T21:09:13.495Z
7032026-05-11T21:09:13.499Z Doc-tests oxide_vpc
7042026-05-11T21:09:13.806Z
7052026-05-11T21:09:13.806Zrunning 0 tests
7062026-05-11T21:09:13.806Z
7072026-05-11T21:09:13.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-11T21:09:13.806Z
7092026-05-11T21:09:13.835Z
7102026-05-11T21:09:13.835Zreal 58.827272673
7112026-05-11T21:09:13.835Zuser 3:35.419951833
7122026-05-11T21:09:13.835Zsys 12.805059493
7132026-05-11T21:09:13.835Ztrap 0.101055921
7142026-05-11T21:09:13.835Ztflt 0.184822199
7152026-05-11T21:09:13.835Zdflt 0.358393097
7162026-05-11T21:09:13.838Zkflt 0.000116460
7172026-05-11T21:09:13.838Zlock 14:08.738551577
7182026-05-11T21:09:13.838Zslp 7:19.820339444
7192026-05-11T21:09:13.838Zlat 9.939927537
7202026-05-11T21:09:13.838Zstop 6.675401341
7212026-05-11T21:09:13.838Zprocess exited: duration 128085 ms, exit code 0
 
7222026-05-11T21:09:13.845Zfound 0 output files