01KW11R53Q8E1NM7GV824G50WB: oxide-vpc

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

Buildomat Job: 01KW11RZK0YJTJGP6225MRJFFD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:08:28.497Zjob assigned to worker 01KW11S707SSYTYNBYC46WB7N8 [factory aws, i-0c0ac6094dddb9669] (queued for 58 s)
 
22026-06-26T04:08:34.734Zstarting task 0: "setup"
32026-06-26T04:08:34.740Z++ uname -s
42026-06-26T04:08:34.742Z+ kern=SunOS
52026-06-26T04:08:34.743Z+ build_user=build
62026-06-26T04:08:34.743Z+ build_uid=12345
72026-06-26T04:08:34.743Z+ work_dir=/work
82026-06-26T04:08:34.743Z+ input_dir=/input
92026-06-26T04:08:34.743Z+ [[ 0 == 12345 ]]
102026-06-26T04:08:34.743Z+ case "$kern" in
112026-06-26T04:08:34.743Z+ groupadd -g 12345 build
122026-06-26T04:08:34.745Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:08:36.748Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:08:36.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:08:36.878Z+ home_fs=zfs
162026-06-26T04:08:36.878Z+ [[ zfs == autofs ]]
172026-06-26T04:08:36.878Z+ mkdir -p /home/build
182026-06-26T04:08:36.878Z+ chown build:build /home/build /work
192026-06-26T04:08:38.880Z+ chmod 0700 /home/build /work
202026-06-26T04:08:38.882Zprocess exited: duration 4146 ms, exit code 0
 
212026-06-26T04:08:38.890Zstarting task 1: "rust-toolchain"
222026-06-26T04:08:38.893Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:08:38.893Z * rust toolchain channel = "1.96.0"
242026-06-26T04:08:38.894Z * rust toolchain profile = "default"
252026-06-26T04:08:38.894Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-26T04:08:38.894Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:08:38.894Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:08:38.896Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:08:38.896Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:08:38.998Zinfo: downloading installer
312026-06-26T04:08:40.430Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:08:40.430Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:08:40.430Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:08:40.430Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:08:40.443Zinfo: profile set to default
362026-06-26T04:08:40.443Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:08:40.448Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:08:40.584Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:08:40.587Zinfo: downloading 6 components
402026-06-26T04:08:55.644Z
412026-06-26T04:08:55.644Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-26T04:08:55.678Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:08:55.678Z
442026-06-26T04:08:55.678Z
452026-06-26T04:08:55.678ZRust is installed now. Great!
462026-06-26T04:08:55.678Z
472026-06-26T04:08:55.678ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:08:55.679Zenvironment variable. This has not been done automatically.
492026-06-26T04:08:55.679Z
502026-06-26T04:08:55.679ZTo configure your current shell, you need to source
512026-06-26T04:08:55.679Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:08:55.679Z
532026-06-26T04:08:55.679ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:08:55.697Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:08:55.697Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:08:55.697Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:08:55.697Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:08:55.697Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:08:55.697Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:08:55.697Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:08:55.697Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:08:55.784Z+ rustup --version
632026-06-26T04:08:55.793Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:55.795Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:55.815Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:55.818Z+ cargo --version
672026-06-26T04:08:55.833Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:55.842Z+ rustc --version
692026-06-26T04:08:55.857Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:55.860Zprocess exited: duration 16968 ms, exit code 0
 
712026-06-26T04:08:55.869Zstarting task 2: "authentication"
722026-06-26T04:08:55.882Zprocess exited: duration 16 ms, exit code 0
 
732026-06-26T04:08:55.888Zstarting task 3: "clone repository"
742026-06-26T04:08:55.891Z+ mkdir -p /work/oxidecomputer/opte
752026-06-26T04:08:55.895Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-26T04:08:55.923ZCloning into '/work/oxidecomputer/opte'...
772026-06-26T04:08:56.902Z+ cd /work/oxidecomputer/opte
782026-06-26T04:08:56.902Z+ git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
792026-06-26T04:08:57.132ZFrom https://github.com/oxidecomputer/opte
802026-06-26T04:08:57.132Z * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD
812026-06-26T04:08:57.138Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-06-26T04:08:57.141Z++ git branch --show-current
832026-06-26T04:08:57.141Z+ current=master
842026-06-26T04:08:57.141Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-06-26T04:08:57.141Z+ git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
862026-06-26T04:08:57.141Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-06-26T04:08:57.157ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-06-26T04:08:57.162Z+ git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
892026-06-26T04:08:57.171ZHEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103
902026-06-26T04:08:57.172Zprocess exited: duration 1274 ms, exit code 0
 
912026-06-26T04:08:57.181Zstarting task 4: "build"
922026-06-26T04:08:57.185Z+ source .github/buildomat/common.sh
932026-06-26T04:08:57.185Z++ rustup show active-toolchain
942026-06-26T04:08:57.190Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-26T04:08:57.193Z++ pushd xde
962026-06-26T04:08:57.193Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-26T04:08:57.193Z++ rustup show active-toolchain
982026-06-26T04:08:57.197Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-26T04:08:57.390Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-26T04:08:57.393Zinfo: downloading 6 components
1012026-06-26T04:09:12.419Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-26T04:09:12.583Z+++ rustup show active-toolchain -v
1032026-06-26T04:09:12.602Z+++ head -n 1
1042026-06-26T04:09:12.602Z+++ cut '-d ' -f1
1052026-06-26T04:09:12.602Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-26T04:09:12.602Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-26T04:09:12.602Z++ popd
1082026-06-26T04:09:12.602Z/work/oxidecomputer/opte
1092026-06-26T04:09:12.602Z+ cargo --version
1102026-06-26T04:09:12.602Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-26T04:09:12.602Z+ rustc --version
1122026-06-26T04:09:12.603Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-26T04:09:12.603Z+ cd lib/oxide-vpc
1142026-06-26T04:09:12.603Z+ header 'check style'
1152026-06-26T04:09:12.603Z+ echo '# ==== check style ==== #'
1162026-06-26T04:09:12.603Z# ==== check style ==== #
1172026-06-26T04:09:12.603Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-26T04:09:12.771Z
1192026-06-26T04:09:12.771Zreal 0.120475638
1202026-06-26T04:09:12.771Zuser 0.085766606
1212026-06-26T04:09:12.771Zsys 0.030949283
1222026-06-26T04:09:12.772Ztrap 0.000002620
1232026-06-26T04:09:12.772Ztflt 0.000030380
1242026-06-26T04:09:12.833Zdflt 0.000025190
1252026-06-26T04:09:12.833Zkflt 0.000000000
1262026-06-26T04:09:12.833Zlock 0.031364718
1272026-06-26T04:09:12.834Zslp 0.100154722
1282026-06-26T04:09:12.834Zlat 0.000850790
1292026-06-26T04:09:12.834Zstop 0.000098310
1302026-06-26T04:09:12.834Z+ header 'check docs'
1312026-06-26T04:09:12.834Z+ echo '# ==== check docs ==== #'
1322026-06-26T04:09:12.834Z# ==== check docs ==== #
1332026-06-26T04:09:12.834Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-26T04:09:12.834Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-26T04:09:12.834Z Updating crates.io index
1362026-06-26T04:09:12.834Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-26T04:09:13.763Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-26T04:09:14.019Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-26T04:09:14.361Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-26T04:09:14.584Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-26T04:09:14.823Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-26T04:09:15.074Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-26T04:09:16.947Z Downloading crates ...
1442026-06-26T04:09:17.010Z Downloaded darling v0.23.0
1452026-06-26T04:09:17.018Z Downloaded bitflags v1.3.2
1462026-06-26T04:09:17.025Z Downloaded aho-corasick v1.1.4
1472026-06-26T04:09:17.029Z Downloaded crypto-common v0.1.7
1482026-06-26T04:09:17.032Z Downloaded memchr v2.8.2
1492026-06-26T04:09:17.036Z Downloaded byteorder v1.5.0
1502026-06-26T04:09:17.036Z Downloaded darling v0.21.3
1512026-06-26T04:09:17.040Z Downloaded ingot-types v0.1.2
1522026-06-26T04:09:17.040Z Downloaded block-buffer v0.10.4
1532026-06-26T04:09:17.040Z Downloaded cobs v0.3.0
1542026-06-26T04:09:17.049Z Downloaded itertools v0.14.0
1552026-06-26T04:09:17.060Z Downloaded bitflags v2.13.0
1562026-06-26T04:09:17.064Z Downloaded cpufeatures v0.2.17
1572026-06-26T04:09:17.064Z Downloaded dof v0.4.0
1582026-06-26T04:09:17.067Z Downloaded embedded-io v0.6.1
1592026-06-26T04:09:17.067Z Downloaded generic-array v0.14.7
1602026-06-26T04:09:17.074Z Downloaded darling_core v0.23.0
1612026-06-26T04:09:17.076Z Downloaded proc-macro-error2 v2.0.1
1622026-06-26T04:09:17.076Z Downloaded defmt-parser v1.0.0
1632026-06-26T04:09:17.077Z Downloaded itoa v1.0.18
1642026-06-26T04:09:17.077Z Downloaded macaddr v1.0.1
1652026-06-26T04:09:17.077Z Downloaded managed v0.8.0
1662026-06-26T04:09:17.079Z Downloaded version_check v0.9.5
1672026-06-26T04:09:17.079Z Downloaded darling_macro v0.21.3
1682026-06-26T04:09:17.082Z Downloaded darling_macro v0.23.0
1692026-06-26T04:09:17.082Z Downloaded ident_case v1.0.1
1702026-06-26T04:09:17.084Z Downloaded fnv v1.0.7
1712026-06-26T04:09:17.096Z Downloaded cfg-if v1.0.4
1722026-06-26T04:09:17.099Z Downloaded dyn-clone v1.0.20
1732026-06-26T04:09:17.102Z Downloaded embedded-io v0.4.0
1742026-06-26T04:09:17.105Z Downloaded hash32 v0.3.1
1752026-06-26T04:09:17.108Z Downloaded digest v0.10.7
1762026-06-26T04:09:17.116Z Downloaded proc-macro-error-attr2 v2.0.0
1772026-06-26T04:09:17.121Z Downloaded scroll_derive v0.13.1
1782026-06-26T04:09:17.124Z Downloaded stable_deref_trait v1.2.1
1792026-06-26T04:09:17.127Z Downloaded ref-cast-impl v1.0.25
1802026-06-26T04:09:17.135Z Downloaded pretty-hex v0.4.2
1812026-06-26T04:09:17.140Z Downloaded usdt-macro v0.6.0
1822026-06-26T04:09:17.140Z Downloaded usdt-attr-macro v0.6.0
1832026-06-26T04:09:17.143Z Downloaded plain v0.2.3
1842026-06-26T04:09:17.144Z Downloaded thread-id v5.1.0
1852026-06-26T04:09:17.144Z Downloaded usdt v0.6.0
1862026-06-26T04:09:17.150Z Downloaded dtrace-parser v0.3.0
1872026-06-26T04:09:17.154Z Downloaded serde_tokenstream v0.2.3
1882026-06-26T04:09:17.154Z Downloaded defmt-macros v1.1.0
1892026-06-26T04:09:17.159Z Downloaded either v1.16.0
1902026-06-26T04:09:17.163Z Downloaded ingot v0.1.1
1912026-06-26T04:09:17.164Z Downloaded ipnetwork v0.21.1
1922026-06-26T04:09:17.164Z Downloaded proc-macro2 v1.0.106
1932026-06-26T04:09:17.169Z Downloaded tabwriter v1.4.1
1942026-06-26T04:09:17.169Z Downloaded strsim v0.11.1
1952026-06-26T04:09:17.169Z Downloaded ref-cast v1.0.25
1962026-06-26T04:09:17.174Z Downloaded thiserror v2.0.18
1972026-06-26T04:09:17.185Z Downloaded scroll v0.13.0
1982026-06-26T04:09:17.189Z Downloaded sha2 v0.10.9
1992026-06-26T04:09:17.189Z Downloaded quote v1.0.46
2002026-06-26T04:09:17.191Z Downloaded usdt-impl v0.6.0
2012026-06-26T04:09:17.194Z Downloaded thiserror-impl v2.0.18
2022026-06-26T04:09:17.194Z Downloaded crc32fast v1.5.0
2032026-06-26T04:09:17.197Z Downloaded ucd-trie v0.1.7
2042026-06-26T04:09:17.201Z Downloaded memmap2 v0.9.10
2052026-06-26T04:09:17.217Z Downloaded pest_derive v2.8.6
2062026-06-26T04:09:17.225Z Downloaded defmt v1.1.0
2072026-06-26T04:09:17.227Z Downloaded pest_generator v2.8.6
2082026-06-26T04:09:17.230Z Downloaded zmij v1.0.21
2092026-06-26T04:09:17.233Z Downloaded log v0.4.33
2102026-06-26T04:09:17.233Z Downloaded serde_derive v1.0.228
2112026-06-26T04:09:17.236Z Downloaded darling_core v0.21.3
2122026-06-26T04:09:17.240Z Downloaded postcard v1.1.3
2132026-06-26T04:09:17.250Z Downloaded ingot-macros v0.1.1
2142026-06-26T04:09:17.255Z Downloaded uuid v1.23.3
2152026-06-26T04:09:17.259Z Downloaded serde_core v1.0.228
2162026-06-26T04:09:17.264Z Downloaded unicode-ident v1.0.24
2172026-06-26T04:09:17.267Z Downloaded pest_meta v2.8.6
2182026-06-26T04:09:17.279Z Downloaded heapless v0.8.0
2192026-06-26T04:09:17.282Z Downloaded zerocopy-derive v0.8.52
2202026-06-26T04:09:17.301Z Downloaded serde v1.0.228
2212026-06-26T04:09:17.306Z Downloaded defmt v0.3.100
2222026-06-26T04:09:17.320Z Downloaded typenum v1.20.1
2232026-06-26T04:09:17.334Z Downloaded pest v2.8.6
2242026-06-26T04:09:17.346Z Downloaded serde_json v1.0.150
2252026-06-26T04:09:17.349Z Downloaded regex v1.12.4
2262026-06-26T04:09:17.357Z Downloaded itertools v0.15.0
2272026-06-26T04:09:17.432Z Downloaded unicode-width v0.2.2
2282026-06-26T04:09:17.441Z Downloaded goblin v0.10.7
2292026-06-26T04:09:17.444Z Downloaded zerocopy v0.8.52
2302026-06-26T04:09:17.450Z Downloaded syn v2.0.118
2312026-06-26T04:09:17.456Z Downloaded smoltcp v0.11.0
2322026-06-26T04:09:17.462Z Downloaded regex-syntax v0.8.11
2332026-06-26T04:09:17.501Z Downloaded regex-automata v0.4.14
2342026-06-26T04:09:17.513Z Downloaded libc v0.2.186
2352026-06-26T04:09:17.574Z Compiling proc-macro2 v1.0.106
2362026-06-26T04:09:17.574Z Compiling quote v1.0.46
2372026-06-26T04:09:17.574Z Compiling unicode-ident v1.0.24
2382026-06-26T04:09:17.577Z Compiling ident_case v1.0.1
2392026-06-26T04:09:17.577Z Documenting unicode-ident v1.0.24
2402026-06-26T04:09:17.577Z Compiling strsim v0.11.1
2412026-06-26T04:09:17.577Z Compiling serde_core v1.0.228
2422026-06-26T04:09:17.728Z Compiling fnv v1.0.7
2432026-06-26T04:09:17.745Z Compiling memchr v2.8.2
2442026-06-26T04:09:17.750Z Compiling thiserror v2.0.18
2452026-06-26T04:09:17.931Z Compiling serde v1.0.228
2462026-06-26T04:09:17.983Z Compiling regex-syntax v0.8.11
2472026-06-26T04:09:18.032Z Compiling zerocopy v0.8.52
2482026-06-26T04:09:18.219Z Documenting proc-macro2 v1.0.106
2492026-06-26T04:09:18.252Z Compiling aho-corasick v1.1.4
2502026-06-26T04:09:18.563Z Compiling either v1.16.0
2512026-06-26T04:09:18.695Z Checking byteorder v1.5.0
2522026-06-26T04:09:18.712Z Checking syn v2.0.118
2532026-06-26T04:09:18.824Z Compiling itertools v0.14.0
2542026-06-26T04:09:18.876Z Documenting quote v1.0.46
2552026-06-26T04:09:19.437Z Documenting syn v2.0.118
2562026-06-26T04:09:19.599Z Compiling regex-automata v0.4.14
2572026-06-26T04:09:19.759Z Compiling heapless v0.8.0
2582026-06-26T04:09:20.143Z Checking bitflags v2.13.0
2592026-06-26T04:09:20.156Z Checking hash32 v0.3.1
2602026-06-26T04:09:20.229Z Documenting serde_core v1.0.228
2612026-06-26T04:09:20.264Z Checking stable_deref_trait v1.2.1
2622026-06-26T04:09:20.308Z Checking cfg-if v1.0.4
2632026-06-26T04:09:20.330Z Checking macaddr v1.0.1
2642026-06-26T04:09:20.368Z Documenting memchr v2.8.2
2652026-06-26T04:09:20.471Z Documenting regex-syntax v0.8.11
2662026-06-26T04:09:20.831Z Compiling smoltcp v0.11.0
2672026-06-26T04:09:21.023Z Documenting aho-corasick v1.1.4
2682026-06-26T04:09:21.275Z Compiling darling_core v0.21.3
2692026-06-26T04:09:21.494Z Compiling regex v1.12.4
2702026-06-26T04:09:21.509Z Compiling darling_core v0.23.0
2712026-06-26T04:09:21.953Z Documenting regex-automata v0.4.14
2722026-06-26T04:09:22.191Z Checking managed v0.8.0
2732026-06-26T04:09:22.303Z Checking bitflags v1.3.2
2742026-06-26T04:09:22.387Z Documenting zerocopy-derive v0.8.52
2752026-06-26T04:09:22.479Z Compiling thiserror-impl v2.0.18
2762026-06-26T04:09:22.517Z Compiling zerocopy-derive v0.8.52
2772026-06-26T04:09:22.677Z Compiling serde_derive v1.0.228
2782026-06-26T04:09:23.359Z Documenting regex v1.12.4
2792026-06-26T04:09:23.384Z Compiling darling_macro v0.21.3
2802026-06-26T04:09:23.414Z Documenting thiserror-impl v2.0.18
2812026-06-26T04:09:23.656Z Compiling darling_macro v0.23.0
2822026-06-26T04:09:23.841Z Checking cobs v0.3.0
2832026-06-26T04:09:23.969Z Documenting serde_derive v1.0.228
2842026-06-26T04:09:23.978Z Compiling crc32fast v1.5.0
2852026-06-26T04:09:24.029Z Compiling darling v0.21.3
2862026-06-26T04:09:24.105Z Compiling ingot-macros v0.1.1
2872026-06-26T04:09:24.284Z Documenting byteorder v1.5.0
2882026-06-26T04:09:24.284Z Compiling ref-cast v1.0.25
2892026-06-26T04:09:24.339Z Documenting ingot-macros v0.1.1
2902026-06-26T04:09:24.404Z Documenting thiserror v2.0.18
2912026-06-26T04:09:24.713Z Documenting zerocopy v0.8.52
2922026-06-26T04:09:24.912Z Documenting hash32 v0.3.1
2932026-06-26T04:09:25.054Z Compiling ref-cast-impl v1.0.25
2942026-06-26T04:09:25.473Z Documenting serde v1.0.228
2952026-06-26T04:09:25.673Z Documenting bitflags v2.13.0
2962026-06-26T04:09:25.680Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-06-26T04:09:25.860Z Checking postcard v1.1.3
2982026-06-26T04:09:25.944Z Compiling version_check v0.9.5
2992026-06-26T04:09:26.146Z Checking unicode-width v0.2.2
3002026-06-26T04:09:26.219Z Documenting cfg-if v1.0.4
3012026-06-26T04:09:26.334Z Documenting stable_deref_trait v1.2.1
3022026-06-26T04:09:26.399Z Checking ipnetwork v0.21.1
3032026-06-26T04:09:26.579Z Documenting macaddr v1.0.1
3042026-06-26T04:09:26.626Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-06-26T04:09:26.876Z Documenting cobs v0.3.0
3062026-06-26T04:09:26.879Z Compiling darling v0.23.0
3072026-06-26T04:09:26.954Z Documenting managed v0.8.0
3082026-06-26T04:09:26.961Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-06-26T04:09:26.964Z Checking ingot-types v0.1.2
3102026-06-26T04:09:27.203Z Documenting heapless v0.8.0
3112026-06-26T04:09:27.320Z Checking ingot v0.1.1
3122026-06-26T04:09:27.412Z Checking itertools v0.15.0
3132026-06-26T04:09:27.571Z Documenting postcard v1.1.3
3142026-06-26T04:09:27.686Z Checking tabwriter v1.4.1
3152026-06-26T04:09:27.833Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-06-26T04:09:28.091Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-06-26T04:09:28.094Z Documenting ingot-types v0.1.2
3182026-06-26T04:09:28.196Z Documenting ref-cast-impl v1.0.25
3192026-06-26T04:09:28.206Z Documenting unicode-width v0.2.2
3202026-06-26T04:09:28.380Z Documenting smoltcp v0.11.0
3212026-06-26T04:09:28.594Z Checking dyn-clone v1.0.20
3222026-06-26T04:09:28.717Z Documenting ipnetwork v0.21.1
3232026-06-26T04:09:28.734Z Documenting either v1.16.0
3242026-06-26T04:09:28.910Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-26T04:09:29.018Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-06-26T04:09:29.222Z Documenting ingot v0.1.1
3272026-06-26T04:09:29.394Z Documenting tabwriter v1.4.1
3282026-06-26T04:09:29.672Z Documenting ref-cast v1.0.25
3292026-06-26T04:09:29.910Z Documenting crc32fast v1.5.0
3302026-06-26T04:09:29.929Z Documenting itertools v0.15.0
3312026-06-26T04:09:30.284Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-06-26T04:09:30.576Z Documenting dyn-clone v1.0.20
3332026-06-26T04:09:31.071Z Documenting uuid v1.23.3
3342026-06-26T04:09:31.332Z Checking uuid v1.23.3
3352026-06-26T04:09:31.584Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-06-26T04:09:31.620Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-06-26T04:09:32.435Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3382026-06-26T04:09:34.138Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3392026-06-26T04:09:36.485Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3402026-06-26T04:09:38.134Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.42s
3412026-06-26T04:09:38.212Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3422026-06-26T04:09:38.236Z
3432026-06-26T04:09:38.238Zreal 25.510637347
3442026-06-26T04:09:38.238Zuser 1:25.016729457
3452026-06-26T04:09:38.238Zsys 18.037768724
3462026-06-26T04:09:38.239Ztrap 0.049811067
3472026-06-26T04:09:38.239Ztflt 0.091425162
3482026-06-26T04:09:38.239Zdflt 0.089786593
3492026-06-26T04:09:38.239Zkflt 0.005058423
3502026-06-26T04:09:38.239Zlock 9:26.918041988
3512026-06-26T04:09:38.239Zslp 4:57.885733186
3522026-06-26T04:09:38.239Zlat 7.571215315
3532026-06-26T04:09:38.239Zstop 12.249699043
3542026-06-26T04:09:38.239Z+ header 'analyze std + api + usdt'
3552026-06-26T04:09:38.239Z+ echo '# ==== analyze std + api + usdt ==== #'
3562026-06-26T04:09:38.239Z# ==== analyze std + api + usdt ==== #
3572026-06-26T04:09:38.239Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3582026-06-26T04:09:38.426Z Downloading crates ...
3592026-06-26T04:09:38.493Z Downloaded dtor v0.8.1
3602026-06-26T04:09:38.498Z Downloaded futures-sink v0.3.32
3612026-06-26T04:09:38.513Z Downloaded ctor-proc-macro v0.0.13
3622026-06-26T04:09:38.516Z Downloaded futures-macro v0.3.32
3632026-06-26T04:09:38.523Z Downloaded futures v0.3.32
3642026-06-26T04:09:38.526Z Downloaded futures-io v0.3.32
3652026-06-26T04:09:38.528Z Downloaded futures-core v0.3.32
3662026-06-26T04:09:38.528Z Downloaded cookie-factory v0.3.3
3672026-06-26T04:09:38.538Z Downloaded typeid v1.0.3
3682026-06-26T04:09:38.541Z Downloaded ctor v0.10.1
3692026-06-26T04:09:38.541Z Downloaded futures-executor v0.3.32
3702026-06-26T04:09:38.543Z Downloaded anyhow v1.0.103
3712026-06-26T04:09:38.546Z Downloaded link-section v0.2.1
3722026-06-26T04:09:38.553Z Downloaded rusticata-macros v5.0.0
3732026-06-26T04:09:38.563Z Downloaded ron v0.12.1
3742026-06-26T04:09:38.568Z Downloaded nom v8.0.0
3752026-06-26T04:09:38.573Z Downloaded futures-util v0.3.32
3762026-06-26T04:09:38.576Z Downloaded pcap-parser v0.17.0
3772026-06-26T04:09:38.579Z Downloaded slab v0.4.12
3782026-06-26T04:09:38.579Z Downloaded futures-channel v0.3.32
3792026-06-26T04:09:38.579Z Downloaded dtor-proc-macro v0.0.13
3802026-06-26T04:09:38.582Z Downloaded once_cell v1.21.4
3812026-06-26T04:09:38.583Z Downloaded pin-project-lite v0.2.17
3822026-06-26T04:09:38.595Z Downloaded futures-task v0.3.32
3832026-06-26T04:09:38.602Z Downloaded circular v0.3.0
3842026-06-26T04:09:38.651Z Compiling proc-macro2 v1.0.106
3852026-06-26T04:09:38.651Z Compiling quote v1.0.46
3862026-06-26T04:09:38.654Z Compiling unicode-ident v1.0.24
3872026-06-26T04:09:38.654Z Compiling memchr v2.8.2
3882026-06-26T04:09:38.654Z Compiling thiserror v2.0.18
3892026-06-26T04:09:38.654Z Compiling serde_core v1.0.228
3902026-06-26T04:09:38.654Z Compiling zerocopy v0.8.52
3912026-06-26T04:09:38.654Z Compiling zmij v1.0.21
3922026-06-26T04:09:39.018Z Compiling libc v0.2.186
3932026-06-26T04:09:39.050Z Compiling serde_json v1.0.150
3942026-06-26T04:09:39.059Z Compiling strsim v0.11.1
3952026-06-26T04:09:39.112Z Compiling ucd-trie v0.1.7
3962026-06-26T04:09:39.257Z Compiling ident_case v1.0.1
3972026-06-26T04:09:39.273Z Compiling pest v2.8.6
3982026-06-26T04:09:39.344Z Compiling serde v1.0.228
3992026-06-26T04:09:39.585Z Compiling fnv v1.0.7
4002026-06-26T04:09:39.702Z Compiling aho-corasick v1.1.4
4012026-06-26T04:09:39.709Z Checking byteorder v1.5.0
4022026-06-26T04:09:39.880Z Compiling itoa v1.0.18
4032026-06-26T04:09:39.928Z Compiling syn v2.0.118
4042026-06-26T04:09:39.982Z Compiling regex-syntax v0.8.11
4052026-06-26T04:09:40.330Z Compiling pest_meta v2.8.6
4062026-06-26T04:09:40.466Z Compiling usdt-impl v0.6.0
4072026-06-26T04:09:40.516Z Compiling either v1.16.0
4082026-06-26T04:09:40.619Z Checking bitflags v2.13.0
4092026-06-26T04:09:40.709Z Compiling itertools v0.14.0
4102026-06-26T04:09:40.921Z Compiling thread-id v5.1.0
4112026-06-26T04:09:41.278Z Compiling heapless v0.8.0
4122026-06-26T04:09:41.299Z Checking futures-core v0.3.32
4132026-06-26T04:09:41.422Z Checking plain v0.2.3
4142026-06-26T04:09:41.500Z Compiling regex-automata v0.4.14
4152026-06-26T04:09:41.515Z Checking futures-sink v0.3.32
4162026-06-26T04:09:41.603Z Checking log v0.4.33
4172026-06-26T04:09:41.628Z Checking futures-channel v0.3.32
4182026-06-26T04:09:41.981Z Checking hash32 v0.3.1
4192026-06-26T04:09:42.106Z Checking futures-io v0.3.32
4202026-06-26T04:09:42.132Z Checking pretty-hex v0.4.2
4212026-06-26T04:09:42.204Z Checking futures-task v0.3.32
4222026-06-26T04:09:42.216Z Checking slab v0.4.12
4232026-06-26T04:09:42.315Z Checking stable_deref_trait v1.2.1
4242026-06-26T04:09:42.328Z Checking macaddr v1.0.1
4252026-06-26T04:09:42.346Z Compiling smoltcp v0.11.0
4262026-06-26T04:09:42.346Z Checking pin-project-lite v0.2.17
4272026-06-26T04:09:42.346Z Checking cfg-if v1.0.4
4282026-06-26T04:09:42.404Z Compiling pest_generator v2.8.6
4292026-06-26T04:09:42.427Z Compiling darling_core v0.21.3
4302026-06-26T04:09:42.452Z Compiling darling_core v0.23.0
4312026-06-26T04:09:42.850Z Compiling version_check v0.9.5
4322026-06-26T04:09:42.902Z Checking managed v0.8.0
4332026-06-26T04:09:43.017Z Compiling crc32fast v1.5.0
4342026-06-26T04:09:43.099Z Compiling ref-cast v1.0.25
4352026-06-26T04:09:43.121Z Checking bitflags v1.3.2
4362026-06-26T04:09:43.302Z Compiling regex v1.12.4
4372026-06-26T04:09:43.481Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-06-26T04:09:43.635Z Compiling thiserror-impl v2.0.18
4392026-06-26T04:09:43.759Z Compiling serde_derive v1.0.228
4402026-06-26T04:09:43.780Z Compiling zerocopy-derive v0.8.52
4412026-06-26T04:09:44.134Z Compiling pest_derive v2.8.6
4422026-06-26T04:09:44.428Z Compiling scroll_derive v0.13.1
4432026-06-26T04:09:44.598Z Compiling futures-macro v0.3.32
4442026-06-26T04:09:44.607Z Compiling darling_macro v0.21.3
4452026-06-26T04:09:44.666Z Compiling darling_macro v0.23.0
4462026-06-26T04:09:44.777Z Compiling ref-cast-impl v1.0.25
4472026-06-26T04:09:45.073Z Compiling dtrace-parser v0.3.0
4482026-06-26T04:09:45.164Z Compiling darling v0.21.3
4492026-06-26T04:09:45.238Z Compiling ingot-macros v0.1.1
4502026-06-26T04:09:45.257Z Checking scroll v0.13.0
4512026-06-26T04:09:45.362Z Checking cobs v0.3.0
4522026-06-26T04:09:45.430Z Checking futures-util v0.3.32
4532026-06-26T04:09:45.487Z Checking goblin v0.10.7
4542026-06-26T04:09:45.691Z Compiling darling v0.23.0
4552026-06-26T04:09:45.746Z Checking memmap2 v0.9.10
4562026-06-26T04:09:45.762Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-06-26T04:09:45.912Z Checking unicode-width v0.2.2
4582026-06-26T04:09:46.164Z Checking ipnetwork v0.21.1
4592026-06-26T04:09:46.234Z Checking itertools v0.15.0
4602026-06-26T04:09:46.337Z Checking tabwriter v1.4.1
4612026-06-26T04:09:46.479Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4622026-06-26T04:09:47.017Z Checking postcard v1.1.3
4632026-06-26T04:09:47.303Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4642026-06-26T04:09:47.319Z Compiling serde_tokenstream v0.2.3
4652026-06-26T04:09:47.364Z Checking futures-executor v0.3.32
4662026-06-26T04:09:47.506Z Checking futures v0.3.32
4672026-06-26T04:09:47.509Z Checking nom v8.0.0
4682026-06-26T04:09:47.575Z Compiling typeid v1.0.3
4692026-06-26T04:09:47.597Z Compiling anyhow v1.0.103
4702026-06-26T04:09:47.867Z Checking dyn-clone v1.0.20
4712026-06-26T04:09:47.924Z Checking cookie-factory v0.3.3
4722026-06-26T04:09:47.927Z Checking uuid v1.23.3
4732026-06-26T04:09:47.961Z Checking circular v0.3.0
4742026-06-26T04:09:48.001Z Checking ingot-types v0.1.2
4752026-06-26T04:09:48.053Z Compiling dof v0.4.0
4762026-06-26T04:09:48.123Z Compiling dtor-proc-macro v0.0.13
4772026-06-26T04:09:48.172Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-06-26T04:09:48.292Z Checking link-section v0.2.1
4792026-06-26T04:09:48.305Z Compiling ctor-proc-macro v0.0.13
4802026-06-26T04:09:48.332Z Checking ingot v0.1.1
4812026-06-26T04:09:48.380Z Checking once_cell v1.21.4
4822026-06-26T04:09:48.459Z Checking dtor v0.8.1
4832026-06-26T04:09:48.511Z Checking ron v0.12.1
4842026-06-26T04:09:48.652Z Checking ctor v0.10.1
4852026-06-26T04:09:49.071Z Compiling usdt-attr-macro v0.6.0
4862026-06-26T04:09:49.071Z Compiling usdt-macro v0.6.0
4872026-06-26T04:09:49.479Z Checking rusticata-macros v5.0.0
4882026-06-26T04:09:49.608Z Checking pcap-parser v0.17.0
4892026-06-26T04:09:49.699Z Checking usdt v0.6.0
4902026-06-26T04:09:49.915Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4912026-06-26T04:09:54.421Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4922026-06-26T04:09:56.112Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4932026-06-26T04:09:58.453Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.16s
4942026-06-26T04:09:58.488Z
4952026-06-26T04:09:58.491Zreal 20.246197531
4962026-06-26T04:09:58.491Zuser 1:15.007875932
4972026-06-26T04:09:58.491Zsys 15.747874796
4982026-06-26T04:09:58.491Ztrap 0.040719970
4992026-06-26T04:09:58.491Ztflt 0.123466448
5002026-06-26T04:09:58.491Zdflt 0.164941817
5012026-06-26T04:09:58.491Zkflt 0.000039090
5022026-06-26T04:09:58.491Zlock 4:10.744344834
5032026-06-26T04:09:58.491Zslp 3:59.456380914
5042026-06-26T04:09:58.491Zlat 3.695281251
5052026-06-26T04:09:58.491Zstop 7.755201328
5062026-06-26T04:09:58.491Z+ header 'analyze no_std + engine + kernel'
5072026-06-26T04:09:58.491Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5082026-06-26T04:09:58.491Z# ==== analyze no_std + engine + kernel ==== #
5092026-06-26T04:09:58.491Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5102026-06-26T04:09:58.677Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-06-26T04:09:58.680Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-06-26T04:09:58.680Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-26T04:09:58.695Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-06-26T04:09:58.954Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-06-26T04:10:02.756Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-06-26T04:10:04.180Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.62s
5172026-06-26T04:10:04.661Z
5182026-06-26T04:10:04.661Zreal 5.689915402
5192026-06-26T04:10:04.661Zuser 5.904071140
5202026-06-26T04:10:04.661Zsys 1.065269951
5212026-06-26T04:10:04.661Ztrap 0.001077730
5222026-06-26T04:10:04.661Ztflt 0.008653507
5232026-06-26T04:10:04.661Zdflt 0.004827792
5242026-06-26T04:10:04.661Zkflt 0.000000600
5252026-06-26T04:10:04.661Zlock 26.593793761
5262026-06-26T04:10:04.661Zslp 21.197565589
5272026-06-26T04:10:04.661Zlat 0.025708702
5282026-06-26T04:10:04.661Zstop 0.274661478
5292026-06-26T04:10:04.661Z+ header test
5302026-06-26T04:10:04.661Z+ echo '# ==== test ==== #'
5312026-06-26T04:10:04.661Z# ==== test ==== #
5322026-06-26T04:10:04.661Z+ ptime -m cargo test
5332026-06-26T04:10:04.676Z Compiling memchr v2.8.2
5342026-06-26T04:10:04.676Z Compiling serde_core v1.0.228
5352026-06-26T04:10:04.676Z Compiling thiserror v2.0.18
5362026-06-26T04:10:04.676Z Compiling zerocopy v0.8.52
5372026-06-26T04:10:04.676Z Compiling byteorder v1.5.0
5382026-06-26T04:10:04.676Z Compiling unicode-ident v1.0.24
5392026-06-26T04:10:04.676Z Compiling zmij v1.0.21
5402026-06-26T04:10:04.677Z Compiling libc v0.2.186
5412026-06-26T04:10:04.677Z Compiling proc-macro2 v1.0.106
5422026-06-26T04:10:04.677Z Compiling scroll v0.13.0
5432026-06-26T04:10:04.677Z Compiling ucd-trie v0.1.7
5442026-06-26T04:10:04.722Z Compiling log v0.4.33
5452026-06-26T04:10:04.793Z Compiling itoa v1.0.18
5462026-06-26T04:10:04.793Z Compiling plain v0.2.3
5472026-06-26T04:10:04.900Z Compiling futures-core v0.3.32
5482026-06-26T04:10:04.970Z Compiling futures-sink v0.3.32
5492026-06-26T04:10:05.054Z Compiling goblin v0.10.7
5502026-06-26T04:10:05.097Z Compiling futures-channel v0.3.32
5512026-06-26T04:10:05.097Z Compiling quote v1.0.46
5522026-06-26T04:10:05.277Z Compiling pest v2.8.6
5532026-06-26T04:10:05.308Z Compiling hash32 v0.3.1
5542026-06-26T04:10:05.482Z Compiling macaddr v1.0.1
5552026-06-26T04:10:05.714Z Compiling slab v0.4.12
5562026-06-26T04:10:05.736Z Compiling cfg-if v1.0.4
5572026-06-26T04:10:05.801Z Compiling futures-task v0.3.32
5582026-06-26T04:10:05.898Z Compiling futures-io v0.3.32
5592026-06-26T04:10:05.930Z Compiling pretty-hex v0.4.2
5602026-06-26T04:10:05.994Z Compiling pin-project-lite v0.2.17
5612026-06-26T04:10:06.059Z Compiling stable_deref_trait v1.2.1
5622026-06-26T04:10:06.083Z Compiling futures-util v0.3.32
5632026-06-26T04:10:06.086Z Compiling syn v2.0.118
5642026-06-26T04:10:06.130Z Compiling heapless v0.8.0
5652026-06-26T04:10:06.379Z Compiling serde v1.0.228
5662026-06-26T04:10:07.595Z Compiling bitflags v2.13.0
5672026-06-26T04:10:07.598Z Compiling serde_json v1.0.150
5682026-06-26T04:10:07.598Z Compiling dtrace-parser v0.3.0
5692026-06-26T04:10:07.598Z Compiling thread-id v5.1.0
5702026-06-26T04:10:07.599Z Compiling cobs v0.3.0
5712026-06-26T04:10:07.599Z Compiling ingot-types v0.1.2
5722026-06-26T04:10:07.599Z Compiling bitflags v1.3.2
5732026-06-26T04:10:07.599Z Compiling managed v0.8.0
5742026-06-26T04:10:07.599Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-06-26T04:10:07.684Z Compiling smoltcp v0.11.0
5762026-06-26T04:10:07.684Z Compiling ingot v0.1.1
5772026-06-26T04:10:07.691Z Compiling postcard v1.1.3
5782026-06-26T04:10:08.045Z Compiling dof v0.4.0
5792026-06-26T04:10:08.942Z Compiling usdt-impl v0.6.0
5802026-06-26T04:10:09.997Z Compiling futures-executor v0.3.32
5812026-06-26T04:10:10.194Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-06-26T04:10:10.611Z Compiling memmap2 v0.9.10
5832026-06-26T04:10:10.697Z Compiling unicode-width v0.2.2
5842026-06-26T04:10:10.837Z Compiling ipnetwork v0.21.1
5852026-06-26T04:10:10.911Z Compiling either v1.16.0
5862026-06-26T04:10:10.971Z Compiling tabwriter v1.4.1
5872026-06-26T04:10:11.094Z Compiling itertools v0.15.0
5882026-06-26T04:10:11.371Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5892026-06-26T04:10:11.400Z Compiling usdt v0.6.0
5902026-06-26T04:10:11.943Z Compiling ref-cast v1.0.25
5912026-06-26T04:10:12.032Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5922026-06-26T04:10:12.040Z Compiling futures v0.3.32
5932026-06-26T04:10:12.080Z Compiling crc32fast v1.5.0
5942026-06-26T04:10:12.112Z Compiling nom v8.0.0
5952026-06-26T04:10:12.114Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962026-06-26T04:10:12.335Z Compiling dyn-clone v1.0.20
5972026-06-26T04:10:12.504Z Compiling cookie-factory v0.3.3
5982026-06-26T04:10:12.509Z Compiling uuid v1.23.3
5992026-06-26T04:10:12.695Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6002026-06-26T04:10:12.824Z Compiling circular v0.3.0
6012026-06-26T04:10:12.934Z Compiling dtor v0.8.1
6022026-06-26T04:10:13.024Z Compiling anyhow v1.0.103
6032026-06-26T04:10:13.081Z Compiling typeid v1.0.3
6042026-06-26T04:10:13.149Z Compiling link-section v0.2.1
6052026-06-26T04:10:13.192Z Compiling once_cell v1.21.4
6062026-06-26T04:10:13.298Z Compiling ctor v0.10.1
6072026-06-26T04:10:13.366Z Compiling ron v0.12.1
6082026-06-26T04:10:14.511Z Compiling rusticata-macros v5.0.0
6092026-06-26T04:10:14.820Z Compiling pcap-parser v0.17.0
6102026-06-26T04:10:18.223Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-06-26T04:10:21.167Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-06-26T04:10:58.806Z Finished `test` profile [optimized + debuginfo] target(s) in 54.61s
6132026-06-26T04:10:58.824Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-e79b4de68a396f00)
6142026-06-26T04:10:58.826Z
6152026-06-26T04:10:58.826Zrunning 15 tests
6162026-06-26T04:10:58.829Ztest api::tests::parse_bad_proto_filter ... ok
6172026-06-26T04:10:58.829Ztest api::tests::parse_bad_address ... ok
6182026-06-26T04:10:58.829Ztest api::tests::parse_good_address ... ok
6192026-06-26T04:10:58.829Ztest api::tests::parse_good_proto_filter ... ok
6202026-06-26T04:10:58.829Ztest api::tests::ports_from_str_good ... ok
6212026-06-26T04:10:58.829Ztest api::tests::ports_from_str_bad ... ok
6222026-06-26T04:10:58.829Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6232026-06-26T04:10:58.829Ztest cfg::tests::test_required_nat_space ... ok
6242026-06-26T04:10:58.829Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-06-26T04:10:58.829Ztest engine::geneve::test::parse_multi_opt ... ok
6262026-06-26T04:10:58.829Ztest engine::geneve::test::parse_single_opt ... ok
6272026-06-26T04:10:58.829Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6282026-06-26T04:10:58.829Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6292026-06-26T04:10:58.829Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-06-26T04:10:58.829Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-06-26T04:10:58.829Z
6322026-06-26T04:10:58.829Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-06-26T04:10:58.829Z
6342026-06-26T04:10:58.829Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-f26608beb9761eab)
6352026-06-26T04:10:58.834Z
6362026-06-26T04:10:58.834Zrunning 4 tests
6372026-06-26T04:10:58.834Ztest firewall_external_inbound ... ok
6382026-06-26T04:10:58.834Ztest firewall_vni_outbound ... ok
6392026-06-26T04:10:58.834Ztest firewall_vni_inbound ... ok
6402026-06-26T04:10:58.834Ztest firewall_replace_rules ... ok
6412026-06-26T04:10:58.834Z
6422026-06-26T04:10:58.834Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-06-26T04:10:58.834Z
6442026-06-26T04:10:58.834Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-24897bf1d60bf596)
6452026-06-26T04:10:58.838Z
6462026-06-26T04:10:58.838Zrunning 2 tests
6472026-06-26T04:10:58.838Ztest parse_in_regression ... ok
6482026-06-26T04:10:58.838Ztest parse_out_regression ... ok
6492026-06-26T04:10:58.838Z
6502026-06-26T04:10:58.838Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-06-26T04:10:58.838Z
6522026-06-26T04:10:58.838Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-516eca9599ff69be)
6532026-06-26T04:10:58.838Z
6542026-06-26T04:10:58.838Zrunning 48 tests
6552026-06-26T04:10:58.838Ztest bad_ip_len ... ok
6562026-06-26T04:10:58.838Ztest check_layers ... ok
6572026-06-26T04:10:58.841Ztest add_remove_fw_rule ... ok
6582026-06-26T04:10:58.842Ztest arp_gateway ... ok
6592026-06-26T04:10:58.842Ztest external_attached_subnets_cannot_reach_internal ... ok
6602026-06-26T04:10:58.842Ztest anti_spoof ... ok
6612026-06-26T04:10:58.842Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-06-26T04:10:58.842Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-06-26T04:10:58.842Ztest flow_expiration ... ok
6642026-06-26T04:10:58.842Ztest gateway_icmp4_ping ... ok
6652026-06-26T04:10:58.842Ztest early_tcp_invalidation ... ok
6662026-06-26T04:10:58.842Ztest gateway_icmpv6_ping ... ok
6672026-06-26T04:10:58.842Ztest external_ip_epoch_affinity_preserved ... ok
6682026-06-26T04:10:58.842Ztest external_ip_reconfigurable ... ok
6692026-06-26T04:10:58.842Ztest gateway_router_advert_reply ... ok
6702026-06-26T04:10:58.842Ztest guest_to_guest_diff_vpc_no_peer ... ok
6712026-06-26T04:10:58.842Ztest guest_to_internet_ipv4 ... ok
6722026-06-26T04:10:58.842Ztest guest_to_internet_ipv6 ... ok
6732026-06-26T04:10:58.842Ztest guest_to_guest_no_route ... ok
6742026-06-26T04:10:58.842Ztest icmp_inner_has_nat_applied ... ok
6752026-06-26T04:10:58.842Ztest guest_to_guest ... ok
6762026-06-26T04:10:58.842Ztest icmpv6_inner_has_nat_applied ... ok
6772026-06-26T04:10:58.842Ztest inbound_ndp_dropped_at_gateway ... ok
6782026-06-26T04:10:58.842Ztest intra_subnet_routes_with_custom ... ok
6792026-06-26T04:10:58.842Ztest no_panic_on_flow_table_full ... ok
6802026-06-26T04:10:58.842Ztest packet_body_pullup ... ok
6812026-06-26T04:10:58.842Ztest external_ip_balanced_over_floating_ips ... ok
6822026-06-26T04:10:58.842Ztest external_ip_receive_and_reply_on_all ... ok
6832026-06-26T04:10:58.842Ztest outbound_ndp_dropped ... ok
6842026-06-26T04:10:58.842Ztest internal_attached_subnets ... ok
6852026-06-26T04:10:58.842Ztest port_transition_reset ... ok
6862026-06-26T04:10:58.842Ztest port_transition_running ... ok
6872026-06-26T04:10:58.842Ztest port_as_router_target ... ok
6882026-06-26T04:10:58.842Ztest port_transition_pause ... ok
6892026-06-26T04:10:58.842Ztest tcp_invalidation_does_not_block_connection ... ok
6902026-06-26T04:10:58.842Ztest test_drop_on_unknown_critical_option ... ok
6912026-06-26T04:10:58.842Ztest select_eip_conditioned_on_igw ... ok
6922026-06-26T04:10:58.843Ztest snat_icmp4_echo_rewrite ... ok
6932026-06-26T04:10:58.843Ztest snat_icmp6_echo_rewrite ... ok
6942026-06-26T04:10:58.843Ztest test_ipv6_multicast_encapsulation ... ok
6952026-06-26T04:10:58.843Ztest tcp_inbound ... ok
6962026-06-26T04:10:58.843Ztest tcp_outbound ... ok
6972026-06-26T04:10:58.843Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6982026-06-26T04:10:58.843Ztest test_tcp_multicast_denied ... ok
6992026-06-26T04:10:58.843Ztest test_gateway_neighbor_advert_reply ... ok
7002026-06-26T04:10:58.843Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7012026-06-26T04:10:58.843Ztest uft_lft_invalidation_out ... ok
7022026-06-26T04:10:58.843Ztest uft_lft_invalidation_in ... ok
7032026-06-26T04:10:58.843Z
7042026-06-26T04:10:58.843Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-06-26T04:10:58.843Z
7062026-06-26T04:10:58.843Z Doc-tests oxide_vpc
7072026-06-26T04:10:59.148Z
7082026-06-26T04:10:59.148Zrunning 0 tests
7092026-06-26T04:10:59.148Z
7102026-06-26T04:10:59.148Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-06-26T04:10:59.148Z
7122026-06-26T04:10:59.193Z
7132026-06-26T04:10:59.195Zreal 54.983523186
7142026-06-26T04:10:59.196Zuser 3:19.555312580
7152026-06-26T04:10:59.196Zsys 12.225962027
7162026-06-26T04:10:59.196Ztrap 0.089753257
7172026-06-26T04:10:59.196Ztflt 0.221803818
7182026-06-26T04:10:59.196Zdflt 0.363800303
7192026-06-26T04:10:59.196Zkflt 0.000025590
7202026-06-26T04:10:59.196Zlock 12:47.682051588
7212026-06-26T04:10:59.196Zslp 6:39.688949395
7222026-06-26T04:10:59.196Zlat 9.643483711
7232026-06-26T04:10:59.196Zstop 5.889070601
7242026-06-26T04:10:59.196Zprocess exited: duration 121998 ms, exit code 0
 
7252026-06-26T04:10:59.200Zfound 0 output files