01KTQSKCTXKQ05V82XPCRMF864: oxide-vpc

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

Buildomat Job: 01KTQSKWE86VXZKR2VFBW0VPQR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-10T03:36:59.483Zjob assigned to worker 01KTQSM1CJT39SWYS2EFH6Z30G [factory aws, i-098d5a190fd899fd7] (queued for 57 s)
 
22026-06-10T03:37:07.082Zstarting task 0: "setup"
32026-06-10T03:37:07.086Z++ uname -s
42026-06-10T03:37:07.089Z+ kern=SunOS
52026-06-10T03:37:07.089Z+ build_user=build
62026-06-10T03:37:07.089Z+ build_uid=12345
72026-06-10T03:37:07.089Z+ work_dir=/work
82026-06-10T03:37:07.089Z+ input_dir=/input
92026-06-10T03:37:07.089Z+ [[ 0 == 12345 ]]
102026-06-10T03:37:07.089Z+ case "$kern" in
112026-06-10T03:37:07.089Z+ groupadd -g 12345 build
122026-06-10T03:37:07.092Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-10T03:37:09.097Z+ zfs create -o mountpoint=/work rpool/work
142026-06-10T03:37:09.182Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-10T03:37:09.185Z+ home_fs=zfs
162026-06-10T03:37:09.185Z+ [[ zfs == autofs ]]
172026-06-10T03:37:09.185Z+ mkdir -p /home/build
182026-06-10T03:37:09.185Z+ chown build:build /home/build /work
192026-06-10T03:37:11.187Z+ chmod 0700 /home/build /work
202026-06-10T03:37:11.190Zprocess exited: duration 4109 ms, exit code 0
 
212026-06-10T03:37:11.196Zstarting task 1: "rust-toolchain"
222026-06-10T03:37:11.201Z * rust toolchain channel = "1.95.0"
232026-06-10T03:37:11.201Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-06-10T03:37:11.201Z * rust toolchain profile = "default"
252026-06-10T03:37:11.201Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-10T03:37:11.201Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-10T03:37:11.201Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-10T03:37:11.204Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-10T03:37:11.204Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-10T03:37:11.285Zinfo: downloading installer
312026-06-10T03:37:12.795Zwarn: It looks like you have an existing rustup settings file at:
322026-06-10T03:37:12.795Zwarn: /home/build/.rustup/settings.toml
332026-06-10T03:37:12.795Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-10T03:37:12.795Zwarn: instead of the one inferred from the default host triple.
352026-06-10T03:37:12.807Zinfo: profile set to default
362026-06-10T03:37:12.807Zinfo: default host triple is x86_64-unknown-illumos
372026-06-10T03:37:12.810Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-10T03:37:12.967Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-10T03:37:12.970Zinfo: downloading 6 components
402026-06-10T03:37:28.669Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-10T03:37:28.669Z
422026-06-10T03:37:28.696Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-10T03:37:28.696Z
442026-06-10T03:37:28.696Z
452026-06-10T03:37:28.696ZRust is installed now. Great!
462026-06-10T03:37:28.696Z
472026-06-10T03:37:28.696ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-10T03:37:28.696Zenvironment variable. This has not been done automatically.
492026-06-10T03:37:28.696Z
502026-06-10T03:37:28.696ZTo configure your current shell, you need to source
512026-06-10T03:37:28.696Zthe corresponding env file under $HOME/.cargo.
522026-06-10T03:37:28.696Z
532026-06-10T03:37:28.696ZThis is usually done by running one of the following (note the leading DOT):
542026-06-10T03:37:28.696Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-10T03:37:28.696Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-10T03:37:28.696Zsource "~/.cargo/env.nu" # For nushell
572026-06-10T03:37:28.696Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-10T03:37:28.696Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-10T03:37:28.696Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-10T03:37:28.699Zwarn: no default linker (`cc`) was found in your PATH
612026-06-10T03:37:28.699Zwarn: many Rust crates require a system C toolchain to build
622026-06-10T03:37:28.804Z+ rustup --version
632026-06-10T03:37:28.813Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-10T03:37:28.816Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-10T03:37:28.834Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-10T03:37:28.837Z+ cargo --version
672026-06-10T03:37:28.851Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-10T03:37:28.854Z+ rustc --version
692026-06-10T03:37:28.873Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-10T03:37:28.875Zprocess exited: duration 17678 ms, exit code 0
 
712026-06-10T03:37:28.881Zstarting task 2: "authentication"
722026-06-10T03:37:28.897Zprocess exited: duration 15 ms, exit code 0
 
732026-06-10T03:37:28.902Zstarting task 3: "clone repository"
742026-06-10T03:37:28.906Z+ mkdir -p /work/oxidecomputer/opte
752026-06-10T03:37:28.908Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-10T03:37:28.937ZCloning into '/work/oxidecomputer/opte'...
772026-06-10T03:37:29.756Z+ cd /work/oxidecomputer/opte
782026-06-10T03:37:29.756Z+ git fetch origin db98f704610f68ee307e8d8df839d51ba2252392
792026-06-10T03:37:29.977ZFrom https://github.com/oxidecomputer/opte
802026-06-10T03:37:29.977Z * branch db98f704610f68ee307e8d8df839d51ba2252392 -> FETCH_HEAD
812026-06-10T03:37:29.982Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-06-10T03:37:29.985Z++ git branch --show-current
832026-06-10T03:37:29.985Z+ current=master
842026-06-10T03:37:29.985Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-06-10T03:37:29.985Z+ git branch -f renovate/zerocopy-0.x-lockfile db98f704610f68ee307e8d8df839d51ba2252392
862026-06-10T03:37:29.987Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-06-10T03:37:30.004ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-06-10T03:37:30.007Z+ git reset --hard db98f704610f68ee307e8d8df839d51ba2252392
892026-06-10T03:37:30.020ZHEAD is now at db98f70 Update Rust crate zerocopy to v0.8.52
902026-06-10T03:37:30.023Zprocess exited: duration 1118 ms, exit code 0
 
912026-06-10T03:37:30.029Zstarting task 4: "build"
922026-06-10T03:37:30.032Z+ source .github/buildomat/common.sh
932026-06-10T03:37:30.035Z++ rustup show active-toolchain
942026-06-10T03:37:30.038Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-10T03:37:30.041Z++ pushd xde
962026-06-10T03:37:30.041Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-10T03:37:30.041Z++ rustup show active-toolchain
982026-06-10T03:37:30.044Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-10T03:37:30.196Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-10T03:37:30.199Zinfo: downloading 6 components
1012026-06-10T03:38:16.140Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-10T03:38:16.237Z+++ rustup show active-toolchain -v
1032026-06-10T03:38:16.240Z+++ head -n 1
1042026-06-10T03:38:16.240Z+++ cut '-d ' -f1
1052026-06-10T03:38:16.292Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-10T03:38:16.292Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-10T03:38:16.292Z++ popd
1082026-06-10T03:38:16.295Z/work/oxidecomputer/opte
1092026-06-10T03:38:16.295Z+ cargo --version
1102026-06-10T03:38:16.301Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-10T03:38:16.304Z+ rustc --version
1122026-06-10T03:38:16.323Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-10T03:38:16.326Z+ cd lib/oxide-vpc
1142026-06-10T03:38:16.326Z+ header 'check style'
1152026-06-10T03:38:16.326Z+ echo '# ==== check style ==== #'
1162026-06-10T03:38:16.326Z# ==== check style ==== #
1172026-06-10T03:38:16.326Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-06-10T03:38:16.450Z
1192026-06-10T03:38:16.450Zreal 0.122511973
1202026-06-10T03:38:16.450Zuser 0.087591189
1212026-06-10T03:38:16.450Zsys 0.030964691
1222026-06-10T03:38:16.450Ztrap 0.000032267
1232026-06-10T03:38:16.450Ztflt 0.000043033
1242026-06-10T03:38:16.450Zdflt 0.000010597
1252026-06-10T03:38:16.450Zkflt 0.000000000
1262026-06-10T03:38:16.450Zlock 0.031176806
1272026-06-10T03:38:16.450Zslp 0.101668377
1282026-06-10T03:38:16.451Zlat 0.000887071
1292026-06-10T03:38:16.451Zstop 0.000114101
1302026-06-10T03:38:16.454Z+ header 'check docs'
1312026-06-10T03:38:16.454Z+ echo '# ==== check docs ==== #'
1322026-06-10T03:38:16.454Z# ==== check docs ==== #
1332026-06-10T03:38:16.454Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-10T03:38:16.454Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-10T03:38:16.522Z Updating crates.io index
1362026-06-10T03:38:16.559Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-10T03:38:17.465Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-10T03:38:18.193Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-10T03:38:18.579Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-10T03:38:18.882Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-10T03:38:19.337Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-10T03:38:19.601Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-10T03:38:21.741Z Downloading crates ...
1442026-06-10T03:38:21.793Z Downloaded cfg-if v1.0.4
1452026-06-10T03:38:21.806Z Downloaded darling v0.21.3
1462026-06-10T03:38:21.814Z Downloaded scroll_derive v0.13.1
1472026-06-10T03:38:21.817Z Downloaded block-buffer v0.10.4
1482026-06-10T03:38:21.820Z Downloaded digest v0.10.7
1492026-06-10T03:38:21.823Z Downloaded darling_macro v0.21.3
1502026-06-10T03:38:21.826Z Downloaded itoa v1.0.18
1512026-06-10T03:38:21.829Z Downloaded dyn-clone v1.0.20
1522026-06-10T03:38:21.833Z Downloaded darling_core v0.21.3
1532026-06-10T03:38:21.837Z Downloaded defmt-macros v1.1.0
1542026-06-10T03:38:21.837Z Downloaded embedded-io v0.4.0
1552026-06-10T03:38:21.837Z Downloaded defmt v1.1.0
1562026-06-10T03:38:21.840Z Downloaded plain v0.2.3
1572026-06-10T03:38:21.840Z Downloaded defmt v0.3.100
1582026-06-10T03:38:21.840Z Downloaded cobs v0.3.0
1592026-06-10T03:38:21.844Z Downloaded either v1.16.0
1602026-06-10T03:38:21.847Z Downloaded pretty-hex v0.4.2
1612026-06-10T03:38:21.847Z Downloaded ident_case v1.0.1
1622026-06-10T03:38:21.850Z Downloaded macaddr v1.0.1
1632026-06-10T03:38:21.850Z Downloaded darling_macro v0.23.0
1642026-06-10T03:38:21.850Z Downloaded embedded-io v0.6.1
1652026-06-10T03:38:21.853Z Downloaded dtrace-parser v0.3.0
1662026-06-10T03:38:21.853Z Downloaded cpufeatures v0.2.17
1672026-06-10T03:38:21.853Z Downloaded ref-cast-impl v1.0.25
1682026-06-10T03:38:21.856Z Downloaded defmt-parser v1.0.0
1692026-06-10T03:38:21.861Z Downloaded strsim v0.11.1
1702026-06-10T03:38:21.869Z Downloaded darling v0.23.0
1712026-06-10T03:38:21.877Z Downloaded tabwriter v1.4.1
1722026-06-10T03:38:21.880Z Downloaded managed v0.8.0
1732026-06-10T03:38:21.883Z Downloaded unicode-ident v1.0.24
1742026-06-10T03:38:21.883Z Downloaded serde_derive v1.0.228
1752026-06-10T03:38:21.886Z Downloaded proc-macro-error-attr2 v2.0.0
1762026-06-10T03:38:21.889Z Downloaded version_check v0.9.5
1772026-06-10T03:38:21.889Z Downloaded hash32 v0.3.1
1782026-06-10T03:38:21.892Z Downloaded generic-array v0.14.7
1792026-06-10T03:38:21.894Z Downloaded dof v0.4.0
1802026-06-10T03:38:21.897Z Downloaded usdt-attr-macro v0.6.0
1812026-06-10T03:38:21.897Z Downloaded crypto-common v0.1.7
1822026-06-10T03:38:21.897Z Downloaded ref-cast v1.0.25
1832026-06-10T03:38:21.900Z Downloaded usdt v0.6.0
1842026-06-10T03:38:21.903Z Downloaded thread-id v5.1.0
1852026-06-10T03:38:21.910Z Downloaded usdt-macro v0.6.0
1862026-06-10T03:38:21.921Z Downloaded memmap2 v0.9.10
1872026-06-10T03:38:21.925Z Downloaded byteorder v1.5.0
1882026-06-10T03:38:21.925Z Downloaded ingot-types v0.1.2
1892026-06-10T03:38:21.925Z Downloaded bitflags v1.3.2
1902026-06-10T03:38:21.928Z Downloaded ipnetwork v0.21.1
1912026-06-10T03:38:21.934Z Downloaded usdt-impl v0.6.0
1922026-06-10T03:38:21.938Z Downloaded ingot v0.1.1
1932026-06-10T03:38:21.938Z Downloaded scroll v0.13.0
1942026-06-10T03:38:21.941Z Downloaded thiserror v2.0.18
1952026-06-10T03:38:21.946Z Downloaded fnv v1.0.7
1962026-06-10T03:38:21.949Z Downloaded serde_tokenstream v0.2.3
1972026-06-10T03:38:21.949Z Downloaded stable_deref_trait v1.2.1
1982026-06-10T03:38:21.949Z Downloaded thiserror-impl v2.0.18
1992026-06-10T03:38:21.953Z Downloaded pest_derive v2.8.6
2002026-06-10T03:38:21.956Z Downloaded proc-macro2 v1.0.106
2012026-06-10T03:38:21.956Z Downloaded zmij v1.0.21
2022026-06-10T03:38:21.959Z Downloaded zerocopy-derive v0.8.52
2032026-06-10T03:38:21.962Z Downloaded ingot-macros v0.1.1
2042026-06-10T03:38:21.965Z Downloaded sha2 v0.10.9
2052026-06-10T03:38:21.965Z Downloaded quote v1.0.45
2062026-06-10T03:38:21.965Z Downloaded pest_generator v2.8.6
2072026-06-10T03:38:21.967Z Downloaded proc-macro-error2 v2.0.1
2082026-06-10T03:38:21.970Z Downloaded crc32fast v1.5.0
2092026-06-10T03:38:21.978Z Downloaded ucd-trie v0.1.7
2102026-06-10T03:38:21.982Z Downloaded postcard v1.1.3
2112026-06-10T03:38:21.985Z Downloaded log v0.4.32
2122026-06-10T03:38:21.995Z Downloaded uuid v1.23.3
2132026-06-10T03:38:22.003Z Downloaded pest_meta v2.8.6
2142026-06-10T03:38:22.007Z Downloaded typenum v1.20.1
2152026-06-10T03:38:22.013Z Downloaded darling_core v0.23.0
2162026-06-10T03:38:22.017Z Downloaded bitflags v2.13.0
2172026-06-10T03:38:22.020Z Downloaded heapless v0.8.0
2182026-06-10T03:38:22.023Z Downloaded serde_core v1.0.228
2192026-06-10T03:38:22.034Z Downloaded aho-corasick v1.1.4
2202026-06-10T03:38:22.043Z Downloaded memchr v2.8.1
2212026-06-10T03:38:22.049Z Downloaded serde v1.0.228
2222026-06-10T03:38:22.065Z Downloaded pest v2.8.6
2232026-06-10T03:38:22.106Z Downloaded itertools v0.14.0
2242026-06-10T03:38:22.111Z Downloaded serde_json v1.0.150
2252026-06-10T03:38:22.116Z Downloaded regex v1.12.4
2262026-06-10T03:38:22.167Z Downloaded zerocopy v0.8.52
2272026-06-10T03:38:22.177Z Downloaded unicode-width v0.2.2
2282026-06-10T03:38:22.180Z Downloaded syn v2.0.117
2292026-06-10T03:38:22.187Z Downloaded smoltcp v0.11.0
2302026-06-10T03:38:22.192Z Downloaded regex-syntax v0.8.11
2312026-06-10T03:38:22.196Z Downloaded goblin v0.10.7
2322026-06-10T03:38:22.231Z Downloaded regex-automata v0.4.14
2332026-06-10T03:38:22.240Z Downloaded libc v0.2.186
2342026-06-10T03:38:22.300Z Compiling proc-macro2 v1.0.106
2352026-06-10T03:38:22.300Z Compiling quote v1.0.45
2362026-06-10T03:38:22.300Z Compiling unicode-ident v1.0.24
2372026-06-10T03:38:22.304Z Compiling ident_case v1.0.1
2382026-06-10T03:38:22.304Z Documenting unicode-ident v1.0.24
2392026-06-10T03:38:22.304Z Compiling strsim v0.11.1
2402026-06-10T03:38:22.304Z Compiling serde_core v1.0.228
2412026-06-10T03:38:22.457Z Compiling fnv v1.0.7
2422026-06-10T03:38:22.477Z Compiling memchr v2.8.1
2432026-06-10T03:38:22.480Z Compiling regex-syntax v0.8.11
2442026-06-10T03:38:22.538Z Compiling zerocopy v0.8.52
2452026-06-10T03:38:22.644Z Compiling serde v1.0.228
2462026-06-10T03:38:22.685Z Compiling thiserror v2.0.18
2472026-06-10T03:38:22.952Z Documenting proc-macro2 v1.0.106
2482026-06-10T03:38:23.017Z Compiling aho-corasick v1.1.4
2492026-06-10T03:38:23.173Z Compiling either v1.16.0
2502026-06-10T03:38:23.348Z Compiling syn v2.0.117
2512026-06-10T03:38:23.366Z Checking byteorder v1.5.0
2522026-06-10T03:38:23.508Z Documenting quote v1.0.45
2532026-06-10T03:38:23.534Z Compiling itertools v0.14.0
2542026-06-10T03:38:23.986Z Documenting syn v2.0.117
2552026-06-10T03:38:24.136Z Compiling regex-automata v0.4.14
2562026-06-10T03:38:24.398Z Compiling heapless v0.8.0
2572026-06-10T03:38:24.497Z Checking bitflags v2.13.0
2582026-06-10T03:38:24.654Z Checking hash32 v0.3.1
2592026-06-10T03:38:24.751Z Documenting serde_core v1.0.228
2602026-06-10T03:38:24.758Z Checking cfg-if v1.0.4
2612026-06-10T03:38:24.812Z Checking stable_deref_trait v1.2.1
2622026-06-10T03:38:24.854Z Checking macaddr v1.0.1
2632026-06-10T03:38:24.873Z Documenting memchr v2.8.1
2642026-06-10T03:38:24.990Z Compiling smoltcp v0.11.0
2652026-06-10T03:38:25.336Z Documenting regex-syntax v0.8.11
2662026-06-10T03:38:25.403Z Checking darling_core v0.21.3
2672026-06-10T03:38:25.494Z Documenting aho-corasick v1.1.4
2682026-06-10T03:38:26.375Z Compiling regex v1.12.4
2692026-06-10T03:38:26.389Z Compiling darling_core v0.23.0
2702026-06-10T03:38:26.547Z Documenting regex-automata v0.4.14
2712026-06-10T03:38:26.680Z Checking bitflags v1.3.2
2722026-06-10T03:38:26.781Z Checking managed v0.8.0
2732026-06-10T03:38:26.805Z Documenting zerocopy-derive v0.8.52
2742026-06-10T03:38:26.949Z Compiling thiserror-impl v2.0.18
2752026-06-10T03:38:26.961Z Compiling serde_derive v1.0.228
2762026-06-10T03:38:27.023Z Compiling zerocopy-derive v0.8.52
2772026-06-10T03:38:27.881Z Documenting thiserror-impl v2.0.18
2782026-06-10T03:38:27.900Z Documenting regex v1.12.4
2792026-06-10T03:38:27.945Z Documenting serde_derive v1.0.228
2802026-06-10T03:38:28.116Z Compiling darling_macro v0.21.3
2812026-06-10T03:38:28.261Z Checking cobs v0.3.0
2822026-06-10T03:38:28.390Z Compiling crc32fast v1.5.0
2832026-06-10T03:38:28.495Z Compiling darling_macro v0.23.0
2842026-06-10T03:38:28.676Z Documenting byteorder v1.5.0
2852026-06-10T03:38:28.683Z Compiling darling v0.21.3
2862026-06-10T03:38:28.750Z Compiling ingot-macros v0.1.1
2872026-06-10T03:38:28.799Z Compiling ref-cast v1.0.25
2882026-06-10T03:38:28.841Z Documenting thiserror v2.0.18
2892026-06-10T03:38:29.038Z Documenting ingot-macros v0.1.1
2902026-06-10T03:38:29.099Z Documenting zerocopy v0.8.52
2912026-06-10T03:38:29.205Z Documenting hash32 v0.3.1
2922026-06-10T03:38:29.366Z Compiling ref-cast-impl v1.0.25
2932026-06-10T03:38:29.720Z Documenting serde v1.0.228
2942026-06-10T03:38:29.958Z Documenting bitflags v2.13.0
2952026-06-10T03:38:29.974Z Checking postcard v1.1.3
2962026-06-10T03:38:30.194Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-06-10T03:38:30.235Z Documenting macaddr v1.0.1
2982026-06-10T03:38:30.300Z Documenting cfg-if v1.0.4
2992026-06-10T03:38:30.453Z Documenting stable_deref_trait v1.2.1
3002026-06-10T03:38:30.567Z Compiling version_check v0.9.5
3012026-06-10T03:38:30.750Z Checking ipnetwork v0.21.1
3022026-06-10T03:38:30.829Z Checking unicode-width v0.2.2
3032026-06-10T03:38:30.959Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-06-10T03:38:31.106Z Documenting cobs v0.3.0
3052026-06-10T03:38:31.129Z Compiling darling v0.23.0
3062026-06-10T03:38:31.203Z Documenting managed v0.8.0
3072026-06-10T03:38:31.262Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3082026-06-10T03:38:31.406Z Documenting heapless v0.8.0
3092026-06-10T03:38:31.431Z Checking ingot-types v0.1.2
3102026-06-10T03:38:31.666Z Documenting postcard v1.1.3
3112026-06-10T03:38:31.770Z Checking ingot v0.1.1
3122026-06-10T03:38:31.970Z Checking tabwriter v1.4.1
3132026-06-10T03:38:32.106Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-06-10T03:38:32.158Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-06-10T03:38:32.161Z Documenting ingot-types v0.1.2
3162026-06-10T03:38:32.202Z Documenting ref-cast-impl v1.0.25
3172026-06-10T03:38:32.271Z Documenting either v1.16.0
3182026-06-10T03:38:32.428Z Documenting smoltcp v0.11.0
3192026-06-10T03:38:32.655Z Checking dyn-clone v1.0.20
3202026-06-10T03:38:32.739Z Documenting ipnetwork v0.21.1
3212026-06-10T03:38:32.747Z Documenting unicode-width v0.2.2
3222026-06-10T03:38:32.895Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-06-10T03:38:33.121Z Documenting itertools v0.14.0
3242026-06-10T03:38:33.319Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-06-10T03:38:33.412Z Documenting ingot v0.1.1
3262026-06-10T03:38:33.615Z Documenting ref-cast v1.0.25
3272026-06-10T03:38:33.885Z Documenting crc32fast v1.5.0
3282026-06-10T03:38:34.095Z Documenting tabwriter v1.4.1
3292026-06-10T03:38:34.144Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-10T03:38:34.474Z Documenting dyn-clone v1.0.20
3312026-06-10T03:38:35.127Z Documenting uuid v1.23.3
3322026-06-10T03:38:35.264Z Checking uuid v1.23.3
3332026-06-10T03:38:35.505Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-06-10T03:38:35.558Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-06-10T03:38:36.620Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-06-10T03:38:37.940Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-06-10T03:38:40.157Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-06-10T03:38:41.718Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.25s
3392026-06-10T03:38:41.811Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-06-10T03:38:41.828Z
3412026-06-10T03:38:41.828Zreal 25.359822755
3422026-06-10T03:38:41.828Zuser 1:20.805641208
3432026-06-10T03:38:41.828Zsys 16.878733340
3442026-06-10T03:38:41.828Ztrap 0.042012184
3452026-06-10T03:38:41.828Ztflt 0.031760879
3462026-06-10T03:38:41.828Zdflt 0.087275170
3472026-06-10T03:38:41.831Zkflt 0.005033005
3482026-06-10T03:38:41.831Zlock 7:53.767347228
3492026-06-10T03:38:41.831Zslp 4:38.954849507
3502026-06-10T03:38:41.831Zlat 8.816962621
3512026-06-10T03:38:41.831Zstop 10.768739798
3522026-06-10T03:38:41.831Z+ header 'analyze std + api + usdt'
3532026-06-10T03:38:41.831Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-06-10T03:38:41.831Z# ==== analyze std + api + usdt ==== #
3552026-06-10T03:38:41.831Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-06-10T03:38:42.017Z Downloading crates ...
3572026-06-10T03:38:42.073Z Downloaded futures-io v0.3.32
3582026-06-10T03:38:42.076Z Downloaded futures-core v0.3.32
3592026-06-10T03:38:42.087Z Downloaded pin-project-lite v0.2.17
3602026-06-10T03:38:42.090Z Downloaded typeid v1.0.3
3612026-06-10T03:38:42.093Z Downloaded rusticata-macros v5.0.0
3622026-06-10T03:38:42.093Z Downloaded ctor v0.10.1
3632026-06-10T03:38:42.096Z Downloaded futures-macro v0.3.32
3642026-06-10T03:38:42.096Z Downloaded futures-task v0.3.32
3652026-06-10T03:38:42.098Z Downloaded nom v8.0.0
3662026-06-10T03:38:42.102Z Downloaded dtor v0.8.1
3672026-06-10T03:38:42.105Z Downloaded futures-sink v0.3.32
3682026-06-10T03:38:42.105Z Downloaded link-section v0.2.1
3692026-06-10T03:38:42.105Z Downloaded dtor-proc-macro v0.0.13
3702026-06-10T03:38:42.107Z Downloaded ctor-proc-macro v0.0.13
3712026-06-10T03:38:42.110Z Downloaded slab v0.4.12
3722026-06-10T03:38:42.113Z Downloaded anyhow v1.0.102
3732026-06-10T03:38:42.113Z Downloaded circular v0.3.0
3742026-06-10T03:38:42.120Z Downloaded futures-channel v0.3.32
3752026-06-10T03:38:42.124Z Downloaded futures-executor v0.3.32
3762026-06-10T03:38:42.124Z Downloaded cookie-factory v0.3.3
3772026-06-10T03:38:42.127Z Downloaded once_cell v1.21.4
3782026-06-10T03:38:42.131Z Downloaded futures v0.3.32
3792026-06-10T03:38:42.141Z Downloaded futures-util v0.3.32
3802026-06-10T03:38:42.147Z Downloaded pcap-parser v0.17.0
3812026-06-10T03:38:42.150Z Downloaded ron v0.12.1
3822026-06-10T03:38:42.202Z Compiling proc-macro2 v1.0.106
3832026-06-10T03:38:42.202Z Compiling quote v1.0.45
3842026-06-10T03:38:42.202Z Compiling unicode-ident v1.0.24
3852026-06-10T03:38:42.202Z Compiling memchr v2.8.1
3862026-06-10T03:38:42.205Z Compiling thiserror v2.0.18
3872026-06-10T03:38:42.205Z Compiling serde_core v1.0.228
3882026-06-10T03:38:42.205Z Compiling zerocopy v0.8.52
3892026-06-10T03:38:42.205Z Compiling zmij v1.0.21
3902026-06-10T03:38:42.562Z Compiling libc v0.2.186
3912026-06-10T03:38:42.592Z Compiling ident_case v1.0.1
3922026-06-10T03:38:42.597Z Compiling ucd-trie v0.1.7
3932026-06-10T03:38:42.635Z Compiling strsim v0.11.1
3942026-06-10T03:38:42.699Z Compiling serde_json v1.0.150
3952026-06-10T03:38:42.757Z Compiling pest v2.8.6
3962026-06-10T03:38:42.815Z Compiling serde v1.0.228
3972026-06-10T03:38:43.129Z Compiling fnv v1.0.7
3982026-06-10T03:38:43.216Z Compiling aho-corasick v1.1.4
3992026-06-10T03:38:43.406Z Compiling itoa v1.0.18
4002026-06-10T03:38:43.411Z Checking byteorder v1.5.0
4012026-06-10T03:38:43.462Z Compiling syn v2.0.117
4022026-06-10T03:38:43.506Z Compiling regex-syntax v0.8.11
4032026-06-10T03:38:43.878Z Compiling pest_meta v2.8.6
4042026-06-10T03:38:43.947Z Compiling usdt-impl v0.6.0
4052026-06-10T03:38:43.980Z Compiling either v1.16.0
4062026-06-10T03:38:44.082Z Checking bitflags v2.13.0
4072026-06-10T03:38:44.179Z Compiling itertools v0.14.0
4082026-06-10T03:38:44.243Z Compiling thread-id v5.1.0
4092026-06-10T03:38:44.557Z Checking log v0.4.32
4102026-06-10T03:38:44.787Z Checking futures-sink v0.3.32
4112026-06-10T03:38:44.875Z Checking plain v0.2.3
4122026-06-10T03:38:44.940Z Compiling regex-automata v0.4.14
4132026-06-10T03:38:44.963Z Compiling heapless v0.8.0
4142026-06-10T03:38:44.967Z Checking futures-core v0.3.32
4152026-06-10T03:38:45.077Z Checking futures-channel v0.3.32
4162026-06-10T03:38:45.413Z Checking hash32 v0.3.1
4172026-06-10T03:38:45.529Z Checking pin-project-lite v0.2.17
4182026-06-10T03:38:45.541Z Checking pretty-hex v0.4.2
4192026-06-10T03:38:45.558Z Compiling smoltcp v0.11.0
4202026-06-10T03:38:45.609Z Checking stable_deref_trait v1.2.1
4212026-06-10T03:38:45.648Z Checking cfg-if v1.0.4
4222026-06-10T03:38:45.671Z Checking slab v0.4.12
4232026-06-10T03:38:45.702Z Checking macaddr v1.0.1
4242026-06-10T03:38:45.734Z Checking futures-io v0.3.32
4252026-06-10T03:38:45.761Z Checking futures-task v0.3.32
4262026-06-10T03:38:45.820Z Compiling pest_generator v2.8.6
4272026-06-10T03:38:45.853Z Compiling darling_core v0.21.3
4282026-06-10T03:38:45.872Z Compiling darling_core v0.23.0
4292026-06-10T03:38:46.369Z Compiling crc32fast v1.5.0
4302026-06-10T03:38:46.402Z Checking managed v0.8.0
4312026-06-10T03:38:46.460Z Compiling ref-cast v1.0.25
4322026-06-10T03:38:46.578Z Compiling version_check v0.9.5
4332026-06-10T03:38:46.666Z Compiling regex v1.12.4
4342026-06-10T03:38:46.784Z Checking bitflags v1.3.2
4352026-06-10T03:38:46.848Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-06-10T03:38:47.040Z Compiling thiserror-impl v2.0.18
4372026-06-10T03:38:47.059Z Compiling serde_derive v1.0.228
4382026-06-10T03:38:47.102Z Compiling zerocopy-derive v0.8.52
4392026-06-10T03:38:47.541Z Compiling pest_derive v2.8.6
4402026-06-10T03:38:47.951Z Compiling darling_macro v0.21.3
4412026-06-10T03:38:47.961Z Compiling scroll_derive v0.13.1
4422026-06-10T03:38:48.002Z Compiling futures-macro v0.3.32
4432026-06-10T03:38:48.056Z Compiling darling_macro v0.23.0
4442026-06-10T03:38:48.130Z Compiling ref-cast-impl v1.0.25
4452026-06-10T03:38:48.424Z Compiling dtrace-parser v0.3.0
4462026-06-10T03:38:48.603Z Compiling darling v0.21.3
4472026-06-10T03:38:48.674Z Compiling ingot-macros v0.1.1
4482026-06-10T03:38:48.761Z Checking scroll v0.13.0
4492026-06-10T03:38:48.807Z Checking futures-util v0.3.32
4502026-06-10T03:38:48.945Z Checking cobs v0.3.0
4512026-06-10T03:38:48.976Z Checking goblin v0.10.7
4522026-06-10T03:38:49.015Z Compiling darling v0.23.0
4532026-06-10T03:38:49.111Z Checking memmap2 v0.9.10
4542026-06-10T03:38:49.115Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-06-10T03:38:49.263Z Checking ipnetwork v0.21.1
4562026-06-10T03:38:49.432Z Checking unicode-width v0.2.2
4572026-06-10T03:38:49.668Z Checking tabwriter v1.4.1
4582026-06-10T03:38:50.062Z Checking postcard v1.1.3
4592026-06-10T03:38:50.288Z Compiling serde_tokenstream v0.2.3
4602026-06-10T03:38:50.405Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-06-10T03:38:50.458Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-06-10T03:38:50.561Z Checking nom v8.0.0
4632026-06-10T03:38:50.652Z Checking futures-executor v0.3.32
4642026-06-10T03:38:50.802Z Checking futures v0.3.32
4652026-06-10T03:38:50.872Z Compiling typeid v1.0.3
4662026-06-10T03:38:51.073Z Compiling anyhow v1.0.102
4672026-06-10T03:38:51.163Z Checking dyn-clone v1.0.20
4682026-06-10T03:38:51.198Z Checking cookie-factory v0.3.3
4692026-06-10T03:38:51.204Z Checking uuid v1.23.3
4702026-06-10T03:38:51.254Z Compiling dof v0.4.0
4712026-06-10T03:38:51.314Z Checking ingot-types v0.1.2
4722026-06-10T03:38:51.425Z Compiling dtor-proc-macro v0.0.13
4732026-06-10T03:38:51.443Z Checking circular v0.3.0
4742026-06-10T03:38:51.462Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4752026-06-10T03:38:51.593Z Checking once_cell v1.21.4
4762026-06-10T03:38:51.631Z Checking link-section v0.2.1
4772026-06-10T03:38:51.649Z Checking ingot v0.1.1
4782026-06-10T03:38:51.713Z Compiling ctor-proc-macro v0.0.13
4792026-06-10T03:38:51.733Z Checking ron v0.12.1
4802026-06-10T03:38:51.775Z Checking dtor v0.8.1
4812026-06-10T03:38:52.039Z Checking ctor v0.10.1
4822026-06-10T03:38:52.222Z Compiling usdt-attr-macro v0.6.0
4832026-06-10T03:38:52.222Z Compiling usdt-macro v0.6.0
4842026-06-10T03:38:52.526Z Checking rusticata-macros v5.0.0
4852026-06-10T03:38:52.646Z Checking pcap-parser v0.17.0
4862026-06-10T03:38:52.846Z Checking usdt v0.6.0
4872026-06-10T03:38:53.139Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-06-10T03:38:57.540Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-06-10T03:38:59.219Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-06-10T03:39:01.539Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.66s
4912026-06-10T03:39:01.572Z
4922026-06-10T03:39:01.572Zreal 19.738174291
4932026-06-10T03:39:01.572Zuser 1:12.694266639
4942026-06-10T03:39:01.572Zsys 15.700123540
4952026-06-10T03:39:01.572Ztrap 0.040779314
4962026-06-10T03:39:01.572Ztflt 0.090758296
4972026-06-10T03:39:01.575Zdflt 0.181224964
4982026-06-10T03:39:01.575Zkflt 0.000024136
4992026-06-10T03:39:01.575Zlock 4:03.207923541
5002026-06-10T03:39:01.575Zslp 3:55.182285667
5012026-06-10T03:39:01.576Zlat 3.590724940
5022026-06-10T03:39:01.576Zstop 7.826093922
5032026-06-10T03:39:01.576Z+ header 'analyze no_std + engine + kernel'
5042026-06-10T03:39:01.576Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-06-10T03:39:01.576Z# ==== analyze no_std + engine + kernel ==== #
5062026-06-10T03:39:01.576Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-06-10T03:39:01.751Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-06-10T03:39:01.751Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-06-10T03:39:01.772Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-06-10T03:39:01.775Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-06-10T03:39:02.041Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-06-10T03:39:06.274Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-06-10T03:39:07.834Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.21s
5142026-06-10T03:39:07.863Z
5152026-06-10T03:39:07.866Zreal 6.284207786
5162026-06-10T03:39:07.866Zuser 6.505320482
5172026-06-10T03:39:07.866Zsys 1.013801455
5182026-06-10T03:39:07.866Ztrap 0.000807033
5192026-06-10T03:39:07.866Ztflt 0.007765120
5202026-06-10T03:39:07.866Zdflt 0.004747163
5212026-06-10T03:39:07.866Zkflt 0.000000000
5222026-06-10T03:39:07.866Zlock 21.936912150
5232026-06-10T03:39:07.866Zslp 22.751881906
5242026-06-10T03:39:07.866Zlat 0.022219425
5252026-06-10T03:39:07.866Zstop 0.216921529
5262026-06-10T03:39:07.866Z+ header test
5272026-06-10T03:39:07.866Z+ echo '# ==== test ==== #'
5282026-06-10T03:39:07.866Z# ==== test ==== #
5292026-06-10T03:39:07.866Z+ ptime -m cargo test
5302026-06-10T03:39:08.020Z Compiling memchr v2.8.1
5312026-06-10T03:39:08.020Z Compiling serde_core v1.0.228
5322026-06-10T03:39:08.045Z Compiling thiserror v2.0.18
5332026-06-10T03:39:08.048Z Compiling zerocopy v0.8.52
5342026-06-10T03:39:08.052Z Compiling byteorder v1.5.0
5352026-06-10T03:39:08.052Z Compiling unicode-ident v1.0.24
5362026-06-10T03:39:08.055Z Compiling libc v0.2.186
5372026-06-10T03:39:08.055Z Compiling zmij v1.0.21
5382026-06-10T03:39:08.128Z Compiling proc-macro2 v1.0.106
5392026-06-10T03:39:08.175Z Compiling scroll v0.13.0
5402026-06-10T03:39:08.257Z Compiling plain v0.2.3
5412026-06-10T03:39:08.351Z Compiling futures-core v0.3.32
5422026-06-10T03:39:08.387Z Compiling ucd-trie v0.1.7
5432026-06-10T03:39:08.418Z Compiling futures-sink v0.3.32
5442026-06-10T03:39:08.443Z Compiling itoa v1.0.18
5452026-06-10T03:39:08.505Z Compiling log v0.4.32
5462026-06-10T03:39:08.508Z Compiling futures-channel v0.3.32
5472026-06-10T03:39:08.694Z Compiling goblin v0.10.7
5482026-06-10T03:39:08.730Z Compiling pest v2.8.6
5492026-06-10T03:39:08.736Z Compiling quote v1.0.45
5502026-06-10T03:39:09.094Z Compiling hash32 v0.3.1
5512026-06-10T03:39:09.255Z Compiling slab v0.4.12
5522026-06-10T03:39:09.369Z Compiling pretty-hex v0.4.2
5532026-06-10T03:39:09.433Z Compiling pin-project-lite v0.2.17
5542026-06-10T03:39:09.497Z Compiling macaddr v1.0.1
5552026-06-10T03:39:09.519Z Compiling cfg-if v1.0.4
5562026-06-10T03:39:09.580Z Compiling futures-task v0.3.32
5572026-06-10T03:39:09.584Z Compiling stable_deref_trait v1.2.1
5582026-06-10T03:39:09.648Z Compiling futures-io v0.3.32
5592026-06-10T03:39:09.741Z Compiling futures-util v0.3.32
5602026-06-10T03:39:09.765Z Compiling serde v1.0.228
5612026-06-10T03:39:09.835Z Compiling bitflags v2.13.0
5622026-06-10T03:39:09.995Z Compiling serde_json v1.0.150
5632026-06-10T03:39:10.259Z Compiling dtrace-parser v0.3.0
5642026-06-10T03:39:10.394Z Compiling heapless v0.8.0
5652026-06-10T03:39:10.443Z Compiling syn v2.0.117
5662026-06-10T03:39:10.848Z Compiling ingot-types v0.1.2
5672026-06-10T03:39:10.911Z Compiling thread-id v5.1.0
5682026-06-10T03:39:10.982Z Compiling cobs v0.3.0
5692026-06-10T03:39:11.003Z Compiling bitflags v1.3.2
5702026-06-10T03:39:11.061Z Compiling managed v0.8.0
5712026-06-10T03:39:11.244Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-06-10T03:39:11.259Z Compiling smoltcp v0.11.0
5732026-06-10T03:39:11.284Z Compiling ingot v0.1.1
5742026-06-10T03:39:11.490Z Compiling postcard v1.1.3
5752026-06-10T03:39:11.835Z Compiling dof v0.4.0
5762026-06-10T03:39:12.444Z Compiling futures-executor v0.3.32
5772026-06-10T03:39:13.030Z Compiling usdt-impl v0.6.0
5782026-06-10T03:39:13.136Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-06-10T03:39:13.485Z Compiling memmap2 v0.9.10
5802026-06-10T03:39:13.758Z Compiling unicode-width v0.2.2
5812026-06-10T03:39:13.780Z Compiling ipnetwork v0.21.1
5822026-06-10T03:39:13.814Z Compiling either v1.16.0
5832026-06-10T03:39:13.991Z Compiling tabwriter v1.4.1
5842026-06-10T03:39:14.058Z Compiling itertools v0.14.0
5852026-06-10T03:39:14.295Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-06-10T03:39:14.399Z Compiling ref-cast v1.0.25
5872026-06-10T03:39:14.494Z Compiling usdt v0.6.0
5882026-06-10T03:39:15.002Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-06-10T03:39:15.131Z Compiling futures v0.3.32
5902026-06-10T03:39:15.239Z Compiling crc32fast v1.5.0
5912026-06-10T03:39:15.483Z Compiling nom v8.0.0
5922026-06-10T03:39:15.486Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-06-10T03:39:15.660Z Compiling dyn-clone v1.0.20
5942026-06-10T03:39:15.703Z Compiling cookie-factory v0.3.3
5952026-06-10T03:39:15.840Z Compiling uuid v1.23.3
5962026-06-10T03:39:16.058Z Compiling circular v0.3.0
5972026-06-10T03:39:16.309Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-06-10T03:39:16.468Z Compiling dtor v0.8.1
5992026-06-10T03:39:16.547Z Compiling anyhow v1.0.102
6002026-06-10T03:39:16.553Z Compiling typeid v1.0.3
6012026-06-10T03:39:16.620Z Compiling once_cell v1.21.4
6022026-06-10T03:39:16.658Z Compiling link-section v0.2.1
6032026-06-10T03:39:16.755Z Compiling ctor v0.10.1
6042026-06-10T03:39:16.776Z Compiling ron v0.12.1
6052026-06-10T03:39:18.052Z Compiling rusticata-macros v5.0.0
6062026-06-10T03:39:18.370Z Compiling pcap-parser v0.17.0
6072026-06-10T03:39:21.864Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-06-10T03:39:24.308Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-06-10T03:40:01.521Z Finished `test` profile [optimized + debuginfo] target(s) in 53.64s
6102026-06-10T03:40:01.539Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-4bce340783bb537d)
6112026-06-10T03:40:01.542Z
6122026-06-10T03:40:01.542Zrunning 15 tests
6132026-06-10T03:40:01.542Ztest api::tests::parse_good_proto_filter ... ok
6142026-06-10T03:40:01.542Ztest api::tests::ports_from_str_bad ... ok
6152026-06-10T03:40:01.542Ztest api::tests::ports_from_str_good ... ok
6162026-06-10T03:40:01.542Ztest api::tests::parse_bad_proto_filter ... ok
6172026-06-10T03:40:01.542Ztest api::tests::parse_bad_address ... ok
6182026-06-10T03:40:01.542Ztest api::tests::parse_good_address ... ok
6192026-06-10T03:40:01.542Ztest cfg::tests::test_required_nat_space ... ok
6202026-06-10T03:40:01.542Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-06-10T03:40:01.542Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-06-10T03:40:01.545Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6232026-06-10T03:40:01.545Ztest engine::geneve::test::parse_single_opt ... ok
6242026-06-10T03:40:01.545Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6252026-06-10T03:40:01.545Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6262026-06-10T03:40:01.545Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-06-10T03:40:01.545Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-06-10T03:40:01.545Z
6292026-06-10T03:40:01.545Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-10T03:40:01.545Z
6312026-06-10T03:40:01.545Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-1feed955c1f3baa2)
6322026-06-10T03:40:01.548Z
6332026-06-10T03:40:01.548Zrunning 4 tests
6342026-06-10T03:40:01.548Ztest firewall_external_inbound ... ok
6352026-06-10T03:40:01.548Ztest firewall_vni_outbound ... ok
6362026-06-10T03:40:01.548Ztest firewall_vni_inbound ... ok
6372026-06-10T03:40:01.548Ztest firewall_replace_rules ... ok
6382026-06-10T03:40:01.548Z
6392026-06-10T03:40:01.548Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-06-10T03:40:01.548Z
6412026-06-10T03:40:01.548Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-b8366a2fff84fd49)
6422026-06-10T03:40:01.551Z
6432026-06-10T03:40:01.551Zrunning 2 tests
6442026-06-10T03:40:01.551Ztest parse_in_regression ... ok
6452026-06-10T03:40:01.551Ztest parse_out_regression ... ok
6462026-06-10T03:40:01.551Z
6472026-06-10T03:40:01.551Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-10T03:40:01.551Z
6492026-06-10T03:40:01.551Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-642258d7022d77bd)
6502026-06-10T03:40:01.555Z
6512026-06-10T03:40:01.555Zrunning 48 tests
6522026-06-10T03:40:01.555Ztest bad_ip_len ... ok
6532026-06-10T03:40:01.555Ztest check_layers ... ok
6542026-06-10T03:40:01.555Ztest add_remove_fw_rule ... ok
6552026-06-10T03:40:01.555Ztest arp_gateway ... ok
6562026-06-10T03:40:01.555Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-06-10T03:40:01.555Ztest anti_spoof ... ok
6582026-06-10T03:40:01.555Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-06-10T03:40:01.555Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-06-10T03:40:01.555Ztest gateway_icmp4_ping ... ok
6612026-06-10T03:40:01.555Ztest flow_expiration ... ok
6622026-06-10T03:40:01.555Ztest external_ip_reconfigurable ... ok
6632026-06-10T03:40:01.555Ztest early_tcp_invalidation ... ok
6642026-06-10T03:40:01.555Ztest external_ip_epoch_affinity_preserved ... ok
6652026-06-10T03:40:01.555Ztest gateway_icmpv6_ping ... ok
6662026-06-10T03:40:01.555Ztest gateway_router_advert_reply ... ok
6672026-06-10T03:40:01.555Ztest guest_to_internet_ipv4 ... ok
6682026-06-10T03:40:01.555Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-06-10T03:40:01.555Ztest guest_to_internet_ipv6 ... ok
6702026-06-10T03:40:01.555Ztest guest_to_guest_no_route ... ok
6712026-06-10T03:40:01.555Ztest guest_to_guest ... ok
6722026-06-10T03:40:01.555Ztest icmp_inner_has_nat_applied ... ok
6732026-06-10T03:40:01.555Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-06-10T03:40:01.555Ztest icmpv6_inner_has_nat_applied ... ok
6752026-06-10T03:40:01.555Ztest external_ip_receive_and_reply_on_all ... ok
6762026-06-10T03:40:01.558Ztest intra_subnet_routes_with_custom ... ok
6772026-06-10T03:40:01.558Ztest packet_body_pullup ... ok
6782026-06-10T03:40:01.558Ztest internal_attached_subnets ... ok
6792026-06-10T03:40:01.558Ztest outbound_ndp_dropped ... ok
6802026-06-10T03:40:01.558Ztest external_ip_balanced_over_floating_ips ... ok
6812026-06-10T03:40:01.558Ztest no_panic_on_flow_table_full ... ok
6822026-06-10T03:40:01.558Ztest port_transition_reset ... ok
6832026-06-10T03:40:01.558Ztest port_transition_running ... ok
6842026-06-10T03:40:01.559Ztest port_transition_pause ... ok
6852026-06-10T03:40:01.559Ztest port_as_router_target ... ok
6862026-06-10T03:40:01.559Ztest test_drop_on_unknown_critical_option ... ok
6872026-06-10T03:40:01.559Ztest select_eip_conditioned_on_igw ... ok
6882026-06-10T03:40:01.559Ztest tcp_invalidation_does_not_block_connection ... ok
6892026-06-10T03:40:01.559Ztest snat_icmp6_echo_rewrite ... ok
6902026-06-10T03:40:01.559Ztest snat_icmp4_echo_rewrite ... ok
6912026-06-10T03:40:01.559Ztest test_ipv6_multicast_encapsulation ... ok
6922026-06-10T03:40:01.559Ztest tcp_outbound ... ok
6932026-06-10T03:40:01.559Ztest tcp_inbound ... ok
6942026-06-10T03:40:01.559Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6952026-06-10T03:40:01.559Ztest test_tcp_multicast_denied ... ok
6962026-06-10T03:40:01.559Ztest test_gateway_neighbor_advert_reply ... ok
6972026-06-10T03:40:01.559Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-06-10T03:40:01.559Ztest uft_lft_invalidation_out ... ok
6992026-06-10T03:40:01.559Ztest uft_lft_invalidation_in ... ok
7002026-06-10T03:40:01.559Z
7012026-06-10T03:40:01.559Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-06-10T03:40:01.559Z
7032026-06-10T03:40:01.559Z Doc-tests oxide_vpc
7042026-06-10T03:40:01.846Z
7052026-06-10T03:40:01.847Zrunning 0 tests
7062026-06-10T03:40:01.847Z
7072026-06-10T03:40:01.850Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-06-10T03:40:01.850Z
7092026-06-10T03:40:01.875Z
7102026-06-10T03:40:01.880Zreal 54.002370133
7112026-06-10T03:40:01.880Zuser 3:14.290138624
7122026-06-10T03:40:01.880Zsys 11.919857029
7132026-06-10T03:40:01.880Ztrap 0.105363844
7142026-06-10T03:40:01.880Ztflt 0.283276031
7152026-06-10T03:40:01.880Zdflt 0.303670744
7162026-06-10T03:40:01.880Zkflt 0.000019655
7172026-06-10T03:40:01.880Zlock 12:29.735650889
7182026-06-10T03:40:01.880Zslp 6:27.658345655
7192026-06-10T03:40:01.880Zlat 8.539457000
7202026-06-10T03:40:01.880Zstop 5.068793643
7212026-06-10T03:40:01.880Zprocess exited: duration 151847 ms, exit code 0
 
7222026-06-10T03:40:01.888Zfound 0 output files