01KQRMCABMVVS1XBRKGC8VYGHR: oxide-vpc

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

Buildomat Job: 01KQRMCN06HCR6NBWTDQ7K75HZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:53.790Zjob assigned to worker 01KQRMCYMMRQN24ZE01XNTRN4V [factory aws, i-0f163023f1f073bcf] (queued for 1 m 2 s)
 
22026-05-04T04:38:00.120Zstarting task 0: "setup"
32026-05-04T04:38:00.124Z++ uname -s
42026-05-04T04:38:00.128Z+ kern=SunOS
52026-05-04T04:38:00.128Z+ build_user=build
62026-05-04T04:38:00.128Z+ build_uid=12345
72026-05-04T04:38:00.128Z+ work_dir=/work
82026-05-04T04:38:00.128Z+ input_dir=/input
92026-05-04T04:38:00.128Z+ [[ 0 == 12345 ]]
102026-05-04T04:38:00.128Z+ case "$kern" in
112026-05-04T04:38:00.128Z+ groupadd -g 12345 build
122026-05-04T04:38:00.128Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:38:02.135Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:38:02.262Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:38:02.265Z+ home_fs=zfs
162026-05-04T04:38:02.265Z+ [[ zfs == autofs ]]
172026-05-04T04:38:02.265Z+ mkdir -p /home/build
182026-05-04T04:38:02.265Z+ chown build:build /home/build /work
192026-05-04T04:38:03.267Z+ chmod 0700 /home/build /work
202026-05-04T04:38:03.270Zprocess exited: duration 3150 ms, exit code 0
 
212026-05-04T04:38:03.276Zstarting task 1: "rust-toolchain"
222026-05-04T04:38:03.281Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:38:03.281Z * rust toolchain channel = "1.94.1"
242026-05-04T04:38:03.281Z * rust toolchain profile = "default"
252026-05-04T04:38:03.281Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T04:38:03.281Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T04:38:03.281Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:38:03.284Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:38:03.284Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:38:03.401Zinfo: downloading installer
312026-05-04T04:38:04.712Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:38:04.712Zwarn: /opt/ooce/bin
332026-05-04T04:38:04.712Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:38:04.712Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:38:04.712Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:38:04.712Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:38:04.712Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:38:04.712Zerror: cannot install while Rust is installed
392026-05-04T04:38:04.712Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:38:04.712Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:38:04.712Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:38:04.712Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:38:04.712Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:38:04.725Zinfo: profile set to default
452026-05-04T04:38:04.725Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:38:04.728Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:38:04.865Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:38:04.869Zinfo: downloading 6 components
492026-05-04T04:38:19.338Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:19.338Z
512026-05-04T04:38:19.369Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:19.369Z
532026-05-04T04:38:19.369Z
542026-05-04T04:38:19.369ZRust is installed now. Great!
552026-05-04T04:38:19.369Z
562026-05-04T04:38:19.369ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:19.369Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:19.369Z
592026-05-04T04:38:19.369ZTo configure your current shell, you need to source
602026-05-04T04:38:19.369Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:19.369Z
622026-05-04T04:38:19.369ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:19.369Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:19.369Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:19.369Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:19.369Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:19.369Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:19.369Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:19.373Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:19.373Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:19.460Z+ rustup --version
722026-05-04T04:38:19.469Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:19.472Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:19.490Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:19.493Z+ cargo --version
762026-05-04T04:38:19.506Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:19.509Z+ rustc --version
782026-05-04T04:38:19.528Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:19.531Zprocess exited: duration 16252 ms, exit code 0
 
802026-05-04T04:38:19.537Zstarting task 2: "authentication"
812026-05-04T04:38:19.553Zprocess exited: duration 16 ms, exit code 0
 
822026-05-04T04:38:19.560Zstarting task 3: "clone repository"
832026-05-04T04:38:19.564Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:19.566Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:19.595ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:20.383Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:20.383Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:20.619ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:20.619Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:20.625Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:20.628Z++ git branch --show-current
922026-05-04T04:38:20.628Z+ current=master
932026-05-04T04:38:20.628Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:20.628Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:20.631Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:20.646ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:20.649Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:20.662ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:20.666Zprocess exited: duration 1103 ms, exit code 0
 
1002026-05-04T04:38:20.672Zstarting task 4: "build"
1012026-05-04T04:38:20.676Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:20.679Z++ rustup show active-toolchain
1032026-05-04T04:38:20.682Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:20.682Z++ pushd xde
1052026-05-04T04:38:20.682Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:20.682Z++ rustup show active-toolchain
1072026-05-04T04:38:20.687Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:20.853Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:20.856Zinfo: downloading 6 components
1102026-05-04T04:38:34.001Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:34.082Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:34.085Z+++ head -n 1
1132026-05-04T04:38:34.085Z+++ cut '-d ' -f1
1142026-05-04T04:38:34.138Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:34.138Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:34.138Z++ popd
1172026-05-04T04:38:34.138Z/work/oxidecomputer/opte
1182026-05-04T04:38:34.142Z+ cargo --version
1192026-05-04T04:38:34.148Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-04T04:38:34.151Z+ rustc --version
1212026-05-04T04:38:34.170Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-04T04:38:34.173Z+ cd lib/oxide-vpc
1232026-05-04T04:38:34.173Z+ header 'check style'
1242026-05-04T04:38:34.173Z+ echo '# ==== check style ==== #'
1252026-05-04T04:38:34.173Z# ==== check style ==== #
1262026-05-04T04:38:34.173Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-04T04:38:34.295Z
1282026-05-04T04:38:34.295Zreal 0.120698058
1292026-05-04T04:38:34.295Zuser 0.086257931
1302026-05-04T04:38:34.295Zsys 0.030261490
1312026-05-04T04:38:34.295Ztrap 0.000025815
1322026-05-04T04:38:34.295Ztflt 0.000010768
1332026-05-04T04:38:34.295Zdflt 0.000021497
1342026-05-04T04:38:34.295Zkflt 0.000000000
1352026-05-04T04:38:34.295Zlock 0.030530273
1362026-05-04T04:38:34.295Zslp 0.101041006
1372026-05-04T04:38:34.295Zlat 0.000858323
1382026-05-04T04:38:34.295Zstop 0.000085694
1392026-05-04T04:38:34.299Z+ header 'check docs'
1402026-05-04T04:38:34.299Z+ echo '# ==== check docs ==== #'
1412026-05-04T04:38:34.299Z# ==== check docs ==== #
1422026-05-04T04:38:34.299Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-04T04:38:34.299Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-04T04:38:34.366Z Updating crates.io index
1452026-05-04T04:38:34.400Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-04T04:38:35.005Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-04T04:38:35.698Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-04T04:38:36.013Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-04T04:38:36.383Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-04T04:38:36.593Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-04T04:38:36.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-04T04:38:38.863Z Downloading crates ...
1532026-05-04T04:38:38.906Z Downloaded cfg-if v1.0.4
1542026-05-04T04:38:38.918Z Downloaded dyn-clone v1.0.20
1552026-05-04T04:38:38.922Z Downloaded usdt-macro v0.6.0
1562026-05-04T04:38:38.925Z Downloaded bitflags v2.11.1
1572026-05-04T04:38:38.928Z Downloaded macaddr v1.0.1
1582026-05-04T04:38:38.928Z Downloaded hash32 v0.3.1
1592026-05-04T04:38:38.931Z Downloaded ingot v0.1.1
1602026-05-04T04:38:38.935Z Downloaded serde_tokenstream v0.2.3
1612026-05-04T04:38:38.935Z Downloaded postcard v1.1.3
1622026-05-04T04:38:38.938Z Downloaded generic-array v0.14.7
1632026-05-04T04:38:38.938Z Downloaded crc32fast v1.5.0
1642026-05-04T04:38:38.938Z Downloaded pest_generator v2.8.6
1652026-05-04T04:38:38.942Z Downloaded tabwriter v1.4.1
1662026-05-04T04:38:38.942Z Downloaded ident_case v1.0.1
1672026-05-04T04:38:38.942Z Downloaded aho-corasick v1.1.4
1682026-05-04T04:38:38.945Z Downloaded either v1.15.0
1692026-05-04T04:38:38.945Z Downloaded byteorder v1.5.0
1702026-05-04T04:38:38.952Z Downloaded pest_meta v2.8.6
1712026-05-04T04:38:38.955Z Downloaded darling_macro v0.21.3
1722026-05-04T04:38:38.955Z Downloaded pest v2.8.6
1732026-05-04T04:38:38.959Z Downloaded dof v0.4.0
1742026-05-04T04:38:38.959Z Downloaded digest v0.10.7
1752026-05-04T04:38:38.963Z Downloaded defmt v1.0.1
1762026-05-04T04:38:38.966Z Downloaded managed v0.8.0
1772026-05-04T04:38:38.970Z Downloaded pest_derive v2.8.6
1782026-05-04T04:38:38.973Z Downloaded heapless v0.8.0
1792026-05-04T04:38:38.973Z Downloaded cpufeatures v0.2.17
1802026-05-04T04:38:38.976Z Downloaded usdt v0.6.0
1812026-05-04T04:38:38.976Z Downloaded embedded-io v0.4.0
1822026-05-04T04:38:38.976Z Downloaded plain v0.2.3
1832026-05-04T04:38:38.979Z Downloaded darling_macro v0.23.0
1842026-05-04T04:38:38.979Z Downloaded scroll_derive v0.13.1
1852026-05-04T04:38:38.984Z Downloaded darling_core v0.23.0
1862026-05-04T04:38:38.987Z Downloaded darling v0.23.0
1872026-05-04T04:38:38.987Z Downloaded defmt-parser v1.0.0
1882026-05-04T04:38:38.990Z Downloaded fnv v1.0.7
1892026-05-04T04:38:38.993Z Downloaded strsim v0.11.1
1902026-05-04T04:38:38.993Z Downloaded stable_deref_trait v1.2.1
1912026-05-04T04:38:38.996Z Downloaded cobs v0.3.0
1922026-05-04T04:38:38.996Z Downloaded defmt v0.3.100
1932026-05-04T04:38:38.999Z Downloaded embedded-io v0.6.1
1942026-05-04T04:38:39.003Z Downloaded dtrace-parser v0.3.0
1952026-05-04T04:38:39.006Z Downloaded usdt-attr-macro v0.6.0
1962026-05-04T04:38:39.007Z Downloaded crypto-common v0.1.7
1972026-05-04T04:38:39.010Z Downloaded ref-cast-impl v1.0.25
1982026-05-04T04:38:39.014Z Downloaded block-buffer v0.10.4
1992026-05-04T04:38:39.017Z Downloaded version_check v0.9.5
2002026-05-04T04:38:39.023Z Downloaded pretty-hex v0.4.2
2012026-05-04T04:38:39.023Z Downloaded thread-id v5.1.0
2022026-05-04T04:38:39.023Z Downloaded proc-macro-error2 v2.0.1
2032026-05-04T04:38:39.023Z Downloaded itoa v1.0.18
2042026-05-04T04:38:39.026Z Downloaded bitflags v1.3.2
2052026-05-04T04:38:39.037Z Downloaded defmt-macros v1.0.1
2062026-05-04T04:38:39.043Z Downloaded proc-macro-error-attr2 v2.0.0
2072026-05-04T04:38:39.046Z Downloaded zmij v1.0.21
2082026-05-04T04:38:39.049Z Downloaded ingot-types v0.1.2
2092026-05-04T04:38:39.054Z Downloaded thiserror-impl v2.0.18
2102026-05-04T04:38:39.054Z Downloaded scroll v0.13.0
2112026-05-04T04:38:39.057Z Downloaded ref-cast v1.0.25
2122026-05-04T04:38:39.062Z Downloaded thiserror v2.0.18
2132026-05-04T04:38:39.067Z Downloaded serde_core v1.0.228
2142026-05-04T04:38:39.070Z Downloaded memmap2 v0.9.10
2152026-05-04T04:38:39.070Z Downloaded ipnetwork v0.21.1
2162026-05-04T04:38:39.070Z Downloaded ingot-macros v0.1.1
2172026-05-04T04:38:39.076Z Downloaded quote v1.0.45
2182026-05-04T04:38:39.081Z Downloaded log v0.4.29
2192026-05-04T04:38:39.085Z Downloaded ucd-trie v0.1.7
2202026-05-04T04:38:39.111Z Downloaded unicode-ident v1.0.24
2212026-05-04T04:38:39.111Z Downloaded usdt-impl v0.6.0
2222026-05-04T04:38:39.111Z Downloaded proc-macro2 v1.0.106
2232026-05-04T04:38:39.112Z Downloaded sha2 v0.10.9
2242026-05-04T04:38:39.112Z Downloaded darling v0.21.3
2252026-05-04T04:38:39.112Z Downloaded uuid v1.23.1
2262026-05-04T04:38:39.117Z Downloaded serde_derive v1.0.228
2272026-05-04T04:38:39.120Z Downloaded darling_core v0.21.3
2282026-05-04T04:38:39.134Z Downloaded serde v1.0.228
2292026-05-04T04:38:39.150Z Downloaded zerocopy-derive v0.8.48
2302026-05-04T04:38:39.154Z Downloaded memchr v2.8.0
2312026-05-04T04:38:39.158Z Downloaded typenum v1.20.0
2322026-05-04T04:38:39.175Z Downloaded serde_json v1.0.149
2332026-05-04T04:38:39.188Z Downloaded itertools v0.14.0
2342026-05-04T04:38:39.192Z Downloaded regex v1.12.3
2352026-05-04T04:38:39.236Z Downloaded goblin v0.10.5
2362026-05-04T04:38:39.242Z Downloaded unicode-width v0.2.2
2372026-05-04T04:38:39.259Z Downloaded syn v2.0.117
2382026-05-04T04:38:39.266Z Downloaded zerocopy v0.8.48
2392026-05-04T04:38:39.276Z Downloaded regex-syntax v0.8.10
2402026-05-04T04:38:39.280Z Downloaded smoltcp v0.11.0
2412026-05-04T04:38:39.310Z Downloaded regex-automata v0.4.14
2422026-05-04T04:38:39.320Z Downloaded libc v0.2.186
2432026-05-04T04:38:39.381Z Compiling proc-macro2 v1.0.106
2442026-05-04T04:38:39.381Z Compiling quote v1.0.45
2452026-05-04T04:38:39.381Z Compiling unicode-ident v1.0.24
2462026-05-04T04:38:39.384Z Compiling ident_case v1.0.1
2472026-05-04T04:38:39.384Z Compiling strsim v0.11.1
2482026-05-04T04:38:39.384Z Documenting unicode-ident v1.0.24
2492026-05-04T04:38:39.440Z Compiling serde_core v1.0.228
2502026-05-04T04:38:39.534Z Compiling fnv v1.0.7
2512026-05-04T04:38:39.554Z Compiling memchr v2.8.0
2522026-05-04T04:38:39.615Z Compiling zerocopy v0.8.48
2532026-05-04T04:38:39.728Z Compiling thiserror v2.0.18
2542026-05-04T04:38:39.772Z Compiling regex-syntax v0.8.10
2552026-05-04T04:38:39.828Z Compiling serde v1.0.228
2562026-05-04T04:38:40.001Z Documenting proc-macro2 v1.0.106
2572026-05-04T04:38:40.068Z Compiling aho-corasick v1.1.4
2582026-05-04T04:38:40.215Z Compiling either v1.15.0
2592026-05-04T04:38:40.218Z Checking byteorder v1.5.0
2602026-05-04T04:38:40.376Z Checking syn v2.0.117
2612026-05-04T04:38:40.552Z Documenting quote v1.0.45
2622026-05-04T04:38:40.555Z Compiling itertools v0.14.0
2632026-05-04T04:38:41.032Z Documenting syn v2.0.117
2642026-05-04T04:38:41.209Z Compiling regex-automata v0.4.14
2652026-05-04T04:38:41.439Z Compiling heapless v0.8.0
2662026-05-04T04:38:41.775Z Checking bitflags v2.11.1
2672026-05-04T04:38:41.782Z Checking hash32 v0.3.1
2682026-05-04T04:38:41.885Z Documenting serde_core v1.0.228
2692026-05-04T04:38:41.893Z Checking cfg-if v1.0.4
2702026-05-04T04:38:41.920Z Checking stable_deref_trait v1.2.1
2712026-05-04T04:38:41.947Z Documenting memchr v2.8.0
2722026-05-04T04:38:41.983Z Checking macaddr v1.0.1
2732026-05-04T04:38:42.120Z Documenting regex-syntax v0.8.10
2742026-05-04T04:38:42.334Z Compiling smoltcp v0.11.0
2752026-05-04T04:38:42.549Z Documenting aho-corasick v1.1.4
2762026-05-04T04:38:42.765Z Checking darling_core v0.21.3
2772026-05-04T04:38:43.154Z Compiling regex v1.12.3
2782026-05-04T04:38:43.543Z Compiling darling_core v0.23.0
2792026-05-04T04:38:43.578Z Documenting regex-automata v0.4.14
2802026-05-04T04:38:43.763Z Checking bitflags v1.3.2
2812026-05-04T04:38:43.825Z Checking managed v0.8.0
2822026-05-04T04:38:43.934Z Documenting serde_derive v1.0.228
2832026-05-04T04:38:44.004Z Documenting thiserror-impl v2.0.18
2842026-05-04T04:38:44.096Z Compiling thiserror-impl v2.0.18
2852026-05-04T04:38:44.240Z Compiling serde_derive v1.0.228
2862026-05-04T04:38:44.922Z Compiling zerocopy-derive v0.8.48
2872026-05-04T04:38:44.973Z Documenting regex v1.12.3
2882026-05-04T04:38:45.014Z Documenting zerocopy-derive v0.8.48
2892026-05-04T04:38:45.128Z Documenting byteorder v1.5.0
2902026-05-04T04:38:45.136Z Compiling darling_macro v0.21.3
2912026-05-04T04:38:45.391Z Checking cobs v0.3.0
2922026-05-04T04:38:45.521Z Compiling crc32fast v1.5.0
2932026-05-04T04:38:45.649Z Compiling ref-cast v1.0.25
2942026-05-04T04:38:45.656Z Compiling darling_macro v0.23.0
2952026-05-04T04:38:45.697Z Compiling darling v0.21.3
2962026-05-04T04:38:45.800Z Compiling ingot-macros v0.1.1
2972026-05-04T04:38:45.894Z Documenting ingot-macros v0.1.1
2982026-05-04T04:38:45.923Z Documenting hash32 v0.3.1
2992026-05-04T04:38:46.018Z Documenting thiserror v2.0.18
3002026-05-04T04:38:46.025Z Compiling ref-cast-impl v1.0.25
3012026-05-04T04:38:46.435Z Documenting zerocopy v0.8.48
3022026-05-04T04:38:46.596Z Documenting bitflags v2.11.1
3032026-05-04T04:38:46.613Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-05-04T04:38:46.856Z Documenting macaddr v1.0.1
3052026-05-04T04:38:47.054Z Documenting serde v1.0.228
3062026-05-04T04:38:47.207Z Documenting cfg-if v1.0.4
3072026-05-04T04:38:47.248Z Checking postcard v1.1.3
3082026-05-04T04:38:47.382Z Checking ipnetwork v0.21.1
3092026-05-04T04:38:47.512Z Compiling version_check v0.9.5
3102026-05-04T04:38:47.551Z Checking unicode-width v0.2.2
3112026-05-04T04:38:47.554Z Documenting stable_deref_trait v1.2.1
3122026-05-04T04:38:47.697Z Documenting cobs v0.3.0
3132026-05-04T04:38:47.787Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-05-04T04:38:47.794Z Compiling darling v0.23.0
3152026-05-04T04:38:48.075Z Documenting managed v0.8.0
3162026-05-04T04:38:48.087Z Documenting heapless v0.8.0
3172026-05-04T04:38:48.311Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-05-04T04:38:48.512Z Checking tabwriter v1.4.1
3192026-05-04T04:38:48.666Z Documenting postcard v1.1.3
3202026-05-04T04:38:48.719Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-05-04T04:38:49.013Z Documenting smoltcp v0.11.0
3222026-05-04T04:38:49.054Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-05-04T04:38:49.113Z Documenting ref-cast-impl v1.0.25
3242026-05-04T04:38:49.157Z Checking ingot-types v0.1.2
3252026-05-04T04:38:49.438Z Checking dyn-clone v1.0.20
3262026-05-04T04:38:49.471Z Documenting ingot-types v0.1.2
3272026-05-04T04:38:49.491Z Documenting ipnetwork v0.21.1
3282026-05-04T04:38:49.497Z Checking ingot v0.1.1
3292026-05-04T04:38:49.532Z Documenting either v1.15.0
3302026-05-04T04:38:49.616Z Documenting unicode-width v0.2.2
3312026-05-04T04:38:49.736Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-05-04T04:38:49.959Z Documenting ref-cast v1.0.25
3332026-05-04T04:38:50.289Z Documenting crc32fast v1.5.0
3342026-05-04T04:38:50.498Z Documenting itertools v0.14.0
3352026-05-04T04:38:50.779Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-04T04:38:50.966Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3372026-05-04T04:38:51.099Z Documenting ingot v0.1.1
3382026-05-04T04:38:51.324Z Documenting tabwriter v1.4.1
3392026-05-04T04:38:51.608Z Documenting dyn-clone v1.0.20
3402026-05-04T04:38:51.863Z Documenting uuid v1.23.1
3412026-05-04T04:38:52.143Z Checking uuid v1.23.1
3422026-05-04T04:38:52.381Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-05-04T04:38:52.512Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-05-04T04:38:54.163Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-05-04T04:38:55.303Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-05-04T04:38:57.483Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-05-04T04:38:59.061Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.75s
3482026-05-04T04:38:59.147Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-05-04T04:38:59.168Z
3502026-05-04T04:38:59.168Zreal 24.848443145
3512026-05-04T04:38:59.168Zuser 1:20.868197282
3522026-05-04T04:38:59.168Zsys 16.658064638
3532026-05-04T04:38:59.168Ztrap 0.043711902
3542026-05-04T04:38:59.168Ztflt 0.032508306
3552026-05-04T04:38:59.169Zdflt 0.088369477
3562026-05-04T04:38:59.169Zkflt 0.004909740
3572026-05-04T04:38:59.169Zlock 7:37.220235940
3582026-05-04T04:38:59.169Zslp 4:34.381011622
3592026-05-04T04:38:59.169Zlat 9.919253738
3602026-05-04T04:38:59.169Zstop 9.986446388
3612026-05-04T04:38:59.172Z+ header 'analyze std + api + usdt'
3622026-05-04T04:38:59.172Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-05-04T04:38:59.172Z# ==== analyze std + api + usdt ==== #
3642026-05-04T04:38:59.172Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-05-04T04:38:59.358Z Downloading crates ...
3662026-05-04T04:38:59.420Z Downloaded futures-task v0.3.32
3672026-05-04T04:38:59.423Z Downloaded typeid v1.0.3
3682026-05-04T04:38:59.426Z Downloaded cookie-factory v0.3.3
3692026-05-04T04:38:59.429Z Downloaded futures-executor v0.3.32
3702026-05-04T04:38:59.429Z Downloaded once_cell v1.21.4
3712026-05-04T04:38:59.433Z Downloaded futures-macro v0.3.32
3722026-05-04T04:38:59.437Z Downloaded futures-core v0.3.32
3732026-05-04T04:38:59.437Z Downloaded futures-sink v0.3.32
3742026-05-04T04:38:59.440Z Downloaded rusticata-macros v5.0.0
3752026-05-04T04:38:59.440Z Downloaded circular v0.3.0
3762026-05-04T04:38:59.443Z Downloaded linktime-proc-macro v0.1.0
3772026-05-04T04:38:59.446Z Downloaded futures-io v0.3.32
3782026-05-04T04:38:59.449Z Downloaded pin-project-lite v0.2.17
3792026-05-04T04:38:59.452Z Downloaded slab v0.4.12
3802026-05-04T04:38:59.452Z Downloaded ctor v1.0.0
3812026-05-04T04:38:59.455Z Downloaded link-section v0.13.1
3822026-05-04T04:38:59.455Z Downloaded futures-channel v0.3.32
3832026-05-04T04:38:59.458Z Downloaded anyhow v1.0.102
3842026-05-04T04:38:59.468Z Downloaded futures v0.3.32
3852026-05-04T04:38:59.478Z Downloaded ron v0.12.1
3862026-05-04T04:38:59.482Z Downloaded nom v8.0.0
3872026-05-04T04:38:59.485Z Downloaded pcap-parser v0.17.0
3882026-05-04T04:38:59.488Z Downloaded futures-util v0.3.32
3892026-05-04T04:38:59.542Z Compiling proc-macro2 v1.0.106
3902026-05-04T04:38:59.542Z Compiling quote v1.0.45
3912026-05-04T04:38:59.542Z Compiling unicode-ident v1.0.24
3922026-05-04T04:38:59.545Z Compiling memchr v2.8.0
3932026-05-04T04:38:59.545Z Compiling thiserror v2.0.18
3942026-05-04T04:38:59.545Z Compiling serde_core v1.0.228
3952026-05-04T04:38:59.545Z Compiling zerocopy v0.8.48
3962026-05-04T04:38:59.719Z Compiling zmij v1.0.21
3972026-05-04T04:38:59.902Z Compiling libc v0.2.186
3982026-05-04T04:38:59.915Z Compiling serde_json v1.0.149
3992026-05-04T04:38:59.945Z Compiling ucd-trie v0.1.7
4002026-05-04T04:38:59.956Z Compiling ident_case v1.0.1
4012026-05-04T04:39:00.000Z Compiling strsim v0.11.1
4022026-05-04T04:39:00.125Z Compiling pest v2.8.6
4032026-05-04T04:39:00.135Z Compiling serde v1.0.228
4042026-05-04T04:39:00.355Z Compiling fnv v1.0.7
4052026-05-04T04:39:00.528Z Compiling aho-corasick v1.1.4
4062026-05-04T04:39:00.541Z Compiling regex-syntax v0.8.10
4072026-05-04T04:39:00.694Z Compiling itoa v1.0.18
4082026-05-04T04:39:00.771Z Compiling syn v2.0.117
4092026-05-04T04:39:00.813Z Checking byteorder v1.5.0
4102026-05-04T04:39:01.284Z Compiling pest_meta v2.8.6
4112026-05-04T04:39:01.300Z Compiling either v1.15.0
4122026-05-04T04:39:01.373Z Compiling usdt-impl v0.6.0
4132026-05-04T04:39:01.486Z Compiling itertools v0.14.0
4142026-05-04T04:39:01.615Z Checking bitflags v2.11.1
4152026-05-04T04:39:01.719Z Compiling thread-id v5.1.0
4162026-05-04T04:39:01.937Z Compiling regex-automata v0.4.14
4172026-05-04T04:39:02.011Z Checking futures-core v0.3.32
4182026-05-04T04:39:02.129Z Checking log v0.4.29
4192026-05-04T04:39:02.271Z Checking plain v0.2.3
4202026-05-04T04:39:02.373Z Compiling heapless v0.8.0
4212026-05-04T04:39:02.508Z Checking futures-sink v0.3.32
4222026-05-04T04:39:02.627Z Checking futures-channel v0.3.32
4232026-05-04T04:39:02.808Z Checking hash32 v0.3.1
4242026-05-04T04:39:02.840Z Checking slab v0.4.12
4252026-05-04T04:39:02.889Z Checking macaddr v1.0.1
4262026-05-04T04:39:03.026Z Checking futures-task v0.3.32
4272026-05-04T04:39:03.031Z Checking pin-project-lite v0.2.17
4282026-05-04T04:39:03.036Z Checking cfg-if v1.0.4
4292026-05-04T04:39:03.089Z Checking pretty-hex v0.4.2
4302026-05-04T04:39:03.109Z Checking stable_deref_trait v1.2.1
4312026-05-04T04:39:03.156Z Compiling smoltcp v0.11.0
4322026-05-04T04:39:03.172Z Checking futures-io v0.3.32
4332026-05-04T04:39:03.199Z Compiling pest_generator v2.8.6
4342026-05-04T04:39:03.230Z Compiling darling_core v0.21.3
4352026-05-04T04:39:03.278Z Compiling darling_core v0.23.0
4362026-05-04T04:39:03.624Z Checking managed v0.8.0
4372026-05-04T04:39:04.767Z Compiling regex v1.12.3
4382026-05-04T04:39:04.770Z Checking bitflags v1.3.2
4392026-05-04T04:39:04.770Z Compiling ref-cast v1.0.25
4402026-05-04T04:39:04.770Z Compiling version_check v0.9.5
4412026-05-04T04:39:04.770Z Compiling crc32fast v1.5.0
4422026-05-04T04:39:04.770Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4432026-05-04T04:39:04.771Z Checking memmap2 v0.9.10
4442026-05-04T04:39:04.771Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-05-04T04:39:04.771Z Compiling serde_derive v1.0.228
4462026-05-04T04:39:04.771Z Compiling thiserror-impl v2.0.18
4472026-05-04T04:39:04.771Z Compiling zerocopy-derive v0.8.48
4482026-05-04T04:39:04.771Z Compiling pest_derive v2.8.6
4492026-05-04T04:39:05.181Z Compiling scroll_derive v0.13.1
4502026-05-04T04:39:05.325Z Compiling darling_macro v0.21.3
4512026-05-04T04:39:05.351Z Compiling futures-macro v0.3.32
4522026-05-04T04:39:05.378Z Compiling darling_macro v0.23.0
4532026-05-04T04:39:05.458Z Compiling ref-cast-impl v1.0.25
4542026-05-04T04:39:05.849Z Compiling darling v0.21.3
4552026-05-04T04:39:05.891Z Compiling dtrace-parser v0.3.0
4562026-05-04T04:39:05.919Z Compiling ingot-macros v0.1.1
4572026-05-04T04:39:06.021Z Checking scroll v0.13.0
4582026-05-04T04:39:06.128Z Checking cobs v0.3.0
4592026-05-04T04:39:06.146Z Checking futures-util v0.3.32
4602026-05-04T04:39:06.239Z Checking goblin v0.10.5
4612026-05-04T04:39:06.259Z Compiling darling v0.23.0
4622026-05-04T04:39:06.330Z Checking unicode-width v0.2.2
4632026-05-04T04:39:06.480Z Checking ipnetwork v0.21.1
4642026-05-04T04:39:06.651Z Checking tabwriter v1.4.1
4652026-05-04T04:39:06.788Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-05-04T04:39:07.456Z Checking postcard v1.1.3
4672026-05-04T04:39:07.563Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4682026-05-04T04:39:07.881Z Compiling serde_tokenstream v0.2.3
4692026-05-04T04:39:07.932Z Checking nom v8.0.0
4702026-05-04T04:39:07.996Z Checking futures-executor v0.3.32
4712026-05-04T04:39:08.139Z Checking futures v0.3.32
4722026-05-04T04:39:08.161Z Compiling anyhow v1.0.102
4732026-05-04T04:39:08.205Z Checking dyn-clone v1.0.20
4742026-05-04T04:39:08.220Z Compiling typeid v1.0.3
4752026-05-04T04:39:08.300Z Checking cookie-factory v0.3.3
4762026-05-04T04:39:08.517Z Checking uuid v1.23.1
4772026-05-04T04:39:08.537Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4782026-05-04T04:39:08.544Z Checking circular v0.3.0
4792026-05-04T04:39:08.665Z Compiling linktime-proc-macro v0.1.0
4802026-05-04T04:39:08.671Z Checking once_cell v1.21.4
4812026-05-04T04:39:08.675Z Checking dof v0.4.0
4822026-05-04T04:39:08.735Z Checking ingot-types v0.1.2
4832026-05-04T04:39:08.796Z Checking link-section v0.13.1
4842026-05-04T04:39:08.864Z Checking ron v0.12.1
4852026-05-04T04:39:09.066Z Checking ingot v0.1.1
4862026-05-04T04:39:09.100Z Checking ctor v1.0.0
4872026-05-04T04:39:09.694Z Compiling usdt-attr-macro v0.6.0
4882026-05-04T04:39:09.697Z Compiling usdt-macro v0.6.0
4892026-05-04T04:39:09.852Z Checking rusticata-macros v5.0.0
4902026-05-04T04:39:09.969Z Checking pcap-parser v0.17.0
4912026-05-04T04:39:10.285Z Checking usdt v0.6.0
4922026-05-04T04:39:10.527Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4932026-05-04T04:39:14.811Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4942026-05-04T04:39:16.436Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4952026-05-04T04:39:16.863Zerror: 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-04T04:39:16.863Z
4972026-05-04T04:39:16.863Z
4982026-05-04T04:39:16.863Z #[ctor]
4992026-05-04T04:39:16.863Z ^^^^^^^------- replace this with #[ctor(unsafe)]
5002026-05-04T04:39:16.863Z
5012026-05-04T04:39:16.864Z --> lib/oxide-vpc/tests/integration_tests.rs:94:1
5022026-05-04T04:39:16.864Z |
5032026-05-04T04:39:16.864Z94 | #[ctor::ctor]
5042026-05-04T04:39:16.864Z | ^^^^^^^^^^^^^
5052026-05-04T04:39:16.864Z |
5062026-05-04T04:39:16.864Z = 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-04T04:39:16.864Z
5082026-05-04T04:39:18.289Zerror: could not compile `oxide-vpc` (test "integration_tests") due to 1 previous error
5092026-05-04T04:39:18.290Zwarning: build failed, waiting for other jobs to finish...
5102026-05-04T04:39:18.578Z
5112026-05-04T04:39:18.578Zreal 19.401579827
5122026-05-04T04:39:18.578Zuser 1:11.745240886
5132026-05-04T04:39:18.578Zsys 14.887489483
5142026-05-04T04:39:18.578Ztrap 0.037975328
5152026-05-04T04:39:18.578Ztflt 0.119884765
5162026-05-04T04:39:18.578Zdflt 0.163209918
5172026-05-04T04:39:18.581Zkflt 0.000007678
5182026-05-04T04:39:18.581Zlock 3:59.641298658
5192026-05-04T04:39:18.581Zslp 3:47.279745473
5202026-05-04T04:39:18.581Zlat 4.089318273
5212026-05-04T04:39:18.581Zstop 8.067468100
5222026-05-04T04:39:18.581Zprocess exited: duration 57899 ms, exit code 101
 
5232026-05-04T04:39:18.588Zfound 0 output files