01KRB1QCBVC7CB8QM9ATVF0VAD: oxide-vpc

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

Buildomat Job: 01KRB1QS1BE7529PKPB8BV7HKF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T08:17:22.683Zjob assigned to worker 01KRB1QW9FRTXAQ4Q46XS317MZ [factory aws, i-0ae7ac8f93164bad9] (queued for 55 s)
 
22026-05-11T08:17:29.256Zstarting task 0: "setup"
32026-05-11T08:17:29.265Z++ uname -s
42026-05-11T08:17:29.269Z+ kern=SunOS
52026-05-11T08:17:29.269Z+ build_user=build
62026-05-11T08:17:29.269Z+ build_uid=12345
72026-05-11T08:17:29.269Z+ work_dir=/work
82026-05-11T08:17:29.269Z+ input_dir=/input
92026-05-11T08:17:29.269Z+ [[ 0 == 12345 ]]
102026-05-11T08:17:29.269Z+ case "$kern" in
112026-05-11T08:17:29.269Z+ groupadd -g 12345 build
122026-05-11T08:17:29.269Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T08:17:31.274Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T08:17:31.400Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T08:17:31.403Z+ home_fs=zfs
162026-05-11T08:17:31.403Z+ [[ zfs == autofs ]]
172026-05-11T08:17:31.403Z+ mkdir -p /home/build
182026-05-11T08:17:31.403Z+ chown build:build /home/build /work
192026-05-11T08:17:33.405Z+ chmod 0700 /home/build /work
202026-05-11T08:17:33.408Zprocess exited: duration 4151 ms, exit code 0
 
212026-05-11T08:17:33.416Zstarting task 1: "rust-toolchain"
222026-05-11T08:17:33.420Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T08:17:33.420Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T08:17:33.420Z * rust toolchain channel = "1.94.1"
252026-05-11T08:17:33.420Z * rust toolchain profile = "default"
262026-05-11T08:17:33.420Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-11T08:17:33.420Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-11T08:17:33.423Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T08:17:33.423Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T08:17:33.528Zinfo: downloading installer
312026-05-11T08:17:34.998Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T08:17:34.998Zwarn: /home/build/.rustup/settings.toml
332026-05-11T08:17:34.998Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T08:17:34.998Zwarn: instead of the one inferred from the default host triple.
352026-05-11T08:17:35.010Zinfo: profile set to default
362026-05-11T08:17:35.010Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T08:17:35.013Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T08:17:35.157Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T08:17:35.160Zinfo: downloading 6 components
402026-05-11T08:17:49.472Z
412026-05-11T08:17:49.472Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-11T08:17:49.507Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T08:17:49.507Z
442026-05-11T08:17:49.507Z
452026-05-11T08:17:49.507ZRust is installed now. Great!
462026-05-11T08:17:49.507Z
472026-05-11T08:17:49.507ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T08:17:49.507Zenvironment variable. This has not been done automatically.
492026-05-11T08:17:49.507Z
502026-05-11T08:17:49.507ZTo configure your current shell, you need to source
512026-05-11T08:17:49.507Zthe corresponding env file under $HOME/.cargo.
522026-05-11T08:17:49.507Z
532026-05-11T08:17:49.507ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T08:17:49.510Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T08:17:49.510Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T08:17:49.510Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T08:17:49.510Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T08:17:49.510Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T08:17:49.510Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T08:17:49.511Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T08:17:49.511Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T08:17:49.612Z+ rustup --version
632026-05-11T08:17:49.619Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T08:17:49.622Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T08:17:49.642Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T08:17:49.645Z+ cargo --version
672026-05-11T08:17:49.660Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T08:17:49.664Z+ rustc --version
692026-05-11T08:17:49.682Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T08:17:49.685Zprocess exited: duration 16270 ms, exit code 0
 
712026-05-11T08:17:49.692Zstarting task 2: "authentication"
722026-05-11T08:17:49.709Zprocess exited: duration 16 ms, exit code 0
 
732026-05-11T08:17:49.715Zstarting task 3: "clone repository"
742026-05-11T08:17:49.719Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T08:17:49.723Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T08:17:49.748ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T08:17:50.578Z+ cd /work/oxidecomputer/opte
782026-05-11T08:17:50.578Z+ git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53
792026-05-11T08:17:50.839ZFrom https://github.com/oxidecomputer/opte
802026-05-11T08:17:50.839Z * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD
812026-05-11T08:17:50.843Z+ [[ -n renovate/nix-0.x-lockfile ]]
822026-05-11T08:17:50.846Z++ git branch --show-current
832026-05-11T08:17:50.846Z+ current=master
842026-05-11T08:17:50.846Z+ [[ master != renovate/nix-0.x-lockfile ]]
852026-05-11T08:17:50.846Z+ git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53
862026-05-11T08:17:50.849Z+ git checkout -f renovate/nix-0.x-lockfile
872026-05-11T08:17:50.865ZSwitched to branch 'renovate/nix-0.x-lockfile'
882026-05-11T08:17:50.868Z+ git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53
892026-05-11T08:17:50.882ZHEAD is now at a1bdb07 Update Rust crate nix to v0.31.3
902026-05-11T08:17:50.885Zprocess exited: duration 1167 ms, exit code 0
 
912026-05-11T08:17:50.890Zstarting task 4: "build"
922026-05-11T08:17:50.894Z+ source .github/buildomat/common.sh
932026-05-11T08:17:50.897Z++ rustup show active-toolchain
942026-05-11T08:17:50.900Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T08:17:50.903Z++ pushd xde
962026-05-11T08:17:50.903Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T08:17:50.903Z++ rustup show active-toolchain
982026-05-11T08:17:50.907Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T08:17:51.075Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T08:17:51.078Zinfo: downloading 6 components
1012026-05-11T08:18:04.703Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T08:18:04.787Z+++ rustup show active-toolchain -v
1032026-05-11T08:18:04.790Z+++ head -n 1
1042026-05-11T08:18:04.790Z+++ cut '-d ' -f1
1052026-05-11T08:18:04.842Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T08:18:04.842Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T08:18:04.842Z++ popd
1082026-05-11T08:18:04.846Z/work/oxidecomputer/opte
1092026-05-11T08:18:04.846Z+ cargo --version
1102026-05-11T08:18:04.854Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-11T08:18:04.858Z+ rustc --version
1122026-05-11T08:18:04.876Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-11T08:18:04.879Z+ cd lib/oxide-vpc
1142026-05-11T08:18:04.879Z+ header 'check style'
1152026-05-11T08:18:04.879Z+ echo '# ==== check style ==== #'
1162026-05-11T08:18:04.879Z# ==== check style ==== #
1172026-05-11T08:18:04.879Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-11T08:18:05.010Z
1192026-05-11T08:18:05.010Zreal 0.128899247
1202026-05-11T08:18:05.010Zuser 0.088194567
1212026-05-11T08:18:05.010Zsys 0.036610637
1222026-05-11T08:18:05.010Ztrap 0.000013350
1232026-05-11T08:18:05.010Ztflt 0.000054900
1242026-05-11T08:18:05.010Zdflt 0.000004030
1252026-05-11T08:18:05.010Zkflt 0.000000000
1262026-05-11T08:18:05.010Zlock 0.032672116
1272026-05-11T08:18:05.010Zslp 0.104195768
1282026-05-11T08:18:05.010Zlat 0.000800090
1292026-05-11T08:18:05.010Zstop 0.000104220
1302026-05-11T08:18:05.014Z+ header 'check docs'
1312026-05-11T08:18:05.014Z+ echo '# ==== check docs ==== #'
1322026-05-11T08:18:05.014Z# ==== check docs ==== #
1332026-05-11T08:18:05.014Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-11T08:18:05.014Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-11T08:18:05.083Z Updating crates.io index
1362026-05-11T08:18:05.117Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-11T08:18:06.055Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-11T08:18:06.308Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-11T08:18:06.676Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-11T08:18:07.061Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-11T08:18:07.313Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-11T08:18:07.567Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-11T08:18:09.611Z Downloading crates ...
1442026-05-11T08:18:09.659Z Downloaded cpufeatures v0.2.17
1452026-05-11T08:18:09.663Z Downloaded embedded-io v0.6.1
1462026-05-11T08:18:09.666Z Downloaded block-buffer v0.10.4
1472026-05-11T08:18:09.666Z Downloaded embedded-io v0.4.0
1482026-05-11T08:18:09.670Z Downloaded darling v0.21.3
1492026-05-11T08:18:09.674Z Downloaded dyn-clone v1.0.20
1502026-05-11T08:18:09.674Z Downloaded ipnetwork v0.21.1
1512026-05-11T08:18:09.674Z Downloaded defmt-macros v1.0.1
1522026-05-11T08:18:09.677Z Downloaded proc-macro2 v1.0.106
1532026-05-11T08:18:09.680Z Downloaded cobs v0.3.0
1542026-05-11T08:18:09.683Z Downloaded bitflags v1.3.2
1552026-05-11T08:18:09.686Z Downloaded ident_case v1.0.1
1562026-05-11T08:18:09.701Z Downloaded pest_derive v2.8.6
1572026-05-11T08:18:09.704Z Downloaded log v0.4.29
1582026-05-11T08:18:09.704Z Downloaded serde_derive v1.0.228
1592026-05-11T08:18:09.709Z Downloaded plain v0.2.3
1602026-05-11T08:18:09.709Z Downloaded fnv v1.0.7
1612026-05-11T08:18:09.709Z Downloaded proc-macro-error-attr2 v2.0.0
1622026-05-11T08:18:09.712Z Downloaded bitflags v2.11.1
1632026-05-11T08:18:09.716Z Downloaded ref-cast-impl v1.0.25
1642026-05-11T08:18:09.725Z Downloaded defmt v0.3.100
1652026-05-11T08:18:09.728Z Downloaded dof v0.4.0
1662026-05-11T08:18:09.731Z Downloaded cfg-if v1.0.4
1672026-05-11T08:18:09.734Z Downloaded darling_macro v0.21.3
1682026-05-11T08:18:09.737Z Downloaded stable_deref_trait v1.2.1
1692026-05-11T08:18:09.737Z Downloaded defmt-parser v1.0.0
1702026-05-11T08:18:09.737Z Downloaded darling_macro v0.23.0
1712026-05-11T08:18:09.741Z Downloaded tabwriter v1.4.1
1722026-05-11T08:18:09.747Z Downloaded crypto-common v0.1.7
1732026-05-11T08:18:09.747Z Downloaded byteorder v1.5.0
1742026-05-11T08:18:09.752Z Downloaded version_check v0.9.5
1752026-05-11T08:18:09.755Z Downloaded itoa v1.0.18
1762026-05-11T08:18:09.760Z Downloaded strsim v0.11.1
1772026-05-11T08:18:09.763Z Downloaded scroll_derive v0.13.1
1782026-05-11T08:18:09.763Z Downloaded usdt v0.6.0
1792026-05-11T08:18:09.766Z Downloaded hash32 v0.3.1
1802026-05-11T08:18:09.769Z Downloaded managed v0.8.0
1812026-05-11T08:18:09.769Z Downloaded usdt-macro v0.6.0
1822026-05-11T08:18:09.774Z Downloaded macaddr v1.0.1
1832026-05-11T08:18:09.780Z Downloaded usdt-attr-macro v0.6.0
1842026-05-11T08:18:09.784Z Downloaded dtrace-parser v0.3.0
1852026-05-11T08:18:09.787Z Downloaded thread-id v5.1.0
1862026-05-11T08:18:09.787Z Downloaded ref-cast v1.0.25
1872026-05-11T08:18:09.792Z Downloaded either v1.15.0
1882026-05-11T08:18:09.796Z Downloaded zmij v1.0.21
1892026-05-11T08:18:09.799Z Downloaded darling_core v0.21.3
1902026-05-11T08:18:09.799Z Downloaded pest_meta v2.8.6
1912026-05-11T08:18:09.802Z Downloaded digest v0.10.7
1922026-05-11T08:18:09.802Z Downloaded serde_tokenstream v0.2.3
1932026-05-11T08:18:09.802Z Downloaded scroll v0.13.0
1942026-05-11T08:18:09.806Z Downloaded quote v1.0.45
1952026-05-11T08:18:09.811Z Downloaded pretty-hex v0.4.2
1962026-05-11T08:18:09.811Z Downloaded generic-array v0.14.7
1972026-05-11T08:18:09.811Z Downloaded ingot-types v0.1.2
1982026-05-11T08:18:09.815Z Downloaded sha2 v0.10.9
1992026-05-11T08:18:09.818Z Downloaded thiserror-impl v2.0.18
2002026-05-11T08:18:09.818Z Downloaded defmt v1.0.1
2012026-05-11T08:18:09.824Z Downloaded proc-macro-error2 v2.0.1
2022026-05-11T08:18:09.828Z Downloaded usdt-impl v0.6.0
2032026-05-11T08:18:09.828Z Downloaded crc32fast v1.5.0
2042026-05-11T08:18:09.838Z Downloaded ingot v0.1.1
2052026-05-11T08:18:09.845Z Downloaded ingot-macros v0.1.1
2062026-05-11T08:18:09.845Z Downloaded darling v0.23.0
2072026-05-11T08:18:09.849Z Downloaded pest v2.8.6
2082026-05-11T08:18:09.849Z Downloaded postcard v1.1.3
2092026-05-11T08:18:09.849Z Downloaded memmap2 v0.9.10
2102026-05-11T08:18:09.855Z Downloaded thiserror v2.0.18
2112026-05-11T08:18:09.865Z Downloaded ucd-trie v0.1.7
2122026-05-11T08:18:09.868Z Downloaded pest_generator v2.8.6
2132026-05-11T08:18:09.875Z Downloaded uuid v1.23.1
2142026-05-11T08:18:09.880Z Downloaded serde_core v1.0.228
2152026-05-11T08:18:09.884Z Downloaded unicode-ident v1.0.24
2162026-05-11T08:18:09.884Z Downloaded darling_core v0.23.0
2172026-05-11T08:18:09.898Z Downloaded typenum v1.20.0
2182026-05-11T08:18:09.901Z Downloaded serde v1.0.228
2192026-05-11T08:18:09.904Z Downloaded memchr v2.8.0
2202026-05-11T08:18:09.907Z Downloaded heapless v0.8.0
2212026-05-11T08:18:09.914Z Downloaded zerocopy-derive v0.8.48
2222026-05-11T08:18:09.956Z Downloaded aho-corasick v1.1.4
2232026-05-11T08:18:09.963Z Downloaded regex v1.12.3
2242026-05-11T08:18:09.969Z Downloaded itertools v0.14.0
2252026-05-11T08:18:09.974Z Downloaded serde_json v1.0.149
2262026-05-11T08:18:10.014Z Downloaded syn v2.0.117
2272026-05-11T08:18:10.028Z Downloaded goblin v0.10.5
2282026-05-11T08:18:10.034Z Downloaded unicode-width v0.2.2
2292026-05-11T08:18:10.038Z Downloaded zerocopy v0.8.48
2302026-05-11T08:18:10.048Z Downloaded smoltcp v0.11.0
2312026-05-11T08:18:10.055Z Downloaded regex-syntax v0.8.10
2322026-05-11T08:18:10.085Z Downloaded regex-automata v0.4.14
2332026-05-11T08:18:10.093Z Downloaded libc v0.2.186
2342026-05-11T08:18:10.157Z Compiling proc-macro2 v1.0.106
2352026-05-11T08:18:10.157Z Compiling quote v1.0.45
2362026-05-11T08:18:10.157Z Compiling unicode-ident v1.0.24
2372026-05-11T08:18:10.163Z Compiling ident_case v1.0.1
2382026-05-11T08:18:10.163Z Documenting unicode-ident v1.0.24
2392026-05-11T08:18:10.163Z Compiling strsim v0.11.1
2402026-05-11T08:18:10.163Z Compiling serde_core v1.0.228
2412026-05-11T08:18:10.316Z Compiling fnv v1.0.7
2422026-05-11T08:18:10.337Z Compiling memchr v2.8.0
2432026-05-11T08:18:10.344Z Compiling regex-syntax v0.8.10
2442026-05-11T08:18:10.407Z Compiling serde v1.0.228
2452026-05-11T08:18:10.519Z Compiling thiserror v2.0.18
2462026-05-11T08:18:10.564Z Compiling zerocopy v0.8.48
2472026-05-11T08:18:10.887Z Documenting proc-macro2 v1.0.106
2482026-05-11T08:18:10.928Z Compiling aho-corasick v1.1.4
2492026-05-11T08:18:11.114Z Checking byteorder v1.5.0
2502026-05-11T08:18:11.224Z Compiling syn v2.0.117
2512026-05-11T08:18:11.300Z Compiling either v1.15.0
2522026-05-11T08:18:11.470Z Documenting quote v1.0.45
2532026-05-11T08:18:11.498Z Compiling itertools v0.14.0
2542026-05-11T08:18:11.998Z Documenting syn v2.0.117
2552026-05-11T08:18:12.099Z Compiling regex-automata v0.4.14
2562026-05-11T08:18:12.399Z Compiling heapless v0.8.0
2572026-05-11T08:18:12.515Z Checking bitflags v2.11.1
2582026-05-11T08:18:12.681Z Checking hash32 v0.3.1
2592026-05-11T08:18:12.795Z Documenting serde_core v1.0.228
2602026-05-11T08:18:12.798Z Checking stable_deref_trait v1.2.1
2612026-05-11T08:18:12.889Z Documenting memchr v2.8.0
2622026-05-11T08:18:12.930Z Checking macaddr v1.0.1
2632026-05-11T08:18:13.090Z Checking cfg-if v1.0.4
2642026-05-11T08:18:13.154Z Compiling smoltcp v0.11.0
2652026-05-11T08:18:13.529Z Documenting regex-syntax v0.8.10
2662026-05-11T08:18:13.559Z Checking darling_core v0.21.3
2672026-05-11T08:18:13.595Z Documenting aho-corasick v1.1.4
2682026-05-11T08:18:14.566Z Compiling regex v1.12.3
2692026-05-11T08:18:14.646Z Compiling darling_core v0.23.0
2702026-05-11T08:18:14.807Z Documenting regex-automata v0.4.14
2712026-05-11T08:18:14.882Z Checking managed v0.8.0
2722026-05-11T08:18:15.039Z Checking bitflags v1.3.2
2732026-05-11T08:18:15.073Z Documenting zerocopy-derive v0.8.48
2742026-05-11T08:18:15.093Z Compiling thiserror-impl v2.0.18
2752026-05-11T08:18:15.101Z Compiling zerocopy-derive v0.8.48
2762026-05-11T08:18:15.191Z Compiling serde_derive v1.0.228
2772026-05-11T08:18:15.909Z Documenting serde_derive v1.0.228
2782026-05-11T08:18:16.249Z Documenting regex v1.12.3
2792026-05-11T08:18:16.405Z Compiling darling_macro v0.21.3
2802026-05-11T08:18:16.483Z Checking cobs v0.3.0
2812026-05-11T08:18:16.561Z Documenting thiserror-impl v2.0.18
2822026-05-11T08:18:16.621Z Compiling ref-cast v1.0.25
2832026-05-11T08:18:16.883Z Compiling darling_macro v0.23.0
2842026-05-11T08:18:17.005Z Compiling crc32fast v1.5.0
2852026-05-11T08:18:17.074Z Compiling darling v0.21.3
2862026-05-11T08:18:17.154Z Compiling ingot-macros v0.1.1
2872026-05-11T08:18:17.288Z Documenting byteorder v1.5.0
2882026-05-11T08:18:17.342Z Documenting ingot-macros v0.1.1
2892026-05-11T08:18:17.427Z Documenting zerocopy v0.8.48
2902026-05-11T08:18:17.546Z Documenting thiserror v2.0.18
2912026-05-11T08:18:17.962Z Documenting hash32 v0.3.1
2922026-05-11T08:18:18.163Z Documenting serde v1.0.228
2932026-05-11T08:18:18.605Z Compiling ref-cast-impl v1.0.25
2942026-05-11T08:18:18.625Z Checking postcard v1.1.3
2952026-05-11T08:18:18.833Z Documenting bitflags v2.11.1
2962026-05-11T08:18:18.933Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-05-11T08:18:18.943Z Documenting cfg-if v1.0.4
2982026-05-11T08:18:19.207Z Documenting stable_deref_trait v1.2.1
2992026-05-11T08:18:19.273Z Documenting macaddr v1.0.1
3002026-05-11T08:18:19.677Z Compiling version_check v0.9.5
3012026-05-11T08:18:19.685Z Checking unicode-width v0.2.2
3022026-05-11T08:18:19.852Z Checking ipnetwork v0.21.1
3032026-05-11T08:18:19.954Z Documenting cobs v0.3.0
3042026-05-11T08:18:19.983Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-05-11T08:18:20.042Z Compiling darling v0.23.0
3062026-05-11T08:18:20.125Z Documenting managed v0.8.0
3072026-05-11T08:18:20.133Z Documenting heapless v0.8.0
3082026-05-11T08:18:20.243Z Checking ingot-types v0.1.2
3092026-05-11T08:18:20.289Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-05-11T08:18:20.351Z Checking tabwriter v1.4.1
3112026-05-11T08:18:20.605Z Checking ingot v0.1.1
3122026-05-11T08:18:20.871Z Documenting postcard v1.1.3
3132026-05-11T08:18:20.890Z Documenting ingot-types v0.1.2
3142026-05-11T08:18:21.039Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3152026-05-11T08:18:21.221Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-05-11T08:18:21.288Z Documenting ref-cast-impl v1.0.25
3172026-05-11T08:18:21.296Z Documenting unicode-width v0.2.2
3182026-05-11T08:18:21.405Z Documenting smoltcp v0.11.0
3192026-05-11T08:18:21.667Z Documenting ipnetwork v0.21.1
3202026-05-11T08:18:21.816Z Documenting either v1.15.0
3212026-05-11T08:18:21.978Z Documenting ingot v0.1.1
3222026-05-11T08:18:22.205Z Checking dyn-clone v1.0.20
3232026-05-11T08:18:22.258Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-05-11T08:18:22.301Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-05-11T08:18:22.430Z Documenting tabwriter v1.4.1
3262026-05-11T08:18:22.693Z Documenting ref-cast v1.0.25
3272026-05-11T08:18:23.024Z Documenting crc32fast v1.5.0
3282026-05-11T08:18:23.237Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-05-11T08:18:23.282Z Documenting itertools v0.14.0
3302026-05-11T08:18:23.705Z Documenting dyn-clone v1.0.20
3312026-05-11T08:18:24.236Z Documenting uuid v1.23.1
3322026-05-11T08:18:24.509Z Checking uuid v1.23.1
3332026-05-11T08:18:24.769Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-11T08:18:24.809Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-11T08:18:25.317Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-11T08:18:27.355Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-11T08:18:29.689Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-11T08:18:31.324Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.30s
3392026-05-11T08:18:31.415Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-11T08:18:31.437Z
3412026-05-11T08:18:31.440Zreal 26.404937361
3422026-05-11T08:18:31.440Zuser 1:28.582045583
3432026-05-11T08:18:31.440Zsys 18.160138302
3442026-05-11T08:18:31.440Ztrap 0.049857014
3452026-05-11T08:18:31.440Ztflt 0.039160516
3462026-05-11T08:18:31.441Zdflt 0.090037535
3472026-05-11T08:18:31.441Zkflt 0.005059949
3482026-05-11T08:18:31.441Zlock 8:54.079059128
3492026-05-11T08:18:31.441Zslp 5:09.841065054
3502026-05-11T08:18:31.441Zlat 8.111268069
3512026-05-11T08:18:31.441Zstop 11.103549213
3522026-05-11T08:18:31.441Z+ header 'analyze std + api + usdt'
3532026-05-11T08:18:31.441Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-11T08:18:31.441Z# ==== analyze std + api + usdt ==== #
3552026-05-11T08:18:31.441Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-05-11T08:18:31.636Z Downloading crates ...
3572026-05-11T08:18:31.693Z Downloaded futures-macro v0.3.32
3582026-05-11T08:18:31.696Z Downloaded dtor v0.8.1
3592026-05-11T08:18:31.703Z Downloaded typeid v1.0.3
3602026-05-11T08:18:31.707Z Downloaded cookie-factory v0.3.3
3612026-05-11T08:18:31.707Z Downloaded once_cell v1.21.4
3622026-05-11T08:18:31.707Z Downloaded ctor-proc-macro v0.0.13
3632026-05-11T08:18:31.716Z Downloaded futures-io v0.3.32
3642026-05-11T08:18:31.720Z Downloaded futures-task v0.3.32
3652026-05-11T08:18:31.720Z Downloaded dtor-proc-macro v0.0.13
3662026-05-11T08:18:31.720Z Downloaded link-section v0.2.1
3672026-05-11T08:18:31.720Z Downloaded futures-sink v0.3.32
3682026-05-11T08:18:31.723Z Downloaded circular v0.3.0
3692026-05-11T08:18:31.723Z Downloaded futures-core v0.3.32
3702026-05-11T08:18:31.723Z Downloaded rusticata-macros v5.0.0
3712026-05-11T08:18:31.729Z Downloaded slab v0.4.12
3722026-05-11T08:18:31.732Z Downloaded pin-project-lite v0.2.17
3732026-05-11T08:18:31.735Z Downloaded ctor v0.10.1
3742026-05-11T08:18:31.735Z Downloaded futures-executor v0.3.32
3752026-05-11T08:18:31.738Z Downloaded futures-channel v0.3.32
3762026-05-11T08:18:31.738Z Downloaded anyhow v1.0.102
3772026-05-11T08:18:31.745Z Downloaded futures v0.3.32
3782026-05-11T08:18:31.759Z Downloaded futures-util v0.3.32
3792026-05-11T08:18:31.765Z Downloaded ron v0.12.1
3802026-05-11T08:18:31.770Z Downloaded nom v8.0.0
3812026-05-11T08:18:31.773Z Downloaded pcap-parser v0.17.0
3822026-05-11T08:18:31.825Z Compiling proc-macro2 v1.0.106
3832026-05-11T08:18:31.825Z Compiling quote v1.0.45
3842026-05-11T08:18:31.829Z Compiling unicode-ident v1.0.24
3852026-05-11T08:18:31.829Z Compiling memchr v2.8.0
3862026-05-11T08:18:31.829Z Compiling thiserror v2.0.18
3872026-05-11T08:18:31.829Z Compiling zerocopy v0.8.48
3882026-05-11T08:18:31.829Z Compiling serde_core v1.0.228
3892026-05-11T08:18:32.012Z Compiling zmij v1.0.21
3902026-05-11T08:18:32.206Z Compiling libc v0.2.186
3912026-05-11T08:18:32.211Z Compiling ident_case v1.0.1
3922026-05-11T08:18:32.246Z Compiling serde_json v1.0.149
3932026-05-11T08:18:32.266Z Compiling strsim v0.11.1
3942026-05-11T08:18:32.303Z Compiling ucd-trie v0.1.7
3952026-05-11T08:18:32.432Z Compiling serde v1.0.228
3962026-05-11T08:18:32.468Z Compiling pest v2.8.6
3972026-05-11T08:18:32.745Z Compiling fnv v1.0.7
3982026-05-11T08:18:32.905Z Compiling aho-corasick v1.1.4
3992026-05-11T08:18:32.975Z Compiling regex-syntax v0.8.10
4002026-05-11T08:18:33.068Z Compiling itoa v1.0.18
4012026-05-11T08:18:33.147Z Compiling syn v2.0.117
4022026-05-11T08:18:33.247Z Checking byteorder v1.5.0
4032026-05-11T08:18:33.645Z Compiling pest_meta v2.8.6
4042026-05-11T08:18:33.783Z Compiling either v1.15.0
4052026-05-11T08:18:33.847Z Compiling usdt-impl v0.6.0
4062026-05-11T08:18:33.992Z Compiling itertools v0.14.0
4072026-05-11T08:18:34.106Z Checking bitflags v2.11.1
4082026-05-11T08:18:34.229Z Compiling thread-id v5.1.0
4092026-05-11T08:18:34.494Z Compiling regex-automata v0.4.14
4102026-05-11T08:18:34.631Z Checking log v0.4.29
4112026-05-11T08:18:34.634Z Checking futures-core v0.3.32
4122026-05-11T08:18:34.758Z Compiling heapless v0.8.0
4132026-05-11T08:18:35.018Z Checking futures-sink v0.3.32
4142026-05-11T08:18:35.070Z Checking plain v0.2.3
4152026-05-11T08:18:35.115Z Checking futures-channel v0.3.32
4162026-05-11T08:18:35.317Z Checking hash32 v0.3.1
4172026-05-11T08:18:35.450Z Checking pin-project-lite v0.2.17
4182026-05-11T08:18:35.503Z Checking slab v0.4.12
4192026-05-11T08:18:35.544Z Checking futures-task v0.3.32
4202026-05-11T08:18:35.610Z Checking macaddr v1.0.1
4212026-05-11T08:18:35.633Z Checking stable_deref_trait v1.2.1
4222026-05-11T08:18:35.669Z Checking pretty-hex v0.4.2
4232026-05-11T08:18:35.685Z Checking futures-io v0.3.32
4242026-05-11T08:18:35.701Z Compiling smoltcp v0.11.0
4252026-05-11T08:18:35.756Z Compiling pest_generator v2.8.6
4262026-05-11T08:18:35.786Z Compiling darling_core v0.21.3
4272026-05-11T08:18:35.800Z Compiling darling_core v0.23.0
4282026-05-11T08:18:35.871Z Checking cfg-if v1.0.4
4292026-05-11T08:18:36.325Z Compiling regex v1.12.3
4302026-05-11T08:18:36.437Z Compiling version_check v0.9.5
4312026-05-11T08:18:36.446Z Checking bitflags v1.3.2
4322026-05-11T08:18:36.513Z Compiling ref-cast v1.0.25
4332026-05-11T08:18:36.733Z Checking managed v0.8.0
4342026-05-11T08:18:36.752Z Compiling crc32fast v1.5.0
4352026-05-11T08:18:36.886Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-11T08:18:37.095Z Checking memmap2 v0.9.10
4372026-05-11T08:18:37.101Z Compiling thiserror-impl v2.0.18
4382026-05-11T08:18:37.147Z Compiling serde_derive v1.0.228
4392026-05-11T08:18:37.265Z Compiling zerocopy-derive v0.8.48
4402026-05-11T08:18:37.295Z Compiling pest_derive v2.8.6
4412026-05-11T08:18:37.846Z Compiling scroll_derive v0.13.1
4422026-05-11T08:18:38.100Z Compiling futures-macro v0.3.32
4432026-05-11T08:18:38.115Z Compiling darling_macro v0.21.3
4442026-05-11T08:18:38.297Z Compiling darling_macro v0.23.0
4452026-05-11T08:18:38.336Z Compiling ref-cast-impl v1.0.25
4462026-05-11T08:18:38.670Z Compiling dtrace-parser v0.3.0
4472026-05-11T08:18:38.713Z Compiling darling v0.21.3
4482026-05-11T08:18:38.747Z Checking scroll v0.13.0
4492026-05-11T08:18:38.795Z Compiling ingot-macros v0.1.1
4502026-05-11T08:18:38.980Z Checking futures-util v0.3.32
4512026-05-11T08:18:38.994Z Checking goblin v0.10.5
4522026-05-11T08:18:39.230Z Checking cobs v0.3.0
4532026-05-11T08:18:39.345Z Compiling darling v0.23.0
4542026-05-11T08:18:39.383Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-11T08:18:39.421Z Checking unicode-width v0.2.2
4562026-05-11T08:18:39.691Z Checking ipnetwork v0.21.1
4572026-05-11T08:18:39.880Z Checking tabwriter v1.4.1
4582026-05-11T08:18:40.028Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-11T08:18:40.658Z Checking postcard v1.1.3
4602026-05-11T08:18:40.908Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612026-05-11T08:18:41.029Z Compiling serde_tokenstream v0.2.3
4622026-05-11T08:18:41.057Z Checking futures-executor v0.3.32
4632026-05-11T08:18:41.074Z Checking nom v8.0.0
4642026-05-11T08:18:41.207Z Checking futures v0.3.32
4652026-05-11T08:18:41.282Z Compiling anyhow v1.0.102
4662026-05-11T08:18:41.331Z Compiling typeid v1.0.3
4672026-05-11T08:18:41.516Z Checking dyn-clone v1.0.20
4682026-05-11T08:18:41.621Z Checking cookie-factory v0.3.3
4692026-05-11T08:18:41.634Z Checking uuid v1.23.1
4702026-05-11T08:18:41.669Z Checking circular v0.3.0
4712026-05-11T08:18:41.674Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4722026-05-11T08:18:41.789Z Compiling dtor-proc-macro v0.0.13
4732026-05-11T08:18:41.849Z Checking ingot-types v0.1.2
4742026-05-11T08:18:41.879Z Checking dof v0.4.0
4752026-05-11T08:18:41.895Z Checking once_cell v1.21.4
4762026-05-11T08:18:41.910Z Checking link-section v0.2.1
4772026-05-11T08:18:42.028Z Compiling ctor-proc-macro v0.0.13
4782026-05-11T08:18:42.041Z Checking ron v0.12.1
4792026-05-11T08:18:42.136Z Checking dtor v0.8.1
4802026-05-11T08:18:42.198Z Checking ingot v0.1.1
4812026-05-11T08:18:42.340Z Checking ctor v0.10.1
4822026-05-11T08:18:42.979Z Compiling usdt-macro v0.6.0
4832026-05-11T08:18:42.979Z Compiling usdt-attr-macro v0.6.0
4842026-05-11T08:18:43.067Z Checking rusticata-macros v5.0.0
4852026-05-11T08:18:43.193Z Checking pcap-parser v0.17.0
4862026-05-11T08:18:43.594Z Checking usdt v0.6.0
4872026-05-11T08:18:43.788Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-11T08:18:48.178Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-11T08:18:49.903Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-11T08:18:52.255Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.76s
4912026-05-11T08:18:52.292Z
4922026-05-11T08:18:52.292Zreal 20.847575524
4932026-05-11T08:18:52.292Zuser 1:18.802822645
4942026-05-11T08:18:52.292Zsys 16.025680940
4952026-05-11T08:18:52.292Ztrap 0.043439506
4962026-05-11T08:18:52.292Ztflt 0.092648547
4972026-05-11T08:18:52.292Zdflt 0.170327269
4982026-05-11T08:18:52.292Zkflt 0.000014830
4992026-05-11T08:18:52.292Zlock 4:24.953254375
5002026-05-11T08:18:52.292Zslp 4:08.103737551
5012026-05-11T08:18:52.292Zlat 4.524162226
5022026-05-11T08:18:52.296Zstop 9.212042501
5032026-05-11T08:18:52.296Z+ header 'analyze no_std + engine + kernel'
5042026-05-11T08:18:52.296Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-11T08:18:52.296Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5062026-05-11T08:18:52.296Z# ==== analyze no_std + engine + kernel ==== #
5072026-05-11T08:18:52.481Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-11T08:18:52.481Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-11T08:18:52.486Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-11T08:18:52.486Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-11T08:18:52.759Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-11T08:18:57.092Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-11T08:18:58.685Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.34s
5142026-05-11T08:18:58.715Z
5152026-05-11T08:18:58.715Zreal 6.415321021
5162026-05-11T08:18:58.715Zuser 6.663571803
5172026-05-11T08:18:58.715Zsys 1.049805090
5182026-05-11T08:18:58.715Ztrap 0.001192100
5192026-05-11T08:18:58.715Ztflt 0.009202203
5202026-05-11T08:18:58.715Zdflt 0.004594564
5212026-05-11T08:18:58.715Zkflt 0.000000960
5222026-05-11T08:18:58.715Zlock 22.439532015
5232026-05-11T08:18:58.715Zslp 23.434617228
5242026-05-11T08:18:58.715Zlat 0.025674561
5252026-05-11T08:18:58.715Zstop 0.268972498
5262026-05-11T08:18:58.718Z+ header test
5272026-05-11T08:18:58.718Z+ echo '# ==== test ==== #'
5282026-05-11T08:18:58.718Z+ ptime -m cargo test
5292026-05-11T08:18:58.718Z# ==== test ==== #
5302026-05-11T08:18:58.880Z Compiling memchr v2.8.0
5312026-05-11T08:18:58.883Z Compiling serde_core v1.0.228
5322026-05-11T08:18:58.903Z Compiling thiserror v2.0.18
5332026-05-11T08:18:58.908Z Compiling zerocopy v0.8.48
5342026-05-11T08:18:58.912Z Compiling unicode-ident v1.0.24
5352026-05-11T08:18:58.912Z Compiling byteorder v1.5.0
5362026-05-11T08:18:58.915Z Compiling zmij v1.0.21
5372026-05-11T08:18:58.915Z Compiling scroll v0.13.0
5382026-05-11T08:18:58.995Z Compiling proc-macro2 v1.0.106
5392026-05-11T08:18:59.041Z Compiling libc v0.2.186
5402026-05-11T08:18:59.129Z Compiling ucd-trie v0.1.7
5412026-05-11T08:18:59.180Z Compiling itoa v1.0.18
5422026-05-11T08:18:59.285Z Compiling futures-sink v0.3.32
5432026-05-11T08:18:59.385Z Compiling plain v0.2.3
5442026-05-11T08:18:59.413Z Compiling log v0.4.29
5452026-05-11T08:18:59.444Z Compiling futures-core v0.3.32
5462026-05-11T08:18:59.490Z Compiling quote v1.0.45
5472026-05-11T08:18:59.609Z Compiling goblin v0.10.5
5482026-05-11T08:18:59.635Z Compiling futures-channel v0.3.32
5492026-05-11T08:18:59.848Z Compiling pest v2.8.6
5502026-05-11T08:18:59.878Z Compiling hash32 v0.3.1
5512026-05-11T08:19:00.049Z Compiling pin-project-lite v0.2.17
5522026-05-11T08:19:00.143Z Compiling cfg-if v1.0.4
5532026-05-11T08:19:00.186Z Compiling futures-task v0.3.32
5542026-05-11T08:19:00.209Z Compiling macaddr v1.0.1
5552026-05-11T08:19:00.390Z Compiling futures-io v0.3.32
5562026-05-11T08:19:00.465Z Compiling slab v0.4.12
5572026-05-11T08:19:00.489Z Compiling stable_deref_trait v1.2.1
5582026-05-11T08:19:00.563Z Compiling pretty-hex v0.4.2
5592026-05-11T08:19:00.585Z Compiling heapless v0.8.0
5602026-05-11T08:19:00.651Z Compiling futures-util v0.3.32
5612026-05-11T08:19:00.695Z Compiling serde v1.0.228
5622026-05-11T08:19:00.957Z Compiling bitflags v2.11.1
5632026-05-11T08:19:01.043Z Compiling serde_json v1.0.149
5642026-05-11T08:19:01.363Z Compiling dtrace-parser v0.3.0
5652026-05-11T08:19:01.401Z Compiling syn v2.0.117
5662026-05-11T08:19:01.689Z Compiling thread-id v5.1.0
5672026-05-11T08:19:01.773Z Compiling cobs v0.3.0
5682026-05-11T08:19:01.947Z Compiling ingot-types v0.1.2
5692026-05-11T08:19:02.080Z Compiling managed v0.8.0
5702026-05-11T08:19:02.087Z Compiling bitflags v1.3.2
5712026-05-11T08:19:02.152Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-11T08:19:02.317Z Compiling ingot v0.1.1
5732026-05-11T08:19:02.373Z Compiling smoltcp v0.11.0
5742026-05-11T08:19:02.399Z Compiling postcard v1.1.3
5752026-05-11T08:19:02.771Z Compiling dof v0.4.0
5762026-05-11T08:19:03.670Z Compiling futures-executor v0.3.32
5772026-05-11T08:19:04.306Z Compiling usdt-impl v0.6.0
5782026-05-11T08:19:04.371Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-11T08:19:04.706Z Compiling memmap2 v0.9.10
5802026-05-11T08:19:04.981Z Compiling unicode-width v0.2.2
5812026-05-11T08:19:05.008Z Compiling either v1.15.0
5822026-05-11T08:19:05.190Z Compiling ipnetwork v0.21.1
5832026-05-11T08:19:05.204Z Compiling tabwriter v1.4.1
5842026-05-11T08:19:05.297Z Compiling itertools v0.14.0
5852026-05-11T08:19:05.627Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-05-11T08:19:05.734Z Compiling ref-cast v1.0.25
5872026-05-11T08:19:05.837Z Compiling usdt v0.6.0
5882026-05-11T08:19:06.290Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-11T08:19:06.489Z Compiling futures v0.3.32
5902026-05-11T08:19:06.606Z Compiling crc32fast v1.5.0
5912026-05-11T08:19:06.781Z Compiling nom v8.0.0
5922026-05-11T08:19:06.786Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-11T08:19:06.856Z Compiling dyn-clone v1.0.20
5942026-05-11T08:19:06.994Z Compiling cookie-factory v0.3.3
5952026-05-11T08:19:07.032Z Compiling uuid v1.23.1
5962026-05-11T08:19:07.323Z Compiling circular v0.3.0
5972026-05-11T08:19:07.589Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-05-11T08:19:07.656Z Compiling dtor v0.8.1
5992026-05-11T08:19:07.751Z Compiling anyhow v1.0.102
6002026-05-11T08:19:07.849Z Compiling typeid v1.0.3
6012026-05-11T08:19:07.973Z Compiling link-section v0.2.1
6022026-05-11T08:19:07.982Z Compiling once_cell v1.21.4
6032026-05-11T08:19:08.135Z Compiling ron v0.12.1
6042026-05-11T08:19:08.135Z Compiling ctor v0.10.1
6052026-05-11T08:19:09.540Z Compiling rusticata-macros v5.0.0
6062026-05-11T08:19:09.883Z Compiling pcap-parser v0.17.0
6072026-05-11T08:19:11.856Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-11T08:19:14.732Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-11T08:19:53.202Z Finished `test` profile [optimized + debuginfo] target(s) in 54.47s
6102026-05-11T08:19:53.220Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6112026-05-11T08:19:53.223Z
6122026-05-11T08:19:53.223Zrunning 15 tests
6132026-05-11T08:19:53.223Ztest api::tests::parse_bad_proto_filter ... ok
6142026-05-11T08:19:53.223Ztest api::tests::parse_bad_address ... ok
6152026-05-11T08:19:53.223Ztest api::tests::parse_good_address ... ok
6162026-05-11T08:19:53.223Ztest api::tests::parse_good_proto_filter ... ok
6172026-05-11T08:19:53.223Ztest api::tests::ports_from_str_bad ... ok
6182026-05-11T08:19:53.223Ztest api::tests::ports_from_str_good ... ok
6192026-05-11T08:19:53.223Ztest cfg::tests::test_required_nat_space ... ok
6202026-05-11T08:19:53.223Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-05-11T08:19:53.223Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-11T08:19:53.223Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-11T08:19:53.223Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-05-11T08:19:53.223Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-05-11T08:19:53.223Ztest engine::geneve::test::parse_single_opt ... ok
6262026-05-11T08:19:53.223Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-11T08:19:53.227Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-11T08:19:53.227Z
6292026-05-11T08:19:53.227Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-11T08:19:53.227Z
6312026-05-11T08:19:53.227Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6322026-05-11T08:19:53.227Z
6332026-05-11T08:19:53.227Zrunning 4 tests
6342026-05-11T08:19:53.230Ztest firewall_external_inbound ... ok
6352026-05-11T08:19:53.230Ztest firewall_vni_outbound ... ok
6362026-05-11T08:19:53.230Ztest firewall_vni_inbound ... ok
6372026-05-11T08:19:53.230Ztest firewall_replace_rules ... ok
6382026-05-11T08:19:53.230Z
6392026-05-11T08:19:53.230Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-11T08:19:53.230Z
6412026-05-11T08:19:53.230Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6422026-05-11T08:19:53.230Z
6432026-05-11T08:19:53.230Zrunning 2 tests
6442026-05-11T08:19:53.230Ztest parse_in_regression ... ok
6452026-05-11T08:19:53.230Ztest parse_out_regression ... ok
6462026-05-11T08:19:53.230Z
6472026-05-11T08:19:53.230Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-11T08:19:53.230Z
6492026-05-11T08:19:53.234Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6502026-05-11T08:19:53.234Z
6512026-05-11T08:19:53.234Zrunning 47 tests
6522026-05-11T08:19:53.234Ztest bad_ip_len ... ok
6532026-05-11T08:19:53.234Ztest check_layers ... ok
6542026-05-11T08:19:53.237Ztest arp_gateway ... ok
6552026-05-11T08:19:53.237Ztest external_attached_subnets_cannot_reach_internal ... ok
6562026-05-11T08:19:53.237Ztest anti_spoof ... ok
6572026-05-11T08:19:53.237Ztest add_remove_fw_rule ... ok
6582026-05-11T08:19:53.237Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-11T08:19:53.237Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-11T08:19:53.237Ztest flow_expiration ... ok
6612026-05-11T08:19:53.237Ztest gateway_icmp4_ping ... ok
6622026-05-11T08:19:53.237Ztest gateway_icmpv6_ping ... ok
6632026-05-11T08:19:53.238Ztest gateway_router_advert_reply ... ok
6642026-05-11T08:19:53.238Ztest external_ip_epoch_affinity_preserved ... ok
6652026-05-11T08:19:53.238Ztest early_tcp_invalidation ... ok
6662026-05-11T08:19:53.238Ztest external_ip_reconfigurable ... ok
6672026-05-11T08:19:53.238Ztest guest_to_guest_no_route ... ok
6682026-05-11T08:19:53.238Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-05-11T08:19:53.238Ztest guest_to_internet_ipv4 ... ok
6702026-05-11T08:19:53.238Ztest icmp_inner_has_nat_applied ... ok
6712026-05-11T08:19:53.238Ztest guest_to_guest ... ok
6722026-05-11T08:19:53.238Ztest guest_to_internet_ipv6 ... ok
6732026-05-11T08:19:53.238Ztest icmpv6_inner_has_nat_applied ... ok
6742026-05-11T08:19:53.238Ztest inbound_ndp_dropped_at_gateway ... ok
6752026-05-11T08:19:53.238Ztest external_ip_receive_and_reply_on_all ... ok
6762026-05-11T08:19:53.238Ztest internal_attached_subnets ... ok
6772026-05-11T08:19:53.238Ztest packet_body_pullup ... ok
6782026-05-11T08:19:53.238Ztest intra_subnet_routes_with_custom ... ok
6792026-05-11T08:19:53.238Ztest no_panic_on_flow_table_full ... ok
6802026-05-11T08:19:53.238Ztest outbound_ndp_dropped ... ok
6812026-05-11T08:19:53.238Ztest external_ip_balanced_over_floating_ips ... ok
6822026-05-11T08:19:53.238Ztest port_transition_running ... ok
6832026-05-11T08:19:53.238Ztest port_transition_reset ... ok
6842026-05-11T08:19:53.238Ztest port_as_router_target ... ok
6852026-05-11T08:19:53.238Ztest test_drop_on_unknown_critical_option ... ok
6862026-05-11T08:19:53.238Ztest port_transition_pause ... ok
6872026-05-11T08:19:53.238Ztest select_eip_conditioned_on_igw ... ok
6882026-05-11T08:19:53.238Ztest snat_icmp4_echo_rewrite ... ok
6892026-05-11T08:19:53.238Ztest snat_icmp6_echo_rewrite ... ok
6902026-05-11T08:19:53.238Ztest test_ipv6_multicast_encapsulation ... ok
6912026-05-11T08:19:53.238Ztest tcp_outbound ... ok
6922026-05-11T08:19:53.238Ztest tcp_inbound ... ok
6932026-05-11T08:19:53.239Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6942026-05-11T08:19:53.239Ztest test_gateway_neighbor_advert_reply ... ok
6952026-05-11T08:19:53.239Ztest test_tcp_multicast_denied ... ok
6962026-05-11T08:19:53.239Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6972026-05-11T08:19:53.239Ztest uft_lft_invalidation_out ... ok
6982026-05-11T08:19:53.239Ztest uft_lft_invalidation_in ... ok
6992026-05-11T08:19:53.239Z
7002026-05-11T08:19:53.239Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7012026-05-11T08:19:53.239Z
7022026-05-11T08:19:53.239Z Doc-tests oxide_vpc
7032026-05-11T08:19:53.556Z
7042026-05-11T08:19:53.557Zrunning 0 tests
7052026-05-11T08:19:53.557Z
7062026-05-11T08:19:53.557Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-05-11T08:19:53.557Z
7082026-05-11T08:19:53.588Z
7092026-05-11T08:19:53.588Zreal 54.861792425
7102026-05-11T08:19:53.588Zuser 3:22.880109661
7112026-05-11T08:19:53.588Zsys 12.367304332
7122026-05-11T08:19:53.588Ztrap 0.098073068
7132026-05-11T08:19:53.588Ztflt 0.141538824
7142026-05-11T08:19:53.588Zdflt 0.249498922
7152026-05-11T08:19:53.588Zkflt 0.000004600
7162026-05-11T08:19:53.588Zlock 13:20.007057839
7172026-05-11T08:19:53.588Zslp 7:01.898981448
7182026-05-11T08:19:53.589Zlat 9.873368246
7192026-05-11T08:19:53.589Zstop 5.340351569
7202026-05-11T08:19:53.592Zprocess exited: duration 122697 ms, exit code 0
 
7212026-05-11T08:19:53.598Zfound 0 output files