01M10S9YPMMC4N6XJWR0S9255H: oxide-vpc

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

Buildomat Job: 01M10SBX8W91G6MVY38BDXNK07

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T05:01:39.441Zjob assigned to worker 01M10SFEA8X624PAVPP3B1PK76 [factory aws, i-0f17612f839760942] (queued for 2 m 37 s)
 
22026-08-27T05:01:45.665Zstarting task 0: "setup"
32026-08-27T05:01:45.669Z++ uname -s
42026-08-27T05:01:45.672Z+ kern=SunOS
52026-08-27T05:01:45.672Z+ build_user=build
62026-08-27T05:01:45.672Z+ build_uid=12345
72026-08-27T05:01:45.672Z+ work_dir=/work
82026-08-27T05:01:45.672Z+ input_dir=/input
92026-08-27T05:01:45.672Z+ [[ 0 == 12345 ]]
102026-08-27T05:01:45.672Z+ case "$kern" in
112026-08-27T05:01:45.672Z+ groupadd -g 12345 build
122026-08-27T05:01:45.676Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T05:01:47.679Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T05:01:47.763Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T05:01:47.766Z+ home_fs=zfs
162026-08-27T05:01:47.767Z+ [[ zfs == autofs ]]
172026-08-27T05:01:47.767Z+ mkdir -p /home/build
182026-08-27T05:01:47.767Z+ chown build:build /home/build /work
192026-08-27T05:01:49.767Z+ chmod 0700 /home/build /work
202026-08-27T05:01:49.770Zprocess exited: duration 4107 ms, exit code 0
 
212026-08-27T05:01:49.777Zstarting task 1: "rust-toolchain"
222026-08-27T05:01:49.781Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:01:49.781Z * rust toolchain channel = "1.97.1"
242026-08-27T05:01:49.781Z * rust toolchain profile = "default"
252026-08-27T05:01:49.781Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T05:01:49.781Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:01:49.781Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:01:49.785Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:01:49.785Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:01:49.878Zinfo: downloading installer
312026-08-27T05:01:51.367Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:01:51.367Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:01:51.367Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:01:51.367Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:01:51.380Zinfo: profile set to default
362026-08-27T05:01:51.380Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:01:51.383Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:01:51.517Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:01:51.521Zinfo: downloading 6 components
402026-08-27T05:02:06.846Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T05:02:06.846Z
422026-08-27T05:02:06.873Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:02:06.873Z
442026-08-27T05:02:06.873Z
452026-08-27T05:02:06.873ZRust is installed now. Great!
462026-08-27T05:02:06.874Z
472026-08-27T05:02:06.874ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:02:06.874Zenvironment variable. This has not been done automatically.
492026-08-27T05:02:06.874Z
502026-08-27T05:02:06.874ZTo configure your current shell, you need to source
512026-08-27T05:02:06.874Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:02:06.874Z
532026-08-27T05:02:06.874ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:02:06.874Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:02:06.874Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:02:06.874Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:02:06.874Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:02:06.874Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:02:06.874Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:02:06.883Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:02:06.883Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:02:06.973Z+ rustup --version
632026-08-27T05:02:06.977Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:02:06.978Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:02:06.992Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:02:06.996Z+ cargo --version
672026-08-27T05:02:07.018Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:02:07.022Z+ rustc --version
692026-08-27T05:02:07.029Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:02:07.036Zprocess exited: duration 17252 ms, exit code 0
 
712026-08-27T05:02:07.043Zstarting task 2: "authentication"
722026-08-27T05:02:07.060Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T05:02:07.068Zstarting task 3: "clone repository"
742026-08-27T05:02:07.074Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:02:07.078Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:02:07.104ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:02:10.761Z+ cd /work/oxidecomputer/opte
782026-08-27T05:02:10.761Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:02:10.810ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:02:10.810Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:02:10.810Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:02:10.810Z++ git branch --show-current
832026-08-27T05:02:10.810Z+ current=master
842026-08-27T05:02:10.810Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:02:10.810Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:02:10.810Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:02:10.810ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:02:10.810Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:02:10.810ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:02:10.810Zprocess exited: duration 1633 ms, exit code 0
 
912026-08-27T05:02:10.826Zstarting task 4: "build"
922026-08-27T05:02:10.834Z+ source .github/buildomat/common.sh
932026-08-27T05:02:10.834Z++ rustup show active-toolchain
942026-08-27T05:02:10.837Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:02:10.841Z++ pushd xde
962026-08-27T05:02:10.841Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:02:10.841Z++ rustup show active-toolchain
982026-08-27T05:02:10.846Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:02:11.019Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:02:11.039Zinfo: downloading 6 components
1012026-08-27T05:02:27.354Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:02:27.438Z+++ rustup show active-toolchain -v
1032026-08-27T05:02:27.442Z+++ head -n 1
1042026-08-27T05:02:27.442Z+++ cut '-d ' -f1
1052026-08-27T05:02:27.720Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:02:27.720Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:02:27.720Z++ popd
1082026-08-27T05:02:27.721Z/work/oxidecomputer/opte
1092026-08-27T05:02:27.742Z+ cargo --version
1102026-08-27T05:02:27.742Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T05:02:27.742Z+ rustc --version
1122026-08-27T05:02:27.742Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T05:02:27.742Z+ cd lib/oxide-vpc
1142026-08-27T05:02:27.742Z+ header 'check style'
1152026-08-27T05:02:27.743Z+ echo '# ==== check style ==== #'
1162026-08-27T05:02:27.743Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1172026-08-27T05:02:27.743Z# ==== check style ==== #
1182026-08-27T05:02:27.743Z
1192026-08-27T05:02:27.743Zreal 0.129295197
1202026-08-27T05:02:27.743Zuser 0.094734766
1212026-08-27T05:02:27.743Zsys 0.031080343
1222026-08-27T05:02:27.743Ztrap 0.000005580
1232026-08-27T05:02:27.743Ztflt 0.000016420
1242026-08-27T05:02:27.743Zdflt 0.000037830
1252026-08-27T05:02:27.743Zkflt 0.000000000
1262026-08-27T05:02:27.743Zlock 0.031977238
1272026-08-27T05:02:27.743Zslp 0.108949912
1282026-08-27T05:02:27.743Zlat 0.000970450
1292026-08-27T05:02:27.743Zstop 0.000087250
1302026-08-27T05:02:27.743Z+ header 'check docs'
1312026-08-27T05:02:27.743Z+ echo '# ==== check docs ==== #'
1322026-08-27T05:02:27.744Z# ==== check docs ==== #
1332026-08-27T05:02:27.744Z+ RUSTDOCFLAGS='-D warnings'
1342026-08-27T05:02:27.744Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-08-27T05:02:27.744Z Updating crates.io index
1362026-08-27T05:02:27.744Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-27T05:02:28.461Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-27T05:02:28.776Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-27T05:02:29.092Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-27T05:02:30.466Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-27T05:02:30.472Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-27T05:02:30.472Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-27T05:02:32.009Z Downloading crates ...
1442026-08-27T05:02:32.067Z Downloaded plain v0.2.3
1452026-08-27T05:02:32.071Z Downloaded ref-cast-impl v1.0.25
1462026-08-27T05:02:32.071Z Downloaded cfg-if v1.0.4
1472026-08-27T05:02:32.074Z Downloaded ipnetwork v0.21.1
1482026-08-27T05:02:32.078Z Downloaded itoa v1.0.18
1492026-08-27T05:02:32.083Z Downloaded serde v1.0.228
1502026-08-27T05:02:32.086Z Downloaded tabwriter v1.4.1
1512026-08-27T05:02:32.086Z Downloaded embedded-io v0.4.0
1522026-08-27T05:02:32.086Z Downloaded ref-cast v1.0.25
1532026-08-27T05:02:32.090Z Downloaded pest_derive v2.8.7
1542026-08-27T05:02:32.095Z Downloaded usdt-impl v0.6.0
1552026-08-27T05:02:32.098Z Downloaded ident_case v1.0.1
1562026-08-27T05:02:32.098Z Downloaded dyn-clone v1.0.20
1572026-08-27T05:02:32.101Z Downloaded cobs v0.3.0
1582026-08-27T05:02:32.111Z Downloaded dtrace-parser v0.3.0
1592026-08-27T05:02:32.115Z Downloaded strsim v0.11.1
1602026-08-27T05:02:32.115Z Downloaded embedded-io v0.6.1
1612026-08-27T05:02:32.119Z Downloaded scroll_derive v0.13.1
1622026-08-27T05:02:32.123Z Downloaded bitflags v1.3.2
1632026-08-27T05:02:32.126Z Downloaded usdt v0.6.0
1642026-08-27T05:02:32.129Z Downloaded defmt v0.3.100
1652026-08-27T05:02:32.137Z Downloaded version_check v0.9.5
1662026-08-27T05:02:32.142Z Downloaded darling_macro v0.23.0
1672026-08-27T05:02:32.143Z Downloaded dof v0.4.0
1682026-08-27T05:02:32.146Z Downloaded pretty-hex v0.4.2
1692026-08-27T05:02:32.149Z Downloaded managed v0.8.0
1702026-08-27T05:02:32.149Z Downloaded macaddr v1.0.1
1712026-08-27T05:02:32.153Z Downloaded defmt-parser v1.0.0
1722026-08-27T05:02:32.153Z Downloaded usdt-macro v0.6.0
1732026-08-27T05:02:32.157Z Downloaded thread-id v5.1.0
1742026-08-27T05:02:32.170Z Downloaded ingot v0.2.0
1752026-08-27T05:02:32.174Z Downloaded pest_generator v2.8.7
1762026-08-27T05:02:32.174Z Downloaded byteorder v1.5.0
1772026-08-27T05:02:32.178Z Downloaded serde_tokenstream v0.2.3
1782026-08-27T05:02:32.189Z Downloaded ingot-types v0.2.0
1792026-08-27T05:02:32.194Z Downloaded quote v1.0.46
1802026-08-27T05:02:32.198Z Downloaded either v1.16.0
1812026-08-27T05:02:32.201Z Downloaded usdt-attr-macro v0.6.0
1822026-08-27T05:02:32.205Z Downloaded postcard v1.1.3
1832026-08-27T05:02:32.209Z Downloaded scroll v0.13.0
1842026-08-27T05:02:32.273Z Downloaded thiserror-impl v2.0.18
1852026-08-27T05:02:32.273Z Downloaded pest_meta v2.8.7
1862026-08-27T05:02:32.273Z Downloaded zmij v1.0.22
1872026-08-27T05:02:32.273Z Downloaded defmt-macros v1.1.1
1882026-08-27T05:02:32.273Z Downloaded ucd-trie v0.1.7
1892026-08-27T05:02:32.273Z Downloaded memmap2 v0.9.11
1902026-08-27T05:02:32.273Z Downloaded thiserror v2.0.18
1912026-08-27T05:02:32.273Z Downloaded crc32fast v1.5.0
1922026-08-27T05:02:32.273Z Downloaded defmt v1.1.1
1932026-08-27T05:02:32.273Z Downloaded ingot-macros v0.2.0
1942026-08-27T05:02:32.273Z Downloaded darling v0.23.0
1952026-08-27T05:02:32.273Z Downloaded log v0.4.33
1962026-08-27T05:02:32.273Z Downloaded proc-macro2 v1.0.106
1972026-08-27T05:02:32.273Z Downloaded serde_core v1.0.228
1982026-08-27T05:02:32.273Z Downloaded unicode-ident v1.0.24
1992026-08-27T05:02:32.273Z Downloaded uuid v1.26.0
2002026-08-27T05:02:32.273Z Downloaded serde_derive v1.0.228
2012026-08-27T05:02:32.279Z Downloaded darling_core v0.23.0
2022026-08-27T05:02:32.284Z Downloaded heapless v0.8.0
2032026-08-27T05:02:32.312Z Downloaded bitflags v2.13.0
2042026-08-27T05:02:32.318Z Downloaded memchr v2.8.3
2052026-08-27T05:02:32.329Z Downloaded zerocopy-derive v0.8.54
2062026-08-27T05:02:32.356Z Downloaded pest v2.8.7
2072026-08-27T05:02:32.384Z Downloaded regex v1.13.0
2082026-08-27T05:02:32.390Z Downloaded serde_json v1.0.150
2092026-08-27T05:02:32.398Z Downloaded aho-corasick v1.1.4
2102026-08-27T05:02:32.405Z Downloaded itertools v0.15.0
2112026-08-27T05:02:32.419Z Downloaded unicode-width v0.2.2
2122026-08-27T05:02:32.448Z Downloaded stable_deref_trait v1.2.1
2132026-08-27T05:02:32.469Z Downloaded zerocopy v0.8.54
2142026-08-27T05:02:32.500Z Downloaded goblin v0.10.7
2152026-08-27T05:02:32.500Z Downloaded syn v2.0.118
2162026-08-27T05:02:32.519Z Downloaded smoltcp v0.11.0
2172026-08-27T05:02:32.519Z Downloaded hash32 v0.3.1
2182026-08-27T05:02:32.519Z Downloaded regex-syntax v0.8.11
2192026-08-27T05:02:32.519Z Downloaded regex-automata v0.4.15
2202026-08-27T05:02:32.535Z Downloaded libc v0.2.186
2212026-08-27T05:02:32.590Z Compiling proc-macro2 v1.0.106
2222026-08-27T05:02:32.590Z Compiling quote v1.0.46
2232026-08-27T05:02:32.590Z Compiling unicode-ident v1.0.24
2242026-08-27T05:02:32.596Z Documenting unicode-ident v1.0.24
2252026-08-27T05:02:32.596Z Compiling serde_core v1.0.228
2262026-08-27T05:02:32.596Z Compiling strsim v0.11.1
2272026-08-27T05:02:32.663Z Compiling ident_case v1.0.1
2282026-08-27T05:02:32.893Z Compiling memchr v2.8.3
2292026-08-27T05:02:32.897Z Compiling thiserror v2.0.18
2302026-08-27T05:02:32.971Z Compiling regex-syntax v0.8.11
2312026-08-27T05:02:33.047Z Compiling serde v1.0.228
2322026-08-27T05:02:33.165Z Documenting proc-macro2 v1.0.106
2332026-08-27T05:02:33.217Z Compiling aho-corasick v1.1.4
2342026-08-27T05:02:33.314Z Compiling zerocopy v0.8.54
2352026-08-27T05:02:33.600Z Checking syn v2.0.118
2362026-08-27T05:02:33.655Z Checking byteorder v1.5.0
2372026-08-27T05:02:33.727Z Documenting quote v1.0.46
2382026-08-27T05:02:33.781Z Compiling either v1.16.0
2392026-08-27T05:02:33.979Z Compiling itertools v0.15.0
2402026-08-27T05:02:34.256Z Documenting syn v2.0.118
2412026-08-27T05:02:34.442Z Compiling regex-automata v0.4.15
2422026-08-27T05:02:34.465Z Documenting strsim v0.11.1
2432026-08-27T05:02:34.601Z Documenting ident_case v1.0.1
2442026-08-27T05:02:34.960Z Compiling heapless v0.8.0
2452026-08-27T05:02:35.100Z Checking bitflags v2.13.0
2462026-08-27T05:02:35.261Z Checking hash32 v0.3.1
2472026-08-27T05:02:35.275Z Documenting serde_core v1.0.228
2482026-08-27T05:02:35.369Z Checking stable_deref_trait v1.2.1
2492026-08-27T05:02:35.437Z Checking macaddr v1.0.1
2502026-08-27T05:02:35.448Z Checking cfg-if v1.0.4
2512026-08-27T05:02:35.494Z Documenting memchr v2.8.3
2522026-08-27T05:02:35.577Z Checking darling_core v0.23.0
2532026-08-27T05:02:35.581Z Documenting regex-syntax v0.8.11
2542026-08-27T05:02:36.455Z Compiling regex v1.13.0
2552026-08-27T05:02:36.469Z Documenting darling_core v0.23.0
2562026-08-27T05:02:36.514Z Documenting aho-corasick v1.1.4
2572026-08-27T05:02:36.635Z Compiling smoltcp v0.11.0
2582026-08-27T05:02:36.989Z Checking managed v0.8.0
2592026-08-27T05:02:37.053Z Checking bitflags v1.3.2
2602026-08-27T05:02:37.196Z Documenting serde_derive v1.0.228
2612026-08-27T05:02:37.275Z Compiling thiserror-impl v2.0.18
2622026-08-27T05:02:37.288Z Compiling serde_derive v1.0.228
2632026-08-27T05:02:37.298Z Compiling zerocopy-derive v0.8.54
2642026-08-27T05:02:37.400Z Documenting regex-automata v0.4.15
2652026-08-27T05:02:37.541Z Documenting darling_macro v0.23.0
2662026-08-27T05:02:38.218Z Documenting thiserror-impl v2.0.18
2672026-08-27T05:02:38.331Z Compiling darling_macro v0.23.0
2682026-08-27T05:02:38.346Z Documenting zerocopy-derive v0.8.54
2692026-08-27T05:02:38.579Z Checking cobs v0.3.0
2702026-08-27T05:02:38.710Z Compiling ref-cast v1.0.25
2712026-08-27T05:02:38.758Z Documenting regex v1.13.0
2722026-08-27T05:02:38.921Z Compiling darling v0.23.0
2732026-08-27T05:02:39.004Z Compiling ingot-macros v0.2.0
2742026-08-27T05:02:39.066Z Documenting darling v0.23.0
2752026-08-27T05:02:39.102Z Documenting byteorder v1.5.0
2762026-08-27T05:02:39.209Z Compiling crc32fast v1.5.0
2772026-08-27T05:02:39.307Z Documenting zerocopy v0.8.54
2782026-08-27T05:02:39.582Z Documenting thiserror v2.0.18
2792026-08-27T05:02:39.760Z Documenting hash32 v0.3.1
2802026-08-27T05:02:40.078Z Documenting ingot-macros v0.2.0
2812026-08-27T05:02:40.185Z Documenting serde v1.0.228
2822026-08-27T05:02:40.371Z Compiling ref-cast-impl v1.0.25
2832026-08-27T05:02:40.379Z Checking postcard v1.1.3
2842026-08-27T05:02:40.682Z Documenting bitflags v2.13.0
2852026-08-27T05:02:40.930Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-08-27T05:02:41.159Z Documenting cfg-if v1.0.4
2872026-08-27T05:02:41.169Z Compiling version_check v0.9.5
2882026-08-27T05:02:41.306Z Checking unicode-width v0.2.2
2892026-08-27T05:02:41.428Z Documenting stable_deref_trait v1.2.1
2902026-08-27T05:02:41.484Z Documenting macaddr v1.0.1
2912026-08-27T05:02:41.507Z Checking ipnetwork v0.21.1
2922026-08-27T05:02:41.548Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-08-27T05:02:41.683Z Documenting cobs v0.3.0
2942026-08-27T05:02:41.746Z Checking ingot-types v0.2.0
2952026-08-27T05:02:41.782Z Documenting managed v0.8.0
2962026-08-27T05:02:41.896Z Checking tabwriter v1.4.1
2972026-08-27T05:02:41.905Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-08-27T05:02:42.100Z Checking ingot v0.2.0
2992026-08-27T05:02:42.116Z Documenting heapless v0.8.0
3002026-08-27T05:02:42.635Z Documenting ingot-types v0.2.0
3012026-08-27T05:02:42.786Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-08-27T05:02:42.833Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-08-27T05:02:42.847Z Documenting postcard v1.1.3
3042026-08-27T05:02:43.089Z Documenting ref-cast-impl v1.0.25
3052026-08-27T05:02:43.330Z Documenting unicode-width v0.2.2
3062026-08-27T05:02:43.339Z Checking dyn-clone v1.0.20
3072026-08-27T05:02:43.401Z Documenting ipnetwork v0.21.1
3082026-08-27T05:02:43.432Z Documenting either v1.16.0
3092026-08-27T05:02:43.614Z Documenting smoltcp v0.11.0
3102026-08-27T05:02:43.618Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-08-27T05:02:43.895Z Documenting ingot v0.2.0
3122026-08-27T05:02:44.120Z Documenting crc32fast v1.5.0
3132026-08-27T05:02:44.324Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-08-27T05:02:44.375Z Documenting ref-cast v1.0.25
3152026-08-27T05:02:44.626Z Documenting itertools v0.15.0
3162026-08-27T05:02:44.862Z Documenting tabwriter v1.4.1
3172026-08-27T05:02:45.163Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-08-27T05:02:45.559Z Documenting dyn-clone v1.0.20
3192026-08-27T05:02:46.045Z Documenting uuid v1.26.0
3202026-08-27T05:02:46.358Z Checking uuid v1.26.0
3212026-08-27T05:02:46.602Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-08-27T05:02:46.822Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-08-27T05:02:47.219Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3242026-08-27T05:02:49.218Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-08-27T05:02:51.525Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-08-27T05:02:53.125Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.45s
3272026-08-27T05:02:53.212Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-08-27T05:02:53.238Z
3292026-08-27T05:02:53.243Zreal 25.558534512
3302026-08-27T05:02:53.243Zuser 1:21.456910060
3312026-08-27T05:02:53.243Zsys 17.201711010
3322026-08-27T05:02:53.243Ztrap 0.042653667
3332026-08-27T05:02:53.243Ztflt 0.022893605
3342026-08-27T05:02:53.243Zdflt 0.152864075
3352026-08-27T05:02:53.243Zkflt 0.004181562
3362026-08-27T05:02:53.243Zlock 8:07.386926672
3372026-08-27T05:02:53.243Zslp 5:02.188281216
3382026-08-27T05:02:53.243Zlat 7.610063573
3392026-08-27T05:02:53.243Zstop 12.677775213
3402026-08-27T05:02:53.243Z+ header 'analyze std + api + usdt'
3412026-08-27T05:02:53.243Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-08-27T05:02:53.243Z# ==== analyze std + api + usdt ==== #
3432026-08-27T05:02:53.243Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3442026-08-27T05:02:53.422Z Downloading crates ...
3452026-08-27T05:02:53.480Z Downloaded ctor-proc-macro v0.0.13
3462026-08-27T05:02:53.484Z Downloaded futures-task v0.3.32
3472026-08-27T05:02:53.484Z Downloaded futures-macro v0.3.32
3482026-08-27T05:02:53.484Z Downloaded link-section v0.2.1
3492026-08-27T05:02:53.484Z Downloaded futures-io v0.3.32
3502026-08-27T05:02:53.484Z Downloaded dtor-proc-macro v0.0.13
3512026-08-27T05:02:53.489Z Downloaded typeid v1.0.3
3522026-08-27T05:02:53.489Z Downloaded futures-sink v0.3.32
3532026-08-27T05:02:53.492Z Downloaded rusticata-macros v5.0.0
3542026-08-27T05:02:53.493Z Downloaded circular v0.3.0
3552026-08-27T05:02:53.496Z Downloaded ctor v0.10.1
3562026-08-27T05:02:53.496Z Downloaded nom v8.0.0
3572026-08-27T05:02:53.500Z Downloaded dtor v0.8.1
3582026-08-27T05:02:53.500Z Downloaded futures-core v0.3.32
3592026-08-27T05:02:53.500Z Downloaded slab v0.4.12
3602026-08-27T05:02:53.503Z Downloaded cookie-factory v0.3.3
3612026-08-27T05:02:53.503Z Downloaded futures-channel v0.3.32
3622026-08-27T05:02:53.507Z Downloaded once_cell v1.21.4
3632026-08-27T05:02:53.507Z Downloaded pin-project-lite v0.2.17
3642026-08-27T05:02:53.511Z Downloaded futures-executor v0.3.32
3652026-08-27T05:02:53.511Z Downloaded anyhow v1.0.103
3662026-08-27T05:02:53.511Z Downloaded futures v0.3.32
3672026-08-27T05:02:53.523Z Downloaded ron v0.12.2
3682026-08-27T05:02:53.528Z Downloaded futures-util v0.3.32
3692026-08-27T05:02:53.533Z Downloaded pcap-parser v0.17.0
3702026-08-27T05:02:53.582Z Compiling proc-macro2 v1.0.106
3712026-08-27T05:02:53.582Z Compiling quote v1.0.46
3722026-08-27T05:02:53.582Z Compiling unicode-ident v1.0.24
3732026-08-27T05:02:53.582Z Compiling memchr v2.8.3
3742026-08-27T05:02:53.582Z Compiling thiserror v2.0.18
3752026-08-27T05:02:53.586Z Compiling serde_core v1.0.228
3762026-08-27T05:02:53.586Z Compiling zerocopy v0.8.54
3772026-08-27T05:02:53.586Z Compiling zmij v1.0.22
3782026-08-27T05:02:53.918Z Compiling libc v0.2.186
3792026-08-27T05:02:53.948Z Compiling serde_json v1.0.150
3802026-08-27T05:02:53.952Z Compiling ucd-trie v0.1.7
3812026-08-27T05:02:54.132Z Compiling pest v2.8.7
3822026-08-27T05:02:54.156Z Compiling serde v1.0.228
3832026-08-27T05:02:54.174Z Compiling strsim v0.11.1
3842026-08-27T05:02:54.273Z Compiling ident_case v1.0.1
3852026-08-27T05:02:54.557Z Compiling aho-corasick v1.1.4
3862026-08-27T05:02:54.756Z Compiling syn v2.0.118
3872026-08-27T05:02:54.761Z Checking byteorder v1.5.0
3882026-08-27T05:02:54.785Z Compiling itoa v1.0.18
3892026-08-27T05:02:54.834Z Compiling regex-syntax v0.8.11
3902026-08-27T05:02:55.274Z Compiling pest_meta v2.8.7
3912026-08-27T05:02:55.335Z Compiling either v1.16.0
3922026-08-27T05:02:55.347Z Compiling usdt-impl v0.6.0
3932026-08-27T05:02:55.480Z Checking bitflags v2.13.0
3942026-08-27T05:02:55.534Z Compiling itertools v0.15.0
3952026-08-27T05:02:55.815Z Compiling thread-id v5.1.0
3962026-08-27T05:02:56.176Z Checking futures-core v0.3.32
3972026-08-27T05:02:56.180Z Compiling heapless v0.8.0
3982026-08-27T05:02:56.206Z Checking plain v0.2.3
3992026-08-27T05:02:56.299Z Compiling regex-automata v0.4.15
4002026-08-27T05:02:56.310Z Checking log v0.4.33
4012026-08-27T05:02:56.434Z Checking futures-sink v0.3.32
4022026-08-27T05:02:56.524Z Checking futures-channel v0.3.32
4032026-08-27T05:02:56.830Z Checking hash32 v0.3.1
4042026-08-27T05:02:56.888Z Checking pretty-hex v0.4.2
4052026-08-27T05:02:56.906Z Compiling smoltcp v0.11.0
4062026-08-27T05:02:56.945Z Checking cfg-if v1.0.4
4072026-08-27T05:02:56.997Z Checking slab v0.4.12
4082026-08-27T05:02:57.002Z Checking futures-task v0.3.32
4092026-08-27T05:02:57.124Z Checking pin-project-lite v0.2.17
4102026-08-27T05:02:57.138Z Checking stable_deref_trait v1.2.1
4112026-08-27T05:02:57.201Z Compiling pest_generator v2.8.7
4122026-08-27T05:02:57.205Z Compiling darling_core v0.23.0
4132026-08-27T05:02:57.219Z Checking futures-io v0.3.32
4142026-08-27T05:02:57.223Z Checking macaddr v1.0.1
4152026-08-27T05:02:57.418Z Compiling version_check v0.9.5
4162026-08-27T05:02:57.599Z Compiling ref-cast v1.0.25
4172026-08-27T05:02:57.680Z Checking managed v0.8.0
4182026-08-27T05:02:57.743Z Checking bitflags v1.3.2
4192026-08-27T05:02:57.792Z Compiling crc32fast v1.5.0
4202026-08-27T05:02:57.800Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4212026-08-27T05:02:57.932Z Compiling regex v1.13.0
4222026-08-27T05:02:58.038Z Checking memmap2 v0.9.11
4232026-08-27T05:02:58.098Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-08-27T05:02:58.196Z Checking unicode-width v0.2.2
4252026-08-27T05:02:58.378Z Compiling serde_derive v1.0.228
4262026-08-27T05:02:58.403Z Compiling thiserror-impl v2.0.18
4272026-08-27T05:02:58.436Z Compiling zerocopy-derive v0.8.54
4282026-08-27T05:02:58.467Z Compiling pest_derive v2.8.7
4292026-08-27T05:02:58.802Z Compiling scroll_derive v0.13.1
4302026-08-27T05:02:58.985Z Compiling futures-macro v0.3.32
4312026-08-27T05:02:59.029Z Compiling ref-cast-impl v1.0.25
4322026-08-27T05:02:59.277Z Compiling darling_macro v0.23.0
4332026-08-27T05:02:59.307Z Checking ipnetwork v0.21.1
4342026-08-27T05:02:59.596Z Checking scroll v0.13.0
4352026-08-27T05:02:59.666Z Compiling dtrace-parser v0.3.0
4362026-08-27T05:02:59.692Z Checking cobs v0.3.0
4372026-08-27T05:02:59.782Z Checking futures-util v0.3.32
4382026-08-27T05:02:59.822Z Compiling darling v0.23.0
4392026-08-27T05:02:59.822Z Checking goblin v0.10.7
4402026-08-27T05:02:59.890Z Compiling ingot-macros v0.2.0
4412026-08-27T05:03:00.309Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4422026-08-27T05:03:00.587Z Checking tabwriter v1.4.1
4432026-08-27T05:03:00.725Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-08-27T05:03:01.344Z Checking nom v8.0.0
4452026-08-27T05:03:01.456Z Checking postcard v1.1.3
4462026-08-27T05:03:01.636Z Compiling serde_tokenstream v0.2.3
4472026-08-27T05:03:01.735Z Compiling anyhow v1.0.103
4482026-08-27T05:03:01.765Z Checking futures-executor v0.3.32
4492026-08-27T05:03:01.903Z Checking futures v0.3.32
4502026-08-27T05:03:01.909Z Compiling typeid v1.0.3
4512026-08-27T05:03:01.967Z Checking dyn-clone v1.0.20
4522026-08-27T05:03:02.060Z Checking cookie-factory v0.3.3
4532026-08-27T05:03:02.207Z Checking uuid v1.26.0
4542026-08-27T05:03:02.232Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4552026-08-27T05:03:02.303Z Compiling dtor-proc-macro v0.0.13
4562026-08-27T05:03:02.361Z Checking circular v0.3.0
4572026-08-27T05:03:02.469Z Checking link-section v0.2.1
4582026-08-27T05:03:02.538Z Compiling ctor-proc-macro v0.0.13
4592026-08-27T05:03:02.553Z Checking once_cell v1.21.4
4602026-08-27T05:03:02.567Z Checking dof v0.4.0
4612026-08-27T05:03:02.567Z Checking ingot-types v0.2.0
4622026-08-27T05:03:02.629Z Checking dtor v0.8.1
4632026-08-27T05:03:02.679Z Checking ron v0.12.2
4642026-08-27T05:03:02.858Z Checking ctor v0.10.1
4652026-08-27T05:03:02.890Z Checking ingot v0.2.0
4662026-08-27T05:03:03.247Z Checking rusticata-macros v5.0.0
4672026-08-27T05:03:03.376Z Checking pcap-parser v0.17.0
4682026-08-27T05:03:03.518Z Compiling usdt-macro v0.6.0
4692026-08-27T05:03:03.518Z Compiling usdt-attr-macro v0.6.0
4702026-08-27T05:03:04.122Z Checking usdt v0.6.0
4712026-08-27T05:03:04.329Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-08-27T05:03:08.861Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-08-27T05:03:10.557Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-08-27T05:03:12.937Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.63s
4752026-08-27T05:03:12.957Z
4762026-08-27T05:03:12.957Zreal 19.714902935
4772026-08-27T05:03:12.957Zuser 1:11.040867004
4782026-08-27T05:03:12.957Zsys 14.415713232
4792026-08-27T05:03:12.957Ztrap 0.039509776
4802026-08-27T05:03:12.957Ztflt 0.130191764
4812026-08-27T05:03:12.957Zdflt 0.170514935
4822026-08-27T05:03:12.957Zkflt 0.000034670
4832026-08-27T05:03:12.957Zlock 4:37.867957515
4842026-08-27T05:03:12.957Zslp 3:44.744994925
4852026-08-27T05:03:12.957Zlat 4.482668687
4862026-08-27T05:03:12.957Zstop 8.588138690
4872026-08-27T05:03:12.961Z+ header 'analyze no_std + engine + kernel'
4882026-08-27T05:03:12.961Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-08-27T05:03:12.961Z# ==== analyze no_std + engine + kernel ==== #
4902026-08-27T05:03:12.961Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-08-27T05:03:13.130Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4922026-08-27T05:03:13.130Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-08-27T05:03:13.130Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-08-27T05:03:13.134Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-08-27T05:03:13.344Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-08-27T05:03:16.432Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-08-27T05:03:17.599Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.59s
4982026-08-27T05:03:17.630Z
4992026-08-27T05:03:17.630Zreal 4.662876020
5002026-08-27T05:03:17.631Zuser 4.777189648
5012026-08-27T05:03:17.631Zsys 0.934599922
5022026-08-27T05:03:17.631Ztrap 0.000626450
5032026-08-27T05:03:17.631Ztflt 0.019016718
5042026-08-27T05:03:17.631Zdflt 0.006276654
5052026-08-27T05:03:17.631Zkflt 0.000000000
5062026-08-27T05:03:17.631Zlock 15.106227063
5072026-08-27T05:03:17.637Zslp 17.888572743
5082026-08-27T05:03:17.637Zlat 0.007006331
5092026-08-27T05:03:17.637Zstop 0.193277346
5102026-08-27T05:03:17.637Z+ header test
5112026-08-27T05:03:17.637Z+ echo '# ==== test ==== #'
5122026-08-27T05:03:17.637Z+ ptime -m cargo test
5132026-08-27T05:03:17.637Z# ==== test ==== #
5142026-08-27T05:03:17.779Z Compiling memchr v2.8.3
5152026-08-27T05:03:17.779Z Compiling serde_core v1.0.228
5162026-08-27T05:03:17.803Z Compiling thiserror v2.0.18
5172026-08-27T05:03:17.809Z Compiling zerocopy v0.8.54
5182026-08-27T05:03:17.813Z Compiling byteorder v1.5.0
5192026-08-27T05:03:17.813Z Compiling unicode-ident v1.0.24
5202026-08-27T05:03:17.817Z Compiling zmij v1.0.22
5212026-08-27T05:03:17.817Z Compiling scroll v0.13.0
5222026-08-27T05:03:17.885Z Compiling proc-macro2 v1.0.106
5232026-08-27T05:03:17.933Z Compiling libc v0.2.186
5242026-08-27T05:03:18.017Z Compiling plain v0.2.3
5252026-08-27T05:03:18.069Z Compiling itoa v1.0.18
5262026-08-27T05:03:18.110Z Compiling ucd-trie v0.1.7
5272026-08-27T05:03:18.182Z Compiling futures-sink v0.3.32
5282026-08-27T05:03:18.264Z Compiling futures-core v0.3.32
5292026-08-27T05:03:18.276Z Compiling log v0.4.33
5302026-08-27T05:03:18.314Z Compiling quote v1.0.46
5312026-08-27T05:03:18.424Z Compiling goblin v0.10.7
5322026-08-27T05:03:18.504Z Compiling futures-channel v0.3.32
5332026-08-27T05:03:18.736Z Compiling pest v2.8.7
5342026-08-27T05:03:18.787Z Compiling hash32 v0.3.1
5352026-08-27T05:03:18.938Z Compiling futures-task v0.3.32
5362026-08-27T05:03:18.951Z Compiling slab v0.4.12
5372026-08-27T05:03:19.124Z Compiling cfg-if v1.0.4
5382026-08-27T05:03:19.124Z Compiling pin-project-lite v0.2.17
5392026-08-27T05:03:19.184Z Compiling pretty-hex v0.4.2
5402026-08-27T05:03:19.208Z Compiling futures-io v0.3.32
5412026-08-27T05:03:19.310Z Compiling stable_deref_trait v1.2.1
5422026-08-27T05:03:19.351Z Compiling macaddr v1.0.1
5432026-08-27T05:03:19.379Z Compiling heapless v0.8.0
5442026-08-27T05:03:19.391Z Compiling futures-util v0.3.32
5452026-08-27T05:03:19.594Z Compiling serde v1.0.228
5462026-08-27T05:03:19.764Z Compiling bitflags v2.13.0
5472026-08-27T05:03:19.843Z Compiling serde_json v1.0.150
5482026-08-27T05:03:20.191Z Compiling dtrace-parser v0.3.0
5492026-08-27T05:03:20.245Z Compiling syn v2.0.118
5502026-08-27T05:03:20.429Z Compiling thread-id v5.1.0
5512026-08-27T05:03:20.502Z Compiling cobs v0.3.0
5522026-08-27T05:03:20.637Z Compiling ingot-types v0.2.0
5532026-08-27T05:03:20.764Z Compiling bitflags v1.3.2
5542026-08-27T05:03:20.778Z Compiling managed v0.8.0
5552026-08-27T05:03:20.827Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5562026-08-27T05:03:20.996Z Compiling ingot v0.2.0
5572026-08-27T05:03:21.029Z Compiling smoltcp v0.11.0
5582026-08-27T05:03:21.049Z Compiling postcard v1.1.3
5592026-08-27T05:03:21.392Z Compiling dof v0.4.0
5602026-08-27T05:03:22.147Z Compiling futures-executor v0.3.32
5612026-08-27T05:03:22.720Z Compiling usdt-impl v0.6.0
5622026-08-27T05:03:22.934Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5632026-08-27T05:03:23.175Z Compiling memmap2 v0.9.11
5642026-08-27T05:03:23.494Z Compiling either v1.16.0
5652026-08-27T05:03:23.524Z Compiling ipnetwork v0.21.1
5662026-08-27T05:03:23.673Z Compiling unicode-width v0.2.2
5672026-08-27T05:03:23.740Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-08-27T05:03:23.978Z Compiling tabwriter v1.4.1
5692026-08-27T05:03:24.092Z Compiling itertools v0.15.0
5702026-08-27T05:03:24.387Z Compiling ref-cast v1.0.25
5712026-08-27T05:03:24.483Z Compiling usdt v0.6.0
5722026-08-27T05:03:25.026Z Compiling futures v0.3.32
5732026-08-27T05:03:25.100Z Compiling crc32fast v1.5.0
5742026-08-27T05:03:25.154Z Compiling nom v8.0.0
5752026-08-27T05:03:25.190Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-08-27T05:03:25.199Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-08-27T05:03:25.341Z Compiling dyn-clone v1.0.20
5782026-08-27T05:03:25.514Z Compiling cookie-factory v0.3.3
5792026-08-27T05:03:25.789Z Compiling uuid v1.26.0
5802026-08-27T05:03:25.836Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5812026-08-27T05:03:26.068Z Compiling circular v0.3.0
5822026-08-27T05:03:26.157Z Compiling dtor v0.8.1
5832026-08-27T05:03:26.161Z Compiling anyhow v1.0.103
5842026-08-27T05:03:26.238Z Compiling typeid v1.0.3
5852026-08-27T05:03:26.315Z Compiling once_cell v1.21.4
5862026-08-27T05:03:26.344Z Compiling link-section v0.2.1
5872026-08-27T05:03:26.445Z Compiling ron v0.12.2
5882026-08-27T05:03:26.473Z Compiling ctor v0.10.1
5892026-08-27T05:03:27.742Z Compiling rusticata-macros v5.0.0
5902026-08-27T05:03:28.059Z Compiling pcap-parser v0.17.0
5912026-08-27T05:03:30.552Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-08-27T05:03:32.997Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-08-27T05:04:20.979Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5942026-08-27T05:04:20.994Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-ddc6dbf87141a01a)
5952026-08-27T05:04:20.998Z
5962026-08-27T05:04:20.998Zrunning 15 tests
5972026-08-27T05:04:20.998Ztest api::tests::parse_bad_proto_filter ... ok
5982026-08-27T05:04:20.998Ztest api::tests::ports_from_str_bad ... ok
5992026-08-27T05:04:20.998Ztest api::tests::parse_bad_address ... ok
6002026-08-27T05:04:20.998Ztest api::tests::parse_good_proto_filter ... ok
6012026-08-27T05:04:20.998Ztest api::tests::parse_good_address ... ok
6022026-08-27T05:04:20.998Ztest api::tests::ports_from_str_good ... ok
6032026-08-27T05:04:20.998Ztest cfg::tests::test_required_nat_space ... ok
6042026-08-27T05:04:20.998Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6052026-08-27T05:04:20.998Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-08-27T05:04:20.998Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6072026-08-27T05:04:20.998Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6082026-08-27T05:04:20.998Ztest engine::geneve::test::parse_multi_opt ... ok
6092026-08-27T05:04:20.998Ztest engine::geneve::test::parse_single_opt ... ok
6102026-08-27T05:04:20.998Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6112026-08-27T05:04:21.002Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-08-27T05:04:21.002Z
6132026-08-27T05:04:21.002Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-08-27T05:04:21.002Z
6152026-08-27T05:04:21.002Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7103baa2dcfcc5ff)
6162026-08-27T05:04:21.002Z
6172026-08-27T05:04:21.002Zrunning 4 tests
6182026-08-27T05:04:21.002Ztest firewall_vni_outbound ... ok
6192026-08-27T05:04:21.002Ztest firewall_external_inbound ... ok
6202026-08-27T05:04:21.002Ztest firewall_vni_inbound ... ok
6212026-08-27T05:04:21.002Ztest firewall_replace_rules ... ok
6222026-08-27T05:04:21.002Z
6232026-08-27T05:04:21.002Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-08-27T05:04:21.002Z
6252026-08-27T05:04:21.005Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c2a27c9d3fda8cc8)
6262026-08-27T05:04:21.006Z
6272026-08-27T05:04:21.006Zrunning 2 tests
6282026-08-27T05:04:21.006Ztest parse_in_regression ... ok
6292026-08-27T05:04:21.006Ztest parse_out_regression ... ok
6302026-08-27T05:04:21.006Z
6312026-08-27T05:04:21.006Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-08-27T05:04:21.006Z
6332026-08-27T05:04:21.006Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d25516ee683ca805)
6342026-08-27T05:04:21.009Z
6352026-08-27T05:04:21.009Zrunning 50 tests
6362026-08-27T05:04:21.009Ztest bad_ip_len ... ok
6372026-08-27T05:04:21.009Ztest add_remove_fw_rule ... ok
6382026-08-27T05:04:21.010Ztest check_layers ... ok
6392026-08-27T05:04:21.010Ztest arp_gateway ... ok
6402026-08-27T05:04:21.010Ztest external_attached_subnets_cannot_reach_internal ... ok
6412026-08-27T05:04:21.010Ztest external_attached_subnets_dont_apply_nat ... ok
6422026-08-27T05:04:21.010Ztest anti_spoof ... ok
6432026-08-27T05:04:21.010Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6442026-08-27T05:04:21.010Ztest flow_expiration ... ok
6452026-08-27T05:04:21.010Ztest gateway_icmp4_ping ... ok
6462026-08-27T05:04:21.010Ztest gateway_icmpv6_ping ... ok
6472026-08-27T05:04:21.010Ztest early_tcp_invalidation ... ok
6482026-08-27T05:04:21.010Ztest external_ip_epoch_affinity_preserved ... ok
6492026-08-27T05:04:21.010Ztest external_ip_reconfigurable ... ok
6502026-08-27T05:04:21.010Ztest gateway_router_advert_reply ... ok
6512026-08-27T05:04:21.010Ztest guest_to_internet_ipv4 ... ok
6522026-08-27T05:04:21.010Ztest guest_to_guest_diff_vpc_no_peer ... ok
6532026-08-27T05:04:21.010Ztest guest_to_guest_no_route ... ok
6542026-08-27T05:04:21.010Ztest guest_to_guest ... ok
6552026-08-27T05:04:21.010Ztest guest_to_internet_ipv6 ... ok
6562026-08-27T05:04:21.010Ztest icmp_inner_has_nat_applied ... ok
6572026-08-27T05:04:21.010Ztest inbound_ndp_dropped_at_gateway ... ok
6582026-08-27T05:04:21.010Ztest external_ip_balanced_over_floating_ips ... ok
6592026-08-27T05:04:21.010Ztest icmpv6_inner_has_nat_applied ... ok
6602026-08-27T05:04:21.014Ztest external_ip_receive_and_reply_on_all ... ok
6612026-08-27T05:04:21.014Ztest no_panic_on_flow_table_full ... ok
6622026-08-27T05:04:21.014Ztest intra_subnet_routes_with_custom ... ok
6632026-08-27T05:04:21.014Ztest outbound_ndp_dropped ... ok
6642026-08-27T05:04:21.014Ztest offload_info_preserved ... ok
6652026-08-27T05:04:21.014Ztest internal_attached_subnets ... ok
6662026-08-27T05:04:21.014Ztest packet_body_pullup ... ok
6672026-08-27T05:04:21.014Ztest port_transition_running ... ok
6682026-08-27T05:04:21.014Ztest port_transition_reset ... ok
6692026-08-27T05:04:21.014Ztest packet_too_big_generation ... ok
6702026-08-27T05:04:21.014Ztest port_transition_pause ... ok
6712026-08-27T05:04:21.014Ztest select_eip_conditioned_on_igw ... ok
6722026-08-27T05:04:21.014Ztest port_as_router_target ... ok
6732026-08-27T05:04:21.014Ztest test_drop_on_unknown_critical_option ... ok
6742026-08-27T05:04:21.014Ztest tcp_invalidation_does_not_block_connection ... ok
6752026-08-27T05:04:21.014Ztest snat_icmp6_echo_rewrite ... ok
6762026-08-27T05:04:21.014Ztest snat_icmp4_echo_rewrite ... ok
6772026-08-27T05:04:21.014Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6782026-08-27T05:04:21.014Ztest test_ipv6_multicast_encapsulation ... ok
6792026-08-27T05:04:21.015Ztest test_tcp_multicast_denied ... ok
6802026-08-27T05:04:21.015Ztest test_gateway_neighbor_advert_reply ... ok
6812026-08-27T05:04:21.015Ztest tcp_outbound ... ok
6822026-08-27T05:04:21.015Ztest tcp_inbound ... ok
6832026-08-27T05:04:21.015Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6842026-08-27T05:04:21.015Ztest uft_lft_invalidation_out ... ok
6852026-08-27T05:04:21.015Ztest uft_lft_invalidation_in ... ok
6862026-08-27T05:04:21.015Z
6872026-08-27T05:04:21.015Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-08-27T05:04:21.015Z
6892026-08-27T05:04:21.015Z Doc-tests oxide_vpc
6902026-08-27T05:04:21.309Z
6912026-08-27T05:04:21.309Zrunning 0 tests
6922026-08-27T05:04:21.309Z
6932026-08-27T05:04:21.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-08-27T05:04:21.309Z
6952026-08-27T05:04:21.338Z
6962026-08-27T05:04:21.338Zreal 1:03.700321172
6972026-08-27T05:04:21.338Zuser 3:29.012077061
6982026-08-27T05:04:21.338Zsys 11.913874800
6992026-08-27T05:04:21.338Ztrap 0.094112199
7002026-08-27T05:04:21.338Ztflt 0.160402085
7012026-08-27T05:04:21.341Zdflt 0.368670504
7022026-08-27T05:04:21.341Zkflt 0.000034830
7032026-08-27T05:04:21.341Zlock 15:23.152573126
7042026-08-27T05:04:21.341Zslp 6:59.712717339
7052026-08-27T05:04:21.341Zlat 8.364681913
7062026-08-27T05:04:21.341Zstop 6.683756284
7072026-08-27T05:04:21.341Zprocess exited: duration 130512 ms, exit code 0
 
7082026-08-27T05:04:21.349Zfound 0 output files