01KKJN3V1HXQ2MGTCYNPJX1AAN: oxide-vpc

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

Buildomat Job: 01KKJN4RJBRZ4HTS10PTJDA4NN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:53:36.426Zjob assigned to worker 01KKJN4YXHW88463SQK0Q2MR8P [factory aws, i-0523a7fa3aeb59c85] (queued for 1 m 48 s)
 
22026-03-13T03:53:45.010Zstarting task 0: "setup"
32026-03-13T03:53:45.059Z++ uname -s
42026-03-13T03:53:45.059Z+ kern=SunOS
52026-03-13T03:53:45.059Z+ build_user=build
62026-03-13T03:53:45.059Z+ build_uid=12345
72026-03-13T03:53:45.059Z+ work_dir=/work
82026-03-13T03:53:45.059Z+ input_dir=/input
92026-03-13T03:53:45.059Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:45.060Z+ case "$kern" in
112026-03-13T03:53:45.060Z+ groupadd -g 12345 build
122026-03-13T03:53:45.060Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:46.941Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:47.111Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:47.111Z+ home_fs=zfs
162026-03-13T03:53:47.111Z+ [[ zfs == autofs ]]
172026-03-13T03:53:47.112Z+ mkdir -p /home/build
182026-03-13T03:53:47.112Z+ chown build:build /home/build /work
192026-03-13T03:53:48.981Z+ chmod 0700 /home/build /work
202026-03-13T03:53:48.986Zprocess exited: duration 4129 ms, exit code 0
 
212026-03-13T03:53:48.993Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:48.997Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:48.998Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:48.998Z * rust toolchain profile = "default"
252026-03-13T03:53:48.998Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T03:53:48.998Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:48.998Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:49.002Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:49.003Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:49.087Zinfo: downloading installer
312026-03-13T03:53:50.502Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:50.502Zwarn: /opt/ooce/bin
332026-03-13T03:53:50.502Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:50.502Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:50.502Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:50.502Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:50.502Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:50.502Zerror: cannot install while Rust is installed
392026-03-13T03:53:50.502Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:50.502Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:50.502Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:50.502Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:50.502Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:50.518Zinfo: profile set to default
452026-03-13T03:53:50.518Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:50.520Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:50.678Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:50.681Zinfo: downloading 6 components
492026-03-13T03:54:06.964Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:54:06.964Z
512026-03-13T03:54:07.005Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:54:07.005Z
532026-03-13T03:54:07.005Z
542026-03-13T03:54:07.008ZRust is installed now. Great!
552026-03-13T03:54:07.008Z
562026-03-13T03:54:07.008ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:54:07.008Zenvironment variable. This has not been done automatically.
582026-03-13T03:54:07.008Z
592026-03-13T03:54:07.008ZTo configure your current shell, you need to source
602026-03-13T03:54:07.008Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:54:07.008Z
622026-03-13T03:54:07.008ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:54:07.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:54:07.008Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:54:07.008Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:54:07.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:54:07.008Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:54:07.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:54:07.008Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:54:07.008Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:54:07.111Z+ rustup --version
722026-03-13T03:54:07.122Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:54:07.161Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:54:07.170Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:54:07.170Z+ cargo --version
762026-03-13T03:54:07.174Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:54:07.174Z+ rustc --version
782026-03-13T03:54:07.193Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:54:07.196Zprocess exited: duration 18200 ms, exit code 0
 
802026-03-13T03:54:07.206Zstarting task 2: "authentication"
812026-03-13T03:54:07.227Zprocess exited: duration 20 ms, exit code 0
 
822026-03-13T03:54:08.236Zstarting task 3: "clone repository"
832026-03-13T03:54:08.243Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:54:08.243Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:54:08.243ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:54:08.243Z+ cd /work/oxidecomputer/opte
872026-03-13T03:54:08.243Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:54:08.344ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:54:08.344Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:54:08.351Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:54:08.355Z++ git branch --show-current
922026-03-13T03:54:08.356Z+ current=master
932026-03-13T03:54:08.356Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:54:08.356Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:54:08.359Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:54:08.380ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:54:08.385Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:54:08.388ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:54:08.388Zprocess exited: duration 1153 ms, exit code 0
 
1002026-03-13T03:54:08.394Zstarting task 4: "build"
1012026-03-13T03:54:08.398Z+ source .github/buildomat/common.sh
1022026-03-13T03:54:08.401Z++ rustup show active-toolchain
1032026-03-13T03:54:08.405Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:54:08.410Z++ pushd xde
1052026-03-13T03:54:08.410Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:54:08.410Z++ rustup show active-toolchain
1072026-03-13T03:54:08.413Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:54:08.576Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:54:08.580Zinfo: downloading 6 components
1102026-03-13T03:54:24.975Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:54:25.020Z+++ rustup show active-toolchain -v
1122026-03-13T03:54:25.023Z+++ head -n 1
1132026-03-13T03:54:25.023Z+++ cut '-d ' -f1
1142026-03-13T03:54:25.094Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:54:25.094Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:54:25.094Z++ popd
1172026-03-13T03:54:25.098Z/work/oxidecomputer/opte
1182026-03-13T03:54:25.098Z+ cargo --version
1192026-03-13T03:54:25.108Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-13T03:54:25.111Z+ rustc --version
1212026-03-13T03:54:25.135Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-13T03:54:25.139Z+ cd lib/oxide-vpc
1232026-03-13T03:54:25.139Z+ header 'check style'
1242026-03-13T03:54:25.139Z+ echo '# ==== check style ==== #'
1252026-03-13T03:54:25.139Z# ==== check style ==== #
1262026-03-13T03:54:25.139Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-13T03:54:25.312Z
1282026-03-13T03:54:25.312Zreal 0.170757961
1292026-03-13T03:54:25.312Zuser 0.121378594
1302026-03-13T03:54:25.313Zsys 0.043660997
1312026-03-13T03:54:25.315Ztrap 0.000021535
1322026-03-13T03:54:25.316Ztflt 0.000039778
1332026-03-13T03:54:25.316Zdflt 0.000018814
1342026-03-13T03:54:25.316Zkflt 0.000000000
1352026-03-13T03:54:25.316Zlock 0.062340058
1362026-03-13T03:54:25.316Zslp 0.146718558
1372026-03-13T03:54:25.316Zlat 0.000270386
1382026-03-13T03:54:25.316Zstop 0.000110500
1392026-03-13T03:54:25.316Z+ header 'check docs'
1402026-03-13T03:54:25.316Z+ echo '# ==== check docs ==== #'
1412026-03-13T03:54:25.316Z# ==== check docs ==== #
1422026-03-13T03:54:25.316Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-13T03:54:25.316Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-13T03:54:25.424Z Updating crates.io index
1452026-03-13T03:54:25.427Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-13T03:54:26.262Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-13T03:54:26.891Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-13T03:54:27.257Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-13T03:54:27.748Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-13T03:54:28.001Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-13T03:54:28.279Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-13T03:54:30.665Z Downloading crates ...
1532026-03-13T03:54:30.732Z Downloaded bitflags v2.11.0
1542026-03-13T03:54:30.735Z Downloaded embedded-io v0.4.0
1552026-03-13T03:54:30.739Z Downloaded cpufeatures v0.2.17
1562026-03-13T03:54:30.739Z Downloaded cfg-if v1.0.4
1572026-03-13T03:54:30.743Z Downloaded postcard v1.1.3
1582026-03-13T03:54:30.747Z Downloaded hash32 v0.3.1
1592026-03-13T03:54:30.747Z Downloaded byteorder v1.5.0
1602026-03-13T03:54:30.747Z Downloaded bitflags v1.3.2
1612026-03-13T03:54:30.750Z Downloaded log v0.4.29
1622026-03-13T03:54:30.750Z Downloaded strsim v0.11.1
1632026-03-13T03:54:30.754Z Downloaded aho-corasick v1.1.4
1642026-03-13T03:54:30.763Z Downloaded proc-macro2 v1.0.106
1652026-03-13T03:54:30.767Z Downloaded version_check v0.9.5
1662026-03-13T03:54:30.770Z Downloaded ref-cast v1.0.25
1672026-03-13T03:54:30.773Z Downloaded fnv v1.0.7
1682026-03-13T03:54:30.773Z Downloaded digest v0.10.7
1692026-03-13T03:54:30.773Z Downloaded block-buffer v0.10.4
1702026-03-13T03:54:30.776Z Downloaded cobs v0.3.0
1712026-03-13T03:54:30.779Z Downloaded usdt-macro v0.6.0
1722026-03-13T03:54:30.779Z Downloaded macaddr v1.0.1
1732026-03-13T03:54:30.779Z Downloaded dtrace-parser v0.3.0
1742026-03-13T03:54:30.782Z Downloaded thiserror v2.0.18
1752026-03-13T03:54:30.787Z Downloaded usdt-attr-macro v0.6.0
1762026-03-13T03:54:30.797Z Downloaded tabwriter v1.4.1
1772026-03-13T03:54:30.800Z Downloaded usdt v0.6.0
1782026-03-13T03:54:30.803Z Downloaded itoa v1.0.17
1792026-03-13T03:54:30.805Z Downloaded scroll_derive v0.13.1
1802026-03-13T03:54:30.805Z Downloaded thread-id v5.1.0
1812026-03-13T03:54:30.813Z Downloaded defmt-parser v1.0.0
1822026-03-13T03:54:30.818Z Downloaded darling_core v0.21.3
1832026-03-13T03:54:30.822Z Downloaded defmt v0.3.100
1842026-03-13T03:54:30.829Z Downloaded ref-cast-impl v1.0.25
1852026-03-13T03:54:30.832Z Downloaded plain v0.2.3
1862026-03-13T03:54:30.832Z Downloaded darling_macro v0.21.3
1872026-03-13T03:54:30.832Z Downloaded dof v0.4.0
1882026-03-13T03:54:30.836Z Downloaded ucd-trie v0.1.7
1892026-03-13T03:54:30.839Z Downloaded usdt-impl v0.6.0
1902026-03-13T03:54:30.839Z Downloaded proc-macro-error2 v2.0.1
1912026-03-13T03:54:30.842Z Downloaded sha2 v0.10.9
1922026-03-13T03:54:30.845Z Downloaded pretty-hex v0.4.1
1932026-03-13T03:54:30.847Z Downloaded ident_case v1.0.1
1942026-03-13T03:54:30.850Z Downloaded stable_deref_trait v1.2.1
1952026-03-13T03:54:30.853Z Downloaded scroll v0.13.0
1962026-03-13T03:54:30.853Z Downloaded defmt v1.0.1
1972026-03-13T03:54:30.857Z Downloaded proc-macro-error-attr2 v2.0.0
1982026-03-13T03:54:30.865Z Downloaded generic-array v0.14.7
1992026-03-13T03:54:30.868Z Downloaded thiserror-impl v2.0.18
2002026-03-13T03:54:30.868Z Downloaded managed v0.8.0
2012026-03-13T03:54:30.868Z Downloaded zmij v1.0.21
2022026-03-13T03:54:30.870Z Downloaded serde_tokenstream v0.2.3
2032026-03-13T03:54:30.870Z Downloaded crypto-common v0.1.7
2042026-03-13T03:54:30.884Z Downloaded ingot-types v0.1.2
2052026-03-13T03:54:30.887Z Downloaded embedded-io v0.6.1
2062026-03-13T03:54:30.887Z Downloaded typenum v1.19.0
2072026-03-13T03:54:30.890Z Downloaded pest_derive v2.8.6
2082026-03-13T03:54:30.890Z Downloaded quote v1.0.45
2092026-03-13T03:54:30.893Z Downloaded ingot v0.1.1
2102026-03-13T03:54:30.893Z Downloaded uuid v1.22.0
2112026-03-13T03:54:30.896Z Downloaded ipnetwork v0.21.1
2122026-03-13T03:54:30.899Z Downloaded either v1.15.0
2132026-03-13T03:54:30.899Z Downloaded dyn-clone v1.0.20
2142026-03-13T03:54:30.899Z Downloaded defmt-macros v1.0.1
2152026-03-13T03:54:30.903Z Downloaded memmap2 v0.9.10
2162026-03-13T03:54:30.907Z Downloaded unicode-ident v1.0.24
2172026-03-13T03:54:30.908Z Downloaded pest_generator v2.8.6
2182026-03-13T03:54:30.908Z Downloaded memchr v2.8.0
2192026-03-13T03:54:30.912Z Downloaded serde_derive v1.0.228
2202026-03-13T03:54:30.914Z Downloaded ingot-macros v0.1.1
2212026-03-13T03:54:30.914Z Downloaded darling v0.21.3
2222026-03-13T03:54:30.917Z Downloaded crc32fast v1.5.0
2232026-03-13T03:54:30.922Z Downloaded pest_meta v2.8.6
2242026-03-13T03:54:30.928Z Downloaded heapless v0.8.0
2252026-03-13T03:54:30.936Z Downloaded zerocopy-derive v0.8.42
2262026-03-13T03:54:30.941Z Downloaded serde v1.0.228
2272026-03-13T03:54:30.944Z Downloaded serde_core v1.0.228
2282026-03-13T03:54:30.960Z Downloaded itertools v0.14.0
2292026-03-13T03:54:30.965Z Downloaded serde_json v1.0.149
2302026-03-13T03:54:30.994Z Downloaded pest v2.8.6
2312026-03-13T03:54:31.003Z Downloaded regex v1.12.3
2322026-03-13T03:54:31.047Z Downloaded goblin v0.10.5
2332026-03-13T03:54:31.053Z Downloaded zerocopy v0.8.42
2342026-03-13T03:54:31.064Z Downloaded syn v2.0.117
2352026-03-13T03:54:31.072Z Downloaded unicode-width v0.2.2
2362026-03-13T03:54:31.075Z Downloaded smoltcp v0.11.0
2372026-03-13T03:54:31.085Z Downloaded regex-syntax v0.8.10
2382026-03-13T03:54:31.118Z Downloaded regex-automata v0.4.14
2392026-03-13T03:54:31.128Z Downloaded libc v0.2.183
2402026-03-13T03:54:31.206Z Compiling proc-macro2 v1.0.106
2412026-03-13T03:54:31.206Z Compiling quote v1.0.45
2422026-03-13T03:54:31.209Z Compiling unicode-ident v1.0.24
2432026-03-13T03:54:31.209Z Documenting unicode-ident v1.0.24
2442026-03-13T03:54:31.209Z Compiling serde_core v1.0.228
2452026-03-13T03:54:31.209Z Compiling strsim v0.11.1
2462026-03-13T03:54:31.209Z Compiling ident_case v1.0.1
2472026-03-13T03:54:31.400Z Compiling fnv v1.0.7
2482026-03-13T03:54:31.421Z Compiling memchr v2.8.0
2492026-03-13T03:54:31.698Z Compiling serde v1.0.228
2502026-03-13T03:54:31.729Z Compiling zerocopy v0.8.42
2512026-03-13T03:54:31.745Z Compiling regex-syntax v0.8.10
2522026-03-13T03:54:31.755Z Compiling thiserror v2.0.18
2532026-03-13T03:54:32.088Z Documenting proc-macro2 v1.0.106
2542026-03-13T03:54:32.168Z Compiling aho-corasick v1.1.4
2552026-03-13T03:54:32.300Z Compiling either v1.15.0
2562026-03-13T03:54:32.549Z Compiling syn v2.0.117
2572026-03-13T03:54:32.566Z Checking byteorder v1.5.0
2582026-03-13T03:54:32.619Z Compiling itertools v0.14.0
2592026-03-13T03:54:32.808Z Documenting quote v1.0.45
2602026-03-13T03:54:33.420Z Documenting syn v2.0.117
2612026-03-13T03:54:33.674Z Documenting fnv v1.0.7
2622026-03-13T03:54:33.808Z Compiling regex-automata v0.4.14
2632026-03-13T03:54:34.144Z Documenting strsim v0.11.1
2642026-03-13T03:54:34.261Z Documenting ident_case v1.0.1
2652026-03-13T03:54:34.624Z Compiling heapless v0.8.0
2662026-03-13T03:54:34.730Z Checking bitflags v2.11.0
2672026-03-13T03:54:34.830Z Checking hash32 v0.3.1
2682026-03-13T03:54:34.917Z Documenting serde_core v1.0.228
2692026-03-13T03:54:34.954Z Checking stable_deref_trait v1.2.1
2702026-03-13T03:54:35.028Z Checking macaddr v1.0.1
2712026-03-13T03:54:35.193Z Checking cfg-if v1.0.4
2722026-03-13T03:54:35.202Z Documenting memchr v2.8.0
2732026-03-13T03:54:35.262Z Documenting regex-syntax v0.8.10
2742026-03-13T03:54:35.423Z Checking darling_core v0.21.3
2752026-03-13T03:54:36.096Z Compiling regex v1.12.3
2762026-03-13T03:54:36.118Z Documenting darling_core v0.21.3
2772026-03-13T03:54:36.622Z Documenting aho-corasick v1.1.4
2782026-03-13T03:54:36.658Z Compiling smoltcp v0.11.0
2792026-03-13T03:54:37.101Z Checking bitflags v1.3.2
2802026-03-13T03:54:37.334Z Checking managed v0.8.0
2812026-03-13T03:54:37.571Z Documenting zerocopy-derive v0.8.42
2822026-03-13T03:54:37.577Z Documenting thiserror-impl v2.0.18
2832026-03-13T03:54:37.587Z Documenting darling_macro v0.21.3
2842026-03-13T03:54:37.776Z Documenting regex-automata v0.4.14
2852026-03-13T03:54:37.786Z Compiling zerocopy-derive v0.8.42
2862026-03-13T03:54:38.414Z Compiling thiserror-impl v2.0.18
2872026-03-13T03:54:38.439Z Compiling serde_derive v1.0.228
2882026-03-13T03:54:38.793Z Documenting serde_derive v1.0.228
2892026-03-13T03:54:38.883Z Compiling crc32fast v1.5.0
2902026-03-13T03:54:38.990Z Documenting byteorder v1.5.0
2912026-03-13T03:54:39.142Z Compiling darling_macro v0.21.3
2922026-03-13T03:54:39.301Z Compiling ref-cast v1.0.25
2932026-03-13T03:54:39.605Z Documenting regex v1.12.3
2942026-03-13T03:54:39.705Z Documenting hash32 v0.3.1
2952026-03-13T03:54:39.756Z Documenting zerocopy v0.8.42
2962026-03-13T03:54:39.874Z Compiling darling v0.21.3
2972026-03-13T03:54:39.965Z Compiling ingot-macros v0.1.1
2982026-03-13T03:54:40.239Z Checking cobs v0.3.0
2992026-03-13T03:54:40.270Z Documenting darling v0.21.3
3002026-03-13T03:54:40.465Z Documenting thiserror v2.0.18
3012026-03-13T03:54:40.520Z Compiling ref-cast-impl v1.0.25
3022026-03-13T03:54:41.134Z Documenting bitflags v2.11.0
3032026-03-13T03:54:41.277Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-03-13T03:54:41.472Z Documenting ingot-macros v0.1.1
3052026-03-13T03:54:41.602Z Checking unicode-width v0.2.2
3062026-03-13T03:54:41.916Z Compiling version_check v0.9.5
3072026-03-13T03:54:41.940Z Documenting macaddr v1.0.1
3082026-03-13T03:54:42.260Z Documenting serde v1.0.228
3092026-03-13T03:54:42.414Z Documenting stable_deref_trait v1.2.1
3102026-03-13T03:54:42.636Z Documenting cfg-if v1.0.4
3112026-03-13T03:54:42.664Z Checking postcard v1.1.3
3122026-03-13T03:54:43.020Z Checking ipnetwork v0.21.1
3132026-03-13T03:54:43.226Z Documenting heapless v0.8.0
3142026-03-13T03:54:43.238Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-03-13T03:54:43.241Z Documenting cobs v0.3.0
3162026-03-13T03:54:43.432Z Documenting managed v0.8.0
3172026-03-13T03:54:43.578Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-03-13T03:54:43.749Z Checking ingot-types v0.1.2
3192026-03-13T03:54:44.152Z Documenting ingot-types v0.1.2
3202026-03-13T03:54:44.257Z Checking ingot v0.1.1
3212026-03-13T03:54:44.397Z Checking tabwriter v1.4.1
3222026-03-13T03:54:44.483Z Documenting postcard v1.1.3
3232026-03-13T03:54:44.663Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-03-13T03:54:44.739Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-03-13T03:54:44.862Z Documenting ref-cast-impl v1.0.25
3262026-03-13T03:54:45.128Z Documenting smoltcp v0.11.0
3272026-03-13T03:54:45.425Z Documenting unicode-width v0.2.2
3282026-03-13T03:54:45.464Z Documenting ipnetwork v0.21.1
3292026-03-13T03:54:45.531Z Documenting either v1.15.0
3302026-03-13T03:54:45.842Z Documenting ingot v0.1.1
3312026-03-13T03:54:46.133Z Checking dyn-clone v1.0.20
3322026-03-13T03:54:46.246Z Documenting crc32fast v1.5.0
3332026-03-13T03:54:46.418Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-03-13T03:54:46.455Z Documenting ref-cast v1.0.25
3352026-03-13T03:54:46.780Z Documenting itertools v0.14.0
3362026-03-13T03:54:47.102Z Documenting tabwriter v1.4.1
3372026-03-13T03:54:47.461Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3382026-03-13T03:54:47.523Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-03-13T03:54:47.969Z Documenting dyn-clone v1.0.20
3402026-03-13T03:54:48.600Z Documenting uuid v1.22.0
3412026-03-13T03:54:49.279Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3422026-03-13T03:54:49.784Z Checking uuid v1.22.0
3432026-03-13T03:54:50.050Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-13T03:54:50.117Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3452026-03-13T03:54:52.363Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-13T03:54:55.357Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-13T03:54:57.420Z Finished `dev` profile [optimized + debuginfo] target(s) in 32.07s
3482026-03-13T03:54:57.508Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-13T03:54:57.531Z
3502026-03-13T03:54:57.536Zreal 32.191297818
3512026-03-13T03:54:57.536Zuser 1:51.445098465
3522026-03-13T03:54:57.536Zsys 21.024816093
3532026-03-13T03:54:57.536Ztrap 0.058796822
3542026-03-13T03:54:57.536Ztflt 0.061884986
3552026-03-13T03:54:57.536Zdflt 0.101552897
3562026-03-13T03:54:57.536Zkflt 0.001726507
3572026-03-13T03:54:57.536Zlock 11:51.779056584
3582026-03-13T03:54:57.536Zslp 6:31.211787584
3592026-03-13T03:54:57.536Zlat 11.602987864
3602026-03-13T03:54:57.536Zstop 14.199253209
3612026-03-13T03:54:57.536Z+ header 'analyze std + api + usdt'
3622026-03-13T03:54:57.536Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-13T03:54:57.536Z# ==== analyze std + api + usdt ==== #
3642026-03-13T03:54:57.536Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-03-13T03:54:57.771Z Downloading crates ...
3662026-03-13T03:54:57.849Z Downloaded futures-sink v0.3.32
3672026-03-13T03:54:57.855Z Downloaded dtor-proc-macro v0.0.6
3682026-03-13T03:54:57.855Z Downloaded ctor-proc-macro v0.0.7
3692026-03-13T03:54:57.861Z Downloaded slab v0.4.12
3702026-03-13T03:54:57.861Z Downloaded dtor v0.1.1
3712026-03-13T03:54:57.870Z Downloaded futures-core v0.3.32
3722026-03-13T03:54:57.870Z Downloaded circular v0.3.0
3732026-03-13T03:54:57.874Z Downloaded rusticata-macros v5.0.0
3742026-03-13T03:54:57.874Z Downloaded futures-task v0.3.32
3752026-03-13T03:54:57.874Z Downloaded futures-io v0.3.32
3762026-03-13T03:54:57.874Z Downloaded ctor v0.6.3
3772026-03-13T03:54:57.874Z Downloaded futures-macro v0.3.32
3782026-03-13T03:54:57.879Z Downloaded typeid v1.0.3
3792026-03-13T03:54:57.883Z Downloaded pin-project-lite v0.2.17
3802026-03-13T03:54:57.887Z Downloaded futures-executor v0.3.32
3812026-03-13T03:54:57.887Z Downloaded futures-channel v0.3.32
3822026-03-13T03:54:57.887Z Downloaded cookie-factory v0.3.3
3832026-03-13T03:54:57.892Z Downloaded once_cell v1.21.3
3842026-03-13T03:54:57.897Z Downloaded futures v0.3.32
3852026-03-13T03:54:57.897Z Downloaded nom v8.0.0
3862026-03-13T03:54:57.904Z Downloaded futures-util v0.3.32
3872026-03-13T03:54:57.914Z Downloaded pcap-parser v0.17.0
3882026-03-13T03:54:57.919Z Downloaded ron v0.12.0
3892026-03-13T03:54:57.929Z Downloaded anyhow v1.0.102
3902026-03-13T03:54:57.992Z Compiling proc-macro2 v1.0.106
3912026-03-13T03:54:57.992Z Compiling quote v1.0.45
3922026-03-13T03:54:57.992Z Compiling unicode-ident v1.0.24
3932026-03-13T03:54:57.995Z Compiling memchr v2.8.0
3942026-03-13T03:54:57.995Z Compiling thiserror v2.0.18
3952026-03-13T03:54:57.995Z Compiling serde_core v1.0.228
3962026-03-13T03:54:57.995Z Compiling zerocopy v0.8.42
3972026-03-13T03:54:57.995Z Compiling zmij v1.0.21
3982026-03-13T03:54:58.438Z Compiling libc v0.2.183
3992026-03-13T03:54:58.480Z Compiling ucd-trie v0.1.7
4002026-03-13T03:54:58.490Z Compiling serde_json v1.0.149
4012026-03-13T03:54:58.762Z Compiling pest v2.8.6
4022026-03-13T03:54:58.773Z Compiling serde v1.0.228
4032026-03-13T03:54:58.837Z Compiling strsim v0.11.1
4042026-03-13T03:54:58.942Z Compiling fnv v1.0.7
4052026-03-13T03:54:59.011Z Compiling ident_case v1.0.1
4062026-03-13T03:54:59.267Z Compiling aho-corasick v1.1.4
4072026-03-13T03:54:59.524Z Compiling itoa v1.0.17
4082026-03-13T03:54:59.580Z Checking byteorder v1.5.0
4092026-03-13T03:54:59.651Z Compiling syn v2.0.117
4102026-03-13T03:54:59.737Z Compiling regex-syntax v0.8.10
4112026-03-13T03:55:00.273Z Compiling pest_meta v2.8.6
4122026-03-13T03:55:00.317Z Compiling either v1.15.0
4132026-03-13T03:55:00.425Z Compiling usdt-impl v0.6.0
4142026-03-13T03:55:00.565Z Compiling itertools v0.14.0
4152026-03-13T03:55:00.674Z Checking bitflags v2.11.0
4162026-03-13T03:55:00.997Z Compiling thread-id v5.1.0
4172026-03-13T03:55:01.290Z Checking futures-sink v0.3.32
4182026-03-13T03:55:01.398Z Checking plain v0.2.3
4192026-03-13T03:55:01.509Z Checking log v0.4.29
4202026-03-13T03:55:01.590Z Checking futures-core v0.3.32
4212026-03-13T03:55:01.689Z Compiling heapless v0.8.0
4222026-03-13T03:55:01.729Z Compiling regex-automata v0.4.14
4232026-03-13T03:55:01.923Z Checking futures-channel v0.3.32
4242026-03-13T03:55:02.257Z Checking hash32 v0.3.1
4252026-03-13T03:55:02.399Z Checking futures-task v0.3.32
4262026-03-13T03:55:02.459Z Checking macaddr v1.0.1
4272026-03-13T03:55:02.563Z Checking slab v0.4.12
4282026-03-13T03:55:02.631Z Checking pretty-hex v0.4.1
4292026-03-13T03:55:02.635Z Checking stable_deref_trait v1.2.1
4302026-03-13T03:55:02.707Z Checking cfg-if v1.0.4
4312026-03-13T03:55:02.747Z Checking pin-project-lite v0.2.17
4322026-03-13T03:55:02.762Z Compiling smoltcp v0.11.0
4332026-03-13T03:55:02.771Z Checking futures-io v0.3.32
4342026-03-13T03:55:03.069Z Compiling pest_generator v2.8.6
4352026-03-13T03:55:03.112Z Compiling darling_core v0.21.3
4362026-03-13T03:55:03.214Z Compiling crc32fast v1.5.0
4372026-03-13T03:55:03.353Z Checking bitflags v1.3.2
4382026-03-13T03:55:03.426Z Checking managed v0.8.0
4392026-03-13T03:55:03.600Z Compiling version_check v0.9.5
4402026-03-13T03:55:03.639Z Compiling ref-cast v1.0.25
4412026-03-13T03:55:03.952Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4422026-03-13T03:55:03.965Z Checking memmap2 v0.9.10
4432026-03-13T03:55:04.068Z Compiling regex v1.12.3
4442026-03-13T03:55:04.165Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-13T03:55:04.473Z Checking ipnetwork v0.21.1
4462026-03-13T03:55:04.543Z Checking unicode-width v0.2.2
4472026-03-13T03:55:04.861Z Checking tabwriter v1.4.1
4482026-03-13T03:55:04.870Z Checking nom v8.0.0
4492026-03-13T03:55:05.003Z Compiling serde_derive v1.0.228
4502026-03-13T03:55:05.023Z Compiling thiserror-impl v2.0.18
4512026-03-13T03:55:05.329Z Compiling zerocopy-derive v0.8.42
4522026-03-13T03:55:05.392Z Compiling pest_derive v2.8.6
4532026-03-13T03:55:05.629Z Compiling scroll_derive v0.13.1
4542026-03-13T03:55:05.799Z Compiling futures-macro v0.3.32
4552026-03-13T03:55:06.038Z Compiling ref-cast-impl v1.0.25
4562026-03-13T03:55:06.192Z Compiling darling_macro v0.21.3
4572026-03-13T03:55:06.779Z Checking scroll v0.13.0
4582026-03-13T03:55:06.820Z Compiling dtrace-parser v0.3.0
4592026-03-13T03:55:06.929Z Checking futures-util v0.3.32
4602026-03-13T03:55:06.959Z Compiling darling v0.21.3
4612026-03-13T03:55:06.995Z Compiling ingot-macros v0.1.1
4622026-03-13T03:55:07.045Z Checking goblin v0.10.5
4632026-03-13T03:55:07.107Z Checking cobs v0.3.0
4642026-03-13T03:55:07.522Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4652026-03-13T03:55:07.713Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4662026-03-13T03:55:08.421Z Compiling anyhow v1.0.102
4672026-03-13T03:55:08.443Z Compiling typeid v1.0.3
4682026-03-13T03:55:08.837Z Checking dyn-clone v1.0.20
4692026-03-13T03:55:09.210Z Checking postcard v1.1.3
4702026-03-13T03:55:09.242Z Checking rusticata-macros v5.0.0
4712026-03-13T03:55:09.398Z Checking uuid v1.22.0
4722026-03-13T03:55:09.499Z Compiling serde_tokenstream v0.2.3
4732026-03-13T03:55:09.561Z Checking futures-executor v0.3.32
4742026-03-13T03:55:09.575Z Checking circular v0.3.0
4752026-03-13T03:55:09.706Z Compiling dtor-proc-macro v0.0.6
4762026-03-13T03:55:09.734Z Checking futures v0.3.32
4772026-03-13T03:55:09.749Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-03-13T03:55:09.812Z Checking cookie-factory v0.3.3
4792026-03-13T03:55:09.982Z Compiling ctor-proc-macro v0.0.7
4802026-03-13T03:55:10.143Z Checking pcap-parser v0.17.0
4812026-03-13T03:55:10.160Z Checking dtor v0.1.1
4822026-03-13T03:55:10.171Z Checking once_cell v1.21.3
4832026-03-13T03:55:10.321Z Checking ron v0.12.0
4842026-03-13T03:55:10.389Z Checking ctor v0.6.3
4852026-03-13T03:55:11.256Z Checking ingot-types v0.1.2
4862026-03-13T03:55:11.256Z Checking dof v0.4.0
4872026-03-13T03:55:11.577Z Checking ingot v0.1.1
4882026-03-13T03:55:12.550Z Compiling usdt-macro v0.6.0
4892026-03-13T03:55:12.550Z Compiling usdt-attr-macro v0.6.0
4902026-03-13T03:55:13.256Z Checking usdt v0.6.0
4912026-03-13T03:55:13.659Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-13T03:55:19.883Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-13T03:55:22.025Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-13T03:55:25.187Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.58s
4952026-03-13T03:55:25.226Z
4962026-03-13T03:55:25.229Zreal 27.683979154
4972026-03-13T03:55:25.229Zuser 1:39.445178734
4982026-03-13T03:55:25.229Zsys 18.277004969
4992026-03-13T03:55:25.229Ztrap 0.059752740
5002026-03-13T03:55:25.229Ztflt 0.153071173
5012026-03-13T03:55:25.229Zdflt 0.174504143
5022026-03-13T03:55:25.229Zkflt 0.000018246
5032026-03-13T03:55:25.229Zlock 5:46.886787773
5042026-03-13T03:55:25.229Zslp 5:09.838892860
5052026-03-13T03:55:25.229Zlat 4.140546279
5062026-03-13T03:55:25.229Zstop 9.862016688
5072026-03-13T03:55:25.229Z+ header 'analyze no_std + engine + kernel'
5082026-03-13T03:55:25.229Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-13T03:55:25.229Z# ==== analyze no_std + engine + kernel ==== #
5102026-03-13T03:55:25.229Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-03-13T03:55:25.463Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-13T03:55:25.463Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-13T03:55:25.466Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-13T03:55:25.491Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-13T03:55:25.833Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-13T03:55:31.858Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-13T03:55:33.986Z Finished `dev` profile [optimized + debuginfo] target(s) in 8.70s
5182026-03-13T03:55:34.018Z
5192026-03-13T03:55:34.024Zreal 8.782924664
5202026-03-13T03:55:34.024Zuser 9.121218635
5212026-03-13T03:55:34.024Zsys 1.259720194
5222026-03-13T03:55:34.024Ztrap 0.001295569
5232026-03-13T03:55:34.024Ztflt 0.004638635
5242026-03-13T03:55:34.024Zdflt 0.002765234
5252026-03-13T03:55:34.024Zkflt 0.000000000
5262026-03-13T03:55:34.024Zlock 31.660447493
5272026-03-13T03:55:34.024Zslp 31.314592623
5282026-03-13T03:55:34.024Zlat 0.020227589
5292026-03-13T03:55:34.024Zstop 0.286434990
5302026-03-13T03:55:34.024Z+ header test
5312026-03-13T03:55:34.024Z+ echo '# ==== test ==== #'
5322026-03-13T03:55:34.024Z# ==== test ==== #
5332026-03-13T03:55:34.025Z+ ptime -m cargo test
5342026-03-13T03:55:34.224Z Compiling memchr v2.8.0
5352026-03-13T03:55:34.228Z Compiling serde_core v1.0.228
5362026-03-13T03:55:34.254Z Compiling thiserror v2.0.18
5372026-03-13T03:55:34.259Z Compiling zerocopy v0.8.42
5382026-03-13T03:55:34.261Z Compiling byteorder v1.5.0
5392026-03-13T03:55:34.261Z Compiling unicode-ident v1.0.24
5402026-03-13T03:55:34.268Z Compiling libc v0.2.183
5412026-03-13T03:55:34.268Z Compiling zmij v1.0.21
5422026-03-13T03:55:34.355Z Compiling proc-macro2 v1.0.106
5432026-03-13T03:55:34.416Z Compiling scroll v0.13.0
5442026-03-13T03:55:34.546Z Compiling log v0.4.29
5452026-03-13T03:55:34.737Z Compiling futures-core v0.3.32
5462026-03-13T03:55:34.746Z Compiling plain v0.2.3
5472026-03-13T03:55:34.761Z Compiling ucd-trie v0.1.7
5482026-03-13T03:55:34.819Z Compiling futures-sink v0.3.32
5492026-03-13T03:55:34.864Z Compiling itoa v1.0.17
5502026-03-13T03:55:34.924Z Compiling pest v2.8.6
5512026-03-13T03:55:34.931Z Compiling futures-channel v0.3.32
5522026-03-13T03:55:35.179Z Compiling goblin v0.10.5
5532026-03-13T03:55:35.228Z Compiling quote v1.0.45
5542026-03-13T03:55:35.654Z Compiling hash32 v0.3.1
5552026-03-13T03:55:35.853Z Compiling cfg-if v1.0.4
5562026-03-13T03:55:35.926Z Compiling pretty-hex v0.4.1
5572026-03-13T03:55:36.067Z Compiling slab v0.4.12
5582026-03-13T03:55:36.090Z Compiling futures-task v0.3.32
5592026-03-13T03:55:36.285Z Compiling pin-project-lite v0.2.17
5602026-03-13T03:55:36.288Z Compiling macaddr v1.0.1
5612026-03-13T03:55:36.321Z Compiling futures-io v0.3.32
5622026-03-13T03:55:36.393Z Compiling stable_deref_trait v1.2.1
5632026-03-13T03:55:36.472Z Compiling heapless v0.8.0
5642026-03-13T03:55:36.538Z Compiling futures-util v0.3.32
5652026-03-13T03:55:36.596Z Compiling dtrace-parser v0.3.0
5662026-03-13T03:55:37.029Z Compiling serde v1.0.228
5672026-03-13T03:55:37.060Z Compiling bitflags v2.11.0
5682026-03-13T03:55:37.243Z Compiling serde_json v1.0.149
5692026-03-13T03:55:37.579Z Compiling syn v2.0.117
5702026-03-13T03:55:37.892Z Compiling thread-id v5.1.0
5712026-03-13T03:55:37.903Z Compiling cobs v0.3.0
5722026-03-13T03:55:37.978Z Compiling managed v0.8.0
5732026-03-13T03:55:38.252Z Compiling bitflags v1.3.2
5742026-03-13T03:55:38.272Z Compiling postcard v1.1.3
5752026-03-13T03:55:38.328Z Compiling smoltcp v0.11.0
5762026-03-13T03:55:38.629Z Compiling ingot-types v0.1.2
5772026-03-13T03:55:38.739Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5782026-03-13T03:55:39.032Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-03-13T03:55:39.165Z Compiling dof v0.4.0
5802026-03-13T03:55:39.778Z Compiling futures-executor v0.3.32
5812026-03-13T03:55:40.303Z Compiling ingot v0.1.1
5822026-03-13T03:55:40.539Z Compiling memmap2 v0.9.10
5832026-03-13T03:55:40.908Z Compiling unicode-width v0.2.2
5842026-03-13T03:55:41.100Z Compiling usdt-impl v0.6.0
5852026-03-13T03:55:41.297Z Compiling either v1.15.0
5862026-03-13T03:55:41.423Z Compiling ipnetwork v0.21.1
5872026-03-13T03:55:41.523Z Compiling usdt v0.6.0
5882026-03-13T03:55:42.069Z Compiling itertools v0.14.0
5892026-03-13T03:55:42.306Z Compiling tabwriter v1.4.1
5902026-03-13T03:55:42.795Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5912026-03-13T03:55:43.363Z Compiling ref-cast v1.0.25
5922026-03-13T03:55:43.381Z Compiling futures v0.3.32
5932026-03-13T03:55:43.490Z Compiling crc32fast v1.5.0
5942026-03-13T03:55:43.527Z Compiling nom v8.0.0
5952026-03-13T03:55:43.785Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-13T03:55:43.975Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-13T03:55:44.416Z Compiling dyn-clone v1.0.20
5982026-03-13T03:55:44.594Z Compiling cookie-factory v0.3.3
5992026-03-13T03:55:44.660Z Compiling uuid v1.22.0
6002026-03-13T03:55:45.276Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6012026-03-13T03:55:45.290Z Compiling circular v0.3.0
6022026-03-13T03:55:45.403Z Compiling dtor v0.1.1
6032026-03-13T03:55:45.484Z Compiling anyhow v1.0.102
6042026-03-13T03:55:45.618Z Compiling typeid v1.0.3
6052026-03-13T03:55:45.744Z Compiling once_cell v1.21.3
6062026-03-13T03:55:45.751Z Compiling ctor v0.6.3
6072026-03-13T03:55:45.885Z Compiling ron v0.12.0
6082026-03-13T03:55:47.024Z Compiling rusticata-macros v5.0.0
6092026-03-13T03:55:47.401Z Compiling pcap-parser v0.17.0
6102026-03-13T03:55:50.424Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-13T03:55:53.650Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-13T03:56:48.887Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 14s
6132026-03-13T03:56:48.907Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-56314d284624280f)
6142026-03-13T03:56:48.910Z
6152026-03-13T03:56:48.910Zrunning 15 tests
6162026-03-13T03:56:48.913Ztest api::tests::parse_bad_proto_filter ... ok
6172026-03-13T03:56:48.913Ztest api::tests::parse_bad_address ... ok
6182026-03-13T03:56:48.913Ztest api::tests::parse_good_proto_filter ... ok
6192026-03-13T03:56:48.913Ztest api::tests::parse_good_address ... ok
6202026-03-13T03:56:48.913Ztest api::tests::ports_from_str_good ... ok
6212026-03-13T03:56:48.913Ztest api::tests::ports_from_str_bad ... ok
6222026-03-13T03:56:48.913Ztest cfg::tests::test_required_nat_space ... ok
6232026-03-13T03:56:48.913Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-13T03:56:48.913Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-13T03:56:48.913Ztest engine::geneve::test::parse_multi_opt ... ok
6262026-03-13T03:56:48.913Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6272026-03-13T03:56:48.913Ztest engine::geneve::test::parse_single_opt ... ok
6282026-03-13T03:56:48.913Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6292026-03-13T03:56:48.913Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-03-13T03:56:48.913Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-13T03:56:48.913Z
6322026-03-13T03:56:48.913Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-13T03:56:48.913Z
6342026-03-13T03:56:48.914Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-f2c2f3ee304a072d)
6352026-03-13T03:56:48.917Z
6362026-03-13T03:56:48.917Zrunning 4 tests
6372026-03-13T03:56:48.917Ztest firewall_external_inbound ... ok
6382026-03-13T03:56:48.917Ztest firewall_vni_outbound ... ok
6392026-03-13T03:56:48.917Ztest firewall_vni_inbound ... ok
6402026-03-13T03:56:48.917Ztest firewall_replace_rules ... ok
6412026-03-13T03:56:48.917Z
6422026-03-13T03:56:48.917Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-13T03:56:48.917Z
6442026-03-13T03:56:48.917Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-5745569a9c132081)
6452026-03-13T03:56:48.920Z
6462026-03-13T03:56:48.920Zrunning 2 tests
6472026-03-13T03:56:48.920Ztest parse_in_regression ... ok
6482026-03-13T03:56:48.920Ztest parse_out_regression ... ok
6492026-03-13T03:56:48.920Z
6502026-03-13T03:56:48.920Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-13T03:56:48.920Z
6522026-03-13T03:56:48.920Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-e15f91e091b0f813)
6532026-03-13T03:56:48.926Z
6542026-03-13T03:56:48.926Zrunning 47 tests
6552026-03-13T03:56:48.926Ztest bad_ip_len ... ok
6562026-03-13T03:56:48.926Ztest check_layers ... ok
6572026-03-13T03:56:48.926Ztest add_remove_fw_rule ... ok
6582026-03-13T03:56:48.926Ztest arp_gateway ... ok
6592026-03-13T03:56:48.926Ztest external_attached_subnets_cannot_reach_internal ... ok
6602026-03-13T03:56:48.926Ztest anti_spoof ... ok
6612026-03-13T03:56:48.926Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-03-13T03:56:48.926Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-03-13T03:56:48.929Ztest flow_expiration ... ok
6642026-03-13T03:56:48.929Ztest gateway_icmp4_ping ... ok
6652026-03-13T03:56:48.929Ztest gateway_icmpv6_ping ... ok
6662026-03-13T03:56:48.929Ztest external_ip_epoch_affinity_preserved ... ok
6672026-03-13T03:56:48.929Ztest early_tcp_invalidation ... ok
6682026-03-13T03:56:48.929Ztest external_ip_reconfigurable ... ok
6692026-03-13T03:56:48.929Ztest gateway_router_advert_reply ... ok
6702026-03-13T03:56:48.929Ztest guest_to_guest_no_route ... ok
6712026-03-13T03:56:48.929Ztest guest_to_internet_ipv4 ... ok
6722026-03-13T03:56:48.929Ztest guest_to_guest_diff_vpc_no_peer ... ok
6732026-03-13T03:56:48.929Ztest guest_to_internet_ipv6 ... ok
6742026-03-13T03:56:48.929Ztest icmp_inner_has_nat_applied ... ok
6752026-03-13T03:56:48.929Ztest icmpv6_inner_has_nat_applied ... ok
6762026-03-13T03:56:48.929Ztest guest_to_guest ... ok
6772026-03-13T03:56:48.929Ztest inbound_ndp_dropped_at_gateway ... ok
6782026-03-13T03:56:48.929Ztest outbound_ndp_dropped ... ok
6792026-03-13T03:56:48.929Ztest no_panic_on_flow_table_full ... ok
6802026-03-13T03:56:48.929Ztest intra_subnet_routes_with_custom ... ok
6812026-03-13T03:56:48.930Ztest packet_body_pullup ... ok
6822026-03-13T03:56:48.930Ztest internal_attached_subnets ... ok
6832026-03-13T03:56:48.930Ztest external_ip_receive_and_reply_on_all ... ok
6842026-03-13T03:56:48.930Ztest external_ip_balanced_over_floating_ips ... ok
6852026-03-13T03:56:48.930Ztest port_transition_running ... ok
6862026-03-13T03:56:48.930Ztest port_transition_reset ... ok
6872026-03-13T03:56:48.930Ztest port_as_router_target ... ok
6882026-03-13T03:56:48.930Ztest test_drop_on_unknown_critical_option ... ok
6892026-03-13T03:56:48.930Ztest port_transition_pause ... ok
6902026-03-13T03:56:48.930Ztest select_eip_conditioned_on_igw ... ok
6912026-03-13T03:56:48.930Ztest snat_icmp4_echo_rewrite ... ok
6922026-03-13T03:56:48.930Ztest snat_icmp6_echo_rewrite ... ok
6932026-03-13T03:56:48.930Ztest test_ipv6_multicast_encapsulation ... ok
6942026-03-13T03:56:48.930Ztest tcp_outbound ... ok
6952026-03-13T03:56:48.930Ztest tcp_inbound ... ok
6962026-03-13T03:56:48.930Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6972026-03-13T03:56:48.930Ztest test_gateway_neighbor_advert_reply ... ok
6982026-03-13T03:56:48.930Ztest test_tcp_multicast_denied ... ok
6992026-03-13T03:56:48.930Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7002026-03-13T03:56:48.930Ztest uft_lft_invalidation_out ... ok
7012026-03-13T03:56:48.930Ztest uft_lft_invalidation_in ... ok
7022026-03-13T03:56:48.930Z
7032026-03-13T03:56:48.930Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-13T03:56:48.930Z
7052026-03-13T03:56:48.930Z Doc-tests oxide_vpc
7062026-03-13T03:56:49.305Z
7072026-03-13T03:56:49.305Zrunning 0 tests
7082026-03-13T03:56:49.305Z
7092026-03-13T03:56:49.305Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-13T03:56:49.305Z
7112026-03-13T03:56:49.337Z
7122026-03-13T03:56:49.341Zreal 1:15.294407888
7132026-03-13T03:56:49.342Zuser 4:21.448238521
7142026-03-13T03:56:49.342Zsys 14.166790140
7152026-03-13T03:56:49.342Ztrap 0.126217660
7162026-03-13T03:56:49.342Ztflt 0.232264558
7172026-03-13T03:56:49.342Zdflt 0.180674849
7182026-03-13T03:56:49.342Zkflt 0.000057879
7192026-03-13T03:56:49.342Zlock 17:48.057582189
7202026-03-13T03:56:49.342Zslp 8:58.360005217
7212026-03-13T03:56:49.342Zlat 10.827277058
7222026-03-13T03:56:49.342Zstop 7.361776379
7232026-03-13T03:56:49.342Zprocess exited: duration 160916 ms, exit code 0
 
7242026-03-13T03:56:49.348Zfound 0 output files