01KMPQ10ZZNJZ5M6TDHW9RVZC1: oxide-vpc

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

Buildomat Job: 01KMPQ1F1K8XM0DNJ54P0HWC99

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-27T04:23:34.815Zjob assigned to worker 01KMPRFET626GHAK0ZCF40XGQ7 [factory aws, i-086034d4bd36e8994] (queued for 25 m 58 s)
 
22026-03-27T04:23:41.619Zstarting task 0: "setup"
32026-03-27T04:23:41.624Z++ uname -s
42026-03-27T04:23:41.627Z+ kern=SunOS
52026-03-27T04:23:41.627Z+ build_user=build
62026-03-27T04:23:41.627Z+ build_uid=12345
72026-03-27T04:23:41.627Z+ work_dir=/work
82026-03-27T04:23:41.627Z+ input_dir=/input
92026-03-27T04:23:41.627Z+ [[ 0 == 12345 ]]
102026-03-27T04:23:41.627Z+ case "$kern" in
112026-03-27T04:23:41.627Z+ groupadd -g 12345 build
122026-03-27T04:23:41.630Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-27T04:23:43.634Z+ zfs create -o mountpoint=/work rpool/work
142026-03-27T04:23:43.750Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-27T04:23:43.753Z+ home_fs=zfs
162026-03-27T04:23:43.754Z+ [[ zfs == autofs ]]
172026-03-27T04:23:43.754Z+ mkdir -p /home/build
182026-03-27T04:23:43.754Z+ chown build:build /home/build /work
192026-03-27T04:23:45.755Z+ chmod 0700 /home/build /work
202026-03-27T04:23:45.758Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-27T04:23:45.766Zstarting task 1: "rust-toolchain"
222026-03-27T04:23:45.770Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-27T04:23:45.770Z * rust toolchain channel = "1.93.1"
242026-03-27T04:23:45.770Z * rust toolchain profile = "default"
252026-03-27T04:23:45.770Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-27T04:23:45.770Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-27T04:23:45.770Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-27T04:23:45.773Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-27T04:23:45.773Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-27T04:23:45.868Zinfo: downloading installer
312026-03-27T04:23:47.484Zwarn: It looks like you have an existing installation of Rust at:
322026-03-27T04:23:47.484Zwarn: /opt/ooce/bin
332026-03-27T04:23:47.484Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-27T04:23:47.484Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-27T04:23:47.484Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-27T04:23:47.484Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-27T04:23:47.484Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-27T04:23:47.484Zerror: cannot install while Rust is installed
392026-03-27T04:23:47.484Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-27T04:23:47.484Zwarn: It looks like you have an existing rustup settings file at:
412026-03-27T04:23:47.484Zwarn: /home/build/.rustup/settings.toml
422026-03-27T04:23:47.484Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-27T04:23:47.484Zwarn: instead of the one inferred from the default host triple.
442026-03-27T04:23:47.499Zinfo: profile set to default
452026-03-27T04:23:47.499Zinfo: default host triple is x86_64-unknown-illumos
462026-03-27T04:23:47.502Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-27T04:23:47.645Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-27T04:23:47.648Zinfo: downloading 6 components
492026-03-27T04:24:02.311Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-27T04:24:02.311Z
512026-03-27T04:24:02.341Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-27T04:24:02.341Z
532026-03-27T04:24:02.341Z
542026-03-27T04:24:02.341ZRust is installed now. Great!
552026-03-27T04:24:02.341Z
562026-03-27T04:24:02.341ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-27T04:24:02.341Zenvironment variable. This has not been done automatically.
582026-03-27T04:24:02.341Z
592026-03-27T04:24:02.345ZTo configure your current shell, you need to source
602026-03-27T04:24:02.345Zthe corresponding env file under $HOME/.cargo.
612026-03-27T04:24:02.345Z
622026-03-27T04:24:02.345ZThis is usually done by running one of the following (note the leading DOT):
632026-03-27T04:24:02.345Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-27T04:24:02.345Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-27T04:24:02.345Zsource "~/.cargo/env.nu" # For nushell
662026-03-27T04:24:02.345Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-27T04:24:02.345Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-27T04:24:02.345Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-27T04:24:02.345Zwarn: no default linker (`cc`) was found in your PATH
702026-03-27T04:24:02.346Zwarn: many Rust crates require a system C toolchain to build
712026-03-27T04:24:02.444Z+ rustup --version
722026-03-27T04:24:02.452Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-27T04:24:02.456Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-27T04:24:02.473Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-27T04:24:02.476Z+ cargo --version
762026-03-27T04:24:02.489Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-27T04:24:02.492Z+ rustc --version
782026-03-27T04:24:02.511Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-27T04:24:02.514Zprocess exited: duration 16746 ms, exit code 0
 
802026-03-27T04:24:02.521Zstarting task 2: "authentication"
812026-03-27T04:24:02.537Zprocess exited: duration 16 ms, exit code 0
 
822026-03-27T04:24:02.543Zstarting task 3: "clone repository"
832026-03-27T04:24:02.546Z+ mkdir -p /work/oxidecomputer/opte
842026-03-27T04:24:02.550Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-27T04:24:02.582ZCloning into '/work/oxidecomputer/opte'...
862026-03-27T04:24:03.334Z+ cd /work/oxidecomputer/opte
872026-03-27T04:24:03.334Z+ git fetch origin 56e75ed31151689afa450c72cf51c5ae25ec8925
882026-03-27T04:24:03.558ZFrom https://github.com/oxidecomputer/opte
892026-03-27T04:24:03.558Z * branch 56e75ed31151689afa450c72cf51c5ae25ec8925 -> FETCH_HEAD
902026-03-27T04:24:03.564Z+ [[ -n renovate/uuid-1.x-lockfile ]]
912026-03-27T04:24:03.567Z++ git branch --show-current
922026-03-27T04:24:03.567Z+ current=master
932026-03-27T04:24:03.567Z+ [[ master != renovate/uuid-1.x-lockfile ]]
942026-03-27T04:24:03.568Z+ git branch -f renovate/uuid-1.x-lockfile 56e75ed31151689afa450c72cf51c5ae25ec8925
952026-03-27T04:24:03.570Z+ git checkout -f renovate/uuid-1.x-lockfile
962026-03-27T04:24:03.586ZSwitched to branch 'renovate/uuid-1.x-lockfile'
972026-03-27T04:24:03.589Z+ git reset --hard 56e75ed31151689afa450c72cf51c5ae25ec8925
982026-03-27T04:24:03.602ZHEAD is now at 56e75ed Update Rust crate uuid to v1.23.0
992026-03-27T04:24:03.605Zprocess exited: duration 1059 ms, exit code 0
 
1002026-03-27T04:24:03.611Zstarting task 4: "build"
1012026-03-27T04:24:03.615Z+ source .github/buildomat/common.sh
1022026-03-27T04:24:03.618Z++ rustup show active-toolchain
1032026-03-27T04:24:03.621Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-27T04:24:03.621Z++ pushd xde
1052026-03-27T04:24:03.624Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-27T04:24:03.624Z++ rustup show active-toolchain
1072026-03-27T04:24:03.627Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-27T04:24:03.800Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-27T04:24:03.803Zinfo: downloading 6 components
1102026-03-27T04:24:17.424Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-27T04:24:17.509Z+++ rustup show active-toolchain -v
1122026-03-27T04:24:17.514Z+++ head -n 1
1132026-03-27T04:24:17.514Z+++ cut '-d ' -f1
1142026-03-27T04:24:17.564Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-27T04:24:17.564Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-27T04:24:17.564Z++ popd
1172026-03-27T04:24:17.567Z/work/oxidecomputer/opte
1182026-03-27T04:24:17.567Z+ cargo --version
1192026-03-27T04:24:17.574Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-27T04:24:17.577Z+ rustc --version
1212026-03-27T04:24:17.595Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-27T04:24:17.598Z+ cd lib/oxide-vpc
1232026-03-27T04:24:17.598Z+ header 'check style'
1242026-03-27T04:24:17.598Z+ echo '# ==== check style ==== #'
1252026-03-27T04:24:17.598Z# ==== check style ==== #
1262026-03-27T04:24:17.598Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-27T04:24:17.724Z
1282026-03-27T04:24:17.724Zreal 0.123162510
1292026-03-27T04:24:17.724Zuser 0.087336003
1302026-03-27T04:24:17.724Zsys 0.032378470
1312026-03-27T04:24:17.724Ztrap 0.000017067
1322026-03-27T04:24:17.724Ztflt 0.000006116
1332026-03-27T04:24:17.727Zdflt 0.000023875
1342026-03-27T04:24:17.727Zkflt 0.000000000
1352026-03-27T04:24:17.727Zlock 0.045692463
1362026-03-27T04:24:17.727Zslp 0.106213678
1372026-03-27T04:24:17.727Zlat 0.001007036
1382026-03-27T04:24:17.727Zstop 0.000108865
1392026-03-27T04:24:17.727Z+ header 'check docs'
1402026-03-27T04:24:17.727Z+ echo '# ==== check docs ==== #'
1412026-03-27T04:24:17.727Z# ==== check docs ==== #
1422026-03-27T04:24:17.727Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-27T04:24:17.727Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-27T04:24:17.794Z Updating crates.io index
1452026-03-27T04:24:17.826Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-27T04:24:18.469Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-27T04:24:19.048Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-27T04:24:19.357Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-27T04:24:19.607Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-27T04:24:20.097Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-27T04:24:20.351Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-27T04:24:22.054Z Downloading crates ...
1532026-03-27T04:24:22.127Z Downloaded proc-macro-error-attr2 v2.0.0
1542026-03-27T04:24:22.130Z Downloaded managed v0.8.0
1552026-03-27T04:24:22.137Z Downloaded zmij v1.0.21
1562026-03-27T04:24:22.140Z Downloaded ident_case v1.0.1
1572026-03-27T04:24:22.143Z Downloaded dtrace-parser v0.3.0
1582026-03-27T04:24:22.143Z Downloaded serde_tokenstream v0.2.3
1592026-03-27T04:24:22.146Z Downloaded ref-cast-impl v1.0.25
1602026-03-27T04:24:22.146Z Downloaded byteorder v1.5.0
1612026-03-27T04:24:22.149Z Downloaded itertools v0.14.0
1622026-03-27T04:24:22.153Z Downloaded bitflags v2.11.0
1632026-03-27T04:24:22.156Z Downloaded block-buffer v0.10.4
1642026-03-27T04:24:22.166Z Downloaded hash32 v0.3.1
1652026-03-27T04:24:22.169Z Downloaded darling_macro v0.21.3
1662026-03-27T04:24:22.176Z Downloaded aho-corasick v1.1.4
1672026-03-27T04:24:22.180Z Downloaded tabwriter v1.4.1
1682026-03-27T04:24:22.183Z Downloaded darling v0.21.3
1692026-03-27T04:24:22.188Z Downloaded usdt-macro v0.6.0
1702026-03-27T04:24:22.191Z Downloaded bitflags v1.3.2
1712026-03-27T04:24:22.191Z Downloaded memmap2 v0.9.10
1722026-03-27T04:24:22.191Z Downloaded itoa v1.0.18
1732026-03-27T04:24:22.198Z Downloaded scroll_derive v0.13.1
1742026-03-27T04:24:22.201Z Downloaded pretty-hex v0.4.2
1752026-03-27T04:24:22.201Z Downloaded version_check v0.9.5
1762026-03-27T04:24:22.204Z Downloaded embedded-io v0.6.1
1772026-03-27T04:24:22.204Z Downloaded cpufeatures v0.2.17
1782026-03-27T04:24:22.204Z Downloaded either v1.15.0
1792026-03-27T04:24:22.207Z Downloaded dof v0.4.0
1802026-03-27T04:24:22.210Z Downloaded macaddr v1.0.1
1812026-03-27T04:24:22.210Z Downloaded embedded-io v0.4.0
1822026-03-27T04:24:22.213Z Downloaded ref-cast v1.0.25
1832026-03-27T04:24:22.216Z Downloaded crypto-common v0.1.7
1842026-03-27T04:24:22.219Z Downloaded plain v0.2.3
1852026-03-27T04:24:22.219Z Downloaded sha2 v0.10.9
1862026-03-27T04:24:22.223Z Downloaded dyn-clone v1.0.20
1872026-03-27T04:24:22.231Z Downloaded cobs v0.3.0
1882026-03-27T04:24:22.239Z Downloaded stable_deref_trait v1.2.1
1892026-03-27T04:24:22.247Z Downloaded strsim v0.11.1
1902026-03-27T04:24:22.251Z Downloaded proc-macro-error2 v2.0.1
1912026-03-27T04:24:22.254Z Downloaded pest_generator v2.8.6
1922026-03-27T04:24:22.254Z Downloaded ingot v0.1.1
1932026-03-27T04:24:22.257Z Downloaded defmt v1.0.1
1942026-03-27T04:24:22.257Z Downloaded thread-id v5.1.0
1952026-03-27T04:24:22.262Z Downloaded usdt v0.6.0
1962026-03-27T04:24:22.265Z Downloaded generic-array v0.14.7
1972026-03-27T04:24:22.268Z Downloaded defmt v0.3.100
1982026-03-27T04:24:22.271Z Downloaded defmt-parser v1.0.0
1992026-03-27T04:24:22.274Z Downloaded usdt-attr-macro v0.6.0
2002026-03-27T04:24:22.277Z Downloaded cfg-if v1.0.4
2012026-03-27T04:24:22.277Z Downloaded digest v0.10.7
2022026-03-27T04:24:22.286Z Downloaded pest_meta v2.8.6
2032026-03-27T04:24:22.289Z Downloaded fnv v1.0.7
2042026-03-27T04:24:22.292Z Downloaded usdt-impl v0.6.0
2052026-03-27T04:24:22.299Z Downloaded scroll v0.13.0
2062026-03-27T04:24:22.302Z Downloaded ipnetwork v0.21.1
2072026-03-27T04:24:22.302Z Downloaded ingot-types v0.1.2
2082026-03-27T04:24:22.303Z Downloaded defmt-macros v1.0.1
2092026-03-27T04:24:22.305Z Downloaded quote v1.0.45
2102026-03-27T04:24:22.308Z Downloaded thiserror v2.0.18
2112026-03-27T04:24:22.320Z Downloaded postcard v1.1.3
2122026-03-27T04:24:22.326Z Downloaded ucd-trie v0.1.7
2132026-03-27T04:24:22.334Z Downloaded thiserror-impl v2.0.18
2142026-03-27T04:24:22.338Z Downloaded ingot-macros v0.1.1
2152026-03-27T04:24:22.346Z Downloaded uuid v1.23.0
2162026-03-27T04:24:22.355Z Downloaded proc-macro2 v1.0.106
2172026-03-27T04:24:22.358Z Downloaded log v0.4.29
2182026-03-27T04:24:22.363Z Downloaded crc32fast v1.5.0
2192026-03-27T04:24:22.366Z Downloaded unicode-ident v1.0.24
2202026-03-27T04:24:22.366Z Downloaded serde_derive v1.0.228
2212026-03-27T04:24:22.369Z Downloaded serde_core v1.0.228
2222026-03-27T04:24:22.375Z Downloaded pest_derive v2.8.6
2232026-03-27T04:24:22.379Z Downloaded typenum v1.19.0
2242026-03-27T04:24:22.382Z Downloaded heapless v0.8.0
2252026-03-27T04:24:22.390Z Downloaded serde v1.0.228
2262026-03-27T04:24:22.393Z Downloaded zerocopy-derive v0.8.47
2272026-03-27T04:24:22.400Z Downloaded memchr v2.8.0
2282026-03-27T04:24:22.404Z Downloaded darling_core v0.21.3
2292026-03-27T04:24:22.417Z Downloaded pest v2.8.6
2302026-03-27T04:24:22.447Z Downloaded serde_json v1.0.149
2312026-03-27T04:24:22.458Z Downloaded regex v1.12.3
2322026-03-27T04:24:22.467Z Downloaded unicode-width v0.2.2
2332026-03-27T04:24:22.475Z Downloaded goblin v0.10.5
2342026-03-27T04:24:22.516Z Downloaded zerocopy v0.8.47
2352026-03-27T04:24:22.526Z Downloaded smoltcp v0.11.0
2362026-03-27T04:24:22.532Z Downloaded syn v2.0.117
2372026-03-27T04:24:22.539Z Downloaded regex-syntax v0.8.10
2382026-03-27T04:24:22.582Z Downloaded regex-automata v0.4.14
2392026-03-27T04:24:22.594Z Downloaded libc v0.2.183
2402026-03-27T04:24:22.653Z Compiling proc-macro2 v1.0.106
2412026-03-27T04:24:22.654Z Compiling quote v1.0.45
2422026-03-27T04:24:22.654Z Compiling unicode-ident v1.0.24
2432026-03-27T04:24:22.657Z Documenting unicode-ident v1.0.24
2442026-03-27T04:24:22.657Z Compiling serde_core v1.0.228
2452026-03-27T04:24:22.657Z Compiling ident_case v1.0.1
2462026-03-27T04:24:22.657Z Compiling strsim v0.11.1
2472026-03-27T04:24:22.806Z Compiling fnv v1.0.7
2482026-03-27T04:24:22.823Z Compiling memchr v2.8.0
2492026-03-27T04:24:22.827Z Compiling serde v1.0.228
2502026-03-27T04:24:23.072Z Compiling thiserror v2.0.18
2512026-03-27T04:24:23.097Z Compiling zerocopy v0.8.47
2522026-03-27T04:24:23.125Z Compiling regex-syntax v0.8.10
2532026-03-27T04:24:23.279Z Documenting proc-macro2 v1.0.106
2542026-03-27T04:24:23.378Z Compiling aho-corasick v1.1.4
2552026-03-27T04:24:23.547Z Compiling either v1.15.0
2562026-03-27T04:24:23.702Z Compiling syn v2.0.117
2572026-03-27T04:24:23.733Z Checking byteorder v1.5.0
2582026-03-27T04:24:23.740Z Compiling itertools v0.14.0
2592026-03-27T04:24:23.826Z Documenting quote v1.0.45
2602026-03-27T04:24:24.310Z Documenting syn v2.0.117
2612026-03-27T04:24:24.468Z Documenting fnv v1.0.7
2622026-03-27T04:24:24.528Z Compiling heapless v0.8.0
2632026-03-27T04:24:24.760Z Compiling regex-automata v0.4.14
2642026-03-27T04:24:24.903Z Documenting ident_case v1.0.1
2652026-03-27T04:24:24.946Z Documenting strsim v0.11.1
2662026-03-27T04:24:25.317Z Checking bitflags v2.11.0
2672026-03-27T04:24:25.339Z Checking hash32 v0.3.1
2682026-03-27T04:24:25.405Z Documenting serde_core v1.0.228
2692026-03-27T04:24:25.443Z Checking stable_deref_trait v1.2.1
2702026-03-27T04:24:25.463Z Documenting memchr v2.8.0
2712026-03-27T04:24:25.504Z Checking macaddr v1.0.1
2722026-03-27T04:24:25.622Z Checking darling_core v0.21.3
2732026-03-27T04:24:25.640Z Checking cfg-if v1.0.4
2742026-03-27T04:24:25.697Z Compiling smoltcp v0.11.0
2752026-03-27T04:24:26.221Z Documenting aho-corasick v1.1.4
2762026-03-27T04:24:26.278Z Documenting darling_core v0.21.3
2772026-03-27T04:24:26.586Z Compiling regex v1.12.3
2782026-03-27T04:24:26.986Z Documenting regex-syntax v0.8.10
2792026-03-27T04:24:27.108Z Checking bitflags v1.3.2
2802026-03-27T04:24:27.166Z Checking managed v0.8.0
2812026-03-27T04:24:27.279Z Compiling thiserror-impl v2.0.18
2822026-03-27T04:24:27.334Z Compiling zerocopy-derive v0.8.47
2832026-03-27T04:24:27.342Z Compiling serde_derive v1.0.228
2842026-03-27T04:24:27.430Z Documenting darling_macro v0.21.3
2852026-03-27T04:24:27.749Z Documenting zerocopy-derive v0.8.47
2862026-03-27T04:24:28.034Z Documenting regex-automata v0.4.14
2872026-03-27T04:24:28.118Z Documenting serde_derive v1.0.228
2882026-03-27T04:24:28.162Z Compiling darling_macro v0.21.3
2892026-03-27T04:24:28.554Z Documenting thiserror-impl v2.0.18
2902026-03-27T04:24:28.585Z Checking cobs v0.3.0
2912026-03-27T04:24:28.663Z Documenting byteorder v1.5.0
2922026-03-27T04:24:28.709Z Compiling ref-cast v1.0.25
2932026-03-27T04:24:28.726Z Compiling darling v0.21.3
2942026-03-27T04:24:28.798Z Compiling ingot-macros v0.1.1
2952026-03-27T04:24:29.023Z Documenting darling v0.21.3
2962026-03-27T04:24:29.241Z Compiling crc32fast v1.5.0
2972026-03-27T04:24:29.281Z Documenting hash32 v0.3.1
2982026-03-27T04:24:29.598Z Documenting regex v1.12.3
2992026-03-27T04:24:29.615Z Documenting zerocopy v0.8.47
3002026-03-27T04:24:29.660Z Documenting thiserror v2.0.18
3012026-03-27T04:24:29.996Z Documenting serde v1.0.228
3022026-03-27T04:24:30.180Z Compiling ref-cast-impl v1.0.25
3032026-03-27T04:24:30.340Z Checking postcard v1.1.3
3042026-03-27T04:24:30.463Z Documenting ingot-macros v0.1.1
3052026-03-27T04:24:30.604Z Documenting bitflags v2.11.0
3062026-03-27T04:24:30.777Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-03-27T04:24:31.062Z Checking unicode-width v0.2.2
3082026-03-27T04:24:31.103Z Documenting cfg-if v1.0.4
3092026-03-27T04:24:31.310Z Documenting stable_deref_trait v1.2.1
3102026-03-27T04:24:31.423Z Documenting macaddr v1.0.1
3112026-03-27T04:24:31.475Z Compiling version_check v0.9.5
3122026-03-27T04:24:31.479Z Checking ingot-types v0.1.2
3132026-03-27T04:24:31.563Z Checking ipnetwork v0.21.1
3142026-03-27T04:24:31.656Z Documenting cobs v0.3.0
3152026-03-27T04:24:31.735Z Documenting managed v0.8.0
3162026-03-27T04:24:31.742Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3172026-03-27T04:24:31.807Z Checking ingot v0.1.1
3182026-03-27T04:24:32.018Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-27T04:24:32.075Z Documenting heapless v0.8.0
3202026-03-27T04:24:32.283Z Checking tabwriter v1.4.1
3212026-03-27T04:24:32.506Z Documenting postcard v1.1.3
3222026-03-27T04:24:32.647Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-03-27T04:24:32.654Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-03-27T04:24:32.995Z Documenting ingot-types v0.1.2
3252026-03-27T04:24:33.009Z Documenting ref-cast-impl v1.0.25
3262026-03-27T04:24:33.191Z Documenting unicode-width v0.2.2
3272026-03-27T04:24:33.265Z Documenting either v1.15.0
3282026-03-27T04:24:33.324Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-03-27T04:24:33.336Z Checking dyn-clone v1.0.20
3302026-03-27T04:24:33.430Z Documenting ipnetwork v0.21.1
3312026-03-27T04:24:33.539Z Documenting smoltcp v0.11.0
3322026-03-27T04:24:33.769Z Documenting crc32fast v1.5.0
3332026-03-27T04:24:34.023Z Documenting ref-cast v1.0.25
3342026-03-27T04:24:34.158Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3352026-03-27T04:24:34.314Z Documenting ingot v0.1.1
3362026-03-27T04:24:34.525Z Documenting itertools v0.14.0
3372026-03-27T04:24:34.775Z Documenting tabwriter v1.4.1
3382026-03-27T04:24:35.052Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-03-27T04:24:35.287Z Documenting dyn-clone v1.0.20
3402026-03-27T04:24:35.880Z Documenting uuid v1.23.0
3412026-03-27T04:24:36.216Z Checking uuid v1.23.0
3422026-03-27T04:24:36.456Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-03-27T04:24:36.692Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-27T04:24:37.383Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-03-27T04:24:39.087Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-27T04:24:41.269Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-27T04:24:42.846Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.11s
3482026-03-27T04:24:42.936Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-27T04:24:42.954Z
3502026-03-27T04:24:42.957Zreal 25.208734897
3512026-03-27T04:24:42.957Zuser 1:20.566522093
3522026-03-27T04:24:42.957Zsys 16.870132277
3532026-03-27T04:24:42.957Ztrap 0.043034846
3542026-03-27T04:24:42.957Ztflt 0.096426618
3552026-03-27T04:24:42.957Zdflt 0.054447301
3562026-03-27T04:24:42.957Zkflt 0.004931569
3572026-03-27T04:24:42.957Zlock 8:57.720987408
3582026-03-27T04:24:42.957Zslp 4:56.798540341
3592026-03-27T04:24:42.957Zlat 7.097168036
3602026-03-27T04:24:42.957Zstop 9.513729864
3612026-03-27T04:24:42.957Z+ header 'analyze std + api + usdt'
3622026-03-27T04:24:42.957Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-27T04:24:42.957Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3642026-03-27T04:24:42.957Z# ==== analyze std + api + usdt ==== #
3652026-03-27T04:24:43.139Z Downloading crates ...
3662026-03-27T04:24:43.203Z Downloaded futures-core v0.3.32
3672026-03-27T04:24:43.206Z Downloaded ctor-proc-macro v0.0.7
3682026-03-27T04:24:43.214Z Downloaded dtor-proc-macro v0.0.6
3692026-03-27T04:24:43.224Z Downloaded futures v0.3.32
3702026-03-27T04:24:43.230Z Downloaded futures-macro v0.3.32
3712026-03-27T04:24:43.233Z Downloaded futures-channel v0.3.32
3722026-03-27T04:24:43.233Z Downloaded dtor v0.1.1
3732026-03-27T04:24:43.237Z Downloaded futures-io v0.3.32
3742026-03-27T04:24:43.237Z Downloaded futures-executor v0.3.32
3752026-03-27T04:24:43.242Z Downloaded once_cell v1.21.4
3762026-03-27T04:24:43.245Z Downloaded ctor v0.6.3
3772026-03-27T04:24:43.245Z Downloaded circular v0.3.0
3782026-03-27T04:24:43.245Z Downloaded anyhow v1.0.102
3792026-03-27T04:24:43.248Z Downloaded futures-task v0.3.32
3802026-03-27T04:24:43.251Z Downloaded typeid v1.0.3
3812026-03-27T04:24:43.251Z Downloaded rusticata-macros v5.0.0
3822026-03-27T04:24:43.254Z Downloaded slab v0.4.12
3832026-03-27T04:24:43.255Z Downloaded futures-sink v0.3.32
3842026-03-27T04:24:43.258Z Downloaded cookie-factory v0.3.3
3852026-03-27T04:24:43.258Z Downloaded pin-project-lite v0.2.17
3862026-03-27T04:24:43.272Z Downloaded nom v8.0.0
3872026-03-27T04:24:43.283Z Downloaded ron v0.12.0
3882026-03-27T04:24:43.290Z Downloaded pcap-parser v0.17.0
3892026-03-27T04:24:43.295Z Downloaded futures-util v0.3.32
3902026-03-27T04:24:43.348Z Compiling proc-macro2 v1.0.106
3912026-03-27T04:24:43.348Z Compiling quote v1.0.45
3922026-03-27T04:24:43.348Z Compiling unicode-ident v1.0.24
3932026-03-27T04:24:43.351Z Compiling memchr v2.8.0
3942026-03-27T04:24:43.351Z Compiling thiserror v2.0.18
3952026-03-27T04:24:43.351Z Compiling serde_core v1.0.228
3962026-03-27T04:24:43.351Z Compiling zerocopy v0.8.47
3972026-03-27T04:24:43.525Z Compiling zmij v1.0.21
3982026-03-27T04:24:43.732Z Compiling libc v0.2.183
3992026-03-27T04:24:43.741Z Compiling ucd-trie v0.1.7
4002026-03-27T04:24:43.749Z Compiling serde_json v1.0.149
4012026-03-27T04:24:43.813Z Compiling serde v1.0.228
4022026-03-27T04:24:43.933Z Compiling pest v2.8.6
4032026-03-27T04:24:43.969Z Compiling strsim v0.11.1
4042026-03-27T04:24:44.141Z Compiling fnv v1.0.7
4052026-03-27T04:24:44.151Z Compiling ident_case v1.0.1
4062026-03-27T04:24:44.357Z Compiling aho-corasick v1.1.4
4072026-03-27T04:24:44.470Z Compiling regex-syntax v0.8.10
4082026-03-27T04:24:44.569Z Compiling syn v2.0.117
4092026-03-27T04:24:44.591Z Compiling itoa v1.0.18
4102026-03-27T04:24:44.632Z Checking byteorder v1.5.0
4112026-03-27T04:24:45.074Z Compiling pest_meta v2.8.6
4122026-03-27T04:24:45.105Z Compiling either v1.15.0
4132026-03-27T04:24:45.193Z Compiling usdt-impl v0.6.0
4142026-03-27T04:24:45.294Z Compiling itertools v0.14.0
4152026-03-27T04:24:45.445Z Checking bitflags v2.11.0
4162026-03-27T04:24:45.515Z Compiling thread-id v5.1.0
4172026-03-27T04:24:45.876Z Compiling regex-automata v0.4.14
4182026-03-27T04:24:46.101Z Checking futures-core v0.3.32
4192026-03-27T04:24:46.131Z Checking futures-sink v0.3.32
4202026-03-27T04:24:46.219Z Compiling heapless v0.8.0
4212026-03-27T04:24:46.223Z Checking log v0.4.29
4222026-03-27T04:24:46.363Z Checking plain v0.2.3
4232026-03-27T04:24:46.391Z Checking futures-channel v0.3.32
4242026-03-27T04:24:46.580Z Checking hash32 v0.3.1
4252026-03-27T04:24:46.672Z Compiling smoltcp v0.11.0
4262026-03-27T04:24:46.676Z Checking cfg-if v1.0.4
4272026-03-27T04:24:46.695Z Checking pretty-hex v0.4.2
4282026-03-27T04:24:46.725Z Checking stable_deref_trait v1.2.1
4292026-03-27T04:24:46.732Z Checking slab v0.4.12
4302026-03-27T04:24:46.789Z Checking macaddr v1.0.1
4312026-03-27T04:24:46.804Z Checking futures-task v0.3.32
4322026-03-27T04:24:46.883Z Checking futures-io v0.3.32
4332026-03-27T04:24:46.930Z Checking pin-project-lite v0.2.17
4342026-03-27T04:24:47.007Z Compiling pest_generator v2.8.6
4352026-03-27T04:24:47.009Z Compiling darling_core v0.21.3
4362026-03-27T04:24:47.241Z Checking bitflags v1.3.2
4372026-03-27T04:24:47.302Z Compiling version_check v0.9.5
4382026-03-27T04:24:47.347Z Checking managed v0.8.0
4392026-03-27T04:24:47.525Z Compiling crc32fast v1.5.0
4402026-03-27T04:24:47.540Z Compiling ref-cast v1.0.25
4412026-03-27T04:24:47.562Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4422026-03-27T04:24:47.613Z Compiling regex v1.12.3
4432026-03-27T04:24:47.839Z Checking memmap2 v0.9.10
4442026-03-27T04:24:47.880Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-27T04:24:47.990Z Checking unicode-width v0.2.2
4462026-03-27T04:24:48.143Z Checking ipnetwork v0.21.1
4472026-03-27T04:24:48.229Z Checking tabwriter v1.4.1
4482026-03-27T04:24:48.235Z Compiling serde_derive v1.0.228
4492026-03-27T04:24:48.309Z Compiling thiserror-impl v2.0.18
4502026-03-27T04:24:48.366Z Compiling zerocopy-derive v0.8.47
4512026-03-27T04:24:48.482Z Compiling pest_derive v2.8.6
4522026-03-27T04:24:48.881Z Compiling scroll_derive v0.13.1
4532026-03-27T04:24:48.983Z Compiling futures-macro v0.3.32
4542026-03-27T04:24:48.987Z Compiling ref-cast-impl v1.0.25
4552026-03-27T04:24:49.082Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-03-27T04:24:49.093Z Compiling darling_macro v0.21.3
4572026-03-27T04:24:49.612Z Checking cobs v0.3.0
4582026-03-27T04:24:49.624Z Compiling darling v0.21.3
4592026-03-27T04:24:49.651Z Compiling dtrace-parser v0.3.0
4602026-03-27T04:24:49.686Z Checking scroll v0.13.0
4612026-03-27T04:24:49.689Z Compiling ingot-macros v0.1.1
4622026-03-27T04:24:49.790Z Checking futures-util v0.3.32
4632026-03-27T04:24:49.873Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4642026-03-27T04:24:49.892Z Checking goblin v0.10.5
4652026-03-27T04:24:50.479Z Checking nom v8.0.0
4662026-03-27T04:24:50.574Z Checking dyn-clone v1.0.20
4672026-03-27T04:24:50.670Z Compiling typeid v1.0.3
4682026-03-27T04:24:51.313Z Checking postcard v1.1.3
4692026-03-27T04:24:51.448Z Compiling serde_tokenstream v0.2.3
4702026-03-27T04:24:51.590Z Compiling anyhow v1.0.102
4712026-03-27T04:24:51.692Z Checking futures-executor v0.3.32
4722026-03-27T04:24:51.764Z Checking uuid v1.23.0
4732026-03-27T04:24:51.830Z Checking futures v0.3.32
4742026-03-27T04:24:51.895Z Checking cookie-factory v0.3.3
4752026-03-27T04:24:52.020Z Compiling dtor-proc-macro v0.0.6
4762026-03-27T04:24:52.110Z Checking circular v0.3.0
4772026-03-27T04:24:52.140Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-03-27T04:24:52.336Z Checking once_cell v1.21.4
4792026-03-27T04:24:52.341Z Compiling ctor-proc-macro v0.0.7
4802026-03-27T04:24:52.362Z Checking dtor v0.1.1
4812026-03-27T04:24:52.433Z Checking rusticata-macros v5.0.0
4822026-03-27T04:24:52.456Z Checking ron v0.12.0
4832026-03-27T04:24:52.497Z Checking ingot-types v0.1.2
4842026-03-27T04:24:52.497Z Checking dof v0.4.0
4852026-03-27T04:24:52.555Z Checking pcap-parser v0.17.0
4862026-03-27T04:24:52.646Z Checking ctor v0.6.3
4872026-03-27T04:24:52.812Z Checking ingot v0.1.1
4882026-03-27T04:24:53.381Z Compiling usdt-attr-macro v0.6.0
4892026-03-27T04:24:53.381Z Compiling usdt-macro v0.6.0
4902026-03-27T04:24:53.960Z Checking usdt v0.6.0
4912026-03-27T04:24:54.236Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-27T04:24:58.513Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-27T04:25:00.049Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-27T04:25:02.264Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.25s
4952026-03-27T04:25:02.296Z
4962026-03-27T04:25:02.300Zreal 19.333564189
4972026-03-27T04:25:02.300Zuser 1:09.795910060
4982026-03-27T04:25:02.300Zsys 14.603061497
4992026-03-27T04:25:02.300Ztrap 0.038434630
5002026-03-27T04:25:02.300Ztflt 0.185006897
5012026-03-27T04:25:02.300Zdflt 0.158110032
5022026-03-27T04:25:02.300Zkflt 0.000027203
5032026-03-27T04:25:02.300Zlock 3:54.096754603
5042026-03-27T04:25:02.300Zslp 3:42.053212057
5052026-03-27T04:25:02.300Zlat 3.914942606
5062026-03-27T04:25:02.300Zstop 8.002512183
5072026-03-27T04:25:02.300Z+ header 'analyze no_std + engine + kernel'
5082026-03-27T04:25:02.300Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-27T04:25:02.300Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5102026-03-27T04:25:02.300Z# ==== analyze no_std + engine + kernel ==== #
5112026-03-27T04:25:02.474Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-27T04:25:02.474Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-27T04:25:02.477Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-27T04:25:02.497Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-27T04:25:02.735Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-27T04:25:06.868Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-27T04:25:08.330Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.99s
5182026-03-27T04:25:08.358Z
5192026-03-27T04:25:08.358Zreal 6.056439860
5202026-03-27T04:25:08.358Zuser 6.301409673
5212026-03-27T04:25:08.358Zsys 0.994638121
5222026-03-27T04:25:08.358Ztrap 0.000814473
5232026-03-27T04:25:08.358Ztflt 0.004932901
5242026-03-27T04:25:08.358Zdflt 0.001987010
5252026-03-27T04:25:08.358Zkflt 0.000000000
5262026-03-27T04:25:08.358Zlock 21.071058814
5272026-03-27T04:25:08.358Zslp 22.116648282
5282026-03-27T04:25:08.358Zlat 0.021066703
5292026-03-27T04:25:08.362Zstop 0.239146820
5302026-03-27T04:25:08.362Z+ header test
5312026-03-27T04:25:08.362Z+ echo '# ==== test ==== #'
5322026-03-27T04:25:08.362Z# ==== test ==== #
5332026-03-27T04:25:08.362Z+ ptime -m cargo test
5342026-03-27T04:25:08.512Z Compiling memchr v2.8.0
5352026-03-27T04:25:08.512Z Compiling serde_core v1.0.228
5362026-03-27T04:25:08.535Z Compiling thiserror v2.0.18
5372026-03-27T04:25:08.538Z Compiling zerocopy v0.8.47
5382026-03-27T04:25:08.541Z Compiling unicode-ident v1.0.24
5392026-03-27T04:25:08.541Z Compiling byteorder v1.5.0
5402026-03-27T04:25:08.544Z Compiling libc v0.2.183
5412026-03-27T04:25:08.545Z Compiling zmij v1.0.21
5422026-03-27T04:25:08.618Z Compiling proc-macro2 v1.0.106
5432026-03-27T04:25:08.662Z Compiling scroll v0.13.0
5442026-03-27T04:25:08.746Z Compiling ucd-trie v0.1.7
5452026-03-27T04:25:08.899Z Compiling plain v0.2.3
5462026-03-27T04:25:08.903Z Compiling futures-sink v0.3.32
5472026-03-27T04:25:08.923Z Compiling itoa v1.0.18
5482026-03-27T04:25:08.989Z Compiling futures-core v0.3.32
5492026-03-27T04:25:08.993Z Compiling log v0.4.29
5502026-03-27T04:25:09.147Z Compiling goblin v0.10.5
5512026-03-27T04:25:09.175Z Compiling futures-channel v0.3.32
5522026-03-27T04:25:09.199Z Compiling quote v1.0.45
5532026-03-27T04:25:09.401Z Compiling pest v2.8.6
5542026-03-27T04:25:09.458Z Compiling hash32 v0.3.1
5552026-03-27T04:25:09.622Z Compiling pin-project-lite v0.2.17
5562026-03-27T04:25:09.712Z Compiling futures-io v0.3.32
5572026-03-27T04:25:09.847Z Compiling stable_deref_trait v1.2.1
5582026-03-27T04:25:09.896Z Compiling macaddr v1.0.1
5592026-03-27T04:25:09.918Z Compiling slab v0.4.12
5602026-03-27T04:25:10.075Z Compiling cfg-if v1.0.4
5612026-03-27T04:25:10.094Z Compiling pretty-hex v0.4.2
5622026-03-27T04:25:10.135Z Compiling futures-task v0.3.32
5632026-03-27T04:25:10.141Z Compiling heapless v0.8.0
5642026-03-27T04:25:10.222Z Compiling syn v2.0.117
5652026-03-27T04:25:10.319Z Compiling serde v1.0.228
5662026-03-27T04:25:10.460Z Compiling bitflags v2.11.0
5672026-03-27T04:25:10.585Z Compiling serde_json v1.0.149
5682026-03-27T04:25:10.866Z Compiling dtrace-parser v0.3.0
5692026-03-27T04:25:10.950Z Compiling futures-util v0.3.32
5702026-03-27T04:25:11.152Z Compiling thread-id v5.1.0
5712026-03-27T04:25:11.225Z Compiling cobs v0.3.0
5722026-03-27T04:25:11.364Z Compiling ingot-types v0.1.2
5732026-03-27T04:25:11.507Z Compiling bitflags v1.3.2
5742026-03-27T04:25:11.521Z Compiling managed v0.8.0
5752026-03-27T04:25:11.572Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5762026-03-27T04:25:11.740Z Compiling ingot v0.1.1
5772026-03-27T04:25:11.760Z Compiling smoltcp v0.11.0
5782026-03-27T04:25:11.808Z Compiling postcard v1.1.3
5792026-03-27T04:25:12.150Z Compiling dof v0.4.0
5802026-03-27T04:25:13.622Z Compiling futures-executor v0.3.32
5812026-03-27T04:25:13.793Z Compiling usdt-impl v0.6.0
5822026-03-27T04:25:13.964Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-03-27T04:25:14.232Z Compiling memmap2 v0.9.10
5842026-03-27T04:25:14.331Z Compiling ipnetwork v0.21.1
5852026-03-27T04:25:14.520Z Compiling unicode-width v0.2.2
5862026-03-27T04:25:14.546Z Compiling either v1.15.0
5872026-03-27T04:25:14.723Z Compiling itertools v0.14.0
5882026-03-27T04:25:14.823Z Compiling tabwriter v1.4.1
5892026-03-27T04:25:14.855Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5902026-03-27T04:25:15.242Z Compiling usdt v0.6.0
5912026-03-27T04:25:15.680Z Compiling ref-cast v1.0.25
5922026-03-27T04:25:15.777Z Compiling futures v0.3.32
5932026-03-27T04:25:15.850Z Compiling crc32fast v1.5.0
5942026-03-27T04:25:15.886Z Compiling nom v8.0.0
5952026-03-27T04:25:16.082Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-27T04:25:16.102Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-27T04:25:16.180Z Compiling dyn-clone v1.0.20
5982026-03-27T04:25:16.367Z Compiling cookie-factory v0.3.3
5992026-03-27T04:25:16.680Z Compiling uuid v1.23.0
6002026-03-27T04:25:16.692Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6012026-03-27T04:25:16.941Z Compiling circular v0.3.0
6022026-03-27T04:25:17.207Z Compiling dtor v0.1.1
6032026-03-27T04:25:17.280Z Compiling anyhow v1.0.102
6042026-03-27T04:25:17.292Z Compiling typeid v1.0.3
6052026-03-27T04:25:17.297Z Compiling once_cell v1.21.4
6062026-03-27T04:25:17.402Z Compiling ctor v0.6.3
6072026-03-27T04:25:17.454Z Compiling ron v0.12.0
6082026-03-27T04:25:18.522Z Compiling rusticata-macros v5.0.0
6092026-03-27T04:25:18.838Z Compiling pcap-parser v0.17.0
6102026-03-27T04:25:21.352Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-27T04:25:23.566Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-27T04:26:02.273Z Finished `test` profile [optimized + debuginfo] target(s) in 53.90s
6132026-03-27T04:26:02.290Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-ccb47ec2e985b11c)
6142026-03-27T04:26:02.293Z
6152026-03-27T04:26:02.293Zrunning 15 tests
6162026-03-27T04:26:02.293Ztest api::tests::parse_good_proto_filter ... ok
6172026-03-27T04:26:02.293Ztest api::tests::ports_from_str_good ... ok
6182026-03-27T04:26:02.293Ztest api::tests::ports_from_str_bad ... ok
6192026-03-27T04:26:02.293Ztest api::tests::parse_bad_proto_filter ... ok
6202026-03-27T04:26:02.293Ztest api::tests::parse_bad_address ... ok
6212026-03-27T04:26:02.293Ztest cfg::tests::test_required_nat_space ... ok
6222026-03-27T04:26:02.293Ztest api::tests::parse_good_address ... ok
6232026-03-27T04:26:02.293Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-27T04:26:02.293Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-27T04:26:02.293Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-03-27T04:26:02.293Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-03-27T04:26:02.293Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6282026-03-27T04:26:02.293Ztest engine::geneve::test::parse_single_opt ... ok
6292026-03-27T04:26:02.293Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-03-27T04:26:02.296Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-27T04:26:02.296Z
6322026-03-27T04:26:02.296Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-27T04:26:02.296Z
6342026-03-27T04:26:02.297Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-c9647a4b227b1474)
6352026-03-27T04:26:02.297Z
6362026-03-27T04:26:02.297Zrunning 4 tests
6372026-03-27T04:26:02.300Ztest firewall_vni_outbound ... ok
6382026-03-27T04:26:02.300Ztest firewall_external_inbound ... ok
6392026-03-27T04:26:02.300Ztest firewall_vni_inbound ... ok
6402026-03-27T04:26:02.300Ztest firewall_replace_rules ... ok
6412026-03-27T04:26:02.300Z
6422026-03-27T04:26:02.300Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-27T04:26:02.300Z
6442026-03-27T04:26:02.300Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-ba6a8a6612db16e0)
6452026-03-27T04:26:02.300Z
6462026-03-27T04:26:02.300Zrunning 2 tests
6472026-03-27T04:26:02.300Ztest parse_out_regression ... ok
6482026-03-27T04:26:02.300Ztest parse_in_regression ... ok
6492026-03-27T04:26:02.300Z
6502026-03-27T04:26:02.300Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-27T04:26:02.300Z
6522026-03-27T04:26:02.307Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-9fee53c9a93a82a6)
6532026-03-27T04:26:02.307Z
6542026-03-27T04:26:02.307Zrunning 47 tests
6552026-03-27T04:26:02.307Ztest bad_ip_len ... ok
6562026-03-27T04:26:02.307Ztest check_layers ... ok
6572026-03-27T04:26:02.307Ztest add_remove_fw_rule ... ok
6582026-03-27T04:26:02.307Ztest external_attached_subnets_cannot_reach_internal ... ok
6592026-03-27T04:26:02.307Ztest arp_gateway ... ok
6602026-03-27T04:26:02.308Ztest anti_spoof ... ok
6612026-03-27T04:26:02.308Ztest external_attached_subnets_dont_apply_nat ... ok
6622026-03-27T04:26:02.308Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6632026-03-27T04:26:02.308Ztest flow_expiration ... ok
6642026-03-27T04:26:02.308Ztest external_ip_epoch_affinity_preserved ... ok
6652026-03-27T04:26:02.308Ztest gateway_icmp4_ping ... ok
6662026-03-27T04:26:02.308Ztest gateway_icmpv6_ping ... ok
6672026-03-27T04:26:02.308Ztest external_ip_reconfigurable ... ok
6682026-03-27T04:26:02.308Ztest early_tcp_invalidation ... ok
6692026-03-27T04:26:02.308Ztest gateway_router_advert_reply ... ok
6702026-03-27T04:26:02.308Ztest guest_to_guest_no_route ... ok
6712026-03-27T04:26:02.308Ztest guest_to_guest_diff_vpc_no_peer ... ok
6722026-03-27T04:26:02.308Ztest guest_to_internet_ipv4 ... ok
6732026-03-27T04:26:02.308Ztest icmp_inner_has_nat_applied ... ok
6742026-03-27T04:26:02.308Ztest guest_to_guest ... ok
6752026-03-27T04:26:02.308Ztest inbound_ndp_dropped_at_gateway ... ok
6762026-03-27T04:26:02.308Ztest guest_to_internet_ipv6 ... ok
6772026-03-27T04:26:02.308Ztest icmpv6_inner_has_nat_applied ... ok
6782026-03-27T04:26:02.308Ztest external_ip_receive_and_reply_on_all ... ok
6792026-03-27T04:26:02.308Ztest external_ip_balanced_over_floating_ips ... ok
6802026-03-27T04:26:02.308Ztest outbound_ndp_dropped ... ok
6812026-03-27T04:26:02.308Ztest packet_body_pullup ... ok
6822026-03-27T04:26:02.308Ztest intra_subnet_routes_with_custom ... ok
6832026-03-27T04:26:02.308Ztest no_panic_on_flow_table_full ... ok
6842026-03-27T04:26:02.308Ztest port_transition_reset ... ok
6852026-03-27T04:26:02.309Ztest internal_attached_subnets ... ok
6862026-03-27T04:26:02.309Ztest port_transition_running ... ok
6872026-03-27T04:26:02.309Ztest port_as_router_target ... ok
6882026-03-27T04:26:02.309Ztest test_drop_on_unknown_critical_option ... ok
6892026-03-27T04:26:02.309Ztest port_transition_pause ... ok
6902026-03-27T04:26:02.309Ztest select_eip_conditioned_on_igw ... ok
6912026-03-27T04:26:02.309Ztest test_ipv6_multicast_encapsulation ... ok
6922026-03-27T04:26:02.309Ztest snat_icmp6_echo_rewrite ... ok
6932026-03-27T04:26:02.309Ztest snat_icmp4_echo_rewrite ... ok
6942026-03-27T04:26:02.309Ztest test_gateway_neighbor_advert_reply ... ok
6952026-03-27T04:26:02.309Ztest tcp_outbound ... ok
6962026-03-27T04:26:02.309Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6972026-03-27T04:26:02.309Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-03-27T04:26:02.309Ztest tcp_inbound ... ok
6992026-03-27T04:26:02.309Ztest test_tcp_multicast_denied ... ok
7002026-03-27T04:26:02.309Ztest uft_lft_invalidation_out ... ok
7012026-03-27T04:26:02.309Ztest uft_lft_invalidation_in ... ok
7022026-03-27T04:26:02.309Z
7032026-03-27T04:26:02.309Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-27T04:26:02.309Z
7052026-03-27T04:26:02.309Z Doc-tests oxide_vpc
7062026-03-27T04:26:02.588Z
7072026-03-27T04:26:02.588Zrunning 0 tests
7082026-03-27T04:26:02.588Z
7092026-03-27T04:26:02.588Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-27T04:26:02.589Z
7112026-03-27T04:26:02.615Z
7122026-03-27T04:26:02.615Zreal 54.240129892
7132026-03-27T04:26:02.618Zuser 3:16.130929276
7142026-03-27T04:26:02.618Zsys 11.563759924
7152026-03-27T04:26:02.618Ztrap 0.093753255
7162026-03-27T04:26:02.618Ztflt 0.165530212
7172026-03-27T04:26:02.618Zdflt 0.263519540
7182026-03-27T04:26:02.618Zkflt 0.000619826
7192026-03-27T04:26:02.618Zlock 13:00.193798723
7202026-03-27T04:26:02.618Zslp 6:41.751671872
7212026-03-27T04:26:02.618Zlat 9.148800947
7222026-03-27T04:26:02.618Zstop 5.507392527
7232026-03-27T04:26:02.618Zprocess exited: duration 118992 ms, exit code 0
 
7242026-03-27T04:26:02.626Zfound 0 output files