01KN4Q1ZAS4AV3FR81SQBTXBPZ: oxide-vpc

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

Buildomat Job: 01KN4Q2BXWT6FHN3H9247Z8TVM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:40:26.640Zjob assigned to worker 01KN4QRVYX12HD4JK6RE3X0S02 [factory aws, i-025ab95cb8145b8be] (queued for 12 m 58 s)
 
22026-04-01T14:40:33.092Zstarting task 0: "setup"
32026-04-01T14:40:33.097Z++ uname -s
42026-04-01T14:40:33.100Z+ kern=SunOS
52026-04-01T14:40:33.100Z+ build_user=build
62026-04-01T14:40:33.100Z+ build_uid=12345
72026-04-01T14:40:33.100Z+ work_dir=/work
82026-04-01T14:40:33.100Z+ input_dir=/input
92026-04-01T14:40:33.100Z+ [[ 0 == 12345 ]]
102026-04-01T14:40:33.100Z+ case "$kern" in
112026-04-01T14:40:33.100Z+ groupadd -g 12345 build
122026-04-01T14:40:33.103Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:40:34.108Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:40:34.171Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:40:34.174Z+ home_fs=zfs
162026-04-01T14:40:34.174Z+ [[ zfs == autofs ]]
172026-04-01T14:40:34.174Z+ mkdir -p /home/build
182026-04-01T14:40:34.175Z+ chown build:build /home/build /work
192026-04-01T14:40:36.176Z+ chmod 0700 /home/build /work
202026-04-01T14:40:36.178Zprocess exited: duration 3088 ms, exit code 0
 
212026-04-01T14:40:36.184Zstarting task 1: "rust-toolchain"
222026-04-01T14:40:36.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:40:36.189Z * rust toolchain channel = "1.94.1"
242026-04-01T14:40:36.189Z * rust toolchain profile = "default"
252026-04-01T14:40:36.189Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T14:40:36.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T14:40:36.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T14:40:36.192Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:40:36.192Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:40:36.310Zinfo: downloading installer
312026-04-01T14:40:37.677Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:40:37.677Zwarn: /opt/ooce/bin
332026-04-01T14:40:37.677Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:40:37.677Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:40:37.678Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:40:37.678Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:40:37.678Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:40:37.678Zerror: cannot install while Rust is installed
392026-04-01T14:40:37.678Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:40:37.678Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:40:37.678Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:40:37.678Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:40:37.678Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:40:37.691Zinfo: profile set to default
452026-04-01T14:40:37.691Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:40:37.695Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:40:37.823Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:40:37.826Zinfo: downloading 6 components
492026-04-01T14:40:53.648Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-01T14:40:53.649Z
512026-04-01T14:40:53.678Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:40:53.678Z
532026-04-01T14:40:53.678Z
542026-04-01T14:40:53.678ZRust is installed now. Great!
552026-04-01T14:40:53.678Z
562026-04-01T14:40:53.678ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:40:53.678Zenvironment variable. This has not been done automatically.
582026-04-01T14:40:53.678Z
592026-04-01T14:40:53.678ZTo configure your current shell, you need to source
602026-04-01T14:40:53.678Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:40:53.678Z
622026-04-01T14:40:53.678ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:40:53.678Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:40:53.678Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:40:53.678Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:40:53.678Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:40:53.678Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:40:53.678Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:40:53.681Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:40:53.681Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:40:53.772Z+ rustup --version
722026-04-01T14:40:53.782Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:40:53.785Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:40:53.803Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:40:53.806Z+ cargo --version
762026-04-01T14:40:53.818Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:40:53.821Z+ rustc --version
782026-04-01T14:40:53.840Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:40:53.843Zprocess exited: duration 17657 ms, exit code 0
 
802026-04-01T14:40:53.849Zstarting task 2: "authentication"
812026-04-01T14:40:53.865Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T14:40:53.873Zstarting task 3: "clone repository"
832026-04-01T14:40:53.876Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:40:53.879Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:40:53.989ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:40:54.936Z+ cd /work/oxidecomputer/opte
872026-04-01T14:40:54.936Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:40:55.205ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:40:55.205Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:40:55.211Z+ [[ -n '' ]]
912026-04-01T14:40:55.211Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:40:55.228ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:40:55.231Zprocess exited: duration 1356 ms, exit code 0
 
942026-04-01T14:40:55.237Zstarting task 4: "build"
952026-04-01T14:40:55.240Z+ source .github/buildomat/common.sh
962026-04-01T14:40:55.240Z++ rustup show active-toolchain
972026-04-01T14:40:55.246Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:40:55.249Z++ pushd xde
992026-04-01T14:40:55.249Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-01T14:40:55.250Z++ rustup show active-toolchain
1012026-04-01T14:40:55.253Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:40:55.394Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:40:55.397Zinfo: downloading 6 components
1042026-04-01T14:41:08.807Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:41:08.893Z+++ rustup show active-toolchain -v
1062026-04-01T14:41:08.896Z+++ head -n 1
1072026-04-01T14:41:08.896Z+++ cut '-d ' -f1
1082026-04-01T14:41:08.944Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:41:08.944Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:41:08.947Z++ popd
1112026-04-01T14:41:08.947Z/work/oxidecomputer/opte
1122026-04-01T14:41:08.947Z+ cargo --version
1132026-04-01T14:41:08.954Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-01T14:41:08.957Z+ rustc --version
1152026-04-01T14:41:08.977Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-01T14:41:08.980Z+ cd lib/oxide-vpc
1172026-04-01T14:41:08.980Z+ header 'check style'
1182026-04-01T14:41:08.980Z# ==== check style ==== #
1192026-04-01T14:41:08.980Z+ echo '# ==== check style ==== #'
1202026-04-01T14:41:08.980Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1212026-04-01T14:41:09.100Z
1222026-04-01T14:41:09.101Zreal 0.117797633
1232026-04-01T14:41:09.101Zuser 0.084607883
1242026-04-01T14:41:09.101Zsys 0.030308001
1252026-04-01T14:41:09.101Ztrap 0.000002528
1262026-04-01T14:41:09.101Ztflt 0.000004269
1272026-04-01T14:41:09.101Zdflt 0.000009686
1282026-04-01T14:41:09.101Zkflt 0.000000000
1292026-04-01T14:41:09.101Zlock 0.031075307
1302026-04-01T14:41:09.101Zslp 0.097975957
1312026-04-01T14:41:09.101Zlat 0.000850479
1322026-04-01T14:41:09.101Zstop 0.000086721
1332026-04-01T14:41:09.104Z+ header 'check docs'
1342026-04-01T14:41:09.104Z+ echo '# ==== check docs ==== #'
1352026-04-01T14:41:09.104Z# ==== check docs ==== #
1362026-04-01T14:41:09.104Z+ RUSTDOCFLAGS='-D warnings'
1372026-04-01T14:41:09.104Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1382026-04-01T14:41:09.173Z Updating crates.io index
1392026-04-01T14:41:09.205Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-01T14:41:11.681Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-01T14:41:11.993Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-01T14:41:12.350Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-01T14:41:12.815Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-01T14:41:13.124Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-01T14:41:13.392Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-01T14:41:15.372Z Downloading crates ...
1472026-04-01T14:41:15.420Z Downloaded crypto-common v0.1.7
1482026-04-01T14:41:15.425Z Downloaded memmap2 v0.9.10
1492026-04-01T14:41:15.432Z Downloaded ref-cast-impl v1.0.25
1502026-04-01T14:41:15.435Z Downloaded proc-macro-error-attr2 v2.0.0
1512026-04-01T14:41:15.435Z Downloaded cfg-if v1.0.4
1522026-04-01T14:41:15.438Z Downloaded crc32fast v1.5.0
1532026-04-01T14:41:15.442Z Downloaded managed v0.8.0
1542026-04-01T14:41:15.445Z Downloaded aho-corasick v1.1.4
1552026-04-01T14:41:15.448Z Downloaded pest_generator v2.8.6
1562026-04-01T14:41:15.448Z Downloaded cpufeatures v0.2.17
1572026-04-01T14:41:15.450Z Downloaded embedded-io v0.4.0
1582026-04-01T14:41:15.450Z Downloaded darling v0.21.3
1592026-04-01T14:41:15.453Z Downloaded plain v0.2.3
1602026-04-01T14:41:15.456Z Downloaded darling_macro v0.23.0
1612026-04-01T14:41:15.460Z Downloaded hash32 v0.3.1
1622026-04-01T14:41:15.460Z Downloaded darling_core v0.21.3
1632026-04-01T14:41:15.463Z Downloaded ipnetwork v0.21.1
1642026-04-01T14:41:15.466Z Downloaded ingot v0.1.1
1652026-04-01T14:41:15.466Z Downloaded ingot-macros v0.1.1
1662026-04-01T14:41:15.469Z Downloaded postcard v1.1.3
1672026-04-01T14:41:15.472Z Downloaded pest_meta v2.8.6
1682026-04-01T14:41:15.475Z Downloaded either v1.15.0
1692026-04-01T14:41:15.482Z Downloaded darling v0.23.0
1702026-04-01T14:41:15.489Z Downloaded block-buffer v0.10.4
1712026-04-01T14:41:15.492Z Downloaded strsim v0.11.1
1722026-04-01T14:41:15.495Z Downloaded macaddr v1.0.1
1732026-04-01T14:41:15.498Z Downloaded itoa v1.0.18
1742026-04-01T14:41:15.498Z Downloaded defmt v0.3.100
1752026-04-01T14:41:15.501Z Downloaded thread-id v5.1.0
1762026-04-01T14:41:15.501Z Downloaded dyn-clone v1.0.20
1772026-04-01T14:41:15.501Z Downloaded defmt-parser v1.0.0
1782026-04-01T14:41:15.501Z Downloaded stable_deref_trait v1.2.1
1792026-04-01T14:41:15.504Z Downloaded darling_macro v0.21.3
1802026-04-01T14:41:15.504Z Downloaded fnv v1.0.7
1812026-04-01T14:41:15.504Z Downloaded ident_case v1.0.1
1822026-04-01T14:41:15.507Z Downloaded version_check v0.9.5
1832026-04-01T14:41:15.510Z Downloaded pest_derive v2.8.6
1842026-04-01T14:41:15.513Z Downloaded ingot-types v0.1.2
1852026-04-01T14:41:15.513Z Downloaded digest v0.10.7
1862026-04-01T14:41:15.513Z Downloaded generic-array v0.14.7
1872026-04-01T14:41:15.516Z Downloaded bitflags v1.3.2
1882026-04-01T14:41:15.521Z Downloaded tabwriter v1.4.1
1892026-04-01T14:41:15.524Z Downloaded embedded-io v0.6.1
1902026-04-01T14:41:15.527Z Downloaded usdt-attr-macro v0.6.0
1912026-04-01T14:41:15.527Z Downloaded ref-cast v1.0.25
1922026-04-01T14:41:15.530Z Downloaded dof v0.4.0
1932026-04-01T14:41:15.530Z Downloaded pretty-hex v0.4.2
1942026-04-01T14:41:15.534Z Downloaded usdt v0.6.0
1952026-04-01T14:41:15.537Z Downloaded scroll_derive v0.13.1
1962026-04-01T14:41:15.543Z Downloaded cobs v0.3.0
1972026-04-01T14:41:15.547Z Downloaded zmij v1.0.21
1982026-04-01T14:41:15.550Z Downloaded thiserror-impl v2.0.18
1992026-04-01T14:41:15.550Z Downloaded scroll v0.13.0
2002026-04-01T14:41:15.550Z Downloaded byteorder v1.5.0
2012026-04-01T14:41:15.558Z Downloaded usdt-macro v0.6.0
2022026-04-01T14:41:15.561Z Downloaded defmt-macros v1.0.1
2032026-04-01T14:41:15.561Z Downloaded dtrace-parser v0.3.0
2042026-04-01T14:41:15.564Z Downloaded serde_tokenstream v0.2.3
2052026-04-01T14:41:15.564Z Downloaded proc-macro-error2 v2.0.1
2062026-04-01T14:41:15.564Z Downloaded thiserror v2.0.18
2072026-04-01T14:41:15.567Z Downloaded quote v1.0.45
2082026-04-01T14:41:15.572Z Downloaded defmt v1.0.1
2092026-04-01T14:41:15.578Z Downloaded ucd-trie v0.1.7
2102026-04-01T14:41:15.581Z Downloaded bitflags v2.11.0
2112026-04-01T14:41:15.581Z Downloaded sha2 v0.10.9
2122026-04-01T14:41:15.598Z Downloaded usdt-impl v0.6.0
2132026-04-01T14:41:15.603Z Downloaded log v0.4.29
2142026-04-01T14:41:15.621Z Downloaded unicode-ident v1.0.24
2152026-04-01T14:41:15.624Z Downloaded serde_core v1.0.228
2162026-04-01T14:41:15.624Z Downloaded uuid v1.23.0
2172026-04-01T14:41:15.629Z Downloaded serde_derive v1.0.228
2182026-04-01T14:41:15.632Z Downloaded darling_core v0.23.0
2192026-04-01T14:41:15.635Z Downloaded typenum v1.19.0
2202026-04-01T14:41:15.638Z Downloaded heapless v0.8.0
2212026-04-01T14:41:15.648Z Downloaded zerocopy-derive v0.8.48
2222026-04-01T14:41:15.652Z Downloaded proc-macro2 v1.0.106
2232026-04-01T14:41:15.656Z Downloaded memchr v2.8.0
2242026-04-01T14:41:15.661Z Downloaded serde v1.0.228
2252026-04-01T14:41:15.676Z Downloaded itertools v0.14.0
2262026-04-01T14:41:15.689Z Downloaded pest v2.8.6
2272026-04-01T14:41:15.696Z Downloaded regex v1.12.3
2282026-04-01T14:41:15.699Z Downloaded serde_json v1.0.149
2292026-04-01T14:41:15.755Z Downloaded goblin v0.10.5
2302026-04-01T14:41:15.775Z Downloaded zerocopy v0.8.48
2312026-04-01T14:41:15.785Z Downloaded unicode-width v0.2.2
2322026-04-01T14:41:15.788Z Downloaded smoltcp v0.11.0
2332026-04-01T14:41:15.794Z Downloaded syn v2.0.117
2342026-04-01T14:41:15.800Z Downloaded regex-syntax v0.8.10
2352026-04-01T14:41:15.831Z Downloaded regex-automata v0.4.14
2362026-04-01T14:41:15.840Z Downloaded libc v0.2.184
2372026-04-01T14:41:15.901Z Compiling proc-macro2 v1.0.106
2382026-04-01T14:41:15.901Z Compiling quote v1.0.45
2392026-04-01T14:41:15.901Z Compiling unicode-ident v1.0.24
2402026-04-01T14:41:15.904Z Compiling strsim v0.11.1
2412026-04-01T14:41:15.904Z Compiling ident_case v1.0.1
2422026-04-01T14:41:15.904Z Documenting unicode-ident v1.0.24
2432026-04-01T14:41:15.904Z Compiling serde_core v1.0.228
2442026-04-01T14:41:16.055Z Compiling fnv v1.0.7
2452026-04-01T14:41:16.072Z Compiling memchr v2.8.0
2462026-04-01T14:41:16.135Z Compiling thiserror v2.0.18
2472026-04-01T14:41:16.254Z Compiling regex-syntax v0.8.10
2482026-04-01T14:41:16.297Z Compiling zerocopy v0.8.48
2492026-04-01T14:41:16.343Z Compiling serde v1.0.228
2502026-04-01T14:41:16.484Z Documenting proc-macro2 v1.0.106
2512026-04-01T14:41:16.637Z Compiling aho-corasick v1.1.4
2522026-04-01T14:41:16.713Z Compiling either v1.15.0
2532026-04-01T14:41:16.903Z Checking syn v2.0.117
2542026-04-01T14:41:16.919Z Checking byteorder v1.5.0
2552026-04-01T14:41:17.043Z Documenting quote v1.0.45
2562026-04-01T14:41:17.122Z Compiling itertools v0.14.0
2572026-04-01T14:41:17.519Z Documenting syn v2.0.117
2582026-04-01T14:41:17.739Z Compiling regex-automata v0.4.14
2592026-04-01T14:41:17.866Z Compiling heapless v0.8.0
2602026-04-01T14:41:18.258Z Checking bitflags v2.11.0
2612026-04-01T14:41:18.324Z Checking hash32 v0.3.1
2622026-04-01T14:41:18.332Z Documenting serde_core v1.0.228
2632026-04-01T14:41:18.404Z Checking stable_deref_trait v1.2.1
2642026-04-01T14:41:18.426Z Checking macaddr v1.0.1
2652026-04-01T14:41:18.464Z Checking cfg-if v1.0.4
2662026-04-01T14:41:18.522Z Documenting memchr v2.8.0
2672026-04-01T14:41:18.557Z Compiling smoltcp v0.11.0
2682026-04-01T14:41:18.897Z Documenting regex-syntax v0.8.10
2692026-04-01T14:41:18.923Z Checking darling_core v0.21.3
2702026-04-01T14:41:19.140Z Documenting aho-corasick v1.1.4
2712026-04-01T14:41:19.467Z Compiling regex v1.12.3
2722026-04-01T14:41:19.845Z Compiling darling_core v0.23.0
2732026-04-01T14:41:20.082Z Documenting regex-automata v0.4.14
2742026-04-01T14:41:20.133Z Checking managed v0.8.0
2752026-04-01T14:41:20.253Z Checking bitflags v1.3.2
2762026-04-01T14:41:20.307Z Documenting thiserror-impl v2.0.18
2772026-04-01T14:41:20.313Z Documenting serde_derive v1.0.228
2782026-04-01T14:41:20.494Z Compiling thiserror-impl v2.0.18
2792026-04-01T14:41:21.127Z Compiling zerocopy-derive v0.8.48
2802026-04-01T14:41:21.278Z Compiling serde_derive v1.0.228
2812026-04-01T14:41:21.447Z Compiling darling_macro v0.21.3
2822026-04-01T14:41:21.461Z Documenting regex v1.12.3
2832026-04-01T14:41:21.515Z Documenting zerocopy-derive v0.8.48
2842026-04-01T14:41:21.667Z Documenting byteorder v1.5.0
2852026-04-01T14:41:21.842Z Checking cobs v0.3.0
2862026-04-01T14:41:21.973Z Compiling ref-cast v1.0.25
2872026-04-01T14:41:22.023Z Compiling darling v0.21.3
2882026-04-01T14:41:22.038Z Compiling darling_macro v0.23.0
2892026-04-01T14:41:22.095Z Compiling ingot-macros v0.1.1
2902026-04-01T14:41:22.283Z Compiling crc32fast v1.5.0
2912026-04-01T14:41:22.342Z Documenting hash32 v0.3.1
2922026-04-01T14:41:22.472Z Documenting ingot-macros v0.1.1
2932026-04-01T14:41:22.631Z Documenting thiserror v2.0.18
2942026-04-01T14:41:22.638Z Documenting zerocopy v0.8.48
2952026-04-01T14:41:22.646Z Compiling ref-cast-impl v1.0.25
2962026-04-01T14:41:23.138Z Documenting bitflags v2.11.0
2972026-04-01T14:41:23.269Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-04-01T14:41:23.514Z Documenting macaddr v1.0.1
2992026-04-01T14:41:23.651Z Documenting cfg-if v1.0.4
3002026-04-01T14:41:23.793Z Checking unicode-width v0.2.2
3012026-04-01T14:41:24.022Z Documenting serde v1.0.228
3022026-04-01T14:41:24.033Z Checking ipnetwork v0.21.1
3032026-04-01T14:41:24.185Z Compiling version_check v0.9.5
3042026-04-01T14:41:24.194Z Documenting stable_deref_trait v1.2.1
3052026-04-01T14:41:24.200Z Documenting cobs v0.3.0
3062026-04-01T14:41:24.392Z Checking postcard v1.1.3
3072026-04-01T14:41:24.452Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3082026-04-01T14:41:24.666Z Compiling darling v0.23.0
3092026-04-01T14:41:24.691Z Documenting heapless v0.8.0
3102026-04-01T14:41:24.738Z Documenting managed v0.8.0
3112026-04-01T14:41:24.811Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3122026-04-01T14:41:25.330Z Checking ingot-types v0.1.2
3132026-04-01T14:41:25.425Z Documenting postcard v1.1.3
3142026-04-01T14:41:25.551Z Checking tabwriter v1.4.1
3152026-04-01T14:41:25.668Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-04-01T14:41:25.730Z Checking ingot v0.1.1
3172026-04-01T14:41:25.757Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-04-01T14:41:25.787Z Documenting ref-cast-impl v1.0.25
3192026-04-01T14:41:25.794Z Documenting ingot-types v0.1.2
3202026-04-01T14:41:25.806Z Documenting unicode-width v0.2.2
3212026-04-01T14:41:26.049Z Documenting smoltcp v0.11.0
3222026-04-01T14:41:26.270Z Checking dyn-clone v1.0.20
3232026-04-01T14:41:26.327Z Documenting either v1.15.0
3242026-04-01T14:41:26.364Z Documenting ipnetwork v0.21.1
3252026-04-01T14:41:26.514Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3262026-04-01T14:41:26.723Z Documenting tabwriter v1.4.1
3272026-04-01T14:41:26.963Z Documenting ref-cast v1.0.25
3282026-04-01T14:41:27.242Z Documenting ingot v0.1.1
3292026-04-01T14:41:27.251Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-01T14:41:27.453Z Documenting itertools v0.14.0
3312026-04-01T14:41:27.822Z Documenting crc32fast v1.5.0
3322026-04-01T14:41:28.054Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-04-01T14:41:28.067Z Documenting dyn-clone v1.0.20
3342026-04-01T14:41:28.609Z Documenting uuid v1.23.0
3352026-04-01T14:41:28.863Z Checking uuid v1.23.0
3362026-04-01T14:41:29.101Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-04-01T14:41:29.336Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3382026-04-01T14:41:30.248Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3392026-04-01T14:41:31.570Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3402026-04-01T14:41:33.740Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3412026-04-01T14:41:35.250Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.14s
3422026-04-01T14:41:35.340Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3432026-04-01T14:41:35.360Z
3442026-04-01T14:41:35.360Zreal 26.239380121
3452026-04-01T14:41:35.360Zuser 1:21.005054293
3462026-04-01T14:41:35.360Zsys 16.684060109
3472026-04-01T14:41:35.360Ztrap 0.045131436
3482026-04-01T14:41:35.360Ztflt 0.053146276
3492026-04-01T14:41:35.360Zdflt 0.103525872
3502026-04-01T14:41:35.361Zkflt 0.005358472
3512026-04-01T14:41:35.361Zlock 7:56.258433239
3522026-04-01T14:41:35.361Zslp 4:42.371331707
3532026-04-01T14:41:35.361Zlat 7.488176601
3542026-04-01T14:41:35.361Zstop 9.827179393
3552026-04-01T14:41:35.364Z+ header 'analyze std + api + usdt'
3562026-04-01T14:41:35.364Z+ echo '# ==== analyze std + api + usdt ==== #'
3572026-04-01T14:41:35.364Z# ==== analyze std + api + usdt ==== #
3582026-04-01T14:41:35.364Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3592026-04-01T14:41:35.558Z Downloading crates ...
3602026-04-01T14:41:35.612Z Downloaded circular v0.3.0
3612026-04-01T14:41:35.616Z Downloaded futures-executor v0.3.32
3622026-04-01T14:41:35.619Z Downloaded dtor-proc-macro v0.0.6
3632026-04-01T14:41:35.619Z Downloaded ctor v0.8.0
3642026-04-01T14:41:35.624Z Downloaded anyhow v1.0.102
3652026-04-01T14:41:35.627Z Downloaded futures-sink v0.3.32
3662026-04-01T14:41:35.630Z Downloaded once_cell v1.21.4
3672026-04-01T14:41:35.630Z Downloaded typeid v1.0.3
3682026-04-01T14:41:35.630Z Downloaded futures-macro v0.3.32
3692026-04-01T14:41:35.633Z Downloaded rusticata-macros v5.0.0
3702026-04-01T14:41:35.636Z Downloaded futures-core v0.3.32
3712026-04-01T14:41:35.636Z Downloaded dtor v0.3.0
3722026-04-01T14:41:35.636Z Downloaded ctor-proc-macro v0.0.7
3732026-04-01T14:41:35.639Z Downloaded futures-io v0.3.32
3742026-04-01T14:41:35.642Z Downloaded pin-project-lite v0.2.17
3752026-04-01T14:41:35.646Z Downloaded futures-task v0.3.32
3762026-04-01T14:41:35.649Z Downloaded slab v0.4.12
3772026-04-01T14:41:35.653Z Downloaded cookie-factory v0.3.3
3782026-04-01T14:41:35.660Z Downloaded futures-channel v0.3.32
3792026-04-01T14:41:35.663Z Downloaded futures v0.3.32
3802026-04-01T14:41:35.680Z Downloaded pcap-parser v0.17.0
3812026-04-01T14:41:35.683Z Downloaded ron v0.12.1
3822026-04-01T14:41:35.687Z Downloaded nom v8.0.0
3832026-04-01T14:41:35.690Z Downloaded futures-util v0.3.32
3842026-04-01T14:41:35.745Z Compiling proc-macro2 v1.0.106
3852026-04-01T14:41:35.745Z Compiling quote v1.0.45
3862026-04-01T14:41:35.748Z Compiling unicode-ident v1.0.24
3872026-04-01T14:41:35.748Z Compiling memchr v2.8.0
3882026-04-01T14:41:35.748Z Compiling thiserror v2.0.18
3892026-04-01T14:41:35.748Z Compiling serde_core v1.0.228
3902026-04-01T14:41:35.748Z Compiling zerocopy v0.8.48
3912026-04-01T14:41:35.924Z Compiling zmij v1.0.21
3922026-04-01T14:41:36.114Z Compiling libc v0.2.184
3932026-04-01T14:41:36.120Z Compiling strsim v0.11.1
3942026-04-01T14:41:36.151Z Compiling serde_json v1.0.149
3952026-04-01T14:41:36.162Z Compiling ident_case v1.0.1
3962026-04-01T14:41:36.203Z Compiling ucd-trie v0.1.7
3972026-04-01T14:41:36.343Z Compiling pest v2.8.6
3982026-04-01T14:41:36.363Z Compiling serde v1.0.228
3992026-04-01T14:41:36.592Z Compiling fnv v1.0.7
4002026-04-01T14:41:36.727Z Compiling aho-corasick v1.1.4
4012026-04-01T14:41:36.753Z Compiling regex-syntax v0.8.10
4022026-04-01T14:41:36.927Z Compiling itoa v1.0.18
4032026-04-01T14:41:36.967Z Checking byteorder v1.5.0
4042026-04-01T14:41:37.084Z Compiling syn v2.0.117
4052026-04-01T14:41:37.417Z Compiling pest_meta v2.8.6
4062026-04-01T14:41:37.516Z Compiling either v1.15.0
4072026-04-01T14:41:37.553Z Compiling usdt-impl v0.6.0
4082026-04-01T14:41:37.590Z Checking bitflags v2.11.0
4092026-04-01T14:41:37.704Z Compiling itertools v0.14.0
4102026-04-01T14:41:37.788Z Compiling thread-id v5.1.0
4112026-04-01T14:41:38.107Z Checking log v0.4.29
4122026-04-01T14:41:38.122Z Checking plain v0.2.3
4132026-04-01T14:41:38.248Z Compiling regex-automata v0.4.14
4142026-04-01T14:41:38.350Z Checking futures-sink v0.3.32
4152026-04-01T14:41:38.357Z Compiling heapless v0.8.0
4162026-04-01T14:41:38.640Z Checking futures-core v0.3.32
4172026-04-01T14:41:38.755Z Checking futures-channel v0.3.32
4182026-04-01T14:41:38.921Z Checking hash32 v0.3.1
4192026-04-01T14:41:38.937Z Checking futures-task v0.3.32
4202026-04-01T14:41:39.037Z Checking cfg-if v1.0.4
4212026-04-01T14:41:39.067Z Checking pin-project-lite v0.2.17
4222026-04-01T14:41:39.071Z Checking macaddr v1.0.1
4232026-04-01T14:41:39.093Z Checking stable_deref_trait v1.2.1
4242026-04-01T14:41:39.146Z Checking slab v0.4.12
4252026-04-01T14:41:39.154Z Compiling smoltcp v0.11.0
4262026-04-01T14:41:39.197Z Checking pretty-hex v0.4.2
4272026-04-01T14:41:39.294Z Checking futures-io v0.3.32
4282026-04-01T14:41:39.435Z Compiling pest_generator v2.8.6
4292026-04-01T14:41:39.464Z Compiling darling_core v0.21.3
4302026-04-01T14:41:39.469Z Compiling darling_core v0.23.0
4312026-04-01T14:41:39.673Z Compiling crc32fast v1.5.0
4322026-04-01T14:41:39.819Z Checking bitflags v1.3.2
4332026-04-01T14:41:39.879Z Compiling regex v1.12.3
4342026-04-01T14:41:39.953Z Checking managed v0.8.0
4352026-04-01T14:41:40.036Z Compiling version_check v0.9.5
4362026-04-01T14:41:40.130Z Compiling ref-cast v1.0.25
4372026-04-01T14:41:40.307Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-04-01T14:41:40.499Z Checking memmap2 v0.9.10
4392026-04-01T14:41:40.591Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4402026-04-01T14:41:40.661Z Compiling thiserror-impl v2.0.18
4412026-04-01T14:41:40.790Z Compiling serde_derive v1.0.228
4422026-04-01T14:41:40.813Z Compiling zerocopy-derive v0.8.48
4432026-04-01T14:41:40.874Z Compiling pest_derive v2.8.6
4442026-04-01T14:41:41.374Z Compiling scroll_derive v0.13.1
4452026-04-01T14:41:41.377Z Compiling futures-macro v0.3.32
4462026-04-01T14:41:41.521Z Compiling ref-cast-impl v1.0.25
4472026-04-01T14:41:41.602Z Compiling darling_macro v0.23.0
4482026-04-01T14:41:41.607Z Compiling darling_macro v0.21.3
4492026-04-01T14:41:42.070Z Compiling dtrace-parser v0.3.0
4502026-04-01T14:41:42.124Z Compiling darling v0.21.3
4512026-04-01T14:41:42.124Z Checking cobs v0.3.0
4522026-04-01T14:41:42.165Z Checking futures-util v0.3.32
4532026-04-01T14:41:42.169Z Checking scroll v0.13.0
4542026-04-01T14:41:42.255Z Compiling ingot-macros v0.1.1
4552026-04-01T14:41:42.316Z Compiling darling v0.23.0
4562026-04-01T14:41:42.376Z Checking goblin v0.10.5
4572026-04-01T14:41:42.385Z Checking ipnetwork v0.21.1
4582026-04-01T14:41:42.554Z Checking unicode-width v0.2.2
4592026-04-01T14:41:42.667Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4602026-04-01T14:41:42.800Z Checking tabwriter v1.4.1
4612026-04-01T14:41:43.354Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-04-01T14:41:43.849Z Checking postcard v1.1.3
4632026-04-01T14:41:44.022Z Checking futures-executor v0.3.32
4642026-04-01T14:41:44.067Z Checking nom v8.0.0
4652026-04-01T14:41:44.123Z Checking dyn-clone v1.0.20
4662026-04-01T14:41:44.161Z Checking futures v0.3.32
4672026-04-01T14:41:44.216Z Compiling serde_tokenstream v0.2.3
4682026-04-01T14:41:44.225Z Compiling anyhow v1.0.102
4692026-04-01T14:41:44.237Z Compiling typeid v1.0.3
4702026-04-01T14:41:44.495Z Checking cookie-factory v0.3.3
4712026-04-01T14:41:44.545Z Checking uuid v1.23.0
4722026-04-01T14:41:44.733Z Checking circular v0.3.0
4732026-04-01T14:41:44.738Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4742026-04-01T14:41:44.763Z Compiling dtor-proc-macro v0.0.6
4752026-04-01T14:41:44.840Z Checking once_cell v1.21.4
4762026-04-01T14:41:44.862Z Compiling ctor-proc-macro v0.0.7
4772026-04-01T14:41:44.886Z Checking dof v0.4.0
4782026-04-01T14:41:44.962Z Checking ingot-types v0.1.2
4792026-04-01T14:41:44.994Z Checking ron v0.12.1
4802026-04-01T14:41:45.087Z Checking dtor v0.3.0
4812026-04-01T14:41:45.183Z Checking ctor v0.8.0
4822026-04-01T14:41:45.279Z Checking ingot v0.1.1
4832026-04-01T14:41:45.853Z Compiling usdt-macro v0.6.0
4842026-04-01T14:41:45.853Z Compiling usdt-attr-macro v0.6.0
4852026-04-01T14:41:45.973Z Checking rusticata-macros v5.0.0
4862026-04-01T14:41:46.093Z Checking pcap-parser v0.17.0
4872026-04-01T14:41:46.451Z Checking usdt v0.6.0
4882026-04-01T14:41:46.765Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4892026-04-01T14:41:51.048Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4902026-04-01T14:41:52.599Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4912026-04-01T14:41:54.818Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.40s
4922026-04-01T14:41:54.851Z
4932026-04-01T14:41:54.851Zreal 19.485199115
4942026-04-01T14:41:54.851Zuser 1:12.067497311
4952026-04-01T14:41:54.851Zsys 14.839587284
4962026-04-01T14:41:54.851Ztrap 0.037868774
4972026-04-01T14:41:54.851Ztflt 0.112620371
4982026-04-01T14:41:54.852Zdflt 0.184608868
4992026-04-01T14:41:54.852Zkflt 0.000021097
5002026-04-01T14:41:54.852Zlock 4:00.627038169
5012026-04-01T14:41:54.852Zslp 3:48.065764412
5022026-04-01T14:41:54.852Zlat 3.528930097
5032026-04-01T14:41:54.852Zstop 8.176947458
5042026-04-01T14:41:54.855Z+ header 'analyze no_std + engine + kernel'
5052026-04-01T14:41:54.855Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5062026-04-01T14:41:54.855Z# ==== analyze no_std + engine + kernel ==== #
5072026-04-01T14:41:54.855Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5082026-04-01T14:41:55.028Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5092026-04-01T14:41:55.028Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5102026-04-01T14:41:55.049Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5112026-04-01T14:41:55.049Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5122026-04-01T14:41:55.293Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-04-01T14:41:59.433Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5142026-04-01T14:42:00.921Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.02s
5152026-04-01T14:42:00.946Z
5162026-04-01T14:42:00.949Zreal 6.089422353
5172026-04-01T14:42:00.949Zuser 6.336238402
5182026-04-01T14:42:00.949Zsys 0.986889809
5192026-04-01T14:42:00.949Ztrap 0.001112169
5202026-04-01T14:42:00.949Ztflt 0.009446657
5212026-04-01T14:42:00.950Zdflt 0.002856179
5222026-04-01T14:42:00.950Zkflt 0.000002809
5232026-04-01T14:42:00.950Zlock 21.197086759
5242026-04-01T14:42:00.950Zslp 22.216983716
5252026-04-01T14:42:00.950Zlat 0.021446177
5262026-04-01T14:42:00.950Zstop 0.216883037
5272026-04-01T14:42:00.950Z+ header test
5282026-04-01T14:42:00.950Z+ echo '# ==== test ==== #'
5292026-04-01T14:42:00.950Z# ==== test ==== #
5302026-04-01T14:42:00.950Z+ ptime -m cargo test
5312026-04-01T14:42:01.103Z Compiling memchr v2.8.0
5322026-04-01T14:42:01.106Z Compiling serde_core v1.0.228
5332026-04-01T14:42:01.127Z Compiling thiserror v2.0.18
5342026-04-01T14:42:01.130Z Compiling zerocopy v0.8.48
5352026-04-01T14:42:01.133Z Compiling byteorder v1.5.0
5362026-04-01T14:42:01.133Z Compiling unicode-ident v1.0.24
5372026-04-01T14:42:01.136Z Compiling libc v0.2.184
5382026-04-01T14:42:01.136Z Compiling zmij v1.0.21
5392026-04-01T14:42:01.209Z Compiling proc-macro2 v1.0.106
5402026-04-01T14:42:01.252Z Compiling scroll v0.13.0
5412026-04-01T14:42:01.337Z Compiling itoa v1.0.18
5422026-04-01T14:42:01.474Z Compiling log v0.4.29
5432026-04-01T14:42:01.495Z Compiling ucd-trie v0.1.7
5442026-04-01T14:42:01.519Z Compiling plain v0.2.3
5452026-04-01T14:42:01.589Z Compiling futures-core v0.3.32
5462026-04-01T14:42:01.614Z Compiling futures-sink v0.3.32
5472026-04-01T14:42:01.681Z Compiling pest v2.8.6
5482026-04-01T14:42:01.707Z Compiling futures-channel v0.3.32
5492026-04-01T14:42:01.746Z Compiling goblin v0.10.5
5502026-04-01T14:42:01.938Z Compiling quote v1.0.45
5512026-04-01T14:42:02.204Z Compiling hash32 v0.3.1
5522026-04-01T14:42:02.370Z Compiling pin-project-lite v0.2.17
5532026-04-01T14:42:02.462Z Compiling macaddr v1.0.1
5542026-04-01T14:42:02.624Z Compiling slab v0.4.12
5552026-04-01T14:42:02.671Z Compiling cfg-if v1.0.4
5562026-04-01T14:42:02.730Z Compiling futures-task v0.3.32
5572026-04-01T14:42:02.733Z Compiling futures-io v0.3.32
5582026-04-01T14:42:02.802Z Compiling pretty-hex v0.4.2
5592026-04-01T14:42:02.920Z Compiling serde v1.0.228
5602026-04-01T14:42:02.929Z Compiling bitflags v2.11.0
5612026-04-01T14:42:02.929Z Compiling serde_json v1.0.149
5622026-04-01T14:42:03.042Z Compiling stable_deref_trait v1.2.1
5632026-04-01T14:42:03.112Z Compiling heapless v0.8.0
5642026-04-01T14:42:03.340Z Compiling futures-util v0.3.32
5652026-04-01T14:42:03.388Z Compiling dtrace-parser v0.3.0
5662026-04-01T14:42:03.526Z Compiling syn v2.0.117
5672026-04-01T14:42:03.549Z Compiling thread-id v5.1.0
5682026-04-01T14:42:03.623Z Compiling cobs v0.3.0
5692026-04-01T14:42:03.902Z Compiling ingot-types v0.1.2
5702026-04-01T14:42:03.980Z Compiling managed v0.8.0
5712026-04-01T14:42:04.108Z Compiling bitflags v1.3.2
5722026-04-01T14:42:04.174Z Compiling smoltcp v0.11.0
5732026-04-01T14:42:04.199Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5742026-04-01T14:42:04.292Z Compiling ingot v0.1.1
5752026-04-01T14:42:04.422Z Compiling postcard v1.1.3
5762026-04-01T14:42:04.767Z Compiling dof v0.4.0
5772026-04-01T14:42:06.058Z Compiling usdt-impl v0.6.0
5782026-04-01T14:42:06.076Z Compiling futures-executor v0.3.32
5792026-04-01T14:42:06.528Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5802026-04-01T14:42:06.697Z Compiling memmap2 v0.9.10
5812026-04-01T14:42:07.001Z Compiling unicode-width v0.2.2
5822026-04-01T14:42:07.045Z Compiling either v1.15.0
5832026-04-01T14:42:07.115Z Compiling ipnetwork v0.21.1
5842026-04-01T14:42:07.220Z Compiling tabwriter v1.4.1
5852026-04-01T14:42:07.307Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-04-01T14:42:07.637Z Compiling itertools v0.14.0
5872026-04-01T14:42:07.643Z Compiling ref-cast v1.0.25
5882026-04-01T14:42:07.736Z Compiling usdt v0.6.0
5892026-04-01T14:42:08.363Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5902026-04-01T14:42:08.419Z Compiling futures v0.3.32
5912026-04-01T14:42:08.492Z Compiling crc32fast v1.5.0
5922026-04-01T14:42:08.608Z Compiling nom v8.0.0
5932026-04-01T14:42:08.631Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5942026-04-01T14:42:08.731Z Compiling dyn-clone v1.0.20
5952026-04-01T14:42:08.895Z Compiling cookie-factory v0.3.3
5962026-04-01T14:42:09.046Z Compiling uuid v1.23.0
5972026-04-01T14:42:09.207Z Compiling circular v0.3.0
5982026-04-01T14:42:09.455Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5992026-04-01T14:42:09.589Z Compiling dtor v0.3.0
6002026-04-01T14:42:09.643Z Compiling anyhow v1.0.102
6012026-04-01T14:42:09.660Z Compiling typeid v1.0.3
6022026-04-01T14:42:09.690Z Compiling once_cell v1.21.4
6032026-04-01T14:42:09.694Z Compiling ctor v0.8.0
6042026-04-01T14:42:09.844Z Compiling ron v0.12.1
6052026-04-01T14:42:11.132Z Compiling rusticata-macros v5.0.0
6062026-04-01T14:42:11.450Z Compiling pcap-parser v0.17.0
6072026-04-01T14:42:15.144Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-04-01T14:42:17.332Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-04-01T14:42:54.876Z Finished `test` profile [optimized + debuginfo] target(s) in 53.91s
6102026-04-01T14:42:54.893Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f14a9b55c317be85)
6112026-04-01T14:42:54.908Z
6122026-04-01T14:42:54.908Zrunning 15 tests
6132026-04-01T14:42:54.908Ztest api::tests::ports_from_str_good ... ok
6142026-04-01T14:42:54.908Ztest api::tests::parse_bad_address ... ok
6152026-04-01T14:42:54.908Ztest api::tests::parse_good_address ... ok
6162026-04-01T14:42:54.908Ztest api::tests::parse_bad_proto_filter ... ok
6172026-04-01T14:42:54.908Ztest api::tests::ports_from_str_bad ... ok
6182026-04-01T14:42:54.908Ztest cfg::tests::test_required_nat_space ... ok
6192026-04-01T14:42:54.908Ztest api::tests::parse_good_proto_filter ... ok
6202026-04-01T14:42:54.908Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-04-01T14:42:54.908Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-04-01T14:42:54.908Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-04-01T14:42:54.908Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-04-01T14:42:54.908Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-04-01T14:42:54.908Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6262026-04-01T14:42:54.908Ztest engine::geneve::test::parse_single_opt ... ok
6272026-04-01T14:42:54.908Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-04-01T14:42:54.908Z
6292026-04-01T14:42:54.908Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-04-01T14:42:54.909Z
6312026-04-01T14:42:54.909Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-637ff909c0037896)
6322026-04-01T14:42:54.909Z
6332026-04-01T14:42:54.909Zrunning 4 tests
6342026-04-01T14:42:54.909Ztest firewall_vni_outbound ... ok
6352026-04-01T14:42:54.909Ztest firewall_external_inbound ... ok
6362026-04-01T14:42:54.909Ztest firewall_vni_inbound ... ok
6372026-04-01T14:42:54.909Ztest firewall_replace_rules ... ok
6382026-04-01T14:42:54.909Z
6392026-04-01T14:42:54.909Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-04-01T14:42:54.909Z
6412026-04-01T14:42:54.909Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-65667d50ebf8a1c9)
6422026-04-01T14:42:54.909Z
6432026-04-01T14:42:54.909Zrunning 2 tests
6442026-04-01T14:42:54.909Ztest parse_in_regression ... ok
6452026-04-01T14:42:54.909Ztest parse_out_regression ... ok
6462026-04-01T14:42:54.909Z
6472026-04-01T14:42:54.909Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-04-01T14:42:54.909Z
6492026-04-01T14:42:54.909Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c869bccf26e17f0c)
6502026-04-01T14:42:54.909Z
6512026-04-01T14:42:54.909Zrunning 47 tests
6522026-04-01T14:42:54.909Ztest bad_ip_len ... ok
6532026-04-01T14:42:54.913Ztest check_layers ... ok
6542026-04-01T14:42:54.913Ztest add_remove_fw_rule ... ok
6552026-04-01T14:42:54.913Ztest arp_gateway ... ok
6562026-04-01T14:42:54.913Ztest anti_spoof ... ok
6572026-04-01T14:42:54.913Ztest external_attached_subnets_cannot_reach_internal ... ok
6582026-04-01T14:42:54.913Ztest external_attached_subnets_dont_apply_nat ... ok
6592026-04-01T14:42:54.913Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6602026-04-01T14:42:54.913Ztest gateway_icmp4_ping ... ok
6612026-04-01T14:42:54.913Ztest flow_expiration ... ok
6622026-04-01T14:42:54.913Ztest gateway_icmpv6_ping ... ok
6632026-04-01T14:42:54.913Ztest external_ip_reconfigurable ... ok
6642026-04-01T14:42:54.913Ztest external_ip_epoch_affinity_preserved ... ok
6652026-04-01T14:42:54.913Ztest early_tcp_invalidation ... ok
6662026-04-01T14:42:54.913Ztest gateway_router_advert_reply ... ok
6672026-04-01T14:42:54.913Ztest guest_to_guest_no_route ... ok
6682026-04-01T14:42:54.913Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-04-01T14:42:54.913Ztest guest_to_internet_ipv4 ... ok
6702026-04-01T14:42:54.913Ztest external_ip_balanced_over_floating_ips ... ok
6712026-04-01T14:42:54.913Ztest icmp_inner_has_nat_applied ... ok
6722026-04-01T14:42:54.913Ztest guest_to_internet_ipv6 ... ok
6732026-04-01T14:42:54.913Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-04-01T14:42:54.913Ztest guest_to_guest ... ok
6752026-04-01T14:42:54.913Ztest icmpv6_inner_has_nat_applied ... ok
6762026-04-01T14:42:54.913Ztest external_ip_receive_and_reply_on_all ... ok
6772026-04-01T14:42:54.913Ztest internal_attached_subnets ... ok
6782026-04-01T14:42:54.913Ztest packet_body_pullup ... ok
6792026-04-01T14:42:54.913Ztest outbound_ndp_dropped ... ok
6802026-04-01T14:42:54.913Ztest intra_subnet_routes_with_custom ... ok
6812026-04-01T14:42:54.913Ztest no_panic_on_flow_table_full ... ok
6822026-04-01T14:42:54.913Ztest port_transition_reset ... ok
6832026-04-01T14:42:54.913Ztest port_transition_running ... ok
6842026-04-01T14:42:54.913Ztest test_drop_on_unknown_critical_option ... ok
6852026-04-01T14:42:54.913Ztest port_transition_pause ... ok
6862026-04-01T14:42:54.913Ztest port_as_router_target ... ok
6872026-04-01T14:42:54.914Ztest select_eip_conditioned_on_igw ... ok
6882026-04-01T14:42:54.914Ztest test_ipv6_multicast_encapsulation ... ok
6892026-04-01T14:42:54.914Ztest tcp_inbound ... ok
6902026-04-01T14:42:54.914Ztest tcp_outbound ... ok
6912026-04-01T14:42:54.914Ztest test_gateway_neighbor_advert_reply ... ok
6922026-04-01T14:42:54.914Ztest snat_icmp6_echo_rewrite ... ok
6932026-04-01T14:42:54.914Ztest snat_icmp4_echo_rewrite ... ok
6942026-04-01T14:42:54.914Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6952026-04-01T14:42:54.914Ztest test_tcp_multicast_denied ... ok
6962026-04-01T14:42:54.914Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6972026-04-01T14:42:54.914Ztest uft_lft_invalidation_out ... ok
6982026-04-01T14:42:54.914Ztest uft_lft_invalidation_in ... ok
6992026-04-01T14:42:54.914Z
7002026-04-01T14:42:54.914Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-04-01T14:42:54.914Z
7022026-04-01T14:42:54.914Z Doc-tests oxide_vpc
7032026-04-01T14:42:55.196Z
7042026-04-01T14:42:55.196Zrunning 0 tests
7052026-04-01T14:42:55.196Z
7062026-04-01T14:42:55.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-01T14:42:55.196Z
7082026-04-01T14:42:55.223Z
7092026-04-01T14:42:55.227Zreal 54.265389050
7102026-04-01T14:42:55.227Zuser 3:13.899868957
7112026-04-01T14:42:55.227Zsys 11.629350171
7122026-04-01T14:42:55.227Ztrap 0.084391171
7132026-04-01T14:42:55.227Ztflt 0.218879592
7142026-04-01T14:42:55.227Zdflt 0.286187271
7152026-04-01T14:42:55.227Zkflt 0.001105524
7162026-04-01T14:42:55.227Zlock 12:34.066117636
7172026-04-01T14:42:55.227Zslp 6:29.983476647
7182026-04-01T14:42:55.227Zlat 9.202561999
7192026-04-01T14:42:55.227Zstop 5.232651088
7202026-04-01T14:42:55.227Zprocess exited: duration 119986 ms, exit code 0
 
7212026-04-01T14:42:55.234Zfound 0 output files