01KKZGK7ETC15S28T1KXG3J506: oxide-vpc

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

Buildomat Job: 01KKZGKJBD3XVFM5039DG5SEXM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:44:11.104Zjob assigned to worker 01KKZGKM5ZCP49C27C8CNFJBGS [factory aws, i-0bf42b79553b0e64d] (queued for 1 m 33 s)
 
22026-03-18T03:44:18.789Zstarting task 0: "setup"
32026-03-18T03:44:18.794Z++ uname -s
42026-03-18T03:44:18.797Z+ kern=SunOS
52026-03-18T03:44:18.797Z+ build_user=build
62026-03-18T03:44:18.797Z+ build_uid=12345
72026-03-18T03:44:18.797Z+ work_dir=/work
82026-03-18T03:44:18.797Z+ input_dir=/input
92026-03-18T03:44:18.797Z+ [[ 0 == 12345 ]]
102026-03-18T03:44:18.797Z+ case "$kern" in
112026-03-18T03:44:18.797Z+ groupadd -g 12345 build
122026-03-18T03:44:18.800Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:44:20.805Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:44:20.915Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:44:20.918Z+ home_fs=zfs
162026-03-18T03:44:20.918Z+ [[ zfs == autofs ]]
172026-03-18T03:44:20.918Z+ mkdir -p /home/build
182026-03-18T03:44:20.921Z+ chown build:build /home/build /work
192026-03-18T03:44:22.921Z+ chmod 0700 /home/build /work
202026-03-18T03:44:22.924Zprocess exited: duration 4136 ms, exit code 0
 
212026-03-18T03:44:22.930Zstarting task 1: "rust-toolchain"
222026-03-18T03:44:22.934Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:44:22.934Z * rust toolchain channel = "1.93.1"
242026-03-18T03:44:22.934Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:44:22.934Z * rust toolchain profile = "default"
262026-03-18T03:44:22.935Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:44:22.935Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:44:22.938Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:44:22.938Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:44:23.072Zinfo: downloading installer
312026-03-18T03:44:24.772Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:44:24.772Zwarn: /opt/ooce/bin
332026-03-18T03:44:24.772Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:44:24.772Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:44:24.772Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:44:24.772Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:44:24.772Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:44:24.772Zerror: cannot install while Rust is installed
392026-03-18T03:44:24.772Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:44:24.772Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:44:24.772Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:44:24.772Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:44:24.772Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:44:24.788Zinfo: profile set to default
452026-03-18T03:44:24.788Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:44:24.791Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:44:24.956Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:44:24.959Zinfo: downloading 6 components
492026-03-18T03:44:40.287Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-18T03:44:40.288Z
512026-03-18T03:44:40.327Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:40.327Z
532026-03-18T03:44:40.327Z
542026-03-18T03:44:40.327ZRust is installed now. Great!
552026-03-18T03:44:40.327Z
562026-03-18T03:44:40.330ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:40.330Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:40.330Z
592026-03-18T03:44:40.330ZTo configure your current shell, you need to source
602026-03-18T03:44:40.330Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:40.330Z
622026-03-18T03:44:40.330ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:40.330Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:40.330Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:40.330Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:40.330Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:40.330Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:40.330Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:40.330Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:40.330Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:40.427Z+ rustup --version
722026-03-18T03:44:40.437Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:40.440Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:40.463Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:40.466Z+ cargo --version
762026-03-18T03:44:40.482Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:40.485Z+ rustc --version
782026-03-18T03:44:40.509Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:40.511Zprocess exited: duration 17581 ms, exit code 0
 
802026-03-18T03:44:40.517Zstarting task 2: "authentication"
812026-03-18T03:44:40.537Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:44:40.543Zstarting task 3: "clone repository"
832026-03-18T03:44:40.547Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:40.550Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:40.584ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:41.532Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:41.536Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:41.787ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:41.787Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:41.794Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:41.797Z++ git branch --show-current
922026-03-18T03:44:41.800Z+ current=master
932026-03-18T03:44:41.800Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:41.800Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:41.803Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:41.823ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:41.826Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:41.846ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:41.849Zprocess exited: duration 1304 ms, exit code 0
 
1002026-03-18T03:44:41.855Zstarting task 4: "build"
1012026-03-18T03:44:41.859Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:41.862Z++ rustup show active-toolchain
1032026-03-18T03:44:41.866Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:41.869Z++ pushd xde
1052026-03-18T03:44:41.869Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:41.869Z++ rustup show active-toolchain
1072026-03-18T03:44:41.873Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:42.049Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:42.053Zinfo: downloading 6 components
1102026-03-18T03:44:56.432Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:56.536Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:56.539Z+++ head -n 1
1132026-03-18T03:44:56.539Z+++ cut '-d ' -f1
1142026-03-18T03:44:56.608Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:56.608Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:56.611Z++ popd
1172026-03-18T03:44:56.611Z/work/oxidecomputer/opte
1182026-03-18T03:44:56.611Z+ cargo --version
1192026-03-18T03:44:56.621Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-18T03:44:56.623Z+ rustc --version
1212026-03-18T03:44:56.647Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-18T03:44:56.650Z+ cd lib/oxide-vpc
1232026-03-18T03:44:56.650Z+ header 'check style'
1242026-03-18T03:44:56.650Z+ echo '# ==== check style ==== #'
1252026-03-18T03:44:56.650Z# ==== check style ==== #
1262026-03-18T03:44:56.650Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-18T03:44:56.822Z
1282026-03-18T03:44:56.822Zreal 0.168852528
1292026-03-18T03:44:56.822Zuser 0.120665540
1302026-03-18T03:44:56.822Zsys 0.042644715
1312026-03-18T03:44:56.822Ztrap 0.000013800
1322026-03-18T03:44:56.823Ztflt 0.000025430
1332026-03-18T03:44:56.826Zdflt 0.000014070
1342026-03-18T03:44:56.826Zkflt 0.000000000
1352026-03-18T03:44:56.826Zlock 0.061428467
1362026-03-18T03:44:56.826Zslp 0.145028901
1372026-03-18T03:44:56.826Zlat 0.000295321
1382026-03-18T03:44:56.826Zstop 0.000115091
1392026-03-18T03:44:56.826Z+ header 'check docs'
1402026-03-18T03:44:56.826Z+ echo '# ==== check docs ==== #'
1412026-03-18T03:44:56.826Z# ==== check docs ==== #
1422026-03-18T03:44:56.826Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-18T03:44:56.826Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-18T03:44:56.913Z Updating crates.io index
1452026-03-18T03:44:56.920Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-18T03:44:57.704Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-18T03:44:58.265Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-18T03:44:58.622Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-18T03:44:58.901Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-18T03:44:59.271Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-18T03:44:59.531Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-18T03:45:01.227Z Downloading crates ...
1532026-03-18T03:45:01.281Z Downloaded block-buffer v0.10.4
1542026-03-18T03:45:01.291Z Downloaded crc32fast v1.5.0
1552026-03-18T03:45:01.294Z Downloaded bitflags v1.3.2
1562026-03-18T03:45:01.298Z Downloaded thread-id v5.1.0
1572026-03-18T03:45:01.298Z Downloaded plain v0.2.3
1582026-03-18T03:45:01.301Z Downloaded uuid v1.22.0
1592026-03-18T03:45:01.304Z Downloaded crypto-common v0.1.7
1602026-03-18T03:45:01.307Z Downloaded macaddr v1.0.1
1612026-03-18T03:45:01.307Z Downloaded cpufeatures v0.2.17
1622026-03-18T03:45:01.307Z Downloaded aho-corasick v1.1.4
1632026-03-18T03:45:01.311Z Downloaded either v1.15.0
1642026-03-18T03:45:01.315Z Downloaded regex v1.12.3
1652026-03-18T03:45:01.322Z Downloaded serde_tokenstream v0.2.3
1662026-03-18T03:45:01.325Z Downloaded defmt v0.3.100
1672026-03-18T03:45:01.328Z Downloaded itoa v1.0.17
1682026-03-18T03:45:01.333Z Downloaded ref-cast-impl v1.0.25
1692026-03-18T03:45:01.336Z Downloaded generic-array v0.14.7
1702026-03-18T03:45:01.336Z Downloaded dyn-clone v1.0.20
1712026-03-18T03:45:01.336Z Downloaded ingot v0.1.1
1722026-03-18T03:45:01.342Z Downloaded darling v0.21.3
1732026-03-18T03:45:01.353Z Downloaded pretty-hex v0.4.1
1742026-03-18T03:45:01.358Z Downloaded hash32 v0.3.1
1752026-03-18T03:45:01.361Z Downloaded version_check v0.9.5
1762026-03-18T03:45:01.363Z Downloaded embedded-io v0.6.1
1772026-03-18T03:45:01.368Z Downloaded usdt-attr-macro v0.6.0
1782026-03-18T03:45:01.371Z Downloaded ident_case v1.0.1
1792026-03-18T03:45:01.374Z Downloaded tabwriter v1.4.1
1802026-03-18T03:45:01.377Z Downloaded managed v0.8.0
1812026-03-18T03:45:01.379Z Downloaded usdt v0.6.0
1822026-03-18T03:45:01.379Z Downloaded embedded-io v0.4.0
1832026-03-18T03:45:01.382Z Downloaded darling_macro v0.21.3
1842026-03-18T03:45:01.382Z Downloaded dof v0.4.0
1852026-03-18T03:45:01.382Z Downloaded defmt-parser v1.0.0
1862026-03-18T03:45:01.385Z Downloaded usdt-macro v0.6.0
1872026-03-18T03:45:01.388Z Downloaded cobs v0.3.0
1882026-03-18T03:45:01.388Z Downloaded ref-cast v1.0.25
1892026-03-18T03:45:01.391Z Downloaded ipnetwork v0.21.1
1902026-03-18T03:45:01.393Z Downloaded ingot-macros v0.1.1
1912026-03-18T03:45:01.397Z Downloaded scroll_derive v0.13.1
1922026-03-18T03:45:01.400Z Downloaded proc-macro-error-attr2 v2.0.0
1932026-03-18T03:45:01.400Z Downloaded cfg-if v1.0.4
1942026-03-18T03:45:01.404Z Downloaded strsim v0.11.1
1952026-03-18T03:45:01.407Z Downloaded stable_deref_trait v1.2.1
1962026-03-18T03:45:01.407Z Downloaded fnv v1.0.7
1972026-03-18T03:45:01.423Z Downloaded sha2 v0.10.9
1982026-03-18T03:45:01.427Z Downloaded proc-macro-error2 v2.0.1
1992026-03-18T03:45:01.430Z Downloaded zmij v1.0.21
2002026-03-18T03:45:01.433Z Downloaded byteorder v1.5.0
2012026-03-18T03:45:01.436Z Downloaded memmap2 v0.9.10
2022026-03-18T03:45:01.439Z Downloaded scroll v0.13.0
2032026-03-18T03:45:01.442Z Downloaded quote v1.0.45
2042026-03-18T03:45:01.445Z Downloaded thiserror v2.0.18
2052026-03-18T03:45:01.448Z Downloaded thiserror-impl v2.0.18
2062026-03-18T03:45:01.451Z Downloaded dtrace-parser v0.3.0
2072026-03-18T03:45:01.451Z Downloaded usdt-impl v0.6.0
2082026-03-18T03:45:01.454Z Downloaded defmt-macros v1.0.1
2092026-03-18T03:45:01.463Z Downloaded defmt v1.0.1
2102026-03-18T03:45:01.467Z Downloaded ingot-types v0.1.2
2112026-03-18T03:45:01.470Z Downloaded pest_generator v2.8.6
2122026-03-18T03:45:01.481Z Downloaded digest v0.10.7
2132026-03-18T03:45:01.488Z Downloaded pest_derive v2.8.6
2142026-03-18T03:45:01.491Z Downloaded ucd-trie v0.1.7
2152026-03-18T03:45:01.494Z Downloaded log v0.4.29
2162026-03-18T03:45:01.494Z Downloaded postcard v1.1.3
2172026-03-18T03:45:01.502Z Downloaded serde_core v1.0.228
2182026-03-18T03:45:01.505Z Downloaded unicode-ident v1.0.24
2192026-03-18T03:45:01.508Z Downloaded bitflags v2.11.0
2202026-03-18T03:45:01.511Z Downloaded serde_derive v1.0.228
2212026-03-18T03:45:01.514Z Downloaded proc-macro2 v1.0.106
2222026-03-18T03:45:01.514Z Downloaded heapless v0.8.0
2232026-03-18T03:45:01.517Z Downloaded pest_meta v2.8.6
2242026-03-18T03:45:01.520Z Downloaded typenum v1.19.0
2252026-03-18T03:45:01.523Z Downloaded darling_core v0.21.3
2262026-03-18T03:45:01.526Z Downloaded zerocopy-derive v0.8.42
2272026-03-18T03:45:01.530Z Downloaded memchr v2.8.0
2282026-03-18T03:45:01.533Z Downloaded pest v2.8.6
2292026-03-18T03:45:01.540Z Downloaded serde v1.0.228
2302026-03-18T03:45:01.543Z Downloaded itertools v0.14.0
2312026-03-18T03:45:01.548Z Downloaded smoltcp v0.11.0
2322026-03-18T03:45:01.568Z Downloaded serde_json v1.0.149
2332026-03-18T03:45:01.579Z Downloaded goblin v0.10.5
2342026-03-18T03:45:01.607Z Downloaded zerocopy v0.8.42
2352026-03-18T03:45:01.618Z Downloaded unicode-width v0.2.2
2362026-03-18T03:45:01.622Z Downloaded syn v2.0.117
2372026-03-18T03:45:01.634Z Downloaded regex-syntax v0.8.10
2382026-03-18T03:45:01.668Z Downloaded regex-automata v0.4.14
2392026-03-18T03:45:01.678Z Downloaded libc v0.2.183
2402026-03-18T03:45:01.755Z Compiling proc-macro2 v1.0.106
2412026-03-18T03:45:01.756Z Compiling quote v1.0.45
2422026-03-18T03:45:01.759Z Compiling unicode-ident v1.0.24
2432026-03-18T03:45:01.759Z Documenting unicode-ident v1.0.24
2442026-03-18T03:45:01.759Z Compiling serde_core v1.0.228
2452026-03-18T03:45:01.759Z Compiling ident_case v1.0.1
2462026-03-18T03:45:01.759Z Compiling strsim v0.11.1
2472026-03-18T03:45:01.951Z Compiling fnv v1.0.7
2482026-03-18T03:45:01.968Z Compiling memchr v2.8.0
2492026-03-18T03:45:02.052Z Compiling thiserror v2.0.18
2502026-03-18T03:45:02.166Z Compiling zerocopy v0.8.42
2512026-03-18T03:45:02.312Z Compiling serde v1.0.228
2522026-03-18T03:45:02.361Z Compiling regex-syntax v0.8.10
2532026-03-18T03:45:02.667Z Documenting proc-macro2 v1.0.106
2542026-03-18T03:45:02.707Z Compiling aho-corasick v1.1.4
2552026-03-18T03:45:02.855Z Compiling either v1.15.0
2562026-03-18T03:45:03.142Z Checking byteorder v1.5.0
2572026-03-18T03:45:03.165Z Compiling syn v2.0.117
2582026-03-18T03:45:03.262Z Compiling itertools v0.14.0
2592026-03-18T03:45:03.446Z Documenting quote v1.0.45
2602026-03-18T03:45:04.072Z Documenting syn v2.0.117
2612026-03-18T03:45:04.481Z Compiling regex-automata v0.4.14
2622026-03-18T03:45:04.769Z Documenting strsim v0.11.1
2632026-03-18T03:45:05.013Z Documenting ident_case v1.0.1
2642026-03-18T03:45:05.349Z Documenting fnv v1.0.7
2652026-03-18T03:45:05.360Z Compiling heapless v0.8.0
2662026-03-18T03:45:05.586Z Checking bitflags v2.11.0
2672026-03-18T03:45:05.772Z Checking hash32 v0.3.1
2682026-03-18T03:45:05.902Z Documenting serde_core v1.0.228
2692026-03-18T03:45:05.921Z Checking stable_deref_trait v1.2.1
2702026-03-18T03:45:05.931Z Documenting memchr v2.8.0
2712026-03-18T03:45:05.997Z Checking cfg-if v1.0.4
2722026-03-18T03:45:06.065Z Checking macaddr v1.0.1
2732026-03-18T03:45:06.142Z Checking darling_core v0.21.3
2742026-03-18T03:45:06.254Z Documenting regex-syntax v0.8.10
2752026-03-18T03:45:06.924Z Compiling regex v1.12.3
2762026-03-18T03:45:07.400Z Documenting darling_core v0.21.3
2772026-03-18T03:45:07.463Z Documenting aho-corasick v1.1.4
2782026-03-18T03:45:07.578Z Compiling smoltcp v0.11.0
2792026-03-18T03:45:08.066Z Checking bitflags v1.3.2
2802026-03-18T03:45:08.074Z Checking managed v0.8.0
2812026-03-18T03:45:08.313Z Documenting zerocopy-derive v0.8.42
2822026-03-18T03:45:08.494Z Documenting thiserror-impl v2.0.18
2832026-03-18T03:45:08.503Z Compiling serde_derive v1.0.228
2842026-03-18T03:45:08.517Z Compiling zerocopy-derive v0.8.42
2852026-03-18T03:45:08.668Z Compiling thiserror-impl v2.0.18
2862026-03-18T03:45:08.975Z Documenting darling_macro v0.21.3
2872026-03-18T03:45:09.389Z Documenting regex-automata v0.4.14
2882026-03-18T03:45:09.565Z Documenting serde_derive v1.0.228
2892026-03-18T03:45:09.722Z Documenting byteorder v1.5.0
2902026-03-18T03:45:09.832Z Compiling ref-cast v1.0.25
2912026-03-18T03:45:09.973Z Compiling darling_macro v0.21.3
2922026-03-18T03:45:10.237Z Compiling crc32fast v1.5.0
2932026-03-18T03:45:10.364Z Documenting hash32 v0.3.1
2942026-03-18T03:45:10.439Z Checking cobs v0.3.0
2952026-03-18T03:45:10.600Z Documenting zerocopy v0.8.42
2962026-03-18T03:45:10.663Z Documenting thiserror v2.0.18
2972026-03-18T03:45:10.702Z Compiling darling v0.21.3
2982026-03-18T03:45:10.789Z Compiling ingot-macros v0.1.1
2992026-03-18T03:45:10.958Z Documenting darling v0.21.3
3002026-03-18T03:45:11.384Z Documenting regex v1.12.3
3012026-03-18T03:45:11.473Z Compiling ref-cast-impl v1.0.25
3022026-03-18T03:45:12.010Z Documenting bitflags v2.11.0
3032026-03-18T03:45:12.239Z Documenting serde v1.0.228
3042026-03-18T03:45:12.503Z Documenting ingot-macros v0.1.1
3052026-03-18T03:45:12.737Z Checking postcard v1.1.3
3062026-03-18T03:45:12.818Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-03-18T03:45:13.124Z Documenting cfg-if v1.0.4
3082026-03-18T03:45:13.185Z Compiling version_check v0.9.5
3092026-03-18T03:45:13.273Z Documenting stable_deref_trait v1.2.1
3102026-03-18T03:45:13.554Z Checking unicode-width v0.2.2
3112026-03-18T03:45:13.907Z Documenting macaddr v1.0.1
3122026-03-18T03:45:14.019Z Checking ipnetwork v0.21.1
3132026-03-18T03:45:14.235Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-03-18T03:45:14.320Z Documenting cobs v0.3.0
3152026-03-18T03:45:14.368Z Documenting heapless v0.8.0
3162026-03-18T03:45:14.445Z Documenting managed v0.8.0
3172026-03-18T03:45:14.523Z Checking ingot-types v0.1.2
3182026-03-18T03:45:14.666Z Checking tabwriter v1.4.1
3192026-03-18T03:45:14.834Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3202026-03-18T03:45:14.960Z Checking ingot v0.1.1
3212026-03-18T03:45:15.263Z Documenting ingot-types v0.1.2
3222026-03-18T03:45:15.396Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-03-18T03:45:15.596Z Documenting postcard v1.1.3
3242026-03-18T03:45:15.737Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-03-18T03:45:15.970Z Documenting ref-cast-impl v1.0.25
3262026-03-18T03:45:16.241Z Documenting smoltcp v0.11.0
3272026-03-18T03:45:16.263Z Documenting unicode-width v0.2.2
3282026-03-18T03:45:16.432Z Documenting either v1.15.0
3292026-03-18T03:45:16.574Z Documenting ipnetwork v0.21.1
3302026-03-18T03:45:16.957Z Documenting ingot v0.1.1
3312026-03-18T03:45:17.140Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-03-18T03:45:17.249Z Checking dyn-clone v1.0.20
3332026-03-18T03:45:17.361Z Documenting crc32fast v1.5.0
3342026-03-18T03:45:17.573Z Documenting ref-cast v1.0.25
3352026-03-18T03:45:17.880Z Documenting tabwriter v1.4.1
3362026-03-18T03:45:18.242Z Documenting itertools v0.14.0
3372026-03-18T03:45:18.297Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3382026-03-18T03:45:18.612Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-03-18T03:45:19.100Z Documenting dyn-clone v1.0.20
3402026-03-18T03:45:19.735Z Documenting uuid v1.22.0
3412026-03-18T03:45:20.139Z Checking uuid v1.22.0
3422026-03-18T03:45:20.459Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-03-18T03:45:20.620Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-18T03:45:20.747Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-03-18T03:45:23.855Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-18T03:45:26.880Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-18T03:45:28.950Z Finished `dev` profile [optimized + debuginfo] target(s) in 32.11s
3482026-03-18T03:45:29.053Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-18T03:45:29.074Z
3502026-03-18T03:45:29.077Zreal 32.231024665
3512026-03-18T03:45:29.077Zuser 1:52.607250197
3522026-03-18T03:45:29.077Zsys 21.259654708
3532026-03-18T03:45:29.077Ztrap 0.061987489
3542026-03-18T03:45:29.078Ztflt 0.115386377
3552026-03-18T03:45:29.078Zdflt 0.081996921
3562026-03-18T03:45:29.078Zkflt 0.002612704
3572026-03-18T03:45:29.078Zlock 12:18.343300737
3582026-03-18T03:45:29.078Zslp 6:41.388867049
3592026-03-18T03:45:29.078Zlat 11.097527100
3602026-03-18T03:45:29.078Zstop 13.760445616
3612026-03-18T03:45:29.078Z+ header 'analyze std + api + usdt'
3622026-03-18T03:45:29.078Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-18T03:45:29.078Z# ==== analyze std + api + usdt ==== #
3642026-03-18T03:45:29.078Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-03-18T03:45:29.313Z Downloading crates ...
3662026-03-18T03:45:29.383Z Downloaded futures-channel v0.3.32
3672026-03-18T03:45:29.386Z Downloaded futures-macro v0.3.32
3682026-03-18T03:45:29.390Z Downloaded anyhow v1.0.102
3692026-03-18T03:45:29.395Z Downloaded futures-task v0.3.32
3702026-03-18T03:45:29.398Z Downloaded once_cell v1.21.3
3712026-03-18T03:45:29.401Z Downloaded circular v0.3.0
3722026-03-18T03:45:29.403Z Downloaded slab v0.4.12
3732026-03-18T03:45:29.406Z Downloaded cookie-factory v0.3.3
3742026-03-18T03:45:29.406Z Downloaded dtor v0.1.1
3752026-03-18T03:45:29.409Z Downloaded ctor v0.6.3
3762026-03-18T03:45:29.413Z Downloaded futures v0.3.32
3772026-03-18T03:45:29.417Z Downloaded pin-project-lite v0.2.17
3782026-03-18T03:45:29.420Z Downloaded futures-executor v0.3.32
3792026-03-18T03:45:29.423Z Downloaded futures-core v0.3.32
3802026-03-18T03:45:29.423Z Downloaded futures-util v0.3.32
3812026-03-18T03:45:29.431Z Downloaded typeid v1.0.3
3822026-03-18T03:45:29.434Z Downloaded futures-sink v0.3.32
3832026-03-18T03:45:29.434Z Downloaded ctor-proc-macro v0.0.7
3842026-03-18T03:45:29.434Z Downloaded rusticata-macros v5.0.0
3852026-03-18T03:45:29.434Z Downloaded futures-io v0.3.32
3862026-03-18T03:45:29.437Z Downloaded ron v0.12.0
3872026-03-18T03:45:29.440Z Downloaded dtor-proc-macro v0.0.6
3882026-03-18T03:45:29.443Z Downloaded nom v8.0.0
3892026-03-18T03:45:29.446Z Downloaded pcap-parser v0.17.0
3902026-03-18T03:45:29.509Z Compiling proc-macro2 v1.0.106
3912026-03-18T03:45:29.509Z Compiling quote v1.0.45
3922026-03-18T03:45:29.509Z Compiling unicode-ident v1.0.24
3932026-03-18T03:45:29.512Z Compiling memchr v2.8.0
3942026-03-18T03:45:29.512Z Compiling thiserror v2.0.18
3952026-03-18T03:45:29.512Z Compiling zerocopy v0.8.42
3962026-03-18T03:45:29.512Z Compiling serde_core v1.0.228
3972026-03-18T03:45:29.512Z Compiling zmij v1.0.21
3982026-03-18T03:45:29.955Z Compiling libc v0.2.183
3992026-03-18T03:45:29.993Z Compiling serde_json v1.0.149
4002026-03-18T03:45:29.996Z Compiling ucd-trie v0.1.7
4012026-03-18T03:45:30.242Z Compiling pest v2.8.6
4022026-03-18T03:45:30.270Z Compiling serde v1.0.228
4032026-03-18T03:45:30.316Z Compiling ident_case v1.0.1
4042026-03-18T03:45:30.449Z Compiling fnv v1.0.7
4052026-03-18T03:45:30.496Z Compiling strsim v0.11.1
4062026-03-18T03:45:30.872Z Compiling aho-corasick v1.1.4
4072026-03-18T03:45:30.910Z Compiling regex-syntax v0.8.10
4082026-03-18T03:45:31.130Z Compiling syn v2.0.117
4092026-03-18T03:45:31.183Z Compiling itoa v1.0.17
4102026-03-18T03:45:31.188Z Checking byteorder v1.5.0
4112026-03-18T03:45:31.838Z Compiling pest_meta v2.8.6
4122026-03-18T03:45:31.898Z Compiling either v1.15.0
4132026-03-18T03:45:31.909Z Compiling usdt-impl v0.6.0
4142026-03-18T03:45:32.150Z Compiling itertools v0.14.0
4152026-03-18T03:45:32.189Z Checking bitflags v2.11.0
4162026-03-18T03:45:32.477Z Compiling thread-id v5.1.0
4172026-03-18T03:45:32.858Z Checking log v0.4.29
4182026-03-18T03:45:33.034Z Compiling regex-automata v0.4.14
4192026-03-18T03:45:33.190Z Checking plain v0.2.3
4202026-03-18T03:45:33.300Z Compiling heapless v0.8.0
4212026-03-18T03:45:33.433Z Checking futures-core v0.3.32
4222026-03-18T03:45:33.579Z Checking futures-sink v0.3.32
4232026-03-18T03:45:33.690Z Checking futures-channel v0.3.32
4242026-03-18T03:45:33.886Z Checking hash32 v0.3.1
4252026-03-18T03:45:33.937Z Checking macaddr v1.0.1
4262026-03-18T03:45:34.027Z Compiling smoltcp v0.11.0
4272026-03-18T03:45:34.097Z Checking futures-task v0.3.32
4282026-03-18T03:45:34.113Z Checking slab v0.4.12
4292026-03-18T03:45:34.262Z Checking pretty-hex v0.4.1
4302026-03-18T03:45:34.297Z Checking pin-project-lite v0.2.17
4312026-03-18T03:45:34.361Z Checking futures-io v0.3.32
4322026-03-18T03:45:34.391Z Checking stable_deref_trait v1.2.1
4332026-03-18T03:45:34.453Z Checking cfg-if v1.0.4
4342026-03-18T03:45:34.597Z Compiling crc32fast v1.5.0
4352026-03-18T03:45:34.658Z Compiling pest_generator v2.8.6
4362026-03-18T03:45:34.688Z Compiling darling_core v0.21.3
4372026-03-18T03:45:34.967Z Compiling ref-cast v1.0.25
4382026-03-18T03:45:34.976Z Checking bitflags v1.3.2
4392026-03-18T03:45:35.045Z Checking managed v0.8.0
4402026-03-18T03:45:35.279Z Compiling version_check v0.9.5
4412026-03-18T03:45:35.403Z Compiling regex v1.12.3
4422026-03-18T03:45:35.524Z Checking memmap2 v0.9.10
4432026-03-18T03:45:35.636Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4442026-03-18T03:45:35.718Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-18T03:45:35.935Z Checking unicode-width v0.2.2
4462026-03-18T03:45:35.943Z Checking ipnetwork v0.21.1
4472026-03-18T03:45:36.245Z Checking tabwriter v1.4.1
4482026-03-18T03:45:36.343Z Checking nom v8.0.0
4492026-03-18T03:45:36.411Z Compiling typeid v1.0.3
4502026-03-18T03:45:36.526Z Compiling thiserror-impl v2.0.18
4512026-03-18T03:45:36.740Z Compiling serde_derive v1.0.228
4522026-03-18T03:45:36.768Z Compiling zerocopy-derive v0.8.42
4532026-03-18T03:45:36.987Z Compiling pest_derive v2.8.6
4542026-03-18T03:45:37.322Z Compiling scroll_derive v0.13.1
4552026-03-18T03:45:37.397Z Compiling futures-macro v0.3.32
4562026-03-18T03:45:37.613Z Compiling ref-cast-impl v1.0.25
4572026-03-18T03:45:37.720Z Compiling darling_macro v0.21.3
4582026-03-18T03:45:38.411Z Checking cobs v0.3.0
4592026-03-18T03:45:38.416Z Checking scroll v0.13.0
4602026-03-18T03:45:38.458Z Compiling dtrace-parser v0.3.0
4612026-03-18T03:45:38.464Z Checking futures-util v0.3.32
4622026-03-18T03:45:38.467Z Compiling darling v0.21.3
4632026-03-18T03:45:38.545Z Compiling ingot-macros v0.1.1
4642026-03-18T03:45:38.882Z Checking goblin v0.10.5
4652026-03-18T03:45:39.102Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-03-18T03:45:39.422Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4672026-03-18T03:45:39.996Z Checking dyn-clone v1.0.20
4682026-03-18T03:45:40.109Z Compiling anyhow v1.0.102
4692026-03-18T03:45:40.150Z Checking rusticata-macros v5.0.0
4702026-03-18T03:45:40.345Z Checking uuid v1.22.0
4712026-03-18T03:45:40.938Z Compiling dtor-proc-macro v0.0.6
4722026-03-18T03:45:41.010Z Checking postcard v1.1.3
4732026-03-18T03:45:41.173Z Compiling serde_tokenstream v0.2.3
4742026-03-18T03:45:41.185Z Checking futures-executor v0.3.32
4752026-03-18T03:45:41.351Z Checking futures v0.3.32
4762026-03-18T03:45:41.377Z Checking circular v0.3.0
4772026-03-18T03:45:41.381Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-03-18T03:45:41.426Z Checking cookie-factory v0.3.3
4792026-03-18T03:45:41.508Z Checking dtor v0.1.1
4802026-03-18T03:45:41.580Z Checking once_cell v1.21.3
4812026-03-18T03:45:41.639Z Compiling ctor-proc-macro v0.0.7
4822026-03-18T03:45:41.737Z Checking ron v0.12.0
4832026-03-18T03:45:41.737Z Checking pcap-parser v0.17.0
4842026-03-18T03:45:42.036Z Checking ctor v0.6.3
4852026-03-18T03:45:42.644Z Checking dof v0.4.0
4862026-03-18T03:45:42.645Z Checking ingot-types v0.1.2
4872026-03-18T03:45:43.062Z Checking ingot v0.1.1
4882026-03-18T03:45:43.955Z Compiling usdt-attr-macro v0.6.0
4892026-03-18T03:45:43.959Z Compiling usdt-macro v0.6.0
4902026-03-18T03:45:44.722Z Checking usdt v0.6.0
4912026-03-18T03:45:45.133Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-18T03:45:51.345Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-18T03:45:53.581Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-18T03:45:56.774Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.63s
4952026-03-18T03:45:56.815Z
4962026-03-18T03:45:56.818Zreal 27.733860752
4972026-03-18T03:45:56.818Zuser 1:40.139946605
4982026-03-18T03:45:56.818Zsys 18.338679085
4992026-03-18T03:45:56.818Ztrap 0.057198120
5002026-03-18T03:45:56.818Ztflt 0.137049628
5012026-03-18T03:45:56.818Zdflt 0.198213716
5022026-03-18T03:45:56.818Zkflt 0.000017140
5032026-03-18T03:45:56.818Zlock 5:48.697145074
5042026-03-18T03:45:56.818Zslp 5:11.747384485
5052026-03-18T03:45:56.818Zlat 4.171615751
5062026-03-18T03:45:56.818Zstop 10.110560893
5072026-03-18T03:45:56.818Z+ header 'analyze no_std + engine + kernel'
5082026-03-18T03:45:56.818Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-18T03:45:56.818Z# ==== analyze no_std + engine + kernel ==== #
5102026-03-18T03:45:56.818Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-03-18T03:45:57.055Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-18T03:45:57.059Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-18T03:45:57.059Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-18T03:45:57.084Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-18T03:45:57.426Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-18T03:46:03.430Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-18T03:46:05.572Z Finished `dev` profile [optimized + debuginfo] target(s) in 8.70s
5182026-03-18T03:46:05.605Z
5192026-03-18T03:46:05.608Zreal 8.783795259
5202026-03-18T03:46:05.608Zuser 9.121301578
5212026-03-18T03:46:05.608Zsys 1.270741818
5222026-03-18T03:46:05.608Ztrap 0.001363964
5232026-03-18T03:46:05.608Ztflt 0.005924807
5242026-03-18T03:46:05.608Zdflt 0.002015855
5252026-03-18T03:46:05.608Zkflt 0.000000000
5262026-03-18T03:46:05.608Zlock 31.661079395
5272026-03-18T03:46:05.608Zslp 31.347859917
5282026-03-18T03:46:05.608Zlat 0.021709875
5292026-03-18T03:46:05.608Zstop 0.289148673
5302026-03-18T03:46:05.608Z+ header test
5312026-03-18T03:46:05.608Z+ echo '# ==== test ==== #'
5322026-03-18T03:46:05.609Z# ==== test ==== #
5332026-03-18T03:46:05.609Z+ ptime -m cargo test
5342026-03-18T03:46:05.812Z Compiling memchr v2.8.0
5352026-03-18T03:46:05.815Z Compiling serde_core v1.0.228
5362026-03-18T03:46:05.842Z Compiling thiserror v2.0.18
5372026-03-18T03:46:05.845Z Compiling zerocopy v0.8.42
5382026-03-18T03:46:05.848Z Compiling byteorder v1.5.0
5392026-03-18T03:46:05.851Z Compiling unicode-ident v1.0.24
5402026-03-18T03:46:05.855Z Compiling libc v0.2.183
5412026-03-18T03:46:05.858Z Compiling zmij v1.0.21
5422026-03-18T03:46:05.944Z Compiling proc-macro2 v1.0.106
5432026-03-18T03:46:06.005Z Compiling scroll v0.13.0
5442026-03-18T03:46:06.132Z Compiling itoa v1.0.17
5452026-03-18T03:46:06.328Z Compiling plain v0.2.3
5462026-03-18T03:46:06.347Z Compiling ucd-trie v0.1.7
5472026-03-18T03:46:06.354Z Compiling futures-core v0.3.32
5482026-03-18T03:46:06.443Z Compiling futures-sink v0.3.32
5492026-03-18T03:46:06.446Z Compiling log v0.4.29
5502026-03-18T03:46:06.543Z Compiling futures-channel v0.3.32
5512026-03-18T03:46:06.557Z Compiling pest v2.8.6
5522026-03-18T03:46:06.716Z Compiling goblin v0.10.5
5532026-03-18T03:46:06.838Z Compiling quote v1.0.45
5542026-03-18T03:46:07.238Z Compiling hash32 v0.3.1
5552026-03-18T03:46:07.435Z Compiling pretty-hex v0.4.1
5562026-03-18T03:46:07.597Z Compiling slab v0.4.12
5572026-03-18T03:46:07.686Z Compiling cfg-if v1.0.4
5582026-03-18T03:46:07.759Z Compiling futures-task v0.3.32
5592026-03-18T03:46:07.814Z Compiling macaddr v1.0.1
5602026-03-18T03:46:07.876Z Compiling pin-project-lite v0.2.17
5612026-03-18T03:46:07.980Z Compiling stable_deref_trait v1.2.1
5622026-03-18T03:46:07.994Z Compiling futures-io v0.3.32
5632026-03-18T03:46:08.063Z Compiling heapless v0.8.0
5642026-03-18T03:46:08.135Z Compiling futures-util v0.3.32
5652026-03-18T03:46:08.218Z Compiling dtrace-parser v0.3.0
5662026-03-18T03:46:08.663Z Compiling serde v1.0.228
5672026-03-18T03:46:08.663Z Compiling bitflags v2.11.0
5682026-03-18T03:46:08.936Z Compiling serde_json v1.0.149
5692026-03-18T03:46:09.172Z Compiling syn v2.0.117
5702026-03-18T03:46:09.519Z Compiling thread-id v5.1.0
5712026-03-18T03:46:09.539Z Compiling cobs v0.3.0
5722026-03-18T03:46:09.606Z Compiling bitflags v1.3.2
5732026-03-18T03:46:09.684Z Compiling managed v0.8.0
5742026-03-18T03:46:09.881Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-03-18T03:46:09.969Z Compiling smoltcp v0.11.0
5762026-03-18T03:46:10.189Z Compiling ingot-types v0.1.2
5772026-03-18T03:46:10.223Z Compiling postcard v1.1.3
5782026-03-18T03:46:10.671Z Compiling dof v0.4.0
5792026-03-18T03:46:10.709Z Compiling ingot v0.1.1
5802026-03-18T03:46:11.854Z Compiling futures-executor v0.3.32
5812026-03-18T03:46:12.630Z Compiling usdt-impl v0.6.0
5822026-03-18T03:46:12.715Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-03-18T03:46:13.081Z Compiling memmap2 v0.9.10
5842026-03-18T03:46:13.457Z Compiling ipnetwork v0.21.1
5852026-03-18T03:46:13.521Z Compiling unicode-width v0.2.2
5862026-03-18T03:46:13.812Z Compiling either v1.15.0
5872026-03-18T03:46:13.916Z Compiling tabwriter v1.4.1
5882026-03-18T03:46:14.040Z Compiling itertools v0.14.0
5892026-03-18T03:46:14.116Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5902026-03-18T03:46:14.438Z Compiling ref-cast v1.0.25
5912026-03-18T03:46:14.550Z Compiling usdt v0.6.0
5922026-03-18T03:46:15.312Z Compiling futures v0.3.32
5932026-03-18T03:46:15.319Z Compiling crc32fast v1.5.0
5942026-03-18T03:46:15.440Z Compiling nom v8.0.0
5952026-03-18T03:46:15.612Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-18T03:46:15.621Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-18T03:46:15.901Z Compiling dyn-clone v1.0.20
5982026-03-18T03:46:16.100Z Compiling cookie-factory v0.3.3
5992026-03-18T03:46:16.338Z Compiling uuid v1.22.0
6002026-03-18T03:46:16.506Z Compiling circular v0.3.0
6012026-03-18T03:46:16.826Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6022026-03-18T03:46:17.108Z Compiling dtor v0.1.1
6032026-03-18T03:46:17.116Z Compiling anyhow v1.0.102
6042026-03-18T03:46:17.126Z Compiling typeid v1.0.3
6052026-03-18T03:46:17.190Z Compiling once_cell v1.21.3
6062026-03-18T03:46:17.253Z Compiling ctor v0.6.3
6072026-03-18T03:46:17.336Z Compiling ron v0.12.0
6082026-03-18T03:46:18.990Z Compiling rusticata-macros v5.0.0
6092026-03-18T03:46:19.391Z Compiling pcap-parser v0.17.0
6102026-03-18T03:46:24.205Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-18T03:46:27.150Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-18T03:47:21.791Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 16s
6132026-03-18T03:47:21.811Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-56314d284624280f)
6142026-03-18T03:47:21.814Z
6152026-03-18T03:47:21.814Zrunning 15 tests
6162026-03-18T03:47:21.814Ztest api::tests::parse_bad_proto_filter ... ok
6172026-03-18T03:47:21.814Ztest api::tests::parse_bad_address ... ok
6182026-03-18T03:47:21.814Ztest api::tests::parse_good_proto_filter ... ok
6192026-03-18T03:47:21.814Ztest api::tests::ports_from_str_bad ... ok
6202026-03-18T03:47:21.815Ztest api::tests::parse_good_address ... ok
6212026-03-18T03:47:21.815Ztest cfg::tests::test_required_nat_space ... ok
6222026-03-18T03:47:21.815Ztest api::tests::ports_from_str_good ... ok
6232026-03-18T03:47:21.815Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-18T03:47:21.815Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-18T03:47:21.815Ztest engine::geneve::test::parse_multi_opt ... ok
6262026-03-18T03:47:21.815Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6272026-03-18T03:47:21.815Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6282026-03-18T03:47:21.815Ztest engine::geneve::test::parse_single_opt ... ok
6292026-03-18T03:47:21.815Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-03-18T03:47:21.818Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-18T03:47:21.818Z
6322026-03-18T03:47:21.818Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-18T03:47:21.818Z
6342026-03-18T03:47:21.818Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-f2c2f3ee304a072d)
6352026-03-18T03:47:21.821Z
6362026-03-18T03:47:21.821Zrunning 4 tests
6372026-03-18T03:47:21.821Ztest firewall_external_inbound ... ok
6382026-03-18T03:47:21.821Ztest firewall_vni_outbound ... ok
6392026-03-18T03:47:21.821Ztest firewall_vni_inbound ... ok
6402026-03-18T03:47:21.821Ztest firewall_replace_rules ... ok
6412026-03-18T03:47:21.821Z
6422026-03-18T03:47:21.821Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-18T03:47:21.821Z
6442026-03-18T03:47:21.821Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-5745569a9c132081)
6452026-03-18T03:47:21.824Z
6462026-03-18T03:47:21.824Zrunning 2 tests
6472026-03-18T03:47:21.824Ztest parse_in_regression ... ok
6482026-03-18T03:47:21.824Ztest parse_out_regression ... ok
6492026-03-18T03:47:21.824Z
6502026-03-18T03:47:21.824Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-18T03:47:21.825Z
6522026-03-18T03:47:21.825Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-e15f91e091b0f813)
6532026-03-18T03:47:21.827Z
6542026-03-18T03:47:21.827Zrunning 47 tests
6552026-03-18T03:47:21.827Ztest bad_ip_len ... ok
6562026-03-18T03:47:21.827Ztest check_layers ... ok
6572026-03-18T03:47:21.827Ztest add_remove_fw_rule ... ok
6582026-03-18T03:47:21.830Ztest arp_gateway ... ok
6592026-03-18T03:47:21.830Ztest external_attached_subnets_cannot_reach_internal ... ok
6602026-03-18T03:47:21.830Ztest anti_spoof ... ok
6612026-03-18T03:47:21.830Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-03-18T03:47:21.830Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-03-18T03:47:21.830Ztest gateway_icmpv6_ping ... ok
6642026-03-18T03:47:21.831Ztest gateway_icmp4_ping ... ok
6652026-03-18T03:47:21.831Ztest flow_expiration ... ok
6662026-03-18T03:47:21.831Ztest early_tcp_invalidation ... ok
6672026-03-18T03:47:21.831Ztest external_ip_epoch_affinity_preserved ... ok
6682026-03-18T03:47:21.831Ztest gateway_router_advert_reply ... ok
6692026-03-18T03:47:21.831Ztest external_ip_reconfigurable ... ok
6702026-03-18T03:47:21.831Ztest guest_to_guest_diff_vpc_no_peer ... ok
6712026-03-18T03:47:21.831Ztest guest_to_guest_no_route ... ok
6722026-03-18T03:47:21.831Ztest guest_to_internet_ipv4 ... ok
6732026-03-18T03:47:21.831Ztest guest_to_guest ... ok
6742026-03-18T03:47:21.831Ztest icmp_inner_has_nat_applied ... ok
6752026-03-18T03:47:21.831Ztest guest_to_internet_ipv6 ... ok
6762026-03-18T03:47:21.831Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-03-18T03:47:21.831Ztest icmpv6_inner_has_nat_applied ... ok
6782026-03-18T03:47:21.831Ztest packet_body_pullup ... ok
6792026-03-18T03:47:21.831Ztest intra_subnet_routes_with_custom ... ok
6802026-03-18T03:47:21.831Ztest outbound_ndp_dropped ... ok
6812026-03-18T03:47:21.831Ztest internal_attached_subnets ... ok
6822026-03-18T03:47:21.831Ztest no_panic_on_flow_table_full ... ok
6832026-03-18T03:47:21.831Ztest external_ip_balanced_over_floating_ips ... ok
6842026-03-18T03:47:21.831Ztest port_transition_running ... ok
6852026-03-18T03:47:21.831Ztest external_ip_receive_and_reply_on_all ... ok
6862026-03-18T03:47:21.831Ztest port_transition_reset ... ok
6872026-03-18T03:47:21.831Ztest test_drop_on_unknown_critical_option ... ok
6882026-03-18T03:47:21.831Ztest port_as_router_target ... ok
6892026-03-18T03:47:21.831Ztest port_transition_pause ... ok
6902026-03-18T03:47:21.831Ztest select_eip_conditioned_on_igw ... ok
6912026-03-18T03:47:21.831Ztest snat_icmp6_echo_rewrite ... ok
6922026-03-18T03:47:21.831Ztest snat_icmp4_echo_rewrite ... ok
6932026-03-18T03:47:21.831Ztest tcp_inbound ... ok
6942026-03-18T03:47:21.831Ztest test_gateway_neighbor_advert_reply ... ok
6952026-03-18T03:47:21.831Ztest tcp_outbound ... ok
6962026-03-18T03:47:21.831Ztest test_tcp_multicast_denied ... ok
6972026-03-18T03:47:21.831Ztest test_ipv6_multicast_encapsulation ... ok
6982026-03-18T03:47:21.831Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6992026-03-18T03:47:21.831Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7002026-03-18T03:47:21.831Ztest uft_lft_invalidation_in ... ok
7012026-03-18T03:47:21.831Ztest uft_lft_invalidation_out ... ok
7022026-03-18T03:47:21.831Z
7032026-03-18T03:47:21.832Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-18T03:47:21.832Z
7052026-03-18T03:47:21.835Z Doc-tests oxide_vpc
7062026-03-18T03:47:22.213Z
7072026-03-18T03:47:22.213Zrunning 0 tests
7082026-03-18T03:47:22.213Z
7092026-03-18T03:47:22.213Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-18T03:47:22.213Z
7112026-03-18T03:47:22.246Z
7122026-03-18T03:47:22.248Zreal 1:16.628698177
7132026-03-18T03:47:22.249Zuser 4:20.432033838
7142026-03-18T03:47:22.249Zsys 14.372583709
7152026-03-18T03:47:22.249Ztrap 0.119375493
7162026-03-18T03:47:22.249Ztflt 0.274760735
7172026-03-18T03:47:22.249Zdflt 0.363206377
7182026-03-18T03:47:22.249Zkflt 0.000012850
7192026-03-18T03:47:22.249Zlock 17:32.358929769
7202026-03-18T03:47:22.249Zslp 8:37.753507478
7212026-03-18T03:47:22.249Zlat 8.913756315
7222026-03-18T03:47:22.249Zstop 6.531692266
7232026-03-18T03:47:22.249Zprocess exited: duration 160393 ms, exit code 0
 
7242026-03-18T03:47:22.255Zfound 0 output files