01KPCT3F8ERNJPG6C4E8P6RF5B: oxide-vpc

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

Buildomat Job: 01KPCT5FSVZ9XA8R5ASQJVX044

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:12:03.599Zjob assigned to worker 01KPCT5CYP8P3KJJ3ABP2M1V6S [factory aws, i-06c1af7b6cca2d1e8] (queued for 50 s)
 
22026-04-17T04:12:10.401Zstarting task 0: "setup"
32026-04-17T04:12:10.406Z++ uname -s
42026-04-17T04:12:10.409Z+ kern=SunOS
52026-04-17T04:12:10.409Z+ build_user=build
62026-04-17T04:12:10.409Z+ build_uid=12345
72026-04-17T04:12:10.409Z+ work_dir=/work
82026-04-17T04:12:10.409Z+ input_dir=/input
92026-04-17T04:12:10.409Z+ [[ 0 == 12345 ]]
102026-04-17T04:12:10.409Z+ case "$kern" in
112026-04-17T04:12:10.409Z+ groupadd -g 12345 build
122026-04-17T04:12:10.409Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:12:12.414Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:12:12.527Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:12:12.531Z+ home_fs=zfs
162026-04-17T04:12:12.531Z+ [[ zfs == autofs ]]
172026-04-17T04:12:12.531Z+ mkdir -p /home/build
182026-04-17T04:12:12.531Z+ chown build:build /home/build /work
192026-04-17T04:12:14.531Z+ chmod 0700 /home/build /work
202026-04-17T04:12:14.535Zprocess exited: duration 4133 ms, exit code 0
 
212026-04-17T04:12:14.542Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:14.546Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:14.546Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-17T04:12:14.546Z * rust toolchain channel = "1.95.0"
252026-04-17T04:12:14.546Z * rust toolchain profile = "default"
262026-04-17T04:12:14.546Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:12:14.546Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:12:14.549Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:14.549Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:14.667Zinfo: downloading installer
312026-04-17T04:12:16.143Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:16.144Zwarn: /opt/ooce/bin
332026-04-17T04:12:16.144Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:16.144Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:16.144Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:16.144Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:16.144Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:16.144Zerror: cannot install while Rust is installed
392026-04-17T04:12:16.144Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:16.144Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:16.144Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:16.144Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:16.144Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:16.157Zinfo: profile set to default
452026-04-17T04:12:16.157Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:16.160Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:16.300Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:16.305Zinfo: downloading 6 components
492026-04-17T04:12:31.251Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
502026-04-17T04:12:31.251Z
512026-04-17T04:12:31.265Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:31.265Z
532026-04-17T04:12:31.278Z
542026-04-17T04:12:31.278ZRust is installed now. Great!
552026-04-17T04:12:31.278Z
562026-04-17T04:12:31.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:31.278Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:31.279Z
592026-04-17T04:12:31.279ZTo configure your current shell, you need to source
602026-04-17T04:12:31.279Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:31.279Z
622026-04-17T04:12:31.279ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:31.279Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:31.279Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:31.279Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:31.279Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:31.279Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:31.279Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:31.279Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:31.279Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:31.379Z+ rustup --version
722026-04-17T04:12:31.440Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:31.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:31.457Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:31.457Z+ cargo --version
762026-04-17T04:12:31.457Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:31.457Z+ rustc --version
782026-04-17T04:12:31.457Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:31.457Zprocess exited: duration 16892 ms, exit code 0
 
802026-04-17T04:12:31.473Zstarting task 2: "authentication"
812026-04-17T04:12:31.507Zprocess exited: duration 31 ms, exit code 0
 
822026-04-17T04:12:31.527Zstarting task 3: "clone repository"
832026-04-17T04:12:31.534Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:31.534Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:31.632ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:32.517Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:32.517Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:32.741ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:32.741Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:32.746Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:32.746Z++ git branch --show-current
922026-04-17T04:12:32.752Z+ current=master
932026-04-17T04:12:32.752Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:32.752Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:32.753Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:32.776ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:32.781Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:32.786ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:32.786Zprocess exited: duration 1259 ms, exit code 0
 
1002026-04-17T04:12:32.796Zstarting task 4: "build"
1012026-04-17T04:12:32.801Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:32.801Z++ rustup show active-toolchain
1032026-04-17T04:12:32.807Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:32.815Z++ pushd xde
1052026-04-17T04:12:32.815Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:32.815Z++ rustup show active-toolchain
1072026-04-17T04:12:32.815Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:32.980Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:33.003Zinfo: downloading 6 components
1102026-04-17T04:12:46.899Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:46.986Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:46.996Z+++ head -n 1
1132026-04-17T04:12:46.996Z+++ cut '-d ' -f1
1142026-04-17T04:12:47.039Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:47.040Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:47.040Z++ popd
1172026-04-17T04:12:47.054Z/work/oxidecomputer/opte
1182026-04-17T04:12:47.054Z+ cargo --version
1192026-04-17T04:12:47.054Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1202026-04-17T04:12:47.054Z+ rustc --version
1212026-04-17T04:12:47.089Zrustc 1.95.0 (59807616e 2026-04-14)
1222026-04-17T04:12:47.089Z+ cd lib/oxide-vpc
1232026-04-17T04:12:47.089Z+ header 'check style'
1242026-04-17T04:12:47.089Z+ echo '# ==== check style ==== #'
1252026-04-17T04:12:47.089Z# ==== check style ==== #
1262026-04-17T04:12:47.089Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-17T04:12:47.179Z
1282026-04-17T04:12:47.179Zreal 0.118866917
1292026-04-17T04:12:47.179Zuser 0.085011259
1302026-04-17T04:12:47.180Zsys 0.030212730
1312026-04-17T04:12:47.180Ztrap 0.000008619
1322026-04-17T04:12:47.180Ztflt 0.000035195
1332026-04-17T04:12:47.183Zdflt 0.000005568
1342026-04-17T04:12:47.183Zkflt 0.000000000
1352026-04-17T04:12:47.183Zlock 0.030547689
1362026-04-17T04:12:47.183Zslp 0.099051746
1372026-04-17T04:12:47.183Zlat 0.000713651
1382026-04-17T04:12:47.183Zstop 0.000091084
1392026-04-17T04:12:47.183Z+ header 'check docs'
1402026-04-17T04:12:47.183Z+ echo '# ==== check docs ==== #'
1412026-04-17T04:12:47.183Z# ==== check docs ==== #
1422026-04-17T04:12:47.183Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-17T04:12:47.183Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-17T04:12:47.249Z Updating crates.io index
1452026-04-17T04:12:47.256Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-17T04:12:47.921Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-17T04:12:48.460Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-17T04:12:48.809Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-17T04:12:49.196Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-17T04:12:49.423Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-17T04:12:49.672Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-17T04:12:51.800Z Downloading crates ...
1532026-04-17T04:12:51.861Z Downloaded cpufeatures v0.2.17
1542026-04-17T04:12:51.871Z Downloaded heapless v0.8.0
1552026-04-17T04:12:51.874Z Downloaded usdt-macro v0.6.0
1562026-04-17T04:12:51.875Z Downloaded proc-macro-error-attr2 v2.0.0
1572026-04-17T04:12:51.875Z Downloaded serde_core v1.0.228
1582026-04-17T04:12:51.880Z Downloaded zmij v1.0.21
1592026-04-17T04:12:51.880Z Downloaded thiserror-impl v2.0.18
1602026-04-17T04:12:51.885Z Downloaded embedded-io v0.4.0
1612026-04-17T04:12:51.889Z Downloaded serde_json v1.0.149
1622026-04-17T04:12:51.893Z Downloaded memmap2 v0.9.10
1632026-04-17T04:12:51.899Z Downloaded digest v0.10.7
1642026-04-17T04:12:51.907Z Downloaded defmt v0.3.100
1652026-04-17T04:12:51.907Z Downloaded memchr v2.8.0
1662026-04-17T04:12:51.907Z Downloaded managed v0.8.0
1672026-04-17T04:12:51.908Z Downloaded ingot-macros v0.1.1
1682026-04-17T04:12:51.911Z Downloaded log v0.4.29
1692026-04-17T04:12:51.911Z Downloaded itoa v1.0.18
1702026-04-17T04:12:51.911Z Downloaded ingot-types v0.1.2
1712026-04-17T04:12:51.930Z Downloaded ref-cast-impl v1.0.25
1722026-04-17T04:12:51.941Z Downloaded darling_macro v0.23.0
1732026-04-17T04:12:51.941Z Downloaded stable_deref_trait v1.2.1
1742026-04-17T04:12:51.941Z Downloaded goblin v0.10.5
1752026-04-17T04:12:51.941Z Downloaded dyn-clone v1.0.20
1762026-04-17T04:12:51.946Z Downloaded usdt v0.6.0
1772026-04-17T04:12:51.946Z Downloaded darling_macro v0.21.3
1782026-04-17T04:12:51.946Z Downloaded serde_tokenstream v0.2.3
1792026-04-17T04:12:51.955Z Downloaded ident_case v1.0.1
1802026-04-17T04:12:51.959Z Downloaded macaddr v1.0.1
1812026-04-17T04:12:51.965Z Downloaded generic-array v0.14.7
1822026-04-17T04:12:51.968Z Downloaded proc-macro2 v1.0.106
1832026-04-17T04:12:51.968Z Downloaded crc32fast v1.5.0
1842026-04-17T04:12:51.973Z Downloaded darling v0.23.0
1852026-04-17T04:12:51.977Z Downloaded scroll_derive v0.13.1
1862026-04-17T04:12:51.977Z Downloaded dtrace-parser v0.3.0
1872026-04-17T04:12:51.983Z Downloaded defmt-parser v1.0.0
1882026-04-17T04:12:51.989Z Downloaded crypto-common v0.1.7
1892026-04-17T04:12:51.989Z Downloaded strsim v0.11.1
1902026-04-17T04:12:51.989Z Downloaded version_check v0.9.5
1912026-04-17T04:12:51.996Z Downloaded serde_derive v1.0.228
1922026-04-17T04:12:51.996Z Downloaded proc-macro-error2 v2.0.1
1932026-04-17T04:12:52.000Z Downloaded ipnetwork v0.21.1
1942026-04-17T04:12:52.000Z Downloaded defmt-macros v1.0.1
1952026-04-17T04:12:52.000Z Downloaded bitflags v1.3.2
1962026-04-17T04:12:52.004Z Downloaded defmt v1.0.1
1972026-04-17T04:12:52.004Z Downloaded either v1.15.0
1982026-04-17T04:12:52.010Z Downloaded pest_generator v2.8.6
1992026-04-17T04:12:52.014Z Downloaded scroll v0.13.0
2002026-04-17T04:12:52.014Z Downloaded thiserror v2.0.18
2012026-04-17T04:12:52.019Z Downloaded bitflags v2.11.0
2022026-04-17T04:12:52.029Z Downloaded darling_core v0.21.3
2032026-04-17T04:12:52.032Z Downloaded zerocopy-derive v0.8.48
2042026-04-17T04:12:52.038Z Downloaded unicode-ident v1.0.24
2052026-04-17T04:12:52.050Z Downloaded uuid v1.23.0
2062026-04-17T04:12:52.059Z Downloaded typenum v1.19.0
2072026-04-17T04:12:52.059Z Downloaded fnv v1.0.7
2082026-04-17T04:12:52.059Z Downloaded postcard v1.1.3
2092026-04-17T04:12:52.059Z Downloaded pest_meta v2.8.6
2102026-04-17T04:12:52.063Z Downloaded darling_core v0.23.0
2112026-04-17T04:12:52.063Z Downloaded usdt-attr-macro v0.6.0
2122026-04-17T04:12:52.063Z Downloaded embedded-io v0.6.1
2132026-04-17T04:12:52.063Z Downloaded pretty-hex v0.4.2
2142026-04-17T04:12:52.067Z Downloaded cfg-if v1.0.4
2152026-04-17T04:12:52.082Z Downloaded hash32 v0.3.1
2162026-04-17T04:12:52.083Z Downloaded block-buffer v0.10.4
2172026-04-17T04:12:52.087Z Downloaded cobs v0.3.0
2182026-04-17T04:12:52.087Z Downloaded thread-id v5.1.0
2192026-04-17T04:12:52.087Z Downloaded ref-cast v1.0.25
2202026-04-17T04:12:52.087Z Downloaded dof v0.4.0
2212026-04-17T04:12:52.094Z Downloaded plain v0.2.3
2222026-04-17T04:12:52.100Z Downloaded tabwriter v1.4.1
2232026-04-17T04:12:52.100Z Downloaded quote v1.0.45
2242026-04-17T04:12:52.105Z Downloaded ingot v0.1.1
2252026-04-17T04:12:52.110Z Downloaded pest_derive v2.8.6
2262026-04-17T04:12:52.110Z Downloaded darling v0.21.3
2272026-04-17T04:12:52.116Z Downloaded byteorder v1.5.0
2282026-04-17T04:12:52.120Z Downloaded usdt-impl v0.6.0
2292026-04-17T04:12:52.127Z Downloaded ucd-trie v0.1.7
2302026-04-17T04:12:52.136Z Downloaded sha2 v0.10.9
2312026-04-17T04:12:52.155Z Downloaded regex v1.12.3
2322026-04-17T04:12:52.161Z Downloaded serde v1.0.228
2332026-04-17T04:12:52.195Z Downloaded pest v2.8.6
2342026-04-17T04:12:52.204Z Downloaded itertools v0.14.0
2352026-04-17T04:12:52.213Z Downloaded zerocopy v0.8.48
2362026-04-17T04:12:52.231Z Downloaded aho-corasick v1.1.4
2372026-04-17T04:12:52.235Z Downloaded syn v2.0.117
2382026-04-17T04:12:52.239Z Downloaded unicode-width v0.2.2
2392026-04-17T04:12:52.263Z Downloaded regex-syntax v0.8.10
2402026-04-17T04:12:52.272Z Downloaded smoltcp v0.11.0
2412026-04-17T04:12:52.281Z Downloaded regex-automata v0.4.14
2422026-04-17T04:12:52.310Z Downloaded libc v0.2.185
2432026-04-17T04:12:52.380Z Compiling proc-macro2 v1.0.106
2442026-04-17T04:12:52.380Z Compiling quote v1.0.45
2452026-04-17T04:12:52.380Z Compiling unicode-ident v1.0.24
2462026-04-17T04:12:52.389Z Compiling ident_case v1.0.1
2472026-04-17T04:12:52.390Z Documenting unicode-ident v1.0.24
2482026-04-17T04:12:52.390Z Compiling strsim v0.11.1
2492026-04-17T04:12:52.390Z Compiling serde_core v1.0.228
2502026-04-17T04:12:52.519Z Compiling fnv v1.0.7
2512026-04-17T04:12:52.542Z Compiling memchr v2.8.0
2522026-04-17T04:12:52.608Z Compiling zerocopy v0.8.48
2532026-04-17T04:12:52.625Z Compiling thiserror v2.0.18
2542026-04-17T04:12:52.723Z Compiling regex-syntax v0.8.10
2552026-04-17T04:12:52.766Z Compiling serde v1.0.228
2562026-04-17T04:12:52.951Z Documenting proc-macro2 v1.0.106
2572026-04-17T04:12:53.071Z Compiling aho-corasick v1.1.4
2582026-04-17T04:12:53.188Z Checking byteorder v1.5.0
2592026-04-17T04:12:53.377Z Checking syn v2.0.117
2602026-04-17T04:12:53.438Z Compiling either v1.15.0
2612026-04-17T04:12:53.479Z Documenting quote v1.0.45
2622026-04-17T04:12:53.605Z Compiling itertools v0.14.0
2632026-04-17T04:12:53.962Z Documenting syn v2.0.117
2642026-04-17T04:12:54.261Z Compiling regex-automata v0.4.14
2652026-04-17T04:12:55.565Z Compiling heapless v0.8.0
2662026-04-17T04:12:55.638Z Checking bitflags v2.11.0
2672026-04-17T04:12:55.638Z Checking hash32 v0.3.1
2682026-04-17T04:12:55.638Z Documenting serde_core v1.0.228
2692026-04-17T04:12:55.638Z Checking cfg-if v1.0.4
2702026-04-17T04:12:55.638Z Checking macaddr v1.0.1
2712026-04-17T04:12:55.638Z Documenting memchr v2.8.0
2722026-04-17T04:12:55.638Z Checking stable_deref_trait v1.2.1
2732026-04-17T04:12:55.638Z Compiling smoltcp v0.11.0
2742026-04-17T04:12:55.638Z Documenting regex-syntax v0.8.10
2752026-04-17T04:12:55.674Z Documenting aho-corasick v1.1.4
2762026-04-17T04:12:55.675Z Checking darling_core v0.21.3
2772026-04-17T04:12:56.373Z Compiling regex v1.12.3
2782026-04-17T04:12:56.496Z Compiling darling_core v0.23.0
2792026-04-17T04:12:56.627Z Documenting regex-automata v0.4.14
2802026-04-17T04:12:56.729Z Checking bitflags v1.3.2
2812026-04-17T04:12:56.763Z Checking managed v0.8.0
2822026-04-17T04:12:56.953Z Documenting serde_derive v1.0.228
2832026-04-17T04:12:56.966Z Documenting thiserror-impl v2.0.18
2842026-04-17T04:12:57.002Z Compiling serde_derive v1.0.228
2852026-04-17T04:12:57.046Z Compiling zerocopy-derive v0.8.48
2862026-04-17T04:12:57.738Z Compiling thiserror-impl v2.0.18
2872026-04-17T04:12:58.002Z Documenting regex v1.12.3
2882026-04-17T04:12:58.051Z Compiling darling_macro v0.21.3
2892026-04-17T04:12:58.072Z Documenting zerocopy-derive v0.8.48
2902026-04-17T04:12:58.279Z Compiling crc32fast v1.5.0
2912026-04-17T04:12:58.577Z Compiling ref-cast v1.0.25
2922026-04-17T04:12:58.614Z Compiling darling_macro v0.23.0
2932026-04-17T04:12:58.660Z Compiling darling v0.21.3
2942026-04-17T04:12:58.689Z Compiling ingot-macros v0.1.1
2952026-04-17T04:12:58.956Z Documenting byteorder v1.5.0
2962026-04-17T04:12:59.038Z Documenting ingot-macros v0.1.1
2972026-04-17T04:12:59.039Z Documenting zerocopy v0.8.48
2982026-04-17T04:12:59.067Z Checking cobs v0.3.0
2992026-04-17T04:12:59.160Z Documenting thiserror v2.0.18
3002026-04-17T04:12:59.284Z Compiling ref-cast-impl v1.0.25
3012026-04-17T04:12:59.482Z Documenting hash32 v0.3.1
3022026-04-17T04:12:59.902Z Documenting serde v1.0.228
3032026-04-17T04:13:00.032Z Documenting bitflags v2.11.0
3042026-04-17T04:13:00.133Z Checking postcard v1.1.3
3052026-04-17T04:13:00.199Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3062026-04-17T04:13:00.350Z Documenting cfg-if v1.0.4
3072026-04-17T04:13:00.432Z Checking ipnetwork v0.21.1
3082026-04-17T04:13:00.607Z Compiling version_check v0.9.5
3092026-04-17T04:13:00.619Z Checking unicode-width v0.2.2
3102026-04-17T04:13:00.847Z Documenting stable_deref_trait v1.2.1
3112026-04-17T04:13:00.860Z Documenting macaddr v1.0.1
3122026-04-17T04:13:00.871Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-04-17T04:13:01.035Z Documenting cobs v0.3.0
3142026-04-17T04:13:01.126Z Compiling darling v0.23.0
3152026-04-17T04:13:01.241Z Documenting managed v0.8.0
3162026-04-17T04:13:01.346Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3172026-04-17T04:13:01.371Z Documenting heapless v0.8.0
3182026-04-17T04:13:01.418Z Checking ingot-types v0.1.2
3192026-04-17T04:13:01.757Z Documenting postcard v1.1.3
3202026-04-17T04:13:01.774Z Checking ingot v0.1.1
3212026-04-17T04:13:02.021Z Checking tabwriter v1.4.1
3222026-04-17T04:13:02.162Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3232026-04-17T04:13:02.251Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-04-17T04:13:02.271Z Documenting ingot-types v0.1.2
3252026-04-17T04:13:02.355Z Documenting ref-cast-impl v1.0.25
3262026-04-17T04:13:02.368Z Checking dyn-clone v1.0.20
3272026-04-17T04:13:02.449Z Documenting either v1.15.0
3282026-04-17T04:13:02.516Z Documenting smoltcp v0.11.0
3292026-04-17T04:13:02.713Z Documenting unicode-width v0.2.2
3302026-04-17T04:13:02.950Z Documenting ipnetwork v0.21.1
3312026-04-17T04:13:03.025Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-04-17T04:13:03.266Z Documenting ingot v0.1.1
3332026-04-17T04:13:03.343Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-04-17T04:13:03.451Z Documenting itertools v0.14.0
3352026-04-17T04:13:03.693Z Documenting ref-cast v1.0.25
3362026-04-17T04:13:04.783Z Documenting tabwriter v1.4.1
3372026-04-17T04:13:04.828Z Documenting crc32fast v1.5.0
3382026-04-17T04:13:04.828Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-04-17T04:13:04.828Z Documenting dyn-clone v1.0.20
3402026-04-17T04:13:05.118Z Documenting uuid v1.23.0
3412026-04-17T04:13:05.569Z Checking uuid v1.23.0
3422026-04-17T04:13:05.734Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-04-17T04:13:05.808Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-04-17T04:13:06.493Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-04-17T04:13:08.086Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-04-17T04:13:10.292Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-04-17T04:13:11.822Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.63s
3482026-04-17T04:13:11.910Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-04-17T04:13:11.931Z
3502026-04-17T04:13:11.931Zreal 24.727988216
3512026-04-17T04:13:11.931Zuser 1:20.964600391
3522026-04-17T04:13:11.931Zsys 16.503555903
3532026-04-17T04:13:11.931Ztrap 0.042644180
3542026-04-17T04:13:11.935Ztflt 0.036015444
3552026-04-17T04:13:11.935Zdflt 0.064032702
3562026-04-17T04:13:11.935Zkflt 0.004929726
3572026-04-17T04:13:11.935Zlock 8:04.008009599
3582026-04-17T04:13:11.935Zslp 4:41.486232164
3592026-04-17T04:13:11.935Zlat 8.771073704
3602026-04-17T04:13:11.935Zstop 10.310586941
3612026-04-17T04:13:11.935Z+ header 'analyze std + api + usdt'
3622026-04-17T04:13:11.935Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-04-17T04:13:11.935Z# ==== analyze std + api + usdt ==== #
3642026-04-17T04:13:11.935Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-04-17T04:13:12.114Z Downloading crates ...
3662026-04-17T04:13:12.173Z Downloaded dtor-proc-macro v0.0.12
3672026-04-17T04:13:12.178Z Downloaded pin-project-lite v0.2.17
3682026-04-17T04:13:12.181Z Downloaded slab v0.4.12
3692026-04-17T04:13:12.191Z Downloaded futures-sink v0.3.32
3702026-04-17T04:13:12.194Z Downloaded ctor-proc-macro v0.0.12
3712026-04-17T04:13:12.198Z Downloaded futures-io v0.3.32
3722026-04-17T04:13:12.202Z Downloaded typeid v1.0.3
3732026-04-17T04:13:12.202Z Downloaded futures-macro v0.3.32
3742026-04-17T04:13:12.206Z Downloaded futures-core v0.3.32
3752026-04-17T04:13:12.210Z Downloaded once_cell v1.21.4
3762026-04-17T04:13:12.210Z Downloaded rusticata-macros v5.0.0
3772026-04-17T04:13:12.210Z Downloaded futures-task v0.3.32
3782026-04-17T04:13:12.210Z Downloaded circular v0.3.0
3792026-04-17T04:13:12.215Z Downloaded futures-channel v0.3.32
3802026-04-17T04:13:12.219Z Downloaded link-section v0.2.0
3812026-04-17T04:13:12.219Z Downloaded dtor v0.7.0
3822026-04-17T04:13:12.227Z Downloaded futures v0.3.32
3832026-04-17T04:13:12.231Z Downloaded ron v0.12.1
3842026-04-17T04:13:12.231Z Downloaded futures-executor v0.3.32
3852026-04-17T04:13:12.231Z Downloaded ctor v0.10.0
3862026-04-17T04:13:12.231Z Downloaded cookie-factory v0.3.3
3872026-04-17T04:13:12.231Z Downloaded nom v8.0.0
3882026-04-17T04:13:12.235Z Downloaded anyhow v1.0.102
3892026-04-17T04:13:12.239Z Downloaded futures-util v0.3.32
3902026-04-17T04:13:12.252Z Downloaded pcap-parser v0.17.0
3912026-04-17T04:13:12.302Z Compiling proc-macro2 v1.0.106
3922026-04-17T04:13:12.302Z Compiling quote v1.0.45
3932026-04-17T04:13:12.306Z Compiling unicode-ident v1.0.24
3942026-04-17T04:13:12.306Z Compiling memchr v2.8.0
3952026-04-17T04:13:12.306Z Compiling thiserror v2.0.18
3962026-04-17T04:13:12.306Z Compiling zerocopy v0.8.48
3972026-04-17T04:13:12.306Z Compiling serde_core v1.0.228
3982026-04-17T04:13:12.477Z Compiling zmij v1.0.21
3992026-04-17T04:13:12.678Z Compiling libc v0.2.185
4002026-04-17T04:13:12.696Z Compiling ucd-trie v0.1.7
4012026-04-17T04:13:12.710Z Compiling serde_json v1.0.149
4022026-04-17T04:13:12.740Z Compiling ident_case v1.0.1
4032026-04-17T04:13:12.776Z Compiling strsim v0.11.1
4042026-04-17T04:13:12.852Z Compiling pest v2.8.6
4052026-04-17T04:13:12.909Z Compiling serde v1.0.228
4062026-04-17T04:13:13.126Z Compiling fnv v1.0.7
4072026-04-17T04:13:13.301Z Compiling aho-corasick v1.1.4
4082026-04-17T04:13:13.459Z Compiling itoa v1.0.18
4092026-04-17T04:13:13.485Z Compiling syn v2.0.117
4102026-04-17T04:13:13.525Z Compiling regex-syntax v0.8.10
4112026-04-17T04:13:13.555Z Checking byteorder v1.5.0
4122026-04-17T04:13:13.944Z Compiling pest_meta v2.8.6
4132026-04-17T04:13:14.034Z Compiling either v1.15.0
4142026-04-17T04:13:14.161Z Compiling usdt-impl v0.6.0
4152026-04-17T04:13:14.185Z Checking bitflags v2.11.0
4162026-04-17T04:13:14.237Z Compiling itertools v0.14.0
4172026-04-17T04:13:14.443Z Compiling thread-id v5.1.0
4182026-04-17T04:13:14.728Z Checking log v0.4.29
4192026-04-17T04:13:14.736Z Checking futures-core v0.3.32
4202026-04-17T04:13:14.854Z Checking plain v0.2.3
4212026-04-17T04:13:15.076Z Compiling regex-automata v0.4.14
4222026-04-17T04:13:15.085Z Checking futures-sink v0.3.32
4232026-04-17T04:13:15.184Z Compiling heapless v0.8.0
4242026-04-17T04:13:15.279Z Checking futures-channel v0.3.32
4252026-04-17T04:13:15.594Z Checking hash32 v0.3.1
4262026-04-17T04:13:15.618Z Checking slab v0.4.12
4272026-04-17T04:13:15.623Z Checking futures-io v0.3.32
4282026-04-17T04:13:15.706Z Checking stable_deref_trait v1.2.1
4292026-04-17T04:13:15.727Z Compiling smoltcp v0.11.0
4302026-04-17T04:13:15.766Z Checking futures-task v0.3.32
4312026-04-17T04:13:15.772Z Checking macaddr v1.0.1
4322026-04-17T04:13:15.847Z Checking pin-project-lite v0.2.17
4332026-04-17T04:13:15.887Z Compiling pest_generator v2.8.6
4342026-04-17T04:13:15.894Z Compiling darling_core v0.21.3
4352026-04-17T04:13:15.928Z Compiling darling_core v0.23.0
4362026-04-17T04:13:16.063Z Checking cfg-if v1.0.4
4372026-04-17T04:13:16.118Z Checking pretty-hex v0.4.2
4382026-04-17T04:13:16.380Z Compiling crc32fast v1.5.0
4392026-04-17T04:13:16.489Z Compiling ref-cast v1.0.25
4402026-04-17T04:13:16.592Z Compiling version_check v0.9.5
4412026-04-17T04:13:16.686Z Checking managed v0.8.0
4422026-04-17T04:13:16.808Z Compiling regex v1.12.3
4432026-04-17T04:13:16.846Z Checking bitflags v1.3.2
4442026-04-17T04:13:16.852Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4452026-04-17T04:13:17.073Z Compiling serde_derive v1.0.228
4462026-04-17T04:13:17.106Z Compiling thiserror-impl v2.0.18
4472026-04-17T04:13:17.202Z Compiling zerocopy-derive v0.8.48
4482026-04-17T04:13:17.603Z Compiling pest_derive v2.8.6
4492026-04-17T04:13:17.956Z Compiling darling_macro v0.21.3
4502026-04-17T04:13:17.989Z Compiling scroll_derive v0.13.1
4512026-04-17T04:13:18.107Z Compiling futures-macro v0.3.32
4522026-04-17T04:13:18.122Z Compiling darling_macro v0.23.0
4532026-04-17T04:13:18.208Z Compiling ref-cast-impl v1.0.25
4542026-04-17T04:13:18.495Z Compiling darling v0.21.3
4552026-04-17T04:13:18.501Z Compiling dtrace-parser v0.3.0
4562026-04-17T04:13:18.635Z Compiling ingot-macros v0.1.1
4572026-04-17T04:13:18.786Z Checking scroll v0.13.0
4582026-04-17T04:13:18.790Z Checking cobs v0.3.0
4592026-04-17T04:13:18.866Z Checking futures-util v0.3.32
4602026-04-17T04:13:18.999Z Checking goblin v0.10.5
4612026-04-17T04:13:19.136Z Compiling darling v0.23.0
4622026-04-17T04:13:19.241Z Checking memmap2 v0.9.10
4632026-04-17T04:13:19.245Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4642026-04-17T04:13:19.438Z Checking unicode-width v0.2.2
4652026-04-17T04:13:19.641Z Checking ipnetwork v0.21.1
4662026-04-17T04:13:20.114Z Checking postcard v1.1.3
4672026-04-17T04:13:20.298Z Compiling serde_tokenstream v0.2.3
4682026-04-17T04:13:20.392Z Checking tabwriter v1.4.1
4692026-04-17T04:13:20.540Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4702026-04-17T04:13:20.606Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4712026-04-17T04:13:20.610Z Checking nom v8.0.0
4722026-04-17T04:13:20.778Z Checking futures-executor v0.3.32
4732026-04-17T04:13:20.920Z Checking futures v0.3.32
4742026-04-17T04:13:20.986Z Compiling typeid v1.0.3
4752026-04-17T04:13:21.191Z Compiling anyhow v1.0.102
4762026-04-17T04:13:21.245Z Checking dyn-clone v1.0.20
4772026-04-17T04:13:21.343Z Checking cookie-factory v0.3.3
4782026-04-17T04:13:21.350Z Checking uuid v1.23.0
4792026-04-17T04:13:21.368Z Compiling dtor-proc-macro v0.0.12
4802026-04-17T04:13:21.373Z Checking ingot-types v0.1.2
4812026-04-17T04:13:21.418Z Compiling dof v0.4.0
4822026-04-17T04:13:21.574Z Checking circular v0.3.0
4832026-04-17T04:13:21.588Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4842026-04-17T04:13:21.696Z Checking ingot v0.1.1
4852026-04-17T04:13:21.707Z Checking dtor v0.7.0
4862026-04-17T04:13:21.716Z Checking once_cell v1.21.4
4872026-04-17T04:13:21.766Z Checking link-section v0.2.0
4882026-04-17T04:13:21.771Z Compiling ctor-proc-macro v0.0.12
4892026-04-17T04:13:21.841Z Checking ron v0.12.1
4902026-04-17T04:13:22.114Z Checking ctor v0.10.0
4912026-04-17T04:13:22.364Z Compiling usdt-macro v0.6.0
4922026-04-17T04:13:22.364Z Compiling usdt-attr-macro v0.6.0
4932026-04-17T04:13:22.555Z Checking rusticata-macros v5.0.0
4942026-04-17T04:13:22.663Z Checking pcap-parser v0.17.0
4952026-04-17T04:13:22.964Z Checking usdt v0.6.0
4962026-04-17T04:13:23.175Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-04-17T04:13:27.475Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4982026-04-17T04:13:29.126Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4992026-04-17T04:13:31.495Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.36s
5002026-04-17T04:13:31.552Z
5012026-04-17T04:13:31.552Zreal 19.438994544
5022026-04-17T04:13:31.553Zuser 1:12.292155247
5032026-04-17T04:13:31.553Zsys 15.344148331
5042026-04-17T04:13:31.553Ztrap 0.040915131
5052026-04-17T04:13:31.553Ztflt 0.084433662
5062026-04-17T04:13:31.553Zdflt 0.157679650
5072026-04-17T04:13:31.553Zkflt 0.000027775
5082026-04-17T04:13:31.553Zlock 4:00.852696491
5092026-04-17T04:13:31.553Zslp 3:51.754009136
5102026-04-17T04:13:31.553Zlat 4.736321453
5112026-04-17T04:13:31.553Zstop 8.202512393
5122026-04-17T04:13:31.553Z+ header 'analyze no_std + engine + kernel'
5132026-04-17T04:13:31.553Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5142026-04-17T04:13:31.553Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5152026-04-17T04:13:31.553Z# ==== analyze no_std + engine + kernel ==== #
5162026-04-17T04:13:31.595Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5172026-04-17T04:13:31.595Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5182026-04-17T04:13:31.595Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5192026-04-17T04:13:31.595Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-04-17T04:13:31.875Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-04-17T04:13:36.045Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5222026-04-17T04:13:37.664Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.16s
5232026-04-17T04:13:37.693Z
5242026-04-17T04:13:37.693Zreal 6.226900875
5252026-04-17T04:13:37.693Zuser 6.468680655
5262026-04-17T04:13:37.693Zsys 0.983090011
5272026-04-17T04:13:37.693Ztrap 0.000797213
5282026-04-17T04:13:37.693Ztflt 0.009768762
5292026-04-17T04:13:37.693Zdflt 0.003640714
5302026-04-17T04:13:37.693Zkflt 0.000000000
5312026-04-17T04:13:37.693Zlock 26.553838579
5322026-04-17T04:13:37.693Zslp 22.576849248
5332026-04-17T04:13:37.693Zlat 0.021359359
5342026-04-17T04:13:37.693Zstop 0.260323072
5352026-04-17T04:13:37.693Z+ header test
5362026-04-17T04:13:37.693Z+ echo '# ==== test ==== #'
5372026-04-17T04:13:37.693Z+ ptime -m cargo test
5382026-04-17T04:13:37.693Z# ==== test ==== #
5392026-04-17T04:13:37.786Z Compiling memchr v2.8.0
5402026-04-17T04:13:37.786Z Compiling serde_core v1.0.228
5412026-04-17T04:13:37.818Z Compiling thiserror v2.0.18
5422026-04-17T04:13:37.845Z Compiling zerocopy v0.8.48
5432026-04-17T04:13:37.845Z Compiling byteorder v1.5.0
5442026-04-17T04:13:37.845Z Compiling unicode-ident v1.0.24
5452026-04-17T04:13:37.845Z Compiling zmij v1.0.21
5462026-04-17T04:13:37.845Z Compiling scroll v0.13.0
5472026-04-17T04:13:37.894Z Compiling proc-macro2 v1.0.106
5482026-04-17T04:13:37.935Z Compiling libc v0.2.185
5492026-04-17T04:13:38.000Z Compiling ucd-trie v0.1.7
5502026-04-17T04:13:38.128Z Compiling futures-sink v0.3.32
5512026-04-17T04:13:38.157Z Compiling itoa v1.0.18
5522026-04-17T04:13:38.162Z Compiling plain v0.2.3
5532026-04-17T04:13:38.257Z Compiling futures-core v0.3.32
5542026-04-17T04:13:38.257Z Compiling log v0.4.29
5552026-04-17T04:13:38.402Z Compiling goblin v0.10.5
5562026-04-17T04:13:38.422Z Compiling futures-channel v0.3.32
5572026-04-17T04:13:38.491Z Compiling quote v1.0.45
5582026-04-17T04:13:38.654Z Compiling pest v2.8.6
5592026-04-17T04:13:38.693Z Compiling hash32 v0.3.1
5602026-04-17T04:13:38.860Z Compiling macaddr v1.0.1
5612026-04-17T04:13:39.144Z Compiling slab v0.4.12
5622026-04-17T04:13:39.170Z Compiling stable_deref_trait v1.2.1
5632026-04-17T04:13:39.284Z Compiling pin-project-lite v0.2.17
5642026-04-17T04:13:39.362Z Compiling futures-io v0.3.32
5652026-04-17T04:13:39.430Z Compiling cfg-if v1.0.4
5662026-04-17T04:13:39.430Z Compiling futures-task v0.3.32
5672026-04-17T04:13:39.477Z Compiling pretty-hex v0.4.2
5682026-04-17T04:13:39.493Z Compiling futures-util v0.3.32
5692026-04-17T04:13:39.517Z Compiling heapless v0.8.0
5702026-04-17T04:13:39.517Z Compiling syn v2.0.117
5712026-04-17T04:13:39.779Z Compiling serde v1.0.228
5722026-04-17T04:13:39.938Z Compiling bitflags v2.11.0
5732026-04-17T04:13:40.426Z Compiling serde_json v1.0.149
5742026-04-17T04:13:40.478Z Compiling dtrace-parser v0.3.0
5752026-04-17T04:13:40.478Z Compiling thread-id v5.1.0
5762026-04-17T04:13:40.507Z Compiling cobs v0.3.0
5772026-04-17T04:13:40.697Z Compiling ingot-types v0.1.2
5782026-04-17T04:13:40.767Z Compiling bitflags v1.3.2
5792026-04-17T04:13:40.830Z Compiling managed v0.8.0
5802026-04-17T04:13:40.909Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5812026-04-17T04:13:41.047Z Compiling ingot v0.1.1
5822026-04-17T04:13:41.066Z Compiling smoltcp v0.11.0
5832026-04-17T04:13:41.110Z Compiling postcard v1.1.3
5842026-04-17T04:13:41.422Z Compiling dof v0.4.0
5852026-04-17T04:13:42.208Z Compiling usdt-impl v0.6.0
5862026-04-17T04:13:43.344Z Compiling futures-executor v0.3.32
5872026-04-17T04:13:43.433Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5882026-04-17T04:13:44.057Z Compiling memmap2 v0.9.10
5892026-04-17T04:13:44.159Z Compiling unicode-width v0.2.2
5902026-04-17T04:13:44.160Z Compiling either v1.15.0
5912026-04-17T04:13:44.206Z Compiling ipnetwork v0.21.1
5922026-04-17T04:13:44.207Z Compiling itertools v0.14.0
5932026-04-17T04:13:44.228Z Compiling tabwriter v1.4.1
5942026-04-17T04:13:44.657Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5952026-04-17T04:13:44.673Z Compiling usdt v0.6.0
5962026-04-17T04:13:45.350Z Compiling ref-cast v1.0.25
5972026-04-17T04:13:46.528Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5982026-04-17T04:13:46.528Z Compiling futures v0.3.32
5992026-04-17T04:13:46.528Z Compiling crc32fast v1.5.0
6002026-04-17T04:13:46.528Z Compiling nom v8.0.0
6012026-04-17T04:13:46.528Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6022026-04-17T04:13:46.738Z Compiling dyn-clone v1.0.20
6032026-04-17T04:13:46.739Z Compiling cookie-factory v0.3.3
6042026-04-17T04:13:46.739Z Compiling uuid v1.23.0
6052026-04-17T04:13:46.739Z Compiling circular v0.3.0
6062026-04-17T04:13:46.739Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6072026-04-17T04:13:46.739Z Compiling dtor v0.7.0
6082026-04-17T04:13:46.739Z Compiling typeid v1.0.3
6092026-04-17T04:13:46.739Z Compiling anyhow v1.0.102
6102026-04-17T04:13:46.739Z Compiling link-section v0.2.0
6112026-04-17T04:13:46.739Z Compiling once_cell v1.21.4
6122026-04-17T04:13:46.739Z Compiling ron v0.12.1
6132026-04-17T04:13:46.739Z Compiling ctor v0.10.0
6142026-04-17T04:13:47.565Z Compiling rusticata-macros v5.0.0
6152026-04-17T04:13:47.829Z Compiling pcap-parser v0.17.0
6162026-04-17T04:13:50.296Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6172026-04-17T04:13:52.507Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6182026-04-17T04:14:28.759Z Finished `test` profile [optimized + debuginfo] target(s) in 51.13s
6192026-04-17T04:14:28.773Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-63302af5a709a213)
6202026-04-17T04:14:28.838Z
6212026-04-17T04:14:28.838Zrunning 15 tests
6222026-04-17T04:14:28.838Ztest api::tests::parse_bad_proto_filter ... ok
6232026-04-17T04:14:28.838Ztest api::tests::ports_from_str_bad ... ok
6242026-04-17T04:14:28.838Ztest api::tests::parse_good_address ... ok
6252026-04-17T04:14:28.838Ztest api::tests::ports_from_str_good ... ok
6262026-04-17T04:14:28.838Ztest api::tests::parse_good_proto_filter ... ok
6272026-04-17T04:14:28.838Ztest api::tests::parse_bad_address ... ok
6282026-04-17T04:14:28.838Ztest cfg::tests::test_required_nat_space ... ok
6292026-04-17T04:14:28.838Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6302026-04-17T04:14:28.838Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6312026-04-17T04:14:28.838Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6322026-04-17T04:14:28.838Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6332026-04-17T04:14:28.838Ztest engine::geneve::test::parse_single_opt ... ok
6342026-04-17T04:14:28.838Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6352026-04-17T04:14:28.838Ztest engine::geneve::test::parse_multi_opt ... ok
6362026-04-17T04:14:28.838Ztest engine::firewall::tests::port_predicate_simplification ... ok
6372026-04-17T04:14:28.838Z
6382026-04-17T04:14:28.838Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6392026-04-17T04:14:28.838Z
6402026-04-17T04:14:28.838Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ffc3e71241be5358)
6412026-04-17T04:14:28.838Z
6422026-04-17T04:14:28.838Zrunning 4 tests
6432026-04-17T04:14:28.838Ztest firewall_vni_outbound ... ok
6442026-04-17T04:14:28.838Ztest firewall_external_inbound ... ok
6452026-04-17T04:14:28.838Ztest firewall_vni_inbound ... ok
6462026-04-17T04:14:28.838Ztest firewall_replace_rules ... ok
6472026-04-17T04:14:28.838Z
6482026-04-17T04:14:28.838Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-04-17T04:14:28.838Z
6502026-04-17T04:14:28.839Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-38bf760867c33228)
6512026-04-17T04:14:28.839Z
6522026-04-17T04:14:28.839Zrunning 2 tests
6532026-04-17T04:14:28.839Ztest parse_in_regression ... ok
6542026-04-17T04:14:28.839Ztest parse_out_regression ... ok
6552026-04-17T04:14:28.839Z
6562026-04-17T04:14:28.839Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572026-04-17T04:14:28.839Z
6582026-04-17T04:14:28.839Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-33e7998f3b4c6da3)
6592026-04-17T04:14:28.839Z
6602026-04-17T04:14:28.839Zrunning 47 tests
6612026-04-17T04:14:28.839Ztest bad_ip_len ... ok
6622026-04-17T04:14:28.839Ztest add_remove_fw_rule ... ok
6632026-04-17T04:14:28.839Ztest check_layers ... ok
6642026-04-17T04:14:28.839Ztest arp_gateway ... ok
6652026-04-17T04:14:28.839Ztest anti_spoof ... ok
6662026-04-17T04:14:28.839Ztest external_attached_subnets_cannot_reach_internal ... ok
6672026-04-17T04:14:28.839Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6682026-04-17T04:14:28.839Ztest external_attached_subnets_dont_apply_nat ... ok
6692026-04-17T04:14:28.839Ztest flow_expiration ... ok
6702026-04-17T04:14:28.839Ztest gateway_icmp4_ping ... ok
6712026-04-17T04:14:28.839Ztest gateway_icmpv6_ping ... ok
6722026-04-17T04:14:28.839Ztest early_tcp_invalidation ... ok
6732026-04-17T04:14:28.839Ztest external_ip_epoch_affinity_preserved ... ok
6742026-04-17T04:14:28.839Ztest gateway_router_advert_reply ... ok
6752026-04-17T04:14:28.839Ztest external_ip_reconfigurable ... ok
6762026-04-17T04:14:28.839Ztest guest_to_guest_no_route ... ok
6772026-04-17T04:14:28.839Ztest guest_to_guest_diff_vpc_no_peer ... ok
6782026-04-17T04:14:28.839Ztest guest_to_internet_ipv6 ... ok
6792026-04-17T04:14:28.839Ztest guest_to_guest ... ok
6802026-04-17T04:14:28.839Ztest guest_to_internet_ipv4 ... ok
6812026-04-17T04:14:28.839Ztest icmp_inner_has_nat_applied ... ok
6822026-04-17T04:14:28.839Ztest inbound_ndp_dropped_at_gateway ... ok
6832026-04-17T04:14:28.839Ztest external_ip_balanced_over_floating_ips ... ok
6842026-04-17T04:14:28.839Ztest icmpv6_inner_has_nat_applied ... ok
6852026-04-17T04:14:28.839Ztest outbound_ndp_dropped ... ok
6862026-04-17T04:14:28.839Ztest packet_body_pullup ... ok
6872026-04-17T04:14:28.839Ztest no_panic_on_flow_table_full ... ok
6882026-04-17T04:14:28.840Ztest intra_subnet_routes_with_custom ... ok
6892026-04-17T04:14:28.840Ztest external_ip_receive_and_reply_on_all ... ok
6902026-04-17T04:14:28.840Ztest internal_attached_subnets ... ok
6912026-04-17T04:14:28.840Ztest port_transition_reset ... ok
6922026-04-17T04:14:28.840Ztest port_transition_running ... ok
6932026-04-17T04:14:28.840Ztest port_as_router_target ... ok
6942026-04-17T04:14:28.840Ztest port_transition_pause ... ok
6952026-04-17T04:14:28.840Ztest test_drop_on_unknown_critical_option ... ok
6962026-04-17T04:14:28.840Ztest select_eip_conditioned_on_igw ... ok
6972026-04-17T04:14:28.840Ztest snat_icmp4_echo_rewrite ... ok
6982026-04-17T04:14:28.840Ztest snat_icmp6_echo_rewrite ... ok
6992026-04-17T04:14:28.840Ztest test_ipv6_multicast_encapsulation ... ok
7002026-04-17T04:14:28.840Ztest tcp_inbound ... ok
7012026-04-17T04:14:28.840Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7022026-04-17T04:14:28.840Ztest tcp_outbound ... ok
7032026-04-17T04:14:28.840Ztest test_tcp_multicast_denied ... ok
7042026-04-17T04:14:28.840Ztest test_gateway_neighbor_advert_reply ... ok
7052026-04-17T04:14:28.840Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7062026-04-17T04:14:28.840Ztest uft_lft_invalidation_out ... ok
7072026-04-17T04:14:28.840Ztest uft_lft_invalidation_in ... ok
7082026-04-17T04:14:28.840Z
7092026-04-17T04:14:28.840Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-04-17T04:14:28.840Z
7112026-04-17T04:14:28.840Z Doc-tests oxide_vpc
7122026-04-17T04:14:29.092Z
7132026-04-17T04:14:29.092Zrunning 0 tests
7142026-04-17T04:14:29.092Z
7152026-04-17T04:14:29.096Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7162026-04-17T04:14:29.096Z
7172026-04-17T04:14:29.118Z
7182026-04-17T04:14:29.123Zreal 51.489643374
7192026-04-17T04:14:29.123Zuser 3:10.614221693
7202026-04-17T04:14:29.123Zsys 11.282362849
7212026-04-17T04:14:29.123Ztrap 0.089813820
7222026-04-17T04:14:29.123Ztflt 0.118595780
7232026-04-17T04:14:29.123Zdflt 0.300311557
7242026-04-17T04:14:29.123Zkflt 0.000009816
7252026-04-17T04:14:29.123Zlock 12:30.594680661
7262026-04-17T04:14:29.123Zslp 6:38.496012428
7272026-04-17T04:14:29.123Zlat 9.208695500
7282026-04-17T04:14:29.123Zstop 5.504165893
7292026-04-17T04:14:29.123Zprocess exited: duration 116311 ms, exit code 0
 
7302026-04-17T04:14:29.133Zfound 0 output files