01KQHNPV9DE6H2JQE1T82CTQS8: oxide-vpc

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

Buildomat Job: 01KQHNQ8RPWWEWD34MGPZHDMK7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T11:46:28.519Zjob assigned to worker 01KQHNQHG7YKZWJ9PBWZWD9E8E [factory aws, i-0bb061a7f28bc6584] (queued for 1 m 1 s)
 
22026-05-01T11:46:35.453Zstarting task 0: "setup"
32026-05-01T11:46:35.460Z++ uname -s
42026-05-01T11:46:35.463Z+ kern=SunOS
52026-05-01T11:46:35.463Z+ build_user=build
62026-05-01T11:46:35.463Z+ build_uid=12345
72026-05-01T11:46:35.463Z+ work_dir=/work
82026-05-01T11:46:35.463Z+ input_dir=/input
92026-05-01T11:46:35.463Z+ [[ 0 == 12345 ]]
102026-05-01T11:46:35.463Z+ case "$kern" in
112026-05-01T11:46:35.463Z+ groupadd -g 12345 build
122026-05-01T11:46:35.463Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T11:46:37.469Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T11:46:37.581Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T11:46:37.586Z+ home_fs=zfs
162026-05-01T11:46:37.586Z+ [[ zfs == autofs ]]
172026-05-01T11:46:37.586Z+ mkdir -p /home/build
182026-05-01T11:46:37.586Z+ chown build:build /home/build /work
192026-05-01T11:46:38.585Z+ chmod 0700 /home/build /work
202026-05-01T11:46:38.588Zprocess exited: duration 3135 ms, exit code 0
 
212026-05-01T11:46:38.594Zstarting task 1: "rust-toolchain"
222026-05-01T11:46:38.599Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-01T11:46:38.599Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-01T11:46:38.599Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-01T11:46:38.599Z * rust toolchain channel = "1.94.1"
262026-05-01T11:46:38.599Z * rust toolchain profile = "default"
272026-05-01T11:46:38.599Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T11:46:38.602Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T11:46:38.602Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-01T11:46:38.668Zinfo: downloading installer
312026-05-01T11:46:39.979Zwarn: It looks like you have an existing rustup settings file at:
322026-05-01T11:46:39.979Zwarn: /home/build/.rustup/settings.toml
332026-05-01T11:46:39.979Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-01T11:46:39.979Zwarn: instead of the one inferred from the default host triple.
352026-05-01T11:46:40.007Zinfo: profile set to default
362026-05-01T11:46:40.007Zinfo: default host triple is x86_64-unknown-illumos
372026-05-01T11:46:40.007Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-01T11:46:40.127Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-01T11:46:40.130Zinfo: downloading 6 components
402026-05-01T11:46:54.426Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-01T11:46:54.426Z
422026-05-01T11:46:54.461Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-01T11:46:54.461Z
442026-05-01T11:46:54.461Z
452026-05-01T11:46:54.461ZRust is installed now. Great!
462026-05-01T11:46:54.461Z
472026-05-01T11:46:54.461ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-01T11:46:54.462Zenvironment variable. This has not been done automatically.
492026-05-01T11:46:54.462Z
502026-05-01T11:46:54.462ZTo configure your current shell, you need to source
512026-05-01T11:46:54.462Zthe corresponding env file under $HOME/.cargo.
522026-05-01T11:46:54.462Z
532026-05-01T11:46:54.462ZThis is usually done by running one of the following (note the leading DOT):
542026-05-01T11:46:54.465Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-01T11:46:54.465Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-01T11:46:54.465Zsource "~/.cargo/env.nu" # For nushell
572026-05-01T11:46:54.465Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-01T11:46:54.465Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-01T11:46:54.465Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-01T11:46:54.465Zwarn: no default linker (`cc`) was found in your PATH
612026-05-01T11:46:54.465Zwarn: many Rust crates require a system C toolchain to build
622026-05-01T11:46:54.555Z+ rustup --version
632026-05-01T11:46:54.564Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-01T11:46:54.567Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-01T11:46:54.586Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-01T11:46:54.589Z+ cargo --version
672026-05-01T11:46:54.601Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-01T11:46:54.604Z+ rustc --version
692026-05-01T11:46:54.623Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-01T11:46:54.627Zprocess exited: duration 16035 ms, exit code 0
 
712026-05-01T11:46:54.633Zstarting task 2: "authentication"
722026-05-01T11:46:54.649Zprocess exited: duration 16 ms, exit code 0
 
732026-05-01T11:46:54.655Zstarting task 3: "clone repository"
742026-05-01T11:46:54.658Z+ mkdir -p /work/oxidecomputer/opte
752026-05-01T11:46:54.661Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-01T11:46:54.689ZCloning into '/work/oxidecomputer/opte'...
772026-05-01T11:46:55.477Z+ cd /work/oxidecomputer/opte
782026-05-01T11:46:55.480Z+ git fetch origin 4583506ff42244759da4024be62185e7da2eba1a
792026-05-01T11:46:55.713ZFrom https://github.com/oxidecomputer/opte
802026-05-01T11:46:55.713Z * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD
812026-05-01T11:46:55.719Z+ [[ -n helios3 ]]
822026-05-01T11:46:55.722Z++ git branch --show-current
832026-05-01T11:46:55.722Z+ current=master
842026-05-01T11:46:55.722Z+ [[ master != helios3 ]]
852026-05-01T11:46:55.722Z+ git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a
862026-05-01T11:46:55.725Z+ git checkout -f helios3
872026-05-01T11:46:55.741ZSwitched to branch 'helios3'
882026-05-01T11:46:55.744Z+ git reset --hard 4583506ff42244759da4024be62185e7da2eba1a
892026-05-01T11:46:55.747ZHEAD is now at 4583506 Switch to helios3; include helios version in package FMRI
902026-05-01T11:46:55.747Zprocess exited: duration 1090 ms, exit code 0
 
912026-05-01T11:46:55.753Zstarting task 4: "build"
922026-05-01T11:46:55.756Z+ source .github/buildomat/common.sh
932026-05-01T11:46:55.759Z++ rustup show active-toolchain
942026-05-01T11:46:55.762Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-01T11:46:55.762Z++ pushd xde
962026-05-01T11:46:55.762Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-01T11:46:55.762Z++ rustup show active-toolchain
982026-05-01T11:46:55.767Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-01T11:46:55.923Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-01T11:46:55.928Zinfo: downloading 6 components
1012026-05-01T11:47:09.196Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-01T11:47:09.283Z+++ rustup show active-toolchain -v
1032026-05-01T11:47:09.286Z+++ head -n 1
1042026-05-01T11:47:09.286Z+++ cut '-d ' -f1
1052026-05-01T11:47:09.341Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-01T11:47:09.341Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-01T11:47:09.341Z++ popd
1082026-05-01T11:47:09.344Z/work/oxidecomputer/opte
1092026-05-01T11:47:09.344Z+ cargo --version
1102026-05-01T11:47:09.351Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-01T11:47:09.354Z+ rustc --version
1122026-05-01T11:47:09.373Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-01T11:47:09.376Z+ cd lib/oxide-vpc
1142026-05-01T11:47:09.376Z+ header 'check style'
1152026-05-01T11:47:09.376Z+ echo '# ==== check style ==== #'
1162026-05-01T11:47:09.376Z# ==== check style ==== #
1172026-05-01T11:47:09.376Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-01T11:47:09.510Z
1192026-05-01T11:47:09.510Zreal 0.131987914
1202026-05-01T11:47:09.510Zuser 0.087298940
1212026-05-01T11:47:09.510Zsys 0.040665097
1222026-05-01T11:47:09.510Ztrap 0.000024885
1232026-05-01T11:47:09.510Ztflt 0.000024065
1242026-05-01T11:47:09.513Zdflt 0.000006811
1252026-05-01T11:47:09.513Zkflt 0.000000000
1262026-05-01T11:47:09.513Zlock 0.032673077
1272026-05-01T11:47:09.513Zslp 0.103570179
1282026-05-01T11:47:09.513Zlat 0.000693352
1292026-05-01T11:47:09.513Zstop 0.000093048
1302026-05-01T11:47:09.513Z+ header 'check docs'
1312026-05-01T11:47:09.513Z+ echo '# ==== check docs ==== #'
1322026-05-01T11:47:09.513Z# ==== check docs ==== #
1332026-05-01T11:47:09.513Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-01T11:47:09.513Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-01T11:47:09.586Z Updating crates.io index
1362026-05-01T11:47:09.619Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-01T11:47:10.538Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-01T11:47:10.801Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-01T11:47:11.135Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-01T11:47:11.505Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-01T11:47:11.751Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-01T11:47:11.981Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-01T11:47:13.750Z Downloading crates ...
1442026-05-01T11:47:13.798Z Downloaded bitflags v1.3.2
1452026-05-01T11:47:13.811Z Downloaded generic-array v0.14.7
1462026-05-01T11:47:13.815Z Downloaded dtrace-parser v0.3.0
1472026-05-01T11:47:13.818Z Downloaded cobs v0.3.0
1482026-05-01T11:47:13.821Z Downloaded digest v0.10.7
1492026-05-01T11:47:13.824Z Downloaded ingot-types v0.1.2
1502026-05-01T11:47:13.824Z Downloaded plain v0.2.3
1512026-05-01T11:47:13.828Z Downloaded cfg-if v1.0.4
1522026-05-01T11:47:13.831Z Downloaded usdt-attr-macro v0.6.0
1532026-05-01T11:47:13.834Z Downloaded itoa v1.0.18
1542026-05-01T11:47:13.834Z Downloaded fnv v1.0.7
1552026-05-01T11:47:13.834Z Downloaded crypto-common v0.1.7
1562026-05-01T11:47:13.837Z Downloaded dof v0.4.0
1572026-05-01T11:47:13.837Z Downloaded ident_case v1.0.1
1582026-05-01T11:47:13.837Z Downloaded hash32 v0.3.1
1592026-05-01T11:47:13.837Z Downloaded defmt-parser v1.0.0
1602026-05-01T11:47:13.840Z Downloaded macaddr v1.0.1
1612026-05-01T11:47:13.844Z Downloaded defmt v0.3.100
1622026-05-01T11:47:13.844Z Downloaded embedded-io v0.6.1
1632026-05-01T11:47:13.847Z Downloaded version_check v0.9.5
1642026-05-01T11:47:13.847Z Downloaded darling_macro v0.21.3
1652026-05-01T11:47:13.851Z Downloaded block-buffer v0.10.4
1662026-05-01T11:47:13.851Z Downloaded cpufeatures v0.2.17
1672026-05-01T11:47:13.851Z Downloaded pretty-hex v0.4.2
1682026-05-01T11:47:13.857Z Downloaded managed v0.8.0
1692026-05-01T11:47:13.862Z Downloaded embedded-io v0.4.0
1702026-05-01T11:47:13.866Z Downloaded darling_macro v0.23.0
1712026-05-01T11:47:13.866Z Downloaded usdt-macro v0.6.0
1722026-05-01T11:47:13.870Z Downloaded scroll_derive v0.13.1
1732026-05-01T11:47:13.876Z Downloaded tabwriter v1.4.1
1742026-05-01T11:47:13.880Z Downloaded proc-macro-error-attr2 v2.0.0
1752026-05-01T11:47:13.880Z Downloaded usdt v0.6.0
1762026-05-01T11:47:13.880Z Downloaded ref-cast v1.0.25
1772026-05-01T11:47:13.883Z Downloaded thread-id v5.1.0
1782026-05-01T11:47:13.887Z Downloaded strsim v0.11.1
1792026-05-01T11:47:13.890Z Downloaded stable_deref_trait v1.2.1
1802026-05-01T11:47:13.890Z Downloaded ref-cast-impl v1.0.25
1812026-05-01T11:47:13.896Z Downloaded ipnetwork v0.21.1
1822026-05-01T11:47:13.899Z Downloaded ingot v0.1.1
1832026-05-01T11:47:13.905Z Downloaded dyn-clone v1.0.20
1842026-05-01T11:47:13.908Z Downloaded byteorder v1.5.0
1852026-05-01T11:47:13.913Z Downloaded usdt-impl v0.6.0
1862026-05-01T11:47:13.916Z Downloaded defmt v1.0.1
1872026-05-01T11:47:13.919Z Downloaded scroll v0.13.0
1882026-05-01T11:47:13.922Z Downloaded thiserror v2.0.18
1892026-05-01T11:47:13.926Z Downloaded zmij v1.0.21
1902026-05-01T11:47:13.927Z Downloaded thiserror-impl v2.0.18
1912026-05-01T11:47:13.927Z Downloaded serde_tokenstream v0.2.3
1922026-05-01T11:47:13.927Z Downloaded proc-macro-error2 v2.0.1
1932026-05-01T11:47:13.930Z Downloaded sha2 v0.10.9
1942026-05-01T11:47:13.930Z Downloaded quote v1.0.45
1952026-05-01T11:47:13.933Z Downloaded darling v0.21.3
1962026-05-01T11:47:13.936Z Downloaded pest_derive v2.8.6
1972026-05-01T11:47:13.939Z Downloaded defmt-macros v1.0.1
1982026-05-01T11:47:13.939Z Downloaded memmap2 v0.9.10
1992026-05-01T11:47:13.942Z Downloaded ingot-macros v0.1.1
2002026-05-01T11:47:13.942Z Downloaded either v1.15.0
2012026-05-01T11:47:13.942Z Downloaded crc32fast v1.5.0
2022026-05-01T11:47:13.946Z Downloaded bitflags v2.11.1
2032026-05-01T11:47:13.949Z Downloaded darling v0.23.0
2042026-05-01T11:47:13.969Z Downloaded unicode-ident v1.0.24
2052026-05-01T11:47:13.972Z Downloaded pest_generator v2.8.6
2062026-05-01T11:47:13.975Z Downloaded aho-corasick v1.1.4
2072026-05-01T11:47:13.978Z Downloaded log v0.4.29
2082026-05-01T11:47:13.978Z Downloaded postcard v1.1.3
2092026-05-01T11:47:13.981Z Downloaded ucd-trie v0.1.7
2102026-05-01T11:47:13.984Z Downloaded serde_core v1.0.228
2112026-05-01T11:47:13.989Z Downloaded uuid v1.23.1
2122026-05-01T11:47:13.992Z Downloaded memchr v2.8.0
2132026-05-01T11:47:13.996Z Downloaded darling_core v0.23.0
2142026-05-01T11:47:14.001Z Downloaded proc-macro2 v1.0.106
2152026-05-01T11:47:14.004Z Downloaded serde_derive v1.0.228
2162026-05-01T11:47:14.004Z Downloaded darling_core v0.21.3
2172026-05-01T11:47:14.014Z Downloaded heapless v0.8.0
2182026-05-01T11:47:14.018Z Downloaded pest_meta v2.8.6
2192026-05-01T11:47:14.022Z Downloaded serde v1.0.228
2202026-05-01T11:47:14.031Z Downloaded typenum v1.20.0
2212026-05-01T11:47:14.034Z Downloaded pest v2.8.6
2222026-05-01T11:47:14.039Z Downloaded zerocopy-derive v0.8.48
2232026-05-01T11:47:14.071Z Downloaded itertools v0.14.0
2242026-05-01T11:47:14.101Z Downloaded serde_json v1.0.149
2252026-05-01T11:47:14.104Z Downloaded regex v1.12.3
2262026-05-01T11:47:14.115Z Downloaded goblin v0.10.5
2272026-05-01T11:47:14.144Z Downloaded syn v2.0.117
2282026-05-01T11:47:14.150Z Downloaded zerocopy v0.8.48
2292026-05-01T11:47:14.160Z Downloaded smoltcp v0.11.0
2302026-05-01T11:47:14.167Z Downloaded unicode-width v0.2.2
2312026-05-01T11:47:14.170Z Downloaded regex-syntax v0.8.10
2322026-05-01T11:47:14.197Z Downloaded regex-automata v0.4.14
2332026-05-01T11:47:14.205Z Downloaded libc v0.2.186
2342026-05-01T11:47:14.268Z Compiling proc-macro2 v1.0.106
2352026-05-01T11:47:14.268Z Compiling quote v1.0.45
2362026-05-01T11:47:14.268Z Compiling unicode-ident v1.0.24
2372026-05-01T11:47:14.271Z Compiling ident_case v1.0.1
2382026-05-01T11:47:14.271Z Documenting unicode-ident v1.0.24
2392026-05-01T11:47:14.271Z Compiling strsim v0.11.1
2402026-05-01T11:47:14.271Z Compiling serde_core v1.0.228
2412026-05-01T11:47:14.422Z Compiling fnv v1.0.7
2422026-05-01T11:47:14.442Z Compiling memchr v2.8.0
2432026-05-01T11:47:14.445Z Compiling thiserror v2.0.18
2442026-05-01T11:47:14.504Z Compiling regex-syntax v0.8.10
2452026-05-01T11:47:14.629Z Compiling zerocopy v0.8.48
2462026-05-01T11:47:14.707Z Compiling serde v1.0.228
2472026-05-01T11:47:15.002Z Documenting proc-macro2 v1.0.106
2482026-05-01T11:47:15.012Z Compiling aho-corasick v1.1.4
2492026-05-01T11:47:15.223Z Checking byteorder v1.5.0
2502026-05-01T11:47:15.245Z Checking syn v2.0.117
2512026-05-01T11:47:15.372Z Compiling either v1.15.0
2522026-05-01T11:47:15.578Z Compiling itertools v0.14.0
2532026-05-01T11:47:15.585Z Documenting quote v1.0.45
2542026-05-01T11:47:16.076Z Documenting syn v2.0.117
2552026-05-01T11:47:16.114Z Compiling regex-automata v0.4.14
2562026-05-01T11:47:16.166Z Compiling heapless v0.8.0
2572026-05-01T11:47:16.532Z Checking bitflags v2.11.1
2582026-05-01T11:47:16.623Z Checking hash32 v0.3.1
2592026-05-01T11:47:16.683Z Documenting serde_core v1.0.228
2602026-05-01T11:47:16.728Z Checking macaddr v1.0.1
2612026-05-01T11:47:16.794Z Checking cfg-if v1.0.4
2622026-05-01T11:47:16.850Z Documenting memchr v2.8.0
2632026-05-01T11:47:16.864Z Checking stable_deref_trait v1.2.1
2642026-05-01T11:47:16.928Z Documenting regex-syntax v0.8.10
2652026-05-01T11:47:17.284Z Compiling smoltcp v0.11.0
2662026-05-01T11:47:17.472Z Documenting aho-corasick v1.1.4
2672026-05-01T11:47:17.652Z Checking darling_core v0.21.3
2682026-05-01T11:47:18.038Z Compiling regex v1.12.3
2692026-05-01T11:47:18.369Z Compiling darling_core v0.23.0
2702026-05-01T11:47:18.410Z Documenting regex-automata v0.4.14
2712026-05-01T11:47:18.593Z Checking bitflags v1.3.2
2722026-05-01T11:47:18.659Z Checking managed v0.8.0
2732026-05-01T11:47:18.804Z Documenting zerocopy-derive v0.8.48
2742026-05-01T11:47:18.831Z Documenting thiserror-impl v2.0.18
2752026-05-01T11:47:18.946Z Compiling thiserror-impl v2.0.18
2762026-05-01T11:47:19.432Z Compiling zerocopy-derive v0.8.48
2772026-05-01T11:47:19.715Z Compiling serde_derive v1.0.228
2782026-05-01T11:47:19.771Z Documenting regex v1.12.3
2792026-05-01T11:47:19.820Z Compiling darling_macro v0.21.3
2802026-05-01T11:47:19.920Z Documenting serde_derive v1.0.228
2812026-05-01T11:47:20.101Z Compiling ref-cast v1.0.25
2822026-05-01T11:47:20.244Z Checking cobs v0.3.0
2832026-05-01T11:47:20.374Z Documenting byteorder v1.5.0
2842026-05-01T11:47:20.387Z Compiling darling v0.21.3
2852026-05-01T11:47:20.432Z Compiling darling_macro v0.23.0
2862026-05-01T11:47:20.456Z Compiling ingot-macros v0.1.1
2872026-05-01T11:47:20.485Z Compiling crc32fast v1.5.0
2882026-05-01T11:47:20.600Z Documenting ingot-macros v0.1.1
2892026-05-01T11:47:20.823Z Documenting zerocopy v0.8.48
2902026-05-01T11:47:20.902Z Documenting hash32 v0.3.1
2912026-05-01T11:47:21.044Z Documenting thiserror v2.0.18
2922026-05-01T11:47:21.094Z Compiling ref-cast-impl v1.0.25
2932026-05-01T11:47:21.588Z Documenting bitflags v2.11.1
2942026-05-01T11:47:21.719Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-01T11:47:21.797Z Documenting cfg-if v1.0.4
2962026-05-01T11:47:21.961Z Checking ipnetwork v0.21.1
2972026-05-01T11:47:22.139Z Documenting stable_deref_trait v1.2.1
2982026-05-01T11:47:22.196Z Checking unicode-width v0.2.2
2992026-05-01T11:47:22.332Z Documenting macaddr v1.0.1
3002026-05-01T11:47:22.440Z Documenting serde v1.0.228
3012026-05-01T11:47:22.654Z Compiling version_check v0.9.5
3022026-05-01T11:47:22.838Z Checking postcard v1.1.3
3032026-05-01T11:47:22.880Z Documenting heapless v0.8.0
3042026-05-01T11:47:22.980Z Documenting cobs v0.3.0
3052026-05-01T11:47:23.004Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3062026-05-01T11:47:23.121Z Compiling darling v0.23.0
3072026-05-01T11:47:23.198Z Documenting managed v0.8.0
3082026-05-01T11:47:23.290Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-01T11:47:23.664Z Checking ingot-types v0.1.2
3102026-05-01T11:47:23.977Z Documenting ingot-types v0.1.2
3112026-05-01T11:47:23.995Z Checking tabwriter v1.4.1
3122026-05-01T11:47:23.998Z Checking ingot v0.1.1
3132026-05-01T11:47:24.006Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-05-01T11:47:24.218Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-05-01T11:47:24.253Z Documenting ref-cast-impl v1.0.25
3162026-05-01T11:47:24.286Z Documenting either v1.15.0
3172026-05-01T11:47:24.367Z Documenting postcard v1.1.3
3182026-05-01T11:47:24.467Z Documenting smoltcp v0.11.0
3192026-05-01T11:47:24.767Z Documenting unicode-width v0.2.2
3202026-05-01T11:47:24.810Z Checking dyn-clone v1.0.20
3212026-05-01T11:47:24.904Z Documenting ipnetwork v0.21.1
3222026-05-01T11:47:25.051Z Documenting ingot v0.1.1
3232026-05-01T11:47:25.240Z Documenting itertools v0.14.0
3242026-05-01T11:47:25.477Z Documenting ref-cast v1.0.25
3252026-05-01T11:47:25.515Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-05-01T11:47:25.734Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3272026-05-01T11:47:25.959Z Documenting tabwriter v1.4.1
3282026-05-01T11:47:26.333Z Documenting crc32fast v1.5.0
3292026-05-01T11:47:26.353Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-05-01T11:47:26.557Z Documenting dyn-clone v1.0.20
3312026-05-01T11:47:27.272Z Documenting uuid v1.23.1
3322026-05-01T11:47:27.443Z Checking uuid v1.23.1
3332026-05-01T11:47:27.705Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-01T11:47:27.838Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-01T11:47:27.923Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-01T11:47:30.224Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-01T11:47:32.406Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-01T11:47:33.986Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.47s
3392026-05-01T11:47:34.073Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-01T11:47:34.091Z
3412026-05-01T11:47:34.094Zreal 24.568520970
3422026-05-01T11:47:34.094Zuser 1:21.383564349
3432026-05-01T11:47:34.094Zsys 16.951889784
3442026-05-01T11:47:34.094Ztrap 0.043171080
3452026-05-01T11:47:34.094Ztflt 0.031599502
3462026-05-01T11:47:34.094Zdflt 0.074715862
3472026-05-01T11:47:34.094Zkflt 0.004694152
3482026-05-01T11:47:34.094Zlock 8:19.206926017
3492026-05-01T11:47:34.095Zslp 4:48.985847045
3502026-05-01T11:47:34.095Zlat 7.364845104
3512026-05-01T11:47:34.095Zstop 9.739206884
3522026-05-01T11:47:34.095Z+ header 'analyze std + api + usdt'
3532026-05-01T11:47:34.095Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-01T11:47:34.095Z# ==== analyze std + api + usdt ==== #
3552026-05-01T11:47:34.095Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-05-01T11:47:34.285Z Downloading crates ...
3572026-05-01T11:47:34.342Z Downloaded anyhow v1.0.102
3582026-05-01T11:47:34.345Z Downloaded futures-task v0.3.32
3592026-05-01T11:47:34.345Z Downloaded futures-macro v0.3.32
3602026-05-01T11:47:34.348Z Downloaded dtor-proc-macro v0.0.13
3612026-05-01T11:47:34.348Z Downloaded link-section v0.2.1
3622026-05-01T11:47:34.351Z Downloaded futures-sink v0.3.32
3632026-05-01T11:47:34.351Z Downloaded futures-core v0.3.32
3642026-05-01T11:47:34.355Z Downloaded typeid v1.0.3
3652026-05-01T11:47:34.358Z Downloaded rusticata-macros v5.0.0
3662026-05-01T11:47:34.361Z Downloaded circular v0.3.0
3672026-05-01T11:47:34.364Z Downloaded ctor-proc-macro v0.0.13
3682026-05-01T11:47:34.364Z Downloaded dtor v0.8.1
3692026-05-01T11:47:34.364Z Downloaded pin-project-lite v0.2.17
3702026-05-01T11:47:34.367Z Downloaded slab v0.4.12
3712026-05-01T11:47:34.367Z Downloaded ctor v0.10.1
3722026-05-01T11:47:34.370Z Downloaded futures-io v0.3.32
3732026-05-01T11:47:34.373Z Downloaded futures-executor v0.3.32
3742026-05-01T11:47:34.373Z Downloaded cookie-factory v0.3.3
3752026-05-01T11:47:34.377Z Downloaded once_cell v1.21.4
3762026-05-01T11:47:34.382Z Downloaded futures-channel v0.3.32
3772026-05-01T11:47:34.385Z Downloaded futures v0.3.32
3782026-05-01T11:47:34.397Z Downloaded ron v0.12.1
3792026-05-01T11:47:34.402Z Downloaded pcap-parser v0.17.0
3802026-05-01T11:47:34.405Z Downloaded futures-util v0.3.32
3812026-05-01T11:47:34.411Z Downloaded nom v8.0.0
3822026-05-01T11:47:34.462Z Compiling proc-macro2 v1.0.106
3832026-05-01T11:47:34.462Z Compiling quote v1.0.45
3842026-05-01T11:47:34.462Z Compiling unicode-ident v1.0.24
3852026-05-01T11:47:34.465Z Compiling memchr v2.8.0
3862026-05-01T11:47:34.465Z Compiling thiserror v2.0.18
3872026-05-01T11:47:34.465Z Compiling serde_core v1.0.228
3882026-05-01T11:47:34.465Z Compiling zerocopy v0.8.48
3892026-05-01T11:47:34.645Z Compiling zmij v1.0.21
3902026-05-01T11:47:34.837Z Compiling libc v0.2.186
3912026-05-01T11:47:34.841Z Compiling strsim v0.11.1
3922026-05-01T11:47:34.868Z Compiling ident_case v1.0.1
3932026-05-01T11:47:34.884Z Compiling ucd-trie v0.1.7
3942026-05-01T11:47:34.931Z Compiling serde_json v1.0.149
3952026-05-01T11:47:35.061Z Compiling pest v2.8.6
3962026-05-01T11:47:35.106Z Compiling serde v1.0.228
3972026-05-01T11:47:35.310Z Compiling fnv v1.0.7
3982026-05-01T11:47:35.472Z Compiling aho-corasick v1.1.4
3992026-05-01T11:47:35.493Z Checking byteorder v1.5.0
4002026-05-01T11:47:35.650Z Compiling syn v2.0.117
4012026-05-01T11:47:35.686Z Compiling regex-syntax v0.8.10
4022026-05-01T11:47:35.690Z Compiling itoa v1.0.18
4032026-05-01T11:47:36.136Z Compiling pest_meta v2.8.6
4042026-05-01T11:47:36.247Z Compiling either v1.15.0
4052026-05-01T11:47:36.260Z Compiling usdt-impl v0.6.0
4062026-05-01T11:47:36.324Z Checking bitflags v2.11.1
4072026-05-01T11:47:36.445Z Compiling itertools v0.14.0
4082026-05-01T11:47:36.503Z Compiling thread-id v5.1.0
4092026-05-01T11:47:36.846Z Checking futures-sink v0.3.32
4102026-05-01T11:47:36.997Z Compiling heapless v0.8.0
4112026-05-01T11:47:37.075Z Checking futures-core v0.3.32
4122026-05-01T11:47:37.194Z Compiling regex-automata v0.4.14
4132026-05-01T11:47:37.282Z Checking plain v0.2.3
4142026-05-01T11:47:37.376Z Checking log v0.4.29
4152026-05-01T11:47:37.534Z Checking futures-channel v0.3.32
4162026-05-01T11:47:37.726Z Checking hash32 v0.3.1
4172026-05-01T11:47:37.740Z Checking macaddr v1.0.1
4182026-05-01T11:47:37.850Z Compiling smoltcp v0.11.0
4192026-05-01T11:47:37.881Z Checking cfg-if v1.0.4
4202026-05-01T11:47:37.885Z Checking futures-task v0.3.32
4212026-05-01T11:47:37.889Z Checking pin-project-lite v0.2.17
4222026-05-01T11:47:37.940Z Checking pretty-hex v0.4.2
4232026-05-01T11:47:37.966Z Checking stable_deref_trait v1.2.1
4242026-05-01T11:47:38.016Z Checking slab v0.4.12
4252026-05-01T11:47:38.031Z Checking futures-io v0.3.32
4262026-05-01T11:47:38.113Z Compiling pest_generator v2.8.6
4272026-05-01T11:47:38.139Z Compiling darling_core v0.21.3
4282026-05-01T11:47:38.169Z Compiling darling_core v0.23.0
4292026-05-01T11:47:38.653Z Compiling crc32fast v1.5.0
4302026-05-01T11:47:38.721Z Checking bitflags v1.3.2
4312026-05-01T11:47:38.737Z Checking managed v0.8.0
4322026-05-01T11:47:38.783Z Compiling ref-cast v1.0.25
4332026-05-01T11:47:38.914Z Compiling regex v1.12.3
4342026-05-01T11:47:38.924Z Compiling version_check v0.9.5
4352026-05-01T11:47:39.197Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-01T11:47:39.318Z Checking memmap2 v0.9.10
4372026-05-01T11:47:39.359Z Compiling thiserror-impl v2.0.18
4382026-05-01T11:47:39.442Z Compiling serde_derive v1.0.228
4392026-05-01T11:47:39.477Z Compiling zerocopy-derive v0.8.48
4402026-05-01T11:47:39.837Z Compiling pest_derive v2.8.6
4412026-05-01T11:47:40.267Z Compiling darling_macro v0.21.3
4422026-05-01T11:47:40.288Z Compiling scroll_derive v0.13.1
4432026-05-01T11:47:40.315Z Compiling futures-macro v0.3.32
4442026-05-01T11:47:40.342Z Compiling darling_macro v0.23.0
4452026-05-01T11:47:40.360Z Compiling ref-cast-impl v1.0.25
4462026-05-01T11:47:40.792Z Compiling dtrace-parser v0.3.0
4472026-05-01T11:47:40.808Z Compiling darling v0.21.3
4482026-05-01T11:47:40.884Z Compiling ingot-macros v0.1.1
4492026-05-01T11:47:41.101Z Checking scroll v0.13.0
4502026-05-01T11:47:41.130Z Checking futures-util v0.3.32
4512026-05-01T11:47:41.177Z Checking cobs v0.3.0
4522026-05-01T11:47:41.318Z Compiling darling v0.23.0
4532026-05-01T11:47:41.323Z Checking goblin v0.10.5
4542026-05-01T11:47:41.393Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-01T11:47:41.565Z Checking ipnetwork v0.21.1
4562026-05-01T11:47:41.683Z Checking unicode-width v0.2.2
4572026-05-01T11:47:41.930Z Checking tabwriter v1.4.1
4582026-05-01T11:47:42.073Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-01T11:47:42.587Z Checking postcard v1.1.3
4602026-05-01T11:47:42.905Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612026-05-01T11:47:42.989Z Compiling serde_tokenstream v0.2.3
4622026-05-01T11:47:43.030Z Checking nom v8.0.0
4632026-05-01T11:47:43.050Z Checking futures-executor v0.3.32
4642026-05-01T11:47:43.201Z Checking futures v0.3.32
4652026-05-01T11:47:43.270Z Compiling anyhow v1.0.102
4662026-05-01T11:47:43.278Z Compiling typeid v1.0.3
4672026-05-01T11:47:43.485Z Checking dyn-clone v1.0.20
4682026-05-01T11:47:43.554Z Checking cookie-factory v0.3.3
4692026-05-01T11:47:43.582Z Checking uuid v1.23.1
4702026-05-01T11:47:43.589Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-05-01T11:47:43.702Z Checking ingot-types v0.1.2
4722026-05-01T11:47:43.714Z Checking circular v0.3.0
4732026-05-01T11:47:43.790Z Compiling dof v0.4.0
4742026-05-01T11:47:43.804Z Compiling dtor-proc-macro v0.0.13
4752026-05-01T11:47:43.914Z Checking once_cell v1.21.4
4762026-05-01T11:47:43.929Z Checking link-section v0.2.1
4772026-05-01T11:47:44.013Z Compiling ctor-proc-macro v0.0.13
4782026-05-01T11:47:44.034Z Checking ron v0.12.1
4792026-05-01T11:47:44.042Z Checking ingot v0.1.1
4802026-05-01T11:47:44.134Z Checking dtor v0.8.1
4812026-05-01T11:47:44.313Z Checking ctor v0.10.1
4822026-05-01T11:47:44.722Z Compiling usdt-attr-macro v0.6.0
4832026-05-01T11:47:44.722Z Compiling usdt-macro v0.6.0
4842026-05-01T11:47:44.927Z Checking rusticata-macros v5.0.0
4852026-05-01T11:47:45.048Z Checking pcap-parser v0.17.0
4862026-05-01T11:47:45.326Z Checking usdt v0.6.0
4872026-05-01T11:47:45.536Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-01T11:47:49.857Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-01T11:47:51.486Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-01T11:47:53.752Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.61s
4912026-05-01T11:47:53.788Z
4922026-05-01T11:47:53.791Zreal 19.695154347
4932026-05-01T11:47:53.791Zuser 1:13.665164222
4942026-05-01T11:47:53.791Zsys 15.087078152
4952026-05-01T11:47:53.791Ztrap 0.040234410
4962026-05-01T11:47:53.791Ztflt 0.131625821
4972026-05-01T11:47:53.791Zdflt 0.154908311
4982026-05-01T11:47:53.791Zkflt 0.000008742
4992026-05-01T11:47:53.791Zlock 4:05.554581880
5002026-05-01T11:47:53.791Zslp 3:52.829243398
5012026-05-01T11:47:53.791Zlat 4.283652579
5022026-05-01T11:47:53.791Zstop 8.096919441
5032026-05-01T11:47:53.791Z+ header 'analyze no_std + engine + kernel'
5042026-05-01T11:47:53.791Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-01T11:47:53.791Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-01T11:47:53.791Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-01T11:47:53.971Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-01T11:47:53.971Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-01T11:47:53.974Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-01T11:47:53.974Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-01T11:47:54.238Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-01T11:47:58.448Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-01T11:48:00.007Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.17s
5142026-05-01T11:48:00.036Z
5152026-05-01T11:48:00.037Zreal 6.243590481
5162026-05-01T11:48:00.037Zuser 6.480146616
5172026-05-01T11:48:00.037Zsys 1.009687726
5182026-05-01T11:48:00.037Ztrap 0.000765452
5192026-05-01T11:48:00.037Ztflt 0.009709462
5202026-05-01T11:48:00.037Zdflt 0.003420072
5212026-05-01T11:48:00.037Zkflt 0.000000000
5222026-05-01T11:48:00.037Zlock 21.785663083
5232026-05-01T11:48:00.037Zslp 22.679209203
5242026-05-01T11:48:00.037Zlat 0.021863328
5252026-05-01T11:48:00.037Zstop 0.259311938
5262026-05-01T11:48:00.040Z+ header test
5272026-05-01T11:48:00.040Z+ echo '# ==== test ==== #'
5282026-05-01T11:48:00.040Z+ ptime -m cargo test
5292026-05-01T11:48:00.040Z# ==== test ==== #
5302026-05-01T11:48:00.198Z Compiling memchr v2.8.0
5312026-05-01T11:48:00.198Z Compiling serde_core v1.0.228
5322026-05-01T11:48:00.201Z Compiling thiserror v2.0.18
5332026-05-01T11:48:00.201Z Compiling zerocopy v0.8.48
5342026-05-01T11:48:00.227Z Compiling byteorder v1.5.0
5352026-05-01T11:48:00.230Z Compiling unicode-ident v1.0.24
5362026-05-01T11:48:00.233Z Compiling zmij v1.0.21
5372026-05-01T11:48:00.233Z Compiling libc v0.2.186
5382026-05-01T11:48:00.309Z Compiling scroll v0.13.0
5392026-05-01T11:48:00.353Z Compiling proc-macro2 v1.0.106
5402026-05-01T11:48:00.437Z Compiling itoa v1.0.18
5412026-05-01T11:48:00.573Z Compiling plain v0.2.3
5422026-05-01T11:48:00.576Z Compiling futures-sink v0.3.32
5432026-05-01T11:48:00.596Z Compiling log v0.4.29
5442026-05-01T11:48:00.665Z Compiling futures-core v0.3.32
5452026-05-01T11:48:00.669Z Compiling ucd-trie v0.1.7
5462026-05-01T11:48:00.695Z Compiling hash32 v0.3.1
5472026-05-01T11:48:00.812Z Compiling pest v2.8.6
5482026-05-01T11:48:00.826Z Compiling futures-channel v0.3.32
5492026-05-01T11:48:00.860Z Compiling goblin v0.10.5
5502026-05-01T11:48:01.062Z Compiling quote v1.0.45
5512026-05-01T11:48:01.379Z Compiling pretty-hex v0.4.2
5522026-05-01T11:48:01.513Z Compiling macaddr v1.0.1
5532026-05-01T11:48:01.738Z Compiling stable_deref_trait v1.2.1
5542026-05-01T11:48:01.762Z Compiling cfg-if v1.0.4
5552026-05-01T11:48:01.805Z Compiling futures-io v0.3.32
5562026-05-01T11:48:01.809Z Compiling pin-project-lite v0.2.17
5572026-05-01T11:48:01.824Z Compiling slab v0.4.12
5582026-05-01T11:48:01.892Z Compiling futures-task v0.3.32
5592026-05-01T11:48:01.991Z Compiling serde v1.0.228
5602026-05-01T11:48:02.005Z Compiling bitflags v2.11.1
5612026-05-01T11:48:02.089Z Compiling serde_json v1.0.149
5622026-05-01T11:48:02.226Z Compiling futures-util v0.3.32
5632026-05-01T11:48:02.417Z Compiling dtrace-parser v0.3.0
5642026-05-01T11:48:02.561Z Compiling heapless v0.8.0
5652026-05-01T11:48:02.643Z Compiling syn v2.0.117
5662026-05-01T11:48:03.003Z Compiling thread-id v5.1.0
5672026-05-01T11:48:03.081Z Compiling ingot-types v0.1.2
5682026-05-01T11:48:03.161Z Compiling cobs v0.3.0
5692026-05-01T11:48:03.236Z Compiling managed v0.8.0
5702026-05-01T11:48:03.437Z Compiling bitflags v1.3.2
5712026-05-01T11:48:03.456Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-01T11:48:03.474Z Compiling ingot v0.1.1
5732026-05-01T11:48:03.502Z Compiling smoltcp v0.11.0
5742026-05-01T11:48:03.682Z Compiling postcard v1.1.3
5752026-05-01T11:48:04.030Z Compiling dof v0.4.0
5762026-05-01T11:48:04.963Z Compiling futures-executor v0.3.32
5772026-05-01T11:48:05.256Z Compiling usdt-impl v0.6.0
5782026-05-01T11:48:05.571Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-01T11:48:05.716Z Compiling memmap2 v0.9.10
5802026-05-01T11:48:06.017Z Compiling ipnetwork v0.21.1
5812026-05-01T11:48:06.131Z Compiling unicode-width v0.2.2
5822026-05-01T11:48:06.167Z Compiling either v1.15.0
5832026-05-01T11:48:06.344Z Compiling itertools v0.14.0
5842026-05-01T11:48:06.434Z Compiling tabwriter v1.4.1
5852026-05-01T11:48:06.561Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-05-01T11:48:06.858Z Compiling ref-cast v1.0.25
5872026-05-01T11:48:06.955Z Compiling usdt v0.6.0
5882026-05-01T11:48:07.284Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-01T11:48:07.612Z Compiling futures v0.3.32
5902026-05-01T11:48:07.727Z Compiling crc32fast v1.5.0
5912026-05-01T11:48:07.780Z Compiling nom v8.0.0
5922026-05-01T11:48:07.974Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-01T11:48:07.977Z Compiling dyn-clone v1.0.20
5942026-05-01T11:48:08.012Z Compiling cookie-factory v0.3.3
5952026-05-01T11:48:08.145Z Compiling uuid v1.23.1
5962026-05-01T11:48:08.342Z Compiling circular v0.3.0
5972026-05-01T11:48:08.599Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-05-01T11:48:08.745Z Compiling dtor v0.8.1
5992026-05-01T11:48:08.823Z Compiling typeid v1.0.3
6002026-05-01T11:48:08.830Z Compiling anyhow v1.0.102
6012026-05-01T11:48:08.841Z Compiling once_cell v1.21.4
6022026-05-01T11:48:08.933Z Compiling link-section v0.2.1
6032026-05-01T11:48:09.002Z Compiling ron v0.12.1
6042026-05-01T11:48:09.023Z Compiling ctor v0.10.1
6052026-05-01T11:48:10.342Z Compiling rusticata-macros v5.0.0
6062026-05-01T11:48:10.689Z Compiling pcap-parser v0.17.0
6072026-05-01T11:48:14.477Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-01T11:48:16.754Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-01T11:48:54.578Z Finished `test` profile [optimized + debuginfo] target(s) in 54.54s
6102026-05-01T11:48:54.595Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6112026-05-01T11:48:54.598Z
6122026-05-01T11:48:54.598Zrunning 15 tests
6132026-05-01T11:48:54.598Ztest api::tests::parse_bad_proto_filter ... ok
6142026-05-01T11:48:54.598Ztest cfg::tests::test_required_nat_space ... ok
6152026-05-01T11:48:54.598Ztest api::tests::parse_good_address ... ok
6162026-05-01T11:48:54.598Ztest api::tests::parse_good_proto_filter ... ok
6172026-05-01T11:48:54.598Ztest api::tests::ports_from_str_bad ... ok
6182026-05-01T11:48:54.598Ztest api::tests::ports_from_str_good ... ok
6192026-05-01T11:48:54.599Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6202026-05-01T11:48:54.599Ztest api::tests::parse_bad_address ... ok
6212026-05-01T11:48:54.599Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-01T11:48:54.599Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-01T11:48:54.599Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6242026-05-01T11:48:54.599Ztest engine::geneve::test::parse_multi_opt ... ok
6252026-05-01T11:48:54.599Ztest engine::geneve::test::parse_single_opt ... ok
6262026-05-01T11:48:54.599Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-01T11:48:54.602Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-01T11:48:54.602Z
6292026-05-01T11:48:54.602Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-01T11:48:54.602Z
6312026-05-01T11:48:54.602Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6322026-05-01T11:48:54.602Z
6332026-05-01T11:48:54.602Zrunning 4 tests
6342026-05-01T11:48:54.605Ztest firewall_vni_outbound ... ok
6352026-05-01T11:48:54.605Ztest firewall_external_inbound ... ok
6362026-05-01T11:48:54.605Ztest firewall_vni_inbound ... ok
6372026-05-01T11:48:54.605Ztest firewall_replace_rules ... ok
6382026-05-01T11:48:54.605Z
6392026-05-01T11:48:54.605Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-01T11:48:54.607Z
6412026-05-01T11:48:54.607Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6422026-05-01T11:48:54.607Z
6432026-05-01T11:48:54.607Zrunning 2 tests
6442026-05-01T11:48:54.607Ztest parse_in_regression ... ok
6452026-05-01T11:48:54.607Ztest parse_out_regression ... ok
6462026-05-01T11:48:54.607Z
6472026-05-01T11:48:54.607Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-01T11:48:54.607Z
6492026-05-01T11:48:54.610Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6502026-05-01T11:48:54.610Z
6512026-05-01T11:48:54.610Zrunning 47 tests
6522026-05-01T11:48:54.611Ztest bad_ip_len ... ok
6532026-05-01T11:48:54.611Ztest check_layers ... ok
6542026-05-01T11:48:54.611Ztest add_remove_fw_rule ... ok
6552026-05-01T11:48:54.611Ztest arp_gateway ... ok
6562026-05-01T11:48:54.611Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-05-01T11:48:54.611Ztest anti_spoof ... ok
6582026-05-01T11:48:54.611Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-01T11:48:54.611Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-01T11:48:54.611Ztest flow_expiration ... ok
6612026-05-01T11:48:54.611Ztest gateway_icmp4_ping ... ok
6622026-05-01T11:48:54.611Ztest external_ip_reconfigurable ... ok
6632026-05-01T11:48:54.611Ztest gateway_icmpv6_ping ... ok
6642026-05-01T11:48:54.611Ztest early_tcp_invalidation ... ok
6652026-05-01T11:48:54.611Ztest gateway_router_advert_reply ... ok
6662026-05-01T11:48:54.611Ztest external_ip_epoch_affinity_preserved ... ok
6672026-05-01T11:48:54.611Ztest guest_to_guest_diff_vpc_no_peer ... ok
6682026-05-01T11:48:54.611Ztest guest_to_guest_no_route ... ok
6692026-05-01T11:48:54.611Ztest guest_to_guest ... ok
6702026-05-01T11:48:54.611Ztest guest_to_internet_ipv4 ... ok
6712026-05-01T11:48:54.611Ztest guest_to_internet_ipv6 ... ok
6722026-05-01T11:48:54.611Ztest inbound_ndp_dropped_at_gateway ... ok
6732026-05-01T11:48:54.615Ztest icmp_inner_has_nat_applied ... ok
6742026-05-01T11:48:54.615Ztest icmpv6_inner_has_nat_applied ... ok
6752026-05-01T11:48:54.615Ztest intra_subnet_routes_with_custom ... ok
6762026-05-01T11:48:54.615Ztest external_ip_balanced_over_floating_ips ... ok
6772026-05-01T11:48:54.615Ztest internal_attached_subnets ... ok
6782026-05-01T11:48:54.615Ztest outbound_ndp_dropped ... ok
6792026-05-01T11:48:54.615Ztest no_panic_on_flow_table_full ... ok
6802026-05-01T11:48:54.615Ztest packet_body_pullup ... ok
6812026-05-01T11:48:54.615Ztest external_ip_receive_and_reply_on_all ... ok
6822026-05-01T11:48:54.615Ztest port_transition_running ... ok
6832026-05-01T11:48:54.615Ztest port_transition_reset ... ok
6842026-05-01T11:48:54.615Ztest test_drop_on_unknown_critical_option ... ok
6852026-05-01T11:48:54.615Ztest port_as_router_target ... ok
6862026-05-01T11:48:54.615Ztest select_eip_conditioned_on_igw ... ok
6872026-05-01T11:48:54.615Ztest port_transition_pause ... ok
6882026-05-01T11:48:54.615Ztest snat_icmp6_echo_rewrite ... ok
6892026-05-01T11:48:54.615Ztest snat_icmp4_echo_rewrite ... ok
6902026-05-01T11:48:54.615Ztest tcp_inbound ... ok
6912026-05-01T11:48:54.615Ztest tcp_outbound ... ok
6922026-05-01T11:48:54.615Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6932026-05-01T11:48:54.615Ztest test_ipv6_multicast_encapsulation ... ok
6942026-05-01T11:48:54.615Ztest test_gateway_neighbor_advert_reply ... ok
6952026-05-01T11:48:54.615Ztest test_tcp_multicast_denied ... ok
6962026-05-01T11:48:54.615Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6972026-05-01T11:48:54.615Ztest uft_lft_invalidation_out ... ok
6982026-05-01T11:48:54.615Ztest uft_lft_invalidation_in ... ok
6992026-05-01T11:48:54.615Z
7002026-05-01T11:48:54.615Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-05-01T11:48:54.615Z
7022026-05-01T11:48:54.615Z Doc-tests oxide_vpc
7032026-05-01T11:48:54.913Z
7042026-05-01T11:48:54.913Zrunning 0 tests
7052026-05-01T11:48:54.913Z
7062026-05-01T11:48:54.913Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-05-01T11:48:54.913Z
7082026-05-01T11:48:54.942Z
7092026-05-01T11:48:54.942Zreal 54.908177269
7102026-05-01T11:48:54.942Zuser 3:16.246996455
7112026-05-01T11:48:54.942Zsys 11.838926212
7122026-05-01T11:48:54.942Ztrap 0.094984409
7132026-05-01T11:48:54.942Ztflt 0.235134206
7142026-05-01T11:48:54.942Zdflt 0.247862245
7152026-05-01T11:48:54.942Zkflt 0.018214406
7162026-05-01T11:48:54.942Zlock 12:45.004111295
7172026-05-01T11:48:54.942Zslp 6:32.426964079
7182026-05-01T11:48:54.943Zlat 8.380289388
7192026-05-01T11:48:54.943Zstop 5.472111622
7202026-05-01T11:48:54.946Zprocess exited: duration 119219 ms, exit code 0
 
7212026-05-01T11:48:54.953Zfound 0 output files