01KQNYAV31JA26PA1BW1TR47GK: oxide-vpc

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

Buildomat Job: 01KQNYB5791TQYJRB9F01PFGPG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-03T03:34:01.145Zjob assigned to worker 01KQNYBAY4HFM4KAXA3DXRHX4Q [factory aws, i-0dc3288ec357d399f] (queued for 56 s)
 
22026-05-03T03:34:08.147Zstarting task 0: "setup"
32026-05-03T03:34:08.152Z++ uname -s
42026-05-03T03:34:08.155Z+ kern=SunOS
52026-05-03T03:34:08.155Z+ build_user=build
62026-05-03T03:34:08.155Z+ build_uid=12345
72026-05-03T03:34:08.155Z+ work_dir=/work
82026-05-03T03:34:08.155Z+ input_dir=/input
92026-05-03T03:34:08.155Z+ [[ 0 == 12345 ]]
102026-05-03T03:34:08.155Z+ case "$kern" in
112026-05-03T03:34:08.155Z+ groupadd -g 12345 build
122026-05-03T03:34:08.155Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-03T03:34:10.161Z+ zfs create -o mountpoint=/work rpool/work
142026-05-03T03:34:10.228Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-03T03:34:10.232Z+ home_fs=zfs
162026-05-03T03:34:10.232Z+ [[ zfs == autofs ]]
172026-05-03T03:34:10.232Z+ mkdir -p /home/build
182026-05-03T03:34:10.232Z+ chown build:build /home/build /work
192026-05-03T03:34:12.232Z+ chmod 0700 /home/build /work
202026-05-03T03:34:12.236Zprocess exited: duration 4086 ms, exit code 0
 
212026-05-03T03:34:12.242Zstarting task 1: "rust-toolchain"
222026-05-03T03:34:12.245Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-03T03:34:12.245Z * rust toolchain channel = "1.94.1"
242026-05-03T03:34:12.245Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-03T03:34:12.245Z * rust toolchain profile = "default"
262026-05-03T03:34:12.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-03T03:34:12.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-03T03:34:12.248Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-03T03:34:12.248Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-03T03:34:12.380Zinfo: downloading installer
312026-05-03T03:34:13.766Zwarn: It looks like you have an existing installation of Rust at:
322026-05-03T03:34:13.766Zwarn: /opt/ooce/bin
332026-05-03T03:34:13.766Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-03T03:34:13.766Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-03T03:34:13.766Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-03T03:34:13.766Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-03T03:34:13.766Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-03T03:34:13.766Zerror: cannot install while Rust is installed
392026-05-03T03:34:13.766Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-03T03:34:13.766Zwarn: It looks like you have an existing rustup settings file at:
412026-05-03T03:34:13.766Zwarn: /home/build/.rustup/settings.toml
422026-05-03T03:34:13.767Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-03T03:34:13.767Zwarn: instead of the one inferred from the default host triple.
442026-05-03T03:34:13.779Zinfo: profile set to default
452026-05-03T03:34:13.779Zinfo: default host triple is x86_64-unknown-illumos
462026-05-03T03:34:13.782Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-03T03:34:13.910Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-03T03:34:13.913Zinfo: downloading 6 components
492026-05-03T03:34:28.043Z
502026-05-03T03:34:28.043Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-05-03T03:34:28.072Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-03T03:34:28.072Z
532026-05-03T03:34:28.075Z
542026-05-03T03:34:28.075ZRust is installed now. Great!
552026-05-03T03:34:28.075Z
562026-05-03T03:34:28.075ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-03T03:34:28.075Zenvironment variable. This has not been done automatically.
582026-05-03T03:34:28.075Z
592026-05-03T03:34:28.075ZTo configure your current shell, you need to source
602026-05-03T03:34:28.076Zthe corresponding env file under $HOME/.cargo.
612026-05-03T03:34:28.076Z
622026-05-03T03:34:28.076ZThis is usually done by running one of the following (note the leading DOT):
632026-05-03T03:34:28.076Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-03T03:34:28.076Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-03T03:34:28.076Zsource "~/.cargo/env.nu" # For nushell
662026-05-03T03:34:28.076Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-03T03:34:28.076Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-03T03:34:28.076Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-03T03:34:28.076Zwarn: no default linker (`cc`) was found in your PATH
702026-05-03T03:34:28.076Zwarn: many Rust crates require a system C toolchain to build
712026-05-03T03:34:28.174Z+ rustup --version
722026-05-03T03:34:28.183Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-03T03:34:28.186Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-03T03:34:28.205Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-03T03:34:28.208Z+ cargo --version
762026-05-03T03:34:28.221Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-03T03:34:28.224Z+ rustc --version
782026-05-03T03:34:28.243Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-03T03:34:28.273Zprocess exited: duration 16002 ms, exit code 0
 
802026-05-03T03:34:28.280Zstarting task 2: "authentication"
812026-05-03T03:34:28.297Zprocess exited: duration 16 ms, exit code 0
 
822026-05-03T03:34:28.303Zstarting task 3: "clone repository"
832026-05-03T03:34:28.306Z+ mkdir -p /work/oxidecomputer/opte
842026-05-03T03:34:28.309Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-03T03:34:28.340ZCloning into '/work/oxidecomputer/opte'...
862026-05-03T03:34:29.136Z+ cd /work/oxidecomputer/opte
872026-05-03T03:34:29.136Z+ git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
882026-05-03T03:34:29.385ZFrom https://github.com/oxidecomputer/opte
892026-05-03T03:34:29.385Z * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD
902026-05-03T03:34:29.390Z+ [[ -n renovate/ctor-0.x ]]
912026-05-03T03:34:29.393Z++ git branch --show-current
922026-05-03T03:34:29.393Z+ current=master
932026-05-03T03:34:29.393Z+ [[ master != renovate/ctor-0.x ]]
942026-05-03T03:34:29.393Z+ git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
952026-05-03T03:34:29.396Z+ git checkout -f renovate/ctor-0.x
962026-05-03T03:34:29.411ZSwitched to branch 'renovate/ctor-0.x'
972026-05-03T03:34:29.414Z+ git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
982026-05-03T03:34:29.428ZHEAD is now at 8630f7d Update Rust crate ctor to 0.13
992026-05-03T03:34:29.431Zprocess exited: duration 1125 ms, exit code 0
 
1002026-05-03T03:34:29.437Zstarting task 4: "build"
1012026-05-03T03:34:29.441Z+ source .github/buildomat/common.sh
1022026-05-03T03:34:29.444Z++ rustup show active-toolchain
1032026-05-03T03:34:29.447Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-03T03:34:29.447Z++ pushd xde
1052026-05-03T03:34:29.447Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-03T03:34:29.447Z++ rustup show active-toolchain
1072026-05-03T03:34:29.452Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-03T03:34:29.598Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-03T03:34:29.601Zinfo: downloading 6 components
1102026-05-03T03:34:43.069Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-03T03:34:43.158Z+++ rustup show active-toolchain -v
1122026-05-03T03:34:43.161Z+++ head -n 1
1132026-05-03T03:34:43.161Z+++ cut '-d ' -f1
1142026-05-03T03:34:43.212Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-03T03:34:43.212Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-03T03:34:43.212Z++ popd
1172026-05-03T03:34:43.215Z/work/oxidecomputer/opte
1182026-05-03T03:34:43.215Z+ cargo --version
1192026-05-03T03:34:43.221Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-03T03:34:43.224Z+ rustc --version
1212026-05-03T03:34:43.244Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-03T03:34:43.247Z+ cd lib/oxide-vpc
1232026-05-03T03:34:43.247Z+ header 'check style'
1242026-05-03T03:34:43.247Z+ echo '# ==== check style ==== #'
1252026-05-03T03:34:43.247Z# ==== check style ==== #
1262026-05-03T03:34:43.247Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-03T03:34:43.369Z
1282026-05-03T03:34:43.369Zreal 0.120085733
1292026-05-03T03:34:43.369Zuser 0.085865976
1302026-05-03T03:34:43.369Zsys 0.030206299
1312026-05-03T03:34:43.369Ztrap 0.000031696
1322026-05-03T03:34:43.369Ztflt 0.000023876
1332026-05-03T03:34:43.373Zdflt 0.000003368
1342026-05-03T03:34:43.373Zkflt 0.000000000
1352026-05-03T03:34:43.373Zlock 0.031031097
1362026-05-03T03:34:43.373Zslp 0.100006363
1372026-05-03T03:34:43.373Zlat 0.000673131
1382026-05-03T03:34:43.373Zstop 0.000089605
1392026-05-03T03:34:43.373Z+ header 'check docs'
1402026-05-03T03:34:43.373Z+ echo '# ==== check docs ==== #'
1412026-05-03T03:34:43.373Z# ==== check docs ==== #
1422026-05-03T03:34:43.373Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-03T03:34:43.373Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-03T03:34:43.439Z Updating crates.io index
1452026-05-03T03:34:43.471Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-03T03:34:44.117Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-03T03:34:44.918Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-03T03:34:45.286Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-03T03:34:45.515Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-03T03:34:45.917Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-03T03:34:46.195Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-03T03:34:48.087Z Downloading crates ...
1532026-05-03T03:34:48.134Z Downloaded ref-cast-impl v1.0.25
1542026-05-03T03:34:48.137Z Downloaded proc-macro-error-attr2 v2.0.0
1552026-05-03T03:34:48.137Z Downloaded defmt-parser v1.0.0
1562026-05-03T03:34:48.156Z Downloaded usdt-impl v0.6.0
1572026-05-03T03:34:48.158Z Downloaded crc32fast v1.5.0
1582026-05-03T03:34:48.161Z Downloaded ident_case v1.0.1
1592026-05-03T03:34:48.161Z Downloaded generic-array v0.14.7
1602026-05-03T03:34:48.164Z Downloaded darling_macro v0.23.0
1612026-05-03T03:34:48.164Z Downloaded hash32 v0.3.1
1622026-05-03T03:34:48.167Z Downloaded defmt v0.3.100
1632026-05-03T03:34:48.167Z Downloaded cobs v0.3.0
1642026-05-03T03:34:48.167Z Downloaded block-buffer v0.10.4
1652026-05-03T03:34:48.167Z Downloaded dyn-clone v1.0.20
1662026-05-03T03:34:48.173Z Downloaded cpufeatures v0.2.17
1672026-05-03T03:34:48.176Z Downloaded digest v0.10.7
1682026-05-03T03:34:48.181Z Downloaded embedded-io v0.6.1
1692026-05-03T03:34:48.184Z Downloaded crypto-common v0.1.7
1702026-05-03T03:34:48.184Z Downloaded darling v0.21.3
1712026-05-03T03:34:48.187Z Downloaded ingot-macros v0.1.1
1722026-05-03T03:34:48.192Z Downloaded ingot v0.1.1
1732026-05-03T03:34:48.192Z Downloaded byteorder v1.5.0
1742026-05-03T03:34:48.196Z Downloaded fnv v1.0.7
1752026-05-03T03:34:48.196Z Downloaded embedded-io v0.4.0
1762026-05-03T03:34:48.196Z Downloaded either v1.15.0
1772026-05-03T03:34:48.196Z Downloaded darling_macro v0.21.3
1782026-05-03T03:34:48.201Z Downloaded darling_core v0.23.0
1792026-05-03T03:34:48.201Z Downloaded itoa v1.0.18
1802026-05-03T03:34:48.204Z Downloaded bitflags v2.11.1
1812026-05-03T03:34:48.207Z Downloaded aho-corasick v1.1.4
1822026-05-03T03:34:48.210Z Downloaded dtrace-parser v0.3.0
1832026-05-03T03:34:48.213Z Downloaded plain v0.2.3
1842026-05-03T03:34:48.216Z Downloaded tabwriter v1.4.1
1852026-05-03T03:34:48.216Z Downloaded stable_deref_trait v1.2.1
1862026-05-03T03:34:48.216Z Downloaded dof v0.4.0
1872026-05-03T03:34:48.219Z Downloaded pretty-hex v0.4.2
1882026-05-03T03:34:48.222Z Downloaded heapless v0.8.0
1892026-05-03T03:34:48.225Z Downloaded cfg-if v1.0.4
1902026-05-03T03:34:48.235Z Downloaded usdt-macro v0.6.0
1912026-05-03T03:34:48.238Z Downloaded usdt-attr-macro v0.6.0
1922026-05-03T03:34:48.242Z Downloaded thread-id v5.1.0
1932026-05-03T03:34:48.245Z Downloaded scroll_derive v0.13.1
1942026-05-03T03:34:48.248Z Downloaded version_check v0.9.5
1952026-05-03T03:34:48.248Z Downloaded usdt v0.6.0
1962026-05-03T03:34:48.248Z Downloaded ref-cast v1.0.25
1972026-05-03T03:34:48.253Z Downloaded macaddr v1.0.1
1982026-05-03T03:34:48.256Z Downloaded bitflags v1.3.2
1992026-05-03T03:34:48.256Z Downloaded ipnetwork v0.21.1
2002026-05-03T03:34:48.260Z Downloaded managed v0.8.0
2012026-05-03T03:34:48.260Z Downloaded defmt v1.0.1
2022026-05-03T03:34:48.264Z Downloaded serde_tokenstream v0.2.3
2032026-05-03T03:34:48.264Z Downloaded darling v0.23.0
2042026-05-03T03:34:48.267Z Downloaded scroll v0.13.0
2052026-05-03T03:34:48.267Z Downloaded strsim v0.11.1
2062026-05-03T03:34:48.272Z Downloaded ingot-types v0.1.2
2072026-05-03T03:34:48.275Z Downloaded thiserror-impl v2.0.18
2082026-05-03T03:34:48.278Z Downloaded proc-macro-error2 v2.0.1
2092026-05-03T03:34:48.281Z Downloaded thiserror v2.0.18
2102026-05-03T03:34:48.285Z Downloaded quote v1.0.45
2112026-05-03T03:34:48.288Z Downloaded zmij v1.0.21
2122026-05-03T03:34:48.292Z Downloaded defmt-macros v1.0.1
2132026-05-03T03:34:48.295Z Downloaded pest_generator v2.8.6
2142026-05-03T03:34:48.295Z Downloaded memmap2 v0.9.10
2152026-05-03T03:34:48.307Z Downloaded pest_derive v2.8.6
2162026-05-03T03:34:48.309Z Downloaded sha2 v0.10.9
2172026-05-03T03:34:48.318Z Downloaded uuid v1.23.1
2182026-05-03T03:34:48.321Z Downloaded darling_core v0.21.3
2192026-05-03T03:34:48.324Z Downloaded serde_derive v1.0.228
2202026-05-03T03:34:48.327Z Downloaded log v0.4.29
2212026-05-03T03:34:48.327Z Downloaded unicode-ident v1.0.24
2222026-05-03T03:34:48.330Z Downloaded ucd-trie v0.1.7
2232026-05-03T03:34:48.330Z Downloaded serde_core v1.0.228
2242026-05-03T03:34:48.333Z Downloaded postcard v1.1.3
2252026-05-03T03:34:48.333Z Downloaded proc-macro2 v1.0.106
2262026-05-03T03:34:48.346Z Downloaded pest_meta v2.8.6
2272026-05-03T03:34:48.354Z Downloaded memchr v2.8.0
2282026-05-03T03:34:48.357Z Downloaded serde v1.0.228
2292026-05-03T03:34:48.361Z Downloaded zerocopy-derive v0.8.48
2302026-05-03T03:34:48.379Z Downloaded typenum v1.20.0
2312026-05-03T03:34:48.404Z Downloaded pest v2.8.6
2322026-05-03T03:34:48.410Z Downloaded itertools v0.14.0
2332026-05-03T03:34:48.414Z Downloaded serde_json v1.0.149
2342026-05-03T03:34:48.418Z Downloaded smoltcp v0.11.0
2352026-05-03T03:34:48.425Z Downloaded regex v1.12.3
2362026-05-03T03:34:48.451Z Downloaded goblin v0.10.5
2372026-05-03T03:34:48.476Z Downloaded zerocopy v0.8.48
2382026-05-03T03:34:48.486Z Downloaded syn v2.0.117
2392026-05-03T03:34:48.491Z Downloaded unicode-width v0.2.2
2402026-05-03T03:34:48.494Z Downloaded regex-syntax v0.8.10
2412026-05-03T03:34:48.526Z Downloaded regex-automata v0.4.14
2422026-05-03T03:34:48.533Z Downloaded libc v0.2.186
2432026-05-03T03:34:48.594Z Compiling proc-macro2 v1.0.106
2442026-05-03T03:34:48.594Z Compiling quote v1.0.45
2452026-05-03T03:34:48.594Z Compiling unicode-ident v1.0.24
2462026-05-03T03:34:48.597Z Documenting unicode-ident v1.0.24
2472026-05-03T03:34:48.597Z Compiling ident_case v1.0.1
2482026-05-03T03:34:48.597Z Compiling strsim v0.11.1
2492026-05-03T03:34:48.597Z Compiling serde_core v1.0.228
2502026-05-03T03:34:48.747Z Compiling fnv v1.0.7
2512026-05-03T03:34:48.765Z Compiling memchr v2.8.0
2522026-05-03T03:34:48.831Z Compiling zerocopy v0.8.48
2532026-05-03T03:34:48.945Z Compiling thiserror v2.0.18
2542026-05-03T03:34:48.983Z Compiling regex-syntax v0.8.10
2552026-05-03T03:34:49.047Z Compiling serde v1.0.228
2562026-05-03T03:34:49.223Z Documenting proc-macro2 v1.0.106
2572026-05-03T03:34:49.310Z Compiling aho-corasick v1.1.4
2582026-05-03T03:34:49.433Z Compiling either v1.15.0
2592026-05-03T03:34:49.603Z Checking syn v2.0.117
2602026-05-03T03:34:49.632Z Checking byteorder v1.5.0
2612026-05-03T03:34:49.783Z Compiling itertools v0.14.0
2622026-05-03T03:34:49.791Z Documenting quote v1.0.45
2632026-05-03T03:34:50.277Z Documenting syn v2.0.117
2642026-05-03T03:34:50.449Z Compiling regex-automata v0.4.14
2652026-05-03T03:34:50.495Z Compiling heapless v0.8.0
2662026-05-03T03:34:50.967Z Checking bitflags v2.11.1
2672026-05-03T03:34:51.003Z Checking hash32 v0.3.1
2682026-05-03T03:34:51.017Z Documenting serde_core v1.0.228
2692026-05-03T03:34:51.107Z Checking cfg-if v1.0.4
2702026-05-03T03:34:51.114Z Checking stable_deref_trait v1.2.1
2712026-05-03T03:34:51.164Z Checking macaddr v1.0.1
2722026-05-03T03:34:51.177Z Documenting memchr v2.8.0
2732026-05-03T03:34:51.302Z Documenting regex-syntax v0.8.10
2742026-05-03T03:34:51.614Z Compiling smoltcp v0.11.0
2752026-05-03T03:34:51.829Z Documenting aho-corasick v1.1.4
2762026-05-03T03:34:52.053Z Checking darling_core v0.21.3
2772026-05-03T03:34:52.343Z Compiling regex v1.12.3
2782026-05-03T03:34:52.709Z Compiling darling_core v0.23.0
2792026-05-03T03:34:52.755Z Documenting regex-automata v0.4.14
2802026-05-03T03:34:53.028Z Checking bitflags v1.3.2
2812026-05-03T03:34:53.090Z Checking managed v0.8.0
2822026-05-03T03:34:53.120Z Documenting thiserror-impl v2.0.18
2832026-05-03T03:34:53.267Z Documenting zerocopy-derive v0.8.48
2842026-05-03T03:34:53.425Z Compiling zerocopy-derive v0.8.48
2852026-05-03T03:34:53.681Z Compiling thiserror-impl v2.0.18
2862026-05-03T03:34:53.895Z Compiling serde_derive v1.0.228
2872026-05-03T03:34:54.183Z Documenting regex v1.12.3
2882026-05-03T03:34:54.215Z Documenting serde_derive v1.0.228
2892026-05-03T03:34:54.234Z Compiling crc32fast v1.5.0
2902026-05-03T03:34:54.387Z Compiling darling_macro v0.21.3
2912026-05-03T03:34:54.529Z Documenting byteorder v1.5.0
2922026-05-03T03:34:54.783Z Compiling darling_macro v0.23.0
2932026-05-03T03:34:54.961Z Compiling darling v0.21.3
2942026-05-03T03:34:54.992Z Checking cobs v0.3.0
2952026-05-03T03:34:55.034Z Compiling ingot-macros v0.1.1
2962026-05-03T03:34:55.070Z Compiling ref-cast v1.0.25
2972026-05-03T03:34:55.099Z Documenting hash32 v0.3.1
2982026-05-03T03:34:55.119Z Documenting ingot-macros v0.1.1
2992026-05-03T03:34:55.346Z Documenting thiserror v2.0.18
3002026-05-03T03:34:55.374Z Documenting zerocopy v0.8.48
3012026-05-03T03:34:55.495Z Compiling ref-cast-impl v1.0.25
3022026-05-03T03:34:55.868Z Documenting bitflags v2.11.1
3032026-05-03T03:34:56.103Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-05-03T03:34:56.350Z Documenting stable_deref_trait v1.2.1
3052026-05-03T03:34:56.463Z Compiling version_check v0.9.5
3062026-05-03T03:34:56.498Z Checking unicode-width v0.2.2
3072026-05-03T03:34:56.744Z Documenting serde v1.0.228
3082026-05-03T03:34:56.764Z Documenting macaddr v1.0.1
3092026-05-03T03:34:56.920Z Checking ipnetwork v0.21.1
3102026-05-03T03:34:56.955Z Documenting cfg-if v1.0.4
3112026-05-03T03:34:57.069Z Checking postcard v1.1.3
3122026-05-03T03:34:57.113Z Documenting heapless v0.8.0
3132026-05-03T03:34:57.331Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-05-03T03:34:57.347Z Documenting cobs v0.3.0
3152026-05-03T03:34:57.495Z Compiling darling v0.23.0
3162026-05-03T03:34:57.581Z Documenting managed v0.8.0
3172026-05-03T03:34:57.727Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-03T03:34:57.836Z Checking ingot-types v0.1.2
3192026-05-03T03:34:57.843Z Checking tabwriter v1.4.1
3202026-05-03T03:34:57.976Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-05-03T03:34:58.170Z Checking ingot v0.1.1
3222026-05-03T03:34:58.378Z Documenting postcard v1.1.3
3232026-05-03T03:34:58.577Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-05-03T03:34:58.652Z Documenting ref-cast-impl v1.0.25
3252026-05-03T03:34:58.711Z Documenting ingot-types v0.1.2
3262026-05-03T03:34:58.721Z Checking dyn-clone v1.0.20
3272026-05-03T03:34:58.744Z Documenting smoltcp v0.11.0
3282026-05-03T03:34:58.817Z Documenting ipnetwork v0.21.1
3292026-05-03T03:34:59.059Z Documenting either v1.15.0
3302026-05-03T03:34:59.150Z Documenting unicode-width v0.2.2
3312026-05-03T03:34:59.236Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-05-03T03:34:59.470Z Documenting ref-cast v1.0.25
3332026-05-03T03:34:59.712Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-05-03T03:34:59.754Z Documenting ingot v0.1.1
3352026-05-03T03:34:59.967Z Documenting crc32fast v1.5.0
3362026-05-03T03:35:00.203Z Documenting itertools v0.14.0
3372026-05-03T03:35:00.570Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-05-03T03:35:00.573Z Documenting dyn-clone v1.0.20
3392026-05-03T03:35:00.779Z Documenting tabwriter v1.4.1
3402026-05-03T03:35:01.316Z Documenting uuid v1.23.1
3412026-05-03T03:35:01.667Z Checking uuid v1.23.1
3422026-05-03T03:35:01.916Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-05-03T03:35:02.146Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-05-03T03:35:02.777Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-05-03T03:35:04.415Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-05-03T03:35:06.613Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-05-03T03:35:08.192Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.81s
3482026-05-03T03:35:08.278Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-05-03T03:35:08.298Z
3502026-05-03T03:35:08.301Zreal 24.905086066
3512026-05-03T03:35:08.301Zuser 1:21.847202367
3522026-05-03T03:35:08.301Zsys 17.017389018
3532026-05-03T03:35:08.301Ztrap 0.049973753
3542026-05-03T03:35:08.301Ztflt 0.052032322
3552026-05-03T03:35:08.301Zdflt 0.155949100
3562026-05-03T03:35:08.301Zkflt 0.004973862
3572026-05-03T03:35:08.301Zlock 7:58.881801216
3582026-05-03T03:35:08.301Zslp 4:44.250463359
3592026-05-03T03:35:08.301Zlat 9.124633052
3602026-05-03T03:35:08.301Zstop 9.963607564
3612026-05-03T03:35:08.301Z+ header 'analyze std + api + usdt'
3622026-05-03T03:35:08.301Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-05-03T03:35:08.301Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3642026-05-03T03:35:08.301Z# ==== analyze std + api + usdt ==== #
3652026-05-03T03:35:08.486Z Downloading crates ...
3662026-05-03T03:35:08.540Z Downloaded futures-io v0.3.32
3672026-05-03T03:35:08.543Z Downloaded typeid v1.0.3
3682026-05-03T03:35:08.544Z Downloaded rusticata-macros v5.0.0
3692026-05-03T03:35:08.552Z Downloaded ctor v0.13.1
3702026-05-03T03:35:08.562Z Downloaded futures-macro v0.3.32
3712026-05-03T03:35:08.567Z Downloaded linktime-proc-macro v0.1.0
3722026-05-03T03:35:08.570Z Downloaded circular v0.3.0
3732026-05-03T03:35:08.570Z Downloaded futures-task v0.3.32
3742026-05-03T03:35:08.570Z Downloaded futures-executor v0.3.32
3752026-05-03T03:35:08.575Z Downloaded link-section v0.13.1
3762026-05-03T03:35:08.578Z Downloaded cookie-factory v0.3.3
3772026-05-03T03:35:08.581Z Downloaded pin-project-lite v0.2.17
3782026-05-03T03:35:08.584Z Downloaded futures-core v0.3.32
3792026-05-03T03:35:08.584Z Downloaded futures-channel v0.3.32
3802026-05-03T03:35:08.584Z Downloaded slab v0.4.12
3812026-05-03T03:35:08.587Z Downloaded once_cell v1.21.4
3822026-05-03T03:35:08.587Z Downloaded anyhow v1.0.102
3832026-05-03T03:35:08.590Z Downloaded futures-sink v0.3.32
3842026-05-03T03:35:08.597Z Downloaded futures v0.3.32
3852026-05-03T03:35:08.601Z Downloaded ron v0.12.1
3862026-05-03T03:35:08.611Z Downloaded futures-util v0.3.32
3872026-05-03T03:35:08.617Z Downloaded pcap-parser v0.17.0
3882026-05-03T03:35:08.620Z Downloaded nom v8.0.0
3892026-05-03T03:35:08.672Z Compiling proc-macro2 v1.0.106
3902026-05-03T03:35:08.675Z Compiling quote v1.0.45
3912026-05-03T03:35:08.675Z Compiling unicode-ident v1.0.24
3922026-05-03T03:35:08.675Z Compiling memchr v2.8.0
3932026-05-03T03:35:08.675Z Compiling thiserror v2.0.18
3942026-05-03T03:35:08.675Z Compiling zerocopy v0.8.48
3952026-05-03T03:35:08.675Z Compiling serde_core v1.0.228
3962026-05-03T03:35:08.852Z Compiling zmij v1.0.21
3972026-05-03T03:35:09.044Z Compiling libc v0.2.186
3982026-05-03T03:35:09.048Z Compiling ucd-trie v0.1.7
3992026-05-03T03:35:09.083Z Compiling ident_case v1.0.1
4002026-05-03T03:35:09.102Z Compiling serde_json v1.0.149
4012026-05-03T03:35:09.132Z Compiling strsim v0.11.1
4022026-05-03T03:35:09.200Z Compiling pest v2.8.6
4032026-05-03T03:35:09.269Z Compiling serde v1.0.228
4042026-05-03T03:35:09.514Z Compiling fnv v1.0.7
4052026-05-03T03:35:09.675Z Compiling aho-corasick v1.1.4
4062026-05-03T03:35:09.683Z Checking byteorder v1.5.0
4072026-05-03T03:35:09.870Z Compiling syn v2.0.117
4082026-05-03T03:35:09.909Z Compiling itoa v1.0.18
4092026-05-03T03:35:09.946Z Compiling regex-syntax v0.8.10
4102026-05-03T03:35:10.305Z Compiling pest_meta v2.8.6
4112026-05-03T03:35:10.386Z Compiling either v1.15.0
4122026-05-03T03:35:10.477Z Compiling usdt-impl v0.6.0
4132026-05-03T03:35:10.541Z Checking bitflags v2.11.1
4142026-05-03T03:35:10.581Z Compiling itertools v0.14.0
4152026-05-03T03:35:10.716Z Compiling thread-id v5.1.0
4162026-05-03T03:35:11.056Z Checking log v0.4.29
4172026-05-03T03:35:11.074Z Compiling heapless v0.8.0
4182026-05-03T03:35:11.199Z Checking futures-core v0.3.32
4192026-05-03T03:35:11.402Z Compiling regex-automata v0.4.14
4202026-05-03T03:35:11.460Z Checking futures-sink v0.3.32
4212026-05-03T03:35:11.617Z Checking plain v0.2.3
4222026-05-03T03:35:11.655Z Checking futures-channel v0.3.32
4232026-05-03T03:35:12.008Z Checking hash32 v0.3.1
4242026-05-03T03:35:12.025Z Checking cfg-if v1.0.4
4252026-05-03T03:35:12.051Z Checking pin-project-lite v0.2.17
4262026-05-03T03:35:12.082Z Compiling smoltcp v0.11.0
4272026-05-03T03:35:12.124Z Checking slab v0.4.12
4282026-05-03T03:35:12.134Z Checking macaddr v1.0.1
4292026-05-03T03:35:12.269Z Checking futures-io v0.3.32
4302026-05-03T03:35:12.269Z Checking stable_deref_trait v1.2.1
4312026-05-03T03:35:12.272Z Checking pretty-hex v0.4.2
4322026-05-03T03:35:12.334Z Compiling pest_generator v2.8.6
4332026-05-03T03:35:12.344Z Compiling darling_core v0.21.3
4342026-05-03T03:35:12.374Z Compiling darling_core v0.23.0
4352026-05-03T03:35:12.377Z Checking futures-task v0.3.32
4362026-05-03T03:35:12.829Z Checking bitflags v1.3.2
4372026-05-03T03:35:12.889Z Compiling crc32fast v1.5.0
4382026-05-03T03:35:12.889Z Checking managed v0.8.0
4392026-05-03T03:35:12.950Z Compiling ref-cast v1.0.25
4402026-05-03T03:35:13.064Z Compiling version_check v0.9.5
4412026-05-03T03:35:13.168Z Compiling regex v1.12.3
4422026-05-03T03:35:13.337Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4432026-05-03T03:35:13.553Z Compiling serde_derive v1.0.228
4442026-05-03T03:35:13.571Z Compiling thiserror-impl v2.0.18
4452026-05-03T03:35:13.575Z Compiling zerocopy-derive v0.8.48
4462026-05-03T03:35:14.009Z Compiling pest_derive v2.8.6
4472026-05-03T03:35:14.438Z Compiling darling_macro v0.21.3
4482026-05-03T03:35:14.485Z Compiling scroll_derive v0.13.1
4492026-05-03T03:35:14.504Z Compiling futures-macro v0.3.32
4502026-05-03T03:35:14.530Z Compiling darling_macro v0.23.0
4512026-05-03T03:35:14.640Z Compiling ref-cast-impl v1.0.25
4522026-05-03T03:35:14.974Z Compiling darling v0.21.3
4532026-05-03T03:35:15.042Z Compiling dtrace-parser v0.3.0
4542026-05-03T03:35:15.068Z Compiling ingot-macros v0.1.1
4552026-05-03T03:35:15.218Z Checking cobs v0.3.0
4562026-05-03T03:35:15.285Z Checking scroll v0.13.0
4572026-05-03T03:35:15.290Z Checking futures-util v0.3.32
4582026-05-03T03:35:15.510Z Checking goblin v0.10.5
4592026-05-03T03:35:15.597Z Compiling darling v0.23.0
4602026-05-03T03:35:15.653Z Checking memmap2 v0.9.10
4612026-05-03T03:35:15.669Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4622026-05-03T03:35:15.952Z Checking ipnetwork v0.21.1
4632026-05-03T03:35:15.961Z Checking unicode-width v0.2.2
4642026-05-03T03:35:16.203Z Checking tabwriter v1.4.1
4652026-05-03T03:35:16.649Z Checking postcard v1.1.3
4662026-05-03T03:35:16.887Z Compiling serde_tokenstream v0.2.3
4672026-05-03T03:35:16.922Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4682026-05-03T03:35:17.057Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4692026-05-03T03:35:17.205Z Checking futures-executor v0.3.32
4702026-05-03T03:35:17.291Z Checking nom v8.0.0
4712026-05-03T03:35:17.348Z Checking futures v0.3.32
4722026-05-03T03:35:17.417Z Compiling anyhow v1.0.102
4732026-05-03T03:35:17.625Z Checking dyn-clone v1.0.20
4742026-05-03T03:35:17.649Z Compiling typeid v1.0.3
4752026-05-03T03:35:17.720Z Checking cookie-factory v0.3.3
4762026-05-03T03:35:17.730Z Checking uuid v1.23.1
4772026-05-03T03:35:17.784Z Compiling dof v0.4.0
4782026-05-03T03:35:17.926Z Checking ingot-types v0.1.2
4792026-05-03T03:35:17.952Z Checking circular v0.3.0
4802026-05-03T03:35:17.963Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4812026-05-03T03:35:18.048Z Compiling linktime-proc-macro v0.1.0
4822026-05-03T03:35:18.057Z Checking link-section v0.13.1
4832026-05-03T03:35:18.087Z Checking once_cell v1.21.4
4842026-05-03T03:35:18.214Z Checking ron v0.12.1
4852026-05-03T03:35:18.254Z Checking ingot v0.1.1
4862026-05-03T03:35:18.429Z Checking ctor v0.13.1
4872026-05-03T03:35:18.732Z Compiling usdt-attr-macro v0.6.0
4882026-05-03T03:35:18.732Z Compiling usdt-macro v0.6.0
4892026-05-03T03:35:19.182Z Checking rusticata-macros v5.0.0
4902026-05-03T03:35:19.303Z Checking pcap-parser v0.17.0
4912026-05-03T03:35:19.336Z Checking usdt v0.6.0
4922026-05-03T03:35:19.729Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4932026-05-03T03:35:24.073Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4942026-05-03T03:35:25.723Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4952026-05-03T03:35:26.158Zerror: Missing unsafe keyword in #[ctor] annotation. Use #[ctor(unsafe)]. This error can be suppressed by passing `--cfg linktime_no_fail_on_missing_unsafe` in `RUSTFLAGS` or placing this in your `config.toml` file.
4962026-05-03T03:35:26.158Z
4972026-05-03T03:35:26.159Z
4982026-05-03T03:35:26.159Z #[ctor]
4992026-05-03T03:35:26.159Z ^^^^^^^------- replace this with #[ctor(unsafe)]
5002026-05-03T03:35:26.159Z
5012026-05-03T03:35:26.159Z --> lib/oxide-vpc/tests/integration_tests.rs:94:1
5022026-05-03T03:35:26.159Z |
5032026-05-03T03:35:26.159Z94 | #[ctor::ctor]
5042026-05-03T03:35:26.159Z | ^^^^^^^^^^^^^
5052026-05-03T03:35:26.159Z |
5062026-05-03T03:35:26.159Z = note: this error originates in the macro `$crate::__ctor_parse_impl` which comes from the expansion of the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
5072026-05-03T03:35:26.159Z
5082026-05-03T03:35:27.601Zerror: could not compile `oxide-vpc` (test "integration_tests") due to 1 previous error
5092026-05-03T03:35:27.601Zwarning: build failed, waiting for other jobs to finish...
5102026-05-03T03:35:27.891Z
5112026-05-03T03:35:27.891Zreal 19.584346909
5122026-05-03T03:35:27.891Zuser 1:12.897266680
5132026-05-03T03:35:27.891Zsys 14.997021696
5142026-05-03T03:35:27.891Ztrap 0.040401164
5152026-05-03T03:35:27.891Ztflt 0.136529379
5162026-05-03T03:35:27.891Zdflt 0.116365936
5172026-05-03T03:35:27.891Zkflt 0.000021705
5182026-05-03T03:35:27.891Zlock 4:04.658451696
5192026-05-03T03:35:27.891Zslp 3:49.919785517
5202026-05-03T03:35:27.891Zlat 4.589420613
5212026-05-03T03:35:27.891Zstop 8.226709968
5222026-05-03T03:35:27.895Zprocess exited: duration 58448 ms, exit code 101
 
5232026-05-03T03:35:27.901Zfound 0 output files